[arch-commits] Commit in sudo/trunk (PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 05:11:07
  Author: allan
Revision: 150496

upgpkg: sudo 1.8.4-1

upstrem update, add check function

Modified:
  sudo/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 03:36:32 UTC (rev 150495)
+++ PKGBUILD2012-02-18 10:11:07 UTC (rev 150496)
@@ -3,9 +3,9 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sudo
-_ver=1.8.3p2
+_ver=1.8.4
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-pkgrel=2
+pkgrel=1
 pkgdesc=Give certain users the ability to run some commands as root
 arch=('i686' 'x86_64')
 url=http://www.sudo.ws/sudo/;
@@ -15,8 +15,8 @@
 options=('!libtool' '!makeflags')
 source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig}
 sudo.pam)
-md5sums=('6d4282a1530c541f7900fa8dfcf2a882'
- '07e3c5c79d78db50674d5ad17963d631'
+md5sums=('5a54dde137618bbc1dd46bb0ef725d7d'
+ '5edb139753431bf0ccb5bd79bfae870e'
  '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
 
 build() {
@@ -27,12 +27,14 @@
   make
 }
 
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $srcdir/$pkgname-$_ver
-  install -dm755 $pkgdir/var/lib
-
   make DESTDIR=$pkgdir install
-  chmod 755 $pkgdir/var/db
 
   install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
 



[arch-commits] Commit in sudo/repos (6 files)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 05:12:02
  Author: allan
Revision: 150497

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 150496, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.pam
(from rev 150496, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 150496, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 150496, sudo/trunk/sudo.pam)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-i686/sudo.pam   |3 +++
 testing-x86_64/PKGBUILD |   42 ++
 testing-x86_64/sudo.pam |3 +++
 4 files changed, 90 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 150496, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-18 10:12:02 UTC (rev 150497)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_ver=1.8.4
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+depends=('glibc' 'pam')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+options=('!libtool' '!makeflags')
+source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig}
+sudo.pam)
+md5sums=('5a54dde137618bbc1dd46bb0ef725d7d'
+ '5edb139753431bf0ccb5bd79bfae870e'
+ '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
+
+build() {
+  cd $srcdir/$pkgname-$_ver
+
+  ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
+--with-env-editor --with-all-insults --with-logfac=auth
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_ver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}

Copied: sudo/repos/testing-i686/sudo.pam (from rev 150496, sudo/trunk/sudo.pam)
===
--- testing-i686/sudo.pam   (rev 0)
+++ testing-i686/sudo.pam   2012-02-18 10:12:02 UTC (rev 150497)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+auth   requiredpam_nologin.so

Copied: sudo/repos/testing-x86_64/PKGBUILD (from rev 150496, 
sudo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-18 10:12:02 UTC (rev 150497)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_ver=1.8.4
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+depends=('glibc' 'pam')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+options=('!libtool' '!makeflags')
+source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig}
+sudo.pam)
+md5sums=('5a54dde137618bbc1dd46bb0ef725d7d'
+ '5edb139753431bf0ccb5bd79bfae870e'
+ '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
+
+build() {
+  cd $srcdir/$pkgname-$_ver
+
+  ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
+--with-env-editor --with-all-insults --with-logfac=auth
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_ver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}

Copied: sudo/repos/testing-x86_64/sudo.pam (from rev 150496, 
sudo/trunk/sudo.pam)
===
--- testing-x86_64/sudo.pam (rev 0)
+++ testing-x86_64/sudo.pam 2012-02-18 10:12:02 UTC (rev 150497)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+auth   requiredpam_nologin.so



[arch-commits] Commit in alex/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:25:21
  Author: pierre
Revision: 150498

upgpkg: alex 2.3.5-2

rebuild old package

Modified:
  alex/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 10:12:02 UTC (rev 150497)
+++ PKGBUILD2012-02-18 11:25:21 UTC (rev 150498)
@@ -5,7 +5,7 @@
 
 pkgname=alex
 pkgver=2.3.5
-pkgrel=1.3
+pkgrel=2
 pkgdesc='a lexical analyser generator for Haskell'
 arch=('i686' 'x86_64')
 url='http://www.haskell.org/alex/'
@@ -13,6 +13,7 @@
 depends=('gmp')
 makedepends=('ghc=7.0.3')
 
source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('5e08c688ded0dcff98eaad6fc03a9402')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -28,4 +29,3 @@
   # doc/ contains only license which already installed into proper place
   rm -rf $pkgdir/usr/share/doc
 }
-md5sums=('5e08c688ded0dcff98eaad6fc03a9402')



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:26:02
  Author: pierre
Revision: 150499

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

Added:
  alex/repos/extra-i686/PKGBUILD
(from rev 150498, alex/trunk/PKGBUILD)
  alex/repos/extra-x86_64/PKGBUILD
(from rev 150498, alex/trunk/PKGBUILD)
Deleted:
  alex/repos/extra-i686/PKGBUILD
  alex/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 11:25:21 UTC (rev 150498)
+++ extra-i686/PKGBUILD 2012-02-18 11:26:02 UTC (rev 150499)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Philip Nilsson pnils...@nullref.se
-
-pkgname=alex
-pkgver=2.3.5
-pkgrel=1.1
-pkgdesc='a lexical analyser generator for Haskell'
-arch=('i686' 'x86_64')
-url='http://www.haskell.org/alex/'
-license=('custom:BSD3')
-depends=('gmp')
-makedepends=('ghc=7.0.2')
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  runghc Setup.lhs configure --prefix=/usr --datasubdir=$pkgname
-  runghc Setup.lhs build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  runghc Setup.lhs copy --destdir=$pkgdir
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/alex/BSD3
-
-  # doc/ contains only license which already installed into proper place
-  rm -rf $pkgdir/usr/share/doc
-}
-md5sums=('5e08c688ded0dcff98eaad6fc03a9402')

Copied: alex/repos/extra-i686/PKGBUILD (from rev 150498, alex/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 11:26:02 UTC (rev 150499)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Philip Nilsson pnils...@nullref.se
+
+pkgname=alex
+pkgver=2.3.5
+pkgrel=2
+pkgdesc='a lexical analyser generator for Haskell'
+arch=('i686' 'x86_64')
+url='http://www.haskell.org/alex/'
+license=('custom:BSD3')
+depends=('gmp')
+makedepends=('ghc=7.0.3')
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('5e08c688ded0dcff98eaad6fc03a9402')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  runghc Setup.lhs configure --prefix=/usr --datasubdir=$pkgname
+  runghc Setup.lhs build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  runghc Setup.lhs copy --destdir=$pkgdir
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/alex/BSD3
+
+  # doc/ contains only license which already installed into proper place
+  rm -rf $pkgdir/usr/share/doc
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 11:25:21 UTC (rev 150498)
+++ extra-x86_64/PKGBUILD   2012-02-18 11:26:02 UTC (rev 150499)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Philip Nilsson pnils...@nullref.se
-
-pkgname=alex
-pkgver=2.3.5
-pkgrel=1.1
-pkgdesc='a lexical analyser generator for Haskell'
-arch=('i686' 'x86_64')
-url='http://www.haskell.org/alex/'
-license=('custom:BSD3')
-depends=('gmp')
-makedepends=('ghc=7.0.2')
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  runghc Setup.lhs configure --prefix=/usr --datasubdir=$pkgname
-  runghc Setup.lhs build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  runghc Setup.lhs copy --destdir=$pkgdir
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/alex/BSD3
-
-  # doc/ contains only license which already installed into proper place
-  rm -rf $pkgdir/usr/share/doc
-}
-md5sums=('5e08c688ded0dcff98eaad6fc03a9402')

Copied: alex/repos/extra-x86_64/PKGBUILD (from rev 150498, alex/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-18 11:26:02 UTC (rev 150499)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Philip Nilsson pnils...@nullref.se
+
+pkgname=alex
+pkgver=2.3.5
+pkgrel=2
+pkgdesc='a lexical analyser generator for Haskell'
+arch=('i686' 'x86_64')
+url='http://www.haskell.org/alex/'
+license=('custom:BSD3')
+depends=('gmp')
+makedepends=('ghc=7.0.3')
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('5e08c688ded0dcff98eaad6fc03a9402')
+
+build() 

[arch-commits] Commit in bittorrent/repos (extra-any)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:32:35
  Author: pierre
Revision: 150500

db-remove: bittorrent removed by pierre

Deleted:
  bittorrent/repos/extra-any/



[arch-commits] Commit in storage-fixup/repos (extra-any)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:33:36
  Author: pierre
Revision: 150501

db-remove: storage-fixup removed by pierre

Deleted:
  storage-fixup/repos/extra-any/



[arch-commits] Commit in (bittorrent storage-fixup)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:36:37
  Author: pierre
Revision: 150502

remove orphaned packages

Deleted:
  bittorrent/
  storage-fixup/



[arch-commits] Commit in cd-discid/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:38:08
  Author: pierre
Revision: 150503

upgpkg: cd-discid 0.9-4

rebuild old package

Modified:
  cd-discid/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 11:36:37 UTC (rev 150502)
+++ PKGBUILD2012-02-18 11:38:08 UTC (rev 150503)
@@ -5,7 +5,7 @@
 
 pkgname=cd-discid
 pkgver=0.9
-pkgrel=3
+pkgrel=4
 pkgdesc=A backend utility to get CDDB discid information from a CD-ROM disc
 arch=('i686' 'x86_64')
 url=http://lly.org/~rcw/cd-discid/;



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:38:44
  Author: pierre
Revision: 150504

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

Added:
  cd-discid/repos/extra-i686/PKGBUILD
(from rev 150503, cd-discid/trunk/PKGBUILD)
  cd-discid/repos/extra-x86_64/PKGBUILD
(from rev 150503, cd-discid/trunk/PKGBUILD)
Deleted:
  cd-discid/repos/extra-i686/PKGBUILD
  cd-discid/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   50 
 extra-x86_64/PKGBUILD |   50 
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 11:38:08 UTC (rev 150503)
+++ extra-i686/PKGBUILD 2012-02-18 11:38:44 UTC (rev 150504)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Jochem Kossen j.kos...@home.nl
-
-pkgname=cd-discid
-pkgver=0.9
-pkgrel=3
-pkgdesc=A backend utility to get CDDB discid information from a CD-ROM disc
-arch=('i686' 'x86_64')
-url=http://lly.org/~rcw/cd-discid/;
-license=('GPL')
-depends=('glibc')
-source=(http://lly.org/~rcw/$pkgname/${pkgname}_${pkgver}.orig.tar.gz;)
-md5sums=('64677b8b63d1db0db015043f5455171a')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} INSTALL=/bin/install install
-}

Copied: cd-discid/repos/extra-i686/PKGBUILD (from rev 150503, 
cd-discid/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 11:38:44 UTC (rev 150504)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Jochem Kossen j.kos...@home.nl
+
+pkgname=cd-discid
+pkgver=0.9
+pkgrel=4
+pkgdesc=A backend utility to get CDDB discid information from a CD-ROM disc
+arch=('i686' 'x86_64')
+url=http://lly.org/~rcw/cd-discid/;
+license=('GPL')
+depends=('glibc')
+source=(http://lly.org/~rcw/$pkgname/${pkgname}_${pkgver}.orig.tar.gz;)
+md5sums=('64677b8b63d1db0db015043f5455171a')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} INSTALL=/bin/install install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 11:38:08 UTC (rev 150503)
+++ extra-x86_64/PKGBUILD   2012-02-18 11:38:44 UTC (rev 150504)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Jochem Kossen j.kos...@home.nl
-
-pkgname=cd-discid
-pkgver=0.9
-pkgrel=3
-pkgdesc=A backend utility to get CDDB discid information from a CD-ROM disc
-arch=('i686' 'x86_64')
-url=http://lly.org/~rcw/cd-discid/;
-license=('GPL')
-depends=('glibc')
-source=(http://lly.org/~rcw/$pkgname/${pkgname}_${pkgver}.orig.tar.gz;)
-md5sums=('64677b8b63d1db0db015043f5455171a')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} INSTALL=/bin/install install
-}

Copied: cd-discid/repos/extra-x86_64/PKGBUILD (from rev 150503, 
cd-discid/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-18 11:38:44 UTC (rev 150504)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Jochem Kossen j.kos...@home.nl
+
+pkgname=cd-discid
+pkgver=0.9
+pkgrel=4
+pkgdesc=A backend utility to get CDDB discid information from a CD-ROM disc
+arch=('i686' 'x86_64')
+url=http://lly.org/~rcw/cd-discid/;
+license=('GPL')
+depends=('glibc')
+source=(http://lly.org/~rcw/$pkgname/${pkgname}_${pkgver}.orig.tar.gz;)
+md5sums=('64677b8b63d1db0db015043f5455171a')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} INSTALL=/bin/install install
+}



[arch-commits] Commit in docbook-mathml/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:41:33
  Author: pierre
Revision: 150505

upgpkg: docbook-mathml 1.1CR1-3

rebuild old package

Modified:
  docbook-mathml/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 11:38:44 UTC (rev 150504)
+++ PKGBUILD2012-02-18 11:41:33 UTC (rev 150505)
@@ -3,16 +3,16 @@
 
 pkgname=docbook-mathml
 pkgver=1.1CR1
-pkgrel=2
+pkgrel=3
 pkgdesc=MathML XML scheme
 arch=('any')
 url=http://www.oasis-open.org/docbook/;
 license=('MIT')
 depends=('libxml2')
 install=docbook-mathml.install
-source=(http://www.docbook.org/xml/mathml/1.1CR1/dbmathml.dtd LICENSE)
-md5sums=('bbf92a1d88ce217d736c222470d6811c' '78ef5b09cdf606e14f1b04380929abe7')
-sha1sums=('80600ad7f3171ed40c01cc0b29de9f18ea7b7acd' 
'bb8ef54b14492f59520f5546aed95b19424216ad')
+source=(http://www.docbook.org/xml/mathml/${pkgver}/dbmathml.dtd; 'LICENSE')
+md5sums=('bbf92a1d88ce217d736c222470d6811c'
+ '78ef5b09cdf606e14f1b04380929abe7')
 
 package() {
   install -D -m644 dbmathml.dtd 
${pkgdir}/usr/share/xml/docbook/mathml/${pkgver}/dbmathml.dtd



[arch-commits] Commit in docbook-mathml/repos/extra-any (6 files)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:41:59
  Author: pierre
Revision: 150506

archrelease: copy trunk to extra-any

Added:
  docbook-mathml/repos/extra-any/LICENSE
(from rev 150505, docbook-mathml/trunk/LICENSE)
  docbook-mathml/repos/extra-any/PKGBUILD
(from rev 150505, docbook-mathml/trunk/PKGBUILD)
  docbook-mathml/repos/extra-any/docbook-mathml.install
(from rev 150505, docbook-mathml/trunk/docbook-mathml.install)
Deleted:
  docbook-mathml/repos/extra-any/LICENSE
  docbook-mathml/repos/extra-any/PKGBUILD
  docbook-mathml/repos/extra-any/docbook-mathml.install

+
 LICENSE|   40 
 PKGBUILD   |   40 
 docbook-mathml.install |   38 +++---
 3 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2012-02-18 11:41:33 UTC (rev 150505)
+++ LICENSE 2012-02-18 11:41:59 UTC (rev 150506)
@@ -1,20 +0,0 @@
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Organization for the 
Advancement
- of Structured Information Standards (OASIS).
-
- $Id: dbmathml.dtd,v 1.7 2004/07/27 16:08:17 nwalsh Exp $
-
- Permission to use, copy, modify and distribute the DocBook MathML
- Module and its accompanying documentation for any purpose and
- without fee is hereby granted in perpetuity, provided that the
- above copyright notice and this paragraph appear in all copies.
- The copyright holders make no representation about the
- suitability of the DTD for any purpose.  It is provided as is
- without expressed or implied warranty.
-
- If you modify the DocBook MathML Module in any way, label your DTD
- as a variant of DocBook.  See the maintenance documentation for
- more information.
-
- Please direct all questions, bug reports, or suggestions for 
- changes to the docb...@lists.oasis-open.org mailing list. For more
- information, see http://www.oasis-open.org/docbook/.

Copied: docbook-mathml/repos/extra-any/LICENSE (from rev 150505, 
docbook-mathml/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2012-02-18 11:41:59 UTC (rev 150506)
@@ -0,0 +1,20 @@
+ Copyright (C) 2000, 2001, 2002, 2003, 2004 Organization for the 
Advancement
+ of Structured Information Standards (OASIS).
+
+ $Id: dbmathml.dtd,v 1.7 2004/07/27 16:08:17 nwalsh Exp $
+
+ Permission to use, copy, modify and distribute the DocBook MathML
+ Module and its accompanying documentation for any purpose and
+ without fee is hereby granted in perpetuity, provided that the
+ above copyright notice and this paragraph appear in all copies.
+ The copyright holders make no representation about the
+ suitability of the DTD for any purpose.  It is provided as is
+ without expressed or implied warranty.
+
+ If you modify the DocBook MathML Module in any way, label your DTD
+ as a variant of DocBook.  See the maintenance documentation for
+ more information.
+
+ Please direct all questions, bug reports, or suggestions for 
+ changes to the docb...@lists.oasis-open.org mailing list. For more
+ information, see http://www.oasis-open.org/docbook/.

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 11:41:33 UTC (rev 150505)
+++ PKGBUILD2012-02-18 11:41:59 UTC (rev 150506)
@@ -1,20 +0,0 @@
-# $Id$
-# Contributor: Sylvain HENRY hsy...@gmail.com
-
-pkgname=docbook-mathml
-pkgver=1.1CR1
-pkgrel=2
-pkgdesc=MathML XML scheme
-arch=('any')
-url=http://www.oasis-open.org/docbook/;
-license=('MIT')
-depends=('libxml2')
-install=docbook-mathml.install
-source=(http://www.docbook.org/xml/mathml/1.1CR1/dbmathml.dtd LICENSE)
-md5sums=('bbf92a1d88ce217d736c222470d6811c' '78ef5b09cdf606e14f1b04380929abe7')
-sha1sums=('80600ad7f3171ed40c01cc0b29de9f18ea7b7acd' 
'bb8ef54b14492f59520f5546aed95b19424216ad')
-
-package() {
-  install -D -m644 dbmathml.dtd 
${pkgdir}/usr/share/xml/docbook/mathml/${pkgver}/dbmathml.dtd
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: docbook-mathml/repos/extra-any/PKGBUILD (from rev 150505, 
docbook-mathml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 11:41:59 UTC (rev 150506)
@@ -0,0 +1,20 @@
+# $Id$
+# Contributor: Sylvain HENRY hsy...@gmail.com
+
+pkgname=docbook-mathml
+pkgver=1.1CR1
+pkgrel=3
+pkgdesc=MathML XML scheme
+arch=('any')
+url=http://www.oasis-open.org/docbook/;
+license=('MIT')
+depends=('libxml2')
+install=docbook-mathml.install
+source=(http://www.docbook.org/xml/mathml/${pkgver}/dbmathml.dtd; 'LICENSE')
+md5sums=('bbf92a1d88ce217d736c222470d6811c'

[arch-commits] Commit in gdome2/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:43:45
  Author: pierre
Revision: 150507

upgpkg: gdome2 0.8.1-4

rebuild old package

Modified:
  gdome2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 11:41:59 UTC (rev 150506)
+++ PKGBUILD2012-02-18 11:43:45 UTC (rev 150507)
@@ -4,7 +4,7 @@
 
 pkgname=gdome2
 pkgver=0.8.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Gnome DOM Engine
 url=http://gdome2.cs.unibo.it/;
 arch=('i686' 'x86_64')



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:44:22
  Author: pierre
Revision: 150508

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

Added:
  gdome2/repos/extra-i686/PKGBUILD
(from rev 150507, gdome2/trunk/PKGBUILD)
  gdome2/repos/extra-x86_64/PKGBUILD
(from rev 150507, gdome2/trunk/PKGBUILD)
Deleted:
  gdome2/repos/extra-i686/PKGBUILD
  gdome2/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 11:43:45 UTC (rev 150507)
+++ extra-i686/PKGBUILD 2012-02-18 11:44:22 UTC (rev 150508)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gdome2
-pkgver=0.8.1
-pkgrel=3
-pkgdesc=Gnome DOM Engine
-url=http://gdome2.cs.unibo.it/;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libxml2' 'glib2')
-options=(!libtool)
-source=(http://gdome2.cs.unibo.it/tarball/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('bfc114e59eec50cbda8e4ece751ff022')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gdome2/repos/extra-i686/PKGBUILD (from rev 150507, 
gdome2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 11:44:22 UTC (rev 150508)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gdome2
+pkgver=0.8.1
+pkgrel=4
+pkgdesc=Gnome DOM Engine
+url=http://gdome2.cs.unibo.it/;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxml2' 'glib2')
+options=(!libtool)
+source=(http://gdome2.cs.unibo.it/tarball/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('bfc114e59eec50cbda8e4ece751ff022')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 11:43:45 UTC (rev 150507)
+++ extra-x86_64/PKGBUILD   2012-02-18 11:44:22 UTC (rev 150508)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gdome2
-pkgver=0.8.1
-pkgrel=3
-pkgdesc=Gnome DOM Engine
-url=http://gdome2.cs.unibo.it/;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libxml2' 'glib2')
-options=(!libtool)
-source=(http://gdome2.cs.unibo.it/tarball/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('bfc114e59eec50cbda8e4ece751ff022')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gdome2/repos/extra-x86_64/PKGBUILD (from rev 150507, 
gdome2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-18 11:44:22 UTC (rev 150508)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gdome2
+pkgver=0.8.1
+pkgrel=4
+pkgdesc=Gnome DOM Engine
+url=http://gdome2.cs.unibo.it/;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxml2' 'glib2')
+options=(!libtool)
+source=(http://gdome2.cs.unibo.it/tarball/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('bfc114e59eec50cbda8e4ece751ff022')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in perl-class-inspector/trunk (PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 06:50:43
  Author: allan
Revision: 150509

upgpkg: perl-class-inspector 1.27-1

upstream update

Modified:
  perl-class-inspector/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 11:44:22 UTC (rev 150508)
+++ PKGBUILD2012-02-18 11:50:43 UTC (rev 150509)
@@ -2,7 +2,7 @@
 # $Id$
 
 pkgname=perl-class-inspector
-pkgver=1.25
+pkgver=1.27
 pkgrel=1
 pkgdesc=Get information about a class and its structure
 arch=(any)
@@ -11,8 +11,8 @@
 depends=('perl=5.6.0')
 url=http://search.cpan.org/dist/Class-Inspector
 
source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-${pkgver}.tar.gz;)
-md5sums=(5830bff10a0966993edd14435b8a579b)
-sha512sums=(026af5d99e0e5d8192577a6ea36214158280bceb89ca02e27a0a9609906802fcf871a021fceb762c056cad428dbcaac29305c288619692136cbf90c3a64ce560)
+md5sums=('52e6391cae3c2abdfcd1d450b42bba7e')
+sha512sums=('e16786d32c695863b474036c494efa5ee2ea84f5c460e49fa58bb645c0332810796ddb81865f30e1c942a697556af9e26b47a4dc4300c10da37fde499f9507d8')
 _distdir=${srcdir}/Class-Inspector-${pkgver}
 
 build() {



[arch-commits] Commit in perl-class-inspector/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 06:51:33
  Author: allan
Revision: 150510

archrelease: copy trunk to extra-any

Added:
  perl-class-inspector/repos/extra-any/PKGBUILD
(from rev 150509, perl-class-inspector/trunk/PKGBUILD)
Deleted:
  perl-class-inspector/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 11:50:43 UTC (rev 150509)
+++ PKGBUILD2012-02-18 11:51:33 UTC (rev 150510)
@@ -1,48 +0,0 @@
-# Maintainer: Justin juster Davis jrc...@gmail.com
-# $Id$
-
-pkgname=perl-class-inspector
-pkgver=1.25
-pkgrel=1
-pkgdesc=Get information about a class and its structure
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl=5.6.0')
-url=http://search.cpan.org/dist/Class-Inspector
-source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-${pkgver}.tar.gz;)
-md5sums=(5830bff10a0966993edd14435b8a579b)
-sha512sums=(026af5d99e0e5d8192577a6ea36214158280bceb89ca02e27a0a9609906802fcf871a021fceb762c056cad428dbcaac29305c288619692136cbf90c3a64ce560)
-_distdir=${srcdir}/Class-Inspector-${pkgver}
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-  MODULEBUILDRC=/dev/null
-
-cd $_distdir
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd $_distdir
-make test
-  )
-}
-
-package() {
-cd $_distdir
-make DESTDIR=$pkgdir install
-find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-class-inspector/repos/extra-any/PKGBUILD (from rev 150509, 
perl-class-inspector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 11:51:33 UTC (rev 150510)
@@ -0,0 +1,48 @@
+# Maintainer: Justin juster Davis jrc...@gmail.com
+# $Id$
+
+pkgname=perl-class-inspector
+pkgver=1.27
+pkgrel=1
+pkgdesc=Get information about a class and its structure
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl=5.6.0')
+url=http://search.cpan.org/dist/Class-Inspector
+source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-${pkgver}.tar.gz;)
+md5sums=('52e6391cae3c2abdfcd1d450b42bba7e')
+sha512sums=('e16786d32c695863b474036c494efa5ee2ea84f5c460e49fa58bb645c0332810796ddb81865f30e1c942a697556af9e26b47a4dc4300c10da37fde499f9507d8')
+_distdir=${srcdir}/Class-Inspector-${pkgver}
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+cd $_distdir
+make test
+  )
+}
+
+package() {
+cd $_distdir
+make DESTDIR=$pkgdir install
+find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in gnokii/trunk (PKGBUILD gnokii.patch)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:54:22
  Author: pierre
Revision: 150511

upgpkg: gnokii 0.6.31-1

upstream update

Modified:
  gnokii/trunk/PKGBUILD
  gnokii/trunk/gnokii.patch

--+
 PKGBUILD |   12 ++--
 gnokii.patch |   10 +-
 2 files changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 11:51:33 UTC (rev 150510)
+++ PKGBUILD2012-02-18 11:54:22 UTC (rev 150511)
@@ -5,8 +5,8 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=gnokii
-pkgver=0.6.30
-pkgrel=2
+pkgver=0.6.31
+pkgrel=1
 pkgdesc=Tools and user space driver for use with mobile phones
 arch=('i686' 'x86_64')
 url=http://www.gnokii.org/;
@@ -15,13 +15,13 @@
 makedepends=('gtk2' 'libmysqlclient' 'postgresql-libs' 'intltool')
 optdepends=('gtk2: xgnokii GUI'
 'libmysqlclient: smsd mysql backend'
-   'postgresql-libs: smsd postgresql backend')
+'postgresql-libs: smsd postgresql backend')
 backup=('etc/gnokiirc')
 options=('!libtool' '!makeflags')
 source=(http://www.gnokii.org/download/$pkgname/$pkgname-${pkgver}.tar.bz2;
-   'gnokii.patch')
-md5sums=('c90137d403febbc16712d64f0eb196de'
- '4d764727686ee34bc73489c8b1321c82')
+'gnokii.patch')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: gnokii.patch
===
--- gnokii.patch2012-02-18 11:51:33 UTC (rev 150510)
+++ gnokii.patch2012-02-18 11:54:22 UTC (rev 150511)
@@ -1,10 +1,10 @@
-diff -ur gnokii-0.6.7-old/Docs/sample/gnokiirc 
gnokii-0.6.7/Docs/sample/gnokiirc
 gnokii-0.6.7-old/Docs/sample/gnokiirc  2005-05-16 20:55:13.0 
+0200
-+++ gnokii-0.6.7/Docs/sample/gnokiirc  2005-06-03 10:49:42.0 +0200
-@@ -112,7 +112,7 @@
+diff -Nura gnokii-0.6.31.orig/Docs/sample/gnokiirc 
gnokii-0.6.31/Docs/sample/gnokiirc
+--- gnokii-0.6.31.orig/Docs/sample/gnokiirc2011-12-02 15:53:04.0 
+0100
 gnokii-0.6.31/Docs/sample/gnokiirc 2012-02-18 12:49:26.957557504 +0100
+@@ -238,7 +238,7 @@
+ # In particular ensure that mgnokiidev is in this location, with
  # permissions 4750, owned by root, group gnokii.  Ensure you
  # are in the gnokii group and that the group exists...
- [gnokiid]
 -bindir = /usr/local/sbin/
 +bindir = /usr/sbin/
  



[arch-commits] Commit in gnokii/repos (8 files)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:55:01
  Author: pierre
Revision: 150512

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

Added:
  gnokii/repos/extra-i686/PKGBUILD
(from rev 150511, gnokii/trunk/PKGBUILD)
  gnokii/repos/extra-i686/gnokii.patch
(from rev 150511, gnokii/trunk/gnokii.patch)
  gnokii/repos/extra-x86_64/PKGBUILD
(from rev 150511, gnokii/trunk/PKGBUILD)
  gnokii/repos/extra-x86_64/gnokii.patch
(from rev 150511, gnokii/trunk/gnokii.patch)
Deleted:
  gnokii/repos/extra-i686/PKGBUILD
  gnokii/repos/extra-i686/gnokii.patch
  gnokii/repos/extra-x86_64/PKGBUILD
  gnokii/repos/extra-x86_64/gnokii.patch

---+
 extra-i686/PKGBUILD   |   92 ++--
 extra-i686/gnokii.patch   |   24 +--
 extra-x86_64/PKGBUILD |   92 ++--
 extra-x86_64/gnokii.patch |   24 +--
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 11:54:22 UTC (rev 150511)
+++ extra-i686/PKGBUILD 2012-02-18 11:55:01 UTC (rev 150512)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=gnokii
-pkgver=0.6.30
-pkgrel=2
-pkgdesc=Tools and user space driver for use with mobile phones
-arch=('i686' 'x86_64')
-url=http://www.gnokii.org/;
-license=('GPL')
-depends=('libusb-compat' 'libxpm' 'bluez' 'libical')
-makedepends=('gtk2' 'libmysqlclient' 'postgresql-libs' 'intltool')
-optdepends=('gtk2: xgnokii GUI'
-'libmysqlclient: smsd mysql backend'
-   'postgresql-libs: smsd postgresql backend')
-backup=('etc/gnokiirc')
-options=('!libtool' '!makeflags')
-source=(http://www.gnokii.org/download/$pkgname/$pkgname-${pkgver}.tar.bz2;
-   'gnokii.patch')
-md5sums=('c90137d403febbc16712d64f0eb196de'
- '4d764727686ee34bc73489c8b1321c82')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # FS#13249
-  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
-
-  patch -Np1 -i ${srcdir}/gnokii.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-security \
---disable-unix98test
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 Docs/sample/gnokiirc ${pkgdir}/etc/gnokiirc
-}

Copied: gnokii/repos/extra-i686/PKGBUILD (from rev 150511, 
gnokii/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 11:55:01 UTC (rev 150512)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=1
+pkgdesc=Tools and user space driver for use with mobile phones
+arch=('i686' 'x86_64')
+url=http://www.gnokii.org/;
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez' 'libical')
+makedepends=('gtk2' 'libmysqlclient' 'postgresql-libs' 'intltool')
+optdepends=('gtk2: xgnokii GUI'
+'libmysqlclient: smsd mysql backend'
+'postgresql-libs: smsd postgresql backend')
+backup=('etc/gnokiirc')
+options=('!libtool' '!makeflags')
+source=(http://www.gnokii.org/download/$pkgname/$pkgname-${pkgver}.tar.bz2;
+'gnokii.patch')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # FS#13249
+  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+
+  patch -Np1 -i ${srcdir}/gnokii.patch
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-security \
+--disable-unix98test
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 Docs/sample/gnokiirc ${pkgdir}/etc/gnokiirc
+}

Deleted: extra-i686/gnokii.patch
===
--- extra-i686/gnokii.patch 2012-02-18 11:54:22 UTC (rev 150511)
+++ extra-i686/gnokii.patch 2012-02-18 11:55:01 UTC (rev 150512)
@@ -1,12 +0,0 @@
-diff -ur gnokii-0.6.7-old/Docs/sample/gnokiirc 
gnokii-0.6.7/Docs/sample/gnokiirc
 gnokii-0.6.7-old/Docs/sample/gnokiirc  2005-05-16 20:55:13.0 
+0200
-+++ gnokii-0.6.7/Docs/sample/gnokiirc  2005-06-03 10:49:42.0 +0200
-@@ -112,7 +112,7 @@
- # permissions 4750, owned by root, group gnokii.  Ensure you
- # are in the gnokii group and that the group exists...
- [gnokiid]
--bindir = /usr/local/sbin/
-+bindir = /usr/sbin/
- 
- # Any entries in the following two sections will be set as environment
- # variables when running the scripts.

Copied: gnokii/repos/extra-i686/gnokii.patch (from rev 

[arch-commits] Commit in perl-date-manip/trunk (PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 06:55:20
  Author: allan
Revision: 150513

upgpkg: perl-date-manip 6.30-1

upstream update

Modified:
  perl-date-manip/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 11:55:01 UTC (rev 150512)
+++ PKGBUILD2012-02-18 11:55:20 UTC (rev 150513)
@@ -4,7 +4,7 @@
 
 pkgname=perl-date-manip
 _realname=Date-Manip
-pkgver=6.25
+pkgver=6.30
 pkgrel=1
 pkgdesc=Date::Manip - date manipulation routines
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl-yaml-syck')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/${_realname}-${pkgver}.tar.gz)
-md5sums=('9b6725c4874a97149419518688af3ecc')
+md5sums=('6a0e74703a1b0931e5208b0b93ef689a')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}
@@ -26,8 +26,4 @@
 package() {
   cd ${srcdir}/${_realname}-${pkgver}
   perl Build install
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
 }



[arch-commits] Commit in perl-date-manip/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 06:56:00
  Author: allan
Revision: 150514

archrelease: copy trunk to extra-any

Added:
  perl-date-manip/repos/extra-any/PKGBUILD
(from rev 150513, perl-date-manip/trunk/PKGBUILD)
Deleted:
  perl-date-manip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   62 -
 1 file changed, 29 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 11:55:20 UTC (rev 150513)
+++ PKGBUILD2012-02-18 11:56:00 UTC (rev 150514)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-date-manip
-_realname=Date-Manip
-pkgver=6.25
-pkgrel=1
-pkgdesc=Date::Manip - date manipulation routines
-arch=('any')
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl-yaml-syck')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/${_realname}-${pkgver}.tar.gz)
-md5sums=('9b6725c4874a97149419518688af3ecc')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-
-  # install module in vendor directories.
-  perl Build.PL installdirs=vendor destdir=${pkgdir}
-  perl Build
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  perl Build install
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-date-manip/repos/extra-any/PKGBUILD (from rev 150513, 
perl-date-manip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 11:56:00 UTC (rev 150514)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-date-manip
+_realname=Date-Manip
+pkgver=6.30
+pkgrel=1
+pkgdesc=Date::Manip - date manipulation routines
+arch=('any')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl-yaml-syck')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/${_realname}-${pkgver}.tar.gz)
+md5sums=('6a0e74703a1b0931e5208b0b93ef689a')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Build.PL installdirs=vendor destdir=${pkgdir}
+  perl Build
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Build install
+}



[arch-commits] Commit in gsm/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:57:15
  Author: pierre
Revision: 150515

upgpkg: gsm 1.0.13-7

rebuild old package

Modified:
  gsm/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 11:56:00 UTC (rev 150514)
+++ PKGBUILD2012-02-18 11:57:15 UTC (rev 150515)
@@ -5,14 +5,14 @@
 
 pkgname=gsm
 pkgver=1.0.13
-pkgrel=6
+pkgrel=7
 pkgdesc=Shared libraries for GSM 06.10 lossy speech compression
 arch=('i686' 'x86_64')
 url=http://www.quut.com/gsm/;
 license=('custom')
 depends=('glibc')
-source=(http://www.quut.com/${pkgname}/${pkgname}-${pkgver}.tar.gz
-gsm.patch)
+source=(http://www.quut.com/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'gsm.patch')
 md5sums=('c1ba392ce61dc4aff1c29ea4e92f6df4'
  '30f46c92d0a5e5654258e707a9e8b5a6')
 
@@ -39,5 +39,5 @@
 install
 
   # Install license
-  install -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/license.txt 
|| return 1
+  install -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
 }



[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 06:57:33
  Author: allan
Revision: 150516

upgpkg: perl-digest-hmac 1.03-2

signing rebuild

Modified:
  perl-digest-hmac/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 11:57:15 UTC (rev 150515)
+++ PKGBUILD2012-02-18 11:57:33 UTC (rev 150516)
@@ -5,7 +5,7 @@
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
 pkgver=1.03
-pkgrel=1
+pkgrel=2
 pkgdesc=Perl Module: Keyed-Hashing for Message Authentication.
 arch=('any')
 license=('PerlArtistic')
@@ -22,7 +22,6 @@
   # install module in vendor directories.
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
-  #make test
 }
 
 check() {
@@ -32,12 +31,7 @@
 
 package() {
   cd ${srcdir}/${_realname}-${pkgver}
-
   make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
 }
 
 # vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in gsm/repos (8 files)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 06:57:44
  Author: pierre
Revision: 150517

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

Added:
  gsm/repos/extra-i686/PKGBUILD
(from rev 150515, gsm/trunk/PKGBUILD)
  gsm/repos/extra-i686/gsm.patch
(from rev 150515, gsm/trunk/gsm.patch)
  gsm/repos/extra-x86_64/PKGBUILD
(from rev 150516, gsm/trunk/PKGBUILD)
  gsm/repos/extra-x86_64/gsm.patch
(from rev 150516, gsm/trunk/gsm.patch)
Deleted:
  gsm/repos/extra-i686/PKGBUILD
  gsm/repos/extra-i686/gsm.patch
  gsm/repos/extra-x86_64/PKGBUILD
  gsm/repos/extra-x86_64/gsm.patch

+
 extra-i686/PKGBUILD|   86 +-
 extra-i686/gsm.patch   |  396 +++
 extra-x86_64/PKGBUILD  |   86 +-
 extra-x86_64/gsm.patch |  396 +++
 4 files changed, 482 insertions(+), 482 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 11:57:33 UTC (rev 150516)
+++ extra-i686/PKGBUILD 2012-02-18 11:57:44 UTC (rev 150517)
@@ -1,43 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Maxime de Roucy maxime.dero...@gmail.com
-# Contributor: Darwin Bautista djclue...@gmail.com
-
-pkgname=gsm
-pkgver=1.0.13
-pkgrel=6
-pkgdesc=Shared libraries for GSM 06.10 lossy speech compression
-arch=('i686' 'x86_64')
-url=http://www.quut.com/gsm/;
-license=('custom')
-depends=('glibc')
-source=(http://www.quut.com/${pkgname}/${pkgname}-${pkgver}.tar.gz
-gsm.patch)
-md5sums=('c1ba392ce61dc4aff1c29ea4e92f6df4'
- '30f46c92d0a5e5654258e707a9e8b5a6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver%.*}-pl${pkgver##*.}/
-
-  patch -Np0 -i ${srcdir}/${pkgname}.patch
-
-  # flags for shared lib
-  CFLAGS=${CFLAGS} -fPIC
-  make CCFLAGS=-c ${CFLAGS}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver%.*}-pl${pkgver##*.}/
-
-  # Prepare directories
-  install -m755 -d 
${pkgdir}/usr/{bin,lib,include/gsm,share/{licenses/${pkgname},man/man{1,3}}}
-
-  make -j1 INSTALL_ROOT=${pkgdir}/usr \
-GSM_INSTALL_INC=${pkgdir}/usr/include/gsm \
-GSM_INSTALL_MAN=${pkgdir}/usr/share/man/man3 \
-TOAST_INSTALL_MAN=${pkgdir}/usr/share/man/man1 \
-install
-
-  # Install license
-  install -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/license.txt 
|| return 1
-}

Copied: gsm/repos/extra-i686/PKGBUILD (from rev 150515, gsm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 11:57:44 UTC (rev 150517)
@@ -0,0 +1,43 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Maxime de Roucy maxime.dero...@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=gsm
+pkgver=1.0.13
+pkgrel=7
+pkgdesc=Shared libraries for GSM 06.10 lossy speech compression
+arch=('i686' 'x86_64')
+url=http://www.quut.com/gsm/;
+license=('custom')
+depends=('glibc')
+source=(http://www.quut.com/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'gsm.patch')
+md5sums=('c1ba392ce61dc4aff1c29ea4e92f6df4'
+ '30f46c92d0a5e5654258e707a9e8b5a6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver%.*}-pl${pkgver##*.}/
+
+  patch -Np0 -i ${srcdir}/${pkgname}.patch
+
+  # flags for shared lib
+  CFLAGS=${CFLAGS} -fPIC
+  make CCFLAGS=-c ${CFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver%.*}-pl${pkgver##*.}/
+
+  # Prepare directories
+  install -m755 -d 
${pkgdir}/usr/{bin,lib,include/gsm,share/{licenses/${pkgname},man/man{1,3}}}
+
+  make -j1 INSTALL_ROOT=${pkgdir}/usr \
+GSM_INSTALL_INC=${pkgdir}/usr/include/gsm \
+GSM_INSTALL_MAN=${pkgdir}/usr/share/man/man3 \
+TOAST_INSTALL_MAN=${pkgdir}/usr/share/man/man1 \
+install
+
+  # Install license
+  install -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: extra-i686/gsm.patch
===
--- extra-i686/gsm.patch2012-02-18 11:57:33 UTC (rev 150516)
+++ extra-i686/gsm.patch2012-02-18 11:57:44 UTC (rev 150517)
@@ -1,198 +0,0 @@
 Makefile   2006-04-26 15:14:26.0 -0400
-+++ Makefile   2010-06-19 16:53:25.0 -0400
-@@ -44,7 +44,7 @@
- # CCFLAGS = -c -O
- 
- CC= gcc -ansi -pedantic
--CCFLAGS   = -c -O2 -DNeedFunctionPrototypes=1
-+CCFLAGS   = -c -O2 -fPIC -DNeedFunctionPrototypes=1
- 
- LD= $(CC)
- 
-@@ -96,11 +96,11 @@
- #  Other tools
- 
- SHELL = /bin/sh
--LN= ln
-+LN= ln -s -f
- BASENAME  = basename
- AR= ar
- ARFLAGS   = cr
--RMFLAGS   =
-+RMFLAGS   = -f
- FIND  = find
- COMPRESS  = compress
- COMPRESSFLAGS = 
-@@ -139,7 +139,7 @@
- 
- # Targets
- 
--LIBGSM= $(LIB)/libgsm.a
-+LIBGSMSO = $(LIB)/libgsm.so
- 
- TOAST = 

[arch-commits] Commit in id3v2/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:00:15
  Author: pierre
Revision: 150518

upgpkg: id3v2 0.1.12-2

rebuild old package

Modified:
  id3v2/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 11:57:44 UTC (rev 150517)
+++ PKGBUILD2012-02-18 12:00:15 UTC (rev 150518)
@@ -4,15 +4,14 @@
 
 pkgname=id3v2
 pkgver=0.1.12
-pkgrel=1
+pkgrel=2
 pkgdesc=Utility to edit id3v2 tags
 arch=('i686' 'x86_64')
 url=http://id3v2.sourceforge.net/;
 license=('LGPL')
 depends=('gcc-libs' 'glibc' 'id3lib' 'zlib')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
 md5sums=('be91b4a41710b3a926e913a24ba0ed3b')
-sha1sums=('8f42153b2f53098c221da2e8fe42170e727cd9ad')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:00:46
  Author: pierre
Revision: 150519

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

Added:
  id3v2/repos/extra-i686/PKGBUILD
(from rev 150518, id3v2/trunk/PKGBUILD)
  id3v2/repos/extra-x86_64/PKGBUILD
(from rev 150518, id3v2/trunk/PKGBUILD)
Deleted:
  id3v2/repos/extra-i686/PKGBUILD
  id3v2/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   53 +++-
 extra-x86_64/PKGBUILD |   53 +++-
 2 files changed, 52 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 12:00:15 UTC (rev 150518)
+++ extra-i686/PKGBUILD 2012-02-18 12:00:46 UTC (rev 150519)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Maintainer: Hugo Doria h...@archlinux.org
-
-pkgname=id3v2
-pkgver=0.1.12
-pkgrel=1
-pkgdesc=Utility to edit id3v2 tags
-arch=('i686' 'x86_64')
-url=http://id3v2.sourceforge.net/;
-license=('LGPL')
-depends=('gcc-libs' 'glibc' 'id3lib' 'zlib')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('be91b4a41710b3a926e913a24ba0ed3b')
-sha1sums=('8f42153b2f53098c221da2e8fe42170e727cd9ad')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make clean
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -d -m755 ${pkgdir}/usr/{bin,share/man/man1}
-  make PREFIX=${pkgdir}/usr install
-}

Copied: id3v2/repos/extra-i686/PKGBUILD (from rev 150518, id3v2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 12:00:46 UTC (rev 150519)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Maintainer: Hugo Doria h...@archlinux.org
+
+pkgname=id3v2
+pkgver=0.1.12
+pkgrel=2
+pkgdesc=Utility to edit id3v2 tags
+arch=('i686' 'x86_64')
+url=http://id3v2.sourceforge.net/;
+license=('LGPL')
+depends=('gcc-libs' 'glibc' 'id3lib' 'zlib')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('be91b4a41710b3a926e913a24ba0ed3b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make clean
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d -m755 ${pkgdir}/usr/{bin,share/man/man1}
+  make PREFIX=${pkgdir}/usr install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 12:00:15 UTC (rev 150518)
+++ extra-x86_64/PKGBUILD   2012-02-18 12:00:46 UTC (rev 150519)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Maintainer: Hugo Doria h...@archlinux.org
-
-pkgname=id3v2
-pkgver=0.1.12
-pkgrel=1
-pkgdesc=Utility to edit id3v2 tags
-arch=('i686' 'x86_64')
-url=http://id3v2.sourceforge.net/;
-license=('LGPL')
-depends=('gcc-libs' 'glibc' 'id3lib' 'zlib')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('be91b4a41710b3a926e913a24ba0ed3b')
-sha1sums=('8f42153b2f53098c221da2e8fe42170e727cd9ad')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make clean
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -d -m755 ${pkgdir}/usr/{bin,share/man/man1}
-  make PREFIX=${pkgdir}/usr install
-}

Copied: id3v2/repos/extra-x86_64/PKGBUILD (from rev 150518, 
id3v2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-18 12:00:46 UTC (rev 150519)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Maintainer: Hugo Doria h...@archlinux.org
+
+pkgname=id3v2
+pkgver=0.1.12
+pkgrel=2
+pkgdesc=Utility to edit id3v2 tags
+arch=('i686' 'x86_64')
+url=http://id3v2.sourceforge.net/;
+license=('LGPL')
+depends=('gcc-libs' 'glibc' 'id3lib' 'zlib')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('be91b4a41710b3a926e913a24ba0ed3b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make clean
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d -m755 ${pkgdir}/usr/{bin,share/man/man1}
+  make PREFIX=${pkgdir}/usr install
+}



[arch-commits] Commit in perl-digest-hmac/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 07:01:21
  Author: allan
Revision: 150520

archrelease: copy trunk to extra-any

Added:
  perl-digest-hmac/repos/extra-any/PKGBUILD
(from rev 150519, perl-digest-hmac/trunk/PKGBUILD)
Deleted:
  perl-digest-hmac/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   80 -
 1 file changed, 37 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 12:00:46 UTC (rev 150519)
+++ PKGBUILD2012-02-18 12:01:21 UTC (rev 150520)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: kevin ke...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-digest-hmac
-_realname=Digest-HMAC
-pkgver=1.03
-pkgrel=1
-pkgdesc=Perl Module: Keyed-Hashing for Message Authentication.
-arch=('any')
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl-digest-sha1' 'perl=5.10.0')
-options=(!emptydirs)
-replaces=('digest-hmac')
-provides=('digest-hmac')
-source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
-md5sums=('e6a5d6f552da16eacb5157ea4369ff9d')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  #make test
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-digest-hmac/repos/extra-any/PKGBUILD (from rev 150519, 
perl-digest-hmac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 12:01:21 UTC (rev 150520)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-hmac
+_realname=Digest-HMAC
+pkgver=1.03
+pkgrel=2
+pkgdesc=Perl Module: Keyed-Hashing for Message Authentication.
+arch=('any')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl-digest-sha1' 'perl=5.10.0')
+options=(!emptydirs)
+replaces=('digest-hmac')
+provides=('digest-hmac')
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6a5d6f552da16eacb5157ea4369ff9d')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+
+# vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-email-date-format/trunk (PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 07:03:41
  Author: allan
Revision: 150521

upgpkg: perl-email-date-format 1.002-3

signing rebuild

Modified:
  perl-email-date-format/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:01:21 UTC (rev 150520)
+++ PKGBUILD2012-02-18 12:03:41 UTC (rev 150521)
@@ -4,7 +4,7 @@
 
 pkgname=perl-email-date-format
 pkgver=1.002
-pkgrel=2
+pkgrel=3
 pkgdesc=produce RFC 2822 date strings
 arch=('any')
 url=http://search.cpan.org/dist/Email-Date-Format;
@@ -23,7 +23,4 @@
 package() {
   cd ${srcdir}/Email-Date-Format-$pkgver
   make DESTDIR=${pkgdir} install
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
 }



[arch-commits] Commit in perl-email-date-format/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 07:04:18
  Author: allan
Revision: 150522

archrelease: copy trunk to extra-any

Added:
  perl-email-date-format/repos/extra-any/PKGBUILD
(from rev 150521, perl-email-date-format/trunk/PKGBUILD)
Deleted:
  perl-email-date-format/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   55 ++-
 1 file changed, 26 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 12:03:41 UTC (rev 150521)
+++ PKGBUILD2012-02-18 12:04:18 UTC (rev 150522)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-email-date-format
-pkgver=1.002
-pkgrel=2
-pkgdesc=produce RFC 2822 date strings
-arch=('any')
-url=http://search.cpan.org/dist/Email-Date-Format;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-$pkgver.tar.gz;)
-md5sums=('7ae25275da6ab272aa8b40141eac9f82')
-
-build() {
-  cd ${srcdir}/Email-Date-Format-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/Email-Date-Format-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-email-date-format/repos/extra-any/PKGBUILD (from rev 150521, 
perl-email-date-format/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 12:04:18 UTC (rev 150522)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-email-date-format
+pkgver=1.002
+pkgrel=3
+pkgdesc=produce RFC 2822 date strings
+arch=('any')
+url=http://search.cpan.org/dist/Email-Date-Format;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-$pkgver.tar.gz;)
+md5sums=('7ae25275da6ab272aa8b40141eac9f82')
+
+build() {
+  cd ${srcdir}/Email-Date-Format-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/Email-Date-Format-$pkgver
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in perl-encode-locale/trunk (PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 07:05:47
  Author: allan
Revision: 150523

upgpkg: perl-encode-locale 1.03-1

upstream update

Modified:
  perl-encode-locale/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:04:18 UTC (rev 150522)
+++ PKGBUILD2012-02-18 12:05:47 UTC (rev 150523)
@@ -3,7 +3,7 @@
 # $Id$
 
 pkgname=perl-encode-locale
-pkgver=1.02
+pkgver=1.03
 pkgrel=1
 pkgdesc=Determine the locale encoding
 arch=(any)
@@ -15,8 +15,8 @@
 conflicts=('perl-libwww6')
 url=http://search.cpan.org/dist/Encode-Locale
 
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-1.02.tar.gz)
-md5sums=(96a950ee9b57e47e2b990b4c5dd7bf6e)
-sha512sums=(7263de267486c835f37dd51da573c5002921a8365124e03eeed1e7a97bac368fff42351d6d31e05d3e596f3486ca5506d985f3992652908948006701d21663cf)
+md5sums=('96a950ee9b57e47e2b990b4c5dd7bf6e')
+sha512sums=('7263de267486c835f37dd51da573c5002921a8365124e03eeed1e7a97bac368fff42351d6d31e05d3e596f3486ca5506d985f3992652908948006701d21663cf')
 _distdir=${srcdir}/Encode-Locale-1.02
 
 build() {



[arch-commits] Commit in perl-encode-locale/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 07:06:36
  Author: allan
Revision: 150524

archrelease: copy trunk to extra-any

Added:
  perl-encode-locale/repos/extra-any/PKGBUILD
(from rev 150523, perl-encode-locale/trunk/PKGBUILD)
Deleted:
  perl-encode-locale/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 12:05:47 UTC (rev 150523)
+++ PKGBUILD2012-02-18 12:06:36 UTC (rev 150524)
@@ -1,52 +0,0 @@
-# Maintainer : Justin juster Davis jrc...@gmail.com
-# Generator  : pbjam 0.01
-# $Id$
-
-pkgname=perl-encode-locale
-pkgver=1.02
-pkgrel=1
-pkgdesc=Determine the locale encoding
-arch=(any)
-license=(PerlArtistic GPL)
-options=('!emptydirs')
-depends=('perl=5.008')
-makedepends=()
-checkdepends=()
-conflicts=('perl-libwww6')
-url=http://search.cpan.org/dist/Encode-Locale
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-1.02.tar.gz)
-md5sums=(96a950ee9b57e47e2b990b4c5dd7bf6e)
-sha512sums=(7263de267486c835f37dd51da573c5002921a8365124e03eeed1e7a97bac368fff42351d6d31e05d3e596f3486ca5506d985f3992652908948006701d21663cf)
-_distdir=${srcdir}/Encode-Locale-1.02
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-  MODULEBUILDRC=/dev/null
-
-cd $_distdir
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd $_distdir
-make test
-  )
-}
-
-package() {
-cd $_distdir
-make DESTDIR=$pkgdir install
-find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-encode-locale/repos/extra-any/PKGBUILD (from rev 150523, 
perl-encode-locale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 12:06:36 UTC (rev 150524)
@@ -0,0 +1,52 @@
+# Maintainer : Justin juster Davis jrc...@gmail.com
+# Generator  : pbjam 0.01
+# $Id$
+
+pkgname=perl-encode-locale
+pkgver=1.03
+pkgrel=1
+pkgdesc=Determine the locale encoding
+arch=(any)
+license=(PerlArtistic GPL)
+options=('!emptydirs')
+depends=('perl=5.008')
+makedepends=()
+checkdepends=()
+conflicts=('perl-libwww6')
+url=http://search.cpan.org/dist/Encode-Locale
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-1.02.tar.gz)
+md5sums=('96a950ee9b57e47e2b990b4c5dd7bf6e')
+sha512sums=('7263de267486c835f37dd51da573c5002921a8365124e03eeed1e7a97bac368fff42351d6d31e05d3e596f3486ca5506d985f3992652908948006701d21663cf')
+_distdir=${srcdir}/Encode-Locale-1.02
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+cd $_distdir
+make test
+  )
+}
+
+package() {
+cd $_distdir
+make DESTDIR=$pkgdir install
+find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in jade/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:07:37
  Author: pierre
Revision: 150525

upgpkg: jade 1.2.1-7

rebuild old package

Modified:
  jade/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:06:36 UTC (rev 150524)
+++ PKGBUILD2012-02-18 12:07:37 UTC (rev 150525)
@@ -5,7 +5,7 @@
 
 pkgname=jade
 pkgver=1.2.1
-pkgrel=6
+pkgrel=7
 _debpatch=47
 pkgdesc=James Clark's DSSSL Engine
 url='http://www.jclark.com/jade/'



[arch-commits] Commit in libcdaudio/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:08:04
  Author: pierre
Revision: 150526

upgpkg: libcdaudio 0.99.12-6

rebuild old package

Modified:
  libcdaudio/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:07:37 UTC (rev 150525)
+++ PKGBUILD2012-02-18 12:08:04 UTC (rev 150526)
@@ -4,16 +4,16 @@
 
 pkgname=libcdaudio
 pkgver=0.99.12
-pkgrel=5
+pkgrel=6
 pkgdesc=Library for controlling Audio CDs and interacting with CDDB
 arch=('i686' 'x86_64')
 url=http://libcdaudio.sourceforge.net/;
 license=('GPL')
 depends=('glibc')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/libcdaudio/${pkgname}-${pkgver}.tar.gz
-01-cddb-bufferoverflow.patch
-02-cddb-bufferoverflow.patch)
+source=(http://downloads.sourceforge.net/sourceforge/libcdaudio/${pkgname}-${pkgver}.tar.gz;
+'01-cddb-bufferoverflow.patch'
+'02-cddb-bufferoverflow.patch')
 md5sums=('63b49cf14d53eed31e7a87cca17a3963'
  'f78c881b92cd7d25472daa90af284e18'
  'e36755c125d2710dc8619bb401e37444')



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:08:07
  Author: pierre
Revision: 150527

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

Added:
  jade/repos/extra-i686/PKGBUILD
(from rev 150525, jade/trunk/PKGBUILD)
  jade/repos/extra-x86_64/PKGBUILD
(from rev 150526, jade/trunk/PKGBUILD)
Deleted:
  jade/repos/extra-i686/PKGBUILD
  jade/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   82 
 extra-x86_64/PKGBUILD |   82 
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 12:08:04 UTC (rev 150526)
+++ extra-i686/PKGBUILD 2012-02-18 12:08:07 UTC (rev 150527)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=jade
-pkgver=1.2.1
-pkgrel=6
-_debpatch=47
-pkgdesc=James Clark's DSSSL Engine
-url='http://www.jclark.com/jade/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('gcc-libs')
-replaces=('openjade')
-options=('!libtool' '!makeflags')
-source=(ftp://ftp.jclark.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
http://ftp.debian.org/debian/pool/main/j/jade/jade_${pkgver}-${_debpatch}.diff.gz;)
-md5sums=('4239670ca6b578bff68b8c2e7cd1225f'
- 'feb3889e2a5fa86ac6bdb742a25d0001')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CXXFLAGS=$CXXFLAGS -fpermissive
-
-  patch -p1 -i ${srcdir}/jade_${pkgver}-${_debpatch}.diff
-
-  chmod 755 configure
-  ./configure --prefix=/usr --enable-default-catalog=/usr/share/sgml/catalog
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -d -m755 ${pkgdir}/usr/lib
-  make prefix=${pkgdir}/usr install
-  mv ${pkgdir}/usr/bin/sx ${pkgdir}/usr/bin/sgml2xml
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: jade/repos/extra-i686/PKGBUILD (from rev 150525, jade/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 12:08:07 UTC (rev 150527)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=jade
+pkgver=1.2.1
+pkgrel=7
+_debpatch=47
+pkgdesc=James Clark's DSSSL Engine
+url='http://www.jclark.com/jade/'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('gcc-libs')
+replaces=('openjade')
+options=('!libtool' '!makeflags')
+source=(ftp://ftp.jclark.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
http://ftp.debian.org/debian/pool/main/j/jade/jade_${pkgver}-${_debpatch}.diff.gz;)
+md5sums=('4239670ca6b578bff68b8c2e7cd1225f'
+ 'feb3889e2a5fa86ac6bdb742a25d0001')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CXXFLAGS=$CXXFLAGS -fpermissive
+
+  patch -p1 -i ${srcdir}/jade_${pkgver}-${_debpatch}.diff
+
+  chmod 755 configure
+  ./configure --prefix=/usr --enable-default-catalog=/usr/share/sgml/catalog
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d -m755 ${pkgdir}/usr/lib
+  make prefix=${pkgdir}/usr install
+  mv ${pkgdir}/usr/bin/sx ${pkgdir}/usr/bin/sgml2xml
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 12:08:04 UTC (rev 150526)
+++ extra-x86_64/PKGBUILD   2012-02-18 12:08:07 UTC (rev 150527)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=jade
-pkgver=1.2.1
-pkgrel=6
-_debpatch=47
-pkgdesc=James Clark's DSSSL Engine
-url='http://www.jclark.com/jade/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('gcc-libs')
-replaces=('openjade')
-options=('!libtool' '!makeflags')
-source=(ftp://ftp.jclark.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
http://ftp.debian.org/debian/pool/main/j/jade/jade_${pkgver}-${_debpatch}.diff.gz;)
-md5sums=('4239670ca6b578bff68b8c2e7cd1225f'
- 'feb3889e2a5fa86ac6bdb742a25d0001')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CXXFLAGS=$CXXFLAGS -fpermissive
-
-  patch -p1 -i ${srcdir}/jade_${pkgver}-${_debpatch}.diff
-
-  chmod 755 configure
-  ./configure --prefix=/usr --enable-default-catalog=/usr/share/sgml/catalog
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -d -m755 ${pkgdir}/usr/lib
-  make prefix=${pkgdir}/usr install
-  mv ${pkgdir}/usr/bin/sx ${pkgdir}/usr/bin/sgml2xml
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: jade/repos/extra-x86_64/PKGBUILD (from rev 150526, jade/trunk/PKGBUILD)
===
--- 

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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:08:44
  Author: pierre
Revision: 150528

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

Added:
  libcdaudio/repos/extra-i686/01-cddb-bufferoverflow.patch
(from rev 150527, libcdaudio/trunk/01-cddb-bufferoverflow.patch)
  libcdaudio/repos/extra-i686/02-cddb-bufferoverflow.patch
(from rev 150527, libcdaudio/trunk/02-cddb-bufferoverflow.patch)
  libcdaudio/repos/extra-i686/PKGBUILD
(from rev 150527, libcdaudio/trunk/PKGBUILD)
  libcdaudio/repos/extra-x86_64/01-cddb-bufferoverflow.patch
(from rev 150527, libcdaudio/trunk/01-cddb-bufferoverflow.patch)
  libcdaudio/repos/extra-x86_64/02-cddb-bufferoverflow.patch
(from rev 150527, libcdaudio/trunk/02-cddb-bufferoverflow.patch)
  libcdaudio/repos/extra-x86_64/PKGBUILD
(from rev 150527, libcdaudio/trunk/PKGBUILD)
Deleted:
  libcdaudio/repos/extra-i686/01-cddb-bufferoverflow.patch
  libcdaudio/repos/extra-i686/02-cddb-bufferoverflow.patch
  libcdaudio/repos/extra-i686/PKGBUILD
  libcdaudio/repos/extra-x86_64/01-cddb-bufferoverflow.patch
  libcdaudio/repos/extra-x86_64/02-cddb-bufferoverflow.patch
  libcdaudio/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/01-cddb-bufferoverflow.patch   |   30 ++---
 extra-i686/02-cddb-bufferoverflow.patch   |   30 ++---
 extra-i686/PKGBUILD   |   64 ++--
 extra-x86_64/01-cddb-bufferoverflow.patch |   30 ++---
 extra-x86_64/02-cddb-bufferoverflow.patch |   30 ++---
 extra-x86_64/PKGBUILD |   64 ++--
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/01-cddb-bufferoverflow.patch
===
--- extra-i686/01-cddb-bufferoverflow.patch 2012-02-18 12:08:07 UTC (rev 
150527)
+++ extra-i686/01-cddb-bufferoverflow.patch 2012-02-18 12:08:44 UTC (rev 
150528)
@@ -1,15 +0,0 @@
-Author: Moritz Muehlenhoff j...@inutil.org
-Description: CAN-2005-0706: Bufferoverflow in CDDB lookup parsing
-
-diff -Naurp libcdaudio.orig/src/cddb.c libcdaudio/src/cddb.c
 libcdaudio.orig/src/cddb.c 2009-08-02 10:30:05.0 +
-+++ libcdaudio/src/cddb.c  2009-08-02 10:34:57.0 +
-@@ -1052,7 +1052,7 @@ cddb_query(int cd_desc, int sock,
- }
-  
- query-query_matches = 0;
--while(!cddb_read_line(sock, inbuffer, 256)) {
-+while(query-query_matches  MAX_INEXACT_MATCHES  !cddb_read_line(sock, 
inbuffer, 256)) {
-   slashed = 0;
-   if(strchr(inbuffer, '/') != NULL  parse_disc_artist) {
-   index = 0;

Copied: libcdaudio/repos/extra-i686/01-cddb-bufferoverflow.patch (from rev 
150527, libcdaudio/trunk/01-cddb-bufferoverflow.patch)
===
--- extra-i686/01-cddb-bufferoverflow.patch (rev 0)
+++ extra-i686/01-cddb-bufferoverflow.patch 2012-02-18 12:08:44 UTC (rev 
150528)
@@ -0,0 +1,15 @@
+Author: Moritz Muehlenhoff j...@inutil.org
+Description: CAN-2005-0706: Bufferoverflow in CDDB lookup parsing
+
+diff -Naurp libcdaudio.orig/src/cddb.c libcdaudio/src/cddb.c
+--- libcdaudio.orig/src/cddb.c 2009-08-02 10:30:05.0 +
 libcdaudio/src/cddb.c  2009-08-02 10:34:57.0 +
+@@ -1052,7 +1052,7 @@ cddb_query(int cd_desc, int sock,
+ }
+  
+ query-query_matches = 0;
+-while(!cddb_read_line(sock, inbuffer, 256)) {
++while(query-query_matches  MAX_INEXACT_MATCHES  !cddb_read_line(sock, 
inbuffer, 256)) {
+   slashed = 0;
+   if(strchr(inbuffer, '/') != NULL  parse_disc_artist) {
+   index = 0;

Deleted: extra-i686/02-cddb-bufferoverflow.patch
===
--- extra-i686/02-cddb-bufferoverflow.patch 2012-02-18 12:08:07 UTC (rev 
150527)
+++ extra-i686/02-cddb-bufferoverflow.patch 2012-02-18 12:08:44 UTC (rev 
150528)
@@ -1,15 +0,0 @@
-Author: Moritz Muehlenhoff j...@inutil.org
-Description: CVE-2008-5030
-
-diff -Naurp libcdaudio.orig/src/cddb.c libcdaudio/src/cddb.c
 libcdaudio.orig/src/cddb.c 2008-09-07 23:53:16.0 +
-+++ libcdaudio/src/cddb.c  2008-11-12 21:32:21.0 +
-@@ -1679,7 +1679,7 @@ cddb_read_disc_data(int cd_desc, struct 
-   free(file);
-
-   while(!feof(cddb_data)) {
--  fgets(inbuffer, 512, cddb_data);   
-+  fgets(inbuffer, 256, cddb_data);
-   cddb_process_line(inbuffer, data);
-   }
-

Copied: libcdaudio/repos/extra-i686/02-cddb-bufferoverflow.patch (from rev 
150527, libcdaudio/trunk/02-cddb-bufferoverflow.patch)
===
--- extra-i686/02-cddb-bufferoverflow.patch (rev 0)
+++ extra-i686/02-cddb-bufferoverflow.patch 2012-02-18 12:08:44 UTC (rev 
150528)
@@ -0,0 +1,15 @@
+Author: Moritz Muehlenhoff 

[arch-commits] Commit in perl-error/trunk (PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 07:08:45
  Author: allan
Revision: 150529

upgpkg: perl-error 0.17017-1

upstream update

Modified:
  perl-error/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:08:44 UTC (rev 150528)
+++ PKGBUILD2012-02-18 12:08:45 UTC (rev 150529)
@@ -4,32 +4,31 @@
 
 pkgname=perl-error
 _realname=Error
-pkgver=0.17016
-pkgrel=2
+pkgver=0.17017
+pkgrel=1
 pkgdesc=Perl/CPAN Error module - Error/exception handling in an OO-ish way
 url=http://search.cpan.org/dist/${_realname}/;
-arch=(any)
+arch=('any')
 license=('PerlArtistic' 'GPL')
 depends=('perl=5.10.0')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz)
-md5sums=('eedcd3c6970568dd32092b5334328eff')
+md5sums=('d53e158fdb3d8fd54ddbed4dc2e44ad4')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make 
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
   make test
 }
 
 package() {
   cd ${srcdir}/${_realname}-${pkgver}
-
   make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
 }
 



[arch-commits] Commit in perl-error/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 07:09:46
  Author: allan
Revision: 150530

archrelease: copy trunk to extra-any

Added:
  perl-error/repos/extra-any/PKGBUILD
(from rev 150529, perl-error/trunk/PKGBUILD)
Deleted:
  perl-error/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   69 ++---
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 12:08:45 UTC (rev 150529)
+++ PKGBUILD2012-02-18 12:09:46 UTC (rev 150530)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Dale Blount d...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-
-pkgname=perl-error
-_realname=Error
-pkgver=0.17016
-pkgrel=2
-pkgdesc=Perl/CPAN Error module - Error/exception handling in an OO-ish way
-url=http://search.cpan.org/dist/${_realname}/;
-arch=(any)
-license=('PerlArtistic' 'GPL')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz)
-md5sums=('eedcd3c6970568dd32092b5334328eff')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make 
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}
-

Copied: perl-error/repos/extra-any/PKGBUILD (from rev 150529, 
perl-error/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 12:09:46 UTC (rev 150530)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Dale Blount d...@archlinux.org
+# Contributor: Dale Blount d...@archlinux.org
+
+pkgname=perl-error
+_realname=Error
+pkgver=0.17017
+pkgrel=1
+pkgdesc=Perl/CPAN Error module - Error/exception handling in an OO-ish way
+url=http://search.cpan.org/dist/${_realname}/;
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz)
+md5sums=('d53e158fdb3d8fd54ddbed4dc2e44ad4')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make 
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+



[arch-commits] Commit in libdiscid/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:09:59
  Author: pierre
Revision: 150531

upgpkg: libdiscid 0.2.2-2

rebuild old package

Modified:
  libdiscid/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:09:46 UTC (rev 150530)
+++ PKGBUILD2012-02-18 12:09:59 UTC (rev 150531)
@@ -4,7 +4,7 @@
 
 pkgname=libdiscid
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 pkgdesc=A Library for creating MusicBrainz DiscIDs



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:10:29
  Author: pierre
Revision: 150532

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

Added:
  libdiscid/repos/extra-i686/PKGBUILD
(from rev 150531, libdiscid/trunk/PKGBUILD)
  libdiscid/repos/extra-x86_64/PKGBUILD
(from rev 150531, libdiscid/trunk/PKGBUILD)
Deleted:
  libdiscid/repos/extra-i686/PKGBUILD
  libdiscid/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 12:09:59 UTC (rev 150531)
+++ extra-i686/PKGBUILD 2012-02-18 12:10:29 UTC (rev 150532)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Eric Gillingham sy...@sysrq.tk
-
-pkgname=libdiscid
-pkgver=0.2.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc=A Library for creating MusicBrainz DiscIDs
-url=http://musicbrainz.org/doc/libdiscid;
-depends=('glibc')
-source=(http://users.musicbrainz.org/~matt/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ee21ddbe696a3c60e14827a75f3bcf5b')
-options=('!libtool')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=${pkgdir}/usr install
-}

Copied: libdiscid/repos/extra-i686/PKGBUILD (from rev 150531, 
libdiscid/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 12:10:29 UTC (rev 150532)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Eric Gillingham sy...@sysrq.tk
+
+pkgname=libdiscid
+pkgver=0.2.2
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc=A Library for creating MusicBrainz DiscIDs
+url=http://musicbrainz.org/doc/libdiscid;
+depends=('glibc')
+source=(http://users.musicbrainz.org/~matt/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('ee21ddbe696a3c60e14827a75f3bcf5b')
+options=('!libtool')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 12:09:59 UTC (rev 150531)
+++ extra-x86_64/PKGBUILD   2012-02-18 12:10:29 UTC (rev 150532)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Eric Gillingham sy...@sysrq.tk
-
-pkgname=libdiscid
-pkgver=0.2.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc=A Library for creating MusicBrainz DiscIDs
-url=http://musicbrainz.org/doc/libdiscid;
-depends=('glibc')
-source=(http://users.musicbrainz.org/~matt/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ee21ddbe696a3c60e14827a75f3bcf5b')
-options=('!libtool')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=${pkgdir}/usr install
-}

Copied: libdiscid/repos/extra-x86_64/PKGBUILD (from rev 150531, 
libdiscid/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-18 12:10:29 UTC (rev 150532)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Eric Gillingham sy...@sysrq.tk
+
+pkgname=libdiscid
+pkgver=0.2.2
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc=A Library for creating MusicBrainz DiscIDs
+url=http://musicbrainz.org/doc/libdiscid;
+depends=('glibc')
+source=(http://users.musicbrainz.org/~matt/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('ee21ddbe696a3c60e14827a75f3bcf5b')
+options=('!libtool')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+}



[arch-commits] Commit in perl-extutils-depends/trunk (PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 07:11:19
  Author: allan
Revision: 150533

upgpkg: perl-extutils-depends 0.304-2

signing rebuild

Modified:
  perl-extutils-depends/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:10:29 UTC (rev 150532)
+++ PKGBUILD2012-02-18 12:11:19 UTC (rev 150533)
@@ -6,7 +6,7 @@
 pkgname=perl-extutils-depends
 _realname=ExtUtils-Depends
 pkgver=0.304
-pkgrel=1
+pkgrel=2
 pkgdesc=The Perl depends module
 arch=('any')
 license=('PerlArtistic')
@@ -31,7 +31,4 @@
 package() {
   cd ${srcdir}/${_realname}-${pkgver}
   make DESTDIR=${pkgdir} install
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name 'perllocal.pod' -delete
 }



[arch-commits] Commit in perl-extutils-depends/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 07:12:11
  Author: allan
Revision: 150534

archrelease: copy trunk to extra-any

Added:
  perl-extutils-depends/repos/extra-any/PKGBUILD
(from rev 150533, perl-extutils-depends/trunk/PKGBUILD)
Deleted:
  perl-extutils-depends/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   71 +
 1 file changed, 34 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 12:11:19 UTC (rev 150533)
+++ PKGBUILD2012-02-18 12:12:11 UTC (rev 150534)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sarah Hay sa...@archlinux.org
-# Contributor: Arjan Timmerman ar...@soulfly.nl
-
-pkgname=perl-extutils-depends
-_realname=ExtUtils-Depends
-pkgver=0.304
-pkgrel=1
-pkgdesc=The Perl depends module
-arch=('any')
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl=5.10.0')
-source=(http://www.cpan.org/authors/id/F/FL/FLORA/${_realname}-${pkgver}.tar.gz)
-replaces=('extutils-depends')
-options=('!emptydirs')
-md5sums=('da66d6cb19e2c76d7f3266846832026c')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name 'perllocal.pod' -delete
-}

Copied: perl-extutils-depends/repos/extra-any/PKGBUILD (from rev 150533, 
perl-extutils-depends/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 12:12:11 UTC (rev 150534)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+# Contributor: Arjan Timmerman ar...@soulfly.nl
+
+pkgname=perl-extutils-depends
+_realname=ExtUtils-Depends
+pkgver=0.304
+pkgrel=2
+pkgdesc=The Perl depends module
+arch=('any')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl=5.10.0')
+source=(http://www.cpan.org/authors/id/F/FL/FLORA/${_realname}-${pkgver}.tar.gz)
+replaces=('extutils-depends')
+options=('!emptydirs')
+md5sums=('da66d6cb19e2c76d7f3266846832026c')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libgme/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:13:57
  Author: pierre
Revision: 150535

upgpkg: libgme 0.6.0-2

rebuild old package

Modified:
  libgme/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:12:11 UTC (rev 150534)
+++ PKGBUILD2012-02-18 12:13:57 UTC (rev 150535)
@@ -1,3 +1,4 @@
+# $Id: $
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributer: Emmanuel Gil Peyrot linkma...@linkmauve.fr
 
@@ -3,5 +4,5 @@
 pkgname=libgme
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Video game music file emulation/playback library
 url=http://game-music-emu.googlecode.com/;
@@ -10,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('gcc-libs')
 makedepends=('cmake')
-source=(ftp://ftp.archlinux.org/other/game-music-emu/game-music-emu-${pkgver}.tar.xz)
+source=(ftp://ftp.archlinux.org/other/game-music-emu/game-music-emu-${pkgver}.tar.xz;)
 md5sums=('b72bc337ea4bd6dab7f0288ed4cd598e')
 
 build() {
@@ -20,5 +21,9 @@
 
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr
   make
+}
+
+package() {
+  cd ${srcdir}/game-music-emu-${pkgver}/build
   make DESTDIR=${pkgdir} install
 }



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:14:33
  Author: pierre
Revision: 150536

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

Added:
  libgme/repos/extra-i686/PKGBUILD
(from rev 150535, libgme/trunk/PKGBUILD)
  libgme/repos/extra-x86_64/PKGBUILD
(from rev 150535, libgme/trunk/PKGBUILD)
Deleted:
  libgme/repos/extra-i686/PKGBUILD
  libgme/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   53 ++--
 extra-x86_64/PKGBUILD |   53 ++--
 2 files changed, 58 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 12:13:57 UTC (rev 150535)
+++ extra-i686/PKGBUILD 2012-02-18 12:14:33 UTC (rev 150536)
@@ -1,24 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributer: Emmanuel Gil Peyrot linkma...@linkmauve.fr
-
-pkgname=libgme
-pkgver=0.6.0
-pkgrel=1
-pkgdesc=Video game music file emulation/playback library
-url=http://game-music-emu.googlecode.com/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=(ftp://ftp.archlinux.org/other/game-music-emu/game-music-emu-${pkgver}.tar.xz)
-md5sums=('b72bc337ea4bd6dab7f0288ed4cd598e')
-
-build() {
-  cd ${srcdir}/game-music-emu-${pkgver}
-  mkdir build
-  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-  make DESTDIR=${pkgdir} install
-}

Copied: libgme/repos/extra-i686/PKGBUILD (from rev 150535, 
libgme/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 12:14:33 UTC (rev 150536)
@@ -0,0 +1,29 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributer: Emmanuel Gil Peyrot linkma...@linkmauve.fr
+
+pkgname=libgme
+pkgver=0.6.0
+pkgrel=2
+pkgdesc=Video game music file emulation/playback library
+url=http://game-music-emu.googlecode.com/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(ftp://ftp.archlinux.org/other/game-music-emu/game-music-emu-${pkgver}.tar.xz;)
+md5sums=('b72bc337ea4bd6dab7f0288ed4cd598e')
+
+build() {
+  cd ${srcdir}/game-music-emu-${pkgver}
+  mkdir build
+  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/game-music-emu-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 12:13:57 UTC (rev 150535)
+++ extra-x86_64/PKGBUILD   2012-02-18 12:14:33 UTC (rev 150536)
@@ -1,24 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributer: Emmanuel Gil Peyrot linkma...@linkmauve.fr
-
-pkgname=libgme
-pkgver=0.6.0
-pkgrel=1
-pkgdesc=Video game music file emulation/playback library
-url=http://game-music-emu.googlecode.com/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=(ftp://ftp.archlinux.org/other/game-music-emu/game-music-emu-${pkgver}.tar.xz)
-md5sums=('b72bc337ea4bd6dab7f0288ed4cd598e')
-
-build() {
-  cd ${srcdir}/game-music-emu-${pkgver}
-  mkdir build
-  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-  make DESTDIR=${pkgdir} install
-}

Copied: libgme/repos/extra-x86_64/PKGBUILD (from rev 150535, 
libgme/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-18 12:14:33 UTC (rev 150536)
@@ -0,0 +1,29 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributer: Emmanuel Gil Peyrot linkma...@linkmauve.fr
+
+pkgname=libgme
+pkgver=0.6.0
+pkgrel=2
+pkgdesc=Video game music file emulation/playback library
+url=http://game-music-emu.googlecode.com/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(ftp://ftp.archlinux.org/other/game-music-emu/game-music-emu-${pkgver}.tar.xz;)
+md5sums=('b72bc337ea4bd6dab7f0288ed4cd598e')
+
+build() {
+  cd ${srcdir}/game-music-emu-${pkgver}
+  mkdir build
+  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/game-music-emu-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in perl-extutils-pkgconfig/trunk (PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 07:14:58
  Author: allan
Revision: 150537

upgpkg: perl-extutils-pkgconfig 1.12-3

signing rebuild

Modified:
  perl-extutils-pkgconfig/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:14:33 UTC (rev 150536)
+++ PKGBUILD2012-02-18 12:14:58 UTC (rev 150537)
@@ -6,7 +6,7 @@
 pkgname=perl-extutils-pkgconfig
 _realname=ExtUtils-PkgConfig
 pkgver=1.12
-pkgrel=2
+pkgrel=3
 pkgdesc=The Perl Pkgconfig module
 arch=(any)
 license=('LGPL')
@@ -21,12 +21,14 @@
   cd ${srcdir}/${_realname}-${pkgver}
   perl Makefile.PL INSTALLDIRS=vendor
   make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
   make test
 }
 
 package() {
   cd ${srcdir}/${_realname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name 'perllocal.pod' -delete
 }



[arch-commits] Commit in perl-extutils-pkgconfig/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 07:15:48
  Author: allan
Revision: 150538

archrelease: copy trunk to extra-any

Added:
  perl-extutils-pkgconfig/repos/extra-any/PKGBUILD
(from rev 150537, perl-extutils-pkgconfig/trunk/PKGBUILD)
Deleted:
  perl-extutils-pkgconfig/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   66 +++--
 1 file changed, 34 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 12:14:58 UTC (rev 150537)
+++ PKGBUILD2012-02-18 12:15:48 UTC (rev 150538)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sarah Hay sa...@archlinux.org
-# Contributor: Arjan Timmerman ar...@soulfly.nl
-
-pkgname=perl-extutils-pkgconfig
-_realname=ExtUtils-PkgConfig
-pkgver=1.12
-pkgrel=2
-pkgdesc=The Perl Pkgconfig module
-arch=(any)
-license=('LGPL')
-url=http://gtk2-perl.sourceforge.net/;
-depends=('perl=5.10.0')
-replaces=('extutils-pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
-options=('!emptydirs')
-md5sums=('8fc5c0b30cfda2048ec87ae418cc3508')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name 'perllocal.pod' -delete
-}

Copied: perl-extutils-pkgconfig/repos/extra-any/PKGBUILD (from rev 150537, 
perl-extutils-pkgconfig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 12:15:48 UTC (rev 150538)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+# Contributor: Arjan Timmerman ar...@soulfly.nl
+
+pkgname=perl-extutils-pkgconfig
+_realname=ExtUtils-PkgConfig
+pkgver=1.12
+pkgrel=3
+pkgdesc=The Perl Pkgconfig module
+arch=(any)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+depends=('perl=5.10.0')
+replaces=('extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/${_realname}-${pkgver}.tar.gz)
+options=('!emptydirs')
+md5sums=('8fc5c0b30cfda2048ec87ae418cc3508')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libid3tag/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:16:27
  Author: pierre
Revision: 150539

upgpkg: libid3tag 0.15.1b-7

rebuild old package

Modified:
  libid3tag/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:15:48 UTC (rev 150538)
+++ PKGBUILD2012-02-18 12:16:27 UTC (rev 150539)
@@ -4,7 +4,7 @@
 
 pkgname=libid3tag
 pkgver=0.15.1b
-pkgrel=6
+pkgrel=7
 pkgdesc=library for id3 tagging
 arch=('i686' 'x86_64')
 url=http://www.underbit.com/products/mad/;
@@ -23,8 +23,8 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1  ../10_utf16.diff
-  patch -p1  ../11_unknown_encoding.diff
+  patch -p1 -i ${srcdir}/10_utf16.diff
+  patch -p1 -i ${srcdir}/11_unknown_encoding.diff
   patch -Np0 -i ${srcdir}/CVE-2008-2109.patch
 
   ./configure --prefix=/usr
@@ -32,7 +32,7 @@
 }
 
 package() {
- cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -D -m644 ${srcdir}/id3tag.pc 
${pkgdir}/usr/lib/pkgconfig/id3tag.pc
 }



[arch-commits] Commit in libid3tag/repos (20 files)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:17:15
  Author: pierre
Revision: 150540

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

Added:
  libid3tag/repos/extra-i686/10_utf16.diff
(from rev 150539, libid3tag/trunk/10_utf16.diff)
  libid3tag/repos/extra-i686/11_unknown_encoding.diff
(from rev 150539, libid3tag/trunk/11_unknown_encoding.diff)
  libid3tag/repos/extra-i686/CVE-2008-2109.patch
(from rev 150539, libid3tag/trunk/CVE-2008-2109.patch)
  libid3tag/repos/extra-i686/PKGBUILD
(from rev 150539, libid3tag/trunk/PKGBUILD)
  libid3tag/repos/extra-i686/id3tag.pc
(from rev 150539, libid3tag/trunk/id3tag.pc)
  libid3tag/repos/extra-x86_64/10_utf16.diff
(from rev 150539, libid3tag/trunk/10_utf16.diff)
  libid3tag/repos/extra-x86_64/11_unknown_encoding.diff
(from rev 150539, libid3tag/trunk/11_unknown_encoding.diff)
  libid3tag/repos/extra-x86_64/CVE-2008-2109.patch
(from rev 150539, libid3tag/trunk/CVE-2008-2109.patch)
  libid3tag/repos/extra-x86_64/PKGBUILD
(from rev 150539, libid3tag/trunk/PKGBUILD)
  libid3tag/repos/extra-x86_64/id3tag.pc
(from rev 150539, libid3tag/trunk/id3tag.pc)
Deleted:
  libid3tag/repos/extra-i686/10_utf16.diff
  libid3tag/repos/extra-i686/11_unknown_encoding.diff
  libid3tag/repos/extra-i686/CVE-2008-2109.patch
  libid3tag/repos/extra-i686/PKGBUILD
  libid3tag/repos/extra-i686/id3tag.pc
  libid3tag/repos/extra-x86_64/10_utf16.diff
  libid3tag/repos/extra-x86_64/11_unknown_encoding.diff
  libid3tag/repos/extra-x86_64/CVE-2008-2109.patch
  libid3tag/repos/extra-x86_64/PKGBUILD
  libid3tag/repos/extra-x86_64/id3tag.pc

---+
 extra-i686/10_utf16.diff  |   96 
 extra-i686/11_unknown_encoding.diff   |   74 
 extra-i686/CVE-2008-2109.patch|   22 +++
 extra-i686/PKGBUILD   |   76 -
 extra-i686/id3tag.pc  |   20 +++---
 extra-x86_64/10_utf16.diff|   96 
 extra-x86_64/11_unknown_encoding.diff |   74 
 extra-x86_64/CVE-2008-2109.patch  |   22 +++
 extra-x86_64/PKGBUILD |   76 -
 extra-x86_64/id3tag.pc|   20 +++---
 10 files changed, 288 insertions(+), 288 deletions(-)

Deleted: extra-i686/10_utf16.diff
===
--- extra-i686/10_utf16.diff2012-02-18 12:16:27 UTC (rev 150539)
+++ extra-i686/10_utf16.diff2012-02-18 12:17:15 UTC (rev 150540)
@@ -1,48 +0,0 @@
-#! /bin/sh -e
-## 10_utf16.dpatch by  k...@roeckx.be
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Handle bogus UTF16 sequences that have a length that is not
-## DP: an even number of 8 bit characters.
-
-if [ $# -lt 1 ]; then
-echo `basename $0`: script expects -patch|-unpatch as argument 2
-exit 1
-fi
-
-[ -f debian/patches/00patch-opts ]  . debian/patches/00patch-opts
-patch_opts=${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}
-
-case $1 in
--patch) patch -p1 ${patch_opts}  $0;;
--unpatch) patch -R -p1 ${patch_opts}  $0;;
-*)
-echo `basename $0`: script expects -patch|-unpatch as argument 2
-exit 1;;
-esac
-
-exit 0
-
-@DPATCH@
-diff -urNad libid3tag-0.15.1b/utf16.c 
/tmp/dpep.tKvO7a/libid3tag-0.15.1b/utf16.c
 libid3tag-0.15.1b/utf16.c  2006-01-13 15:26:29.0 +0100
-+++ /tmp/dpep.tKvO7a/libid3tag-0.15.1b/utf16.c 2006-01-13 15:27:19.0 
+0100
-@@ -282,5 +282,18 @@
- 
-   free(utf16);
- 
-+  if (end == *ptr  length % 2 != 0)
-+  {
-+ /* We were called with a bogus length.  It should always
-+  * be an even number.  We can deal with this in a few ways:
-+  * - Always give an error.
-+  * - Try and parse as much as we can and
-+  *   - return an error if we're called again when we
-+  * already tried to parse everything we can.
-+  *   - tell that we parsed it, which is what we do here.
-+  */
-+ (*ptr)++;
-+  }
-+
-   return ucs4;
- }

Copied: libid3tag/repos/extra-i686/10_utf16.diff (from rev 150539, 
libid3tag/trunk/10_utf16.diff)
===
--- extra-i686/10_utf16.diff(rev 0)
+++ extra-i686/10_utf16.diff2012-02-18 12:17:15 UTC (rev 150540)
@@ -0,0 +1,48 @@
+#! /bin/sh -e
+## 10_utf16.dpatch by  k...@roeckx.be
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Handle bogus UTF16 sequences that have a length that is not
+## DP: an even number of 8 bit characters.
+
+if [ $# -lt 1 ]; then
+echo `basename $0`: script expects -patch|-unpatch as argument 2
+exit 1
+fi
+
+[ -f debian/patches/00patch-opts ]  . debian/patches/00patch-opts
+patch_opts=${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}
+
+case $1 in
+-patch) patch -p1 ${patch_opts}  $0;;
+-unpatch) 

[arch-commits] Commit in texi2html/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:19:08
  Author: pierre
Revision: 150541

upgpkg: texi2html 5.0-2

rebuild old package

Modified:
  texi2html/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:17:15 UTC (rev 150540)
+++ PKGBUILD2012-02-18 12:19:08 UTC (rev 150541)
@@ -4,14 +4,14 @@
 
 pkgname=texi2html
 pkgver=5.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Converts texinfo documents to HTML
 arch=('any')
 url=http://www.nongnu.org/texi2html/;
 license=('GPL')
 depends=('perl')
 install=texi2html.install
-source=(http://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2)
+source=(http://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2;)
 md5sums=('f15ac876fcdc8be865b16535f480aa54')
 
 build() {



[arch-commits] Commit in texi2html/repos/extra-any (4 files)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:19:25
  Author: pierre
Revision: 150542

archrelease: copy trunk to extra-any

Added:
  texi2html/repos/extra-any/PKGBUILD
(from rev 150541, texi2html/trunk/PKGBUILD)
  texi2html/repos/extra-any/texi2html.install
(from rev 150541, texi2html/trunk/texi2html.install)
Deleted:
  texi2html/repos/extra-any/PKGBUILD
  texi2html/repos/extra-any/texi2html.install

---+
 PKGBUILD  |   52 ++--
 texi2html.install |   40 
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 12:19:08 UTC (rev 150541)
+++ PKGBUILD2012-02-18 12:19:25 UTC (rev 150542)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=texi2html
-pkgver=5.0
-pkgrel=1
-pkgdesc=Converts texinfo documents to HTML
-arch=('any')
-url=http://www.nongnu.org/texi2html/;
-license=('GPL')
-depends=('perl')
-install=texi2html.install
-source=(http://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2)
-md5sums=('f15ac876fcdc8be865b16535f480aa54')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir  install
-}

Copied: texi2html/repos/extra-any/PKGBUILD (from rev 150541, 
texi2html/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 12:19:25 UTC (rev 150542)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=texi2html
+pkgver=5.0
+pkgrel=2
+pkgdesc=Converts texinfo documents to HTML
+arch=('any')
+url=http://www.nongnu.org/texi2html/;
+license=('GPL')
+depends=('perl')
+install=texi2html.install
+source=(http://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2;)
+md5sums=('f15ac876fcdc8be865b16535f480aa54')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir  install
+}

Deleted: texi2html.install
===
--- texi2html.install   2012-02-18 12:19:08 UTC (rev 150541)
+++ texi2html.install   2012-02-18 12:19:25 UTC (rev 150542)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(texi2html.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: texi2html/repos/extra-any/texi2html.install (from rev 150541, 
texi2html/trunk/texi2html.install)
===
--- texi2html.install   (rev 0)
+++ texi2html.install   2012-02-18 12:19:25 UTC (rev 150542)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(texi2html.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



[arch-commits] Commit in perl-file-basedir/trunk (PKGBUILD)

2012-02-18 Thread Allan McRae
Date: Saturday, February 18, 2012 @ 07:26:42
  Author: allan
Revision: 150543

upgpkg: perl-file-basedir 0.03-5

signing rebuild

Modified:
  perl-file-basedir/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:19:25 UTC (rev 150542)
+++ PKGBUILD2012-02-18 12:26:42 UTC (rev 150543)
@@ -5,7 +5,7 @@
 pkgname=perl-file-basedir
 _realname=File-BaseDir
 pkgver=0.03
-pkgrel=4
+pkgrel=5
 pkgdesc='Use the Freedesktop.org base directory specification'
 arch=(any)
 license=('GPL' 'PerlArtistic')
@@ -20,13 +20,14 @@
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
   make test
 }
 
 package() {
   cd ${srcdir}/${_realname}-${pkgver}
   make install DESTDIR=${pkgdir}
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
 }



[arch-commits] Commit in taglib/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:40:49
  Author: pierre
Revision: 150545

upgpkg: taglib 1.7-4

rebuild old package

Modified:
  taglib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:27:23 UTC (rev 150544)
+++ PKGBUILD2012-02-18 12:40:49 UTC (rev 150545)
@@ -4,7 +4,7 @@
 
 pkgname=taglib
 pkgver=1.7
-pkgrel=3
+pkgrel=4
 pkgdesc=A Library for reading and editing the meta-data of several popular 
audio formats
 arch=('i686' 'x86_64')
 url=http://developer.kde.org/~wheeler/taglib.html;



[arch-commits] Commit in taglib/repos (8 files)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:41:23
  Author: pierre
Revision: 150546

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

Added:
  taglib/repos/extra-i686/PKGBUILD
(from rev 150545, taglib/trunk/PKGBUILD)
  taglib/repos/extra-i686/ape-idev2.patch
(from rev 150545, taglib/trunk/ape-idev2.patch)
  taglib/repos/extra-x86_64/PKGBUILD
(from rev 150545, taglib/trunk/PKGBUILD)
  taglib/repos/extra-x86_64/ape-idev2.patch
(from rev 150545, taglib/trunk/ape-idev2.patch)
Deleted:
  taglib/repos/extra-i686/PKGBUILD
  taglib/repos/extra-i686/ape-idev2.patch
  taglib/repos/extra-x86_64/PKGBUILD
  taglib/repos/extra-x86_64/ape-idev2.patch

--+
 extra-i686/PKGBUILD  |   76 -
 extra-i686/ape-idev2.patch   |   24 ++--
 extra-x86_64/PKGBUILD|   76 -
 extra-x86_64/ape-idev2.patch |   24 ++--
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 12:40:49 UTC (rev 150545)
+++ extra-i686/PKGBUILD 2012-02-18 12:41:23 UTC (rev 150546)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=taglib
-pkgver=1.7
-pkgrel=3
-pkgdesc=A Library for reading and editing the meta-data of several popular 
audio formats
-arch=('i686' 'x86_64')
-url=http://developer.kde.org/~wheeler/taglib.html;
-license=('GPL2')
-depends=('sh' 'zlib' 'gcc-libs')
-makedepends=('cmake' 'pkgconfig')
-source=(http://developer.kde.org/~wheeler/files/src/$pkgname-$pkgver.tar.gz;
-'ape-idev2.patch')
-options=('!libtool')
-md5sums=('6a7e312668f153fa905a81714aebc257'
- 'c7c165d99acf01456351ba39ff7056cb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/ape-idev2.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_MP4=ON \
--DWITH_ASF=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: taglib/repos/extra-i686/PKGBUILD (from rev 150545, 
taglib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 12:41:23 UTC (rev 150546)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=taglib
+pkgver=1.7
+pkgrel=4
+pkgdesc=A Library for reading and editing the meta-data of several popular 
audio formats
+arch=('i686' 'x86_64')
+url=http://developer.kde.org/~wheeler/taglib.html;
+license=('GPL2')
+depends=('sh' 'zlib' 'gcc-libs')
+makedepends=('cmake' 'pkgconfig')
+source=(http://developer.kde.org/~wheeler/files/src/$pkgname-$pkgver.tar.gz;
+'ape-idev2.patch')
+options=('!libtool')
+md5sums=('6a7e312668f153fa905a81714aebc257'
+ 'c7c165d99acf01456351ba39ff7056cb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/ape-idev2.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_MP4=ON \
+-DWITH_ASF=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/ape-idev2.patch
===
--- extra-i686/ape-idev2.patch  2012-02-18 12:40:49 UTC (rev 150545)
+++ extra-i686/ape-idev2.patch  2012-02-18 12:41:23 UTC (rev 150546)
@@ -1,12 +0,0 @@
-diff -Nur taglib-1.7.orig/taglib/ape/apeproperties.cpp 
taglib-1.7/taglib/ape/apeproperties.cpp
 taglib-1.7.orig/taglib/ape/apeproperties.cpp   2011-03-12 
00:15:38.0 +1100
-+++ taglib-1.7/taglib/ape/apeproperties.cpp2011-07-29 21:19:45.984345060 
+1000
-@@ -137,7 +137,7 @@
-   long ID3v2OriginalSize = 0;
-   bool hasID3v2 = false;
-   if(ID3v2Location = 0) {
--ID3v2::Tag tag(d-file, ID3v2Location, 0);
-+ID3v2::Tag tag(d-file, ID3v2Location);
- ID3v2OriginalSize = tag.header()-completeTagSize();
- if(tag.header()-tagSize()  0)
-   hasID3v2 = true;

Copied: taglib/repos/extra-i686/ape-idev2.patch (from rev 150545, 
taglib/trunk/ape-idev2.patch)
===
--- extra-i686/ape-idev2.patch  (rev 0)
+++ extra-i686/ape-idev2.patch  2012-02-18 12:41:23 UTC (rev 150546)
@@ -0,0 +1,12 @@
+diff -Nur taglib-1.7.orig/taglib/ape/apeproperties.cpp 
taglib-1.7/taglib/ape/apeproperties.cpp
+--- taglib-1.7.orig/taglib/ape/apeproperties.cpp   2011-03-12 
00:15:38.0 +1100
 taglib-1.7/taglib/ape/apeproperties.cpp2011-07-29 21:19:45.984345060 
+1000
+@@ -137,7 +137,7 @@
+   long 

[arch-commits] Commit in speech-dispatcher/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:42:55
  Author: pierre
Revision: 150547

upgpkg: speech-dispatcher 0.7.1-6

rebuild old package

Modified:
  speech-dispatcher/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:41:23 UTC (rev 150546)
+++ PKGBUILD2012-02-18 12:42:55 UTC (rev 150547)
@@ -7,7 +7,7 @@
 
 pkgname=speech-dispatcher
 pkgver=0.7.1
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 pkgdesc=High-level device independent layer for speech synthesis interface
 url=http://www.freebsoft.org/speechd;



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:43:30
  Author: pierre
Revision: 150548

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

Added:
  speech-dispatcher/repos/extra-i686/PKGBUILD
(from rev 150547, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/extra-i686/speech-dispatcher.install
(from rev 150547, speech-dispatcher/trunk/speech-dispatcher.install)
  speech-dispatcher/repos/extra-i686/speechd.sh
(from rev 150547, speech-dispatcher/trunk/speechd.sh)
  speech-dispatcher/repos/extra-x86_64/PKGBUILD
(from rev 150547, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/extra-x86_64/speech-dispatcher.install
(from rev 150547, speech-dispatcher/trunk/speech-dispatcher.install)
  speech-dispatcher/repos/extra-x86_64/speechd.sh
(from rev 150547, speech-dispatcher/trunk/speechd.sh)
Deleted:
  speech-dispatcher/repos/extra-i686/PKGBUILD
  speech-dispatcher/repos/extra-i686/speech-dispatcher.install
  speech-dispatcher/repos/extra-i686/speechd.sh
  speech-dispatcher/repos/extra-x86_64/PKGBUILD
  speech-dispatcher/repos/extra-x86_64/speech-dispatcher.install
  speech-dispatcher/repos/extra-x86_64/speechd.sh

+
 extra-i686/PKGBUILD|  136 +++
 extra-i686/speech-dispatcher.install   |   42 -
 extra-i686/speechd.sh  |   74 
 extra-x86_64/PKGBUILD  |  136 +++
 extra-x86_64/speech-dispatcher.install |   42 -
 extra-x86_64/speechd.sh|   74 
 6 files changed, 252 insertions(+), 252 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 12:42:55 UTC (rev 150547)
+++ extra-i686/PKGBUILD 2012-02-18 12:43:30 UTC (rev 150548)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Steve Holmes steve.holme...@gmail.com
-# Contributor: Alexander Jenisch n...@divzero.at
-# Contributor: Chris Brannon cmbran...@cox.net
-# Contributor: Andreas Messer a...@bupfen.de
-
-pkgname=speech-dispatcher
-pkgver=0.7.1
-pkgrel=5
-arch=('i686' 'x86_64')
-pkgdesc=High-level device independent layer for speech synthesis interface
-url=http://www.freebsoft.org/speechd;
-license=('GPL2' 'FDL')
-depends=('glib2' 'python2' 'dotconf' 'texinfo' 'libpulse')
-makedepends=('pkgconfig' 'espeak')
-optdepends=('festival: Speech output using Festival'
-'espeak: Speech output using ESpeak'
-'pulseaudio: PulseAudio support')
-provides=(speechd=${pkgver})
-options=('!libtool') 
-backup=(etc/speech-dispatcher/clients/gnome-speech.conf
-   etc/speech-dispatcher/clients/emacs.conf
-   etc/speech-dispatcher/modules/ibmtts.conf
-   etc/speech-dispatcher/modules/espeak-generic.conf
-   etc/speech-dispatcher/modules/espeak.conf
-   etc/speech-dispatcher/modules/swift-generic.conf
-   etc/speech-dispatcher/modules/festival.conf
-   etc/speech-dispatcher/modules/cicero.conf
-   etc/speech-dispatcher/modules/espeak-mbrola-generic.conf
-   etc/speech-dispatcher/modules/dtk-generic.conf
-   etc/speech-dispatcher/modules/llia_phon-generic.conf
-   etc/speech-dispatcher/modules/ivona.conf
-   etc/speech-dispatcher/modules/epos-generic.conf
-   etc/speech-dispatcher/modules/flite.conf
-   etc/speech-dispatcher/speechd.conf)
-install=${pkgname}.install
-source=(http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz;
-'speechd.sh')
-md5sums=('ccfc30ac006673d36b4223eb760ed696'
-'858293f464b83f03f3b6bb796291c71d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---without-flite
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm755 ${srcdir}/speechd.sh ${pkgdir}/etc/rc.d/speechd
-  install -d ${pkgdir}/var/log/speech-dispatcher
-
-  # Fix spd-conf to use python 2.7
-  sed -i -e 's|#!/usr/bin/python|#!/usr/bin/python2|' 
${pkgdir}/usr/bin/spd-conf
-  sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/lib/python2.7/site-packages/speechd/_test.py
-  
-  rm -f ${pkgdir}/usr/share/info/dir
-  gzip -9nf ${pkgdir}/usr/share/info/*
-
-  # Remove conflicts with erlang (FS#21674)
-  rm -r ${pkgdir}/usr/bin/run_test
-}

Copied: speech-dispatcher/repos/extra-i686/PKGBUILD (from rev 150547, 
speech-dispatcher/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 12:43:30 UTC (rev 150548)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Steve Holmes steve.holme...@gmail.com
+# Contributor: Alexander Jenisch n...@divzero.at
+# Contributor: Chris Brannon cmbran...@cox.net
+# Contributor: Andreas Messer 

[arch-commits] Commit in slib/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:44:38
  Author: pierre
Revision: 150549

upgpkg: slib 3b3-2

rebuild old package

Modified:
  slib/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:43:30 UTC (rev 150548)
+++ PKGBUILD2012-02-18 12:44:38 UTC (rev 150549)
@@ -4,18 +4,18 @@
 
 pkgname=slib
 pkgver=3b3
-pkgrel=1
+pkgrel=2
 pkgdesc=A library providing functions for Scheme implementations
-arch=(any)
+arch=('any')
 url=http://people.csail.mit.edu/jaffer/SLIB.html;
 license=('custom')
 depends=('guile' 'sh' 'texinfo')
 options=('emptydirs')
 install=slib.install
-source=(http://groups.csail.mit.edu/mac/ftpdir/scm/${pkgname}-${pkgver}.tar.gz)
+source=(http://groups.csail.mit.edu/mac/ftpdir/scm/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('11626eef380de4f56d3082514559beb6')
 
-build() {
+package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -r -i s,/usr/(local/)?lib/slib,/usr/share/slib,g *.init
   install -m755 -d ${pkgdir}/usr/share/slib



[arch-commits] Commit in slib/repos/extra-any (4 files)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:45:00
  Author: pierre
Revision: 150550

archrelease: copy trunk to extra-any

Added:
  slib/repos/extra-any/PKGBUILD
(from rev 150549, slib/trunk/PKGBUILD)
  slib/repos/extra-any/slib.install
(from rev 150549, slib/trunk/slib.install)
Deleted:
  slib/repos/extra-any/PKGBUILD
  slib/repos/extra-any/slib.install

--+
 PKGBUILD |   94 -
 slib.install |   30 +-
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 12:44:38 UTC (rev 150549)
+++ PKGBUILD2012-02-18 12:45:00 UTC (rev 150550)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Contributor: David Moore dav...@sjsoft.com
-
-pkgname=slib
-pkgver=3b3
-pkgrel=1
-pkgdesc=A library providing functions for Scheme implementations
-arch=(any)
-url=http://people.csail.mit.edu/jaffer/SLIB.html;
-license=('custom')
-depends=('guile' 'sh' 'texinfo')
-options=('emptydirs')
-install=slib.install
-source=(http://groups.csail.mit.edu/mac/ftpdir/scm/${pkgname}-${pkgver}.tar.gz)
-md5sums=('11626eef380de4f56d3082514559beb6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -r -i s,/usr/(local/)?lib/slib,/usr/share/slib,g *.init
-  install -m755 -d ${pkgdir}/usr/share/slib
-  install -m644 *.scm *.init *.xyz *.txt *.dat *.ps ${pkgdir}/usr/share/slib/
-  install -m755 -d ${pkgdir}/usr/share/info
-  install -m644 slib.info ${pkgdir}/usr/share/info/
-
-  install -m755 -d ${pkgdir}/usr/bin
-  cat  _EOF  ${pkgdir}/usr/bin/slib
-#!/bin/sh
-SCHEME_LIBRARY_PATH=/usr/share/slib/
-export SCHEME_LIBRARY_PATH
-VERSION=${pkgver}
-S48_VICINITY=/usr/share/scheme48/
-export S48_VICINITY
-_EOF
-
-  cat slib.sh  ${pkgdir}/usr/bin/slib
-  chmod 755 ${pkgdir}/usr/bin/slib
-
-  install -m755 -d ${pkgdir}/usr/share/man/man1
-  install -m644 slib.1 ${pkgdir}/usr/share/man/man1/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/
-
-  install -m755 -d ${pkgdir}/usr/share/guile/site/
-  ln -s /usr/share/slib ${pkgdir}/usr/share/guile/site/
-}

Copied: slib/repos/extra-any/PKGBUILD (from rev 150549, slib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 12:45:00 UTC (rev 150550)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: David Moore dav...@sjsoft.com
+
+pkgname=slib
+pkgver=3b3
+pkgrel=2
+pkgdesc=A library providing functions for Scheme implementations
+arch=('any')
+url=http://people.csail.mit.edu/jaffer/SLIB.html;
+license=('custom')
+depends=('guile' 'sh' 'texinfo')
+options=('emptydirs')
+install=slib.install
+source=(http://groups.csail.mit.edu/mac/ftpdir/scm/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('11626eef380de4f56d3082514559beb6')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -r -i s,/usr/(local/)?lib/slib,/usr/share/slib,g *.init
+  install -m755 -d ${pkgdir}/usr/share/slib
+  install -m644 *.scm *.init *.xyz *.txt *.dat *.ps ${pkgdir}/usr/share/slib/
+  install -m755 -d ${pkgdir}/usr/share/info
+  install -m644 slib.info ${pkgdir}/usr/share/info/
+
+  install -m755 -d ${pkgdir}/usr/bin
+  cat  _EOF  ${pkgdir}/usr/bin/slib
+#!/bin/sh
+SCHEME_LIBRARY_PATH=/usr/share/slib/
+export SCHEME_LIBRARY_PATH
+VERSION=${pkgver}
+S48_VICINITY=/usr/share/scheme48/
+export S48_VICINITY
+_EOF
+
+  cat slib.sh  ${pkgdir}/usr/bin/slib
+  chmod 755 ${pkgdir}/usr/bin/slib
+
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m644 slib.1 ${pkgdir}/usr/share/man/man1/
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/
+
+  install -m755 -d ${pkgdir}/usr/share/guile/site/
+  ln -s /usr/share/slib ${pkgdir}/usr/share/guile/site/
+}

Deleted: slib.install
===
--- slib.install2012-02-18 12:44:38 UTC (rev 150549)
+++ slib.install2012-02-18 12:45:00 UTC (rev 150550)
@@ -1,15 +0,0 @@
-#TODO the addition of other implementation support should be added here. We
-# can/should generate catalogs for mzscheme, drscheme, whatever else we can
-
-post_upgrade () {
-  usr/bin/guile -c ((use-modules (ice-9 slib))(require 'new-catalog)(quit))
-  usr/bin/install-info usr/share/info/slib.info.gz usr/share/info/dir 
2/dev/null
-}
-post_install() {
-  post_upgrade
-}
-
-pre_remove() {
-  rm usr/share/guile/site/slibcat
-  usr/bin/install-info --delete usr/share/info/slib.info.gz usr/share/info/dir 
2/dev/null
-}

Copied: slib/repos/extra-any/slib.install (from rev 150549, 
slib/trunk/slib.install)
===
--- slib.install(rev 0)
+++ slib.install

[arch-commits] Commit in razor/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:46:37
  Author: pierre
Revision: 150551

upgpkg: razor 2.84-6

rebuild old package

Modified:
  razor/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:45:00 UTC (rev 150550)
+++ PKGBUILD2012-02-18 12:46:37 UTC (rev 150551)
@@ -5,15 +5,15 @@
 
 pkgname=razor
 pkgver=2.84
-pkgrel=5
+pkgrel=6
 pkgdesc=A distributed, collaborative, spam detection and filtering network
 arch=('i686' 'x86_64')
 url=http://razor.sourceforge.net;
 license=('PerlArtistic')
 depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl=5.14.0')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2)
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2;)
 md5sums=('8b9a11a6ce020383c32c45d1530d77c2')
-options=(!emptydirs)
+options=('!emptydirs')
 
 build() {
   cd ${srcdir}/${pkgname}-agents-${pkgver}
@@ -23,6 +23,10 @@
 
   perl Makefile.PL INSTALLDIRS=vendor
   make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-agents-${pkgver}
   make test
 }
 



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 07:47:09
  Author: pierre
Revision: 150552

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

Added:
  razor/repos/extra-i686/PKGBUILD
(from rev 150551, razor/trunk/PKGBUILD)
  razor/repos/extra-x86_64/PKGBUILD
(from rev 150551, razor/trunk/PKGBUILD)
Deleted:
  razor/repos/extra-i686/PKGBUILD
  razor/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   86 +---
 extra-x86_64/PKGBUILD |   86 +---
 2 files changed, 90 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 12:46:37 UTC (rev 150551)
+++ extra-i686/PKGBUILD 2012-02-18 12:47:09 UTC (rev 150552)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=razor
-pkgver=2.84
-pkgrel=5
-pkgdesc=A distributed, collaborative, spam detection and filtering network
-arch=('i686' 'x86_64')
-url=http://razor.sourceforge.net;
-license=('PerlArtistic')
-depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl=5.14.0')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2)
-md5sums=('8b9a11a6ce020383c32c45d1530d77c2')
-options=(!emptydirs)
-
-build() {
-  cd ${srcdir}/${pkgname}-agents-${pkgver}
-
-  # skip install_razor_agents (we'll do the linking later)
-  # /bin/sed -i s|install :: all pure_install doc_install 
install_razor_agents|install :: all pure_install doc_install|g Makefile
-
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-agents-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
-  # cd ${pkgdir}/usr/bin
-  # for i in razor-check razor-report razor-revoke razor-admin; do 
-  #  /bin/ln -sf razor-client $i; 
-  # done
-}

Copied: razor/repos/extra-i686/PKGBUILD (from rev 150551, razor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 12:47:09 UTC (rev 150552)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=razor
+pkgver=2.84
+pkgrel=6
+pkgdesc=A distributed, collaborative, spam detection and filtering network
+arch=('i686' 'x86_64')
+url=http://razor.sourceforge.net;
+license=('PerlArtistic')
+depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl=5.14.0')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2;)
+md5sums=('8b9a11a6ce020383c32c45d1530d77c2')
+options=('!emptydirs')
+
+build() {
+  cd ${srcdir}/${pkgname}-agents-${pkgver}
+
+  # skip install_razor_agents (we'll do the linking later)
+  # /bin/sed -i s|install :: all pure_install doc_install 
install_razor_agents|install :: all pure_install doc_install|g Makefile
+
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-agents-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-agents-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+
+  # cd ${pkgdir}/usr/bin
+  # for i in razor-check razor-report razor-revoke razor-admin; do 
+  #  /bin/ln -sf razor-client $i; 
+  # done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 12:46:37 UTC (rev 150551)
+++ extra-x86_64/PKGBUILD   2012-02-18 12:47:09 UTC (rev 150552)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=razor
-pkgver=2.84
-pkgrel=5
-pkgdesc=A distributed, collaborative, spam detection and filtering network
-arch=('i686' 'x86_64')
-url=http://razor.sourceforge.net;
-license=('PerlArtistic')
-depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl=5.14.0')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2)
-md5sums=('8b9a11a6ce020383c32c45d1530d77c2')
-options=(!emptydirs)
-
-build() {
-  cd ${srcdir}/${pkgname}-agents-${pkgver}
-
-  # skip install_razor_agents (we'll do the linking later)
-  # /bin/sed -i s|install :: all pure_install doc_install 
install_razor_agents|install :: all pure_install doc_install|g Makefile
-
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-agents-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  

[arch-commits] Commit in qhull/trunk (3 files)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 08:03:03
  Author: pierre
Revision: 150553

upgpkg: qhull 2012.1-1

upstream update

Modified:
  qhull/trunk/PKGBUILD
Deleted:
  qhull/trunk/qhull-2010.1-cmake-install.patch
  qhull/trunk/qhull-2010.1-overflows.patch

--+
 PKGBUILD |   28 +++---
 qhull-2010.1-cmake-install.patch |   98 -
 qhull-2010.1-overflows.patch |   50 --
 3 files changed, 8 insertions(+), 168 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 12:47:09 UTC (rev 150552)
+++ PKGBUILD2012-02-18 13:03:03 UTC (rev 150553)
@@ -5,45 +5,33 @@
 # Contributor: Darwin Bautista djclue...@gmail.com
 
 pkgname=qhull
-pkgver=2010.1
+pkgver=2012.1
 pkgrel=1
 pkgdesc=A general dimension code for computing convex hulls and related 
structures
 arch=('i686' 'x86_64')
 url=http://www.qhull.org/;
 license=('custom')
-depends=('glibc')
+depends=('gcc-libs')
 makedepends=('cmake')
-source=(http://www.qhull.org/download/$pkgname-$pkgver-src.tgz
-   qhull-2010.1-cmake-install.patch
-   qhull-2010.1-overflows.patch)
+source=(http://www.qhull.org/download/$pkgname-$pkgver-src.tgz;)
 options=('!libtool')
-sha1sums=('ed480912e03efdd767195c06c7e8c252c78112b1'
-  '0a7747eb13c2e07c25882c1f0f5c0dfb4ef1c8c0'
-  '21295d57af2f8cdfc775512fa44fe90f49d89c41')
+md5sums=('ed81aa19b203aa0fdb75b41fe6f7a40f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # gentoo patches
-  patch -Np1 -i ${srcdir}/qhull-2010.1-cmake-install.patch
-  patch -Np1 -i ${srcdir}/qhull-2010.1-overflows.patch
-
-  [ -d build ] || mkdir build
-  cd build
+  mkdir srcbuild
+  cd srcbuild
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DDOC_INSTALL_DIR=/usr/share/doc \
-   -DLIB_INSTALL_DIR=/usr/lib ..
+-DMAN_INSTALL_DIR=/usr/share/man/man1 -DLIB_INSTALL_DIR=/usr/lib ..
   make
 }
 
 package() { 
-  cd $srcdir/$pkgname-$pkgver/build
+  cd $srcdir/$pkgname-$pkgver/srcbuild
 
   make DESTDIR=$pkgdir install
 
-  # install manpages
-  install -Dm644 $srcdir/$pkgname-$pkgver/html/rbox.man 
$pkgdir/usr/share/man/man1/rbox.1
-  install -Dm644 $srcdir/$pkgname-$pkgver/html/qhull.man 
$pkgdir/usr/share/man/man1/qhull.1
-
   # Install license
   install -Dm644 $srcdir/$pkgname-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
 }

Deleted: qhull-2010.1-cmake-install.patch
===
--- qhull-2010.1-cmake-install.patch2012-02-18 12:47:09 UTC (rev 150552)
+++ qhull-2010.1-cmake-install.patch2012-02-18 13:03:03 UTC (rev 150553)
@@ -1,98 +0,0 @@
-diff -Nur qhull-2010.1.orig/CMakeLists.txt qhull-2010.1/CMakeLists.txt
 qhull-2010.1.orig/CMakeLists.txt   2010-10-03 23:04:04.0 +0100
-+++ qhull-2010.1/CMakeLists.txt2010-10-03 23:26:54.0 +0100
-@@ -1,8 +1,44 @@
- project(qhull)
--cmake_minimum_required(VERSION 2.4)
--if(COMMAND cmake_policy)
--  cmake_policy(SET CMP0003 NEW)
--endif(COMMAND cmake_policy)
-+cmake_minimum_required(VERSION 2.6)
-+
-+
-+set(QHULL_VERSION 2010.1)
-+
-+if(INCLUDE_INSTALL_DIR)
-+else()
-+set(INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/include)
-+endif()
-+if(LIB_INSTALL_DIR)
-+else()
-+set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib)
-+endif()
-+if(BIN_INSTALL_DIR)
-+else()
-+set(BIN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/bin)
-+endif()
-+if(DOC_INSTALL_DIR)
-+else()
-+set(DOC_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/share/doc/qhull)
-+endif()
-+
-+message(STATUS)
-+message(STATUS == qhull Build Information ==)
-+message(STATUS Build Version: ${QHULL_VERSION})
-+message(STATUS Install Prefix (CMAKE_INSTALL_PREFIX): 
${CMAKE_INSTALL_PREFIX})
-+message(STATUS Binary Directory (BIN_INSTALL_DIR): ${BIN_INSTALL_DIR})
-+message(STATUS Library Directory (LIB_INSTALL_DIR): ${LIB_INSTALL_DIR})
-+message(STATUS Include Directory (INCLUDE_INSTALL_DIR): 
${INCLUDE_INSTALL_DIR})
-+message(STATUS Documentation Directory (DOC_INSTALL_DIR): 
${DOC_INSTALL_DIR})
-+message(STATUS)
-+message(STATUS To change any of these options, override them using 
-D{OPTION_NAME} on the commandline.)
-+message(STATUS To build and install qhull, run \make\ and \make 
install\)
-+message(STATUS)
-+
- 
- add_subdirectory(src)
-+option(WITH_STATIC_LIBS Build with a static library OFF)
-+option(WITH_DOCS Install HTML documentation OFF)
- 
-+if (WITH_DOCS)
-+install(DIRECTORY html/ DESTINATION ${DOC_INSTALL_DIR})
-+endif (WITH_DOCS)
-diff -Nur qhull-2010.1.orig/src/CMakeLists.txt qhull-2010.1/src/CMakeLists.txt
 qhull-2010.1.orig/src/CMakeLists.txt   2010-10-03 23:04:04.0 
+0100
-+++ qhull-2010.1/src/CMakeLists.txt2010-10-04 00:23:47.0 +0100
-@@ -23,8 +23,25 @@
- 
- file(GLOB qhull_hdr *.h)
- 
--add_library(qhull ${qhull_src})
-+add_library(qhull SHARED ${qhull_src})
- target_link_libraries(qhull m)
-+if(UNIX)
-+  if(APPLE)
-+   

[arch-commits] Commit in qhull/repos (8 files)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 08:03:41
  Author: pierre
Revision: 150554

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

Added:
  qhull/repos/extra-i686/PKGBUILD
(from rev 150553, qhull/trunk/PKGBUILD)
  qhull/repos/extra-x86_64/PKGBUILD
(from rev 150553, qhull/trunk/PKGBUILD)
Deleted:
  qhull/repos/extra-i686/PKGBUILD
  qhull/repos/extra-i686/qhull-2010.1-cmake-install.patch
  qhull/repos/extra-i686/qhull-2010.1-overflows.patch
  qhull/repos/extra-x86_64/PKGBUILD
  qhull/repos/extra-x86_64/qhull-2010.1-cmake-install.patch
  qhull/repos/extra-x86_64/qhull-2010.1-overflows.patch

---+
 extra-i686/PKGBUILD   |   86 +
 extra-i686/qhull-2010.1-cmake-install.patch   |   98 
 extra-i686/qhull-2010.1-overflows.patch   |   50 
 extra-x86_64/PKGBUILD |   86 +
 extra-x86_64/qhull-2010.1-cmake-install.patch |   98 
 extra-x86_64/qhull-2010.1-overflows.patch |   50 
 6 files changed, 74 insertions(+), 394 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 13:03:03 UTC (rev 150553)
+++ extra-i686/PKGBUILD 2012-02-18 13:03:41 UTC (rev 150554)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Jason Taylor jftaylo...@gmail.com
-# Contributor: Darwin Bautista djclue...@gmail.com
-
-pkgname=qhull
-pkgver=2010.1
-pkgrel=1
-pkgdesc=A general dimension code for computing convex hulls and related 
structures
-arch=('i686' 'x86_64')
-url=http://www.qhull.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('cmake')
-source=(http://www.qhull.org/download/$pkgname-$pkgver-src.tgz
-   qhull-2010.1-cmake-install.patch
-   qhull-2010.1-overflows.patch)
-options=('!libtool')
-sha1sums=('ed480912e03efdd767195c06c7e8c252c78112b1'
-  '0a7747eb13c2e07c25882c1f0f5c0dfb4ef1c8c0'
-  '21295d57af2f8cdfc775512fa44fe90f49d89c41')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # gentoo patches
-  patch -Np1 -i ${srcdir}/qhull-2010.1-cmake-install.patch
-  patch -Np1 -i ${srcdir}/qhull-2010.1-overflows.patch
-
-  [ -d build ] || mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DDOC_INSTALL_DIR=/usr/share/doc \
-   -DLIB_INSTALL_DIR=/usr/lib ..
-  make
-}
-
-package() { 
-  cd $srcdir/$pkgname-$pkgver/build
-
-  make DESTDIR=$pkgdir install
-
-  # install manpages
-  install -Dm644 $srcdir/$pkgname-$pkgver/html/rbox.man 
$pkgdir/usr/share/man/man1/rbox.1
-  install -Dm644 $srcdir/$pkgname-$pkgver/html/qhull.man 
$pkgdir/usr/share/man/man1/qhull.1
-
-  # Install license
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}

Copied: qhull/repos/extra-i686/PKGBUILD (from rev 150553, qhull/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 13:03:41 UTC (rev 150554)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Jason Taylor jftaylo...@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=qhull
+pkgver=2012.1
+pkgrel=1
+pkgdesc=A general dimension code for computing convex hulls and related 
structures
+arch=('i686' 'x86_64')
+url=http://www.qhull.org/;
+license=('custom')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(http://www.qhull.org/download/$pkgname-$pkgver-src.tgz;)
+options=('!libtool')
+md5sums=('ed81aa19b203aa0fdb75b41fe6f7a40f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir srcbuild
+  cd srcbuild
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DDOC_INSTALL_DIR=/usr/share/doc \
+-DMAN_INSTALL_DIR=/usr/share/man/man1 -DLIB_INSTALL_DIR=/usr/lib ..
+  make
+}
+
+package() { 
+  cd $srcdir/$pkgname-$pkgver/srcbuild
+
+  make DESTDIR=$pkgdir install
+
+  # Install license
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+}

Deleted: extra-i686/qhull-2010.1-cmake-install.patch
===
--- extra-i686/qhull-2010.1-cmake-install.patch 2012-02-18 13:03:03 UTC (rev 
150553)
+++ extra-i686/qhull-2010.1-cmake-install.patch 2012-02-18 13:03:41 UTC (rev 
150554)
@@ -1,98 +0,0 @@
-diff -Nur qhull-2010.1.orig/CMakeLists.txt qhull-2010.1/CMakeLists.txt
 qhull-2010.1.orig/CMakeLists.txt   2010-10-03 23:04:04.0 +0100
-+++ qhull-2010.1/CMakeLists.txt2010-10-03 23:26:54.0 +0100
-@@ -1,8 +1,44 @@
- project(qhull)
--cmake_minimum_required(VERSION 2.4)
--if(COMMAND cmake_policy)
--  cmake_policy(SET CMP0003 NEW)
--endif(COMMAND cmake_policy)

[arch-commits] Commit in python-soappy/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 09:34:02
  Author: pierre
Revision: 150555

upgpkg: python-soappy 0.12.0-10

rebuild old package

Modified:
  python-soappy/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 13:03:41 UTC (rev 150554)
+++ PKGBUILD2012-02-18 14:34:02 UTC (rev 150555)
@@ -5,25 +5,29 @@
 
 pkgname=python-soappy
 pkgver=0.12.0
-pkgrel=9
+pkgrel=10
 pkgdesc=A module which implements a high-level interface to SOAP functions
 arch=('any')
 url=http://pywebsvcs.sourceforge.net/;
 license=('custom')
 depends=('python-fpconst' 'pyxml')
 optdepends=('python-m2crypto: for support for server-side SSL')
-source=(http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz)
+source=(http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz;)
 md5sums=('d0d29f9b6fb27bfadc69b64a36321e20')
 
 build() {
   cd ${srcdir}/SOAPpy-${pkgver}
   sed -i s/from __future__ import nested_scopes/#\0/g SOAPpy/*.py
   python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/SOAPpy-${pkgver}
   python2 setup.py install --root=${pkgdir} --optimize=1
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 
   for f in c14n.py Namespaces.py logging.py __init__.py; do
-  sed -e 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-  -i ${pkgdir}/usr/lib/python2.7/site-packages/SOAPpy/wstools/${f}
+sed -e 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+-i ${pkgdir}/usr/lib/python2.7/site-packages/SOAPpy/wstools/${f}
   done
 }



[arch-commits] Commit in python-soappy/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 09:34:26
  Author: pierre
Revision: 150556

archrelease: copy trunk to extra-any

Added:
  python-soappy/repos/extra-any/PKGBUILD
(from rev 150555, python-soappy/trunk/PKGBUILD)
Deleted:
  python-soappy/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   62 -
 1 file changed, 33 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 14:34:02 UTC (rev 150555)
+++ PKGBUILD2012-02-18 14:34:26 UTC (rev 150556)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Ryan Coyner rcoy...@gmail.com
-
-pkgname=python-soappy
-pkgver=0.12.0
-pkgrel=9
-pkgdesc=A module which implements a high-level interface to SOAP functions
-arch=('any')
-url=http://pywebsvcs.sourceforge.net/;
-license=('custom')
-depends=('python-fpconst' 'pyxml')
-optdepends=('python-m2crypto: for support for server-side SSL')
-source=(http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz)
-md5sums=('d0d29f9b6fb27bfadc69b64a36321e20')
-
-build() {
-  cd ${srcdir}/SOAPpy-${pkgver}
-  sed -i s/from __future__ import nested_scopes/#\0/g SOAPpy/*.py
-  python2 setup.py build
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  for f in c14n.py Namespaces.py logging.py __init__.py; do
-  sed -e 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-  -i ${pkgdir}/usr/lib/python2.7/site-packages/SOAPpy/wstools/${f}
-  done
-}

Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 150555, 
python-soappy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 14:34:26 UTC (rev 150556)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgname=python-soappy
+pkgver=0.12.0
+pkgrel=10
+pkgdesc=A module which implements a high-level interface to SOAP functions
+arch=('any')
+url=http://pywebsvcs.sourceforge.net/;
+license=('custom')
+depends=('python-fpconst' 'pyxml')
+optdepends=('python-m2crypto: for support for server-side SSL')
+source=(http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz;)
+md5sums=('d0d29f9b6fb27bfadc69b64a36321e20')
+
+build() {
+  cd ${srcdir}/SOAPpy-${pkgver}
+  sed -i s/from __future__ import nested_scopes/#\0/g SOAPpy/*.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/SOAPpy-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  for f in c14n.py Namespaces.py logging.py __init__.py; do
+sed -e 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+-i ${pkgdir}/usr/lib/python2.7/site-packages/SOAPpy/wstools/${f}
+  done
+}



[arch-commits] Commit in python-pycurl/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 09:39:30
  Author: pierre
Revision: 150557

upgpkg: python-pycurl 7.19.0-6

rebuild old package

Modified:
  python-pycurl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 14:34:26 UTC (rev 150556)
+++ PKGBUILD2012-02-18 14:39:30 UTC (rev 150557)
@@ -5,7 +5,7 @@
 
 pkgname=python-pycurl
 pkgver=7.19.0
-pkgrel=5
+pkgrel=6
 pkgdesc=A Python interface to libcurl
 arch=('i686' 'x86_64')
 url=http://pycurl.sourceforge.net;



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 09:39:59
  Author: pierre
Revision: 150558

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

Added:
  python-pycurl/repos/extra-i686/PKGBUILD
(from rev 150557, python-pycurl/trunk/PKGBUILD)
  python-pycurl/repos/extra-x86_64/PKGBUILD
(from rev 150557, python-pycurl/trunk/PKGBUILD)
Deleted:
  python-pycurl/repos/extra-i686/PKGBUILD
  python-pycurl/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   44 ++--
 extra-x86_64/PKGBUILD |   44 ++--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 14:39:30 UTC (rev 150557)
+++ extra-i686/PKGBUILD 2012-02-18 14:39:59 UTC (rev 150558)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
-
-pkgname=python-pycurl
-pkgver=7.19.0
-pkgrel=5
-pkgdesc=A Python interface to libcurl
-arch=('i686' 'x86_64')
-url=http://pycurl.sourceforge.net;
-license=('GPL')
-depends=('python2' 'curl')
-replaces=('pycurl')
-provides=('pycurl')
-source=(http://pycurl.sourceforge.net/download/pycurl-${pkgver}.tar.gz;)
-md5sums=('919d58fe37e69fe87ce4534d8b6a1c7b')
-
-package() {
-  cd ${srcdir}/pycurl-${pkgver}
-  python2 setup.py install --curl-config=/usr/bin/curl-config --prefix 
${pkgdir}/usr
-}

Copied: python-pycurl/repos/extra-i686/PKGBUILD (from rev 150557, 
python-pycurl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 14:39:59 UTC (rev 150558)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
+
+pkgname=python-pycurl
+pkgver=7.19.0
+pkgrel=6
+pkgdesc=A Python interface to libcurl
+arch=('i686' 'x86_64')
+url=http://pycurl.sourceforge.net;
+license=('GPL')
+depends=('python2' 'curl')
+replaces=('pycurl')
+provides=('pycurl')
+source=(http://pycurl.sourceforge.net/download/pycurl-${pkgver}.tar.gz;)
+md5sums=('919d58fe37e69fe87ce4534d8b6a1c7b')
+
+package() {
+  cd ${srcdir}/pycurl-${pkgver}
+  python2 setup.py install --curl-config=/usr/bin/curl-config --prefix 
${pkgdir}/usr
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 14:39:30 UTC (rev 150557)
+++ extra-x86_64/PKGBUILD   2012-02-18 14:39:59 UTC (rev 150558)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
-
-pkgname=python-pycurl
-pkgver=7.19.0
-pkgrel=5
-pkgdesc=A Python interface to libcurl
-arch=('i686' 'x86_64')
-url=http://pycurl.sourceforge.net;
-license=('GPL')
-depends=('python2' 'curl')
-replaces=('pycurl')
-provides=('pycurl')
-source=(http://pycurl.sourceforge.net/download/pycurl-${pkgver}.tar.gz;)
-md5sums=('919d58fe37e69fe87ce4534d8b6a1c7b')
-
-package() {
-  cd ${srcdir}/pycurl-${pkgver}
-  python2 setup.py install --curl-config=/usr/bin/curl-config --prefix 
${pkgdir}/usr
-}

Copied: python-pycurl/repos/extra-x86_64/PKGBUILD (from rev 150557, 
python-pycurl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-18 14:39:59 UTC (rev 150558)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
+
+pkgname=python-pycurl
+pkgver=7.19.0
+pkgrel=6
+pkgdesc=A Python interface to libcurl
+arch=('i686' 'x86_64')
+url=http://pycurl.sourceforge.net;
+license=('GPL')
+depends=('python2' 'curl')
+replaces=('pycurl')
+provides=('pycurl')
+source=(http://pycurl.sourceforge.net/download/pycurl-${pkgver}.tar.gz;)
+md5sums=('919d58fe37e69fe87ce4534d8b6a1c7b')
+
+package() {
+  cd ${srcdir}/pycurl-${pkgver}
+  python2 setup.py install --curl-config=/usr/bin/curl-config --prefix 
${pkgdir}/usr
+}



[arch-commits] Commit in python-fpconst/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 09:40:55
  Author: pierre
Revision: 150559

upgpkg: python-fpconst 0.7.3-3

rebuild old package

Modified:
  python-fpconst/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 14:39:59 UTC (rev 150558)
+++ PKGBUILD2012-02-18 14:40:55 UTC (rev 150559)
@@ -6,16 +6,16 @@
 pkgname=python-fpconst
 _pkgbasename=fpconst
 pkgver=0.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Utilities for handling IEEE 754 floating point special values
 arch=('any')
 url=http://pypi.python.org/pypi/fpconst/;
 license=('APACHE')
 depends=('python2')
-source=(http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz)
+source=(http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz;)
 md5sums=('13884b81da3335b2ec4b6ea1dc26b6fa')
 
-build() {
+package() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}
-  python2 setup.py install --root=${pkgdir} || return 1
+  python2 setup.py install --root=${pkgdir}
 }



[arch-commits] Commit in python-fpconst/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 09:41:13
  Author: pierre
Revision: 150560

archrelease: copy trunk to extra-any

Added:
  python-fpconst/repos/extra-any/PKGBUILD
(from rev 150559, python-fpconst/trunk/PKGBUILD)
Deleted:
  python-fpconst/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 14:40:55 UTC (rev 150559)
+++ PKGBUILD2012-02-18 14:41:13 UTC (rev 150560)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Ryan Coyner rcoy...@gmail.com
-
-pkgname=python-fpconst
-_pkgbasename=fpconst
-pkgver=0.7.3
-pkgrel=2
-pkgdesc=Utilities for handling IEEE 754 floating point special values
-arch=('any')
-url=http://pypi.python.org/pypi/fpconst/;
-license=('APACHE')
-depends=('python2')
-source=(http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('13884b81da3335b2ec4b6ea1dc26b6fa')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  python2 setup.py install --root=${pkgdir} || return 1
-}

Copied: python-fpconst/repos/extra-any/PKGBUILD (from rev 150559, 
python-fpconst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 14:41:13 UTC (rev 150560)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgname=python-fpconst
+_pkgbasename=fpconst
+pkgver=0.7.3
+pkgrel=3
+pkgdesc=Utilities for handling IEEE 754 floating point special values
+arch=('any')
+url=http://pypi.python.org/pypi/fpconst/;
+license=('APACHE')
+depends=('python2')
+source=(http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz;)
+md5sums=('13884b81da3335b2ec4b6ea1dc26b6fa')
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}



[arch-commits] Commit in pymad/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 09:43:09
  Author: pierre
Revision: 150561

upgpkg: pymad 0.6-4

rebuild old package

Modified:
  pymad/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 14:41:13 UTC (rev 150560)
+++ PKGBUILD2012-02-18 14:43:09 UTC (rev 150561)
@@ -1,19 +1,24 @@
 # $Id$
 # Maintainer: Mark Rosenstand m...@archlinux.org
 # Contributor: Corrado Primier cp663...@stud.polimi.it
+
 pkgname=pymad
 pkgver=0.6
-pkgrel=3
+pkgrel=4
 pkgdesc=Python interface to libmad.
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://www.spacepants.org/src/pymad/;
 license=('LGPL')
 depends=('libmad' 'python2')
-source=(http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz)
+source=(http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz;)
 md5sums=('a1405fb4b610348565c8d0e400c5ff18')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   python2 config_unix.py --prefix=/usr
-  python2 setup.py install --root=$startdir/pkg
 }
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+}



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 09:43:39
  Author: pierre
Revision: 150562

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

Added:
  pymad/repos/extra-i686/PKGBUILD
(from rev 150561, pymad/trunk/PKGBUILD)
  pymad/repos/extra-x86_64/PKGBUILD
(from rev 150561, pymad/trunk/PKGBUILD)
Deleted:
  pymad/repos/extra-i686/PKGBUILD
  pymad/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   43 ---
 extra-x86_64/PKGBUILD |   43 ---
 2 files changed, 48 insertions(+), 38 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 14:43:09 UTC (rev 150561)
+++ extra-i686/PKGBUILD 2012-02-18 14:43:39 UTC (rev 150562)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Mark Rosenstand m...@archlinux.org
-# Contributor: Corrado Primier cp663...@stud.polimi.it
-pkgname=pymad
-pkgver=0.6
-pkgrel=3
-pkgdesc=Python interface to libmad.
-arch=(i686 x86_64)
-url=http://www.spacepants.org/src/pymad/;
-license=('LGPL')
-depends=('libmad' 'python2')
-source=(http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz)
-md5sums=('a1405fb4b610348565c8d0e400c5ff18')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  python2 config_unix.py --prefix=/usr
-  python2 setup.py install --root=$startdir/pkg
-}

Copied: pymad/repos/extra-i686/PKGBUILD (from rev 150561, pymad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 14:43:39 UTC (rev 150562)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Mark Rosenstand m...@archlinux.org
+# Contributor: Corrado Primier cp663...@stud.polimi.it
+
+pkgname=pymad
+pkgver=0.6
+pkgrel=4
+pkgdesc=Python interface to libmad.
+arch=('i686' 'x86_64')
+url=http://www.spacepants.org/src/pymad/;
+license=('LGPL')
+depends=('libmad' 'python2')
+source=(http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('a1405fb4b610348565c8d0e400c5ff18')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 config_unix.py --prefix=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 14:43:09 UTC (rev 150561)
+++ extra-x86_64/PKGBUILD   2012-02-18 14:43:39 UTC (rev 150562)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Mark Rosenstand m...@archlinux.org
-# Contributor: Corrado Primier cp663...@stud.polimi.it
-pkgname=pymad
-pkgver=0.6
-pkgrel=3
-pkgdesc=Python interface to libmad.
-arch=(i686 x86_64)
-url=http://www.spacepants.org/src/pymad/;
-license=('LGPL')
-depends=('libmad' 'python2')
-source=(http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz)
-md5sums=('a1405fb4b610348565c8d0e400c5ff18')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  python2 config_unix.py --prefix=/usr
-  python2 setup.py install --root=$startdir/pkg
-}

Copied: pymad/repos/extra-x86_64/PKGBUILD (from rev 150561, 
pymad/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-18 14:43:39 UTC (rev 150562)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Mark Rosenstand m...@archlinux.org
+# Contributor: Corrado Primier cp663...@stud.polimi.it
+
+pkgname=pymad
+pkgver=0.6
+pkgrel=4
+pkgdesc=Python interface to libmad.
+arch=('i686' 'x86_64')
+url=http://www.spacepants.org/src/pymad/;
+license=('LGPL')
+depends=('libmad' 'python2')
+source=(http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('a1405fb4b610348565c8d0e400c5ff18')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 config_unix.py --prefix=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+}



[arch-commits] Commit in perl-ipc-system-simple/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 09:45:27
  Author: pierre
Revision: 150563

upgpkg: perl-ipc-system-simple 1.21-2

rebuild old package

Modified:
  perl-ipc-system-simple/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 14:43:39 UTC (rev 150562)
+++ PKGBUILD2012-02-18 14:45:27 UTC (rev 150563)
@@ -1,14 +1,15 @@
 # $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 # Contributor: Caleb Cushing xenoterrac...@gmail.com
+
 pkgname=perl-ipc-system-simple
 _realname=IPC-System-Simple
 pkgver=1.21
-pkgrel=1
+pkgrel=2
 pkgdesc=Run commands simply, with detailed diagnostics
-arch=(any)
-license=(PerlArtistic GPL)
-depends=(perl)
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
 url=http://search.cpan.org/dist/IPC-System-Simple;
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/$_realname-$pkgver.tar.gz;)



[arch-commits] Commit in perl-ipc-system-simple/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 09:45:45
  Author: pierre
Revision: 150564

archrelease: copy trunk to extra-any

Added:
  perl-ipc-system-simple/repos/extra-any/PKGBUILD
(from rev 150563, perl-ipc-system-simple/trunk/PKGBUILD)
Deleted:
  perl-ipc-system-simple/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   53 +++--
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 14:45:27 UTC (rev 150563)
+++ PKGBUILD2012-02-18 14:45:45 UTC (rev 150564)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Caleb Cushing xenoterrac...@gmail.com
-pkgname=perl-ipc-system-simple
-_realname=IPC-System-Simple
-pkgver=1.21
-pkgrel=1
-pkgdesc=Run commands simply, with detailed diagnostics
-arch=(any)
-license=(PerlArtistic GPL)
-depends=(perl)
-url='http://search.cpan.org/dist/$_realname'
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/$_realname-$pkgver.tar.gz;)
-md5sums=('8215b62fe1b8447b99e17861e2255288')
-
-build() {
-  cd $srcdir/$_realname-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/$_realname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: perl-ipc-system-simple/repos/extra-any/PKGBUILD (from rev 150563, 
perl-ipc-system-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 14:45:45 UTC (rev 150564)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Caleb Cushing xenoterrac...@gmail.com
+
+pkgname=perl-ipc-system-simple
+_realname=IPC-System-Simple
+pkgver=1.21
+pkgrel=2
+pkgdesc=Run commands simply, with detailed diagnostics
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+url=http://search.cpan.org/dist/IPC-System-Simple;
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/$_realname-$pkgver.tar.gz;)
+md5sums=('8215b62fe1b8447b99e17861e2255288')
+
+build() {
+  cd $srcdir/$_realname-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/$_realname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in opensp/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 09:51:02
  Author: pierre
Revision: 150565

upgpkg: opensp 1.5.2-3

rebuild old package

Modified:
  opensp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 14:45:45 UTC (rev 150564)
+++ PKGBUILD2012-02-18 14:51:02 UTC (rev 150565)
@@ -5,7 +5,7 @@
 
 pkgname=opensp
 pkgver=1.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents
 arch=('i686' 'x86_64')
 url=http://openjade.sourceforge.net/;



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 09:51:32
  Author: pierre
Revision: 150566

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

Added:
  opensp/repos/extra-i686/PKGBUILD
(from rev 150565, opensp/trunk/PKGBUILD)
  opensp/repos/extra-x86_64/PKGBUILD
(from rev 150565, opensp/trunk/PKGBUILD)
Deleted:
  opensp/repos/extra-i686/PKGBUILD
  opensp/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   70 
 extra-x86_64/PKGBUILD |   70 
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 14:51:02 UTC (rev 150565)
+++ extra-i686/PKGBUILD 2012-02-18 14:51:32 UTC (rev 150566)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=opensp
-pkgver=1.5.2
-pkgrel=2
-pkgdesc=A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents
-arch=('i686' 'x86_64')
-url=http://openjade.sourceforge.net/;
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('xmlto' 'docbook-xsl')
-options=('!libtool')
-source=(http://download.sourceforge.net/openjade/OpenSP-$pkgver.tar.gz;)
-md5sums=('670b223c5d12cee40c9137be86b6c39b')
-
-build() {
-  cd ${srcdir}/OpenSP-$pkgver
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---disable-nls \
---enable-http \
---enable-default-catalog=/etc/sgml/catalog:/etc/xml/catalog \
---enable-default-search-path=/usr/share/sgml:/usr/share/xml \
---enable-xml-messages
-  make
-}
-
-package() {
-  cd ${srcdir}/OpenSP-$pkgver
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: opensp/repos/extra-i686/PKGBUILD (from rev 150565, 
opensp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 14:51:32 UTC (rev 150566)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=opensp
+pkgver=1.5.2
+pkgrel=3
+pkgdesc=A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents
+arch=('i686' 'x86_64')
+url=http://openjade.sourceforge.net/;
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('xmlto' 'docbook-xsl')
+options=('!libtool')
+source=(http://download.sourceforge.net/openjade/OpenSP-$pkgver.tar.gz;)
+md5sums=('670b223c5d12cee40c9137be86b6c39b')
+
+build() {
+  cd ${srcdir}/OpenSP-$pkgver
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--disable-nls \
+--enable-http \
+--enable-default-catalog=/etc/sgml/catalog:/etc/xml/catalog \
+--enable-default-search-path=/usr/share/sgml:/usr/share/xml \
+--enable-xml-messages
+  make
+}
+
+package() {
+  cd ${srcdir}/OpenSP-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 14:51:02 UTC (rev 150565)
+++ extra-x86_64/PKGBUILD   2012-02-18 14:51:32 UTC (rev 150566)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=opensp
-pkgver=1.5.2
-pkgrel=2
-pkgdesc=A library and a set of tools for validating, parsing and manipulating 
SGML and XML documents
-arch=('i686' 'x86_64')
-url=http://openjade.sourceforge.net/;
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('xmlto' 'docbook-xsl')
-options=('!libtool')
-source=(http://download.sourceforge.net/openjade/OpenSP-$pkgver.tar.gz;)
-md5sums=('670b223c5d12cee40c9137be86b6c39b')
-
-build() {
-  cd ${srcdir}/OpenSP-$pkgver
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---disable-nls \
---enable-http \
---enable-default-catalog=/etc/sgml/catalog:/etc/xml/catalog \
---enable-default-search-path=/usr/share/sgml:/usr/share/xml \
---enable-xml-messages
-  make
-}
-
-package() {
-  cd ${srcdir}/OpenSP-$pkgver
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: opensp/repos/extra-x86_64/PKGBUILD (from rev 150565, 
opensp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-18 14:51:32 UTC (rev 150566)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=opensp
+pkgver=1.5.2
+pkgrel=3
+pkgdesc=A library and a set of tools for validating, parsing and 

[arch-commits] Commit in openobex/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:03:26
  Author: pierre
Revision: 150567

upgpkg: openobex 1.5-3

rebuild old package

Modified:
  openobex/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 14:51:32 UTC (rev 150566)
+++ PKGBUILD2012-02-18 15:03:26 UTC (rev 150567)
@@ -5,14 +5,14 @@
 
 pkgname=openobex
 pkgver=1.5
-pkgrel=2
+pkgrel=3
 pkgdesc=Implementation of the OBject EXchange (OBEX) protocol
 url=http://dev.zuckschwerdt.org/openobex/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
 depends=('bluez' 'libusb-compat')
 options=('!libtool')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
+source=(http://mirror.anl.gov/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('fce1b82eafb74bde54fe117372393ba8')
 
 build() {



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:04:06
  Author: pierre
Revision: 150568

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

Added:
  openobex/repos/extra-i686/PKGBUILD
(from rev 150567, openobex/trunk/PKGBUILD)
  openobex/repos/extra-x86_64/PKGBUILD
(from rev 150567, openobex/trunk/PKGBUILD)
Deleted:
  openobex/repos/extra-i686/PKGBUILD
  openobex/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   68 
 extra-x86_64/PKGBUILD |   68 
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 15:03:26 UTC (rev 150567)
+++ extra-i686/PKGBUILD 2012-02-18 15:04:06 UTC (rev 150568)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=openobex
-pkgver=1.5
-pkgrel=2
-pkgdesc=Implementation of the OBject EXchange (OBEX) protocol
-url=http://dev.zuckschwerdt.org/openobex/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('bluez' 'libusb-compat')
-options=('!libtool')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fce1b82eafb74bde54fe117372393ba8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
-
-  ./configure --prefix=/usr \
-  --enable-apps \
-  --enable-irda \
-  --enable-bluetooth \
-  --enable-usb
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: openobex/repos/extra-i686/PKGBUILD (from rev 150567, 
openobex/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 15:04:06 UTC (rev 150568)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=openobex
+pkgver=1.5
+pkgrel=3
+pkgdesc=Implementation of the OBject EXchange (OBEX) protocol
+url=http://dev.zuckschwerdt.org/openobex/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('bluez' 'libusb-compat')
+options=('!libtool')
+source=(http://mirror.anl.gov/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fce1b82eafb74bde54fe117372393ba8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
+
+  ./configure --prefix=/usr \
+  --enable-apps \
+  --enable-irda \
+  --enable-bluetooth \
+  --enable-usb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 15:03:26 UTC (rev 150567)
+++ extra-x86_64/PKGBUILD   2012-02-18 15:04:06 UTC (rev 150568)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=openobex
-pkgver=1.5
-pkgrel=2
-pkgdesc=Implementation of the OBject EXchange (OBEX) protocol
-url=http://dev.zuckschwerdt.org/openobex/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('bluez' 'libusb-compat')
-options=('!libtool')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fce1b82eafb74bde54fe117372393ba8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
-
-  ./configure --prefix=/usr \
-  --enable-apps \
-  --enable-irda \
-  --enable-bluetooth \
-  --enable-usb
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: openobex/repos/extra-x86_64/PKGBUILD (from rev 150567, 
openobex/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-18 15:04:06 UTC (rev 150568)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=openobex
+pkgver=1.5
+pkgrel=3
+pkgdesc=Implementation of the OBject EXchange (OBEX) protocol
+url=http://dev.zuckschwerdt.org/openobex/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('bluez' 'libusb-compat')
+options=('!libtool')
+source=(http://mirror.anl.gov/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fce1b82eafb74bde54fe117372393ba8')
+
+build() {

[arch-commits] Commit in nss-mdns/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:05:24
  Author: pierre
Revision: 150569

upgpkg: nss-mdns 0.10-4

rebuild old package

Modified:
  nss-mdns/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 15:04:06 UTC (rev 150568)
+++ PKGBUILD2012-02-18 15:05:24 UTC (rev 150569)
@@ -4,7 +4,7 @@
 
 pkgname=nss-mdns
 pkgver=0.10
-pkgrel=3
+pkgrel=4
 pkgdesc=glibc plugin providing host name resolution via mDNS
 arch=('i686' 'x86_64')
 url=http://0pointer.de/lennart/projects/nss-mdns/;



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:06:04
  Author: pierre
Revision: 150570

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

Added:
  nss-mdns/repos/extra-i686/PKGBUILD
(from rev 150569, nss-mdns/trunk/PKGBUILD)
  nss-mdns/repos/extra-i686/mdns.allow
(from rev 150569, nss-mdns/trunk/mdns.allow)
  nss-mdns/repos/extra-i686/nss-mdns.install
(from rev 150569, nss-mdns/trunk/nss-mdns.install)
  nss-mdns/repos/extra-x86_64/PKGBUILD
(from rev 150569, nss-mdns/trunk/PKGBUILD)
  nss-mdns/repos/extra-x86_64/mdns.allow
(from rev 150569, nss-mdns/trunk/mdns.allow)
  nss-mdns/repos/extra-x86_64/nss-mdns.install
(from rev 150569, nss-mdns/trunk/nss-mdns.install)
Deleted:
  nss-mdns/repos/extra-i686/PKGBUILD
  nss-mdns/repos/extra-i686/mdns.allow
  nss-mdns/repos/extra-i686/nss-mdns.install
  nss-mdns/repos/extra-x86_64/PKGBUILD
  nss-mdns/repos/extra-x86_64/mdns.allow
  nss-mdns/repos/extra-x86_64/nss-mdns.install

---+
 extra-i686/PKGBUILD   |   68 
 extra-i686/mdns.allow |   16 -
 extra-i686/nss-mdns.install   |   40 +++
 extra-x86_64/PKGBUILD |   68 
 extra-x86_64/mdns.allow   |   16 -
 extra-x86_64/nss-mdns.install |   40 +++
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 15:05:24 UTC (rev 150569)
+++ extra-i686/PKGBUILD 2012-02-18 15:06:04 UTC (rev 150570)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Travis Willard tra...@archlinux.org
-
-pkgname=nss-mdns
-pkgver=0.10
-pkgrel=3
-pkgdesc=glibc plugin providing host name resolution via mDNS
-arch=('i686' 'x86_64')
-url=http://0pointer.de/lennart/projects/nss-mdns/;
-license=('LGPL')
-depends=('glibc')
-makedepends=('pkgconfig')
-backup=('etc/mdns.allow')
-install=nss-mdns.install
-source=(http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'mdns.allow')
-md5sums=('03938f17646efbb50aa70ba5f99f51d7'
- '904abb492fb1f56722826c0c3a997bf0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/ \
---disable-lynx \
---enable-avahi
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 ${srcdir}/mdns.allow ${pkgdir}/etc/mdns.allow
-}
-

Copied: nss-mdns/repos/extra-i686/PKGBUILD (from rev 150569, 
nss-mdns/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 15:06:04 UTC (rev 150570)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Travis Willard tra...@archlinux.org
+
+pkgname=nss-mdns
+pkgver=0.10
+pkgrel=4
+pkgdesc=glibc plugin providing host name resolution via mDNS
+arch=('i686' 'x86_64')
+url=http://0pointer.de/lennart/projects/nss-mdns/;
+license=('LGPL')
+depends=('glibc')
+makedepends=('pkgconfig')
+backup=('etc/mdns.allow')
+install=nss-mdns.install
+source=(http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'mdns.allow')
+md5sums=('03938f17646efbb50aa70ba5f99f51d7'
+ '904abb492fb1f56722826c0c3a997bf0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/ \
+--disable-lynx \
+--enable-avahi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 ${srcdir}/mdns.allow ${pkgdir}/etc/mdns.allow
+}
+

Deleted: extra-i686/mdns.allow
===
--- extra-i686/mdns.allow   2012-02-18 15:05:24 UTC (rev 150569)
+++ extra-i686/mdns.allow   2012-02-18 15:06:04 UTC (rev 150570)
@@ -1,8 +0,0 @@
-#
-# /etc/mdns.allow
-#
-
-.local.
-.local
-
-# End of file

Copied: nss-mdns/repos/extra-i686/mdns.allow (from rev 150569, 
nss-mdns/trunk/mdns.allow)
===
--- extra-i686/mdns.allow   (rev 0)
+++ extra-i686/mdns.allow   2012-02-18 15:06:04 UTC (rev 150570)
@@ -0,0 +1,8 @@
+#
+# /etc/mdns.allow
+#
+
+.local.
+.local
+
+# End of file

Deleted: extra-i686/nss-mdns.install
===
--- extra-i686/nss-mdns.install 2012-02-18 15:05:24 UTC (rev 150569)
+++ extra-i686/nss-mdns.install 2012-02-18 15:06:04 UTC (rev 150570)
@@ -1,20 +0,0 @@
-post_install() {
-  cat  'EOM'
-== To enable IPv4 multicast DNS lookups, append 'mdns4' to the hosts line
-in /etc/nsswitch.conf. Use 'mdns6' for IPv6 or 'mdns' for both.
-EOM
-}
-
-post_upgrade() {
-  if [ $2 == 0.7-1 ]; then
-echo -n disabling mdns lookups in /etc/nsswitch.conf... 
-sed -i -e '/^hosts: / s/ mdns\([46]\)\?\//g' etc/nsswitch.conf  echo 
done.
-  fi
-  cat  

[arch-commits] Commit in neon/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:08:58
  Author: pierre
Revision: 150571

upgpkg: neon 0.29.6-3

rebuild old package

Modified:
  neon/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 15:06:04 UTC (rev 150570)
+++ PKGBUILD2012-02-18 15:08:58 UTC (rev 150571)
@@ -5,7 +5,7 @@
 
 pkgname=neon
 pkgver=0.29.6
-pkgrel=2
+pkgrel=3
 pkgdesc=HTTP and WebDAV client library with a C interface
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')



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

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:09:28
  Author: pierre
Revision: 150572

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

Added:
  neon/repos/extra-i686/PKGBUILD
(from rev 150571, neon/trunk/PKGBUILD)
  neon/repos/extra-x86_64/PKGBUILD
(from rev 150571, neon/trunk/PKGBUILD)
Deleted:
  neon/repos/extra-i686/PKGBUILD
  neon/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   70 
 extra-x86_64/PKGBUILD |   70 
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 15:08:58 UTC (rev 150571)
+++ extra-i686/PKGBUILD 2012-02-18 15:09:28 UTC (rev 150572)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=neon
-pkgver=0.29.6
-pkgrel=2
-pkgdesc=HTTP and WebDAV client library with a C interface
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('krb5' 'expat' 'ca-certificates')
-url=http://www.webdav.org/neon/;
-source=(http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('591e0c82e6979e7e615211b386b8f6bc')
-options=('libtool') # FS#16067
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-expat \
---enable-shared \
---disable-static \
---with-ssl=openssl \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-  make
-
-  # fix invalid .so links in man pages (FS#24902)
-  sed -i '/^\.so/s|\.so \([^.]\+\)\.\([[:digit:]]\)|.so man\2/\1.\2|' doc/man/*
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: neon/repos/extra-i686/PKGBUILD (from rev 150571, neon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 15:09:28 UTC (rev 150572)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=neon
+pkgver=0.29.6
+pkgrel=3
+pkgdesc=HTTP and WebDAV client library with a C interface
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('krb5' 'expat' 'ca-certificates')
+url=http://www.webdav.org/neon/;
+source=(http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('591e0c82e6979e7e615211b386b8f6bc')
+options=('libtool') # FS#16067
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-expat \
+--enable-shared \
+--disable-static \
+--with-ssl=openssl \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+
+  # fix invalid .so links in man pages (FS#24902)
+  sed -i '/^\.so/s|\.so \([^.]\+\)\.\([[:digit:]]\)|.so man\2/\1.\2|' doc/man/*
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 15:08:58 UTC (rev 150571)
+++ extra-x86_64/PKGBUILD   2012-02-18 15:09:28 UTC (rev 150572)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=neon
-pkgver=0.29.6
-pkgrel=2
-pkgdesc=HTTP and WebDAV client library with a C interface
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('krb5' 'expat' 'ca-certificates')
-url=http://www.webdav.org/neon/;
-source=(http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('591e0c82e6979e7e615211b386b8f6bc')
-options=('libtool') # FS#16067
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-expat \
---enable-shared \
---disable-static \
---with-ssl=openssl \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-  make
-
-  # fix invalid .so links in man pages (FS#24902)
-  sed -i '/^\.so/s|\.so \([^.]\+\)\.\([[:digit:]]\)|.so man\2/\1.\2|' doc/man/*
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: neon/repos/extra-x86_64/PKGBUILD (from rev 150571, neon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-18 15:09:28 UTC (rev 150572)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=neon
+pkgver=0.29.6
+pkgrel=3
+pkgdesc=HTTP and WebDAV client library with a C interface
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('krb5' 'expat' 'ca-certificates')
+url=http://www.webdav.org/neon/;
+source=(http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;)

[arch-commits] Commit in mono-zeroconf/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:14:56
  Author: pierre
Revision: 150573

upgpkg: mono-zeroconf 0.9.0-3

rebuild old package

Modified:
  mono-zeroconf/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 15:09:28 UTC (rev 150572)
+++ PKGBUILD2012-02-18 15:14:56 UTC (rev 150573)
@@ -3,17 +3,16 @@
 
 pkgname=mono-zeroconf
 pkgver=0.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A cross platform Zero Configuration Networking library for Mono and 
.NET.
 url=http://www.mono-project.com/Mono.Zeroconf;
 license=('GPL')
-arch=('i686' 'x86_64')
-depends=('mono=2.6' 'avahi')
+arch=('any')
+depends=('mono' 'avahi')
 options=('!makeflags')
-source=(http://download.banshee-project.org/mono-zeroconf/${pkgname}-${pkgver}.tar.bz2)
+source=(http://download.banshee-project.org/mono-zeroconf/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('cb25d50898442a7766c324dcb52ef9bf')
 
-
 build() {
 export MONO_SHARED_DIR=${srcdir}/.wabi
 mkdir -p ${MONO_SHARED_DIR}
@@ -22,6 +21,10 @@
 
 ./configure --prefix=/usr --disable-docs --disable-mdnsresponder
 make hicolordir=/usr/share/icons/hicolor
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
 make hicolordir=/usr/share/icons/hicolor \
 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
 DESTDIR=${pkgdir} install



[arch-commits] Commit in mono-zeroconf/repos (extra-any extra-any/PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:15:12
  Author: pierre
Revision: 150574

archrelease: copy trunk to extra-any

Added:
  mono-zeroconf/repos/extra-any/
  mono-zeroconf/repos/extra-any/PKGBUILD
(from rev 150573, mono-zeroconf/trunk/PKGBUILD)

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: mono-zeroconf/repos/extra-any/PKGBUILD (from rev 150573, 
mono-zeroconf/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-02-18 15:15:12 UTC (rev 150574)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Hugo Doria h...@archlinux.org
+
+pkgname=mono-zeroconf
+pkgver=0.9.0
+pkgrel=3
+pkgdesc=A cross platform Zero Configuration Networking library for Mono and 
.NET.
+url=http://www.mono-project.com/Mono.Zeroconf;
+license=('GPL')
+arch=('any')
+depends=('mono' 'avahi')
+options=('!makeflags')
+source=(http://download.banshee-project.org/mono-zeroconf/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('cb25d50898442a7766c324dcb52ef9bf')
+
+build() {
+export MONO_SHARED_DIR=${srcdir}/.wabi
+mkdir -p ${MONO_SHARED_DIR}
+
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr --disable-docs --disable-mdnsresponder
+make hicolordir=/usr/share/icons/hicolor
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make hicolordir=/usr/share/icons/hicolor \
+GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
+DESTDIR=${pkgdir} install
+rm -rf ${MONO_SHARED_DIR}
+}



[arch-commits] Commit in mono-zeroconf/repos (extra-i686 extra-x86_64)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:15:18
  Author: pierre
Revision: 150575

Removed extra-i686 and extra-x86_64 for mono-zeroconf

Deleted:
  mono-zeroconf/repos/extra-i686/
  mono-zeroconf/repos/extra-x86_64/



[arch-commits] Commit in mod_wsgi/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:18:33
  Author: pierre
Revision: 150576

upgpkg: mod_wsgi 3.3-3

rebuild old package

Modified:
  mod_wsgi/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 15:15:18 UTC (rev 150575)
+++ PKGBUILD2012-02-18 15:18:33 UTC (rev 150576)
@@ -4,16 +4,15 @@
 
 pkgname=mod_wsgi
 pkgver=3.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Python WSGI adapter module for Apache
 arch=('i686' 'x86_64')
 url=http://www.modwsgi.org/;
 license=('APACHE')
 depends=('apache' 'python2')
 install=mod_wsgi.install
-source=(http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+source=(http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('6172bb2bbabcd0c25867c2bc06f99dbb')
-sha1sums=('f32d38e5d3ed5de1efd5abefb52678f833dc9166')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in mod_wsgi/repos (8 files)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:19:06
  Author: pierre
Revision: 150577

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

Added:
  mod_wsgi/repos/extra-i686/PKGBUILD
(from rev 150576, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/extra-i686/mod_wsgi.install
(from rev 150576, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/extra-x86_64/PKGBUILD
(from rev 150576, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/extra-x86_64/mod_wsgi.install
(from rev 150576, mod_wsgi/trunk/mod_wsgi.install)
Deleted:
  mod_wsgi/repos/extra-i686/PKGBUILD
  mod_wsgi/repos/extra-i686/mod_wsgi.install
  mod_wsgi/repos/extra-x86_64/PKGBUILD
  mod_wsgi/repos/extra-x86_64/mod_wsgi.install

---+
 extra-i686/PKGBUILD   |   57 +++-
 extra-i686/mod_wsgi.install   |   28 +--
 extra-x86_64/PKGBUILD |   57 +++-
 extra-x86_64/mod_wsgi.install |   28 +--
 4 files changed, 84 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 15:18:33 UTC (rev 150576)
+++ extra-i686/PKGBUILD 2012-02-18 15:19:06 UTC (rev 150577)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Ryan Coyner rcoy...@gmail.com
-
-pkgname=mod_wsgi
-pkgver=3.3
-pkgrel=2
-pkgdesc=Python WSGI adapter module for Apache
-arch=('i686' 'x86_64')
-url=http://www.modwsgi.org/;
-license=('APACHE')
-depends=('apache' 'python2')
-install=mod_wsgi.install
-source=(http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6172bb2bbabcd0c25867c2bc06f99dbb')
-sha1sums=('f32d38e5d3ed5de1efd5abefb52678f833dc9166')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-apxs=/usr/sbin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: mod_wsgi/repos/extra-i686/PKGBUILD (from rev 150576, 
mod_wsgi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 15:19:06 UTC (rev 150577)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgname=mod_wsgi
+pkgver=3.3
+pkgrel=3
+pkgdesc=Python WSGI adapter module for Apache
+arch=('i686' 'x86_64')
+url=http://www.modwsgi.org/;
+license=('APACHE')
+depends=('apache' 'python2')
+install=mod_wsgi.install
+source=(http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6172bb2bbabcd0c25867c2bc06f99dbb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-apxs=/usr/sbin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/mod_wsgi.install
===
--- extra-i686/mod_wsgi.install 2012-02-18 15:18:33 UTC (rev 150576)
+++ extra-i686/mod_wsgi.install 2012-02-18 15:19:06 UTC (rev 150577)
@@ -1,14 +0,0 @@
-post_install() {
-/bin/cat  ENDOFMESSAGE
-==
-==
-==  To install mod_wsgi, add the following line in 
-==  /etc/httpd/conf/httpd.conf file :
-==
-==  LoadModule wsgi_module modules/mod_wsgi.so
-==
-==  and restart/reload Apache.
-==
-==
-ENDOFMESSAGE
-}

Copied: mod_wsgi/repos/extra-i686/mod_wsgi.install (from rev 150576, 
mod_wsgi/trunk/mod_wsgi.install)
===
--- extra-i686/mod_wsgi.install (rev 0)
+++ extra-i686/mod_wsgi.install 2012-02-18 15:19:06 UTC (rev 150577)
@@ -0,0 +1,14 @@
+post_install() {
+/bin/cat  ENDOFMESSAGE
+==
+==
+==  To install mod_wsgi, add the following line in 
+==  /etc/httpd/conf/httpd.conf file :
+==
+==  LoadModule wsgi_module modules/mod_wsgi.so
+==
+==  and restart/reload Apache.
+==
+==
+ENDOFMESSAGE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 15:18:33 UTC (rev 150576)
+++ extra-x86_64/PKGBUILD   2012-02-18 15:19:06 UTC (rev 150577)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Ryan Coyner rcoy...@gmail.com
-
-pkgname=mod_wsgi
-pkgver=3.3
-pkgrel=2
-pkgdesc=Python WSGI adapter module for Apache
-arch=('i686' 'x86_64')
-url=http://www.modwsgi.org/;
-license=('APACHE')
-depends=('apache' 'python2')
-install=mod_wsgi.install
-source=(http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6172bb2bbabcd0c25867c2bc06f99dbb')
-sha1sums=('f32d38e5d3ed5de1efd5abefb52678f833dc9166')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-apxs=/usr/sbin/apxs \
-

[arch-commits] Commit in mod_fastcgi/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:20:04
  Author: pierre
Revision: 150578

upgpkg: mod_fastcgi 2.4.6-4

rebuild old package

Modified:
  mod_fastcgi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 15:19:06 UTC (rev 150577)
+++ PKGBUILD2012-02-18 15:20:04 UTC (rev 150578)
@@ -4,7 +4,7 @@
 
 pkgname=mod_fastcgi
 pkgver=2.4.6
-pkgrel=3
+pkgrel=4
 pkgdesc=Apache module to support the FastCGI protocol
 arch=('i686' 'x86_64')
 license=('custom')



[arch-commits] Commit in mod_fastcgi/repos (8 files)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:20:31
  Author: pierre
Revision: 150579

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

Added:
  mod_fastcgi/repos/extra-i686/PKGBUILD
(from rev 150578, mod_fastcgi/trunk/PKGBUILD)
  mod_fastcgi/repos/extra-i686/lp381384.patch
(from rev 150578, mod_fastcgi/trunk/lp381384.patch)
  mod_fastcgi/repos/extra-x86_64/PKGBUILD
(from rev 150578, mod_fastcgi/trunk/PKGBUILD)
  mod_fastcgi/repos/extra-x86_64/lp381384.patch
(from rev 150578, mod_fastcgi/trunk/lp381384.patch)
Deleted:
  mod_fastcgi/repos/extra-i686/PKGBUILD
  mod_fastcgi/repos/extra-i686/lp381384.patch
  mod_fastcgi/repos/extra-x86_64/PKGBUILD
  mod_fastcgi/repos/extra-x86_64/lp381384.patch

-+
 extra-i686/PKGBUILD |   62 +++---
 extra-i686/lp381384.patch   |   68 +-
 extra-x86_64/PKGBUILD   |   62 +++---
 extra-x86_64/lp381384.patch |   68 +-
 4 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 15:20:04 UTC (rev 150578)
+++ extra-i686/PKGBUILD 2012-02-18 15:20:31 UTC (rev 150579)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=mod_fastcgi
-pkgver=2.4.6
-pkgrel=3
-pkgdesc=Apache module to support the FastCGI protocol
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.fastcgi.com/;
-depends=('apache')
-options=('!libtool')
-source=(http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz;
-'lp381384.patch')
-md5sums=('a21a613dd5dacf4c8ad88c8550294fed'
- '7dd09e6579cc9bf2f992bbd82d1d1537')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/lp381384.patch
-  cp Makefile.AP2 Makefile
-  make top_dir=/usr/lib/httpd
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make top_dir=/usr/lib/httpd DESTDIR=${pkgdir} install
-  install -Dm644 docs/LICENSE.TERMS \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: mod_fastcgi/repos/extra-i686/PKGBUILD (from rev 150578, 
mod_fastcgi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 15:20:31 UTC (rev 150579)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=mod_fastcgi
+pkgver=2.4.6
+pkgrel=4
+pkgdesc=Apache module to support the FastCGI protocol
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.fastcgi.com/;
+depends=('apache')
+options=('!libtool')
+source=(http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz;
+'lp381384.patch')
+md5sums=('a21a613dd5dacf4c8ad88c8550294fed'
+ '7dd09e6579cc9bf2f992bbd82d1d1537')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/lp381384.patch
+  cp Makefile.AP2 Makefile
+  make top_dir=/usr/lib/httpd
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make top_dir=/usr/lib/httpd DESTDIR=${pkgdir} install
+  install -Dm644 docs/LICENSE.TERMS \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/lp381384.patch
===
--- extra-i686/lp381384.patch   2012-02-18 15:20:04 UTC (rev 150578)
+++ extra-i686/lp381384.patch   2012-02-18 15:20:31 UTC (rev 150579)
@@ -1,34 +0,0 @@
-References:
-http://thread.gmane.org/gmane.comp.web.fastcgi.devel/2613
-http://article.gmane.org/gmane.comp.web.fastcgi.devel/1167
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509116
-https://bugs.launchpad.net/ubuntu/+source/libapache-mod-fastcgi/+bug/381384
-
-Patch extracted from the SNAP-0811090952 snapshot tarball.
-2009-05-28 Martin von Gagern
-
-diff -ru mod_fastcgi-2.4.6/CHANGES mod_fastcgi-2.4.6-lp381384/CHANGES
 mod_fastcgi-2.4.6/CHANGES  2007-11-13 13:26:35.0 +0100
-+++ mod_fastcgi-2.4.6-lp381384/CHANGES 2009-05-28 21:02:31.0 +0200
-@@ -1,3 +1,6 @@
-+ *) Don't let the Content-Length header propagate on errors or across
-+redirects.  [Artur Zaprzala arturz ownmail.net]
-+
- 2.4.6
- 
-  *) Fix a bug I introduced in 2.4.4 that broke dynamic application
-diff -ru mod_fastcgi-2.4.6/mod_fastcgi.c 
mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c
 mod_fastcgi-2.4.6/mod_fastcgi.c2007-11-13 00:00:10.0 +0100
-+++ mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c   2009-05-28 21:02:31.0 
+0200
-@@ -753,6 +753,11 @@
- ap_table_set(r-headers_out, Location, value);
- continue;
- }
-+
-+if (strcasecmp(name, Content-Length) == 0) {
-+ap_table_set(r-headers_out, name, value);
-+  continue;
-+}
- 
- /* If the script wants them merged, it can do it */
-

[arch-commits] Commit in audacious/trunk (PKGBUILD)

2012-02-18 Thread Gaetan Bisson
Date: Saturday, February 18, 2012 @ 10:39:15
  Author: bisson
Revision: 150580

upstream update

Modified:
  audacious/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 15:20:31 UTC (rev 150579)
+++ PKGBUILD2012-02-18 15:39:15 UTC (rev 150580)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=audacious
-pkgver=3.2
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Lightweight, advanced audio player focused on audio quality'
 url='http://audacious-media-player.org/'
@@ -14,7 +14,7 @@
  'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils')
 optdepends=('unzip: zipped skins support')
 
source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3ebc4dcdcf5da960ba400078023e167e02105e84')
+sha1sums=('9183aef4d805d44b4aa456563aec7f104da97546')
 
 provides=('audacious-player')
 replaces=('audacious-player')



[arch-commits] Commit in audacious/repos (8 files)

2012-02-18 Thread Gaetan Bisson
Date: Saturday, February 18, 2012 @ 10:39:58
  Author: bisson
Revision: 150581

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

Added:
  audacious/repos/extra-i686/PKGBUILD
(from rev 150580, audacious/trunk/PKGBUILD)
  audacious/repos/extra-i686/install
(from rev 150580, audacious/trunk/install)
  audacious/repos/extra-x86_64/PKGBUILD
(from rev 150580, audacious/trunk/PKGBUILD)
  audacious/repos/extra-x86_64/install
(from rev 150580, audacious/trunk/install)
Deleted:
  audacious/repos/extra-i686/PKGBUILD
  audacious/repos/extra-i686/install
  audacious/repos/extra-x86_64/PKGBUILD
  audacious/repos/extra-x86_64/install

---+
 extra-i686/PKGBUILD   |   64 
 extra-i686/install|   26 +--
 extra-x86_64/PKGBUILD |   64 
 extra-x86_64/install  |   26 +--
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 15:39:15 UTC (rev 150580)
+++ extra-i686/PKGBUILD 2012-02-18 15:39:58 UTC (rev 150581)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=audacious
-pkgver=3.2
-pkgrel=1
-pkgdesc='Lightweight, advanced audio player focused on audio quality'
-url='http://audacious-media-player.org/'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
- 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils')
-optdepends=('unzip: zipped skins support')
-source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3ebc4dcdcf5da960ba400078023e167e02105e84')
-
-provides=('audacious-player')
-replaces=('audacious-player')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: audacious/repos/extra-i686/PKGBUILD (from rev 150580, 
audacious/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 15:39:58 UTC (rev 150581)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=audacious
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Lightweight, advanced audio player focused on audio quality'
+url='http://audacious-media-player.org/'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
+ 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils')
+optdepends=('unzip: zipped skins support')
+source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('9183aef4d805d44b4aa456563aec7f104da97546')
+
+provides=('audacious-player')
+replaces=('audacious-player')
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2012-02-18 15:39:15 UTC (rev 150580)
+++ extra-i686/install  2012-02-18 15:39:58 UTC (rev 150581)
@@ -1,13 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: audacious/repos/extra-i686/install (from rev 150580, 
audacious/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2012-02-18 15:39:58 UTC (rev 150581)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 15:39:15 UTC (rev 150580)
+++ extra-x86_64/PKGBUILD   2012-02-18 15:39:58 UTC (rev 150581)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=audacious
-pkgver=3.2
-pkgrel=1
-pkgdesc='Lightweight, advanced audio player focused on audio quality'

[arch-commits] Commit in audacious-plugins/trunk (PKGBUILD)

2012-02-18 Thread Gaetan Bisson
Date: Saturday, February 18, 2012 @ 10:42:13
  Author: bisson
Revision: 150582

upstream update

Modified:
  audacious-plugins/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 15:39:58 UTC (rev 150581)
+++ PKGBUILD2012-02-18 15:42:13 UTC (rev 150582)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=audacious-plugins
-pkgver=3.2
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
 license=('GPL')
@@ -44,7 +44,7 @@
 'libcue: CUE playlist format')
 
 
source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('49cc0a05fddef8b1730f08d0a0bf9e4797cd393d')
+sha1sums=('7957f545a2c050ba2d7b1fb9cf53fe77bf5f853c')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2012-02-18 Thread Gaetan Bisson
Date: Saturday, February 18, 2012 @ 10:43:30
  Author: bisson
Revision: 150583

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

Added:
  audacious-plugins/repos/extra-i686/PKGBUILD
(from rev 150582, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 150582, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-i686/PKGBUILD
  audacious-plugins/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |  126 
 extra-x86_64/PKGBUILD |  126 
 2 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 15:42:13 UTC (rev 150582)
+++ extra-i686/PKGBUILD 2012-02-18 15:43:30 UTC (rev 150583)
@@ -1,63 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: William Rea sillywi...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=audacious-plugins
-pkgver=3.2
-pkgrel=1
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-
-makedepends=(audacious=${pkgver}
- 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
- 'libnotify' 'lirc-utils' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('oss: Open Sound System v4 output'
-'alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio: CD Digital Audio input'
-'libsidplay: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'libnotify: libnotify OSD'
-'lirc-utils: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('49cc0a05fddef8b1730f08d0a0bf9e4797cd393d')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --enable-amidiplug \
-   --disable-adplug \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 150582, 
audacious-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 15:43:30 UTC (rev 150583)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=audacious-plugins
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio: CD Digital Audio input'
+'libsidplay: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+

[arch-commits] Commit in audacious-plugins/trunk (PKGBUILD)

2012-02-18 Thread Gaetan Bisson
Date: Saturday, February 18, 2012 @ 10:48:41
  Author: bisson
Revision: 150584

rebuild for libcdio

Modified:
  audacious-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 15:43:30 UTC (rev 150583)
+++ PKGBUILD2012-02-18 15:48:41 UTC (rev 150584)
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
 license=('GPL')



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

2012-02-18 Thread Gaetan Bisson
Date: Saturday, February 18, 2012 @ 10:49:32
  Author: bisson
Revision: 150585

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

Added:
  audacious-plugins/repos/staging-i686/PKGBUILD
(from rev 150584, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/staging-x86_64/PKGBUILD
(from rev 150584, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/staging-i686/PKGBUILD
  audacious-plugins/repos/staging-x86_64/PKGBUILD

-+
 staging-i686/PKGBUILD   |  126 +++---
 staging-x86_64/PKGBUILD |  126 +++---
 2 files changed, 126 insertions(+), 126 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-02-18 15:48:41 UTC (rev 150584)
+++ staging-i686/PKGBUILD   2012-02-18 15:49:32 UTC (rev 150585)
@@ -1,63 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: William Rea sillywi...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=audacious-plugins
-pkgver=3.2
-pkgrel=2
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-
-makedepends=(audacious=${pkgver}
- 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
- 'libnotify' 'lirc-utils' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('oss: Open Sound System v4 output'
-'alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio: CD Digital Audio input'
-'libsidplay: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'libnotify: libnotify OSD'
-'lirc-utils: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('49cc0a05fddef8b1730f08d0a0bf9e4797cd393d')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --enable-amidiplug \
-   --disable-adplug \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: audacious-plugins/repos/staging-i686/PKGBUILD (from rev 150584, 
audacious-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-18 15:49:32 UTC (rev 150585)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=audacious-plugins
+pkgver=3.2.1
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 
'libsidplay' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio: CD Digital Audio input'
+'libsidplay: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+

[arch-commits] Commit in mailman/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:53:13
  Author: pierre
Revision: 150586

upgpkg: mailman 2.1.14-2

Never build packages as root!

Modified:
  mailman/trunk/PKGBUILD

--+
 PKGBUILD |   42 +++---
 1 file changed, 11 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 15:49:32 UTC (rev 150585)
+++ PKGBUILD2012-02-18 15:53:13 UTC (rev 150586)
@@ -3,7 +3,7 @@
 
 pkgname=mailman
 pkgver=2.1.14
-pkgrel=1
+pkgrel=2
 pkgdesc=Mailing list manager with built in web access
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,42 +12,27 @@
 # 'Defaults.py' should not be changed by users; 'mm_cfg.py' should instead.
 backup=('usr/lib/mailman/Mailman/mm_cfg.py')
 install=$pkgname.install
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tgz
-   mailman-2.1-build.patch
-   rc.mailman)
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tgz;
+'mailman-2.1-build.patch'
+'rc.mailman')
 md5sums=('9ea163871ceccbd33fee4c9e335fcf7b'
  'ed04d062379eb21e39ce1e70e6b1ade2'
  '3d83d06d0ec3319bf3c7d9df5d18e89f')
 
-# needs to be build as root for pam allowing to create new user/group
-# LANG=C; time rm -rf src/ pkg/  time makepkg -L --asroot
-
 build() {
   cd $srcdir/$pkgname-$pkgver
 
   # fix calls to /usr/bin/python
-  find . -name '*.py' | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
+  find . -name '*.py' -exec sed -i 's@^#!.*python$@#!/usr/bin/python2@' {} +
   # fix directory permissions to satisfy check_perms
   patch -Np1 -i ${srcdir}/mailman-2.1-build.patch
-  
-  # the mailman user and group are required to build (better to satisfy 
check_perms)
-  if ! egrep '^mailman' /etc/passwd; then
-msg Adding user/group mailman (temporarily)
-groupadd -g 80 mailman
-useradd -s /sbin/nologin -c GNU Mailing List Manager -d /usr/lib/mailman 
-u 80 -g mailman -M -r mailman
-export cleanup=1
-  else
-export cleanup=0
-  fi
 
   ./configure --without-permcheck \
   --prefix=/usr/lib/mailman \
   --with-var-prefix=/var/lib/mailman \
-  --with-mail-gid=mailman \
- --with-username=mailman --with-groupname=mailman \
+  --with-mail-gid=80 \
+  --with-username=80 --with-groupname=80 \
   --with-cgi-gid=http --with-python=/usr/bin/python2
-
   make
 }
 
@@ -69,17 +54,12 @@
   ln -sv /usr/lib/mailman/Mailman/mm_cfg.py ${pkgdir}/etc/${pkgname}/mm_cfg.py
 
   # fix some permissions to satisfy check_perms
-  chown -R mailman:mailman 
$pkgdir/{usr/lib/mailman,var/lib/mailman,etc/mailman/*}
-  chown http:mailman ${pkgdir}/var/lib/mailman/archives/private
+  chown -R 80:80 $pkgdir/{usr/lib/mailman,var/lib/mailman,etc/mailman/*}
+  chown http:80 ${pkgdir}/var/lib/mailman/archives/private
   chmod 2770 ${pkgdir}/var/lib/mailman/archives/private
   chmod 2755 ${pkgdir}/usr/lib/mailman/cgi-bin/* 
   chmod 2755 ${pkgdir}/usr/lib/mailman/mail/mailman
-  
+
   # install the launch script
-  install -D -m755 $srcdir/rc.mailman $pkgdir/etc/rc.d/mailman || return 1
-  
-  if [ $cleanup -eq 1 ]; then
-msg Removing user/group mailman
-userdel mailman
-  fi
+  install -D -m755 $srcdir/rc.mailman $pkgdir/etc/rc.d/mailman
 }



[arch-commits] Commit in mailman/repos (10 files)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:53:57
  Author: pierre
Revision: 150587

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

Added:
  mailman/repos/testing-i686/
  mailman/repos/testing-i686/PKGBUILD
(from rev 150586, mailman/trunk/PKGBUILD)
  mailman/repos/testing-i686/mailman-2.1-build.patch
(from rev 150586, mailman/trunk/mailman-2.1-build.patch)
  mailman/repos/testing-i686/mailman.install
(from rev 150586, mailman/trunk/mailman.install)
  mailman/repos/testing-i686/rc.mailman
(from rev 150586, mailman/trunk/rc.mailman)
  mailman/repos/testing-x86_64/
  mailman/repos/testing-x86_64/PKGBUILD
(from rev 150586, mailman/trunk/PKGBUILD)
  mailman/repos/testing-x86_64/mailman-2.1-build.patch
(from rev 150586, mailman/trunk/mailman-2.1-build.patch)
  mailman/repos/testing-x86_64/mailman.install
(from rev 150586, mailman/trunk/mailman.install)
  mailman/repos/testing-x86_64/rc.mailman
(from rev 150586, mailman/trunk/rc.mailman)

+
 testing-i686/PKGBUILD  |   65 ++
 testing-i686/mailman-2.1-build.patch   |  694 +++
 testing-i686/mailman.install   |   31 +
 testing-i686/rc.mailman|   35 +
 testing-x86_64/PKGBUILD|   65 ++
 testing-x86_64/mailman-2.1-build.patch |  694 +++
 testing-x86_64/mailman.install |   31 +
 testing-x86_64/rc.mailman  |   35 +
 8 files changed, 1650 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 150586:150587 to see the changes.


[arch-commits] Commit in lzo/trunk (PKGBUILD)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:59:04
  Author: pierre
Revision: 150588

upgpkg: lzo 1.08-7

rebuild old package

Modified:
  lzo/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 15:53:57 UTC (rev 150587)
+++ PKGBUILD2012-02-18 15:59:04 UTC (rev 150588)
@@ -6,7 +6,7 @@
 
 pkgname=lzo
 pkgver=1.08
-pkgrel=6
+pkgrel=7
 pkgdesc='A portable lossless data compression library written in ANSI C'
 arch=('i686' 'x86_64')
 license=('GPL')



[arch-commits] Commit in lzo/repos (8 files)

2012-02-18 Thread Pierre Schmitz
Date: Saturday, February 18, 2012 @ 10:59:31
  Author: pierre
Revision: 150589

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

Added:
  lzo/repos/extra-i686/PKGBUILD
(from rev 150588, lzo/trunk/PKGBUILD)
  lzo/repos/extra-i686/nasm-gcc3.patch
(from rev 150588, lzo/trunk/nasm-gcc3.patch)
  lzo/repos/extra-x86_64/PKGBUILD
(from rev 150588, lzo/trunk/PKGBUILD)
  lzo/repos/extra-x86_64/nasm-gcc3.patch
(from rev 150588, lzo/trunk/nasm-gcc3.patch)
Deleted:
  lzo/repos/extra-i686/PKGBUILD
  lzo/repos/extra-i686/nasm-gcc3.patch
  lzo/repos/extra-x86_64/PKGBUILD
  lzo/repos/extra-x86_64/nasm-gcc3.patch

--+
 extra-i686/PKGBUILD  |   70 +--
 extra-i686/nasm-gcc3.patch   |   80 -
 extra-x86_64/PKGBUILD|   70 +--
 extra-x86_64/nasm-gcc3.patch |   80 -
 4 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 15:59:04 UTC (rev 150588)
+++ extra-i686/PKGBUILD 2012-02-18 15:59:31 UTC (rev 150589)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Low Kian Seong fastmail_...@speedymail.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=lzo
-pkgver=1.08
-pkgrel=6
-pkgdesc='A portable lossless data compression library written in ANSI C'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.oberhumer.com/opensource/lzo'
-depends=('glibc')
-makedepends=('nasm')
-options=('!libtool')
-source=(http://www.oberhumer.com/opensource/lzo/download/LZO-v1/${pkgname}-${pkgver}.tar.gz;
-'nasm-gcc3.patch')
-md5sums=('ab94d3da364c7cbd5b78d76f1875b0f6'
- '43fb13762383b572d22152f8815ea4a5')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p0 -i ${srcdir}/nasm-gcc3.patch
-   autoconf
-   ./configure --prefix=/usr --enable-shared
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: lzo/repos/extra-i686/PKGBUILD (from rev 150588, lzo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 15:59:31 UTC (rev 150589)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Low Kian Seong fastmail_...@speedymail.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=lzo
+pkgver=1.08
+pkgrel=7
+pkgdesc='A portable lossless data compression library written in ANSI C'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.oberhumer.com/opensource/lzo'
+depends=('glibc')
+makedepends=('nasm')
+options=('!libtool')
+source=(http://www.oberhumer.com/opensource/lzo/download/LZO-v1/${pkgname}-${pkgver}.tar.gz;
+'nasm-gcc3.patch')
+md5sums=('ab94d3da364c7cbd5b78d76f1875b0f6'
+ '43fb13762383b572d22152f8815ea4a5')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p0 -i ${srcdir}/nasm-gcc3.patch
+   autoconf
+   ./configure --prefix=/usr --enable-shared
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/nasm-gcc3.patch
===
--- extra-i686/nasm-gcc3.patch  2012-02-18 15:59:04 UTC (rev 150588)
+++ extra-i686/nasm-gcc3.patch  2012-02-18 15:59:31 UTC (rev 150589)
@@ -1,40 +0,0 @@
 configure.in   2002-07-13 01:31:52.0 +
-+++ configure.in.patched   2003-09-10 14:37:31.0 +
-@@ -319,13 +319,13 @@
- [AC_TRY_RUN([#include stdio.h
- int test() {
- #if defined(__GNUC__)
--  __asm__ __volatile__ (
--  .align 4
--mfx_a1:
--  .byte 0
--  .align 4
--mfx_a2:
--  );
-+  __asm__ __volatile__ (
-+  .align 4\n
-+mfx_a1:\n
-+  .byte 0\n
-+  .align 4\n
-+mfx_a2:\n
-+  );
- #endif
-   return 0;
- }
-@@ -363,11 +363,11 @@
- #endif
-   int mfx_asm_func();
-   static void test() {
--__asm__ __volatile__(
--.globl mfx_asm_func
--mfx_asm_func:
--  .byte 0
--);
-+__asm__ __volatile__(
-+.globl mfx_asm_func\n
-+mfx_asm_func:\n
-+  .byte 0\n
-+);
-   }
- ], [
-   return mfx_asm_func();

Copied: lzo/repos/extra-i686/nasm-gcc3.patch (from rev 150588, 
lzo/trunk/nasm-gcc3.patch)
===
--- extra-i686/nasm-gcc3.patch  (rev 0)
+++ extra-i686/nasm-gcc3.patch  2012-02-18 15:59:31 UTC (rev 150589)
@@ -0,0 +1,40 @@
+--- configure.in   2002-07-13 01:31:52.0 +
 configure.in.patched   2003-09-10 14:37:31.0 +
+@@ -319,13 +319,13 @@
+ [AC_TRY_RUN([#include stdio.h
+ int test() {
+ #if defined(__GNUC__)
+- 

[arch-commits] Commit in xorg-server/trunk (PKGBUILD)

2012-02-18 Thread andyrtr
Date: Saturday, February 18, 2012 @ 12:17:34
  Author: andyrtr
Revision: 150590

upgpkg: xorg-server 1.11.99.903-2

add kdrive input devices, FS#28223

Modified:
  xorg-server/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 15:59:31 UTC (rev 150589)
+++ PKGBUILD2012-02-18 17:17:34 UTC (rev 150590)
@@ -4,7 +4,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.11.99.903
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -52,6 +52,9 @@
   --enable-xephyr \
   --enable-glx-tls \
   --enable-kdrive \
+  --enable-kdrive-evdev \
+  --enable-kdrive-kbd \
+  --enable-kdrive-mouse \
   --enable-install-setuid \
   --enable-config-udev \
   --disable-config-dbus \



[arch-commits] Commit in xorg-server/repos (28 files)

2012-02-18 Thread andyrtr
Date: Saturday, February 18, 2012 @ 12:18:56
  Author: andyrtr
Revision: 150591

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

Added:
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 150590, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 150590, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 150590, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 150590, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/git-fixes.patch
(from rev 150590, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 150590, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 150590, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 150590, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 150590, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 150590, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 150590, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/git-fixes.patch
(from rev 150590, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 150590, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 150590, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/testing-i686/10-quirks.conf
  xorg-server/repos/testing-i686/PKGBUILD
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
  xorg-server/repos/testing-i686/autoconfig-sis.patch
  xorg-server/repos/testing-i686/git-fixes.patch
  xorg-server/repos/testing-i686/xvfb-run
  xorg-server/repos/testing-i686/xvfb-run.1
  xorg-server/repos/testing-x86_64/10-quirks.conf
  xorg-server/repos/testing-x86_64/PKGBUILD
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
  xorg-server/repos/testing-x86_64/git-fixes.patch
  xorg-server/repos/testing-x86_64/xvfb-run
  xorg-server/repos/testing-x86_64/xvfb-run.1

+
 testing-i686/10-quirks.conf|   20 -
 testing-i686/PKGBUILD  |  385 ++---
 testing-i686/autoconfig-nvidia.patch   |   56 +--
 testing-i686/autoconfig-sis.patch  |   38 +-
 testing-i686/git-fixes.patch   |  322 -
 testing-i686/xvfb-run  |  360 +--
 testing-i686/xvfb-run.1|  564 +++
 testing-x86_64/10-quirks.conf  |   20 -
 testing-x86_64/PKGBUILD|  385 ++---
 testing-x86_64/autoconfig-nvidia.patch |   56 +--
 testing-x86_64/autoconfig-sis.patch|   38 +-
 testing-x86_64/git-fixes.patch |  322 -
 testing-x86_64/xvfb-run|  360 +--
 testing-x86_64/xvfb-run.1  |  564 +++
 14 files changed, 1748 insertions(+), 1742 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 150590:150591 to see the changes.


[arch-commits] Commit in p11-kit/trunk (PKGBUILD)

2012-02-18 Thread Ionut Biru
Date: Saturday, February 18, 2012 @ 12:25:41
  Author: ibiru
Revision: 150592

update to 0.11

Modified:
  p11-kit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 17:18:56 UTC (rev 150591)
+++ PKGBUILD2012-02-18 17:25:41 UTC (rev 150592)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=p11-kit
-pkgver=0.9
+pkgver=0.11
 pkgrel=1
 pkgdesc=Library to work with PKCS#11 modules
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(glibc)
 options=(!libtool)
 source=($url/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('029aa2a3a103e7eb81b4aa731b93539e')
+md5sums=('bd45d00c5c4d4b171791003bf5344d6f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-02-18 Thread Ionut Biru
Date: Saturday, February 18, 2012 @ 12:27:00
  Author: ibiru
Revision: 150593

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

Added:
  p11-kit/repos/extra-i686/PKGBUILD
(from rev 150592, p11-kit/trunk/PKGBUILD)
  p11-kit/repos/extra-x86_64/PKGBUILD
(from rev 150592, p11-kit/trunk/PKGBUILD)
Deleted:
  p11-kit/repos/extra-i686/PKGBUILD
  p11-kit/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   58 
 extra-x86_64/PKGBUILD |   58 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-18 17:25:41 UTC (rev 150592)
+++ extra-i686/PKGBUILD 2012-02-18 17:27:00 UTC (rev 150593)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=p11-kit
-pkgver=0.9
-pkgrel=1
-pkgdesc=Library to work with PKCS#11 modules
-arch=(i686 x86_64)
-url=http://p11-glue.freedesktop.org;
-license=('BSD')
-depends=(glibc)
-options=(!libtool)
-source=($url/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('029aa2a3a103e7eb81b4aa731b93539e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-module-path=/usr/lib/pkcs11
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: p11-kit/repos/extra-i686/PKGBUILD (from rev 150592, 
p11-kit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-18 17:27:00 UTC (rev 150593)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=p11-kit
+pkgver=0.11
+pkgrel=1
+pkgdesc=Library to work with PKCS#11 modules
+arch=(i686 x86_64)
+url=http://p11-glue.freedesktop.org;
+license=('BSD')
+depends=(glibc)
+options=(!libtool)
+source=($url/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('bd45d00c5c4d4b171791003bf5344d6f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--with-module-path=/usr/lib/pkcs11
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-18 17:25:41 UTC (rev 150592)
+++ extra-x86_64/PKGBUILD   2012-02-18 17:27:00 UTC (rev 150593)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=p11-kit
-pkgver=0.9
-pkgrel=1
-pkgdesc=Library to work with PKCS#11 modules
-arch=(i686 x86_64)
-url=http://p11-glue.freedesktop.org;
-license=('BSD')
-depends=(glibc)
-options=(!libtool)
-source=($url/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('029aa2a3a103e7eb81b4aa731b93539e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-module-path=/usr/lib/pkcs11
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: p11-kit/repos/extra-x86_64/PKGBUILD (from rev 150592, 
p11-kit/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-18 17:27:00 UTC (rev 150593)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=p11-kit
+pkgver=0.11
+pkgrel=1
+pkgdesc=Library to work with PKCS#11 modules
+arch=(i686 x86_64)
+url=http://p11-glue.freedesktop.org;
+license=('BSD')
+depends=(glibc)
+options=(!libtool)
+source=($url/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('bd45d00c5c4d4b171791003bf5344d6f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--with-module-path=/usr/lib/pkcs11
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in filesystem/trunk (PKGBUILD)

2012-02-18 Thread Tom Gundersen
Date: Saturday, February 18, 2012 @ 13:25:33
  Author: tomegun
Revision: 150594

upgpkg: filesystem 2012.2-2

/etc/mtab link should be absolute

Modified:
  filesystem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 17:27:00 UTC (rev 150593)
+++ PKGBUILD2012-02-18 18:25:33 UTC (rev 150594)
@@ -3,7 +3,7 @@
 
 pkgname=filesystem
 pkgver=2012.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Base filesystem'
 arch=('any')
 license=('GPL')
@@ -38,7 +38,7 @@
for f in fstab group host.conf hosts issue ld.so.conf motd 
nsswitch.conf passwd resolv.conf securetty shells profile; do
install -m644 ${srcdir}/${f} etc/
done
-   ln -s ../proc/self/mounts etc/mtab
+   ln -s /proc/self/mounts etc/mtab
for f in gshadow shadow crypttab; do
install -m600 ${srcdir}/${f} etc/
done



[arch-commits] Commit in python-virtualenv/trunk (PKGBUILD)

2012-02-18 Thread Dan McGee
Date: Saturday, February 18, 2012 @ 13:33:40
  Author: dan
Revision: 150595

upgpkg: python-virtualenv 1.7.1.2-1

Modified:
  python-virtualenv/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-18 18:25:33 UTC (rev 150594)
+++ PKGBUILD2012-02-18 18:33:40 UTC (rev 150595)
@@ -3,7 +3,7 @@
 # Contributor: Daniele Paolella d...@mcrservice.it
 
 pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=1.7
+pkgver=1.7.1.2
 pkgrel=1
 pkgdesc=Virtual Python Environment builder
 url=http://www.virtualenv.org/;
@@ -19,8 +19,8 @@
   install=python-virtualenv.install
 
   cd $srcdir/virtualenv-$pkgver
-  python setup.py build
-  python setup.py install --prefix=/usr --root=$pkgdir
+  LANG='en_US.UTF-8' python setup.py build
+  LANG='en_US.UTF-8' python setup.py install --prefix=/usr --root=$pkgdir
 
   # link to a version with 3 suffix as well
   ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
@@ -47,5 +47,5 @@
 $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('dcc105e5a3907a9dcaa978f813a4f526')
-sha256sums=('e32b851eec3beae048c41dedcbebdae8484752b4426436ba8d7d1d69458ef6fc')
+md5sums=('3be8a014c27340f48b56465f9109d9fa')
+sha256sums=('9f23c47e167f127268cf6777caf613280cf066b32c0183581bf79eab5ccc907e')



[arch-commits] Commit in python-virtualenv/repos/extra-any (4 files)

2012-02-18 Thread Dan McGee
Date: Saturday, February 18, 2012 @ 13:33:58
  Author: dan
Revision: 150596

archrelease: copy trunk to extra-any

Added:
  python-virtualenv/repos/extra-any/PKGBUILD
(from rev 150595, python-virtualenv/trunk/PKGBUILD)
  python-virtualenv/repos/extra-any/python-virtualenv.install
(from rev 150595, python-virtualenv/trunk/python-virtualenv.install)
Deleted:
  python-virtualenv/repos/extra-any/PKGBUILD
  python-virtualenv/repos/extra-any/python-virtualenv.install

---+
 PKGBUILD  |  102 ++--
 python-virtualenv.install |   10 ++--
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-18 18:33:40 UTC (rev 150595)
+++ PKGBUILD2012-02-18 18:33:58 UTC (rev 150596)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Daniele Paolella d...@mcrservice.it
-
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=1.7
-pkgrel=1
-pkgdesc=Virtual Python Environment builder
-url=http://www.virtualenv.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
-replaces=('virtualenv')
-conflicts=('virtualenv')
-source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-
-package_python-virtualenv() {
-  depends=('python' 'python-distribute')
-  install=python-virtualenv.install
-
-  cd $srcdir/virtualenv-$pkgver
-  python setup.py build
-  python setup.py install --prefix=/usr --root=$pkgdir
-
-  # link to a version with 3 suffix as well
-  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
-
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-virtualenv() {
-  depends=('python2' 'python2-distribute')
-
-  cd $srcdir/virtualenv-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-
-  # move this old version out of the way
-  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
-
-  # should report this upstream as still not fixed...
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
- 
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('dcc105e5a3907a9dcaa978f813a4f526')
-sha256sums=('e32b851eec3beae048c41dedcbebdae8484752b4426436ba8d7d1d69458ef6fc')

Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 150595, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-18 18:33:58 UTC (rev 150596)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Daniele Paolella d...@mcrservice.it
+
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=1.7.1.2
+pkgrel=1
+pkgdesc=Virtual Python Environment builder
+url=http://www.virtualenv.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
+replaces=('virtualenv')
+conflicts=('virtualenv')
+source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
+
+package_python-virtualenv() {
+  depends=('python' 'python-distribute')
+  install=python-virtualenv.install
+
+  cd $srcdir/virtualenv-$pkgver
+  LANG='en_US.UTF-8' python setup.py build
+  LANG='en_US.UTF-8' python setup.py install --prefix=/usr --root=$pkgdir
+
+  # link to a version with 3 suffix as well
+  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
+
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-virtualenv() {
+  depends=('python2' 'python2-distribute')
+
+  cd $srcdir/virtualenv-$pkgver
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+
+  # move this old version out of the way
+  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
+
+  # should report this upstream as still not fixed...
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
+$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
+ 
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('3be8a014c27340f48b56465f9109d9fa')
+sha256sums=('9f23c47e167f127268cf6777caf613280cf066b32c0183581bf79eab5ccc907e')

Deleted: python-virtualenv.install
===
--- python-virtualenv.install   2012-02-18 18:33:40 UTC (rev 150595)
+++ python-virtualenv.install   2012-02-18 18:33:58 UTC (rev 150596)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [ $(vercmp $2 1.6.1) -lt 0 ]; then
-echo Note: Install python2-virtualenv for continued python2 support.
-  fi
-}

Copied: python-virtualenv/repos/extra-any/python-virtualenv.install (from rev 
150595, 

  1   2   >