[arch-commits] Commit in slv2/repos (12 files)

Allan McRae allan at archlinux.org
Sat Feb 25 09:24:44 UTC 2012


    Date: Saturday, February 25, 2012 @ 04:24:44
  Author: allan
Revision: 151231

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

Added:
  slv2/repos/extra-i686/PKGBUILD
    (from rev 151230, slv2/trunk/PKGBUILD)
  slv2/repos/extra-i686/slv2.changelog
    (from rev 151230, slv2/trunk/slv2.changelog)
  slv2/repos/extra-i686/slv2.install
    (from rev 151230, slv2/trunk/slv2.install)
  slv2/repos/extra-x86_64/PKGBUILD
    (from rev 151230, slv2/trunk/PKGBUILD)
  slv2/repos/extra-x86_64/slv2.changelog
    (from rev 151230, slv2/trunk/slv2.changelog)
  slv2/repos/extra-x86_64/slv2.install
    (from rev 151230, slv2/trunk/slv2.install)
Deleted:
  slv2/repos/extra-i686/PKGBUILD
  slv2/repos/extra-i686/slv2.changelog
  slv2/repos/extra-i686/slv2.install
  slv2/repos/extra-x86_64/PKGBUILD
  slv2/repos/extra-x86_64/slv2.changelog
  slv2/repos/extra-x86_64/slv2.install

-----------------------------+
 extra-i686/PKGBUILD         |   64 +++++++++++++++++++++---------------------
 extra-i686/slv2.changelog   |   46 +++++++++++++++---------------
 extra-i686/slv2.install     |   28 +++++++++---------
 extra-x86_64/PKGBUILD       |   64 +++++++++++++++++++++---------------------
 extra-x86_64/slv2.changelog |   46 +++++++++++++++---------------
 extra-x86_64/slv2.install   |   28 +++++++++---------
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-25 09:23:35 UTC (rev 151230)
+++ extra-i686/PKGBUILD	2012-02-25 09:24:44 UTC (rev 151231)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Leslie P. Polzer <polzer at stardawn.org>
-
-pkgname=slv2
-pkgver=0.6.6
-pkgrel=6
-pkgdesc="Library for LV2 hosts"
-arch=('i686' 'x86_64')
-url="http://drobilla.net/software/slv2"
-license=('GPL')
-depends=('redland>=1.0.13' 'lv2core' 'jack')
-makedepends=('python2')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2)
-md5sums=('b8e8e0e82dd04324fcd533e8acd1ce85')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf configure --prefix=/usr
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf install --destdir="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: slv2/repos/extra-i686/PKGBUILD (from rev 151230, slv2/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-25 09:24:44 UTC (rev 151231)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Leslie P. Polzer <polzer at stardawn.org>
+
+pkgname=slv2
+pkgver=0.6.6
+pkgrel=7
+pkgdesc="Library for LV2 hosts"
+arch=('i686' 'x86_64')
+url="http://drobilla.net/software/slv2"
+license=('GPL')
+depends=('redland>=1.0.13' 'lv2core' 'jack')
+makedepends=('python2')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2)
+md5sums=('b8e8e0e82dd04324fcd533e8acd1ce85')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf configure --prefix=/usr
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf install --destdir="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/slv2.changelog
===================================================================
--- extra-i686/slv2.changelog	2012-02-25 09:23:35 UTC (rev 151230)
+++ extra-i686/slv2.changelog	2012-02-25 09:24:44 UTC (rev 151231)
@@ -1,23 +0,0 @@
-22 Feb 2011 (GMT+8) Ray Rashif <schiv at archlinux.org>
-
-	* 0.6.6-3:
-	raptor rebuild
-
-24 Nov 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
-
-	* PKGBUILD :
-	Get rid of sed and use python2 directly for waf.
-	waf fix for python transition already included previously (unlogged).
-	Release only (no need binary update; no runtime python requirement).
-
-9 Aug 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
-
-	* 0.6.6-2 :
-	Brought into extra from community for ardour
-		- adds "LV2" plug-ins support
-
-	* PKGBUILD :
-	Minor cosmetic ammendments.
-
-	* slv2.changelog :
-	Added this changelog.

Copied: slv2/repos/extra-i686/slv2.changelog (from rev 151230, slv2/trunk/slv2.changelog)
===================================================================
--- extra-i686/slv2.changelog	                        (rev 0)
+++ extra-i686/slv2.changelog	2012-02-25 09:24:44 UTC (rev 151231)
@@ -0,0 +1,23 @@
+22 Feb 2011 (GMT+8) Ray Rashif <schiv at archlinux.org>
+
+	* 0.6.6-3:
+	raptor rebuild
+
+24 Nov 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
+
+	* PKGBUILD :
+	Get rid of sed and use python2 directly for waf.
+	waf fix for python transition already included previously (unlogged).
+	Release only (no need binary update; no runtime python requirement).
+
+9 Aug 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
+
+	* 0.6.6-2 :
+	Brought into extra from community for ardour
+		- adds "LV2" plug-ins support
+
+	* PKGBUILD :
+	Minor cosmetic ammendments.
+
+	* slv2.changelog :
+	Added this changelog.

Deleted: extra-i686/slv2.install
===================================================================
--- extra-i686/slv2.install	2012-02-25 09:23:35 UTC (rev 151230)
+++ extra-i686/slv2.install	2012-02-25 09:24:44 UTC (rev 151231)
@@ -1,14 +0,0 @@
-post_install() {
-  echo "Updating Shared Library Links"
-  /sbin/ldconfig
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: slv2/repos/extra-i686/slv2.install (from rev 151230, slv2/trunk/slv2.install)
===================================================================
--- extra-i686/slv2.install	                        (rev 0)
+++ extra-i686/slv2.install	2012-02-25 09:24:44 UTC (rev 151231)
@@ -0,0 +1,14 @@
+post_install() {
+  echo "Updating Shared Library Links"
+  /sbin/ldconfig
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-25 09:23:35 UTC (rev 151230)
+++ extra-x86_64/PKGBUILD	2012-02-25 09:24:44 UTC (rev 151231)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Leslie P. Polzer <polzer at stardawn.org>
-
-pkgname=slv2
-pkgver=0.6.6
-pkgrel=6
-pkgdesc="Library for LV2 hosts"
-arch=('i686' 'x86_64')
-url="http://drobilla.net/software/slv2"
-license=('GPL')
-depends=('redland>=1.0.13' 'lv2core' 'jack')
-makedepends=('python2')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2)
-md5sums=('b8e8e0e82dd04324fcd533e8acd1ce85')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf configure --prefix=/usr
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf install --destdir="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: slv2/repos/extra-x86_64/PKGBUILD (from rev 151230, slv2/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-25 09:24:44 UTC (rev 151231)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Leslie P. Polzer <polzer at stardawn.org>
+
+pkgname=slv2
+pkgver=0.6.6
+pkgrel=7
+pkgdesc="Library for LV2 hosts"
+arch=('i686' 'x86_64')
+url="http://drobilla.net/software/slv2"
+license=('GPL')
+depends=('redland>=1.0.13' 'lv2core' 'jack')
+makedepends=('python2')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2)
+md5sums=('b8e8e0e82dd04324fcd533e8acd1ce85')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf configure --prefix=/usr
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf install --destdir="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/slv2.changelog
===================================================================
--- extra-x86_64/slv2.changelog	2012-02-25 09:23:35 UTC (rev 151230)
+++ extra-x86_64/slv2.changelog	2012-02-25 09:24:44 UTC (rev 151231)
@@ -1,23 +0,0 @@
-22 Feb 2011 (GMT+8) Ray Rashif <schiv at archlinux.org>
-
-	* 0.6.6-3:
-	raptor rebuild
-
-24 Nov 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
-
-	* PKGBUILD :
-	Get rid of sed and use python2 directly for waf.
-	waf fix for python transition already included previously (unlogged).
-	Release only (no need binary update; no runtime python requirement).
-
-9 Aug 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
-
-	* 0.6.6-2 :
-	Brought into extra from community for ardour
-		- adds "LV2" plug-ins support
-
-	* PKGBUILD :
-	Minor cosmetic ammendments.
-
-	* slv2.changelog :
-	Added this changelog.

Copied: slv2/repos/extra-x86_64/slv2.changelog (from rev 151230, slv2/trunk/slv2.changelog)
===================================================================
--- extra-x86_64/slv2.changelog	                        (rev 0)
+++ extra-x86_64/slv2.changelog	2012-02-25 09:24:44 UTC (rev 151231)
@@ -0,0 +1,23 @@
+22 Feb 2011 (GMT+8) Ray Rashif <schiv at archlinux.org>
+
+	* 0.6.6-3:
+	raptor rebuild
+
+24 Nov 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
+
+	* PKGBUILD :
+	Get rid of sed and use python2 directly for waf.
+	waf fix for python transition already included previously (unlogged).
+	Release only (no need binary update; no runtime python requirement).
+
+9 Aug 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
+
+	* 0.6.6-2 :
+	Brought into extra from community for ardour
+		- adds "LV2" plug-ins support
+
+	* PKGBUILD :
+	Minor cosmetic ammendments.
+
+	* slv2.changelog :
+	Added this changelog.

Deleted: extra-x86_64/slv2.install
===================================================================
--- extra-x86_64/slv2.install	2012-02-25 09:23:35 UTC (rev 151230)
+++ extra-x86_64/slv2.install	2012-02-25 09:24:44 UTC (rev 151231)
@@ -1,14 +0,0 @@
-post_install() {
-  echo "Updating Shared Library Links"
-  /sbin/ldconfig
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: slv2/repos/extra-x86_64/slv2.install (from rev 151230, slv2/trunk/slv2.install)
===================================================================
--- extra-x86_64/slv2.install	                        (rev 0)
+++ extra-x86_64/slv2.install	2012-02-25 09:24:44 UTC (rev 151231)
@@ -0,0 +1,14 @@
+post_install() {
+  echo "Updating Shared Library Links"
+  /sbin/ldconfig
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list