[arch-commits] Commit in chuck/repos (4 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Apr 14 11:34:22 UTC 2014


    Date: Monday, April 14, 2014 @ 13:34:22
  Author: arodseth
Revision: 109394

archrelease: copy trunk to community-x86_64, community-i686

Added:
  chuck/repos/community-i686/PKGBUILD
    (from rev 109393, chuck/trunk/PKGBUILD)
  chuck/repos/community-x86_64/PKGBUILD
    (from rev 109393, chuck/trunk/PKGBUILD)
Deleted:
  chuck/repos/community-i686/PKGBUILD
  chuck/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   66 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ----------------------
 community-x86_64/PKGBUILD |   33 ----------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-14 11:34:05 UTC (rev 109393)
+++ community-i686/PKGBUILD	2014-04-14 11:34:22 UTC (rev 109394)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: tardo <tardo at nagi-fanboi.net>
-
-pkgname=chuck
-pkgver=1.3.2.0
-pkgrel=2
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-  depends=('gcc-libs' 'libsndfile' 'jack')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz")
-sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-i686/PKGBUILD (from rev 109393, chuck/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-14 11:34:22 UTC (rev 109394)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: tardo <tardo at nagi-fanboi.net>
+
+pkgname=chuck
+pkgver=1.3.4.0
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('gcc-libs' 'libsndfile' 'jack')
+source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz")
+sha256sums=('b65ee7c512192c732d638777fa1e1d885b95f315f3f36e059c168518169a8b33')
+
+build() {
+  # Other build alternatives are: linux-alsa linux-oss osx win32
+  make -C "$pkgname-$pkgver/src" linux-jack
+}
+
+package() {
+  cd "$pkgname-$pkgver/src"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-04-14 11:34:05 UTC (rev 109393)
+++ community-x86_64/PKGBUILD	2014-04-14 11:34:22 UTC (rev 109394)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: tardo <tardo at nagi-fanboi.net>
-
-pkgname=chuck
-pkgver=1.3.2.0
-pkgrel=2
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-  depends=('gcc-libs' 'libsndfile' 'jack')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz")
-sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-x86_64/PKGBUILD (from rev 109393, chuck/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-14 11:34:22 UTC (rev 109394)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: tardo <tardo at nagi-fanboi.net>
+
+pkgname=chuck
+pkgver=1.3.4.0
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('gcc-libs' 'libsndfile' 'jack')
+source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz")
+sha256sums=('b65ee7c512192c732d638777fa1e1d885b95f315f3f36e059c168518169a8b33')
+
+build() {
+  # Other build alternatives are: linux-alsa linux-oss osx win32
+  make -C "$pkgname-$pkgver/src" linux-jack
+}
+
+package() {
+  cd "$pkgname-$pkgver/src"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list