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

Alexander Rødseth arodseth at archlinux.org
Wed Feb 3 20:09:13 UTC 2016


    Date: Wednesday, February 3, 2016 @ 21:09:13
  Author: arodseth
Revision: 160110

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-02-03 20:08:59 UTC (rev 160109)
+++ community-i686/PKGBUILD	2016-02-03 20:09:13 UTC (rev 160110)
@@ -1,34 +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.5.1
-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=('d141ca61547131edd2b29bdb88183835e4133ef09807674bfa33a4e6e09d1f53')
-
-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"
-}
-
-# getver: chuck.cs.princeton.edu/release
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-i686/PKGBUILD (from rev 160109, chuck/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-03 20:09:13 UTC (rev 160110)
@@ -0,0 +1,34 @@
+# $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.5.2
+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=('e900b8545ffcb69c6d49354b18c43a9f9b8f789d3ae822f34b408eaee8d3e70b')
+
+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"
+}
+
+# getver: chuck.cs.princeton.edu/release
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-02-03 20:08:59 UTC (rev 160109)
+++ community-x86_64/PKGBUILD	2016-02-03 20:09:13 UTC (rev 160110)
@@ -1,34 +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.5.1
-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=('d141ca61547131edd2b29bdb88183835e4133ef09807674bfa33a4e6e09d1f53')
-
-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"
-}
-
-# getver: chuck.cs.princeton.edu/release
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-x86_64/PKGBUILD (from rev 160109, chuck/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-03 20:09:13 UTC (rev 160110)
@@ -0,0 +1,34 @@
+# $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.5.2
+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=('e900b8545ffcb69c6d49354b18c43a9f9b8f789d3ae822f34b408eaee8d3e70b')
+
+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"
+}
+
+# getver: chuck.cs.princeton.edu/release
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list