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

2013-09-29 Thread Pierre Schmitz
Date: Sunday, September 29, 2013 @ 09:33:17
  Author: pierre
Revision: 195249

upgpkg: rsync 3.1.0-1

Modified:
  rsync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 04:45:52 UTC (rev 195248)
+++ PKGBUILD2013-09-29 07:33:17 UTC (rev 195249)
@@ -1,18 +1,20 @@
 # $Id$
 
 pkgname=rsync
-pkgver=3.0.9
-pkgrel=6
+pkgver=3.1.0
+pkgrel=1
 pkgdesc=A file transfer program to keep remote files in sync
 arch=('i686' 'x86_64')
 url=http://samba.anu.edu.au/rsync/;
 license=('GPL3')
-depends=('perl')
+depends=('perl' 'popt')
 backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
 source=(http://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz;
+http://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz.asc;
 'rsyncd.conf' 'rsync.xinetd' 'rsyncd.service'
 'rsyncd.socket' 'rsyncd@.service')
-md5sums=('5ee72266fe2c1822333c407e1761b92b'
+md5sums=('3be148772a33224771a8d4d2a028b132'
+ 'SKIP'
  'bce64d122a8e0f86872a4a21a03bc7f3'
  'ea3e9277dc908bc51f9eddc0f6b935c1'
  '084140868d38cf3e937a2db716d47c0f'
@@ -21,7 +23,10 @@
 
 build() {
cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr --with-included-popt
+   ./configure --prefix=/usr \
+   --with-included-popt=no \
+   --with-included-zlib=no \
+   --disable-debug
make
 }
 



[arch-commits] Commit in rsync/repos (14 files)

2013-09-29 Thread Pierre Schmitz
Date: Sunday, September 29, 2013 @ 09:33:42
  Author: pierre
Revision: 195250

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

Added:
  rsync/repos/testing-i686/
  rsync/repos/testing-i686/PKGBUILD
(from rev 195249, rsync/trunk/PKGBUILD)
  rsync/repos/testing-i686/rsync.xinetd
(from rev 195249, rsync/trunk/rsync.xinetd)
  rsync/repos/testing-i686/rsyncd.conf
(from rev 195249, rsync/trunk/rsyncd.conf)
  rsync/repos/testing-i686/rsyncd.service
(from rev 195249, rsync/trunk/rsyncd.service)
  rsync/repos/testing-i686/rsyncd.socket
(from rev 195249, rsync/trunk/rsyncd.socket)
  rsync/repos/testing-i686/rsyncd@.service
(from rev 195249, rsync/trunk/rsyncd@.service)
  rsync/repos/testing-x86_64/
  rsync/repos/testing-x86_64/PKGBUILD
(from rev 195249, rsync/trunk/PKGBUILD)
  rsync/repos/testing-x86_64/rsync.xinetd
(from rev 195249, rsync/trunk/rsync.xinetd)
  rsync/repos/testing-x86_64/rsyncd.conf
(from rev 195249, rsync/trunk/rsyncd.conf)
  rsync/repos/testing-x86_64/rsyncd.service
(from rev 195249, rsync/trunk/rsyncd.service)
  rsync/repos/testing-x86_64/rsyncd.socket
(from rev 195249, rsync/trunk/rsyncd.socket)
  rsync/repos/testing-x86_64/rsyncd@.service
(from rev 195249, rsync/trunk/rsyncd@.service)

+
 testing-i686/PKGBUILD  |   47 +++
 testing-i686/rsync.xinetd  |   11 +
 testing-i686/rsyncd.conf   |   10 
 testing-i686/rsyncd.service|9 +++
 testing-i686/rsyncd.socket |   10 
 testing-i686/rsyncd@.service   |   11 +
 testing-x86_64/PKGBUILD|   47 +++
 testing-x86_64/rsync.xinetd|   11 +
 testing-x86_64/rsyncd.conf |   10 
 testing-x86_64/rsyncd.service  |9 +++
 testing-x86_64/rsyncd.socket   |   10 
 testing-x86_64/rsyncd@.service |   11 +
 12 files changed, 196 insertions(+)

Copied: rsync/repos/testing-i686/PKGBUILD (from rev 195249, 
rsync/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-29 07:33:42 UTC (rev 195250)
@@ -0,0 +1,47 @@
+# $Id$
+
+pkgname=rsync
+pkgver=3.1.0
+pkgrel=1
+pkgdesc=A file transfer program to keep remote files in sync
+arch=('i686' 'x86_64')
+url=http://samba.anu.edu.au/rsync/;
+license=('GPL3')
+depends=('perl' 'popt')
+backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
+source=(http://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz;
+http://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz.asc;
+'rsyncd.conf' 'rsync.xinetd' 'rsyncd.service'
+'rsyncd.socket' 'rsyncd@.service')
+md5sums=('3be148772a33224771a8d4d2a028b132'
+ 'SKIP'
+ 'bce64d122a8e0f86872a4a21a03bc7f3'
+ 'ea3e9277dc908bc51f9eddc0f6b935c1'
+ '084140868d38cf3e937a2db716d47c0f'
+ 'ae4c381e0c02d6132c7f6ded3f473041'
+ '53f94e613e0bc502d38dd61bd2cd7636')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr \
+   --with-included-popt=no \
+   --with-included-zlib=no \
+   --disable-debug
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make test
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   install -Dm644 ../rsyncd.conf $pkgdir/etc/rsyncd.conf
+   install -Dm644 ../rsync.xinetd $pkgdir/etc/xinetd.d/rsync
+   install -Dm644 ../rsyncd.service 
$pkgdir/usr/lib/systemd/system/rsyncd.service
+   install -m644 ../rsyncd.socket 
$pkgdir/usr/lib/systemd/system/rsyncd.socket
+   install -m644 ../rsyncd@.service 
$pkgdir/usr/lib/systemd/system/rsyncd@.service
+   install -Dm755 support/rrsync $pkgdir/usr/lib/rsync/rrsync
+}

Copied: rsync/repos/testing-i686/rsync.xinetd (from rev 195249, 
rsync/trunk/rsync.xinetd)
===
--- testing-i686/rsync.xinetd   (rev 0)
+++ testing-i686/rsync.xinetd   2013-09-29 07:33:42 UTC (rev 195250)
@@ -0,0 +1,11 @@
+service rsync
+{
+socket_type = stream
+wait= no
+user= root
+server  = /usr/bin/rsync
+server_args = --daemon
+log_on_success  += HOST DURATION
+log_on_failure  += HOST
+disable = yes
+}

Copied: rsync/repos/testing-i686/rsyncd.conf (from rev 195249, 
rsync/trunk/rsyncd.conf)
===
--- testing-i686/rsyncd.conf(rev 0)
+++ testing-i686/rsyncd.conf2013-09-29 07:33:42 UTC (rev 195250)
@@ -0,0 +1,10 @@
+uid = nobody
+gid = nobody
+use chroot = no
+max connections = 4
+syslog facility = local5
+pid file = 

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

2013-09-29 Thread Andreas Radke
Date: Sunday, September 29, 2013 @ 10:56:18
  Author: andyrtr
Revision: 195252

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

Added:
  pigeonhole/repos/extra-i686/PKGBUILD
(from rev 195251, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/extra-i686/dovecot.conf
(from rev 195251, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/extra-x86_64/PKGBUILD
(from rev 195251, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/extra-x86_64/dovecot.conf
(from rev 195251, pigeonhole/trunk/dovecot.conf)
Deleted:
  pigeonhole/repos/extra-i686/PKGBUILD
  pigeonhole/repos/extra-i686/dovecot.conf
  pigeonhole/repos/extra-x86_64/PKGBUILD
  pigeonhole/repos/extra-x86_64/dovecot.conf

---+
 /PKGBUILD |   88 
 /dovecot.conf |2 +
 extra-i686/PKGBUILD   |   44 --
 extra-i686/dovecot.conf   |1 
 extra-x86_64/PKGBUILD |   44 --
 extra-x86_64/dovecot.conf |1 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-29 08:55:57 UTC (rev 195251)
+++ extra-i686/PKGBUILD 2013-09-29 08:56:18 UTC (rev 195252)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-# Contributorr: Peter Lewis ple...@aur.archlinux.org
-# Contributor: Sebastian Köhler sebkoeh...@whoami.org.uk
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.2.6
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.4.1
-pkgrel=3
-pkgdesc=Sieve implementation for Dovecot
-arch=('i686' 'x86_64')
-url=http://pigeonhole.dovecot.org/;
-license=('LGPL')
-depends=('dovecot='$_dcpkgver)
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-source=(http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz{,.sig}
-dovecot.conf)
-options=('!libtool')
-sha256sums=('361cf61c1b6c8a42d841d694736dac99c6bb5b5166e050a95c185119399c696e'
-'SKIP'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-
-build() {
-  cd $srcdir/dovecot-2.2-$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static
-  make
-}
-
-package() {
-  cd $srcdir/dovecot-2.2-$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  install -m 644 -D $srcdir/dovecot.conf 
$pkgdir/etc/ld.so.conf.d/dovecot.conf
-}

Copied: pigeonhole/repos/extra-i686/PKGBUILD (from rev 195251, 
pigeonhole/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-29 08:56:18 UTC (rev 195252)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+# Contributorr: Peter Lewis ple...@aur.archlinux.org
+# Contributor: Sebastian Köhler sebkoeh...@whoami.org.uk
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.6
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.2
+pkgrel=1
+pkgdesc=Sieve implementation for Dovecot
+arch=('i686' 'x86_64')
+url=http://pigeonhole.dovecot.org/;
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=(http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz{,.sig}
+dovecot.conf)
+options=('!libtool')
+sha256sums=('0499f07037b86489fdc1d48fb19e298d5360ec41273bccaec230eb1bcf5a3e13'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd $srcdir/dovecot-2.2-$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/dovecot-2.2-$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -m 644 -D $srcdir/dovecot.conf 
$pkgdir/etc/ld.so.conf.d/dovecot.conf
+}

Deleted: extra-i686/dovecot.conf
===
--- extra-i686/dovecot.conf 2013-09-29 08:55:57 UTC (rev 195251)
+++ extra-i686/dovecot.conf 2013-09-29 08:56:18 UTC (rev 195252)
@@ -1 +0,0 @@
-/usr/lib/dovecot

Copied: pigeonhole/repos/extra-i686/dovecot.conf (from rev 195251, 
pigeonhole/trunk/dovecot.conf)
===
--- extra-i686/dovecot.conf (rev 0)
+++ extra-i686/dovecot.conf 2013-09-29 08:56:18 UTC (rev 195252)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Deleted: extra-x86_64/PKGBUILD
===
--- 

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

2013-09-29 Thread Andreas Radke
Date: Sunday, September 29, 2013 @ 10:55:57
  Author: andyrtr
Revision: 195251

upgpkg: pigeonhole 0.4.2-1

upstream update 0.4.2

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 07:33:42 UTC (rev 195250)
+++ PKGBUILD2013-09-29 08:55:57 UTC (rev 195251)
@@ -11,8 +11,8 @@
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
-pkgver=0.4.1
-pkgrel=3
+pkgver=0.4.2
+pkgrel=1
 pkgdesc=Sieve implementation for Dovecot
 arch=('i686' 'x86_64')
 url=http://pigeonhole.dovecot.org/;
@@ -22,7 +22,7 @@
 
source=(http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz{,.sig}
 dovecot.conf)
 options=('!libtool')
-sha256sums=('361cf61c1b6c8a42d841d694736dac99c6bb5b5166e050a95c185119399c696e'
+sha256sums=('0499f07037b86489fdc1d48fb19e298d5360ec41273bccaec230eb1bcf5a3e13'
 'SKIP'
 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
 



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

2013-09-29 Thread Thomas Bächler
Date: Sunday, September 29, 2013 @ 10:59:22
  Author: thomas
Revision: 195253

upgpkg: iw 3.11-1

Modified:
  iw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 08:56:18 UTC (rev 195252)
+++ PKGBUILD2013-09-29 08:59:22 UTC (rev 195253)
@@ -2,8 +2,8 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=iw
-pkgver=3.10
-pkgrel=2
+pkgver=3.11
+pkgrel=1
 pkgdesc=nl80211 based CLI configuration utility for wireless devices
 arch=(i686 x86_64)
 url=http://wireless.kernel.org/en/users/Documentation/iw;
@@ -11,7 +11,7 @@
 depends=(libnl)
 makedepends=(linux-api-headers)
 
source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('456ee212cfb728e292667caa508a7dff902666c78579814756a3012d68d64fe9')
+sha256sums=('e90327323821a8219abac56298919076c4bac6636464ca91356f02cfe40530ff')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-09-29 Thread Thomas Bächler
Date: Sunday, September 29, 2013 @ 10:59:36
  Author: thomas
Revision: 195254

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

Added:
  iw/repos/testing-i686/
  iw/repos/testing-i686/PKGBUILD
(from rev 195253, iw/trunk/PKGBUILD)
  iw/repos/testing-x86_64/
  iw/repos/testing-x86_64/PKGBUILD
(from rev 195253, iw/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   24 
 testing-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: iw/repos/testing-i686/PKGBUILD (from rev 195253, iw/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-29 08:59:36 UTC (rev 195254)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=iw
+pkgver=3.11
+pkgrel=1
+pkgdesc=nl80211 based CLI configuration utility for wireless devices
+arch=(i686 x86_64)
+url=http://wireless.kernel.org/en/users/Documentation/iw;
+license=(GPL)
+depends=(libnl)
+makedepends=(linux-api-headers)
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e90327323821a8219abac56298919076c4bac6636464ca91356f02cfe40530ff')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir SBINDIR=/usr/bin install
+}

Copied: iw/repos/testing-x86_64/PKGBUILD (from rev 195253, iw/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-29 08:59:36 UTC (rev 195254)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=iw
+pkgver=3.11
+pkgrel=1
+pkgdesc=nl80211 based CLI configuration utility for wireless devices
+arch=(i686 x86_64)
+url=http://wireless.kernel.org/en/users/Documentation/iw;
+license=(GPL)
+depends=(libnl)
+makedepends=(linux-api-headers)
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e90327323821a8219abac56298919076c4bac6636464ca91356f02cfe40530ff')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir SBINDIR=/usr/bin install
+}



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

2013-09-29 Thread Andreas Radke
Date: Sunday, September 29, 2013 @ 11:02:13
  Author: andyrtr
Revision: 195255

upgpkg: mtdev 1.1.4-1

upstream update 1.1.4

Modified:
  mtdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 08:59:36 UTC (rev 195254)
+++ PKGBUILD2013-09-29 09:02:13 UTC (rev 195255)
@@ -3,7 +3,7 @@
 # Contributor: SpepS dreamspepser at yahoo dot it
 
 pkgname=mtdev
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 pkgdesc=A stand-alone library which transforms all variants of kernel MT 
events to the slotted type B protocol
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=('!libtool')
 source=($url$pkgname-$pkgver.tar.bz2)
-md5sums=('8a236569ad3dd79eaeed45f1935359be')
+md5sums=('73a915d6075b31db4f08ab8c6d314695')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-09-29 Thread Andreas Radke
Date: Sunday, September 29, 2013 @ 11:02:35
  Author: andyrtr
Revision: 195256

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-29 09:02:13 UTC (rev 195255)
+++ extra-i686/PKGBUILD 2013-09-29 09:02:35 UTC (rev 195256)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: SpepS dreamspepser at yahoo dot it
-
-pkgname=mtdev
-pkgver=1.1.3
-pkgrel=1
-pkgdesc=A stand-alone library which transforms all variants of kernel MT 
events to the slotted type B protocol
-arch=('i686' 'x86_64')
-url=http://bitmath.org/code/mtdev/;
-license=('custom:MIT')
-depends=('glibc')
-options=('!libtool')
-source=($url$pkgname-$pkgver.tar.bz2)
-md5sums=('8a236569ad3dd79eaeed45f1935359be')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-
-  # license
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mtdev/repos/extra-i686/PKGBUILD (from rev 195255, mtdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-29 09:02:35 UTC (rev 195256)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: SpepS dreamspepser at yahoo dot it
+
+pkgname=mtdev
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=A stand-alone library which transforms all variants of kernel MT 
events to the slotted type B protocol
+arch=('i686' 'x86_64')
+url=http://bitmath.org/code/mtdev/;
+license=('custom:MIT')
+depends=('glibc')
+options=('!libtool')
+source=($url$pkgname-$pkgver.tar.bz2)
+md5sums=('73a915d6075b31db4f08ab8c6d314695')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # license
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-29 09:02:13 UTC (rev 195255)
+++ extra-x86_64/PKGBUILD   2013-09-29 09:02:35 UTC (rev 195256)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: SpepS dreamspepser at yahoo dot it
-
-pkgname=mtdev
-pkgver=1.1.3
-pkgrel=1
-pkgdesc=A stand-alone library which transforms all variants of kernel MT 
events to the slotted type B protocol
-arch=('i686' 'x86_64')
-url=http://bitmath.org/code/mtdev/;
-license=('custom:MIT')
-depends=('glibc')
-options=('!libtool')
-source=($url$pkgname-$pkgver.tar.bz2)
-md5sums=('8a236569ad3dd79eaeed45f1935359be')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-
-  # license
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mtdev/repos/extra-x86_64/PKGBUILD (from rev 195255, 
mtdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-29 09:02:35 UTC (rev 195256)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: SpepS dreamspepser at yahoo dot it
+
+pkgname=mtdev
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=A stand-alone library which transforms all variants of kernel MT 
events to the slotted type B protocol
+arch=('i686' 'x86_64')
+url=http://bitmath.org/code/mtdev/;
+license=('custom:MIT')
+depends=('glibc')
+options=('!libtool')
+source=($url$pkgname-$pkgver.tar.bz2)
+md5sums=('73a915d6075b31db4f08ab8c6d314695')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # license
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in gnome-disk-utility/trunk (PKGBUILD)

2013-09-29 Thread Jan de Groot
Date: Sunday, September 29, 2013 @ 12:39:15
  Author: jgc
Revision: 195257

upgpkg: gnome-disk-utility 3.10.0-1

Modified:
  gnome-disk-utility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 09:02:35 UTC (rev 195256)
+++ PKGBUILD2013-09-29 10:39:15 UTC (rev 195257)
@@ -3,8 +3,8 @@
 # Contributor: Silvio Knizek (killermoehre)
 
 pkgname=gnome-disk-utility
-pkgver=3.9.0
-pkgrel=2
+pkgver=3.10.0
+pkgrel=1
 pkgdesc=Disk Management Utility for GNOME
 arch=(i686 x86_64)
 license=(GPL)
@@ -14,14 +14,9 @@
 makedepends=(intltool docbook-xsl gnome-settings-daemon)
 options=('!libtool' '!emptydirs')
 install=gnome-disk-utility.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('704bc3afc01c120a2651b8000f64f53308e6aaa5e155cda3700af27cd32d6f04')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('34e23a62e711ec543670550f9312a5ad6610ce807d57345146b6af989788b8aa')
 
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's/LIBLZMA_REQUIRED=5.1.0/LIBLZMA_REQUIRED=5.0.5/g' configure*
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static



[arch-commits] Commit in gnome-disk-utility/repos (12 files)

2013-09-29 Thread Jan de Groot
Date: Sunday, September 29, 2013 @ 12:39:24
  Author: jgc
Revision: 195258

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-disk-utility/repos/gnome-unstable-i686/PKGBUILD
(from rev 195257, gnome-disk-utility/trunk/PKGBUILD)
  gnome-disk-utility/repos/gnome-unstable-i686/gnome-disk-utility.install
(from rev 195257, gnome-disk-utility/trunk/gnome-disk-utility.install)
  gnome-disk-utility/repos/gnome-unstable-i686/typefixes.patch
(from rev 195257, gnome-disk-utility/trunk/typefixes.patch)
  gnome-disk-utility/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 195257, gnome-disk-utility/trunk/PKGBUILD)
  gnome-disk-utility/repos/gnome-unstable-x86_64/gnome-disk-utility.install
(from rev 195257, gnome-disk-utility/trunk/gnome-disk-utility.install)
  gnome-disk-utility/repos/gnome-unstable-x86_64/typefixes.patch
(from rev 195257, gnome-disk-utility/trunk/typefixes.patch)
Deleted:
  gnome-disk-utility/repos/gnome-unstable-i686/PKGBUILD
  gnome-disk-utility/repos/gnome-unstable-i686/gnome-disk-utility.install
  gnome-disk-utility/repos/gnome-unstable-i686/typefixes.patch
  gnome-disk-utility/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-disk-utility/repos/gnome-unstable-x86_64/gnome-disk-utility.install
  gnome-disk-utility/repos/gnome-unstable-x86_64/typefixes.patch

--+
 /PKGBUILD|   68 +++
 /gnome-disk-utility.install  |   26 ++
 /typefixes.patch |  194 +
 gnome-unstable-i686/PKGBUILD |   39 
 gnome-unstable-i686/gnome-disk-utility.install   |   13 -
 gnome-unstable-i686/typefixes.patch  |   97 --
 gnome-unstable-x86_64/PKGBUILD   |   39 
 gnome-unstable-x86_64/gnome-disk-utility.install |   13 -
 gnome-unstable-x86_64/typefixes.patch|   97 --
 9 files changed, 288 insertions(+), 298 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-09-29 10:39:15 UTC (rev 195257)
+++ gnome-unstable-i686/PKGBUILD2013-09-29 10:39:24 UTC (rev 195258)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Silvio Knizek (killermoehre)
-
-pkgname=gnome-disk-utility
-pkgver=3.9.0
-pkgrel=2
-pkgdesc=Disk Management Utility for GNOME
-arch=(i686 x86_64)
-license=(GPL)
-url=http://www.gnome.org;
-groups=(gnome)
-depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
desktop-file-utils gnome-icon-theme-symbolic)
-makedepends=(intltool docbook-xsl gnome-settings-daemon)
-options=('!libtool' '!emptydirs')
-install=gnome-disk-utility.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('704bc3afc01c120a2651b8000f64f53308e6aaa5e155cda3700af27cd32d6f04')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's/LIBLZMA_REQUIRED=5.1.0/LIBLZMA_REQUIRED=5.0.5/g' configure*
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-disk-utility/repos/gnome-unstable-i686/PKGBUILD (from rev 195257, 
gnome-disk-utility/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-29 10:39:24 UTC (rev 195258)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=3.10.0
+pkgrel=1
+pkgdesc=Disk Management Utility for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.gnome.org;
+groups=(gnome)
+depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
desktop-file-utils gnome-icon-theme-symbolic)
+makedepends=(intltool docbook-xsl gnome-settings-daemon)
+options=('!libtool' '!emptydirs')
+install=gnome-disk-utility.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('34e23a62e711ec543670550f9312a5ad6610ce807d57345146b6af989788b8aa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/gnome-disk-utility.install
===
--- gnome-unstable-i686/gnome-disk-utility.install  2013-09-29 10:39:15 UTC 
(rev 195257)
+++ gnome-unstable-i686/gnome-disk-utility.install  2013-09-29 10:39:24 UTC 
(rev 195258)
@@ -1,13 +0,0 @@

[arch-commits] Commit in qgit/trunk (2 files)

2013-09-29 Thread Jakob Gruber
Date: Sunday, September 29, 2013 @ 13:30:50
  Author: schuay
Revision: 97766

qgit-2.5-1

Modified:
  qgit/trunk/PKGBUILD
Deleted:
  qgit/trunk/0001-Cause-qgit-to-use-git-config-everywhere.patch

+
 0001-Cause-qgit-to-use-git-config-everywhere.patch |   39 ---
 PKGBUILD   |   27 +
 2 files changed, 12 insertions(+), 54 deletions(-)

Deleted: 0001-Cause-qgit-to-use-git-config-everywhere.patch
===
--- 0001-Cause-qgit-to-use-git-config-everywhere.patch  2013-09-29 05:06:21 UTC 
(rev 97765)
+++ 0001-Cause-qgit-to-use-git-config-everywhere.patch  2013-09-29 11:30:50 UTC 
(rev 97766)
@@ -1,39 +0,0 @@
-From 50b7344bc2cc941a43b3adfaebdc96dd1935e747 Mon Sep 17 00:00:00 2001
-From: Jonathan Ross Rogers jrog...@socialserve.com
-Date: Mon, 9 May 2011 18:16:29 -0400
-Subject: [PATCH] Cause qgit to use git config everywhere.
-
-Whenever starting up qgit, it pops up a dialog showing that git
-complained about the obsolete command repo-config. This patch
-replaces remaining calls to git repo-config with git config.
-
-Signed-off-by: Jonathan Ross Rogers jrog...@socialserve.com

- src/git.cpp |4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/git.cpp b/src/git.cpp
-index 50e6dd3..8e9365c 100644
 a/src/git.cpp
-+++ b/src/git.cpp
-@@ -427,7 +427,7 @@ void Git::setTextCodec(QTextCodec* tc) {
-   if (name == Big5-HKSCS)
-   name = Big5;
- 
--  run(git repo-config i18n.commitencoding  + name);
-+  run(git config i18n.commitencoding  + name);
- }
- 
- QTextCodec* Git::getTextCodec(bool* isGitArchive) {
-@@ -437,7 +437,7 @@ QTextCodec* Git::getTextCodec(bool* isGitArchive) {
-   return NULL;
- 
-   QString runOutput;
--  if (!run(git repo-config --get i18n.commitencoding, runOutput))
-+  if (!run(git config --get i18n.commitencoding, runOutput))
-   return NULL;
- 
-   if (runOutput.isEmpty()) // git docs says default is utf-8
--- 
-1.7.5
-

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 05:06:21 UTC (rev 97765)
+++ PKGBUILD2013-09-29 11:30:50 UTC (rev 97766)
@@ -5,32 +5,29 @@
 # Contributor: Dan McGee d...@archlinux.org
 
 pkgname=qgit
-pkgver=2.3
-pkgrel=4
+pkgver=2.5
+pkgrel=1
 pkgdesc=A GIT GUI viewer built on Qt/C++
-url=http://digilander.libero.it/mcostalba/;
+url='http://libre.tibirna.org/projects/qgit/wiki/QGit'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('qt4' 'git')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'qgit.desktop' 'qgit.png'
-   '0001-Cause-qgit-to-use-git-config-everywhere.patch')
-md5sums=('1f6cd60cc1b92973718b108d542e3270'
- 'ecb8b35e17163a7ec6893ffa71445c40'
- '85138f44d577b03dfc738d3f27e04992'
-'8b8eda62d6f4d04ed57f87d4dbda9fa9')
+source=(http://libre.tibirna.org/attachments/download/9/${pkgname}-${pkgver}.tar.gz;
+'qgit.desktop' 'qgit.png')
 
 build() {
-  cd ${srcdir}/${pkgname}
-  # patch taken from 
http://sourceforge.net/tracker/?func=detailaid=3299672group_id=139897atid=744829
-  patch -Np1  ${srcdir}/0001-Cause-qgit-to-use-git-config-everywhere.patch
-  qmake qgit.pro
+  cd ${srcdir}/redivivus
+  qmake-qt4 qgit.pro
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}
+  cd ${srcdir}/redivivus
   install -Dm755 bin/qgit ${pkgdir}/usr/bin/qgit
   install -Dm644 ${srcdir}/qgit.desktop 
${pkgdir}/usr/share/applications/qgit.desktop
   install -Dm644 ${srcdir}/qgit.png ${pkgdir}/usr/share/pixmaps/qgit.png
 }
+
+md5sums=('0e70fc4468b060ab042933497f6a6f3c'
+ 'ecb8b35e17163a7ec6893ffa71445c40'
+ '85138f44d577b03dfc738d3f27e04992')



[arch-commits] Commit in qgit/repos/community-x86_64 (7 files)

2013-09-29 Thread Jakob Gruber
Date: Sunday, September 29, 2013 @ 13:31:51
  Author: schuay
Revision: 97768

archrelease: copy trunk to community-x86_64

Added:
  qgit/repos/community-x86_64/PKGBUILD
(from rev 97767, qgit/trunk/PKGBUILD)
  qgit/repos/community-x86_64/qgit.desktop
(from rev 97767, qgit/trunk/qgit.desktop)
  qgit/repos/community-x86_64/qgit.png
(from rev 97767, qgit/trunk/qgit.png)
Deleted:
  qgit/repos/community-x86_64/0001-Cause-qgit-to-use-git-config-everywhere.patch
  qgit/repos/community-x86_64/PKGBUILD
  qgit/repos/community-x86_64/qgit.desktop
  qgit/repos/community-x86_64/qgit.png

+
 0001-Cause-qgit-to-use-git-config-everywhere.patch |   39 --
 PKGBUILD   |   69 +--
 qgit.desktop   |   22 +++---
 3 files changed, 44 insertions(+), 86 deletions(-)

Deleted: 0001-Cause-qgit-to-use-git-config-everywhere.patch
===
--- 0001-Cause-qgit-to-use-git-config-everywhere.patch  2013-09-29 11:31:44 UTC 
(rev 97767)
+++ 0001-Cause-qgit-to-use-git-config-everywhere.patch  2013-09-29 11:31:51 UTC 
(rev 97768)
@@ -1,39 +0,0 @@
-From 50b7344bc2cc941a43b3adfaebdc96dd1935e747 Mon Sep 17 00:00:00 2001
-From: Jonathan Ross Rogers jrog...@socialserve.com
-Date: Mon, 9 May 2011 18:16:29 -0400
-Subject: [PATCH] Cause qgit to use git config everywhere.
-
-Whenever starting up qgit, it pops up a dialog showing that git
-complained about the obsolete command repo-config. This patch
-replaces remaining calls to git repo-config with git config.
-
-Signed-off-by: Jonathan Ross Rogers jrog...@socialserve.com

- src/git.cpp |4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/git.cpp b/src/git.cpp
-index 50e6dd3..8e9365c 100644
 a/src/git.cpp
-+++ b/src/git.cpp
-@@ -427,7 +427,7 @@ void Git::setTextCodec(QTextCodec* tc) {
-   if (name == Big5-HKSCS)
-   name = Big5;
- 
--  run(git repo-config i18n.commitencoding  + name);
-+  run(git config i18n.commitencoding  + name);
- }
- 
- QTextCodec* Git::getTextCodec(bool* isGitArchive) {
-@@ -437,7 +437,7 @@ QTextCodec* Git::getTextCodec(bool* isGitArchive) {
-   return NULL;
- 
-   QString runOutput;
--  if (!run(git repo-config --get i18n.commitencoding, runOutput))
-+  if (!run(git config --get i18n.commitencoding, runOutput))
-   return NULL;
- 
-   if (runOutput.isEmpty()) // git docs says default is utf-8
--- 
-1.7.5
-

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 11:31:44 UTC (rev 97767)
+++ PKGBUILD2013-09-29 11:31:51 UTC (rev 97768)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Dan McGee d...@archlinux.org
-
-pkgname=qgit
-pkgver=2.3
-pkgrel=4
-pkgdesc=A GIT GUI viewer built on Qt/C++
-url=http://digilander.libero.it/mcostalba/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('qt4' 'git')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'qgit.desktop' 'qgit.png'
-   '0001-Cause-qgit-to-use-git-config-everywhere.patch')
-md5sums=('1f6cd60cc1b92973718b108d542e3270'
- 'ecb8b35e17163a7ec6893ffa71445c40'
- '85138f44d577b03dfc738d3f27e04992'
-'8b8eda62d6f4d04ed57f87d4dbda9fa9')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  # patch taken from 
http://sourceforge.net/tracker/?func=detailaid=3299672group_id=139897atid=744829
-  patch -Np1  ${srcdir}/0001-Cause-qgit-to-use-git-config-everywhere.patch
-  qmake qgit.pro
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  install -Dm755 bin/qgit ${pkgdir}/usr/bin/qgit
-  install -Dm644 ${srcdir}/qgit.desktop 
${pkgdir}/usr/share/applications/qgit.desktop
-  install -Dm644 ${srcdir}/qgit.png ${pkgdir}/usr/share/pixmaps/qgit.png
-}

Copied: qgit/repos/community-x86_64/PKGBUILD (from rev 97767, 
qgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 11:31:51 UTC (rev 97768)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Dan McGee d...@archlinux.org
+
+pkgname=qgit
+pkgver=2.5
+pkgrel=1
+pkgdesc=A GIT GUI viewer built on Qt/C++
+url='http://libre.tibirna.org/projects/qgit/wiki/QGit'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('qt4' 'git')
+source=(http://libre.tibirna.org/attachments/download/9/${pkgname}-${pkgver}.tar.gz;
+'qgit.desktop' 'qgit.png')
+
+build() {
+  cd ${srcdir}/redivivus
+  qmake-qt4 qgit.pro
+  make
+}
+
+package() {
+  cd ${srcdir}/redivivus
+  install 

[arch-commits] Commit in qgit/repos/community-i686 (7 files)

2013-09-29 Thread Jakob Gruber
Date: Sunday, September 29, 2013 @ 13:31:44
  Author: schuay
Revision: 97767

archrelease: copy trunk to community-i686

Added:
  qgit/repos/community-i686/PKGBUILD
(from rev 97766, qgit/trunk/PKGBUILD)
  qgit/repos/community-i686/qgit.desktop
(from rev 97766, qgit/trunk/qgit.desktop)
  qgit/repos/community-i686/qgit.png
(from rev 97766, qgit/trunk/qgit.png)
Deleted:
  qgit/repos/community-i686/0001-Cause-qgit-to-use-git-config-everywhere.patch
  qgit/repos/community-i686/PKGBUILD
  qgit/repos/community-i686/qgit.desktop
  qgit/repos/community-i686/qgit.png

+
 0001-Cause-qgit-to-use-git-config-everywhere.patch |   39 --
 PKGBUILD   |   69 +--
 qgit.desktop   |   22 +++---
 3 files changed, 44 insertions(+), 86 deletions(-)

Deleted: 0001-Cause-qgit-to-use-git-config-everywhere.patch
===
--- 0001-Cause-qgit-to-use-git-config-everywhere.patch  2013-09-29 11:30:50 UTC 
(rev 97766)
+++ 0001-Cause-qgit-to-use-git-config-everywhere.patch  2013-09-29 11:31:44 UTC 
(rev 97767)
@@ -1,39 +0,0 @@
-From 50b7344bc2cc941a43b3adfaebdc96dd1935e747 Mon Sep 17 00:00:00 2001
-From: Jonathan Ross Rogers jrog...@socialserve.com
-Date: Mon, 9 May 2011 18:16:29 -0400
-Subject: [PATCH] Cause qgit to use git config everywhere.
-
-Whenever starting up qgit, it pops up a dialog showing that git
-complained about the obsolete command repo-config. This patch
-replaces remaining calls to git repo-config with git config.
-
-Signed-off-by: Jonathan Ross Rogers jrog...@socialserve.com

- src/git.cpp |4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/git.cpp b/src/git.cpp
-index 50e6dd3..8e9365c 100644
 a/src/git.cpp
-+++ b/src/git.cpp
-@@ -427,7 +427,7 @@ void Git::setTextCodec(QTextCodec* tc) {
-   if (name == Big5-HKSCS)
-   name = Big5;
- 
--  run(git repo-config i18n.commitencoding  + name);
-+  run(git config i18n.commitencoding  + name);
- }
- 
- QTextCodec* Git::getTextCodec(bool* isGitArchive) {
-@@ -437,7 +437,7 @@ QTextCodec* Git::getTextCodec(bool* isGitArchive) {
-   return NULL;
- 
-   QString runOutput;
--  if (!run(git repo-config --get i18n.commitencoding, runOutput))
-+  if (!run(git config --get i18n.commitencoding, runOutput))
-   return NULL;
- 
-   if (runOutput.isEmpty()) // git docs says default is utf-8
--- 
-1.7.5
-

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 11:30:50 UTC (rev 97766)
+++ PKGBUILD2013-09-29 11:31:44 UTC (rev 97767)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Dan McGee d...@archlinux.org
-
-pkgname=qgit
-pkgver=2.3
-pkgrel=4
-pkgdesc=A GIT GUI viewer built on Qt/C++
-url=http://digilander.libero.it/mcostalba/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('qt4' 'git')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'qgit.desktop' 'qgit.png'
-   '0001-Cause-qgit-to-use-git-config-everywhere.patch')
-md5sums=('1f6cd60cc1b92973718b108d542e3270'
- 'ecb8b35e17163a7ec6893ffa71445c40'
- '85138f44d577b03dfc738d3f27e04992'
-'8b8eda62d6f4d04ed57f87d4dbda9fa9')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  # patch taken from 
http://sourceforge.net/tracker/?func=detailaid=3299672group_id=139897atid=744829
-  patch -Np1  ${srcdir}/0001-Cause-qgit-to-use-git-config-everywhere.patch
-  qmake qgit.pro
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  install -Dm755 bin/qgit ${pkgdir}/usr/bin/qgit
-  install -Dm644 ${srcdir}/qgit.desktop 
${pkgdir}/usr/share/applications/qgit.desktop
-  install -Dm644 ${srcdir}/qgit.png ${pkgdir}/usr/share/pixmaps/qgit.png
-}

Copied: qgit/repos/community-i686/PKGBUILD (from rev 97766, qgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 11:31:44 UTC (rev 97767)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Dan McGee d...@archlinux.org
+
+pkgname=qgit
+pkgver=2.5
+pkgrel=1
+pkgdesc=A GIT GUI viewer built on Qt/C++
+url='http://libre.tibirna.org/projects/qgit/wiki/QGit'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('qt4' 'git')
+source=(http://libre.tibirna.org/attachments/download/9/${pkgname}-${pkgver}.tar.gz;
+'qgit.desktop' 'qgit.png')
+
+build() {
+  cd ${srcdir}/redivivus
+  qmake-qt4 qgit.pro
+  make
+}
+
+package() {
+  cd ${srcdir}/redivivus
+  install -Dm755 bin/qgit 

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

2013-09-29 Thread Evangelos Foutras
Date: Sunday, September 29, 2013 @ 13:45:34
  Author: foutrelis
Revision: 195259

upgpkg: dialog 1.2_20130928-1

New upstream release.

Modified:
  dialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 10:39:24 UTC (rev 195258)
+++ PKGBUILD2013-09-29 11:45:34 UTC (rev 195259)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=dialog
-pkgver=1.2_20130923
+pkgver=1.2_20130928
 pkgrel=1
 pkgdesc=A tool to display dialog boxes from shell scripts
 arch=('i686' 'x86_64')
@@ -12,8 +12,9 @@
 url=http://invisible-island.net/dialog/;
 license=('LGPL2.1')
 depends=('ncurses')
+options=('staticlibs')
 source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('2d86cd7e5a3cd27f2b5076525762f650eeefbbd2ea8d9dda89453a8d3d68a7c7')
+sha256sums=('6fcf8daa50335e4d08da9f4f5ea5e1025efe84c3a719a56e871eb83ed0fd2b4c')
 
 build() {
   cd $srcdir/$pkgname-${pkgver/_/-}



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

2013-09-29 Thread Evangelos Foutras
Date: Sunday, September 29, 2013 @ 13:45:45
  Author: foutrelis
Revision: 195260

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

Added:
  dialog/repos/testing-i686/
  dialog/repos/testing-i686/PKGBUILD
(from rev 195259, dialog/trunk/PKGBUILD)
  dialog/repos/testing-x86_64/
  dialog/repos/testing-x86_64/PKGBUILD
(from rev 195259, dialog/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: dialog/repos/testing-i686/PKGBUILD (from rev 195259, 
dialog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-29 11:45:45 UTC (rev 195260)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=dialog
+pkgver=1.2_20130928
+pkgrel=1
+pkgdesc=A tool to display dialog boxes from shell scripts
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/dialog/;
+license=('LGPL2.1')
+depends=('ncurses')
+options=('staticlibs')
+source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
+sha256sums=('6fcf8daa50335e4d08da9f4f5ea5e1025efe84c3a719a56e871eb83ed0fd2b4c')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--with-ncursesw \
+--enable-nls
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make DESTDIR=$pkgdir install-full
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dialog/repos/testing-x86_64/PKGBUILD (from rev 195259, 
dialog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-29 11:45:45 UTC (rev 195260)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=dialog
+pkgver=1.2_20130928
+pkgrel=1
+pkgdesc=A tool to display dialog boxes from shell scripts
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/dialog/;
+license=('LGPL2.1')
+depends=('ncurses')
+options=('staticlibs')
+source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
+sha256sums=('6fcf8daa50335e4d08da9f4f5ea5e1025efe84c3a719a56e871eb83ed0fd2b4c')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--with-ncursesw \
+--enable-nls
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make DESTDIR=$pkgdir install-full
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-09-29 Thread Felix Yan
Date: Sunday, September 29, 2013 @ 16:35:16
  Author: fyan
Revision: 97769

upgpkg: cgminer 3.5.0-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 11:31:51 UTC (rev 97768)
+++ PKGBUILD2013-09-29 14:35:16 UTC (rev 97769)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=3.4.3
+pkgver=3.5.0
 pkgrel=1
 pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
@@ -70,6 +70,6 @@
   install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
 }
 
-sha512sums=('e7871af17ecd17b1f7ddc21e68ed114ec71223e1c2ec0dc57066e9434c9f6955c34fb8d8986e34dc3fd50c48fccac1d36ab7695f62dea2c987bab44c90feb6ff'
+sha512sums=('21dbf036012e331676e6dfd85501f04f10e1f0ae7f4fce3bffd3ffe4ccd8c9544b0166f0024cba00177edbe6b70c4d02803ca05af33a2612a5be7bb5a8ec11fc'
 
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
 
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')



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

2013-09-29 Thread Felix Yan
Date: Sunday, September 29, 2013 @ 16:36:45
  Author: fyan
Revision: 97770

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 97769, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 97769, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 97769, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 97769, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 97769, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 97769, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  150 +
 /cgminer.conf.d  |   22 +
 /cgminer.service |   16 +++
 community-i686/PKGBUILD  |   75 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   75 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 188 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-29 14:35:16 UTC (rev 97769)
+++ community-i686/PKGBUILD 2013-09-29 14:36:45 UTC (rev 97770)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=3.4.3
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl' 'libusbx' 'jansson')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-# 'opencl-catalyst: OpenCL implementation for AMD') # catalyst 
currently dropped from repo
-source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == x86_64 ]  makedepends+=('yasm')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # We have latest jansson and libusb - just use them
-  sed s|ac_subdirs_all='compat/libusb\-1.0'|| -i ./configure
-  sed 's|subdirs=$subdirs compat/libusb\-1.0||' -i ./configure
-  sed 
's|LIBUSB_LIBS=compat/libusb-1.0/libusb/.libs/libusb-1.0.a|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  sed 's|JANSSON_LIBS=compat/jansson/libjansson.a|JANSSON_LIBS=-ljansson|' 
-i ./configure
-  sed 's|compat/Makefile compat/jansson/Makefile||' -i ./configure
-
-  sed 's|JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson||' -i ./Makefile.in
-  sed 's|USBUTILS_INCLUDES = 
-I$(top_srcdir)/compat/libusb\-1.0/libusb|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  ./configure \
---prefix=/usr \
---enable-scrypt \
---enable-opencl \
---enable-bflsc \
---enable-bitforce \
---enable-icarus \
---enable-modminer \
---enable-ztex \
---enable-avalon \
---disable-adl # For license issues
-  
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -m755 miner.php api-example.* $pkgdir/usr/share/$pkgname
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-sha512sums=('e7871af17ecd17b1f7ddc21e68ed114ec71223e1c2ec0dc57066e9434c9f6955c34fb8d8986e34dc3fd50c48fccac1d36ab7695f62dea2c987bab44c90feb6ff'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 97769, 
cgminer/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in qmmp/trunk (PKGBUILD qmmp.changelog)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 17:11:27
  Author: jlichtblau
Revision: 97771

upgpkg: qmmp 0.7.2-1

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |6 +++---
 qmmp.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 14:36:45 UTC (rev 97770)
+++ PKGBUILD2013-09-29 15:11:27 UTC (rev 97771)
@@ -2,8 +2,8 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=qmmp
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
 pkgdesc=Qt4 based audio-player
 arch=('i686' 'x86_64')
 url=http://qmmp.ylsoftware.com/;
@@ -24,7 +24,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5e86c3c783bffa384d4c5c8731ebaff7a1589f56b6e0ad69ec6f82a8da160671')
+sha256sums=('8e6b50ced58e247972060bb5a5156ea2c74b03f33df92e87591d09f685b82081')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2013-09-29 14:36:45 UTC (rev 97770)
+++ qmmp.changelog  2013-09-29 15:11:27 UTC (rev 97771)
@@ -1,3 +1,6 @@
+2013-09-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.7.2-1
+
 2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* qmmp 0.7.1-1
 



[arch-commits] Commit in qmmp/repos/community-x86_64 (6 files)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 17:11:39
  Author: jlichtblau
Revision: 97772

archrelease: copy trunk to community-x86_64

Added:
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 97771, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 97771, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/qmmp.install
(from rev 97771, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog
  qmmp/repos/community-x86_64/qmmp.install

+
 PKGBUILD   |   88 
 qmmp.changelog |  201 +++
 qmmp.install   |   24 +++---
 3 files changed, 158 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 15:11:27 UTC (rev 97771)
+++ PKGBUILD2013-09-29 15:11:39 UTC (rev 97772)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=qmmp
-pkgver=0.7.1
-pkgrel=2
-pkgdesc=Qt4 based audio-player
-arch=('i686' 'x86_64')
-url=http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5e86c3c783bffa384d4c5c8731ebaff7a1589f56b6e0ad69ec6f82a8da160671')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-  fi
-}

Copied: qmmp/repos/community-x86_64/PKGBUILD (from rev 97771, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 15:11:39 UTC (rev 97772)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=qmmp
+pkgver=0.7.2
+pkgrel=1
+pkgdesc=Qt4 based audio-player
+arch=('i686' 'x86_64')
+url=http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8e6b50ced58e247972060bb5a5156ea2c74b03f33df92e87591d09f685b82081')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+  fi
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2013-09-29 15:11:27 UTC (rev 97771)
+++ qmmp.changelog  2013-09-29 15:11:39 UTC (rev 97772)
@@ -1,99 +0,0 @@
-2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.1-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.0-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.6.7-1
-
-2013-01-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.6.6-2 libcdio/libcdio-paranoia rebuild
-
-2013-01-13 Jaroslav Lichtblau 

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

2013-09-29 Thread Alexander Rødseth
Date: Sunday, September 29, 2013 @ 17:19:40
  Author: arodseth
Revision: 97773

Adopted the package. Minor changes.

Modified:
  fcrackzip/trunk/PKGBUILD
Deleted:
  fcrackzip/trunk/ChangeLog

---+
 ChangeLog |3 ---
 PKGBUILD  |   25 ++---
 2 files changed, 14 insertions(+), 14 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-09-29 15:11:39 UTC (rev 97772)
+++ ChangeLog   2013-09-29 15:19:40 UTC (rev 97773)
@@ -1,3 +0,0 @@
-2007-06-28 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 15:11:39 UTC (rev 97772)
+++ PKGBUILD2013-09-29 15:19:40 UTC (rev 97773)
@@ -1,20 +1,21 @@
 # $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Maintainer: Daenyth Daenyth+Arch at gmail dot com
+# Contributor: Daenyth Daenyth+Arch at gmail dot com
 
 pkgname=fcrackzip
 pkgver=1.0
-pkgrel=3
-pkgdesc=A zip file password cracker
-arch=('i686' 'x86_64')
+pkgrel=4
+pkgdesc='Zip file password cracker'
+arch=('x86_64' 'i686')
 url=http://oldhome.schmorp.de/marc/$pkgname.html;
 license=('GPL')
-depends=(glibc)
-source=(http://oldhome.schmorp.de/marc/data/$pkgname-$pkgver.tar.gz)
-md5sums=('254941f51759f9425965f4b05fe7ac2c')
+depends=('glibc')
+source=(http://oldhome.schmorp.de/marc/data/$pkgname-$pkgver.tar.gz;)
+sha256sums=('254941f51759f9425965f4b05fe7ac2c')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -21,8 +22,10 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
-  mv ${pkgdir}/usr/bin/zipinfo ${pkgdir}/usr/bin/fzipinfo
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/bin/zipinfo $pkgdir/usr/bin/fzipinfo
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-09-29 Thread Alexander Rødseth
Date: Sunday, September 29, 2013 @ 17:22:35
  Author: arodseth
Revision: 97775

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

Added:
  fcrackzip/repos/community-i686/PKGBUILD
(from rev 97774, fcrackzip/trunk/PKGBUILD)
  fcrackzip/repos/community-x86_64/PKGBUILD
(from rev 97774, fcrackzip/trunk/PKGBUILD)
Deleted:
  fcrackzip/repos/community-i686/ChangeLog
  fcrackzip/repos/community-i686/PKGBUILD
  fcrackzip/repos/community-x86_64/ChangeLog
  fcrackzip/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |   62 +++
 community-i686/ChangeLog   |3 --
 community-i686/PKGBUILD|   28 ---
 community-x86_64/ChangeLog |3 --
 community-x86_64/PKGBUILD  |   28 ---
 5 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-09-29 15:22:11 UTC (rev 97774)
+++ community-i686/ChangeLog2013-09-29 15:22:35 UTC (rev 97775)
@@ -1,3 +0,0 @@
-2007-06-28 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-29 15:22:11 UTC (rev 97774)
+++ community-i686/PKGBUILD 2013-09-29 15:22:35 UTC (rev 97775)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Maintainer: Daenyth Daenyth+Arch at gmail dot com
-
-pkgname=fcrackzip
-pkgver=1.0
-pkgrel=3
-pkgdesc=A zip file password cracker
-arch=('i686' 'x86_64')
-url=http://oldhome.schmorp.de/marc/$pkgname.html;
-license=('GPL')
-depends=(glibc)
-source=(http://oldhome.schmorp.de/marc/data/$pkgname-$pkgver.tar.gz)
-md5sums=('254941f51759f9425965f4b05fe7ac2c')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-  mv ${pkgdir}/usr/bin/zipinfo ${pkgdir}/usr/bin/fzipinfo
-}

Copied: fcrackzip/repos/community-i686/PKGBUILD (from rev 97774, 
fcrackzip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-29 15:22:35 UTC (rev 97775)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Daenyth Daenyth+Arch at gmail dot com
+
+pkgname=fcrackzip
+pkgver=1.0
+pkgrel=4
+pkgdesc='Zip file password cracker'
+arch=('x86_64' 'i686')
+url=http://oldhome.schmorp.de/marc/$pkgname.html;
+license=('GPL')
+depends=('glibc')
+source=(http://oldhome.schmorp.de/marc/data/$pkgname-$pkgver.tar.gz;)
+sha256sums=('4a58c8cb98177514ba17ee30d28d4927918bf0bdc3c94d260adfee44d2d43850')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/bin/zipinfo $pkgdir/usr/bin/fzipinfo
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2013-09-29 15:22:11 UTC (rev 97774)
+++ community-x86_64/ChangeLog  2013-09-29 15:22:35 UTC (rev 97775)
@@ -1,3 +0,0 @@
-2007-06-28 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-29 15:22:11 UTC (rev 97774)
+++ community-x86_64/PKGBUILD   2013-09-29 15:22:35 UTC (rev 97775)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Maintainer: Daenyth Daenyth+Arch at gmail dot com
-
-pkgname=fcrackzip
-pkgver=1.0
-pkgrel=3
-pkgdesc=A zip file password cracker
-arch=('i686' 'x86_64')
-url=http://oldhome.schmorp.de/marc/$pkgname.html;
-license=('GPL')
-depends=(glibc)
-source=(http://oldhome.schmorp.de/marc/data/$pkgname-$pkgver.tar.gz)
-md5sums=('254941f51759f9425965f4b05fe7ac2c')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-  mv ${pkgdir}/usr/bin/zipinfo ${pkgdir}/usr/bin/fzipinfo
-}

Copied: fcrackzip/repos/community-x86_64/PKGBUILD (from rev 97774, 
fcrackzip/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-29 15:22:35 UTC (rev 97775)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Daenyth Daenyth+Arch at gmail dot com
+
+pkgname=fcrackzip
+pkgver=1.0
+pkgrel=4
+pkgdesc='Zip file password cracker'
+arch=('x86_64' 

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

2013-09-29 Thread Alexander Rødseth
Date: Sunday, September 29, 2013 @ 17:22:11
  Author: arodseth
Revision: 97774

Rebuild with a newer version of gcc.

Modified:
  fcrackzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 15:19:40 UTC (rev 97773)
+++ PKGBUILD2013-09-29 15:22:11 UTC (rev 97774)
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('glibc')
 source=(http://oldhome.schmorp.de/marc/data/$pkgname-$pkgver.tar.gz;)
-sha256sums=('254941f51759f9425965f4b05fe7ac2c')
+sha256sums=('4a58c8cb98177514ba17ee30d28d4927918bf0bdc3c94d260adfee44d2d43850')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in (qtcurve-kde3)

2013-09-29 Thread Sven-Hendrik Haase
Date: Sunday, September 29, 2013 @ 17:29:31
  Author: svenstaro
Revision: 97776

Removing deprecated stuff

Deleted:
  qtcurve-kde3/



[arch-commits] Commit in qmmp/repos/community-i686 (6 files)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 17:33:02
  Author: jlichtblau
Revision: 9

archrelease: copy trunk to community-i686

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 97776, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 97776, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-i686/qmmp.install
(from rev 97776, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-i686/qmmp.install

+
 PKGBUILD   |   88 
 qmmp.changelog |  201 +++
 qmmp.install   |   24 +++---
 3 files changed, 158 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 15:29:31 UTC (rev 97776)
+++ PKGBUILD2013-09-29 15:33:02 UTC (rev 9)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=qmmp
-pkgver=0.7.1
-pkgrel=2
-pkgdesc=Qt4 based audio-player
-arch=('i686' 'x86_64')
-url=http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5e86c3c783bffa384d4c5c8731ebaff7a1589f56b6e0ad69ec6f82a8da160671')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-  fi
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 97776, qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 15:33:02 UTC (rev 9)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=qmmp
+pkgver=0.7.2
+pkgrel=1
+pkgdesc=Qt4 based audio-player
+arch=('i686' 'x86_64')
+url=http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8e6b50ced58e247972060bb5a5156ea2c74b03f33df92e87591d09f685b82081')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+  fi
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2013-09-29 15:29:31 UTC (rev 97776)
+++ qmmp.changelog  2013-09-29 15:33:02 UTC (rev 9)
@@ -1,99 +0,0 @@
-2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.1-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.0-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.6.7-1
-
-2013-01-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.6.6-2 libcdio/libcdio-paranoia rebuild
-
-2013-01-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 

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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 17:59:50
  Author: eric
Revision: 195261

upgpkg: popt 1.16-7

Signed with valid key

Modified:
  popt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 11:45:45 UTC (rev 195260)
+++ PKGBUILD2013-09-29 15:59:50 UTC (rev 195261)
@@ -1,13 +1,9 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-# Contributor: John Proctor jproc...@prium.net
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=popt
 pkgver=1.16
-pkgrel=6
+pkgrel=7
 pkgdesc=A commandline option parser
 arch=('i686' 'x86_64')
 url=http://rpm5.org;
@@ -19,7 +15,6 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
   ./configure --prefix=/usr --disable-static
   make
 }
@@ -27,6 +22,5 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 18:00:45
  Author: eric
Revision: 195262

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

Added:
  popt/repos/testing-i686/
  popt/repos/testing-i686/PKGBUILD
(from rev 195261, popt/trunk/PKGBUILD)
  popt/repos/testing-x86_64/
  popt/repos/testing-x86_64/PKGBUILD
(from rev 195261, popt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   26 ++
 testing-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: popt/repos/testing-i686/PKGBUILD (from rev 195261, popt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-29 16:00:45 UTC (rev 195262)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=popt
+pkgver=1.16
+pkgrel=7
+pkgdesc=A commandline option parser
+arch=('i686' 'x86_64')
+url=http://rpm5.org;
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://rpm5.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('cfe94a15a2404db85858a81ff8de27c8ff3e235e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: popt/repos/testing-x86_64/PKGBUILD (from rev 195261, 
popt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-29 16:00:45 UTC (rev 195262)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=popt
+pkgver=1.16
+pkgrel=7
+pkgdesc=A commandline option parser
+arch=('i686' 'x86_64')
+url=http://rpm5.org;
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://rpm5.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('cfe94a15a2404db85858a81ff8de27c8ff3e235e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 18:12:44
  Author: eric
Revision: 195263

upgpkg: traceroute 2.0.19-2

Signed with valid key

Modified:
  traceroute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 16:00:45 UTC (rev 195262)
+++ PKGBUILD2013-09-29 16:12:44 UTC (rev 195263)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=traceroute
 pkgver=2.0.19
-pkgrel=1
+pkgrel=2
 pkgdesc=Tracks the route taken by packets over an IP network
 arch=('i686' 'x86_64')
 url=http://traceroute.sourceforge.net/;



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 18:13:33
  Author: eric
Revision: 195264

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

Added:
  traceroute/repos/testing-i686/
  traceroute/repos/testing-i686/PKGBUILD
(from rev 195263, traceroute/trunk/PKGBUILD)
  traceroute/repos/testing-x86_64/
  traceroute/repos/testing-x86_64/PKGBUILD
(from rev 195263, traceroute/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   23 +++
 testing-x86_64/PKGBUILD |   23 +++
 2 files changed, 46 insertions(+)

Copied: traceroute/repos/testing-i686/PKGBUILD (from rev 195263, 
traceroute/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-29 16:13:33 UTC (rev 195264)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=traceroute
+pkgver=2.0.19
+pkgrel=2
+pkgdesc=Tracks the route taken by packets over an IP network
+arch=('i686' 'x86_64')
+url=http://traceroute.sourceforge.net/;
+license=('GPL2')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('44c109cfe4950f1617d0d796b432356b9acf4bd4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make CFLAGS=$CFLAGS
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=/usr DESTDIR=${pkgdir} install
+}

Copied: traceroute/repos/testing-x86_64/PKGBUILD (from rev 195263, 
traceroute/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-29 16:13:33 UTC (rev 195264)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=traceroute
+pkgver=2.0.19
+pkgrel=2
+pkgdesc=Tracks the route taken by packets over an IP network
+arch=('i686' 'x86_64')
+url=http://traceroute.sourceforge.net/;
+license=('GPL2')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('44c109cfe4950f1617d0d796b432356b9acf4bd4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make CFLAGS=$CFLAGS
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=/usr DESTDIR=${pkgdir} install
+}



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

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 18:22:13
  Author: jlichtblau
Revision: 97778

upgpkg: html2text 1.3.2a-10

Modified:
  html2text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 15:33:02 UTC (rev 9)
+++ PKGBUILD2013-09-29 16:22:13 UTC (rev 97778)
@@ -5,18 +5,24 @@
 
 pkgname=html2text
 pkgver=1.3.2a
-pkgrel=9
+pkgrel=10
 pkgdesc=A HTML to text converter
 arch=('i686' 'x86_64')
 url=http://www.mbayer.de/html2text;
 license=('GPL2')
 depends=('gcc-libs')
-source=(http://ftp.ibiblio.org/pub/linux/apps/www/converters/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('000b39d5d910b867ff7e087177b470a1e26e2819920dcffd5991c33f6d480392')
+makedepends=('patch')
+source=(http://ftp.ibiblio.org/pub/linux/apps/www/converters/${pkgname}-${pkgver}.tar.gz
 \
+
http://www.mbayer.de/html2text/downloads/patch-amd64-html2text-1.3.2a.diff)
+sha256sums=('000b39d5d910b867ff7e087177b470a1e26e2819920dcffd5991c33f6d480392'
+'b05c425ce431de104dc0c506786f07590895195911e09c9cba62a64974ca05a0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
+#FS#35920 fix
+  patch -Np1  ${srcdir}/patch-amd64-html2text-1.3.2a.diff
+  
   ./configure
   make
 }



[arch-commits] Commit in html2text/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 18:22:26
  Author: jlichtblau
Revision: 97779

archrelease: copy trunk to community-x86_64

Added:
  html2text/repos/community-x86_64/PKGBUILD
(from rev 97778, html2text/trunk/PKGBUILD)
Deleted:
  html2text/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 +
 1 file changed, 36 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 16:22:13 UTC (rev 97778)
+++ PKGBUILD2013-09-29 16:22:26 UTC (rev 97779)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=html2text
-pkgver=1.3.2a
-pkgrel=9
-pkgdesc=A HTML to text converter
-arch=('i686' 'x86_64')
-url=http://www.mbayer.de/html2text;
-license=('GPL2')
-depends=('gcc-libs')
-source=(http://ftp.ibiblio.org/pub/linux/apps/www/converters/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('000b39d5d910b867ff7e087177b470a1e26e2819920dcffd5991c33f6d480392')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname
-  install -D -m644 $pkgname.1.gz ${pkgdir}/usr/share/man/man1/$pkgname.1.gz
-  install -D -m644 html2textrc.5.gz 
${pkgdir}/usr/share/man/man5/html2textrc.5.gz
-}

Copied: html2text/repos/community-x86_64/PKGBUILD (from rev 97778, 
html2text/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 16:22:26 UTC (rev 97779)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=html2text
+pkgver=1.3.2a
+pkgrel=10
+pkgdesc=A HTML to text converter
+arch=('i686' 'x86_64')
+url=http://www.mbayer.de/html2text;
+license=('GPL2')
+depends=('gcc-libs')
+makedepends=('patch')
+source=(http://ftp.ibiblio.org/pub/linux/apps/www/converters/${pkgname}-${pkgver}.tar.gz
 \
+
http://www.mbayer.de/html2text/downloads/patch-amd64-html2text-1.3.2a.diff)
+sha256sums=('000b39d5d910b867ff7e087177b470a1e26e2819920dcffd5991c33f6d480392'
+'b05c425ce431de104dc0c506786f07590895195911e09c9cba62a64974ca05a0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+#FS#35920 fix
+  patch -Np1  ${srcdir}/patch-amd64-html2text-1.3.2a.diff
+  
+  ./configure
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname
+  install -D -m644 $pkgname.1.gz ${pkgdir}/usr/share/man/man1/$pkgname.1.gz
+  install -D -m644 html2textrc.5.gz 
${pkgdir}/usr/share/man/man5/html2textrc.5.gz
+}



[arch-commits] Commit in html2text/repos/community-i686 (PKGBUILD PKGBUILD)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 18:25:49
  Author: jlichtblau
Revision: 97780

archrelease: copy trunk to community-i686

Added:
  html2text/repos/community-i686/PKGBUILD
(from rev 97779, html2text/trunk/PKGBUILD)
Deleted:
  html2text/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   66 +
 1 file changed, 36 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 16:22:26 UTC (rev 97779)
+++ PKGBUILD2013-09-29 16:25:49 UTC (rev 97780)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=html2text
-pkgver=1.3.2a
-pkgrel=9
-pkgdesc=A HTML to text converter
-arch=('i686' 'x86_64')
-url=http://www.mbayer.de/html2text;
-license=('GPL2')
-depends=('gcc-libs')
-source=(http://ftp.ibiblio.org/pub/linux/apps/www/converters/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('000b39d5d910b867ff7e087177b470a1e26e2819920dcffd5991c33f6d480392')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname
-  install -D -m644 $pkgname.1.gz ${pkgdir}/usr/share/man/man1/$pkgname.1.gz
-  install -D -m644 html2textrc.5.gz 
${pkgdir}/usr/share/man/man5/html2textrc.5.gz
-}

Copied: html2text/repos/community-i686/PKGBUILD (from rev 97779, 
html2text/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 16:25:49 UTC (rev 97780)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=html2text
+pkgver=1.3.2a
+pkgrel=10
+pkgdesc=A HTML to text converter
+arch=('i686' 'x86_64')
+url=http://www.mbayer.de/html2text;
+license=('GPL2')
+depends=('gcc-libs')
+makedepends=('patch')
+source=(http://ftp.ibiblio.org/pub/linux/apps/www/converters/${pkgname}-${pkgver}.tar.gz
 \
+
http://www.mbayer.de/html2text/downloads/patch-amd64-html2text-1.3.2a.diff)
+sha256sums=('000b39d5d910b867ff7e087177b470a1e26e2819920dcffd5991c33f6d480392'
+'b05c425ce431de104dc0c506786f07590895195911e09c9cba62a64974ca05a0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+#FS#35920 fix
+  patch -Np1  ${srcdir}/patch-amd64-html2text-1.3.2a.diff
+  
+  ./configure
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname
+  install -D -m644 $pkgname.1.gz ${pkgdir}/usr/share/man/man1/$pkgname.1.gz
+  install -D -m644 html2textrc.5.gz 
${pkgdir}/usr/share/man/man5/html2textrc.5.gz
+}



[arch-commits] Commit in time/trunk (PKGBUILD time.install)

2013-09-29 Thread Dave Reisner
Date: Sunday, September 29, 2013 @ 18:38:47
  Author: dreisner
Revision: 195265

upgpkg: time 1.7-7

- cleanup PKGBUILD, use prepare, fix build with newer toolchains

Modified:
  time/trunk/PKGBUILD
  time/trunk/time.install

--+
 PKGBUILD |   34 +-
 time.install |   16 +---
 2 files changed, 30 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 16:13:33 UTC (rev 195264)
+++ PKGBUILD2013-09-29 16:38:47 UTC (rev 195265)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.us
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.us
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 # Contributor: damir da...@archlinux.org
 
 pkgname=time
 pkgver=1.7
-pkgrel=6
+pkgrel=7
 pkgdesc=Utility for monitoring a program's use of system resources
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/directory/time.html;
@@ -19,22 +20,29 @@
   'fff80e05dd41f0a59bb1f49d1c6e581d5e8e92e5'
   'b2a909e1d92f7af1bc99a4524ad84d467ed79a06')
 
+prepare() {
+  cd $pkgname-$pkgver
 
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   # cf https://bugzilla.redhat.com/show_bug.cgi?id=527276
-   patch -Np1 -i ../time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
+  # cf https://bugzilla.redhat.com/show_bug.cgi?id=527276
+  patch -Np1  
$srcdir/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
 
-   # cf https://bugzilla.redhat.com/show_bug.cgi?id=702826
-   patch -Np1 -i ../time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
+  # cf https://bugzilla.redhat.com/show_bug.cgi?id=702826
+  patch -Np1  $srcdir/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
 
-   ./configure --prefix=/usr --infodir=/usr/share/info
-   make
+  # rebuild the ancient autoconf setup to fix a variety of build issues
+  # surrounding missing/incorrect includes.
+  autoreconf -fisv
 }
 
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --infodir=/usr/share/info
+  make
+}
+
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
-   make exec_prefix=${pkgdir}/usr infodir=${pkgdir}/usr/share/info 
install
+  make exec_prefix=$pkgdir/usr infodir=$pkgdir/usr/share/info install
 }

Modified: time.install
===
--- time.install2013-09-29 16:13:33 UTC (rev 195264)
+++ time.install2013-09-29 16:38:47 UTC (rev 195265)
@@ -1,20 +1,22 @@
+#!/bin/bash
+
 infodir=/usr/share/info
 filelist=(time.info.gz)
 
 post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2/dev/null
   done
 }
 
 post_upgrade() {
-  post_install $1
+  post_install $1
 }
 
 pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2/dev/null
   done
 }



[arch-commits] Commit in time/repos (16 files)

2013-09-29 Thread Dave Reisner
Date: Sunday, September 29, 2013 @ 18:39:25
  Author: dreisner
Revision: 195266

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

Added:
  time/repos/extra-i686/PKGBUILD
(from rev 195265, time/trunk/PKGBUILD)
  time/repos/extra-i686/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
(from rev 195265, 
time/trunk/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch)
  time/repos/extra-i686/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
(from rev 195265, 
time/trunk/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch)
  time/repos/extra-i686/time.install
(from rev 195265, time/trunk/time.install)
  time/repos/extra-x86_64/PKGBUILD
(from rev 195265, time/trunk/PKGBUILD)
  
time/repos/extra-x86_64/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
(from rev 195265, 
time/trunk/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch)
  time/repos/extra-x86_64/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
(from rev 195265, 
time/trunk/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch)
  time/repos/extra-x86_64/time.install
(from rev 195265, time/trunk/time.install)
Deleted:
  time/repos/extra-i686/PKGBUILD
  time/repos/extra-i686/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
  time/repos/extra-i686/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
  time/repos/extra-i686/time.install
  time/repos/extra-x86_64/PKGBUILD
  
time/repos/extra-x86_64/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
  time/repos/extra-x86_64/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
  time/repos/extra-x86_64/time.install

--+
 /PKGBUILD|   96 
++
 /time-1.7-Recompute-CPU-usage-at-microsecond-level.patch |  144 
++
 /time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch   |   64 

 /time.install|   44 +++
 extra-i686/PKGBUILD  |   40 --
 extra-i686/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch   |   72 
-
 extra-i686/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch |   32 --
 extra-i686/time.install  |   20 -
 extra-x86_64/PKGBUILD|   40 --
 extra-x86_64/time-1.7-Recompute-CPU-usage-at-microsecond-level.patch |   72 
-
 extra-x86_64/time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch   |   32 --
 extra-x86_64/time.install|   20 -
 12 files changed, 348 insertions(+), 328 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-29 16:38:47 UTC (rev 195265)
+++ extra-i686/PKGBUILD 2013-09-29 16:39:25 UTC (rev 195266)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: damir da...@archlinux.org
-
-pkgname=time
-pkgver=1.7
-pkgrel=6
-pkgdesc=Utility for monitoring a program's use of system resources
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/directory/time.html;
-license=('GPL')
-depends=('glibc')
-install=time.install
-source=(http://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
-time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
-time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch)
-sha1sums=('dde0c28c7426960736933f3e763320680356cc6a'
-  'fff80e05dd41f0a59bb1f49d1c6e581d5e8e92e5'
-  'b2a909e1d92f7af1bc99a4524ad84d467ed79a06')
-
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   # cf https://bugzilla.redhat.com/show_bug.cgi?id=527276
-   patch -Np1 -i ../time-1.7-Recompute-CPU-usage-at-microsecond-level.patch
-
-   # cf https://bugzilla.redhat.com/show_bug.cgi?id=702826
-   patch -Np1 -i ../time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch
-
-   ./configure --prefix=/usr --infodir=/usr/share/info
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make exec_prefix=${pkgdir}/usr infodir=${pkgdir}/usr/share/info 
install
-}

Copied: time/repos/extra-i686/PKGBUILD (from rev 195265, time/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-29 16:39:25 UTC (rev 195266)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: damir da...@archlinux.org
+
+pkgname=time
+pkgver=1.7
+pkgrel=7
+pkgdesc=Utility for monitoring a program's use of system resources
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/directory/time.html;
+license=('GPL')
+depends=('glibc')
+install=time.install

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

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 19:08:29
  Author: jlichtblau
Revision: 97781

upgpkg: garmindev 0.3.4-6

Modified:
  garmindev/trunk/PKGBUILD
  garmindev/trunk/garmindev.changelog
  garmindev/trunk/garmindev.install

-+
 PKGBUILD|4 ++--
 garmindev.changelog |3 +++
 garmindev.install   |4 +++-
 3 files changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 16:25:49 UTC (rev 97780)
+++ PKGBUILD2013-09-29 17:08:29 UTC (rev 97781)
@@ -4,12 +4,12 @@
 
 pkgname=garmindev
 pkgver=0.3.4
-pkgrel=5
+pkgrel=6
 pkgdesc=Garmin Device Drivers for QlandkarteGT
 arch=('i686' 'x86_64')
 url=http://www.qlandkarte.org/;
 license=('GPL')
-depends=('libusb')
+depends=('libusb-compat')
 makedepends=('cmake')
 changelog=$pkgname.changelog
 install=$pkgname.install

Modified: garmindev.changelog
===
--- garmindev.changelog 2013-09-29 16:25:49 UTC (rev 97780)
+++ garmindev.changelog 2013-09-29 17:08:29 UTC (rev 97781)
@@ -1,3 +1,6 @@
+2013-09-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * garmindev 0.3.4-6 install file update FS#36141
+
 2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* garmindev 0.3.4-5
* udev rule updated for Linux 3.1.1

Modified: garmindev.install
===
--- garmindev.install   2013-09-29 16:25:49 UTC (rev 97780)
+++ garmindev.install   2013-09-29 17:08:29 UTC (rev 97781)
@@ -3,6 +3,8 @@
 Note:
 == In case you experience access permission error for the attached Garmin GPS 
device,
 == see http://wiki.openstreetmap.org/wiki/USB_Garmin_on_GNU/Linux for more 
details.
-== Disable garmin_gps module in /etc/rc.conf and see included example udev 
rule.
+== Disable garmin_gps module and see included example udev rule:
+== echo blacklist garmin_gps  /etc/modprobe.d/garmindev.conf
+== cd /etc/udev/rules.d ; ln -s /usr/share/garmindev/51-garmin.rules 
51-garmin.rules
 EOF
 }



[arch-commits] Commit in garmindev/repos/community-x86_64 (8 files)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 19:08:41
  Author: jlichtblau
Revision: 97782

archrelease: copy trunk to community-x86_64

Added:
  garmindev/repos/community-x86_64/51-garmin.rules
(from rev 97781, garmindev/trunk/51-garmin.rules)
  garmindev/repos/community-x86_64/PKGBUILD
(from rev 97781, garmindev/trunk/PKGBUILD)
  garmindev/repos/community-x86_64/garmindev.changelog
(from rev 97781, garmindev/trunk/garmindev.changelog)
  garmindev/repos/community-x86_64/garmindev.install
(from rev 97781, garmindev/trunk/garmindev.install)
Deleted:
  garmindev/repos/community-x86_64/51-garmin.rules
  garmindev/repos/community-x86_64/PKGBUILD
  garmindev/repos/community-x86_64/garmindev.changelog
  garmindev/repos/community-x86_64/garmindev.install

-+
 51-garmin.rules |2 -
 PKGBUILD|   78 +-
 garmindev.changelog |   19 +++-
 garmindev.install   |   18 ++-
 4 files changed, 61 insertions(+), 56 deletions(-)

Deleted: 51-garmin.rules
===
--- 51-garmin.rules 2013-09-29 17:08:29 UTC (rev 97781)
+++ 51-garmin.rules 2013-09-29 17:08:41 UTC (rev 97782)
@@ -1 +0,0 @@
-ATTR{idVendor}==091e, ATTR{idProduct}==0003, GROUP=uucp, MODE=660

Copied: garmindev/repos/community-x86_64/51-garmin.rules (from rev 97781, 
garmindev/trunk/51-garmin.rules)
===
--- 51-garmin.rules (rev 0)
+++ 51-garmin.rules 2013-09-29 17:08:41 UTC (rev 97782)
@@ -0,0 +1 @@
+ATTR{idVendor}==091e, ATTR{idProduct}==0003, GROUP=uucp, MODE=660

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 17:08:29 UTC (rev 97781)
+++ PKGBUILD2013-09-29 17:08:41 UTC (rev 97782)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Matthias Maennich a...@maennich.net
-
-pkgname=garmindev
-pkgver=0.3.4
-pkgrel=5
-pkgdesc=Garmin Device Drivers for QlandkarteGT
-arch=('i686' 'x86_64')
-url=http://www.qlandkarte.org/;
-license=('GPL')
-depends=('libusb')
-makedepends=('cmake')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/qlandkartegt/$pkgname-$pkgver.tar.gz \
-51-garmin.rules)
-sha256sums=('86c38f65ba1a05c5d5eb076107094cb789db6ffc5d80bfd7bb209d645bcf87d5'
-'0196ae234c0daf97afb9f4af6fdc04c2af77bb742233731870ba8cfc6ae5a7d7')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d ${srcdir}/$pkgname-$pkgver/build
-  cd ${srcdir}/$pkgname-$pkgver/build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package(){
-  cd ${srcdir}/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-
-#ChangeLog and example udev rule
-  install -D -m644 ../changelog.txt ${pkgdir}/usr/share/$pkgname/CHANGELOG
-  install -D -m644 ${srcdir}/51-garmin.rules 
${pkgdir}/usr/share/$pkgname/51-garmin.rules
-}

Copied: garmindev/repos/community-x86_64/PKGBUILD (from rev 97781, 
garmindev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 17:08:41 UTC (rev 97782)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Matthias Maennich a...@maennich.net
+
+pkgname=garmindev
+pkgver=0.3.4
+pkgrel=6
+pkgdesc=Garmin Device Drivers for QlandkarteGT
+arch=('i686' 'x86_64')
+url=http://www.qlandkarte.org/;
+license=('GPL')
+depends=('libusb-compat')
+makedepends=('cmake')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/qlandkartegt/$pkgname-$pkgver.tar.gz \
+51-garmin.rules)
+sha256sums=('86c38f65ba1a05c5d5eb076107094cb789db6ffc5d80bfd7bb209d645bcf87d5'
+'0196ae234c0daf97afb9f4af6fdc04c2af77bb742233731870ba8cfc6ae5a7d7')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d ${srcdir}/$pkgname-$pkgver/build
+  cd ${srcdir}/$pkgname-$pkgver/build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package(){
+  cd ${srcdir}/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+
+#ChangeLog and example udev rule
+  install -D -m644 ../changelog.txt ${pkgdir}/usr/share/$pkgname/CHANGELOG
+  install -D -m644 ${srcdir}/51-garmin.rules 
${pkgdir}/usr/share/$pkgname/51-garmin.rules
+}

Deleted: garmindev.changelog
===
--- garmindev.changelog 2013-09-29 17:08:29 UTC (rev 97781)
+++ garmindev.changelog 2013-09-29 17:08:41 UTC (rev 97782)
@@ -1,8 +0,0 @@
-2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * garmindev 0.3.4-5
-   * udev rule updated for Linux 3.1.1
-
-2011-02-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * garmindev 0.3.4-3
-   * moved to [community] with 33 AUR votes
-   * see 

[arch-commits] Commit in freemind/repos/community-any (12 files)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 19:24:23
  Author: jlichtblau
Revision: 97784

archrelease: copy trunk to community-any

Added:
  freemind/repos/community-any/PKGBUILD
(from rev 97783, freemind/trunk/PKGBUILD)
  freemind/repos/community-any/freemind.changelog
(from rev 97783, freemind/trunk/freemind.changelog)
  freemind/repos/community-any/freemind.desktop
(from rev 97783, freemind/trunk/freemind.desktop)
  freemind/repos/community-any/freemind.install
(from rev 97783, freemind/trunk/freemind.install)
  freemind/repos/community-any/freemind.png
(from rev 97783, freemind/trunk/freemind.png)
  freemind/repos/community-any/freemind.run
(from rev 97783, freemind/trunk/freemind.run)
Deleted:
  freemind/repos/community-any/PKGBUILD
  freemind/repos/community-any/freemind.changelog
  freemind/repos/community-any/freemind.desktop
  freemind/repos/community-any/freemind.install
  freemind/repos/community-any/freemind.png
  freemind/repos/community-any/freemind.run

+
 PKGBUILD   |   90 +--
 freemind.changelog |   37 +++-
 freemind.desktop   |   23 ++---
 freemind.install   |   22 ++--
 freemind.run   |8 ++--
 5 files changed, 91 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 17:24:08 UTC (rev 97783)
+++ PKGBUILD2013-09-29 17:24:23 UTC (rev 97784)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-
-pkgname=freemind
-pkgver=0.9.0
-pkgrel=3
-pkgdesc=A Java mindmapping tool
-arch=('any')
-url=http://sourceforge.net/projects/freemind;
-license=('GPL')
-depends=('java-runtime' 'desktop-file-utils' 'libxtst')
-makedepends=('unzip')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-bin-max-$pkgver.zip
-$pkgname.png
-$pkgname.desktop
-$pkgname.run)
-sha256sums=('5d6a6871149ed6ec5a99581ecc258a71ef9e2d44c5cb13125ab278b7d3e7d63c'
-'39ec1dc88a1081058faef38b5ea48ca8c0b6ee6a6b397a216ce2f7b508b1ad61'
-'f2b93d860eb462f78225473fdeffc36df527d8b700fcca1b58eeafd291d46f82'
-'7b02f0af26c6c9377011c0a6f0299dc6bbdbb69d17a1506cf88e7063e1ad2f6c')
-
-package() {
-  cd ${srcdir}
-
-  for file in $(find lib plugins -type f); do
- install -Dm644 $file ${pkgdir}/usr/share/freemind/$file
-  done
-
-  install -Dm755 ${srcdir}/freemind.run ${pkgdir}/usr/bin/freemind
-  install -Dm755 ${srcdir}/freemind.sh ${pkgdir}/usr/share/freemind/freemind.sh
-  install -Dm644 ${srcdir}/patterns.xml ${pkgdir}/etc/freemind/patterns.xml
-  #install -Dm644 ${srcdir}/user.properties 
${pkgdir}/usr/share/freemind/user.properties
-  
-  install -d ${pkgdir}/usr/share/freemind/accessories
-  install -Dm644 ${srcdir}/accessories/* 
${pkgdir}/usr/share/freemind/accessories/
-  install -Dm644 ${srcdir}/doc/freemind.mm 
${pkgdir}/usr/share/freemind/doc/freemind.mm
-
-# icon and .desktop file
-  install -Dm644 ${srcdir}/freemind.desktop 
${pkgdir}/usr/share/applications/freemind.desktop
-  install -Dm644 ${srcdir}/freemind.png 
${pkgdir}/usr/share/pixmaps/freemind.png
-}

Copied: freemind/repos/community-any/PKGBUILD (from rev 97783, 
freemind/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 17:24:23 UTC (rev 97784)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+
+pkgname=freemind
+pkgver=0.9.0
+pkgrel=4
+pkgdesc=A Java mindmapping tool
+arch=('any')
+url=http://sourceforge.net/projects/freemind;
+license=('GPL')
+depends=('java-runtime' 'desktop-file-utils' 'libxtst')
+makedepends=('unzip')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-bin-max-$pkgver.zip
+$pkgname.png
+$pkgname.desktop
+$pkgname.run)
+sha256sums=('5d6a6871149ed6ec5a99581ecc258a71ef9e2d44c5cb13125ab278b7d3e7d63c'
+'39ec1dc88a1081058faef38b5ea48ca8c0b6ee6a6b397a216ce2f7b508b1ad61'
+'eac8db98257fcb8ed9c76ec340af5f3233a4783b8fe1c57ef274b9e7d2b56ed5'
+'7b02f0af26c6c9377011c0a6f0299dc6bbdbb69d17a1506cf88e7063e1ad2f6c')
+
+package() {
+  cd ${srcdir}
+
+  for file in $(find lib plugins -type f); do
+ install -Dm644 $file ${pkgdir}/usr/share/freemind/$file
+  done
+
+  install -Dm755 ${srcdir}/freemind.run ${pkgdir}/usr/bin/freemind
+  install -Dm755 ${srcdir}/freemind.sh ${pkgdir}/usr/share/freemind/freemind.sh
+  install -Dm644 ${srcdir}/patterns.xml 

[arch-commits] Commit in freemind/trunk (PKGBUILD freemind.changelog freemind.desktop)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 19:24:08
  Author: jlichtblau
Revision: 97783

upgpkg: freemind 0.9.0-4 FS#36098 fix

Modified:
  freemind/trunk/PKGBUILD
  freemind/trunk/freemind.changelog
  freemind/trunk/freemind.desktop

+
 PKGBUILD   |4 ++--
 freemind.changelog |3 +++
 freemind.desktop   |7 +++
 3 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 17:08:41 UTC (rev 97782)
+++ PKGBUILD2013-09-29 17:24:08 UTC (rev 97783)
@@ -6,7 +6,7 @@
 
 pkgname=freemind
 pkgver=0.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A Java mindmapping tool
 arch=('any')
 url=http://sourceforge.net/projects/freemind;
@@ -20,7 +20,7 @@
 $pkgname.run)
 sha256sums=('5d6a6871149ed6ec5a99581ecc258a71ef9e2d44c5cb13125ab278b7d3e7d63c'
 '39ec1dc88a1081058faef38b5ea48ca8c0b6ee6a6b397a216ce2f7b508b1ad61'
-'f2b93d860eb462f78225473fdeffc36df527d8b700fcca1b58eeafd291d46f82'
+'eac8db98257fcb8ed9c76ec340af5f3233a4783b8fe1c57ef274b9e7d2b56ed5'
 '7b02f0af26c6c9377011c0a6f0299dc6bbdbb69d17a1506cf88e7063e1ad2f6c')
 
 package() {

Modified: freemind.changelog
===
--- freemind.changelog  2013-09-29 17:08:41 UTC (rev 97782)
+++ freemind.changelog  2013-09-29 17:24:08 UTC (rev 97783)
@@ -1,3 +1,6 @@
+2013-09-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * freemind 0.9.0-4 - FS#36098 fix
+
 2012-02-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* freemind 0.9.0-2 - package signed
 

Modified: freemind.desktop
===
--- freemind.desktop2013-09-29 17:08:41 UTC (rev 97782)
+++ freemind.desktop2013-09-29 17:24:08 UTC (rev 97783)
@@ -1,12 +1,11 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 Name=FreeMind
 GenericName=FreeMind
-Exec=freemind
+Exec=freemind %U
 Terminal=false
 Icon=freemind
 Type=Application
-MimeType=application/x-freemind
-Categories=Application;Office;
+MimeType=application/x-freemind;
+Categories=Office;
 Comment=A free mind mapping tool



[arch-commits] Commit in wget/trunk (PKGBUILD wget-pod-fixes.patch)

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 19:26:13
  Author: eric
Revision: 195267

upgpkg: wget 1.14-3

Add build patch (close FS#35829), Add prepare and check functions

Added:
  wget/trunk/wget-pod-fixes.patch
Modified:
  wget/trunk/PKGBUILD

--+
 PKGBUILD |   38 ++
 wget-pod-fixes.patch |   81 +
 2 files changed, 105 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 16:39:25 UTC (rev 195266)
+++ PKGBUILD2013-09-29 17:26:13 UTC (rev 195267)
@@ -1,36 +1,46 @@
 # $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=wget
 pkgver=1.14
-pkgrel=2
+pkgrel=3
 pkgdesc=A network utility to retrieve files from the Web
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/wget/wget.html;
 license=('GPL3')
-depends=('openssl' 'libidn' 'pcre' 'util-linux')
+depends=('openssl' 'libidn' 'util-linux')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl')
 optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')
 install=wget.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('316f6f59292c9098ad81fd54f658c579'
- '3e121933d69f32fa58776bff76bcebd0')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+wget-pod-fixes.patch)
+sha1sums=('cfa0906e6f72c1c902c29b52d140c22ecdcd617e'
+  'SKIP'
+  'aae4be72657c7a8e9dbedb7109cd2d8562a325d2')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/wget-pod-fixes.patch
+  cat  doc/sample.wgetrc EOF
+
+# default root certs location
+ca_certificate=/etc/ssl/certs/ca-certificates.crt
+EOF
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
   ./configure -with-ssl=openssl --prefix=/usr --sysconfdir=/etc --enable-nls
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-
-  cat  $pkgdir/etc/wgetrc EOF
-
-# default root certs location
-ca_certificate=/etc/ssl/certs/ca-certificates.crt
-EOF
 }

Added: wget-pod-fixes.patch
===
--- wget-pod-fixes.patch(rev 0)
+++ wget-pod-fixes.patch2013-09-29 17:26:13 UTC (rev 195267)
@@ -0,0 +1,81 @@
+diff -Naur wget-1.14.orig/doc/wget.texi wget-1.14.new/doc/wget.texi
+--- wget-1.14.orig/doc/wget.texi   2012-08-04 02:41:52.0 -0600
 wget-1.14.new/doc/wget.texi2013-05-26 11:18:52.986107183 -0600
+@@ -876,7 +876,7 @@
+ actions of one.
+ 
+ @cindex proxy
+-@itemx --no-proxy
++@item --no-proxy
+ Don't use proxies, even if the appropriate @code{*_proxy} environment
+ variable is defined.
+ 
+@@ -977,7 +977,7 @@
+ whose encoding does not match the one used locally.
+ 
+ @cindex IPv6
+-@itemx -4
++@item -4
+ @itemx --inet4-only
+ @itemx -6
+ @itemx --inet6-only
+@@ -2106,32 +2106,32 @@
+ 
+ 
+ @table @asis
+-@item 0
++@item C0
+ No problems occurred.
+ 
+-@item 1
++@item C1
+ Generic error code.
+ 
+-@item 2
++@item C2
+ Parse error---for instance, when parsing command-line options, the
+ @samp{.wgetrc} or @samp{.netrc}...
+ 
+-@item 3
++@item C3
+ File I/O error.
+ 
+-@item 4
++@item C4
+ Network failure.
+ 
+-@item 5
++@item C5
+ SSL verification failure.
+ 
+-@item 6
++@item C6
+ Username/password authentication failure.
+ 
+-@item 7
++@item C7
+ Protocol errors.
+ 
+-@item 8
++@item C8
+ Server issued an error response.
+ @end table
+ 
+@@ -3094,7 +3094,7 @@
+ Change setting of passive @sc{ftp}, equivalent to the
+ @samp{--passive-ftp} option.
+ 
+-@itemx password = @var{string}
++@item password = @var{string}
+ Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval. 
+ This command can be overridden using the @samp{ftp_password} and 
+ @samp{http_password} command for @sc{ftp} and @sc{http} respectively.
+@@ -3605,7 +3605,7 @@
+ may be specified from within Wget itself.
+ 
+ @table @samp
+-@itemx --no-proxy
++@item --no-proxy
+ @itemx proxy = on/off
+ This option and the corresponding command may be used to suppress the
+ use of proxy, even if the appropriate environment variables are set.



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 19:27:18
  Author: eric
Revision: 195268

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

Added:
  wget/repos/extra-i686/PKGBUILD
(from rev 195267, wget/trunk/PKGBUILD)
  wget/repos/extra-i686/wget-pod-fixes.patch
(from rev 195267, wget/trunk/wget-pod-fixes.patch)
  wget/repos/extra-i686/wget.install
(from rev 195267, wget/trunk/wget.install)
  wget/repos/extra-x86_64/PKGBUILD
(from rev 195267, wget/trunk/PKGBUILD)
  wget/repos/extra-x86_64/wget-pod-fixes.patch
(from rev 195267, wget/trunk/wget-pod-fixes.patch)
  wget/repos/extra-x86_64/wget.install
(from rev 195267, wget/trunk/wget.install)
Deleted:
  wget/repos/extra-i686/PKGBUILD
  wget/repos/extra-i686/wget.install
  wget/repos/extra-x86_64/PKGBUILD
  wget/repos/extra-x86_64/wget.install

---+
 /PKGBUILD |   92 
 /wget.install |   40 +++
 extra-i686/PKGBUILD   |   36 --
 extra-i686/wget-pod-fixes.patch   |   81 +++
 extra-i686/wget.install   |   20 ---
 extra-x86_64/PKGBUILD |   36 --
 extra-x86_64/wget-pod-fixes.patch |   81 +++
 extra-x86_64/wget.install |   20 ---
 8 files changed, 294 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-29 17:26:13 UTC (rev 195267)
+++ extra-i686/PKGBUILD 2013-09-29 17:27:18 UTC (rev 195268)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=wget
-pkgver=1.14
-pkgrel=2
-pkgdesc=A network utility to retrieve files from the Web
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/wget/wget.html;
-license=('GPL3')
-depends=('openssl' 'libidn' 'pcre' 'util-linux')
-optdepends=('ca-certificates: HTTPS downloads')
-backup=('etc/wgetrc')
-install=wget.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('316f6f59292c9098ad81fd54f658c579'
- '3e121933d69f32fa58776bff76bcebd0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure -with-ssl=openssl --prefix=/usr --sysconfdir=/etc --enable-nls
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  cat  $pkgdir/etc/wgetrc EOF
-
-# default root certs location
-ca_certificate=/etc/ssl/certs/ca-certificates.crt
-EOF
-}

Copied: wget/repos/extra-i686/PKGBUILD (from rev 195267, wget/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-29 17:27:18 UTC (rev 195268)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wget
+pkgver=1.14
+pkgrel=3
+pkgdesc=A network utility to retrieve files from the Web
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/wget/wget.html;
+license=('GPL3')
+depends=('openssl' 'libidn' 'util-linux')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+install=wget.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+wget-pod-fixes.patch)
+sha1sums=('cfa0906e6f72c1c902c29b52d140c22ecdcd617e'
+  'SKIP'
+  'aae4be72657c7a8e9dbedb7109cd2d8562a325d2')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/wget-pod-fixes.patch
+  cat  doc/sample.wgetrc EOF
+
+# default root certs location
+ca_certificate=/etc/ssl/certs/ca-certificates.crt
+EOF
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure -with-ssl=openssl --prefix=/usr --sysconfdir=/etc --enable-nls
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: wget/repos/extra-i686/wget-pod-fixes.patch (from rev 195267, 
wget/trunk/wget-pod-fixes.patch)
===
--- extra-i686/wget-pod-fixes.patch (rev 0)
+++ extra-i686/wget-pod-fixes.patch 2013-09-29 17:27:18 UTC (rev 195268)
@@ -0,0 +1,81 @@
+diff -Naur wget-1.14.orig/doc/wget.texi wget-1.14.new/doc/wget.texi
+--- wget-1.14.orig/doc/wget.texi   2012-08-04 02:41:52.0 -0600
 wget-1.14.new/doc/wget.texi2013-05-26 11:18:52.986107183 -0600
+@@ -876,7 +876,7 @@
+ actions of one.
+ 
+ @cindex proxy
+-@itemx --no-proxy
++@item --no-proxy
+ Don't use proxies, even if the appropriate @code{*_proxy} environment
+ variable is defined.
+ 
+@@ -977,7 +977,7 @@
+ whose encoding does not match the one used locally.
+ 
+ @cindex IPv6
+-@itemx -4
++@item -4
+ @itemx --inet4-only
+ @itemx -6
+ @itemx --inet6-only

[arch-commits] Commit in garmindev/repos/community-i686 (8 files)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 19:31:29
  Author: jlichtblau
Revision: 97785

archrelease: copy trunk to community-i686

Added:
  garmindev/repos/community-i686/51-garmin.rules
(from rev 97784, garmindev/trunk/51-garmin.rules)
  garmindev/repos/community-i686/PKGBUILD
(from rev 97784, garmindev/trunk/PKGBUILD)
  garmindev/repos/community-i686/garmindev.changelog
(from rev 97784, garmindev/trunk/garmindev.changelog)
  garmindev/repos/community-i686/garmindev.install
(from rev 97784, garmindev/trunk/garmindev.install)
Deleted:
  garmindev/repos/community-i686/51-garmin.rules
  garmindev/repos/community-i686/PKGBUILD
  garmindev/repos/community-i686/garmindev.changelog
  garmindev/repos/community-i686/garmindev.install

-+
 51-garmin.rules |2 -
 PKGBUILD|   78 +-
 garmindev.changelog |   19 +++-
 garmindev.install   |   18 ++-
 4 files changed, 61 insertions(+), 56 deletions(-)

Deleted: 51-garmin.rules
===
--- 51-garmin.rules 2013-09-29 17:24:23 UTC (rev 97784)
+++ 51-garmin.rules 2013-09-29 17:31:29 UTC (rev 97785)
@@ -1 +0,0 @@
-ATTR{idVendor}==091e, ATTR{idProduct}==0003, GROUP=uucp, MODE=660

Copied: garmindev/repos/community-i686/51-garmin.rules (from rev 97784, 
garmindev/trunk/51-garmin.rules)
===
--- 51-garmin.rules (rev 0)
+++ 51-garmin.rules 2013-09-29 17:31:29 UTC (rev 97785)
@@ -0,0 +1 @@
+ATTR{idVendor}==091e, ATTR{idProduct}==0003, GROUP=uucp, MODE=660

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 17:24:23 UTC (rev 97784)
+++ PKGBUILD2013-09-29 17:31:29 UTC (rev 97785)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Matthias Maennich a...@maennich.net
-
-pkgname=garmindev
-pkgver=0.3.4
-pkgrel=5
-pkgdesc=Garmin Device Drivers for QlandkarteGT
-arch=('i686' 'x86_64')
-url=http://www.qlandkarte.org/;
-license=('GPL')
-depends=('libusb')
-makedepends=('cmake')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/qlandkartegt/$pkgname-$pkgver.tar.gz \
-51-garmin.rules)
-sha256sums=('86c38f65ba1a05c5d5eb076107094cb789db6ffc5d80bfd7bb209d645bcf87d5'
-'0196ae234c0daf97afb9f4af6fdc04c2af77bb742233731870ba8cfc6ae5a7d7')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d ${srcdir}/$pkgname-$pkgver/build
-  cd ${srcdir}/$pkgname-$pkgver/build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package(){
-  cd ${srcdir}/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-
-#ChangeLog and example udev rule
-  install -D -m644 ../changelog.txt ${pkgdir}/usr/share/$pkgname/CHANGELOG
-  install -D -m644 ${srcdir}/51-garmin.rules 
${pkgdir}/usr/share/$pkgname/51-garmin.rules
-}

Copied: garmindev/repos/community-i686/PKGBUILD (from rev 97784, 
garmindev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 17:31:29 UTC (rev 97785)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Matthias Maennich a...@maennich.net
+
+pkgname=garmindev
+pkgver=0.3.4
+pkgrel=6
+pkgdesc=Garmin Device Drivers for QlandkarteGT
+arch=('i686' 'x86_64')
+url=http://www.qlandkarte.org/;
+license=('GPL')
+depends=('libusb-compat')
+makedepends=('cmake')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/qlandkartegt/$pkgname-$pkgver.tar.gz \
+51-garmin.rules)
+sha256sums=('86c38f65ba1a05c5d5eb076107094cb789db6ffc5d80bfd7bb209d645bcf87d5'
+'0196ae234c0daf97afb9f4af6fdc04c2af77bb742233731870ba8cfc6ae5a7d7')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d ${srcdir}/$pkgname-$pkgver/build
+  cd ${srcdir}/$pkgname-$pkgver/build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package(){
+  cd ${srcdir}/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+
+#ChangeLog and example udev rule
+  install -D -m644 ../changelog.txt ${pkgdir}/usr/share/$pkgname/CHANGELOG
+  install -D -m644 ${srcdir}/51-garmin.rules 
${pkgdir}/usr/share/$pkgname/51-garmin.rules
+}

Deleted: garmindev.changelog
===
--- garmindev.changelog 2013-09-29 17:24:23 UTC (rev 97784)
+++ garmindev.changelog 2013-09-29 17:31:29 UTC (rev 97785)
@@ -1,8 +0,0 @@
-2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * garmindev 0.3.4-5
-   * udev rule updated for Linux 3.1.1
-
-2011-02-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * garmindev 0.3.4-3
-   * moved to [community] with 33 AUR votes
-   * see 

[arch-commits] Commit in surfraw/trunk (PKGBUILD surfraw.install)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 19:54:09
  Author: jlichtblau
Revision: 97786

upgpkg: surfraw 2.2.8-3 FS#37018 fix

Modified:
  surfraw/trunk/PKGBUILD
  surfraw/trunk/surfraw.install

-+
 PKGBUILD|4 ++--
 surfraw.install |   14 ++
 2 files changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 17:31:29 UTC (rev 97785)
+++ PKGBUILD2013-09-29 17:54:09 UTC (rev 97786)
@@ -4,7 +4,7 @@
 
 pkgname=surfraw
 pkgver=2.2.8
-pkgrel=2
+pkgrel=3
 pkgdesc=Shell Users' Revolutionary Front Rage Against the Web
 arch=('any')
 url=http://surfraw.alioth.debian.org/;
@@ -13,7 +13,7 @@
 install=$pkgname.install
 backup=('etc/xdg/surfraw/conf' 'etc/xdg/surfraw/bookmarks')
 source=(http://surfraw.alioth.debian.org/dist/$pkgname-$pkgver.tar.gz)
-md5sums=('e0f571f7a2d109555c26bdb40781a3f2')
+sha256sums=('925075e05637e39458b00e859193aacde306aafd9a962f44f5114f81713539ec')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: surfraw.install
===
--- surfraw.install 2013-09-29 17:31:29 UTC (rev 97785)
+++ surfraw.install 2013-09-29 17:54:09 UTC (rev 97786)
@@ -1,10 +1,8 @@
 post_install() {
-echo === In order to get surfraw working, set the browser, in this 
order:
-echo === Environment variables
-echo === /etc/xdg/surfraw/conf
-echo === $HOME/.config/surfraw/conf
+cat  EOF
+== In order to get surfraw working, set the browser, in this order:
+== Environment variables
+== /etc/xdg/surfraw/conf
+== \$HOME/.config/surfraw/conf
+EOF
 }
-
-post_upgrade() {
-post_install $1
-}



[arch-commits] Commit in surfraw/repos/community-any (4 files)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 19:54:20
  Author: jlichtblau
Revision: 97787

archrelease: copy trunk to community-any

Added:
  surfraw/repos/community-any/PKGBUILD
(from rev 97786, surfraw/trunk/PKGBUILD)
  surfraw/repos/community-any/surfraw.install
(from rev 97786, surfraw/trunk/surfraw.install)
Deleted:
  surfraw/repos/community-any/PKGBUILD
  surfraw/repos/community-any/surfraw.install

-+
 PKGBUILD|   64 +++---
 surfraw.install |   18 ++-
 2 files changed, 40 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 17:54:09 UTC (rev 97786)
+++ PKGBUILD2013-09-29 17:54:20 UTC (rev 97787)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jeff Mickey j...@archlinux.org
-
-pkgname=surfraw
-pkgver=2.2.8
-pkgrel=2
-pkgdesc=Shell Users' Revolutionary Front Rage Against the Web
-arch=('any')
-url=http://surfraw.alioth.debian.org/;
-license=('custom')
-depends=('perl')
-install=$pkgname.install
-backup=('etc/xdg/surfraw/conf' 'etc/xdg/surfraw/bookmarks')
-source=(http://surfraw.alioth.debian.org/dist/$pkgname-$pkgver.tar.gz)
-md5sums=('e0f571f7a2d109555c26bdb40781a3f2')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-opensearch
-  make 
-}
-
-package () {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # license
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING 
-}

Copied: surfraw/repos/community-any/PKGBUILD (from rev 97786, 
surfraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 17:54:20 UTC (rev 97787)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jeff Mickey j...@archlinux.org
+
+pkgname=surfraw
+pkgver=2.2.8
+pkgrel=3
+pkgdesc=Shell Users' Revolutionary Front Rage Against the Web
+arch=('any')
+url=http://surfraw.alioth.debian.org/;
+license=('custom')
+depends=('perl')
+install=$pkgname.install
+backup=('etc/xdg/surfraw/conf' 'etc/xdg/surfraw/bookmarks')
+source=(http://surfraw.alioth.debian.org/dist/$pkgname-$pkgver.tar.gz)
+sha256sums=('925075e05637e39458b00e859193aacde306aafd9a962f44f5114f81713539ec')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-opensearch
+  make 
+}
+
+package () {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # license
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING 
+}

Deleted: surfraw.install
===
--- surfraw.install 2013-09-29 17:54:09 UTC (rev 97786)
+++ surfraw.install 2013-09-29 17:54:20 UTC (rev 97787)
@@ -1,10 +0,0 @@
-post_install() {
-echo === In order to get surfraw working, set the browser, in this 
order:
-echo === Environment variables
-echo === /etc/xdg/surfraw/conf
-echo === $HOME/.config/surfraw/conf
-}
-
-post_upgrade() {
-post_install $1
-}

Copied: surfraw/repos/community-any/surfraw.install (from rev 97786, 
surfraw/trunk/surfraw.install)
===
--- surfraw.install (rev 0)
+++ surfraw.install 2013-09-29 17:54:20 UTC (rev 97787)
@@ -0,0 +1,8 @@
+post_install() {
+cat  EOF
+== In order to get surfraw working, set the browser, in this order:
+== Environment variables
+== /etc/xdg/surfraw/conf
+== \$HOME/.config/surfraw/conf
+EOF
+}



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 20:02:14
  Author: eric
Revision: 195269

upgpkg: cdparanoia 10.2-5

Remove static libraries, Add prepare function

Modified:
  cdparanoia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 17:27:18 UTC (rev 195268)
+++ PKGBUILD2013-09-29 18:02:14 UTC (rev 195269)
@@ -1,24 +1,27 @@
 # $Id$
-# Maintainer:
-# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=cdparanoia
 pkgver=10.2
-pkgrel=4
+pkgrel=5
 pkgdesc=Compact Disc Digital Audio extraction tool
 arch=('i686' 'x86_64')
 url=http://www.xiph.org/paranoia/;
 license=('GPL')
 depends=('glibc')
-options=('!makeflags')
-source=(http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-$pkgver.src.tgz;
-'gcc.patch')
-md5sums=('b304bbe8ab63373924a744eac9ebc652'
- '12da14958d2b84c6719fe69890436445')
+options=('!makeflags' '!staticlibs')
+source=(http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-$pkgver.src.tgz
+gcc.patch)
+sha1sums=('1901e20d3a370ca6afa4c76a9ef30d3f03044320'
+  '67faaf0e3eed2e3de6f66d8168604bc6c7295921')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-III-${pkgver}
+  patch -p0 -i ${srcdir}/gcc.patch
+}
+
 build() {
   cd ${srcdir}/${pkgname}-III-${pkgver}
-  patch -p0 -i ${srcdir}/gcc.patch
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 20:03:20
  Author: eric
Revision: 195270

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

Added:
  cdparanoia/repos/extra-i686/PKGBUILD
(from rev 195269, cdparanoia/trunk/PKGBUILD)
  cdparanoia/repos/extra-i686/gcc.patch
(from rev 195269, cdparanoia/trunk/gcc.patch)
  cdparanoia/repos/extra-x86_64/PKGBUILD
(from rev 195269, cdparanoia/trunk/PKGBUILD)
  cdparanoia/repos/extra-x86_64/gcc.patch
(from rev 195269, cdparanoia/trunk/gcc.patch)
Deleted:
  cdparanoia/repos/extra-i686/PKGBUILD
  cdparanoia/repos/extra-i686/gcc.patch
  cdparanoia/repos/extra-x86_64/PKGBUILD
  cdparanoia/repos/extra-x86_64/gcc.patch

+
 /PKGBUILD  |   64 ++
 /gcc.patch | 1164 +++
 extra-i686/PKGBUILD|   29 -
 extra-i686/gcc.patch   |  582 ---
 extra-x86_64/PKGBUILD  |   29 -
 extra-x86_64/gcc.patch |  582 ---
 6 files changed, 1228 insertions(+), 1222 deletions(-)

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


[arch-commits] Commit in gtk2fontsel/trunk (PKGBUILD gtk2fontsel.desktop)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 20:16:55
  Author: jlichtblau
Revision: 97788

upgpkg: gtk2fontsel 0.1-5 FS#34964 fix

Added:
  gtk2fontsel/trunk/gtk2fontsel.desktop
Modified:
  gtk2fontsel/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 gtk2fontsel.desktop |9 +
 2 files changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 17:54:20 UTC (rev 97787)
+++ PKGBUILD2013-09-29 18:16:55 UTC (rev 97788)
@@ -4,14 +4,15 @@
 
 pkgname=gtk2fontsel
 pkgver=0.1
-pkgrel=4
+pkgrel=5
 pkgdesc=Font selection and preview tool
 arch=('i686' 'x86_64')
 url=http://gtk2fontsel.sourceforge.net/;
 license=('GPL')
 depends=('gtk2')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f344018b19b6a818795a4c702770cd9d')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 
gtk2fontsel.desktop)
+sha256sums=('5cd6396fc3c6e7f9bc358cc5ad30592ba446cdb0138a811216497b6453905a68'
+'b827567c26b929256c5df3837019d7f9531ecf5ba5d7ba4a16f339ea0288d332')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
@@ -24,4 +25,6 @@
   cd ${srcdir}/$pkgname-$pkgver
 
   make prefix=${pkgdir}/usr install
+  install -D -m644 ${srcdir}/gtk2fontsel.desktop \
+${pkgdir}/usr/share/applications/gtk2fontsel.desktop
 }

Added: gtk2fontsel.desktop
===
--- gtk2fontsel.desktop (rev 0)
+++ gtk2fontsel.desktop 2013-09-29 18:16:55 UTC (rev 97788)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=gtk2fontsel
+GenericName=gtk2fontsel
+Exec=gtk2fontsel
+Terminal=false
+Type=Application
+Categories=System;GTK;
+Comment=Font selection and preview tool



[arch-commits] Commit in gtk2fontsel/repos/community-x86_64 (3 files)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 20:17:04
  Author: jlichtblau
Revision: 97789

archrelease: copy trunk to community-x86_64

Added:
  gtk2fontsel/repos/community-x86_64/PKGBUILD
(from rev 97788, gtk2fontsel/trunk/PKGBUILD)
  gtk2fontsel/repos/community-x86_64/gtk2fontsel.desktop
(from rev 97788, gtk2fontsel/trunk/gtk2fontsel.desktop)
Deleted:
  gtk2fontsel/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   57 ++
 gtk2fontsel.desktop |9 +++
 2 files changed, 39 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 18:16:55 UTC (rev 97788)
+++ PKGBUILD2013-09-29 18:17:04 UTC (rev 97789)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gtk2fontsel
-pkgver=0.1
-pkgrel=4
-pkgdesc=Font selection and preview tool
-arch=('i686' 'x86_64')
-url=http://gtk2fontsel.sourceforge.net/;
-license=('GPL')
-depends=('gtk2')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f344018b19b6a818795a4c702770cd9d')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make prefix=${pkgdir}/usr install
-}

Copied: gtk2fontsel/repos/community-x86_64/PKGBUILD (from rev 97788, 
gtk2fontsel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 18:17:04 UTC (rev 97789)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gtk2fontsel
+pkgver=0.1
+pkgrel=5
+pkgdesc=Font selection and preview tool
+arch=('i686' 'x86_64')
+url=http://gtk2fontsel.sourceforge.net/;
+license=('GPL')
+depends=('gtk2')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 
gtk2fontsel.desktop)
+sha256sums=('5cd6396fc3c6e7f9bc358cc5ad30592ba446cdb0138a811216497b6453905a68'
+'b827567c26b929256c5df3837019d7f9531ecf5ba5d7ba4a16f339ea0288d332')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  install -D -m644 ${srcdir}/gtk2fontsel.desktop \
+${pkgdir}/usr/share/applications/gtk2fontsel.desktop
+}

Copied: gtk2fontsel/repos/community-x86_64/gtk2fontsel.desktop (from rev 97788, 
gtk2fontsel/trunk/gtk2fontsel.desktop)
===
--- gtk2fontsel.desktop (rev 0)
+++ gtk2fontsel.desktop 2013-09-29 18:17:04 UTC (rev 97789)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=gtk2fontsel
+GenericName=gtk2fontsel
+Exec=gtk2fontsel
+Terminal=false
+Type=Application
+Categories=System;GTK;
+Comment=Font selection and preview tool



[arch-commits] Commit in gtk2fontsel/repos/community-i686 (3 files)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 20:23:23
  Author: jlichtblau
Revision: 97790

archrelease: copy trunk to community-i686

Added:
  gtk2fontsel/repos/community-i686/PKGBUILD
(from rev 97789, gtk2fontsel/trunk/PKGBUILD)
  gtk2fontsel/repos/community-i686/gtk2fontsel.desktop
(from rev 97789, gtk2fontsel/trunk/gtk2fontsel.desktop)
Deleted:
  gtk2fontsel/repos/community-i686/PKGBUILD

-+
 PKGBUILD|   57 ++
 gtk2fontsel.desktop |9 +++
 2 files changed, 39 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 18:17:04 UTC (rev 97789)
+++ PKGBUILD2013-09-29 18:23:23 UTC (rev 97790)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gtk2fontsel
-pkgver=0.1
-pkgrel=4
-pkgdesc=Font selection and preview tool
-arch=('i686' 'x86_64')
-url=http://gtk2fontsel.sourceforge.net/;
-license=('GPL')
-depends=('gtk2')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f344018b19b6a818795a4c702770cd9d')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make prefix=${pkgdir}/usr install
-}

Copied: gtk2fontsel/repos/community-i686/PKGBUILD (from rev 97789, 
gtk2fontsel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 18:23:23 UTC (rev 97790)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gtk2fontsel
+pkgver=0.1
+pkgrel=5
+pkgdesc=Font selection and preview tool
+arch=('i686' 'x86_64')
+url=http://gtk2fontsel.sourceforge.net/;
+license=('GPL')
+depends=('gtk2')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 
gtk2fontsel.desktop)
+sha256sums=('5cd6396fc3c6e7f9bc358cc5ad30592ba446cdb0138a811216497b6453905a68'
+'b827567c26b929256c5df3837019d7f9531ecf5ba5d7ba4a16f339ea0288d332')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  install -D -m644 ${srcdir}/gtk2fontsel.desktop \
+${pkgdir}/usr/share/applications/gtk2fontsel.desktop
+}

Copied: gtk2fontsel/repos/community-i686/gtk2fontsel.desktop (from rev 97789, 
gtk2fontsel/trunk/gtk2fontsel.desktop)
===
--- gtk2fontsel.desktop (rev 0)
+++ gtk2fontsel.desktop 2013-09-29 18:23:23 UTC (rev 97790)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=gtk2fontsel
+GenericName=gtk2fontsel
+Exec=gtk2fontsel
+Terminal=false
+Type=Application
+Categories=System;GTK;
+Comment=Font selection and preview tool



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 20:50:11
  Author: eric
Revision: 195271

upgpkg: perl-lwp-mediatypes 6.02-2

Clean up PKGBUILD

Modified:
  perl-lwp-mediatypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 18:03:20 UTC (rev 195270)
+++ PKGBUILD2013-09-29 18:50:11 UTC (rev 195271)
@@ -1,48 +1,30 @@
-# Packager: Justin juster Davis jrc...@gmail.com
 # $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=perl-lwp-mediatypes
 pkgver=6.02
-pkgrel=1
-pkgdesc=guess media type for a file or a URL
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl=5.6.2')
-conflicts=('perl-libwww6')
-url=https://metacpan.org/release/LWP-MediaTypes
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-MediaTypes-${pkgver}.tar.gz;)
-md5sums=(8c5f25fb64b974d22aff424476ba13c9)
-sha512sums=(b2ad33fb2c6dd7afaa9b8dd2ed6a15b2ecc35d13bcdf5297ce1632ea77406def0840a24c5213187707b665f28cc9bbea5774bfd1a4070d1f6192e904f707b94e)
-_distdir=${srcdir}/LWP-MediaTypes-${pkgver}
+pkgrel=2
+pkgdesc=Guess the media type of a file or a URL
+arch=('any')
+url=https://metacpan.org/release/LWP-MediaTypes;
+depends=('perl')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-MediaTypes-${pkgver}.tar.gz)
+sha1sums=('f56891f4e718a5f1f16f09ae37d32e454095cbed')
 
-build()
-(
-export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
+build() {
+  cd ${srcdir}/LWP-MediaTypes-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
 
-cd $_distdir
-/usr/bin/perl Makefile.PL
-make
-)
+check() {
+  cd ${srcdir}/LWP-MediaTypes-${pkgver}
+  make test
+}
 
-check()
-(
-export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd $_distdir
-make test
-)
-
 package() {
-cd $_distdir
-make DESTDIR=$pkgdir install
+  cd ${srcdir}/LWP-MediaTypes-${pkgver}
+  make DESTDIR=$pkgdir install
 }
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 20:50:44
  Author: eric
Revision: 195272

archrelease: copy trunk to extra-any

Added:
  perl-lwp-mediatypes/repos/extra-any/PKGBUILD
(from rev 195271, perl-lwp-mediatypes/trunk/PKGBUILD)
Deleted:
  perl-lwp-mediatypes/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 18:50:11 UTC (rev 195271)
+++ PKGBUILD2013-09-29 18:50:44 UTC (rev 195272)
@@ -1,48 +0,0 @@
-# Packager: Justin juster Davis jrc...@gmail.com
-# $Id$
-
-pkgname=perl-lwp-mediatypes
-pkgver=6.02
-pkgrel=1
-pkgdesc=guess media type for a file or a URL
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl=5.6.2')
-conflicts=('perl-libwww6')
-url=https://metacpan.org/release/LWP-MediaTypes
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-MediaTypes-${pkgver}.tar.gz;)
-md5sums=(8c5f25fb64b974d22aff424476ba13c9)
-sha512sums=(b2ad33fb2c6dd7afaa9b8dd2ed6a15b2ecc35d13bcdf5297ce1632ea77406def0840a24c5213187707b665f28cc9bbea5774bfd1a4070d1f6192e904f707b94e)
-_distdir=${srcdir}/LWP-MediaTypes-${pkgver}
-
-build()
-(
-export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  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
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-lwp-mediatypes/repos/extra-any/PKGBUILD (from rev 195271, 
perl-lwp-mediatypes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 18:50:44 UTC (rev 195272)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=perl-lwp-mediatypes
+pkgver=6.02
+pkgrel=2
+pkgdesc=Guess the media type of a file or a URL
+arch=('any')
+url=https://metacpan.org/release/LWP-MediaTypes;
+depends=('perl')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-MediaTypes-${pkgver}.tar.gz)
+sha1sums=('f56891f4e718a5f1f16f09ae37d32e454095cbed')
+
+build() {
+  cd ${srcdir}/LWP-MediaTypes-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/LWP-MediaTypes-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/LWP-MediaTypes-${pkgver}
+  make DESTDIR=$pkgdir install
+}



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 20:58:28
  Author: eric
Revision: 195273

upgpkg: perl-www-robotrules 6.02-2

Clean up PKGBUILD

Modified:
  perl-www-robotrules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 18:50:44 UTC (rev 195272)
+++ PKGBUILD2013-09-29 18:58:28 UTC (rev 195273)
@@ -1,48 +1,30 @@
-# Packager: Justin juster Davis jrc...@gmail.com
 # $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=perl-www-robotrules
 pkgver=6.02
-pkgrel=1
-pkgdesc=database of robots.txt-derived permissions
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl=5.8.1' 'perl-uri=1.10')
-conflicts=('perl-libwww6')
-url=https://metacpan.org/release/WWW-RobotRules
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-${pkgver}.tar.gz;)
-md5sums=(b7186e8b8b3701e70c22abf430742403)
-sha512sums=(781a2fc90e4efed901a91ecf4f2aaac2684409c6a75a8434ff140654838bb05d11f8fa760642e20eee96450d3ced6815a4dab11a4245bc8120c69ca68ab49e44)
-_distdir=${srcdir}/WWW-RobotRules-${pkgver}
+pkgrel=2
+pkgdesc=Database of robots.txt-derived permissions
+arch=('any')
+url=https://metacpan.org/release/WWW-RobotRules;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-uri')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-${pkgver}.tar.gz)
+sha1sums=('e158e6559307878b32d8e4c241bf257c2bc88ebb')
 
-build()
-(
-export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
+build() {
+  cd ${srcdir}/WWW-RobotRules-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
 
-cd $_distdir
-/usr/bin/perl Makefile.PL
-make
-)
+check() {
+  cd ${srcdir}/WWW-RobotRules-${pkgver}
+  make test
+}
 
-check()
-(
-export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd $_distdir
-make test
-)
-
 package() {
-cd $_distdir
-make DESTDIR=$pkgdir install
+  cd ${srcdir}/WWW-RobotRules-${pkgver}
+  make DESTDIR=${pkgdir} install
 }
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 20:59:08
  Author: eric
Revision: 195274

archrelease: copy trunk to extra-any

Added:
  perl-www-robotrules/repos/extra-any/PKGBUILD
(from rev 195273, perl-www-robotrules/trunk/PKGBUILD)
Deleted:
  perl-www-robotrules/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 18:58:28 UTC (rev 195273)
+++ PKGBUILD2013-09-29 18:59:08 UTC (rev 195274)
@@ -1,48 +0,0 @@
-# Packager: Justin juster Davis jrc...@gmail.com
-# $Id$
-
-pkgname=perl-www-robotrules
-pkgver=6.02
-pkgrel=1
-pkgdesc=database of robots.txt-derived permissions
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl=5.8.1' 'perl-uri=1.10')
-conflicts=('perl-libwww6')
-url=https://metacpan.org/release/WWW-RobotRules
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-${pkgver}.tar.gz;)
-md5sums=(b7186e8b8b3701e70c22abf430742403)
-sha512sums=(781a2fc90e4efed901a91ecf4f2aaac2684409c6a75a8434ff140654838bb05d11f8fa760642e20eee96450d3ced6815a4dab11a4245bc8120c69ca68ab49e44)
-_distdir=${srcdir}/WWW-RobotRules-${pkgver}
-
-build()
-(
-export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  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
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-www-robotrules/repos/extra-any/PKGBUILD (from rev 195273, 
perl-www-robotrules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 18:59:08 UTC (rev 195274)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=perl-www-robotrules
+pkgver=6.02
+pkgrel=2
+pkgdesc=Database of robots.txt-derived permissions
+arch=('any')
+url=https://metacpan.org/release/WWW-RobotRules;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-uri')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-${pkgver}.tar.gz)
+sha1sums=('e158e6559307878b32d8e4c241bf257c2bc88ebb')
+
+build() {
+  cd ${srcdir}/WWW-RobotRules-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/WWW-RobotRules-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/WWW-RobotRules-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 21:05:41
  Author: eric
Revision: 195275

upgpkg: perl-http-daemon 6.01-2

Clean up PKGBUILD

Modified:
  perl-http-daemon/trunk/PKGBUILD

--+
 PKGBUILD |   51 ---
 1 file changed, 16 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 18:59:08 UTC (rev 195274)
+++ PKGBUILD2013-09-29 19:05:41 UTC (rev 195275)
@@ -1,49 +1,30 @@
-# Maintainer : Justin juster Davis jrc...@gmail.com
-# Generator  : pbjam 0.01
 # $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=perl-http-daemon
 pkgver=6.01
-pkgrel=1
-pkgdesc=a simple http server class
-arch=(any)
-license=(PerlArtistic GPL)
+pkgrel=2
+pkgdesc=A simple http server class
+arch=('any')
+url=http://search.cpan.org/dist/HTTP-Daemon;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-http-date' 'perl-http-message' 'perl-lwp-mediatypes')
 options=('!emptydirs')
-depends=('perl=5.8.8' 'perl-http-date=6' 'perl-http-message'
-'perl-lwp-mediatypes=6')
-conflicts=('perl-libwww6')
-url=http://search.cpan.org/dist/HTTP-Daemon
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Daemon-$pkgver.tar.gz)
-md5sums=('ed0ae02d25d7f1e89456d4d69732adc2')
-_distdir=${srcdir}/HTTP-Daemon-$pkgver
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Daemon-${pkgver}.tar.gz)
+sha1sums=('d3b7614d4b3be4b61d26011efe90026c955102a4')
 
 build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
-
-cd $_distdir
-/usr/bin/perl Makefile.PL
-make
-  )
+  cd ${srcdir}/HTTP-Daemon-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
 }
 
 check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd $_distdir
-make test
-  )
+  cd ${srcdir}/HTTP-Daemon-${pkgver}
+  make test
 }
 
 package() {
-cd $_distdir
-make DESTDIR=$pkgdir install
+cd ${srcdir}/HTTP-Daemon-${pkgver}
+make DESTDIR=${pkgdir} install
 }
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 21:06:21
  Author: eric
Revision: 195276

archrelease: copy trunk to extra-any

Added:
  perl-http-daemon/repos/extra-any/PKGBUILD
(from rev 195275, perl-http-daemon/trunk/PKGBUILD)
Deleted:
  perl-http-daemon/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   79 +++--
 1 file changed, 30 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 19:05:41 UTC (rev 195275)
+++ PKGBUILD2013-09-29 19:06:21 UTC (rev 195276)
@@ -1,49 +0,0 @@
-# Maintainer : Justin juster Davis jrc...@gmail.com
-# Generator  : pbjam 0.01
-# $Id$
-
-pkgname=perl-http-daemon
-pkgver=6.01
-pkgrel=1
-pkgdesc=a simple http server class
-arch=(any)
-license=(PerlArtistic GPL)
-options=('!emptydirs')
-depends=('perl=5.8.8' 'perl-http-date=6' 'perl-http-message'
-'perl-lwp-mediatypes=6')
-conflicts=('perl-libwww6')
-url=http://search.cpan.org/dist/HTTP-Daemon
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Daemon-$pkgver.tar.gz)
-md5sums=('ed0ae02d25d7f1e89456d4d69732adc2')
-_distdir=${srcdir}/HTTP-Daemon-$pkgver
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  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
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-http-daemon/repos/extra-any/PKGBUILD (from rev 195275, 
perl-http-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 19:06:21 UTC (rev 195276)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=perl-http-daemon
+pkgver=6.01
+pkgrel=2
+pkgdesc=A simple http server class
+arch=('any')
+url=http://search.cpan.org/dist/HTTP-Daemon;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-http-date' 'perl-http-message' 'perl-lwp-mediatypes')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Daemon-${pkgver}.tar.gz)
+sha1sums=('d3b7614d4b3be4b61d26011efe90026c955102a4')
+
+build() {
+  cd ${srcdir}/HTTP-Daemon-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/HTTP-Daemon-${pkgver}
+  make test
+}
+
+package() {
+cd ${srcdir}/HTTP-Daemon-${pkgver}
+make DESTDIR=${pkgdir} install
+}



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 21:12:19
  Author: eric
Revision: 195277

upgpkg: perl-mp3-info 1.24-4

Clean up PKGBUILD

Modified:
  perl-mp3-info/trunk/PKGBUILD

--+
 PKGBUILD |   53 ++---
 1 file changed, 18 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 19:06:21 UTC (rev 195276)
+++ PKGBUILD2013-09-29 19:12:19 UTC (rev 195277)
@@ -1,47 +1,30 @@
-# Packager: Justin juster Davis jrc...@gmail.com
 # $Id$
+#Maintainer:
 
 pkgname=perl-mp3-info
 pkgver=1.24
-pkgrel=3
+pkgrel=4
 pkgdesc=Manipulate / fetch info from MP3 audio files
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
+arch=('any')
+url=https://metacpan.org/release/MP3-Info;
+license=('PerlArtistic' 'GPL')
 depends=('perl')
-url=https://metacpan.org/release/MP3-Info
+options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/D/DA/DANIEL/MP3-Info-${pkgver}.tar.gz;)
-md5sums=(fb4bcc43764e3b46c3a7c74b50ed7a44)
-sha512sums=(5cefb01b369921d49a5db9b5456e29054b993d8ef083dfa3a66b3a10b1a409162f7329f8dcf5ed96966651de5de093f4e5325f545559622d034e39ad33589701)
-_distdir=${srcdir}/MP3-Info-${pkgver}
+sha1sums=('19f7101703c07db3a3fbe9aed4726134d41bcdb9')
 
-build()
-(
-export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
+build() {
+  cd ${srcdir}/MP3-Info-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
 
-cd $_distdir
-/usr/bin/perl Makefile.PL
-make
-)
+check() {
+  cd ${srcdir}/MP3-Info-${pkgver}
+  make test
+}
 
-check()
-(
-export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd $_distdir
-make test
-)
-
 package() {
-cd $_distdir
-make DESTDIR=$pkgdir install
+  cd ${srcdir}/MP3-Info-${pkgver}
+  make DESTDIR=$pkgdir install
 }
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 21:12:56
  Author: eric
Revision: 195278

archrelease: copy trunk to extra-any

Added:
  perl-mp3-info/repos/extra-any/PKGBUILD
(from rev 195277, perl-mp3-info/trunk/PKGBUILD)
Deleted:
  perl-mp3-info/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   77 +++--
 1 file changed, 30 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 19:12:19 UTC (rev 195277)
+++ PKGBUILD2013-09-29 19:12:56 UTC (rev 195278)
@@ -1,47 +0,0 @@
-# Packager: Justin juster Davis jrc...@gmail.com
-# $Id$
-
-pkgname=perl-mp3-info
-pkgver=1.24
-pkgrel=3
-pkgdesc=Manipulate / fetch info from MP3 audio files
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl')
-url=https://metacpan.org/release/MP3-Info
-source=(http://search.cpan.org/CPAN/authors/id/D/DA/DANIEL/MP3-Info-${pkgver}.tar.gz;)
-md5sums=(fb4bcc43764e3b46c3a7c74b50ed7a44)
-sha512sums=(5cefb01b369921d49a5db9b5456e29054b993d8ef083dfa3a66b3a10b1a409162f7329f8dcf5ed96966651de5de093f4e5325f545559622d034e39ad33589701)
-_distdir=${srcdir}/MP3-Info-${pkgver}
-
-build()
-(
-export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  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
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-mp3-info/repos/extra-any/PKGBUILD (from rev 195277, 
perl-mp3-info/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 19:12:56 UTC (rev 195278)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer:
+
+pkgname=perl-mp3-info
+pkgver=1.24
+pkgrel=4
+pkgdesc=Manipulate / fetch info from MP3 audio files
+arch=('any')
+url=https://metacpan.org/release/MP3-Info;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DA/DANIEL/MP3-Info-${pkgver}.tar.gz;)
+sha1sums=('19f7101703c07db3a3fbe9aed4726134d41bcdb9')
+
+build() {
+  cd ${srcdir}/MP3-Info-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/MP3-Info-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/MP3-Info-${pkgver}
+  make DESTDIR=$pkgdir install
+}



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 21:17:52
  Author: eric
Revision: 97791

upgpkg: perl-xml-xpath 1.13-7

Clean up PKGBUILD

Modified:
  perl-xml-xpath/trunk/PKGBUILD

--+
 PKGBUILD |   57 -
 1 file changed, 20 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 18:23:23 UTC (rev 97790)
+++ PKGBUILD2013-09-29 19:17:52 UTC (rev 97791)
@@ -1,47 +1,30 @@
-# Packager: Justin juster Davis jrc...@gmail.com
 # $Id$
+#Maintainer:
 
 pkgname=perl-xml-xpath
 pkgver=1.13
-pkgrel=6
-pkgdesc=a set of modules for parsing and evaluating XPath statements
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl' 'perl-xml-parser=2.23')
-url=https://metacpan.org/release/XML-XPath
+pkgrel=7
+pkgdesc=A set of modules for parsing and evaluating XPath statements
+arch=('any')
+url=https://metacpan.org/release/XML-XPath;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-xml-parser')
+options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-XPath-${pkgver}.tar.gz;)
-md5sums=(b5919d9220d83982feb6e2321850c5d7)
-sha512sums=(c5af746f36562803e42c5afb63b533b59ecaa263977c5ef4bf6488b7597cae334bb3b0c644acdfbb453e87a22ba9a785df3f81b95faec89d974704d6f04f6503)
-_distdir=${srcdir}/XML-XPath-${pkgver}
+sha1sums=('72a8e7a71f5d0b46e004adfbc5c5dbf59affd03c')
 
-build()
-(
-export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
+build() {
+  cd ${srcdir}/XML-XPath-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
 
-cd $_distdir
-/usr/bin/perl Makefile.PL
-make
-)
+check() {
+  cd ${srcdir}/XML-XPath-${pkgver}
+  make test
+}
 
-check()
-(
-export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-cd $_distdir
-make test
-)
-
 package() {
-cd $_distdir
-make DESTDIR=$pkgdir install
+  cd ${srcdir}/XML-XPath-${pkgver}
+  make DESTDIR=$pkgdir install
 }
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-xml-xpath/repos/community-any (PKGBUILD PKGBUILD)

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 21:18:29
  Author: eric
Revision: 97792

archrelease: copy trunk to community-any

Added:
  perl-xml-xpath/repos/community-any/PKGBUILD
(from rev 97791, perl-xml-xpath/trunk/PKGBUILD)
Deleted:
  perl-xml-xpath/repos/community-any/PKGBUILD

--+
 PKGBUILD |   77 +++--
 1 file changed, 30 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 19:17:52 UTC (rev 97791)
+++ PKGBUILD2013-09-29 19:18:29 UTC (rev 97792)
@@ -1,47 +0,0 @@
-# Packager: Justin juster Davis jrc...@gmail.com
-# $Id$
-
-pkgname=perl-xml-xpath
-pkgver=1.13
-pkgrel=6
-pkgdesc=a set of modules for parsing and evaluating XPath statements
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl' 'perl-xml-parser=2.23')
-url=https://metacpan.org/release/XML-XPath
-source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-XPath-${pkgver}.tar.gz;)
-md5sums=(b5919d9220d83982feb6e2321850c5d7)
-sha512sums=(c5af746f36562803e42c5afb63b533b59ecaa263977c5ef4bf6488b7597cae334bb3b0c644acdfbb453e87a22ba9a785df3f81b95faec89d974704d6f04f6503)
-_distdir=${srcdir}/XML-XPath-${pkgver}
-
-build()
-(
-export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  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
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-xml-xpath/repos/community-any/PKGBUILD (from rev 97791, 
perl-xml-xpath/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 19:18:29 UTC (rev 97792)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer:
+
+pkgname=perl-xml-xpath
+pkgver=1.13
+pkgrel=7
+pkgdesc=A set of modules for parsing and evaluating XPath statements
+arch=('any')
+url=https://metacpan.org/release/XML-XPath;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-xml-parser')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-XPath-${pkgver}.tar.gz;)
+sha1sums=('72a8e7a71f5d0b46e004adfbc5c5dbf59affd03c')
+
+build() {
+  cd ${srcdir}/XML-XPath-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/XML-XPath-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/XML-XPath-${pkgver}
+  make DESTDIR=$pkgdir install
+}



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

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 21:22:08
  Author: jlichtblau
Revision: 97793

upgpkg: ginac 1.6.2-3

Modified:
  ginac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 19:18:29 UTC (rev 97792)
+++ PKGBUILD2013-09-29 19:22:08 UTC (rev 97793)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgname=ginac
 pkgver=1.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc=C++ library for symbolic calculations
 arch=('i686' 'x86_64')
 url='http://www.ginac.de/'
@@ -12,15 +13,14 @@
 license=('GPL')
 depends=('cln')
 makedepends=('transfig' 'doxygen' 'texlive-bin')
+install=${pkgname}.install
 source=(http://www.ginac.de/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('c93913c4c543874b2ade4f0390030641be7e0c41')
-install=${pkgname}.install
+sha256sums=('0f34d255024b3fb258e44da84f9e82dfb3dc9bc15f0999b7a18204a730663bde')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr --disable-static
-
   make
 }
 



[arch-commits] Commit in ginac/repos/community-x86_64 (4 files)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 21:22:18
  Author: jlichtblau
Revision: 97794

archrelease: copy trunk to community-x86_64

Added:
  ginac/repos/community-x86_64/PKGBUILD
(from rev 97793, ginac/trunk/PKGBUILD)
  ginac/repos/community-x86_64/ginac.install
(from rev 97793, ginac/trunk/ginac.install)
Deleted:
  ginac/repos/community-x86_64/PKGBUILD
  ginac/repos/community-x86_64/ginac.install

---+
 PKGBUILD  |   74 
 ginac.install |   40 +++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 19:22:08 UTC (rev 97793)
+++ PKGBUILD2013-09-29 19:22:18 UTC (rev 97794)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=ginac
-pkgver=1.6.2
-pkgrel=2
-pkgdesc=C++ library for symbolic calculations
-arch=('i686' 'x86_64')
-url='http://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('transfig' 'doxygen' 'texlive-bin')
-source=(http://www.ginac.de/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('c93913c4c543874b2ade4f0390030641be7e0c41')
-install=${pkgname}.install
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --disable-static
-
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: ginac/repos/community-x86_64/PKGBUILD (from rev 97793, 
ginac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 19:22:18 UTC (rev 97794)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=ginac
+pkgver=1.6.2
+pkgrel=3
+pkgdesc=C++ library for symbolic calculations
+arch=('i686' 'x86_64')
+url='http://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('transfig' 'doxygen' 'texlive-bin')
+install=${pkgname}.install
+source=(http://www.ginac.de/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0f34d255024b3fb258e44da84f9e82dfb3dc9bc15f0999b7a18204a730663bde')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: ginac.install
===
--- ginac.install   2013-09-29 19:22:08 UTC (rev 97793)
+++ ginac.install   2013-09-29 19:22:18 UTC (rev 97794)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(ginac.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
-usr/bin/install-info $infodir/$file $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
-usr/bin/install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: ginac/repos/community-x86_64/ginac.install (from rev 97793, 
ginac/trunk/ginac.install)
===
--- ginac.install   (rev 0)
+++ ginac.install   2013-09-29 19:22:18 UTC (rev 97794)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(ginac.info)
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+usr/bin/install-info $infodir/$file $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
+usr/bin/install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}



[arch-commits] Commit in shapelib/repos/community-x86_64 (4 files)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 21:27:30
  Author: jlichtblau
Revision: 97796

archrelease: copy trunk to community-x86_64

Added:
  shapelib/repos/community-x86_64/LICENSE
(from rev 97795, shapelib/trunk/LICENSE)
  shapelib/repos/community-x86_64/PKGBUILD
(from rev 97795, shapelib/trunk/PKGBUILD)
Deleted:
  shapelib/repos/community-x86_64/LICENSE
  shapelib/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   42 
 PKGBUILD |   80 ++---
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-09-29 19:27:19 UTC (rev 97795)
+++ LICENSE 2013-09-29 19:27:30 UTC (rev 97796)
@@ -1,21 +0,0 @@
-Copyright
-The source for the Shapefile C Library is (c) 1998 Frank Warmerdam, and 
released under the following conditions. The intent is that anyone can do 
anything with the code, but that I do not assume any liability, nor express any 
warranty for this code.
-
-As of Shapelib 1.2.6 the core portions of the library are made available under 
two possible licenses. The licensee can choose to use the code under either the 
Library GNU Public License (LGPL) described in LICENSE.LGPL or under the 
following MIT style license. Any files in the Shapelib distribution without 
explicit copyright license terms (such as this documentation, the Makefile and 
so forth) should be considered to have the following licensing terms. Some 
auxilary portions of Shapelib, notably some of the components in the contrib 
directory come under slightly different license restrictions. Check the source 
files that you are actually using for conditions.
-
-Default License Terms
-Copyright (c) 1999, Frank Warmerdam
-
-This software is available under the following MIT Style license, or at the 
option of the licensee under the LGPL (see LICENSE.LGPL). This option is 
discussed in more detail in shapelib.html.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the Software), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
-
-Shapelib Modifications
-I am pleased to receive bug fixes, and improvements for Shapelib. Unless the 
submissions indicate otherwise I will assume that changes submitted to me 
remain under the the above dual license terms. If changes are made to the 
library with the intention that those changes should be protected by the LGPL 
then I should be informed upon submission. Note that I will not generally 
incorporate changes into the core of Shapelib that are protected under the LGPL 
as this would effectively limit the whole file and distribution to LGPL terms.
-
-Opting for LGPL
-For licensee's opting to use Shapelib under LGPL as opposed to the MIT Style 
license above, and wishing to redistribute the software based on Shapelib, I 
would ask that all dual license modules be updated to indicate that only the 
LGPL (and not the MIT Style license) applies. This action represents opting for 
the LGPL, and thereafter LGPL terms apply to any redistribution and 
modification of the affected modules.

Copied: shapelib/repos/community-x86_64/LICENSE (from rev 97795, 
shapelib/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-09-29 19:27:30 UTC (rev 97796)
@@ -0,0 +1,21 @@
+Copyright
+The source for the Shapefile C Library is (c) 1998 Frank Warmerdam, and 
released under the following conditions. The intent is that anyone can do 
anything with the code, but that I do not assume any liability, nor express any 
warranty for this code.
+
+As of Shapelib 1.2.6 the core portions of the library are made available under 
two possible licenses. The licensee can choose to use the code under either the 
Library GNU Public License (LGPL) described in LICENSE.LGPL or under the 
following MIT style license. Any files in the Shapelib distribution without 
explicit copyright license terms (such as this documentation, the Makefile and 

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

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 21:27:19
  Author: jlichtblau
Revision: 97795

upgpkg: shapelib 1.3.0-3

Modified:
  shapelib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 19:22:18 UTC (rev 97794)
+++ PKGBUILD2013-09-29 19:27:19 UTC (rev 97795)
@@ -1,18 +1,18 @@
 # $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
 # Contributor: Bob Finch w...@arrl.net
 
 pkgname=shapelib
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='simple C API for reading and writing ESRI Shapefiles'
 arch=('i686' 'x86_64')
 url='http://shapelib.maptools.org/'
 license=('LGPL' 'MIT')
 options=('!libtool')
-source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz;
-LICENSE)
+source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz
+LICENSE)
 sha256sums=('23d474016158ab5077db2f599527631706ba5c0dc7c4178a6a1d685bb014f68f'
 '67e45b04045e27a9d6f64f92b295831b8739b32668ce497d3fa02999e349a789')
 



[arch-commits] Commit in ginac/repos/community-i686 (4 files)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 21:40:51
  Author: jlichtblau
Revision: 97797

archrelease: copy trunk to community-i686

Added:
  ginac/repos/community-i686/PKGBUILD
(from rev 97796, ginac/trunk/PKGBUILD)
  ginac/repos/community-i686/ginac.install
(from rev 97796, ginac/trunk/ginac.install)
Deleted:
  ginac/repos/community-i686/PKGBUILD
  ginac/repos/community-i686/ginac.install

---+
 PKGBUILD  |   74 
 ginac.install |   40 +++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 19:27:30 UTC (rev 97796)
+++ PKGBUILD2013-09-29 19:40:51 UTC (rev 97797)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=ginac
-pkgver=1.6.2
-pkgrel=2
-pkgdesc=C++ library for symbolic calculations
-arch=('i686' 'x86_64')
-url='http://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('transfig' 'doxygen' 'texlive-bin')
-source=(http://www.ginac.de/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('c93913c4c543874b2ade4f0390030641be7e0c41')
-install=${pkgname}.install
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --disable-static
-
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: ginac/repos/community-i686/PKGBUILD (from rev 97796, 
ginac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 19:40:51 UTC (rev 97797)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=ginac
+pkgver=1.6.2
+pkgrel=3
+pkgdesc=C++ library for symbolic calculations
+arch=('i686' 'x86_64')
+url='http://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('transfig' 'doxygen' 'texlive-bin')
+install=${pkgname}.install
+source=(http://www.ginac.de/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0f34d255024b3fb258e44da84f9e82dfb3dc9bc15f0999b7a18204a730663bde')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: ginac.install
===
--- ginac.install   2013-09-29 19:27:30 UTC (rev 97796)
+++ ginac.install   2013-09-29 19:40:51 UTC (rev 97797)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(ginac.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
-usr/bin/install-info $infodir/$file $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
-usr/bin/install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: ginac/repos/community-i686/ginac.install (from rev 97796, 
ginac/trunk/ginac.install)
===
--- ginac.install   (rev 0)
+++ ginac.install   2013-09-29 19:40:51 UTC (rev 97797)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(ginac.info)
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+usr/bin/install-info $infodir/$file $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
+usr/bin/install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}



[arch-commits] Commit in shapelib/repos/community-i686 (4 files)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 21:41:55
  Author: jlichtblau
Revision: 97798

archrelease: copy trunk to community-i686

Added:
  shapelib/repos/community-i686/LICENSE
(from rev 97797, shapelib/trunk/LICENSE)
  shapelib/repos/community-i686/PKGBUILD
(from rev 97797, shapelib/trunk/PKGBUILD)
Deleted:
  shapelib/repos/community-i686/LICENSE
  shapelib/repos/community-i686/PKGBUILD

--+
 LICENSE  |   42 
 PKGBUILD |   80 ++---
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-09-29 19:40:51 UTC (rev 97797)
+++ LICENSE 2013-09-29 19:41:55 UTC (rev 97798)
@@ -1,21 +0,0 @@
-Copyright
-The source for the Shapefile C Library is (c) 1998 Frank Warmerdam, and 
released under the following conditions. The intent is that anyone can do 
anything with the code, but that I do not assume any liability, nor express any 
warranty for this code.
-
-As of Shapelib 1.2.6 the core portions of the library are made available under 
two possible licenses. The licensee can choose to use the code under either the 
Library GNU Public License (LGPL) described in LICENSE.LGPL or under the 
following MIT style license. Any files in the Shapelib distribution without 
explicit copyright license terms (such as this documentation, the Makefile and 
so forth) should be considered to have the following licensing terms. Some 
auxilary portions of Shapelib, notably some of the components in the contrib 
directory come under slightly different license restrictions. Check the source 
files that you are actually using for conditions.
-
-Default License Terms
-Copyright (c) 1999, Frank Warmerdam
-
-This software is available under the following MIT Style license, or at the 
option of the licensee under the LGPL (see LICENSE.LGPL). This option is 
discussed in more detail in shapelib.html.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the Software), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
-
-Shapelib Modifications
-I am pleased to receive bug fixes, and improvements for Shapelib. Unless the 
submissions indicate otherwise I will assume that changes submitted to me 
remain under the the above dual license terms. If changes are made to the 
library with the intention that those changes should be protected by the LGPL 
then I should be informed upon submission. Note that I will not generally 
incorporate changes into the core of Shapelib that are protected under the LGPL 
as this would effectively limit the whole file and distribution to LGPL terms.
-
-Opting for LGPL
-For licensee's opting to use Shapelib under LGPL as opposed to the MIT Style 
license above, and wishing to redistribute the software based on Shapelib, I 
would ask that all dual license modules be updated to indicate that only the 
LGPL (and not the MIT Style license) applies. This action represents opting for 
the LGPL, and thereafter LGPL terms apply to any redistribution and 
modification of the affected modules.

Copied: shapelib/repos/community-i686/LICENSE (from rev 97797, 
shapelib/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-09-29 19:41:55 UTC (rev 97798)
@@ -0,0 +1,21 @@
+Copyright
+The source for the Shapefile C Library is (c) 1998 Frank Warmerdam, and 
released under the following conditions. The intent is that anyone can do 
anything with the code, but that I do not assume any liability, nor express any 
warranty for this code.
+
+As of Shapelib 1.2.6 the core portions of the library are made available under 
two possible licenses. The licensee can choose to use the code under either the 
Library GNU Public License (LGPL) described in LICENSE.LGPL or under the 
following MIT style license. Any files in the Shapelib distribution without 
explicit copyright license terms (such as this documentation, the Makefile and 
so forth) 

[arch-commits] Commit in (s-nail s-nail/repos s-nail/trunk s-nail/trunk/PKGBUILD)

2013-09-29 Thread Gaetan Bisson
Date: Sunday, September 29, 2013 @ 21:55:10
  Author: bisson
Revision: 195279

initial commit of s-nail, a heirloom-mailx fork which is actually maintained

Added:
  s-nail/
  s-nail/repos/
  s-nail/trunk/
  s-nail/trunk/PKGBUILD

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

Added: s-nail/trunk/PKGBUILD
===
--- s-nail/trunk/PKGBUILD   (rev 0)
+++ s-nail/trunk/PKGBUILD   2013-09-29 19:55:10 UTC (rev 195279)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.4.2
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sourceforge.net/projects/s-nail/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.gz;)
+sha1sums=('5c573dae7fbf081759b36b158166b756cabd8717')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   all
+
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


Property changes on: s-nail/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2013-09-29 Thread Gaetan Bisson
Date: Sunday, September 29, 2013 @ 21:55:44
  Author: bisson
Revision: 195280

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

Added:
  s-nail/repos/testing-i686/
  s-nail/repos/testing-i686/PKGBUILD
(from rev 195279, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 195279, s-nail/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   50 ++
 testing-x86_64/PKGBUILD |   50 ++
 2 files changed, 100 insertions(+)

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 195279, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-29 19:55:44 UTC (rev 195280)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.4.2
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sourceforge.net/projects/s-nail/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.gz;)
+sha1sums=('5c573dae7fbf081759b36b158166b756cabd8717')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   all
+
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: s-nail/repos/testing-x86_64/PKGBUILD (from rev 195279, 
s-nail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-29 19:55:44 UTC (rev 195280)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.4.2
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sourceforge.net/projects/s-nail/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.gz;)
+sha1sums=('5c573dae7fbf081759b36b158166b756cabd8717')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   all
+
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



[arch-commits] Commit in python-basemap/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 21:59:55
  Author: jlichtblau
Revision: 97800

archrelease: copy trunk to community-x86_64

Added:
  python-basemap/repos/community-x86_64/PKGBUILD
(from rev 97799, python-basemap/trunk/PKGBUILD)
Deleted:
  python-basemap/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  167 ++---
 1 file changed, 84 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 19:59:35 UTC (rev 97799)
+++ PKGBUILD2013-09-29 19:59:55 UTC (rev 97800)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Matthias Ellmer ellmer.matth...@gmail.com
-# Contributor: Julien Morin jmo...@cp.dias.ie
-
-pkgbase=python-basemap
-pkgname=('python-basemap' 'python2-basemap' 'python-basemap-common')
-pkgver=1.0.6
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://matplotlib.org/basemap/;
-license=('custom')
-makedepends=('python2-numpy' 'python-numpy' 'geos' 'shapelib')
-source=(http://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits/basemap-${pkgver}/basemap-${pkgver}.tar.gz;)
-sha1sums=('76191964c580b3af33c169cb050bb171328298f9')
-
-_py2basever=2.7
-_py3basever=3.3
-
-build() {
-   pushd ${srcdir}/basemap-${pkgver}
-   # Remove the bundled libraries and common data
-   rm -r geos-*
-   sed -i s/lib64/lib/g setup.py
-   popd
-
-   cp -a ${srcdir}/basemap-${pkgver}{,-python2}
-
-   # Python3 Version
-   cd ${srcdir}/basemap-${pkgver}
-   python setup.py config
-   python setup.py build
-
-   # Python2 Version
-   cd ${srcdir}/basemap-${pkgver}-python2
-   python2 setup.py config
-   python2 setup.py build
-}
-
-package_python-basemap() {
-   pkgdesc=Toolkit for plotting data on map projections
-   depends=('python-basemap-common' 'python-matplotlib' 'geos' 'shapelib' 
'python-numpy' 'python-httplib2')
-   optdepends=('python-imaging: Python Imaging Library is only needed for 
bluemarble and warpimage methods.')
-
-   cd ${srcdir}/basemap-${pkgver}
-
-   python setup.py install -O1 --skip-build --root=${pkgdir} --prefix=/usr
-
-   # Conflict with files from python-matplotlib
-   rm 
${pkgdir}/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/__init__.py
-   rm 
${pkgdir}/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/__pycache__/__init__.cpython-33.{pyc,pyo}
-
-   rm -fr 
${pkgdir}/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/basemap/data
-   ln -sf /usr/share/basemap/data 
${pkgdir}/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/basemap/data
-}
-
-package_python2-basemap() {
-   pkgdesc=Toolkit for plotting data on map projections
-   depends=('python-basemap-common' 'python2-matplotlib' 'geos' 'shapelib' 
'python2-numpy' 'python2-httplib2')
-   optdepends=('python2-imaging: Python Imaging Library is only needed for 
bluemarble and warpimage methods.')
-
-   cd ${srcdir}/basemap-${pkgver}-python2
-
-   python2 setup.py install -O1 --skip-build --root=${pkgdir} --prefix=/usr
-
-   # Conflict with files from python2-matplotlib
-   rm 
${pkgdir}/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/__init__.{py,pyc,pyo}
-
-   rm -fr 
${pkgdir}/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/basemap/data
-   ln -sf /usr/share/basemap/data 
${pkgdir}/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/basemap/data
-}
-
-package_python-basemap-common() {
-   pkgdesc=Data files for python-basemap
-
-   cd ${srcdir}/basemap-${pkgver}
-
-   install -dm755 ${pkgdir}/usr/share/basemap
-   cp -a lib/mpl_toolkits/basemap/data/ ${pkgdir}/usr/share/basemap/
-
-   install -dm755 ${pkgdir}/usr/share/licenses/${pkgbase}
-   install -m644 LICENSE_{data,pyshp,proj4} README 
${pkgdir}/usr/share/licenses/${pkgbase}/
-}

Copied: python-basemap/repos/community-x86_64/PKGBUILD (from rev 97799, 
python-basemap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 19:59:55 UTC (rev 97800)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Matthias Ellmer ellmer.matth...@gmail.com
+# Contributor: Julien Morin jmo...@cp.dias.ie
+
+pkgbase=python-basemap
+pkgname=('python-basemap' 'python2-basemap' 'python-basemap-common')
+pkgver=1.0.6
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://matplotlib.org/basemap/;
+license=('custom')
+makedepends=('python2-numpy' 'python-numpy' 'geos' 'shapelib')
+source=(http://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits/basemap-${pkgver}/basemap-${pkgver}.tar.gz;)
+sha1sums=('76191964c580b3af33c169cb050bb171328298f9')
+
+_py2basever=2.7
+_py3basever=3.3
+
+build() {
+   pushd ${srcdir}/basemap-${pkgver}
+   # Remove the bundled libraries and common data
+   rm -r geos-*
+   sed -i s/lib64/lib/g setup.py
+   popd

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

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 21:59:35
  Author: jlichtblau
Revision: 97799

upgpkg: python-basemap 1.0.6-3

Modified:
  python-basemap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 19:41:55 UTC (rev 97798)
+++ PKGBUILD2013-09-29 19:59:35 UTC (rev 97799)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Matthias Ellmer ellmer.matth...@gmail.com
 # Contributor: Julien Morin jmo...@cp.dias.ie
 
@@ -6,7 +7,7 @@
 pkgbase=python-basemap
 pkgname=('python-basemap' 'python2-basemap' 'python-basemap-common')
 pkgver=1.0.6
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://matplotlib.org/basemap/;
 license=('custom')



[arch-commits] Commit in python-basemap/repos/community-i686 (PKGBUILD PKGBUILD)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 22:12:51
  Author: jlichtblau
Revision: 97801

archrelease: copy trunk to community-i686

Added:
  python-basemap/repos/community-i686/PKGBUILD
(from rev 97800, python-basemap/trunk/PKGBUILD)
Deleted:
  python-basemap/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  167 ++---
 1 file changed, 84 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 19:59:55 UTC (rev 97800)
+++ PKGBUILD2013-09-29 20:12:51 UTC (rev 97801)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Matthias Ellmer ellmer.matth...@gmail.com
-# Contributor: Julien Morin jmo...@cp.dias.ie
-
-pkgbase=python-basemap
-pkgname=('python-basemap' 'python2-basemap' 'python-basemap-common')
-pkgver=1.0.6
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://matplotlib.org/basemap/;
-license=('custom')
-makedepends=('python2-numpy' 'python-numpy' 'geos' 'shapelib')
-source=(http://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits/basemap-${pkgver}/basemap-${pkgver}.tar.gz;)
-sha1sums=('76191964c580b3af33c169cb050bb171328298f9')
-
-_py2basever=2.7
-_py3basever=3.3
-
-build() {
-   pushd ${srcdir}/basemap-${pkgver}
-   # Remove the bundled libraries and common data
-   rm -r geos-*
-   sed -i s/lib64/lib/g setup.py
-   popd
-
-   cp -a ${srcdir}/basemap-${pkgver}{,-python2}
-
-   # Python3 Version
-   cd ${srcdir}/basemap-${pkgver}
-   python setup.py config
-   python setup.py build
-
-   # Python2 Version
-   cd ${srcdir}/basemap-${pkgver}-python2
-   python2 setup.py config
-   python2 setup.py build
-}
-
-package_python-basemap() {
-   pkgdesc=Toolkit for plotting data on map projections
-   depends=('python-basemap-common' 'python-matplotlib' 'geos' 'shapelib' 
'python-numpy' 'python-httplib2')
-   optdepends=('python-imaging: Python Imaging Library is only needed for 
bluemarble and warpimage methods.')
-
-   cd ${srcdir}/basemap-${pkgver}
-
-   python setup.py install -O1 --skip-build --root=${pkgdir} --prefix=/usr
-
-   # Conflict with files from python-matplotlib
-   rm 
${pkgdir}/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/__init__.py
-   rm 
${pkgdir}/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/__pycache__/__init__.cpython-33.{pyc,pyo}
-
-   rm -fr 
${pkgdir}/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/basemap/data
-   ln -sf /usr/share/basemap/data 
${pkgdir}/usr/lib/python${_py3basever}/site-packages/mpl_toolkits/basemap/data
-}
-
-package_python2-basemap() {
-   pkgdesc=Toolkit for plotting data on map projections
-   depends=('python-basemap-common' 'python2-matplotlib' 'geos' 'shapelib' 
'python2-numpy' 'python2-httplib2')
-   optdepends=('python2-imaging: Python Imaging Library is only needed for 
bluemarble and warpimage methods.')
-
-   cd ${srcdir}/basemap-${pkgver}-python2
-
-   python2 setup.py install -O1 --skip-build --root=${pkgdir} --prefix=/usr
-
-   # Conflict with files from python2-matplotlib
-   rm 
${pkgdir}/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/__init__.{py,pyc,pyo}
-
-   rm -fr 
${pkgdir}/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/basemap/data
-   ln -sf /usr/share/basemap/data 
${pkgdir}/usr/lib/python${_py2basever}/site-packages/mpl_toolkits/basemap/data
-}
-
-package_python-basemap-common() {
-   pkgdesc=Data files for python-basemap
-
-   cd ${srcdir}/basemap-${pkgver}
-
-   install -dm755 ${pkgdir}/usr/share/basemap
-   cp -a lib/mpl_toolkits/basemap/data/ ${pkgdir}/usr/share/basemap/
-
-   install -dm755 ${pkgdir}/usr/share/licenses/${pkgbase}
-   install -m644 LICENSE_{data,pyshp,proj4} README 
${pkgdir}/usr/share/licenses/${pkgbase}/
-}

Copied: python-basemap/repos/community-i686/PKGBUILD (from rev 97800, 
python-basemap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 20:12:51 UTC (rev 97801)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Matthias Ellmer ellmer.matth...@gmail.com
+# Contributor: Julien Morin jmo...@cp.dias.ie
+
+pkgbase=python-basemap
+pkgname=('python-basemap' 'python2-basemap' 'python-basemap-common')
+pkgver=1.0.6
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://matplotlib.org/basemap/;
+license=('custom')
+makedepends=('python2-numpy' 'python-numpy' 'geos' 'shapelib')
+source=(http://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits/basemap-${pkgver}/basemap-${pkgver}.tar.gz;)
+sha1sums=('76191964c580b3af33c169cb050bb171328298f9')
+
+_py2basever=2.7
+_py3basever=3.3
+
+build() {
+   pushd ${srcdir}/basemap-${pkgver}
+   # Remove the bundled libraries and common data
+   rm -r geos-*
+   sed -i s/lib64/lib/g setup.py
+   popd
+
+   cp 

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

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 22:13:34
  Author: jlichtblau
Revision: 97802

upgpkg: python-pyproj 1.9.3-2

Modified:
  python-pyproj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 20:12:51 UTC (rev 97801)
+++ PKGBUILD2013-09-29 20:13:34 UTC (rev 97802)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
 
 pkgbase=python-pyproj
 pkgname=('python-pyproj' 'python2-pyproj')
 pkgver=1.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Python interfaces to PROJ.4 library
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/pyproj;



[arch-commits] Commit in python-pyproj/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 22:15:06
  Author: jlichtblau
Revision: 97803

archrelease: copy trunk to community-x86_64

Added:
  python-pyproj/repos/community-x86_64/PKGBUILD
(from rev 97802, python-pyproj/trunk/PKGBUILD)
Deleted:
  python-pyproj/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   99 ++---
 1 file changed, 50 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 20:13:34 UTC (rev 97802)
+++ PKGBUILD2013-09-29 20:15:06 UTC (rev 97803)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgbase=python-pyproj
-pkgname=('python-pyproj' 'python2-pyproj')
-pkgver=1.9.3
-pkgrel=1
-pkgdesc=Python interfaces to PROJ.4 library
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/pyproj;
-license=('custom')
-source=(http://pyproj.googlecode.com/files/pyproj-${pkgver}.tar.gz)
-makedepends=('python' 'python2')
-sha1sums=('3f290241e113ea63d0487a48e7e054cc1c3e19f8')
-
-build() {
-   cd ${srcdir}
-
-   cp -a pyproj-${pkgver}{,-python2}
-
-   # Build python 3 module
-   cd pyproj-${pkgver}
-   python3 setup.py build
-
-   # Build python 2 module
-   cd ../pyproj-${pkgver}-python2
-   python2 setup.py build
-}
-
-package_python-pyproj() {
-   depends=('proj' 'python=3.3')
-
-   cd ${srcdir}/pyproj-${pkgver}
-   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-
-   install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-   install -m644 LICENSE_proj4 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-pyproj() {
-   depends=('proj' 'python2=2.7')
-   replaces=('pyproj')
-
-   cd ${srcdir}/pyproj-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-
-   install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-   install -m644 LICENSE_proj4 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-pyproj/repos/community-x86_64/PKGBUILD (from rev 97802, 
python-pyproj/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 20:15:06 UTC (rev 97803)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pyproj
+pkgname=('python-pyproj' 'python2-pyproj')
+pkgver=1.9.3
+pkgrel=2
+pkgdesc=Python interfaces to PROJ.4 library
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/pyproj;
+license=('custom')
+source=(http://pyproj.googlecode.com/files/pyproj-${pkgver}.tar.gz)
+makedepends=('python' 'python2')
+sha1sums=('3f290241e113ea63d0487a48e7e054cc1c3e19f8')
+
+build() {
+   cd ${srcdir}
+
+   cp -a pyproj-${pkgver}{,-python2}
+
+   # Build python 3 module
+   cd pyproj-${pkgver}
+   python3 setup.py build
+
+   # Build python 2 module
+   cd ../pyproj-${pkgver}-python2
+   python2 setup.py build
+}
+
+package_python-pyproj() {
+   depends=('proj' 'python=3.3')
+
+   cd ${srcdir}/pyproj-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+   install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+   install -m644 LICENSE_proj4 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyproj() {
+   depends=('proj' 'python2=2.7')
+   replaces=('pyproj')
+
+   cd ${srcdir}/pyproj-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+   install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+   install -m644 LICENSE_proj4 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in systemd/trunk (4 files)

2013-09-29 Thread Thomas Bächler
Date: Sunday, September 29, 2013 @ 22:22:13
  Author: thomas
Revision: 195281

upgpkg: systemd 207-6 - add a few more upstream patches

7ab064a6d60c cryptsetup-generator: allow specifying options in /proc/cmdline
ecd1e54ca6bf man: document luks.options kernel commandline
3cf0f8f7e0b9 udev-rules: avoid erroring on trailing whitespace

Added:
  systemd/trunk/0001-cryptsetup-generator-allow-specifying-options-in-pro.patch
  systemd/trunk/0001-man-document-luks.options-kernel-commandline.patch
  systemd/trunk/0001-udev-rules-avoid-erroring-on-trailing-whitespace.patch
Modified:
  systemd/trunk/PKGBUILD

-+
 0001-cryptsetup-generator-allow-specifying-options-in-pro.patch |  190 
++
 0001-man-document-luks.options-kernel-commandline.patch |   28 +
 0001-udev-rules-avoid-erroring-on-trailing-whitespace.patch |   32 +
 PKGBUILD|   15 
 4 files changed, 262 insertions(+), 3 deletions(-)

Added: 0001-cryptsetup-generator-allow-specifying-options-in-pro.patch
===
--- 0001-cryptsetup-generator-allow-specifying-options-in-pro.patch 
(rev 0)
+++ 0001-cryptsetup-generator-allow-specifying-options-in-pro.patch 
2013-09-29 20:22:13 UTC (rev 195281)
@@ -0,0 +1,190 @@
+From 7ab064a6d60cf805765077b67d56c123f9cf3c58 Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Sun, 18 Aug 2013 14:59:00 +0800
+Subject: [PATCH] cryptsetup-generator: allow specifying options in
+ /proc/cmdline
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The main usecase for this is to make it possible to use cryptsetup in
+the initrd without it having to include a host-specific /etc/crypttab.
+
+Tested-by: Thomas Bächler tho...@archlinux.org
+---
+ man/systemd-cryptsetup-generator.xml  | 23 ++
+ src/cryptsetup/cryptsetup-generator.c | 79 +--
+ 2 files changed, 98 insertions(+), 4 deletions(-)
+
+diff --git a/man/systemd-cryptsetup-generator.xml 
b/man/systemd-cryptsetup-generator.xml
+index 215ac2d..d6b7e49 100644
+--- a/man/systemd-cryptsetup-generator.xml
 b/man/systemd-cryptsetup-generator.xml
+@@ -137,6 +137,29 @@
+ will be activated in the initrd or the real 
root./para
+ /listitem
+ /varlistentry
++
++varlistentry
++termvarnameluks.options=/varname/term
++
termvarnamerd.luks.options=/varname/term
++
++listitemparaTakes a LUKS super
++block UUID followed by an '=' and a string
++of options separated by commas as argument.
++This will override the options for the given
++UUID./para
++paraIf only a list of options, without an
++UUID, is specified, they apply to any UUIDs 
not
++specified elsewhere, and without an entry in
++/etc/crypttab./parapara
++varnamerd.luks.options=/varname
++is honored only by initial RAM disk
++(initrd) while
++varnameluks.options=/varname is
++honored by both the main system and
++the initrd./para
++/listitem
++/varlistentry
++
+ varlistentry
+ termvarnameluks.key=/varname/term
+ termvarnamerd.luks.key=/varname/term
+diff --git a/src/cryptsetup/cryptsetup-generator.c 
b/src/cryptsetup/cryptsetup-generator.c
+index 967c5e6..ba6efa6 100644
+--- a/src/cryptsetup/cryptsetup-generator.c
 b/src/cryptsetup/cryptsetup-generator.c
+@@ -240,7 +240,7 @@ static int create_disk(
+ return 0;
+ }
+ 
+-static int parse_proc_cmdline(char ***arg_proc_cmdline_disks, char 
**arg_proc_cmdline_keyfile) {
++static int parse_proc_cmdline(char ***arg_proc_cmdline_disks, char 
***arg_proc_cmdline_options, char **arg_proc_cmdline_keyfile) {
+ _cleanup_free_ char *line = NULL;
+ char *w = NULL, *state = NULL;
+ int r;
+@@ -307,7 +307,20 @@ static int parse_proc_cmdline(char 
***arg_proc_cmdline_disks, char **arg_proc_cm
+ return log_oom();
+ }
+ 
++} else if (startswith(word, luks.options=)) {
++if 

[arch-commits] Commit in systemd/repos (24 files)

2013-09-29 Thread Thomas Bächler
Date: Sunday, September 29, 2013 @ 22:22:47
  Author: thomas
Revision: 195282

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

Added:
  systemd/repos/testing-i686/
  
systemd/repos/testing-i686/0001-cryptsetup-generator-allow-specifying-options-in-pro.patch
(from rev 195281, 
systemd/trunk/0001-cryptsetup-generator-allow-specifying-options-in-pro.patch)
  
systemd/repos/testing-i686/0001-man-document-luks.options-kernel-commandline.patch
(from rev 195281, 
systemd/trunk/0001-man-document-luks.options-kernel-commandline.patch)
  
systemd/repos/testing-i686/0001-polkit-Avoid-race-condition-in-scraping-proc.patch
(from rev 195281, 
systemd/trunk/0001-polkit-Avoid-race-condition-in-scraping-proc.patch)
  systemd/repos/testing-i686/0001-swap-fix-reverse-dependencies.patch
(from rev 195281, systemd/trunk/0001-swap-fix-reverse-dependencies.patch)
  
systemd/repos/testing-i686/0001-udev-rules-avoid-erroring-on-trailing-whitespace.patch
(from rev 195281, 
systemd/trunk/0001-udev-rules-avoid-erroring-on-trailing-whitespace.patch)
  
systemd/repos/testing-i686/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch
(from rev 195281, 
systemd/trunk/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 195281, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 195281, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 195281, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 195281, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 195281, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  
systemd/repos/testing-x86_64/0001-cryptsetup-generator-allow-specifying-options-in-pro.patch
(from rev 195281, 
systemd/trunk/0001-cryptsetup-generator-allow-specifying-options-in-pro.patch)
  
systemd/repos/testing-x86_64/0001-man-document-luks.options-kernel-commandline.patch
(from rev 195281, 
systemd/trunk/0001-man-document-luks.options-kernel-commandline.patch)
  
systemd/repos/testing-x86_64/0001-polkit-Avoid-race-condition-in-scraping-proc.patch
(from rev 195281, 
systemd/trunk/0001-polkit-Avoid-race-condition-in-scraping-proc.patch)
  systemd/repos/testing-x86_64/0001-swap-fix-reverse-dependencies.patch
(from rev 195281, systemd/trunk/0001-swap-fix-reverse-dependencies.patch)
  
systemd/repos/testing-x86_64/0001-udev-rules-avoid-erroring-on-trailing-whitespace.patch
(from rev 195281, 
systemd/trunk/0001-udev-rules-avoid-erroring-on-trailing-whitespace.patch)
  
systemd/repos/testing-x86_64/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch
(from rev 195281, 
systemd/trunk/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 195281, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 195281, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 195281, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 195281, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 195281, systemd/trunk/systemd.install)

+
 testing-i686/0001-cryptsetup-generator-allow-specifying-options-in-pro.patch   
|  190 ++
 testing-i686/0001-man-document-luks.options-kernel-commandline.patch   
|   28 +
 testing-i686/0001-polkit-Avoid-race-condition-in-scraping-proc.patch   
|   75 +++
 testing-i686/0001-swap-fix-reverse-dependencies.patch  
|   30 +
 testing-i686/0001-udev-rules-avoid-erroring-on-trailing-whitespace.patch   
|   32 +
 testing-i686/0002-swap-create-.wants-symlink-to-auto-swap-devices.patch
|   90 
 testing-i686/PKGBUILD  
|  157 
 testing-i686/initcpio-hook-udev
|   22 +
 testing-i686/initcpio-install-systemd  
|  159 
 testing-i686/initcpio-install-udev 
|   29 +
 testing-i686/systemd.install   
|  103 +
 testing-x86_64/0001-cryptsetup-generator-allow-specifying-options-in-pro.patch 
|  190 ++
 testing-x86_64/0001-man-document-luks.options-kernel-commandline.patch 
|   28 +
 testing-x86_64/0001-polkit-Avoid-race-condition-in-scraping-proc.patch 
|   75 +++
 testing-x86_64/0001-swap-fix-reverse-dependencies.patch
|   30 +
 testing-x86_64/0001-udev-rules-avoid-erroring-on-trailing-whitespace.patch 
|   32 +
 

[arch-commits] Commit in python-pyproj/repos/community-i686 (PKGBUILD PKGBUILD)

2013-09-29 Thread Jaroslav Lichtblau
Date: Sunday, September 29, 2013 @ 22:26:54
  Author: jlichtblau
Revision: 97804

archrelease: copy trunk to community-i686

Added:
  python-pyproj/repos/community-i686/PKGBUILD
(from rev 97803, python-pyproj/trunk/PKGBUILD)
Deleted:
  python-pyproj/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   99 ++---
 1 file changed, 50 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 20:15:06 UTC (rev 97803)
+++ PKGBUILD2013-09-29 20:26:54 UTC (rev 97804)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgbase=python-pyproj
-pkgname=('python-pyproj' 'python2-pyproj')
-pkgver=1.9.3
-pkgrel=1
-pkgdesc=Python interfaces to PROJ.4 library
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/pyproj;
-license=('custom')
-source=(http://pyproj.googlecode.com/files/pyproj-${pkgver}.tar.gz)
-makedepends=('python' 'python2')
-sha1sums=('3f290241e113ea63d0487a48e7e054cc1c3e19f8')
-
-build() {
-   cd ${srcdir}
-
-   cp -a pyproj-${pkgver}{,-python2}
-
-   # Build python 3 module
-   cd pyproj-${pkgver}
-   python3 setup.py build
-
-   # Build python 2 module
-   cd ../pyproj-${pkgver}-python2
-   python2 setup.py build
-}
-
-package_python-pyproj() {
-   depends=('proj' 'python=3.3')
-
-   cd ${srcdir}/pyproj-${pkgver}
-   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-
-   install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-   install -m644 LICENSE_proj4 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-pyproj() {
-   depends=('proj' 'python2=2.7')
-   replaces=('pyproj')
-
-   cd ${srcdir}/pyproj-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-
-   install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-   install -m644 LICENSE_proj4 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-pyproj/repos/community-i686/PKGBUILD (from rev 97803, 
python-pyproj/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 20:26:54 UTC (rev 97804)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pyproj
+pkgname=('python-pyproj' 'python2-pyproj')
+pkgver=1.9.3
+pkgrel=2
+pkgdesc=Python interfaces to PROJ.4 library
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/pyproj;
+license=('custom')
+source=(http://pyproj.googlecode.com/files/pyproj-${pkgver}.tar.gz)
+makedepends=('python' 'python2')
+sha1sums=('3f290241e113ea63d0487a48e7e054cc1c3e19f8')
+
+build() {
+   cd ${srcdir}
+
+   cp -a pyproj-${pkgver}{,-python2}
+
+   # Build python 3 module
+   cd pyproj-${pkgver}
+   python3 setup.py build
+
+   # Build python 2 module
+   cd ../pyproj-${pkgver}-python2
+   python2 setup.py build
+}
+
+package_python-pyproj() {
+   depends=('proj' 'python=3.3')
+
+   cd ${srcdir}/pyproj-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+   install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+   install -m644 LICENSE_proj4 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyproj() {
+   depends=('proj' 'python2=2.7')
+   replaces=('pyproj')
+
+   cd ${srcdir}/pyproj-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+   install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+   install -m644 LICENSE_proj4 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 22:53:34
  Author: eric
Revision: 195283

upgpkg: indent 2.2.11-3

Fix url, Add prepare function

Modified:
  indent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 20:22:47 UTC (rev 195282)
+++ PKGBUILD2013-09-29 20:53:34 UTC (rev 195283)
@@ -1,19 +1,17 @@
 # $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Contributor: aurelien aurel...@archlinux.org
-# Contributor: Herb Rose (hros...@yahoo.com)
+# Maintainer: 
 
 pkgname=indent
 pkgver=2.2.11
-pkgrel=2
+pkgrel=3
 pkgdesc=C language source code formatting program
 arch=('i686' 'x86_64')
-url=http://indent.isidore-it.eu/beautify.html;
+url=https://www.gnu.org/software/indent/;
+license=('GPL3')
 depends=('glibc')
 makedepends=('texi2html')
-license=('GPL3')
 install=indent.install
-source=(http://indent.isidore-it.eu/${pkgname}-${pkgver}.tar.gz
+source=(http://ftp.de.debian.org/debian/pool/main/i/indent/${pkgname}_${pkgver}.orig.tar.gz
 indent-2.2.11-segfault.patch
 indent-2.2.11-LC_ALL.patch
 indent-2.2.11-decimal_format.patch)
@@ -22,23 +20,26 @@
   '91b210b666de59ca44524288a4c1ebd213570daa'
   '2b7d5a725fe307ce81565f920a0a66b319b50c91')
 
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   patch -Np1 -i ../indent-2.2.11-segfault.patch
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ../indent-2.2.11-segfault.patch
 
-   # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=205692
-   patch -Np1 -i ../indent-2.2.11-LC_ALL.patch
+  # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=205692
+  patch -Np1 -i ../indent-2.2.11-LC_ALL.patch
 
-   # https://lists.gnu.org/archive/html/bug-indent/2011-08/msg0.html
-   patch -Np1 -i ../indent-2.2.11-decimal_format.patch
+  # https://lists.gnu.org/archive/html/bug-indent/2011-08/msg0.html
+  patch -Np1 -i ../indent-2.2.11-decimal_format.patch

-   sed -i 's/-number/-number-sections/' doc/Makefile.in
-   ./configure --prefix=/usr
-   make
+  sed -i 's/-number/-number-sections/' doc/Makefile.in
 }
 
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} docdir=/usr/share/doc/indent install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} docdir=/usr/share/doc/indent install
 }



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 22:55:02
  Author: eric
Revision: 195284

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

Added:
  indent/repos/extra-i686/PKGBUILD
(from rev 195283, indent/trunk/PKGBUILD)
  indent/repos/extra-i686/indent-2.2.11-LC_ALL.patch
(from rev 195283, indent/trunk/indent-2.2.11-LC_ALL.patch)
  indent/repos/extra-i686/indent-2.2.11-decimal_format.patch
(from rev 195283, indent/trunk/indent-2.2.11-decimal_format.patch)
  indent/repos/extra-i686/indent-2.2.11-segfault.patch
(from rev 195283, indent/trunk/indent-2.2.11-segfault.patch)
  indent/repos/extra-i686/indent.install
(from rev 195283, indent/trunk/indent.install)
  indent/repos/extra-x86_64/PKGBUILD
(from rev 195283, indent/trunk/PKGBUILD)
  indent/repos/extra-x86_64/indent-2.2.11-LC_ALL.patch
(from rev 195283, indent/trunk/indent-2.2.11-LC_ALL.patch)
  indent/repos/extra-x86_64/indent-2.2.11-decimal_format.patch
(from rev 195283, indent/trunk/indent-2.2.11-decimal_format.patch)
  indent/repos/extra-x86_64/indent-2.2.11-segfault.patch
(from rev 195283, indent/trunk/indent-2.2.11-segfault.patch)
  indent/repos/extra-x86_64/indent.install
(from rev 195283, indent/trunk/indent.install)
Deleted:
  indent/repos/extra-i686/PKGBUILD
  indent/repos/extra-i686/indent-2.2.11-LC_ALL.patch
  indent/repos/extra-i686/indent-2.2.11-decimal_format.patch
  indent/repos/extra-i686/indent-2.2.11-segfault.patch
  indent/repos/extra-i686/indent.install
  indent/repos/extra-x86_64/PKGBUILD
  indent/repos/extra-x86_64/indent-2.2.11-LC_ALL.patch
  indent/repos/extra-x86_64/indent-2.2.11-decimal_format.patch
  indent/repos/extra-x86_64/indent-2.2.11-segfault.patch
  indent/repos/extra-x86_64/indent.install

-+
 /PKGBUILD   |   90 ++
 /indent-2.2.11-LC_ALL.patch |   34 +++
 /indent-2.2.11-decimal_format.patch |  196 ++
 /indent-2.2.11-segfault.patch   |   32 +++
 /indent.install |   32 +++
 extra-i686/PKGBUILD |   44 
 extra-i686/indent-2.2.11-LC_ALL.patch   |   17 -
 extra-i686/indent-2.2.11-decimal_format.patch   |   98 ---
 extra-i686/indent-2.2.11-segfault.patch |   16 -
 extra-i686/indent.install   |   16 -
 extra-x86_64/PKGBUILD   |   44 
 extra-x86_64/indent-2.2.11-LC_ALL.patch |   17 -
 extra-x86_64/indent-2.2.11-decimal_format.patch |   98 ---
 extra-x86_64/indent-2.2.11-segfault.patch   |   16 -
 extra-x86_64/indent.install |   16 -
 15 files changed, 384 insertions(+), 382 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-29 20:53:34 UTC (rev 195283)
+++ extra-i686/PKGBUILD 2013-09-29 20:55:02 UTC (rev 195284)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Contributor: aurelien aurel...@archlinux.org
-# Contributor: Herb Rose (hros...@yahoo.com)
-
-pkgname=indent
-pkgver=2.2.11
-pkgrel=2
-pkgdesc=C language source code formatting program
-arch=('i686' 'x86_64')
-url=http://indent.isidore-it.eu/beautify.html;
-depends=('glibc')
-makedepends=('texi2html')
-license=('GPL3')
-install=indent.install
-source=(http://indent.isidore-it.eu/${pkgname}-${pkgver}.tar.gz
-indent-2.2.11-segfault.patch
-indent-2.2.11-LC_ALL.patch
-indent-2.2.11-decimal_format.patch)
-sha1sums=('9b242528bbc4914464117c69ffae9df24d3fa4a7'
-  '31a6dcd5edcac4decac81dbb52bc9415b8b148e4'
-  '91b210b666de59ca44524288a4c1ebd213570daa'
-  '2b7d5a725fe307ce81565f920a0a66b319b50c91')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   patch -Np1 -i ../indent-2.2.11-segfault.patch
-
-   # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=205692
-   patch -Np1 -i ../indent-2.2.11-LC_ALL.patch
-
-   # https://lists.gnu.org/archive/html/bug-indent/2011-08/msg0.html
-   patch -Np1 -i ../indent-2.2.11-decimal_format.patch
-   
-   sed -i 's/-number/-number-sections/' doc/Makefile.in
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} docdir=/usr/share/doc/indent install
-}

Copied: indent/repos/extra-i686/PKGBUILD (from rev 195283, 
indent/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-29 20:55:02 UTC (rev 195284)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: 
+
+pkgname=indent
+pkgver=2.2.11
+pkgrel=3
+pkgdesc=C language source code formatting program
+arch=('i686' 'x86_64')
+url=https://www.gnu.org/software/indent/;
+license=('GPL3')
+depends=('glibc')
+makedepends=('texi2html')
+install=indent.install

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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 23:23:08
  Author: eric
Revision: 195285

upgpkg: arj 3.10.22-8

Add prepare function

Modified:
  arj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 20:55:02 UTC (rev 195284)
+++ PKGBUILD2013-09-29 21:23:08 UTC (rev 195285)
@@ -5,13 +5,13 @@
 
 pkgname=arj
 pkgver=3.10.22
-pkgrel=7
+pkgrel=8
 pkgdesc=Free and portable clone of the ARJ archiver
 url=http://arj.sourceforge.net/;
 arch=('i686' 'x86_64')
 license=('GPL')
+depends=('glibc')
 options=('!makeflags')
-depends=('glibc')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 001_arches_align.patch
 002_no_remove_static_const.patch
@@ -23,7 +23,7 @@
  '56b3cf96ec485b0d824761457417fcc0'
  '4630a7254dfc6c8d8c7e696aa4a58f4a')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   # Add gentoo patches
@@ -36,7 +36,11 @@
   aclocal
   autoconf
   rm -f config.{guess,sub}
-  cp /usr/share/automake-1.11/config.{guess,sub} .
+  cp /usr/share/automake-1.14/config.{guess,sub} .
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/gnu
   ./configure --prefix=/usr
   cd ..
   make prepare



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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 23:24:32
  Author: eric
Revision: 195286

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

Added:
  arj/repos/extra-i686/001_arches_align.patch
(from rev 195285, arj/trunk/001_arches_align.patch)
  arj/repos/extra-i686/002_no_remove_static_const.patch
(from rev 195285, arj/trunk/002_no_remove_static_const.patch)
  arj/repos/extra-i686/003_64_bit_clean.patch
(from rev 195285, arj/trunk/003_64_bit_clean.patch)
  arj/repos/extra-i686/PKGBUILD
(from rev 195285, arj/trunk/PKGBUILD)
  arj/repos/extra-i686/arj-3.10.22-custom-printf.patch
(from rev 195285, arj/trunk/arj-3.10.22-custom-printf.patch)
  arj/repos/extra-x86_64/001_arches_align.patch
(from rev 195285, arj/trunk/001_arches_align.patch)
  arj/repos/extra-x86_64/002_no_remove_static_const.patch
(from rev 195285, arj/trunk/002_no_remove_static_const.patch)
  arj/repos/extra-x86_64/003_64_bit_clean.patch
(from rev 195285, arj/trunk/003_64_bit_clean.patch)
  arj/repos/extra-x86_64/PKGBUILD
(from rev 195285, arj/trunk/PKGBUILD)
  arj/repos/extra-x86_64/arj-3.10.22-custom-printf.patch
(from rev 195285, arj/trunk/arj-3.10.22-custom-printf.patch)
Deleted:
  arj/repos/extra-i686/001_arches_align.patch
  arj/repos/extra-i686/002_no_remove_static_const.patch
  arj/repos/extra-i686/003_64_bit_clean.patch
  arj/repos/extra-i686/PKGBUILD
  arj/repos/extra-i686/arj-3.10.22-custom-printf.patch
  arj/repos/extra-x86_64/001_arches_align.patch
  arj/repos/extra-x86_64/002_no_remove_static_const.patch
  arj/repos/extra-x86_64/003_64_bit_clean.patch
  arj/repos/extra-x86_64/PKGBUILD
  arj/repos/extra-x86_64/arj-3.10.22-custom-printf.patch

---+
 /001_arches_align.patch   |   68 
 /002_no_remove_static_const.patch |   40 ++
 /003_64_bit_clean.patch   |  388 
 /PKGBUILD |  106 ++
 /arj-3.10.22-custom-printf.patch  |   30 +
 extra-i686/001_arches_align.patch |   34 --
 extra-i686/002_no_remove_static_const.patch   |   20 -
 extra-i686/003_64_bit_clean.patch |  194 
 extra-i686/PKGBUILD   |   49 ---
 extra-i686/arj-3.10.22-custom-printf.patch|   15 
 extra-x86_64/001_arches_align.patch   |   34 --
 extra-x86_64/002_no_remove_static_const.patch |   20 -
 extra-x86_64/003_64_bit_clean.patch   |  194 
 extra-x86_64/PKGBUILD |   49 ---
 extra-x86_64/arj-3.10.22-custom-printf.patch  |   15 
 15 files changed, 632 insertions(+), 624 deletions(-)

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


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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 23:45:06
  Author: eric
Revision: 195288

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-29 21:44:11 UTC (rev 195287)
+++ extra-i686/PKGBUILD 2013-09-29 21:45:06 UTC (rev 195288)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org  
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=python-cairo
-pkgver=1.10.0
-pkgrel=2
-pkgdesc=Python bindings for the cairo graphics library
-arch=('i686' 'x86_64')
-license=('LGPL3')
-depends=('python' 'cairo')
-makedepends=('pkg-config')
-options=('!libtool')
-source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2)
-url=http://www.cairographics.org/pycairo;
-md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5')
-
-build() {
-  cd ${srcdir}/pycairo-${pkgver}
-
-  # Ensure that ./waf has created the cached unpacked version
-  # of the wafadmin source tree.
-  # This will be created to a subdirectory like
-  #.waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
-  python3 ./waf --version
-
-  ./waf configure --prefix=/usr
-  ./waf build
-}
-
-package() {
-  cd ${srcdir}/pycairo-${pkgver}
-  ./waf install --destdir=${pkgdir}
-}

Copied: python-cairo/repos/extra-i686/PKGBUILD (from rev 195287, 
python-cairo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-29 21:45:06 UTC (rev 195288)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org  
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=python-cairo
+pkgver=1.10.0
+pkgrel=3
+pkgdesc=Python bindings for the cairo graphics library
+arch=('i686' 'x86_64')
+url=http://www.cairographics.org/pycairo;
+license=('LGPL3')
+depends=('python' 'cairo')
+options=('!libtool')
+source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2)
+md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5')
+
+build() {
+  cd ${srcdir}/pycairo-${pkgver}
+
+  # Ensure that ./waf has created the cached unpacked version
+  # of the wafadmin source tree.
+  # This will be created to a subdirectory like
+  #.waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
+  python3 ./waf --version
+
+  ./waf configure --prefix=/usr
+  ./waf build
+}
+
+package() {
+  cd ${srcdir}/pycairo-${pkgver}
+  ./waf install --destdir=${pkgdir}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-29 21:44:11 UTC (rev 195287)
+++ extra-x86_64/PKGBUILD   2013-09-29 21:45:06 UTC (rev 195288)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org  
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=python-cairo
-pkgver=1.10.0
-pkgrel=2
-pkgdesc=Python bindings for the cairo graphics library
-arch=('i686' 'x86_64')
-license=('LGPL3')
-depends=('python' 'cairo')
-makedepends=('pkg-config')
-options=('!libtool')
-source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2)
-url=http://www.cairographics.org/pycairo;
-md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5')
-
-build() {
-  cd ${srcdir}/pycairo-${pkgver}
-
-  # Ensure that ./waf has created the cached unpacked version
-  # of the wafadmin source tree.
-  # This will be created to a subdirectory like
-  #.waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
-  python3 ./waf --version
-
-  ./waf configure --prefix=/usr
-  ./waf build
-}
-
-package() {
-  cd ${srcdir}/pycairo-${pkgver}
-  ./waf install --destdir=${pkgdir}
-}

Copied: python-cairo/repos/extra-x86_64/PKGBUILD (from rev 195287, 
python-cairo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-29 21:45:06 UTC (rev 195288)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org  
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=python-cairo
+pkgver=1.10.0
+pkgrel=3
+pkgdesc=Python bindings for the cairo graphics library
+arch=('i686' 'x86_64')
+url=http://www.cairographics.org/pycairo;
+license=('LGPL3')
+depends=('python' 'cairo')
+options=('!libtool')
+source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2)
+md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5')
+
+build() {
+  cd 

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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 23:44:11
  Author: eric
Revision: 195287

upgpkg: python-cairo 1.10.0-3

Signed with valid key

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 21:24:32 UTC (rev 195286)
+++ PKGBUILD2013-09-29 21:44:11 UTC (rev 195287)
@@ -4,15 +4,14 @@
 
 pkgname=python-cairo
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Python bindings for the cairo graphics library
 arch=('i686' 'x86_64')
+url=http://www.cairographics.org/pycairo;
 license=('LGPL3')
 depends=('python' 'cairo')
-makedepends=('pkg-config')
 options=('!libtool')
 source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2)
-url=http://www.cairographics.org/pycairo;
 md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5')
 
 build() {



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

2013-09-29 Thread Jonathan Steel
Date: Monday, September 30, 2013 @ 00:08:58
  Author: jsteel
Revision: 97805

upgpkg: perl-sub-install 0.926-2

Modified:
  perl-sub-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 20:26:54 UTC (rev 97804)
+++ PKGBUILD2013-09-29 22:08:58 UTC (rev 97805)
@@ -1,46 +1,40 @@
-# Maintainer: Justin Davis (juster) jrc...@gmail.com
 # $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin Davis (juster) jrc...@gmail.com
 
 pkgname=perl-sub-install
 pkgver=0.926
-pkgrel=1
-pkgdesc='install subroutines into packages easily'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=https://metacpan.org/release/Sub-Install
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-$pkgver.tar.gz;)
-md5sums=(89a7f82dd840bc2401f281b5f24732b9)
-sha512sums=(c536e1ace79ce8c6bd4a6e580cc2e181671b54f07cef231a84094c854779aee556de4b2ff0a95f0e6a8aca87f77a6e19d148071a48fe5c6e9c0ca15314f0c9cc)
-_dir=$srcdir/Sub-Install-$pkgver
+pkgrel=2
+pkgdesc=Install subroutines into packages easily
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url=https://metacpan.org/release/Sub-Install;
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-$pkgver.tar.gz)
+md5sums=('89a7f82dd840bc2401f281b5f24732b9')
 
-build()
-(
-  cd $_dir
+build() (
+  cd $srcdir/Sub-Install-$pkgver
   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+
   unset PERL5LIB PERL_MM_OPT
   /usr/bin/perl Makefile.PL
   make
 )
 
-check()
-(
-  cd $_dir
+check() (
+  cd $srcdir/Sub-Install-$pkgver
   export PERL_MM_USE_DEFAULT=1
+
   unset PERL5LIB
   make test
 )
 
-package()
-(
-  cd $_dir
+package() (
+  cd $srcdir/Sub-Install-$pkgver
+
   make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+
   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 perl-sub-install/repos/community-any (PKGBUILD PKGBUILD)

2013-09-29 Thread Jonathan Steel
Date: Monday, September 30, 2013 @ 00:09:14
  Author: jsteel
Revision: 97806

archrelease: copy trunk to community-any

Added:
  perl-sub-install/repos/community-any/PKGBUILD
(from rev 97805, perl-sub-install/trunk/PKGBUILD)
Deleted:
  perl-sub-install/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 -
 1 file changed, 40 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 22:08:58 UTC (rev 97805)
+++ PKGBUILD2013-09-29 22:09:14 UTC (rev 97806)
@@ -1,46 +0,0 @@
-# Maintainer: Justin Davis (juster) jrc...@gmail.com
-# $Id$
-
-pkgname=perl-sub-install
-pkgver=0.926
-pkgrel=1
-pkgdesc='install subroutines into packages easily'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=https://metacpan.org/release/Sub-Install
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-$pkgver.tar.gz;)
-md5sums=(89a7f82dd840bc2401f281b5f24732b9)
-sha512sums=(c536e1ace79ce8c6bd4a6e580cc2e181671b54f07cef231a84094c854779aee556de4b2ff0a95f0e6a8aca87f77a6e19d148071a48fe5c6e9c0ca15314f0c9cc)
-_dir=$srcdir/Sub-Install-$pkgver
-
-build()
-(
-  cd $_dir
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd $_dir
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd $_dir
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-  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-sub-install/repos/community-any/PKGBUILD (from rev 97805, 
perl-sub-install/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 22:09:14 UTC (rev 97806)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin Davis (juster) jrc...@gmail.com
+
+pkgname=perl-sub-install
+pkgver=0.926
+pkgrel=2
+pkgdesc=Install subroutines into packages easily
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url=https://metacpan.org/release/Sub-Install;
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-$pkgver.tar.gz)
+md5sums=('89a7f82dd840bc2401f281b5f24732b9')
+
+build() (
+  cd $srcdir/Sub-Install-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check() (
+  cd $srcdir/Sub-Install-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+
+  unset PERL5LIB
+  make test
+)
+
+package() (
+  cd $srcdir/Sub-Install-$pkgver
+
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+)



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

2013-09-29 Thread Jonathan Steel
Date: Monday, September 30, 2013 @ 00:15:36
  Author: jsteel
Revision: 97807

upgpkg: perl-test-fatal 0.013-1

Modified:
  perl-test-fatal/trunk/PKGBUILD

--+
 PKGBUILD |   50 +++---
 1 file changed, 23 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 22:09:14 UTC (rev 97806)
+++ PKGBUILD2013-09-29 22:15:36 UTC (rev 97807)
@@ -1,46 +1,42 @@
-# Maintainer: Justin Davis (juster) jrc...@gmail.com
 # $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin Davis (juster) jrc...@gmail.com
 
 pkgname=perl-test-fatal
-pkgver=0.010
+pkgver=0.013
 pkgrel=1
-pkgdesc='incredibly simple helpers for testing code with exceptions'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl-try-tiny=0.07')
-url=https://metacpan.org/release/Test-Fatal
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-$pkgver.tar.gz;)
-md5sums=(d8052d4160e8d999cbeb574592f26541)
-sha512sums=(24ed85a957e316f49673613295978ff4f2485f762427a8e51594221fe7601d6df3ab1d92dd5a9a8943cce42a04a3a712b781a7ae31403995a03bbf177006edf6)
-_dir=$srcdir/Test-Fatal-$pkgver
+pkgdesc=Incredibly simple helpers for testing code with exceptions
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-try-tiny')
+url=https://metacpan.org/release/Test-Fatal;
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-$pkgver.tar.gz)
+md5sums=('e3d13b3c7e42f4574c843aca5d9f4570')
 
-build()
-(
-  cd $_dir
+build() (
+  cd $srcdir/Test-Fatal-$pkgver
+
   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
   unset PERL5LIB PERL_MM_OPT
+
   /usr/bin/perl Makefile.PL
   make
 )
 
-check()
-(
-  cd $_dir
+check() (
+  cd $srcdir/Test-Fatal-$pkgver
+
   export PERL_MM_USE_DEFAULT=1
   unset PERL5LIB
+
   make test
 )
 
-package()
-(
-  cd $_dir
+package() (
+  cd $srcdir/Test-Fatal-$pkgver
+
   make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+
   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 perl-test-fatal/repos/community-any (PKGBUILD PKGBUILD)

2013-09-29 Thread Jonathan Steel
Date: Monday, September 30, 2013 @ 00:15:51
  Author: jsteel
Revision: 97808

archrelease: copy trunk to community-any

Added:
  perl-test-fatal/repos/community-any/PKGBUILD
(from rev 97807, perl-test-fatal/trunk/PKGBUILD)
Deleted:
  perl-test-fatal/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 22:15:36 UTC (rev 97807)
+++ PKGBUILD2013-09-29 22:15:51 UTC (rev 97808)
@@ -1,46 +0,0 @@
-# Maintainer: Justin Davis (juster) jrc...@gmail.com
-# $Id$
-
-pkgname=perl-test-fatal
-pkgver=0.010
-pkgrel=1
-pkgdesc='incredibly simple helpers for testing code with exceptions'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl-try-tiny=0.07')
-url=https://metacpan.org/release/Test-Fatal
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-$pkgver.tar.gz;)
-md5sums=(d8052d4160e8d999cbeb574592f26541)
-sha512sums=(24ed85a957e316f49673613295978ff4f2485f762427a8e51594221fe7601d6df3ab1d92dd5a9a8943cce42a04a3a712b781a7ae31403995a03bbf177006edf6)
-_dir=$srcdir/Test-Fatal-$pkgver
-
-build()
-(
-  cd $_dir
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd $_dir
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd $_dir
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-  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-test-fatal/repos/community-any/PKGBUILD (from rev 97807, 
perl-test-fatal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 22:15:51 UTC (rev 97808)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin Davis (juster) jrc...@gmail.com
+
+pkgname=perl-test-fatal
+pkgver=0.013
+pkgrel=1
+pkgdesc=Incredibly simple helpers for testing code with exceptions
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-try-tiny')
+url=https://metacpan.org/release/Test-Fatal;
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-$pkgver.tar.gz)
+md5sums=('e3d13b3c7e42f4574c843aca5d9f4570')
+
+build() (
+  cd $srcdir/Test-Fatal-$pkgver
+
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check() (
+  cd $srcdir/Test-Fatal-$pkgver
+
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+
+  make test
+)
+
+package() (
+  cd $srcdir/Test-Fatal-$pkgver
+
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+)



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

2013-09-29 Thread Kyle Keen
Date: Monday, September 30, 2013 @ 02:05:41
  Author: kkeen
Revision: 97810

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-30 00:05:12 UTC (rev 97809)
+++ community-i686/PKGBUILD 2013-09-30 00:05:41 UTC (rev 97810)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dave Reisner d...@falconindy.com
-
-pkgname=jansson
-pkgver=2.4
-pkgrel=1
-pkgdesc='C library for encoding, decoding and manipulating JSON data'
-arch=('i686' 'x86_64')
-url='http://www.digip.org/jansson/'
-depends=('glibc')
-license=('MIT')
-options=('!libtool')
-source=(http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3aaa1bb1195d705fac602b7504c9b945')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jansson/repos/community-i686/PKGBUILD (from rev 97809, 
jansson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-30 00:05:41 UTC (rev 97810)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dave Reisner d...@falconindy.com
+
+pkgname=jansson
+pkgver=2.5
+pkgrel=1
+pkgdesc='C library for encoding, decoding and manipulating JSON data'
+arch=('i686' 'x86_64')
+url='http://www.digip.org/jansson/'
+depends=('glibc')
+license=('MIT')
+options=('!libtool')
+source=(http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
+md5sums=('ab239be8c08871c8463b27cf7610947c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-30 00:05:12 UTC (rev 97809)
+++ community-x86_64/PKGBUILD   2013-09-30 00:05:41 UTC (rev 97810)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dave Reisner d...@falconindy.com
-
-pkgname=jansson
-pkgver=2.4
-pkgrel=1
-pkgdesc='C library for encoding, decoding and manipulating JSON data'
-arch=('i686' 'x86_64')
-url='http://www.digip.org/jansson/'
-depends=('glibc')
-license=('MIT')
-options=('!libtool')
-source=(http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3aaa1bb1195d705fac602b7504c9b945')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jansson/repos/community-x86_64/PKGBUILD (from rev 97809, 
jansson/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-30 00:05:41 UTC (rev 97810)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dave Reisner d...@falconindy.com
+
+pkgname=jansson
+pkgver=2.5
+pkgrel=1
+pkgdesc='C library for encoding, decoding and manipulating JSON data'
+arch=('i686' 'x86_64')
+url='http://www.digip.org/jansson/'
+depends=('glibc')
+license=('MIT')
+options=('!libtool')
+source=(http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
+md5sums=('ab239be8c08871c8463b27cf7610947c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-09-29 Thread Kyle Keen
Date: Monday, September 30, 2013 @ 02:05:12
  Author: kkeen
Revision: 97809

upgpkg: jansson 2.5-1

Modified:
  jansson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 22:15:51 UTC (rev 97808)
+++ PKGBUILD2013-09-30 00:05:12 UTC (rev 97809)
@@ -3,7 +3,7 @@
 # Contributor: Dave Reisner d...@falconindy.com
 
 pkgname=jansson
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 pkgdesc='C library for encoding, decoding and manipulating JSON data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('MIT')
 options=('!libtool')
 source=(http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3aaa1bb1195d705fac602b7504c9b945')
+md5sums=('ab239be8c08871c8463b27cf7610947c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-09-29 Thread Gaetan Bisson
Date: Monday, September 30, 2013 @ 03:42:09
  Author: bisson
Revision: 195289

add mailx to mail symlinks

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 21:45:06 UTC (rev 195288)
+++ PKGBUILD2013-09-30 01:42:09 UTC (rev 195289)
@@ -6,7 +6,7 @@
 
 pkgname=s-nail
 pkgver=14.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://sourceforge.net/projects/s-nail/'
 license=('custom:BSD')
@@ -46,5 +46,7 @@
SID= NAIL=mail \
DESTDIR=${pkgdir} install
 
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }



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

2013-09-29 Thread Gaetan Bisson
Date: Monday, September 30, 2013 @ 03:42:49
  Author: bisson
Revision: 195290

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

Added:
  s-nail/repos/testing-i686/PKGBUILD
(from rev 195289, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 195289, s-nail/trunk/PKGBUILD)
Deleted:
  s-nail/repos/testing-i686/PKGBUILD
  s-nail/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  104 ++
 testing-i686/PKGBUILD   |   50 --
 testing-x86_64/PKGBUILD |   50 --
 3 files changed, 104 insertions(+), 100 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-09-30 01:42:09 UTC (rev 195289)
+++ testing-i686/PKGBUILD   2013-09-30 01:42:49 UTC (rev 195290)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-
-pkgname=s-nail
-pkgver=14.4.2
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sourceforge.net/projects/s-nail/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl')
-optdepends=('smtp-forwarder: for sending mail')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.gz;)
-sha1sums=('5c573dae7fbf081759b36b158166b756cabd8717')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   all
-
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 195289, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-30 01:42:49 UTC (rev 195290)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.4.2
+pkgrel=2
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sourceforge.net/projects/s-nail/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.gz;)
+sha1sums=('5c573dae7fbf081759b36b158166b756cabd8717')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   all
+
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   DESTDIR=${pkgdir} install
+
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-09-30 01:42:09 UTC (rev 195289)
+++ testing-x86_64/PKGBUILD 2013-09-30 01:42:49 UTC (rev 195290)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-
-pkgname=s-nail
-pkgver=14.4.2
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sourceforge.net/projects/s-nail/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl')
-optdepends=('smtp-forwarder: for sending mail')

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

2013-09-29 Thread Xyne
Date: Monday, September 30, 2013 @ 03:59:40
  Author: xyne
Revision: 97811

upgpkg: fdupes 1.51-1

rebuild after former maintainer's departure

Modified:
  fdupes/trunk/PKGBUILD

--+
 PKGBUILD |   28 +---
 1 file changed, 17 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-30 00:05:41 UTC (rev 97810)
+++ PKGBUILD2013-09-30 01:59:40 UTC (rev 97811)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Daenyth Daenyth+Arch at gmail dot com
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor: Daenyth Daenyth+Arch at gmail dot com
 # Contributor: Chris Winter twidds at gmail dot com
 
 pkgname=fdupes
@@ -11,19 +12,24 @@
 license=('MIT')
 depends=(glibc)
 source=(http://fdupes.googlecode.com/files/$pkgname-$pkgver.tar.gz LICENSE)
-md5sums=('47d0410c90c9e51e450933ba35a32b62'
- '47f17890218f832f870bf7a02eaeb017')
+sha256sums=('87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881'
+'6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd $srcdir/$pkgname-$pkgver
   make  PREFIX=/usr
 }
+
 package(){
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
+  install -d $pkgdir/usr/{share/man/man1,bin}
+  make \
+PREFIX=$pkgdir/usr \
+DESTDIR=$pkgdir/usr/bin \
+INSTALLDIR=$pkgdir/usr/bin \
+MAN_DIR=$pkgdir/usr/share/man/man1 \
+install
+  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
 
-  install -d ${pkgdir}/usr/{share/man/man1,bin}
-
-  make PREFIX=$pkgdir/usr DESTDIR=${pkgdir}/usr/bin 
INSTALLDIR=${pkgdir}/usr/bin MAN_DIR=${pkgdir}/usr/share/man/man1 install
-  install -D -m644 $srcdir/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
+# vim: set ts=2 sw=2 et:



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

2013-09-29 Thread Xyne
Date: Monday, September 30, 2013 @ 04:00:27
  Author: xyne
Revision: 97812

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

Added:
  fdupes/repos/community-i686/ChangeLog
(from rev 97811, fdupes/trunk/ChangeLog)
  fdupes/repos/community-i686/LICENSE
(from rev 97811, fdupes/trunk/LICENSE)
  fdupes/repos/community-i686/PKGBUILD
(from rev 97811, fdupes/trunk/PKGBUILD)
  fdupes/repos/community-x86_64/ChangeLog
(from rev 97811, fdupes/trunk/ChangeLog)
  fdupes/repos/community-x86_64/LICENSE
(from rev 97811, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
(from rev 97811, fdupes/trunk/PKGBUILD)
Deleted:
  fdupes/repos/community-i686/ChangeLog
  fdupes/repos/community-i686/LICENSE
  fdupes/repos/community-i686/PKGBUILD
  fdupes/repos/community-x86_64/ChangeLog
  fdupes/repos/community-x86_64/LICENSE
  fdupes/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   22 +
 /LICENSE   |   44 +++
 /PKGBUILD  |   70 +++
 community-i686/ChangeLog   |   11 --
 community-i686/LICENSE |   22 -
 community-i686/PKGBUILD|   29 -
 community-x86_64/ChangeLog |   11 --
 community-x86_64/LICENSE   |   22 -
 community-x86_64/PKGBUILD  |   29 -
 9 files changed, 136 insertions(+), 124 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-09-30 01:59:40 UTC (rev 97811)
+++ community-i686/ChangeLog2013-09-30 02:00:27 UTC (rev 97812)
@@ -1,11 +0,0 @@
-2008-10-05  Eric Belanger  e...@archlinux.org
-
-   * fdupes 1.40-4
-   * Added x86_64 arch tag
-   * Fixed license
-   * FHS man pages
-
-2008-10-03  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Adding package to community: 1.40
-

Copied: fdupes/repos/community-i686/ChangeLog (from rev 97811, 
fdupes/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-09-30 02:00:27 UTC (rev 97812)
@@ -0,0 +1,11 @@
+2008-10-05  Eric Belanger  e...@archlinux.org
+
+   * fdupes 1.40-4
+   * Added x86_64 arch tag
+   * Fixed license
+   * FHS man pages
+
+2008-10-03  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Adding package to community: 1.40
+

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2013-09-30 01:59:40 UTC (rev 97811)
+++ community-i686/LICENSE  2013-09-30 02:00:27 UTC (rev 97812)
@@ -1,22 +0,0 @@
-Legal Information
-
-FDUPES Copyright (c) 1999 Adrian Lopez
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the Software), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: fdupes/repos/community-i686/LICENSE (from rev 97811, 
fdupes/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2013-09-30 02:00:27 UTC (rev 97812)
@@ -0,0 +1,22 @@
+Legal Information
+
+FDUPES Copyright (c) 1999 Adrian Lopez
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the Software), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE 

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

2013-09-29 Thread Gaetan Bisson
Date: Monday, September 30, 2013 @ 04:07:53
  Author: bisson
Revision: 97813

no bikeshedding from non-maintainers

Modified:
  offlineimap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-30 02:00:27 UTC (rev 97812)
+++ PKGBUILD2013-09-30 02:07:53 UTC (rev 97813)
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('python2')
 makedepends=('python2-docutils')
-source=(http://cloud.github.com/downloads/spaetz/offlineimap/offlineimap-v$pkgver.tar.gz;
+source=(http://cloud.github.com/downloads/spaetz/offlineimap/offlineimap-v${pkgver}.tar.gz;
 '00-fix-readonly.patch'
 '01-properly-detect-readonly-folders.patch')
 sha1sums=('a9ad5f32f8bc0ec042f8059ea9d34282bb8b682a'
@@ -21,26 +21,24 @@
   'd0b9f816c05b0b3cac352fce29ca6920ef598bb2')
 
 prepare() {
-cd spaetz-offlineimap-*
-patch -p1 -i $srcdir/00-fix-readonly.patch
-patch -p1 -i $srcdir/01-properly-detect-readonly-folders.patch
-find . -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-sed -i 's/\^/=/g' docs/MANUAL.rst
+   cd ${srcdir}/spaetz-offlineimap-*
+   patch -p1 -i ../00-fix-readonly.patch
+   patch -p1 -i ../01-properly-detect-readonly-folders.patch
+   find . -type f -exec \
+   sed -i '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' {} \;
+   sed -i 's/\^/=/g' docs/MANUAL.rst
 }
 
 build() {
-cd spaetz-offlineimap-*
-python2 setup.py build
-rst2man2 docs/MANUAL.rst offlineimap.1
+   cd ${srcdir}/spaetz-offlineimap-*
+   python2 setup.py build
+   rst2man2 docs/MANUAL.rst offlineimap.1
 }
 
 package() {
-cd spaetz-offlineimap-*
-python2 setup.py install --root=$pkgdir --optimize=1
-install -Dm644 offlineimap.1 $pkgdir/usr/share/man/man1/offlineimap.1
-install -Dm644 offlineimap.conf 
$pkgdir/usr/share/offlineimap/offlineimap.conf
-install -Dm644 offlineimap.conf.minimal 
$pkgdir/usr/share/offlineimap/offlineimap.conf.minimal
+   cd ${srcdir}/spaetz-offlineimap-*
+   python2 setup.py install --root=${pkgdir} --optimize=1
+   install -Dm644 offlineimap.1 
${pkgdir}/usr/share/man/man1/offlineimap.1
+   install -Dm644 offlineimap.conf 
${pkgdir}/usr/share/offlineimap/offlineimap.conf
+   install -Dm644 offlineimap.conf.minimal 
${pkgdir}/usr/share/offlineimap/offlineimap.conf.minimal
 }
-
-# vim:set ts=4 sw=4 et:



[arch-commits] Commit in totem/trunk (PKGBUILD bgo708647-2.patch bgo708647.patch)

2013-09-29 Thread Jan Steffens
Date: Monday, September 30, 2013 @ 04:30:16
  Author: heftig
Revision: 195291

fix some asserts

Added:
  totem/trunk/bgo708647-2.patch
  totem/trunk/bgo708647.patch
Modified:
  totem/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 bgo708647-2.patch |   22 ++
 bgo708647.patch   |   28 
 3 files changed, 60 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-30 01:42:49 UTC (rev 195290)
+++ PKGBUILD2013-09-30 02:30:16 UTC (rev 195291)
@@ -5,7 +5,7 @@
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
 pkgver=3.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
 arch=(i686 x86_64)
@@ -17,10 +17,13 @@
  itstool docbook-xsl python-pylint)
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
-browser-plugins.ini bugreport.patch)
+browser-plugins.ini bugreport.patch
+bgo708647-2.patch bgo708647.patch)
 sha256sums=('c223e953f9697cc932f3b7efd87cea767a3e5a2ba0e3cda08628aa364caee094'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e'
-'30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
+'30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167'
+'749b95c4747e04f54fb9b41196435c33e5f30ea4583e66e365c012be194ec5d3'
+'aeec75abf32dd16b392d7821fe4c28bc381c1c50d3e028342aeb8f9dc20b17be')
 
 
 prepare() {
@@ -28,6 +31,10 @@
 
   # Make compatible with Python 3 and Gstreamer 1.0
   patch -Np1 -i ../bugreport.patch
+
+  # Fix some asserts
+  patch -Np1 -i ../bgo708647.patch
+  patch -Np1 -i ../bgo708647-2.patch
 }
 
 build() {

Added: bgo708647-2.patch
===
--- bgo708647-2.patch   (rev 0)
+++ bgo708647-2.patch   2013-09-30 02:30:16 UTC (rev 195291)
@@ -0,0 +1,22 @@
+From 437e64ffb5f19d2f088339954686e794cc276319 Mon Sep 17 00:00:00 2001
+From: Bastien Nocera had...@hadess.net
+Date: Mon, 23 Sep 2013 18:27:17 +
+Subject: main: Fix typo in action name
+
+See: https://bugzilla.gnome.org/show_bug.cgi?id=708647
+---
+diff --git a/src/totem.c b/src/totem.c
+index bf82c04..12a0e5b 100644
+--- a/src/totem.c
 b/src/totem.c
+@@ -107,7 +107,7 @@ app_init (Totem *totem, char **argv)
+   set_rtl_icon_name (totem, next-chapter, media-skip-forward);
+   set_rtl_icon_name (totem, previous-chapter, media-skip-backward);
+   set_rtl_icon_name (totem, skip-forward, media-seek-forward);
+-  set_rtl_icon_name (totem, skip-backward, media-seek-backward);
++  set_rtl_icon_name (totem, skip-backwards, media-seek-backward);
+ 
+   totem-win = GTK_WIDGET (gtk_builder_get_object (totem-xml, 
totem_main_window));
+   g_object_bind_property (G_OBJECT (totem), fullscreen,
+--
+cgit v0.9.2

Added: bgo708647.patch
===
--- bgo708647.patch (rev 0)
+++ bgo708647.patch 2013-09-30 02:30:16 UTC (rev 195291)
@@ -0,0 +1,28 @@
+From b252133d765245a297e446c805822601e5a4924b Mon Sep 17 00:00:00 2001
+From: Bastien Nocera had...@hadess.net
+Date: Fri, 27 Sep 2013 13:50:20 +
+Subject: main: Fix possible assertion on startup
+
+In some cases, Totem was focused on startup by the time we
+handled command-line arguments. This triggered an assertion
+when trying to show the fullscreen popups because we weren't
+fullscreened yet.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=708647
+---
+diff --git a/src/totem-fullscreen.c b/src/totem-fullscreen.c
+index fac1b05..69e1fd7 100644
+--- a/src/totem-fullscreen.c
 b/src/totem-fullscreen.c
+@@ -307,7 +307,8 @@ totem_fullscreen_show_popups (TotemFullscreen *fs, 
gboolean show_cursor)
+ {
+   GtkWidget *item;
+ 
+-  g_assert (fs-priv-is_fullscreen != FALSE);
++  if (!fs-priv-is_fullscreen)
++  return;
+ 
+   if (fs-priv-popup_in_progress != FALSE)
+   return;
+--
+cgit v0.9.2



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

2013-09-29 Thread Jan Steffens
Date: Monday, September 30, 2013 @ 04:32:04
  Author: heftig
Revision: 195292

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 195291, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-i686/bgo708647-2.patch
(from rev 195291, totem/trunk/bgo708647-2.patch)
  totem/repos/gnome-unstable-i686/bgo708647.patch
(from rev 195291, totem/trunk/bgo708647.patch)
  totem/repos/gnome-unstable-i686/browser-plugins.ini
(from rev 195291, totem/trunk/browser-plugins.ini)
  totem/repos/gnome-unstable-i686/bugreport.patch
(from rev 195291, totem/trunk/bugreport.patch)
  totem/repos/gnome-unstable-i686/totem.install
(from rev 195291, totem/trunk/totem.install)
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 195291, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/bgo708647-2.patch
(from rev 195291, totem/trunk/bgo708647-2.patch)
  totem/repos/gnome-unstable-x86_64/bgo708647.patch
(from rev 195291, totem/trunk/bgo708647.patch)
  totem/repos/gnome-unstable-x86_64/browser-plugins.ini
(from rev 195291, totem/trunk/browser-plugins.ini)
  totem/repos/gnome-unstable-x86_64/bugreport.patch
(from rev 195291, totem/trunk/bugreport.patch)
  totem/repos/gnome-unstable-x86_64/totem.install
(from rev 195291, totem/trunk/totem.install)
Deleted:
  totem/repos/gnome-unstable-i686/PKGBUILD
  totem/repos/gnome-unstable-i686/browser-plugins.ini
  totem/repos/gnome-unstable-i686/bugreport.patch
  totem/repos/gnome-unstable-i686/totem.install
  totem/repos/gnome-unstable-x86_64/PKGBUILD
  totem/repos/gnome-unstable-x86_64/browser-plugins.ini
  totem/repos/gnome-unstable-x86_64/bugreport.patch
  totem/repos/gnome-unstable-x86_64/totem.install

---+
 /PKGBUILD |  178 
 /browser-plugins.ini  |4 
 /bugreport.patch  |   44 ++
 /totem.install|   26 
 gnome-unstable-i686/PKGBUILD  |   82 
 gnome-unstable-i686/bgo708647-2.patch |   22 +++
 gnome-unstable-i686/bgo708647.patch   |   28 
 gnome-unstable-i686/browser-plugins.ini   |2 
 gnome-unstable-i686/bugreport.patch   |   22 ---
 gnome-unstable-i686/totem.install |   13 --
 gnome-unstable-x86_64/PKGBUILD|   82 
 gnome-unstable-x86_64/bgo708647-2.patch   |   22 +++
 gnome-unstable-x86_64/bgo708647.patch |   28 
 gnome-unstable-x86_64/browser-plugins.ini |2 
 gnome-unstable-x86_64/bugreport.patch |   22 ---
 gnome-unstable-x86_64/totem.install   |   13 --
 16 files changed, 352 insertions(+), 238 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-09-30 02:30:16 UTC (rev 195291)
+++ gnome-unstable-i686/PKGBUILD2013-09-30 02:32:04 UTC (rev 195292)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgbase=totem
-pkgname=('totem' 'totem-plugin')
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=GNOME3 movie player based on GStreamer
-url=http://www.gnome.org;
-arch=(i686 x86_64)
-license=(GPL2 custom)
-depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils 
iso-codes libpeas
- hicolor-icon-theme gnome-icon-theme gsettings-desktop-schemas dconf 
clutter-gst
- clutter-gtk python-gobject python-xdg gst-plugins-bad)
-makedepends=(intltool libnautilus-extension lirc-utils vala grilo dbus-glib 
zeitgeist
- itstool docbook-xsl python-pylint)
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
-browser-plugins.ini bugreport.patch)
-sha256sums=('c223e953f9697cc932f3b7efd87cea767a3e5a2ba0e3cda08628aa364caee094'
-'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e'
-'30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
-
-
-prepare() {
-  cd $pkgbase-$pkgver
-
-  # Make compatible with Python 3 and Gstreamer 1.0
-  patch -Np1 -i ../bugreport.patch
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_totem() {
-  groups=(gnome)
-  install=totem.install
-  optdepends=('gst-plugins-ugly: Extra media codecs'
-  'gst-libav: Extra media codecs'
-  'lirc-utils: Infrared Remote Control plugin'
-  'grilo-plugins: Browse sidebar (remote media)'
-  'zeitgeist: 

[arch-commits] Commit in cmus/trunk (PKGBUILD cdio-git.patch)

2013-09-29 Thread Xyne
Date: Monday, September 30, 2013 @ 04:35:56
  Author: xyne
Revision: 97814

upgpkg: cmus 2.5.0-4

Update after Bart's departure.

Added:
  cmus/trunk/cdio-git.patch
Modified:
  cmus/trunk/PKGBUILD

+
 PKGBUILD   |   36 +-
 cdio-git.patch |  137 +++
 2 files changed, 161 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-30 02:07:53 UTC (rev 97813)
+++ PKGBUILD2013-09-30 02:35:56 UTC (rev 97814)
@@ -1,18 +1,21 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
 # Contributor: Aaron Griffin aa...@archlinux.org
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=cmus
 pkgver=2.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Very feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
 url=http://cmus.sourceforge.net/;
 license=('GPL')
 depends=('ncurses')
-makedepends=('faad2' 'ffmpeg' 'flac' 'libao' 'libmad' 'libmodplug'
- 'libmp4v2' 'libmpcdec' 'libpulse' 'libvorbis' 'opusfile' 
'wavpack')
+makedepends=(
+  'faad2' 'ffmpeg' 'flac' 'libao' 'libmad' 'libmodplug' 'libcdio-paranoia'
+  'libmp4v2' 'libmpcdec' 'libpulse' 'libvorbis' 'opusfile' 'wavpack'
+)
 optdepends=('alsa-lib: for ALSA output plugin support'
 'libao: for AO output plugin support'
 'libpulse: for PulseAudio output plugin support'
@@ -24,23 +27,32 @@
 'libmp4v2: for mp4 input plugin support'
 'libmpcdec: for musepack input plugin support'
 'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
 'opusfile: for opus input plugin support'
 'wavpack: for wavpack input plugin support')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2
-cmus-2.5.0-opus-support.patch)
+cmus-2.5.0-opus-support.patch
+cdio-git.patch)
 sha1sums=('244975a5ff642567acb047f6bd518e4a3271c25b'
-  '5e524f54d565dfa30760562c223bc0e2e8ed00a0')
+  '5e524f54d565dfa30760562c223bc0e2e8ed00a0'
+  '77738acc7d4e71f6d396a5cd464dbbce0168b6b7')
 
+prepare() {
+  cd $srcdir/$pkgname-v$pkgver
+  # Inherited from Bart or earlier.
+  patch -Np1 -i $srcdir/cmus-2.5.0-opus-support.patch
+  # Include changes from git for compatibility with new cdio.
+  patch -N -i $srcdir/cdio-git.patch
+}
+
 build() {
-  cd $srcdir/$pkgname-v$pkgver
-  patch -Np1 -i $srcdir/cmus-2.5.0-opus-support.patch
+  cd $srcdir/$pkgname-v$pkgver
   ./configure prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-v$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm 644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
+  cd $srcdir/$pkgname-v$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
 }

Added: cdio-git.patch
===
--- cdio-git.patch  (rev 0)
+++ cdio-git.patch  2013-09-30 02:35:56 UTC (rev 97814)
@@ -0,0 +1,137 @@
+*** cdio.c 2012-11-07 08:46:17.0 +
+--- cmus-git/src/cmus/cdio.c   2013-09-30 02:21:10.518785946 +
+***
+*** 1,5 
+  /*
+!  * Copyright 2011 Various Authors
+   * Copyright 2011 Johannes Weißl
+   *
+   * Based on cdda.c from XMMS2.
+--- 1,5 
+  /*
+!  * Copyright 2011-2013 Various Authors
+   * Copyright 2011 Johannes Weißl
+   *
+   * Based on cdda.c from XMMS2.
+***
+*** 27,35 
+  #include comment.h
+  #include discid.h
+  
+- #include cdio/cdda.h
+  #include cdio/cdio.h
+  #include cdio/logging.h
+  #include stdio.h
+  #include stdlib.h
+  #include string.h
+--- 27,40 
+  #include comment.h
+  #include discid.h
+  
+  #include cdio/cdio.h
+  #include cdio/logging.h
++ #if LIBCDIO_VERSION_NUM = 90
++ #include cdio/paranoia/cdda.h
++ #else
++ #include cdio/cdda.h
++ #endif
++ 
+  #include stdio.h
+  #include stdlib.h
+  #include string.h
+***
+*** 352,375 
+   GROWING_KEYVALS(c);
+   const char *artist = NULL, *albumartist = NULL, *album = NULL,
+   *title = NULL, *genre = NULL, *comment = NULL;
+!  const cdtext_t *cdtext_track, *cdtext_album;
+  #ifdef HAVE_CDDB
+   cddb_conn_t *cddb_conn = NULL;
+   cddb_disc_t *cddb_disc = NULL;
+  #endif
+   char buf[64];
+  
+!  cdtext_track = cdio_get_cdtext(priv-cdio, priv-track);
+!  if (cdtext_track) {
+!  char * const *field = cdtext_track-field;
+   artist = field[CDTEXT_PERFORMER];
+   title = field[CDTEXT_TITLE];
+   genre = field[CDTEXT_GENRE];
+   comment = field[CDTEXT_MESSAGE];
+   }
+!  cdtext_album = cdio_get_cdtext(priv-cdio, 0);
+!  if (cdtext_album) {
+! 

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

2013-09-29 Thread Xyne
Date: Monday, September 30, 2013 @ 04:36:29
  Author: xyne
Revision: 97815

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

Added:
  cmus/repos/community-i686/PKGBUILD
(from rev 97814, cmus/trunk/PKGBUILD)
  cmus/repos/community-i686/cdio-git.patch
(from rev 97814, cmus/trunk/cdio-git.patch)
  cmus/repos/community-i686/cmus-2.5.0-opus-support.patch
(from rev 97814, cmus/trunk/cmus-2.5.0-opus-support.patch)
  cmus/repos/community-x86_64/PKGBUILD
(from rev 97814, cmus/trunk/PKGBUILD)
  cmus/repos/community-x86_64/cdio-git.patch
(from rev 97814, cmus/trunk/cdio-git.patch)
  cmus/repos/community-x86_64/cmus-2.5.0-opus-support.patch
(from rev 97814, cmus/trunk/cmus-2.5.0-opus-support.patch)
Deleted:
  cmus/repos/community-i686/PKGBUILD
  cmus/repos/community-i686/cmus-2.5.0-opus-support.patch
  cmus/repos/community-x86_64/PKGBUILD
  cmus/repos/community-x86_64/cmus-2.5.0-opus-support.patch

+
 /PKGBUILD  |  116 +++
 /cmus-2.5.0-opus-support.patch |  834 +++
 community-i686/PKGBUILD|   46 -
 community-i686/cdio-git.patch  |  137 +++
 community-i686/cmus-2.5.0-opus-support.patch   |  417 ---
 community-x86_64/PKGBUILD  |   46 -
 community-x86_64/cdio-git.patch|  137 +++
 community-x86_64/cmus-2.5.0-opus-support.patch |  417 ---
 8 files changed, 1224 insertions(+), 926 deletions(-)

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


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

2013-09-29 Thread Xyne
Date: Monday, September 30, 2013 @ 04:44:16
  Author: xyne
Revision: 97817

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

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

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 58 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-30 02:43:50 UTC (rev 97816)
+++ community-i686/PKGBUILD 2013-09-30 02:44:16 UTC (rev 97817)
@@ -1,30 +0,0 @@
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Markus Meissner mar...@meissna.de
-
-pkgname=bchunk
-pkgver=1.2.0
-pkgrel=3
-pkgdesc=A Tool to Convert *.raw *.bin files to an ISO file
-url=http://hes.iki.fi/bchunk/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc')
-source=(http://hes.iki.fi/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6a613da3f34f9a303f202d2e9731d231')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1
-
-  make PREFIX=${pkgdir}/usr MAN_DIR=${pkgdir}/usr/share/man install
-  chown root.root ${pkgdir}/usr/share/man/man1/bchunk.1
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: bchunk/repos/community-i686/PKGBUILD (from rev 97816, 
bchunk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-30 02:44:16 UTC (rev 97817)
@@ -0,0 +1,29 @@
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Markus Meissner mar...@meissna.de
+
+pkgname=bchunk
+pkgver=1.2.0
+pkgrel=3
+pkgdesc=A Tool to Convert *.raw *.bin files to an ISO file
+url=http://he.fi/bchunk/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+source=(http://he.fi/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6a613da3f34f9a303f202d2e9731d231')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -dm755 $pkgdir/usr/{bin,share/man/man1}
+  make PREFIX=$pkgdir/usr MAN_DIR=$pkgdir/usr/share/man install
+  chown root:root $pkgdir/usr/share/man/man1/bchunk.1
+}
+
+# vim: ts=2 sw=2 et ft=sh

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-30 02:43:50 UTC (rev 97816)
+++ community-x86_64/PKGBUILD   2013-09-30 02:44:16 UTC (rev 97817)
@@ -1,30 +0,0 @@
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Markus Meissner mar...@meissna.de
-
-pkgname=bchunk
-pkgver=1.2.0
-pkgrel=3
-pkgdesc=A Tool to Convert *.raw *.bin files to an ISO file
-url=http://hes.iki.fi/bchunk/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc')
-source=(http://hes.iki.fi/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6a613da3f34f9a303f202d2e9731d231')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1
-
-  make PREFIX=${pkgdir}/usr MAN_DIR=${pkgdir}/usr/share/man install
-  chown root.root ${pkgdir}/usr/share/man/man1/bchunk.1
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: bchunk/repos/community-x86_64/PKGBUILD (from rev 97816, 
bchunk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-30 02:44:16 UTC (rev 97817)
@@ -0,0 +1,29 @@
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Markus Meissner mar...@meissna.de
+
+pkgname=bchunk
+pkgver=1.2.0
+pkgrel=3
+pkgdesc=A Tool to Convert *.raw *.bin files to an ISO file
+url=http://he.fi/bchunk/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+source=(http://he.fi/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6a613da3f34f9a303f202d2e9731d231')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -dm755 $pkgdir/usr/{bin,share/man/man1}
+  make PREFIX=$pkgdir/usr MAN_DIR=$pkgdir/usr/share/man install
+  chown root:root $pkgdir/usr/share/man/man1/bchunk.1
+}
+
+# vim: ts=2 sw=2 et ft=sh



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

2013-09-29 Thread Xyne
Date: Monday, September 30, 2013 @ 04:43:50
  Author: xyne
Revision: 97816

upgpkg: bchunk 1.2.0-3

update after Jaroslaw's departure

Modified:
  bchunk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-30 02:36:29 UTC (rev 97815)
+++ PKGBUILD2013-09-30 02:43:50 UTC (rev 97816)
@@ -1,3 +1,4 @@
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
 # Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
 # Contributor: eric e...@archlinux.org
 # Contributor: Markus Meissner mar...@meissna.de
@@ -6,25 +7,23 @@
 pkgver=1.2.0
 pkgrel=3
 pkgdesc=A Tool to Convert *.raw *.bin files to an ISO file
-url=http://hes.iki.fi/bchunk/;
+url=http://he.fi/bchunk/;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc')
-source=(http://hes.iki.fi/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://he.fi/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('6a613da3f34f9a303f202d2e9731d231')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
+  cd $srcdir/$pkgname-$pkgver
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
+  install -dm755 $pkgdir/usr/{bin,share/man/man1}
+  make PREFIX=$pkgdir/usr MAN_DIR=$pkgdir/usr/share/man install
+  chown root:root $pkgdir/usr/share/man/man1/bchunk.1
+}
 
-  mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1
-
-  make PREFIX=${pkgdir}/usr MAN_DIR=${pkgdir}/usr/share/man install
-  chown root.root ${pkgdir}/usr/share/man/man1/bchunk.1
-}
 # vim: ts=2 sw=2 et ft=sh