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

2013-04-18 Thread Eric Bélanger
Date: Thursday, April 18, 2013 @ 08:30:04
  Author: eric
Revision: 183161

upgpkg: libofx 0.9.8-1

Upstream update

Modified:
  libofx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 02:16:47 UTC (rev 183160)
+++ PKGBUILD2013-04-18 06:30:04 UTC (rev 183161)
@@ -3,7 +3,7 @@
 
 pkgbase=libofx
 pkgname=('libofx' 'libofx-doc')
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 pkgdesc=API for the OFX banking standard
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('opensp' 'curl' 'libxml++')
 checkdepends=('gnupg')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('9c6ac208dcc6a89525281827c3ab56c08923a02c')
+sha1sums=('e0159d77c4458eb937871373db85c9f392e86554')
 
 build() {
   cd $srcdir/$pkgbase-$pkgver



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

2013-04-18 Thread Eric Bélanger
Date: Thursday, April 18, 2013 @ 08:30:55
  Author: eric
Revision: 183162

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 06:30:04 UTC (rev 183161)
+++ extra-i686/PKGBUILD 2013-04-18 06:30:55 UTC (rev 183162)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgbase=libofx
-pkgname=('libofx' 'libofx-doc')
-pkgver=0.9.7
-pkgrel=1
-pkgdesc=API for the OFX banking standard
-arch=('i686' 'x86_64')
-url=http://libofx.sourceforge.net;
-license=('GPL')
-depends=('opensp' 'curl' 'libxml++')
-checkdepends=('gnupg')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('9c6ac208dcc6a89525281827c3ab56c08923a02c')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgbase-$pkgver
-  make check
-}
-
-package_libofx() {
-  options=('!libtool' '!docs')
-
-  cd $srcdir/$pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-package_libofx-doc() {
-  pkgdesc=Documention of the OFX banking standard API
-  depends=()
-
-  cd $srcdir/$pkgbase-$pkgver
-  make DESTDIR=$pkgdir install-docDATA
-  make -C doc DESTDIR=$pkgdir install
-}

Copied: libofx/repos/extra-i686/PKGBUILD (from rev 183161, 
libofx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 06:30:55 UTC (rev 183162)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.9.8
+pkgrel=1
+pkgdesc=API for the OFX banking standard
+arch=('i686' 'x86_64')
+url=http://libofx.sourceforge.net;
+license=('GPL')
+depends=('opensp' 'curl' 'libxml++')
+checkdepends=('gnupg')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('e0159d77c4458eb937871373db85c9f392e86554')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgbase-$pkgver
+  make check
+}
+
+package_libofx() {
+  options=('!libtool' '!docs')
+
+  cd $srcdir/$pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+package_libofx-doc() {
+  pkgdesc=Documention of the OFX banking standard API
+  depends=()
+
+  cd $srcdir/$pkgbase-$pkgver
+  make DESTDIR=$pkgdir install-docDATA
+  make -C doc DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-18 06:30:04 UTC (rev 183161)
+++ extra-x86_64/PKGBUILD   2013-04-18 06:30:55 UTC (rev 183162)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgbase=libofx
-pkgname=('libofx' 'libofx-doc')
-pkgver=0.9.7
-pkgrel=1
-pkgdesc=API for the OFX banking standard
-arch=('i686' 'x86_64')
-url=http://libofx.sourceforge.net;
-license=('GPL')
-depends=('opensp' 'curl' 'libxml++')
-checkdepends=('gnupg')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('9c6ac208dcc6a89525281827c3ab56c08923a02c')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgbase-$pkgver
-  make check
-}
-
-package_libofx() {
-  options=('!libtool' '!docs')
-
-  cd $srcdir/$pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-package_libofx-doc() {
-  pkgdesc=Documention of the OFX banking standard API
-  depends=()
-
-  cd $srcdir/$pkgbase-$pkgver
-  make DESTDIR=$pkgdir install-docDATA
-  make -C doc DESTDIR=$pkgdir install
-}

Copied: libofx/repos/extra-x86_64/PKGBUILD (from rev 183161, 
libofx/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-18 06:30:55 UTC (rev 183162)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.9.8
+pkgrel=1
+pkgdesc=API for the OFX banking standard
+arch=('i686' 'x86_64')
+url=http://libofx.sourceforge.net;
+license=('GPL')
+depends=('opensp' 'curl' 'libxml++')
+checkdepends=('gnupg')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('e0159d77c4458eb937871373db85c9f392e86554')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+  ./configure 

[arch-commits] Commit in razor/trunk (PKGBUILD razor-2.85-cosmetic-pv-fix.patch)

2013-04-18 Thread Eric Bélanger
Date: Thursday, April 18, 2013 @ 08:54:52
  Author: eric
Revision: 183163

upgpkg: razor 2.85-1

Upstream update, Clean up PKGBUILD

Added:
  razor/trunk/razor-2.85-cosmetic-pv-fix.patch
Modified:
  razor/trunk/PKGBUILD

--+
 PKGBUILD |   30 ++
 razor-2.85-cosmetic-pv-fix.patch |   22 ++
 2 files changed, 36 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 06:30:55 UTC (rev 183162)
+++ PKGBUILD2013-04-18 06:54:52 UTC (rev 183163)
@@ -4,38 +4,36 @@
 # Contributor: Manolis Tzanidakis
 
 pkgname=razor
-pkgver=2.84
-pkgrel=7
+pkgver=2.85
+pkgrel=1
 pkgdesc=A distributed, collaborative, spam detection and filtering network
 arch=('i686' 'x86_64')
 url=http://razor.sourceforge.net;
 license=('PerlArtistic')
 depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl')
 options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2;)
-md5sums=('8b9a11a6ce020383c32c45d1530d77c2')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2;
+ razor-2.85-cosmetic-pv-fix.patch)
+md5sums=('014d08db40187cb1316482191566b012'
+ '850645e088b21845f4b6653623d59515')
 
+prepare() {
+  cd ${pkgname}-agents-${pkgver}
+  patch -p1 -i $srcdir/razor-2.85-cosmetic-pv-fix.patch
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-agents-${pkgver}
-
-  # skip install_razor_agents (we'll do the linking later)
-  # /bin/sed -i s|install :: all pure_install doc_install 
install_razor_agents|install :: all pure_install doc_install|g Makefile
-
+  cd ${pkgname}-agents-${pkgver}
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-agents-${pkgver}
+  cd ${pkgname}-agents-${pkgver}
   make test
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-agents-${pkgver}
+  cd ${pkgname}-agents-${pkgver}
   make DESTDIR=${pkgdir} install
-
-  # cd ${pkgdir}/usr/bin
-  # for i in razor-check razor-report razor-revoke razor-admin; do 
-  #  /bin/ln -sf razor-client $i; 
-  # done
 }

Added: razor-2.85-cosmetic-pv-fix.patch
===
--- razor-2.85-cosmetic-pv-fix.patch(rev 0)
+++ razor-2.85-cosmetic-pv-fix.patch2013-04-18 06:54:52 UTC (rev 183163)
@@ -0,0 +1,22 @@
+--- a/lib/Razor2/Client/Version.pm 2007-05-10 22:32:10.0 +0200
 b/lib/Razor2/Client/Version.pm 2010-03-25 11:11:36.911409707 +0100
+@@ -14,7 +14,7 @@
+ 
+ $PROTOCOL = 3;
+ 
+-$VERSION = '2.84';
++$VERSION = '2.85';
+ 
+ 1;
+ 
+--- a/META.yml 2007-05-23 20:29:34.0 +0200
 b/META.yml 2010-03-25 11:11:43.691408628 +0100
+@@ -1,7 +1,7 @@
+ # http://module-build.sourceforge.net/META-spec.html
+ #XXX This is a prototype!!!  It will change in the future!!! X#
+ name: razor-agents
+-version:  2.84
++version:  2.85
+ version_from: lib/Razor2/Client/Version.pm
+ installdirs:  site
+ requires:



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

2013-04-18 Thread Eric Bélanger
Date: Thursday, April 18, 2013 @ 08:55:29
  Author: eric
Revision: 183164

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

Added:
  razor/repos/extra-i686/PKGBUILD
(from rev 183163, razor/trunk/PKGBUILD)
  razor/repos/extra-i686/razor-2.85-cosmetic-pv-fix.patch
(from rev 183163, razor/trunk/razor-2.85-cosmetic-pv-fix.patch)
  razor/repos/extra-x86_64/PKGBUILD
(from rev 183163, razor/trunk/PKGBUILD)
  razor/repos/extra-x86_64/razor-2.85-cosmetic-pv-fix.patch
(from rev 183163, razor/trunk/razor-2.85-cosmetic-pv-fix.patch)
Deleted:
  razor/repos/extra-i686/PKGBUILD
  razor/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   41 
 extra-i686/razor-2.85-cosmetic-pv-fix.patch   |   22 ++
 extra-x86_64/PKGBUILD |   41 
 extra-x86_64/razor-2.85-cosmetic-pv-fix.patch |   22 ++
 5 files changed, 122 insertions(+), 82 deletions(-)

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

Copied: razor/repos/extra-i686/PKGBUILD (from rev 183163, razor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 06:55:29 UTC (rev 183164)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=razor
+pkgver=2.85
+pkgrel=1
+pkgdesc=A distributed, collaborative, spam detection and filtering network
+arch=('i686' 'x86_64')
+url=http://razor.sourceforge.net;
+license=('PerlArtistic')
+depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2;
+ razor-2.85-cosmetic-pv-fix.patch)
+md5sums=('014d08db40187cb1316482191566b012'
+ '850645e088b21845f4b6653623d59515')
+
+prepare() {
+  cd ${pkgname}-agents-${pkgver}
+  patch -p1 -i $srcdir/razor-2.85-cosmetic-pv-fix.patch
+}
+
+build() {
+  cd ${pkgname}-agents-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${pkgname}-agents-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-agents-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: razor/repos/extra-i686/razor-2.85-cosmetic-pv-fix.patch (from rev 
183163, razor/trunk/razor-2.85-cosmetic-pv-fix.patch)
===
--- extra-i686/razor-2.85-cosmetic-pv-fix.patch (rev 0)
+++ extra-i686/razor-2.85-cosmetic-pv-fix.patch 2013-04-18 06:55:29 UTC (rev 
183164)
@@ -0,0 +1,22 @@
+--- a/lib/Razor2/Client/Version.pm 2007-05-10 22:32:10.0 +0200
 b/lib/Razor2/Client/Version.pm 2010-03-25 11:11:36.911409707 +0100
+@@ -14,7 +14,7 @@
+ 
+ $PROTOCOL = 3;
+ 
+-$VERSION = '2.84';
++$VERSION = '2.85';
+ 
+ 1;
+ 
+--- a/META.yml 2007-05-23 20:29:34.0 +0200
 b/META.yml 2010-03-25 11:11:43.691408628 +0100
+@@ -1,7 +1,7 @@
+ # http://module-build.sourceforge.net/META-spec.html
+ #XXX This is a prototype!!!  It will change in the future!!! X#
+ name: razor-agents
+-version:  2.84
++version:  2.85
+ version_from: lib/Razor2/Client/Version.pm
+ installdirs:  site
+ requires:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-18 06:54:52 UTC (rev 183163)
+++ extra-x86_64/PKGBUILD   2013-04-18 

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

2013-04-18 Thread Eric Bélanger
Date: Thursday, April 18, 2013 @ 09:34:17
  Author: eric
Revision: 183165

upgpkg: farstream 0.2.3-1

Upstream update, Update license

Modified:
  farstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 06:55:29 UTC (rev 183164)
+++ PKGBUILD2013-04-18 07:34:17 UTC (rev 183165)
@@ -2,23 +2,24 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=farstream
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/Farstream;
-license=('LGPL2.1')
+license=('LGPL')
 depends=('gst-plugins-base-libs' 'libnice')
 makedepends=('gobject-introspection')
 optdepends=('gst-plugins-good' 'gst-plugins-bad')
 conflicts=('farsight2')
 replaces=('farsight2')
 options=(!libtool)
-source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('01c20c1ed014ad4e18e55f1f6caf7877')
+source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('a8971167068b69a6933d3eaaeb9ab448'
+ 'SKIP')
 
 build() {
-  cd  $pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
 --with-package-name='Arch Linux farstream package' \
 --with-package-origin='http://archlinux.org' \



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

2013-04-18 Thread Eric Bélanger
Date: Thursday, April 18, 2013 @ 09:35:04
  Author: eric
Revision: 183166

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 07:34:17 UTC (rev 183165)
+++ extra-i686/PKGBUILD 2013-04-18 07:35:04 UTC (rev 183166)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=farstream
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/Farstream;
-license=('LGPL2.1')
-depends=('gst-plugins-base-libs' 'libnice')
-makedepends=('gobject-introspection')
-optdepends=('gst-plugins-good' 'gst-plugins-bad')
-conflicts=('farsight2')
-replaces=('farsight2')
-options=(!libtool)
-source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('01c20c1ed014ad4e18e55f1f6caf7877')
-
-build() {
-  cd  $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-package-name='Arch Linux farstream package' \
---with-package-origin='http://archlinux.org' \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: farstream/repos/extra-i686/PKGBUILD (from rev 183165, 
farstream/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 07:35:04 UTC (rev 183166)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=farstream
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/Farstream;
+license=('LGPL')
+depends=('gst-plugins-base-libs' 'libnice')
+makedepends=('gobject-introspection')
+optdepends=('gst-plugins-good' 'gst-plugins-bad')
+conflicts=('farsight2')
+replaces=('farsight2')
+options=(!libtool)
+source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('a8971167068b69a6933d3eaaeb9ab448'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--with-package-name='Arch Linux farstream package' \
+--with-package-origin='http://archlinux.org' \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-18 07:34:17 UTC (rev 183165)
+++ extra-x86_64/PKGBUILD   2013-04-18 07:35:04 UTC (rev 183166)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=farstream
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/Farstream;
-license=('LGPL2.1')
-depends=('gst-plugins-base-libs' 'libnice')
-makedepends=('gobject-introspection')
-optdepends=('gst-plugins-good' 'gst-plugins-bad')
-conflicts=('farsight2')
-replaces=('farsight2')
-options=(!libtool)
-source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('01c20c1ed014ad4e18e55f1f6caf7877')
-
-build() {
-  cd  $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-package-name='Arch Linux farstream package' \
---with-package-origin='http://archlinux.org' \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: farstream/repos/extra-x86_64/PKGBUILD (from rev 183165, 
farstream/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-18 07:35:04 UTC (rev 183166)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=farstream
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/Farstream;
+license=('LGPL')
+depends=('gst-plugins-base-libs' 'libnice')
+makedepends=('gobject-introspection')
+optdepends=('gst-plugins-good' 'gst-plugins-bad')
+conflicts=('farsight2')

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

2013-04-18 Thread Maxime Gauduin
Date: Thursday, April 18, 2013 @ 09:44:26
  Author: alucryd
Revision: 88455

upgpkg: cairo-dock 3.2.1-1

Modified:
  cairo-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 04:14:11 UTC (rev 88454)
+++ PKGBUILD2013-04-18 07:44:26 UTC (rev 88455)
@@ -4,8 +4,8 @@
 # Contributor: erm67 er...@yahoo.it
 
 pkgname=cairo-dock
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc=Light eye-candy fully themable animated dock
 arch=('i686' 'x86_64')
 url=https://launchpad.net/cairo-dock-core;
@@ -15,7 +15,7 @@
 optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
 options=('!libtool')
 
source=(http://launchpad.net/${pkgname}-core/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
 'gldit-rpath.patch')
-sha256sums=('69d57dab16e70bb0683ba91f1dfd19a9ee0de0b1642ca6480fef9dacbb9c2fd2'
+sha256sums=('441e407f92138dc604c796b0455777b765e298ecb8f3120104f521d0e0b34543'
 '5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc')
 
 prepare() {



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

2013-04-18 Thread Maxime Gauduin
Date: Thursday, April 18, 2013 @ 09:44:43
  Author: alucryd
Revision: 88456

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

Added:
  cairo-dock/repos/community-i686/PKGBUILD
(from rev 88455, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-i686/gldit-rpath.patch
(from rev 88455, cairo-dock/trunk/gldit-rpath.patch)
  cairo-dock/repos/community-x86_64/PKGBUILD
(from rev 88455, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-x86_64/gldit-rpath.patch
(from rev 88455, cairo-dock/trunk/gldit-rpath.patch)
Deleted:
  cairo-dock/repos/community-i686/PKGBUILD
  cairo-dock/repos/community-i686/gldit-rpath.patch
  cairo-dock/repos/community-x86_64/PKGBUILD
  cairo-dock/repos/community-x86_64/gldit-rpath.patch

+
 /PKGBUILD  |   90 +++
 /gldit-rpath.patch |   26 ++
 community-i686/PKGBUILD|   45 -
 community-i686/gldit-rpath.patch   |   13 -
 community-x86_64/PKGBUILD  |   45 -
 community-x86_64/gldit-rpath.patch |   13 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 07:44:26 UTC (rev 88455)
+++ community-i686/PKGBUILD 2013-04-18 07:44:43 UTC (rev 88456)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Tofe chris.chap...@gmail.com
-# Contributor: erm67 er...@yahoo.it
-
-pkgname=cairo-dock
-pkgver=3.2.0
-pkgrel=2
-pkgdesc=Light eye-candy fully themable animated dock
-arch=('i686' 'x86_64')
-url=https://launchpad.net/cairo-dock-core;
-license=('GPL')
-depends=('curl' 'dbus-glib' 'gtk3' 'librsvg')
-makedepends=('cmake')
-optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
-options=('!libtool')
-source=(http://launchpad.net/${pkgname}-core/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
 'gldit-rpath.patch')
-sha256sums=('69d57dab16e70bb0683ba91f1dfd19a9ee0de0b1642ca6480fef9dacbb9c2fd2'
-'5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ../gldit-rpath.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-i686/PKGBUILD (from rev 88455, 
cairo-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-18 07:44:43 UTC (rev 88456)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Tofe chris.chap...@gmail.com
+# Contributor: erm67 er...@yahoo.it
+
+pkgname=cairo-dock
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Light eye-candy fully themable animated dock
+arch=('i686' 'x86_64')
+url=https://launchpad.net/cairo-dock-core;
+license=('GPL')
+depends=('curl' 'dbus-glib' 'gtk3' 'librsvg')
+makedepends=('cmake')
+optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
+options=('!libtool')
+source=(http://launchpad.net/${pkgname}-core/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
 'gldit-rpath.patch')
+sha256sums=('441e407f92138dc604c796b0455777b765e298ecb8f3120104f521d0e0b34543'
+'5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ../gldit-rpath.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/gldit-rpath.patch
===
--- community-i686/gldit-rpath.patch2013-04-18 07:44:26 UTC (rev 88455)
+++ community-i686/gldit-rpath.patch2013-04-18 07:44:43 UTC (rev 88456)
@@ -1,13 +0,0 @@
 a/src/gldit/CMakeLists.txt 2013-03-23 16:55:12.0 +0100
-+++ b/src/gldit/CMakeLists.txt 2013-03-26 11:57:14.159200918 +0100
-@@ -82,9 +82,7 @@ link_directories(
-   ${GTK_LIBRARY_DIRS}
-   ${XEXTEND_LIBRARY_DIRS}
-   ${XINERAMA_LIBRARY_DIRS}
--  ${CMAKE_SOURCE_DIR}/src/gldit
--  ${CMAKE_SOURCE_DIR}/src/icon-factory
--  ${CMAKE_SOURCE_DIR}/src/implementations)
-+  )
- 
- # Define the library
- add_library (gldi SHARED ${core_lib_SRCS})

Copied: cairo-dock/repos/community-i686/gldit-rpath.patch (from rev 88455, 
cairo-dock/trunk/gldit-rpath.patch)

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

2013-04-18 Thread Sven-Hendrik Haase
Date: Thursday, April 18, 2013 @ 10:03:14
  Author: svenstaro
Revision: 88457

upgpkg: blender 7:2.66a-1

Restructure PKGBUILD

Modified:
  blender/trunk/PKGBUILD

--+
 PKGBUILD |   47 +++
 1 file changed, 19 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 07:44:43 UTC (rev 88456)
+++ PKGBUILD2013-04-18 08:03:14 UTC (rev 88457)
@@ -6,11 +6,11 @@
 # Sometimes blender.org takes some time to release patch releases and because 
Arch users
 # are impatient, we sometimes need to build from svn directly.
 
-_svn=false
+_svn=true
 
 pkgname=blender
-true  pkgver=2.66a # Hack for svn
-true  pkgrel=2
+pkgver=2.66a
+pkgrel=1
 epoch=7
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')
@@ -24,38 +24,28 @@
 optdepends=('cuda: cycles renderer cuda support')
 options=(!strip)
 install=blender.install
-if [[ $_svn = false ]]; then
+if $_svn; then
+  
source=(${pkgname}::svn+https://svn.blender.org/svnroot/bf-blender/trunk/blender;)
+  md5sums=(SKIP)
+else
   source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
   md5sums=('dde8211818e35b00a1c01a11efef4533')
-else
-  source=()
-  md5sums=()
 fi
 
-_svntrunk=https://svn.blender.org/svnroot/bf-blender/trunk/blender;
-_svnmod=blender
+if $_svn; then
+pkgver() {
+  cd ${SRCDEST}/${pkgname}
+  echo ${pkgver}.$(svnversion)
+}
+fi
 
 build() {
-if [[ $_svn = true ]]; then
-  cd $srcdir
-  msg Connecting to SVN server
-
-  if [[ -d $_svnmod/.svn ]]; then
-(cd $_svnmod  svn up )
+  if $_svn == true; then
+cd $srcdir/$pkgname
   else
-svn co $_svntrunk --config-dir ./ $_svnmod
+cd $srcdir/$pkgname-$pkgver
   fi
 
-  msg SVN checkout done or server timeout
-  msg Starting build...
-
-  rm -rf $srcdir/$_svnmod-build
-  cp -r $srcdir/$_svnmod $srcdir/$_svnmod-build
-  cd $srcdir/$_svnmod-build
-else
-  cd $srcdir/$pkgname-$pkgver
-fi
-
   mkdir build
   cd build
 
@@ -92,11 +82,12 @@
 }
 
 package() {
-  if [[ $_svn = true ]]; then
-cd $srcdir/$_svnmod-build/build
+  if $_svn; then
+cd $srcdir/$pkgname/build
   else
 cd $srcdir/$pkgname-$pkgver/build
   fi
+
   make DESTDIR=${pkgdir} install
   python -m compileall ${pkgdir}/usr/share/blender
 }



[arch-commits] Commit in cairo-dock-plugins/trunk (3 files)

2013-04-18 Thread Maxime Gauduin
Date: Thursday, April 18, 2013 @ 11:05:23
  Author: alucryd
Revision: 88458

upgpkg: cairo-dock-plugins 3.2.1-1

Modified:
  cairo-dock-plugins/trunk/PKGBUILD
Deleted:
  cairo-dock-plugins/trunk/alsa-mixer-applet.patch
  cairo-dock-plugins/trunk/applet-host-ias.patch

-+
 PKGBUILD|6 +++---
 alsa-mixer-applet.patch |   10 --
 applet-host-ias.patch   |   17 -
 3 files changed, 3 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 08:03:14 UTC (rev 88457)
+++ PKGBUILD2013-04-18 09:05:23 UTC (rev 88458)
@@ -6,8 +6,8 @@
 # Contributor: snoopy33 snoop...@no-log.org
 
 pkgname=cairo-dock-plugins
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc=Plugins for Cairo-Dock
 url=https://launchpad.net/cairo-dock;
 license=('GPL')
@@ -34,7 +34,7 @@
 'webkitgtk3: Weblets applet')
 options=('!libtool')
 
source=(http://launchpad.net/cairo-dock-plug-ins/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('e407e1c0d54ae37815726d0f2a66f12ec8263499df99198646bcecccfc688b5c')
+sha256sums=('11b4433e40bbb1507757b23e167c521d620827576c2f30bb1a9642e0bff57e01')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Deleted: alsa-mixer-applet.patch
===
--- alsa-mixer-applet.patch 2013-04-18 08:03:14 UTC (rev 88457)
+++ alsa-mixer-applet.patch 2013-04-18 09:05:23 UTC (rev 88458)
@@ -1,10 +0,0 @@
 a/alsaMixer/src/applet-struct.h2013-03-23 16:55:27.0 +0100
-+++ b/alsaMixer/src/applet-struct.h2013-03-28 18:56:15.981944400 +0100
-@@ -19,6 +19,7 @@
- 
- #ifndef __CD_APPLET_STRUCT__
- #define  __CD_APPLET_STRUCT__
-+#include sys/types.h
- 
- #include sys/types.h
- #include alsa/asoundlib.h

Deleted: applet-host-ias.patch
===
--- applet-host-ias.patch   2013-04-18 08:03:14 UTC (rev 88457)
+++ applet-host-ias.patch   2013-04-18 09:05:23 UTC (rev 88458)
@@ -1,17 +0,0 @@
-=== modified file 'Status-Notifier/src/applet-host-ias.c'
 old/Status-Notifier/src/applet-host-ias.c  2012-03-18 02:41:47 +
-+++ new/Status-Notifier/src/applet-host-ias.c  2012-05-27 12:50:54 +
-@@ -238,10 +238,12 @@
-   cIconThemePath,
-   #if (INDICATOR_OLD_NAMES == 0)
-   cAccessbleDesc  *cAccessbleDesc != '\0' ? cAccessbleDesc :
-+  #if (INDICATOR_APPLICATIONADDED_HAS_HINT == 1)
-   #if (INDICATOR_APPLICATIONADDED_HAS_TITLE == 1)
-   cTitle  *cTitle != '\0' ? cTitle :
-   #endif
-   #endif
-+  #endif
-   cLabel
-   );
-   
-



[arch-commits] Commit in cairo-dock-plugins/repos (8 files)

2013-04-18 Thread Maxime Gauduin
Date: Thursday, April 18, 2013 @ 11:05:42
  Author: alucryd
Revision: 88459

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

Added:
  cairo-dock-plugins/repos/community-i686/PKGBUILD
(from rev 88458, cairo-dock-plugins/trunk/PKGBUILD)
  cairo-dock-plugins/repos/community-x86_64/PKGBUILD
(from rev 88458, cairo-dock-plugins/trunk/PKGBUILD)
Deleted:
  cairo-dock-plugins/repos/community-i686/PKGBUILD
  cairo-dock-plugins/repos/community-i686/alsa-mixer-applet.patch
  cairo-dock-plugins/repos/community-i686/applet-host-ias.patch
  cairo-dock-plugins/repos/community-x86_64/PKGBUILD
  cairo-dock-plugins/repos/community-x86_64/alsa-mixer-applet.patch
  cairo-dock-plugins/repos/community-x86_64/applet-host-ias.patch

--+
 /PKGBUILD|  114 +
 community-i686/PKGBUILD  |   57 --
 community-i686/alsa-mixer-applet.patch   |   10 --
 community-i686/applet-host-ias.patch |   17 
 community-x86_64/PKGBUILD|   57 --
 community-x86_64/alsa-mixer-applet.patch |   10 --
 community-x86_64/applet-host-ias.patch   |   17 
 7 files changed, 114 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 09:05:23 UTC (rev 88458)
+++ community-i686/PKGBUILD 2013-04-18 09:05:42 UTC (rev 88459)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Tofe chris.chap...@gmail.com
-# Contributor: zhuqin zhuqi...@gmail.com
-# Contributor: tri1976 tri...@gmail.com
-# Contributor: snoopy33 snoop...@no-log.org
-
-pkgname=cairo-dock-plugins
-pkgver=3.2.0
-pkgrel=2
-pkgdesc=Plugins for Cairo-Dock
-url=https://launchpad.net/cairo-dock;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('cairo-dock')
-makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 
'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 
'lm_sensors' 'ndesk-dbus-glib' 'python' 'ruby' 'upower' 'vala' 'vte3' 
'webkitgtk3')
-optdepends=('alsa-lib: AlsaMixer, Sound Effects applets'
-'fftw: Impulse applet'
-'gnome-menus: GMenu applet'
-'gtk-sharp-2: Mono API'
-'gvfs: GVFS integration'
-'libetpan: Mail applet'
-'libexif: Slider applet'
-'libical: Clock applet'
-'libpulse: Impulse applet'
-'libxklavier: Keyboard Indicator applet'
-'libzeitgeist: Recent Events applet'
-'lm_sensors: System Monitor applet'
-'ndesk-dbus-glib: Mono API'
-'python: Python API'
-'ruby: Ruby API'
-'upower: Logout, PowerManager applets'
-'vte3: Terminal applet'
-'webkitgtk3: Weblets applet')
-options=('!libtool')
-source=(http://launchpad.net/cairo-dock-plug-ins/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('e407e1c0d54ae37815726d0f2a66f12ec8263499df99198646bcecccfc688b5c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock-plugins/repos/community-i686/PKGBUILD (from rev 88458, 
cairo-dock-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-18 09:05:42 UTC (rev 88459)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Tofe chris.chap...@gmail.com
+# Contributor: zhuqin zhuqi...@gmail.com
+# Contributor: tri1976 tri...@gmail.com
+# Contributor: snoopy33 snoop...@no-log.org
+
+pkgname=cairo-dock-plugins
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Plugins for Cairo-Dock
+url=https://launchpad.net/cairo-dock;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('cairo-dock')
+makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 
'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 
'lm_sensors' 'ndesk-dbus-glib' 'python' 'ruby' 'upower' 'vala' 'vte3' 
'webkitgtk3')
+optdepends=('alsa-lib: AlsaMixer, Sound Effects applets'
+'fftw: Impulse applet'
+'gnome-menus: GMenu applet'
+'gtk-sharp-2: Mono API'
+'gvfs: GVFS integration'
+'libetpan: Mail applet'
+'libexif: Slider applet'
+'libical: Clock applet'
+'libpulse: Impulse applet'
+'libxklavier: Keyboard Indicator applet'
+'libzeitgeist: Recent Events applet'
+'lm_sensors: System Monitor applet'
+'ndesk-dbus-glib: Mono API'
+'python: Python API'

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

2013-04-18 Thread Sven-Hendrik Haase
Date: Thursday, April 18, 2013 @ 11:50:17
  Author: svenstaro
Revision: 88460

upgpkg: blender 7:2.66a.56125-1

Restructure PKGBUILD

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 09:05:42 UTC (rev 88459)
+++ PKGBUILD2013-04-18 09:50:17 UTC (rev 88460)
@@ -6,10 +6,11 @@
 # Sometimes blender.org takes some time to release patch releases and because 
Arch users
 # are impatient, we sometimes need to build from svn directly.
 
-_svn=true
+_svnrev=56125
 
 pkgname=blender
 pkgver=2.66a
+[[ -n $_svnrev ]]  pkgver=2.66a.$_svnrev
 pkgrel=1
 epoch=7
 pkgdesc=A fully integrated 3D graphics creation suite
@@ -24,27 +25,16 @@
 optdepends=('cuda: cycles renderer cuda support')
 options=(!strip)
 install=blender.install
-if $_svn; then
-  
source=(${pkgname}::svn+https://svn.blender.org/svnroot/bf-blender/trunk/blender;)
+if [[ -n $_svnrev ]]; then
+  
source=(${pkgname}-${pkgver}::svn+https://svn.blender.org/svnroot/bf-blender/trunk/blender#revision=56125;)
   md5sums=(SKIP)
 else
   source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
   md5sums=('dde8211818e35b00a1c01a11efef4533')
 fi
 
-if $_svn; then
-pkgver() {
-  cd ${SRCDEST}/${pkgname}
-  echo ${pkgver}.$(svnversion)
-}
-fi
-
 build() {
-  if $_svn == true; then
-cd $srcdir/$pkgname
-  else
-cd $srcdir/$pkgname-$pkgver
-  fi
+  cd $srcdir/$pkgname-$pkgver
 
   mkdir build
   cd build
@@ -82,11 +72,7 @@
 }
 
 package() {
-  if $_svn; then
-cd $srcdir/$pkgname/build
-  else
-cd $srcdir/$pkgname-$pkgver/build
-  fi
+  cd $srcdir/$pkgname-$pkgver/build
 
   make DESTDIR=${pkgdir} install
   python -m compileall ${pkgdir}/usr/share/blender



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

2013-04-18 Thread Sven-Hendrik Haase
Date: Thursday, April 18, 2013 @ 11:50:27
  Author: svenstaro
Revision: 88461

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

Added:
  blender/repos/community-testing-i686/
  blender/repos/community-testing-i686/PKGBUILD
(from rev 88460, blender/trunk/PKGBUILD)
  blender/repos/community-testing-i686/blender.install
(from rev 88460, blender/trunk/blender.install)
  blender/repos/community-testing-x86_64/
  blender/repos/community-testing-x86_64/PKGBUILD
(from rev 88460, blender/trunk/PKGBUILD)
  blender/repos/community-testing-x86_64/blender.install
(from rev 88460, blender/trunk/blender.install)

--+
 community-testing-i686/PKGBUILD  |   79 +
 community-testing-i686/blender.install   |   13 
 community-testing-x86_64/PKGBUILD|   79 +
 community-testing-x86_64/blender.install |   13 
 4 files changed, 184 insertions(+)

Copied: blender/repos/community-testing-i686/PKGBUILD (from rev 88460, 
blender/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-18 09:50:27 UTC (rev 88461)
@@ -0,0 +1,79 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from svn directly.
+
+_svnrev=56125
+
+pkgname=blender
+pkgver=2.66a
+[[ -n $_svnrev ]]  pkgver=2.66a.$_svnrev
+pkgrel=1
+epoch=7
+pkgdesc=A fully integrated 3D graphics creation suite
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
+makedepends=('cmake' 'boost' 'cuda' 'subversion' 'mesa')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+if [[ -n $_svnrev ]]; then
+  
source=(${pkgname}-${pkgver}::svn+https://svn.blender.org/svnroot/bf-blender/trunk/blender#revision=56125;)
+  md5sums=(SKIP)
+else
+  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
+  md5sums=('dde8211818e35b00a1c01a11efef4533')
+fi
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir build
+  cd build
+
+  [[ $CARCH == i686 ]]  ENABLESSE2=-DSUPPORT_SSE2_BUILD=OFF
+  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DWITH_OPENCOLLADA=ON \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_GAMEENGINE=ON \
+-DWITH_JACK=ON \
+-DWITH_PLAYER=ON \
+-DWITH_CODEC_FFMPEG=ON \
+-DWITH_CODEC_SNDFILE=ON \
+-DWITH_CYCLES=ON \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_OSL=ON \
+-DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda/ \
+-DWITH_FFTW3=ON \
+-DWITH_MOD_OCEANSIM=ON \
+-DPYTHON_VERSION=3.3 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.3m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \
+$ENABLESSE2
+
+  make $MAKEFLAGS
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+  python -m compileall ${pkgdir}/usr/share/blender
+}

Copied: blender/repos/community-testing-i686/blender.install (from rev 88460, 
blender/trunk/blender.install)
===
--- community-testing-i686/blender.install  (rev 0)
+++ community-testing-i686/blender.install  2013-04-18 09:50:27 UTC (rev 
88461)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: blender/repos/community-testing-x86_64/PKGBUILD (from rev 88460, 
blender/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-18 09:50:27 UTC (rev 88461)
@@ -0,0 +1,79 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from svn directly.
+
+_svnrev=56125
+
+pkgname=blender
+pkgver=2.66a
+[[ -n $_svnrev ]]  

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

2013-04-18 Thread Felix Yan
Date: Thursday, April 18, 2013 @ 11:59:29
  Author: fyan
Revision: 88462

upgpkg: mongodb 2.4.2-1

Modified:
  mongodb/trunk/PKGBUILD
  mongodb/trunk/removeWerror.patch

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 09:50:27 UTC (rev 88461)
+++ PKGBUILD2013-04-18 09:59:29 UTC (rev 88462)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.4.1
-pkgrel=2
+pkgver=2.4.2
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -64,8 +64,8 @@
   mv ${pkgdir}/usr/lib64/libmongoclient.a ${pkgdir}/usr/lib/ || true
   rm -r ${pkgdir}/usr/lib64 || true
 }
-md5sums=('2123758b166144947860b2af490996c1'
+md5sums=('8c65fa1d678763dbc855b0129d1eea96'
  '4839fe1d638187ca3226e8267b947318'
  '96ab4517b48974ce0e566d9746a75a4f'
  'a9529e2a6e392ffecef7a9178394c814'
- 'c980ebfe46df6dc87f4b3380af69a6cc')
+ 'c97f3fd59bbbdd9f0f6916322d95feb4')

Modified: removeWerror.patch
===
--- removeWerror.patch  2013-04-18 09:50:27 UTC (rev 88461)
+++ removeWerror.patch  2013-04-18 09:59:29 UTC (rev 88462)
@@ -9,3 +9,13 @@
  if not has_option('clang'):
  env.Append( CCFLAGS=[-fno-builtin-memcmp] ) # glibc's memcmp is 
faster than gcc's
  
+--- a/src/third_party/v8/SConscript2013-04-17 03:21:23.0 +0800
 b/src/third_party/v8/SConscript2013-04-18 17:41:29.878618892 +0800
+@@ -47,7 +47,6 @@
+   'gcc': {
+ 'all': {
+   'CCFLAGS':  ['-Wall',
+-   '-Werror',
+'-W',
+'-Wno-unused-parameter',
+'-Woverloaded-virtual',



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

2013-04-18 Thread Felix Yan
Date: Thursday, April 18, 2013 @ 12:47:14
  Author: fyan
Revision: 88463

upgpkg: pidgin-lwqq 0.1d-2 hotfix

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 09:59:29 UTC (rev 88462)
+++ PKGBUILD2013-04-18 10:47:14 UTC (rev 88463)
@@ -4,7 +4,7 @@
 pkgname=pidgin-lwqq
 pkgver=0.1d
 _pkgver=0.1-d
-pkgrel=1
+pkgrel=2
 pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
 arch=('i686' 'x86_64')
 url=https://github.com/xiehuc/pidgin-lwqq;
@@ -19,18 +19,13 @@
 build()
 {
   cd ${srcdir}/$pkgname-${_pkgver}
-  
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
   make
 }
 
 package()
 {
-  cd $srcdir/$pkgname-${_pkgver}/build
+  cd $srcdir/$pkgname-${_pkgver}
   make DESTDIR=${pkgdir} install
 }
-md5sums=('b638e5132bbacdc84d951f7b0f66d2fd')
+md5sums=('5ec83a5a3328dac2ded431bcd7c5c034')



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

2013-04-18 Thread Felix Yan
Date: Thursday, April 18, 2013 @ 12:48:26
  Author: fyan
Revision: 88464

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 88463, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 88463, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 88463, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 88463, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   62 +
 /pidgin-lwqq.install |   22 +++
 community-i686/PKGBUILD  |   36 ---
 community-i686/pidgin-lwqq.install   |   11 -
 community-x86_64/PKGBUILD|   36 ---
 community-x86_64/pidgin-lwqq.install |   11 -
 6 files changed, 84 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 10:47:14 UTC (rev 88463)
+++ community-i686/PKGBUILD 2013-04-18 10:48:26 UTC (rev 88464)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=pidgin-lwqq
-pkgver=0.1d
-_pkgver=0.1-d
-pkgrel=1
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/pidgin-lwqq;
-license=('GPL3')
-depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 
'gtk-update-icon-cache')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-   'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-source=(https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz;)
-
-build()
-{
-  cd ${srcdir}/$pkgname-${_pkgver}
-  
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package()
-{
-  cd $srcdir/$pkgname-${_pkgver}/build
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('b638e5132bbacdc84d951f7b0f66d2fd')

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 88463, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-18 10:48:26 UTC (rev 88464)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=pidgin-lwqq
+pkgver=0.1d
+_pkgver=0.1-d
+pkgrel=2
+pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/pidgin-lwqq;
+license=('GPL3')
+depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 
'gtk-update-icon-cache')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+   'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+source=(https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz;)
+
+build()
+{
+  cd ${srcdir}/$pkgname-${_pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package()
+{
+  cd $srcdir/$pkgname-${_pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('5ec83a5a3328dac2ded431bcd7c5c034')

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2013-04-18 10:47:14 UTC (rev 88463)
+++ community-i686/pidgin-lwqq.install  2013-04-18 10:48:26 UTC (rev 88464)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 88463, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2013-04-18 10:48:26 UTC (rev 88464)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-18 10:47:14 UTC (rev 88463)
+++ community-x86_64/PKGBUILD   2013-04-18 10:48:26 UTC (rev 88464)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=pidgin-lwqq
-pkgver=0.1d
-_pkgver=0.1-d
-pkgrel=1
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol

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

2013-04-18 Thread Jürgen Hötzel
Date: Thursday, April 18, 2013 @ 12:49:14
  Author: juergen
Revision: 183167

upgpkg: geoip 1.5.0-1

Modified:
  geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 07:35:04 UTC (rev 183166)
+++ PKGBUILD2013-04-18 10:49:14 UTC (rev 183167)
@@ -3,8 +3,8 @@
 # Contributor: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=geoip
-pkgver=1.4.8
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc=Non-DNS IP-to-country resolver C library  utils
 arch=('i686' 'x86_64')
 url=http://www.maxmind.com/app/c;
@@ -13,7 +13,7 @@
 backup=('etc/geoip/GeoIP.conf')
 options=('!libtool' '!emptydirs')
 source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz)
-sha256sums=('cf0f6b2bac1153e34d6ef55ee3851479b347d2b5c191fda8ff6a51fab5291ff4')
+sha256sums=('d1dbd4f27bcf0e760329f0f9c67a5fc81b4c56efbe0666159934c2bcd38caea2')
 
 build() {
   cd $srcdir/GeoIP-$pkgver



[arch-commits] Commit in geoip/repos/extra-i686 (PKGBUILD PKGBUILD)

2013-04-18 Thread Jürgen Hötzel
Date: Thursday, April 18, 2013 @ 12:49:19
  Author: juergen
Revision: 183168

archrelease: copy trunk to extra-i686

Added:
  geoip/repos/extra-i686/PKGBUILD
(from rev 183167, geoip/trunk/PKGBUILD)
Deleted:
  geoip/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 10:49:14 UTC (rev 183167)
+++ PKGBUILD2013-04-18 10:49:19 UTC (rev 183168)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-
-pkgname=geoip
-pkgver=1.4.8
-pkgrel=2
-pkgdesc=Non-DNS IP-to-country resolver C library  utils
-arch=('i686' 'x86_64')
-url=http://www.maxmind.com/app/c;
-license=('GPL')
-depends=('zlib' 'geoip-database')
-backup=('etc/geoip/GeoIP.conf')
-options=('!libtool' '!emptydirs')
-source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz)
-sha256sums=('cf0f6b2bac1153e34d6ef55ee3851479b347d2b5c191fda8ff6a51fab5291ff4')
-
-build() {
-  cd $srcdir/GeoIP-$pkgver
-
-  autoreconf -vi
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---sysconfdir=/etc/geoip
-  make
-}
-
-check() {
-  cd $srcdir/GeoIP-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/GeoIP-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # country database is provided by geoip-database
-  rm $pkgdir/usr/share/GeoIP/GeoIP.dat
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip/repos/extra-i686/PKGBUILD (from rev 183167, geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 10:49:19 UTC (rev 183168)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=geoip
+pkgver=1.5.0
+pkgrel=1
+pkgdesc=Non-DNS IP-to-country resolver C library  utils
+arch=('i686' 'x86_64')
+url=http://www.maxmind.com/app/c;
+license=('GPL')
+depends=('zlib' 'geoip-database')
+backup=('etc/geoip/GeoIP.conf')
+options=('!libtool' '!emptydirs')
+source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz)
+sha256sums=('d1dbd4f27bcf0e760329f0f9c67a5fc81b4c56efbe0666159934c2bcd38caea2')
+
+build() {
+  cd $srcdir/GeoIP-$pkgver
+
+  autoreconf -vi
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc/geoip
+  make
+}
+
+check() {
+  cd $srcdir/GeoIP-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/GeoIP-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # country database is provided by geoip-database
+  rm $pkgdir/usr/share/GeoIP/GeoIP.dat
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in geoip/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2013-04-18 Thread Jürgen Hötzel
Date: Thursday, April 18, 2013 @ 12:54:20
  Author: juergen
Revision: 183169

archrelease: copy trunk to extra-x86_64

Added:
  geoip/repos/extra-x86_64/PKGBUILD
(from rev 183168, geoip/trunk/PKGBUILD)
Deleted:
  geoip/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 10:49:19 UTC (rev 183168)
+++ PKGBUILD2013-04-18 10:54:20 UTC (rev 183169)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-
-pkgname=geoip
-pkgver=1.4.8
-pkgrel=2
-pkgdesc=Non-DNS IP-to-country resolver C library  utils
-arch=('i686' 'x86_64')
-url=http://www.maxmind.com/app/c;
-license=('GPL')
-depends=('zlib' 'geoip-database')
-backup=('etc/geoip/GeoIP.conf')
-options=('!libtool' '!emptydirs')
-source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz)
-sha256sums=('cf0f6b2bac1153e34d6ef55ee3851479b347d2b5c191fda8ff6a51fab5291ff4')
-
-build() {
-  cd $srcdir/GeoIP-$pkgver
-
-  autoreconf -vi
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---sysconfdir=/etc/geoip
-  make
-}
-
-check() {
-  cd $srcdir/GeoIP-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/GeoIP-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # country database is provided by geoip-database
-  rm $pkgdir/usr/share/GeoIP/GeoIP.dat
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip/repos/extra-x86_64/PKGBUILD (from rev 183168, 
geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 10:54:20 UTC (rev 183169)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=geoip
+pkgver=1.5.0
+pkgrel=1
+pkgdesc=Non-DNS IP-to-country resolver C library  utils
+arch=('i686' 'x86_64')
+url=http://www.maxmind.com/app/c;
+license=('GPL')
+depends=('zlib' 'geoip-database')
+backup=('etc/geoip/GeoIP.conf')
+options=('!libtool' '!emptydirs')
+source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-$pkgver.tar.gz)
+sha256sums=('d1dbd4f27bcf0e760329f0f9c67a5fc81b4c56efbe0666159934c2bcd38caea2')
+
+build() {
+  cd $srcdir/GeoIP-$pkgver
+
+  autoreconf -vi
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc/geoip
+  make
+}
+
+check() {
+  cd $srcdir/GeoIP-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/GeoIP-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # country database is provided by geoip-database
+  rm $pkgdir/usr/share/GeoIP/GeoIP.dat
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:14:18
  Author: spupykin
Revision: 88465

upgpkg: dillo 3.0.3-1

upd

Modified:
  dillo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 10:48:26 UTC (rev 88464)
+++ PKGBUILD2013-04-18 12:14:18 UTC (rev 88465)
@@ -3,8 +3,8 @@
 # Maintainer: dorphell dorph...@archlinux.org
 
 pkgname=dillo
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 pkgdesc=A small, fast graphical web browser built on FLTK
 arch=(i686 x86_64)
 url=http://www.dillo.org;
@@ -13,7 +13,7 @@
  'libxi' 'libxinerama')
 backup=(etc/dillo/{dillorc,dpidrc})
 source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('81b82112cefcc7d54fe2972a21f42930')
+md5sums=('726cd0b7a18c5e25f4d80ebeffe7607e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:14:39
  Author: spupykin
Revision: 88466

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 12:14:18 UTC (rev 88465)
+++ community-i686/PKGBUILD 2013-04-18 12:14:39 UTC (rev 88466)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: dorphell dorph...@archlinux.org
-
-pkgname=dillo
-pkgver=3.0.2
-pkgrel=2
-pkgdesc=A small, fast graphical web browser built on FLTK
-arch=(i686 x86_64)
-url=http://www.dillo.org;
-license=('GPL')
-depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
- 'libxi' 'libxinerama')
-backup=(etc/dillo/{dillorc,dpidrc})
-source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('81b82112cefcc7d54fe2972a21f42930')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
-  --enable-ssl
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: dillo/repos/community-i686/PKGBUILD (from rev 88465, 
dillo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-18 12:14:39 UTC (rev 88466)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: dorphell dorph...@archlinux.org
+
+pkgname=dillo
+pkgver=3.0.3
+pkgrel=1
+pkgdesc=A small, fast graphical web browser built on FLTK
+arch=(i686 x86_64)
+url=http://www.dillo.org;
+license=('GPL')
+depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
+ 'libxi' 'libxinerama')
+backup=(etc/dillo/{dillorc,dpidrc})
+source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('726cd0b7a18c5e25f4d80ebeffe7607e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
+  --enable-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-18 12:14:18 UTC (rev 88465)
+++ community-x86_64/PKGBUILD   2013-04-18 12:14:39 UTC (rev 88466)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: dorphell dorph...@archlinux.org
-
-pkgname=dillo
-pkgver=3.0.2
-pkgrel=2
-pkgdesc=A small, fast graphical web browser built on FLTK
-arch=(i686 x86_64)
-url=http://www.dillo.org;
-license=('GPL')
-depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
- 'libxi' 'libxinerama')
-backup=(etc/dillo/{dillorc,dpidrc})
-source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('81b82112cefcc7d54fe2972a21f42930')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
-  --enable-ssl
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: dillo/repos/community-x86_64/PKGBUILD (from rev 88465, 
dillo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-18 12:14:39 UTC (rev 88466)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: dorphell dorph...@archlinux.org
+
+pkgname=dillo
+pkgver=3.0.3
+pkgrel=1
+pkgdesc=A small, fast graphical web browser built on FLTK
+arch=(i686 x86_64)
+url=http://www.dillo.org;
+license=('GPL')
+depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
+ 'libxi' 'libxinerama')
+backup=(etc/dillo/{dillorc,dpidrc})
+source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('726cd0b7a18c5e25f4d80ebeffe7607e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
+  --enable-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:14:43
  Author: spupykin
Revision: 88467

upgpkg: gocr 0.50-1

upd

Modified:
  gocr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:14:39 UTC (rev 88466)
+++ PKGBUILD2013-04-18 12:14:43 UTC (rev 88467)
@@ -3,8 +3,8 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=gocr
-pkgver=0.49
-pkgrel=2
+pkgver=0.50
+pkgrel=1
 pkgdesc=Open-source character recognition (OCR)
 arch=(i686 x86_64)
 url=http://jocr.sourceforge.net/index.html;
@@ -12,7 +12,7 @@
 depends=('glibc' 'netpbm')
 optdepends=('tk: to use the tk frontend')
 source=(http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-${pkgver}.tar.gz)
-md5sums=('4e527bc4bdd97c2be15fdd818857507f')
+md5sums=('553ea40c2b3a1a0b03a30675d0e0aba1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:15:06
  Author: spupykin
Revision: 88468

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 12:14:43 UTC (rev 88467)
+++ community-i686/PKGBUILD 2013-04-18 12:15:06 UTC (rev 88468)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: damir da...@archlinux.org
-
-pkgname=gocr
-pkgver=0.49
-pkgrel=2
-pkgdesc=Open-source character recognition (OCR)
-arch=(i686 x86_64)
-url=http://jocr.sourceforge.net/index.html;
-license=('GPL')
-depends=('glibc' 'netpbm')
-optdepends=('tk: to use the tk frontend')
-source=(http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-${pkgver}.tar.gz)
-md5sums=('4e527bc4bdd97c2be15fdd818857507f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ $CARCH == x86_64 ]  export CFLAGS=-fPIC
-  ./configure --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib
-  make -j1 all libs
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/lib
-  make DESTDIR=$pkgdir libdir=/usr/lib/ bindir=/usr/bin install
-  (cd $pkgdir/usr/lib/  rm -f libPgm2asc.so  ln -s `echo libPgm2asc*.so` 
libPgm2asc.so)
-  install -D -m644 doc/gocr.html $pkgdir/usr/share/doc/gocr/gocr.html
-  for i in pgm2asc.h gocr.h; do
-install -D -m644 src/$i $pkgdir/usr/include/gocr/$i
-  done
-}

Copied: gocr/repos/community-i686/PKGBUILD (from rev 88467, gocr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-18 12:15:06 UTC (rev 88468)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: damir da...@archlinux.org
+
+pkgname=gocr
+pkgver=0.50
+pkgrel=1
+pkgdesc=Open-source character recognition (OCR)
+arch=(i686 x86_64)
+url=http://jocr.sourceforge.net/index.html;
+license=('GPL')
+depends=('glibc' 'netpbm')
+optdepends=('tk: to use the tk frontend')
+source=(http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-${pkgver}.tar.gz)
+md5sums=('553ea40c2b3a1a0b03a30675d0e0aba1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ $CARCH == x86_64 ]  export CFLAGS=-fPIC
+  ./configure --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib
+  make -j1 all libs
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/lib
+  make DESTDIR=$pkgdir libdir=/usr/lib/ bindir=/usr/bin install
+  (cd $pkgdir/usr/lib/  rm -f libPgm2asc.so  ln -s `echo libPgm2asc*.so` 
libPgm2asc.so)
+  install -D -m644 doc/gocr.html $pkgdir/usr/share/doc/gocr/gocr.html
+  for i in pgm2asc.h gocr.h; do
+install -D -m644 src/$i $pkgdir/usr/include/gocr/$i
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-18 12:14:43 UTC (rev 88467)
+++ community-x86_64/PKGBUILD   2013-04-18 12:15:06 UTC (rev 88468)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: damir da...@archlinux.org
-
-pkgname=gocr
-pkgver=0.49
-pkgrel=2
-pkgdesc=Open-source character recognition (OCR)
-arch=(i686 x86_64)
-url=http://jocr.sourceforge.net/index.html;
-license=('GPL')
-depends=('glibc' 'netpbm')
-optdepends=('tk: to use the tk frontend')
-source=(http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-${pkgver}.tar.gz)
-md5sums=('4e527bc4bdd97c2be15fdd818857507f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ $CARCH == x86_64 ]  export CFLAGS=-fPIC
-  ./configure --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib
-  make -j1 all libs
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/lib
-  make DESTDIR=$pkgdir libdir=/usr/lib/ bindir=/usr/bin install
-  (cd $pkgdir/usr/lib/  rm -f libPgm2asc.so  ln -s `echo libPgm2asc*.so` 
libPgm2asc.so)
-  install -D -m644 doc/gocr.html $pkgdir/usr/share/doc/gocr/gocr.html
-  for i in pgm2asc.h gocr.h; do
-install -D -m644 src/$i $pkgdir/usr/include/gocr/$i
-  done
-}

Copied: gocr/repos/community-x86_64/PKGBUILD (from rev 88467, 
gocr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-18 12:15:06 UTC (rev 88468)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 

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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:15:10
  Author: spupykin
Revision: 88469

upgpkg: perl-email-simple 2.201-1

upd

Modified:
  perl-email-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:15:06 UTC (rev 88468)
+++ PKGBUILD2013-04-18 12:15:10 UTC (rev 88469)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin pupykin.s+...@gmail.com
 
 pkgname=perl-email-simple
-pkgver=2.102
+pkgver=2.201
 pkgrel=1
 pkgdesc=simple parsing of RFC2822 message format and headers 
 arch=('any')
@@ -14,7 +14,7 @@
 replaces=(perl-email-simple-creator)
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-$pkgver.tar.gz)
-md5sums=('68809cf88371b5688bbc399f909cd493')
+md5sums=('2131e35dffa63d189a917f9317009ad7')
 
 build() {
   cd  $srcdir/Email-Simple-$pkgver



[arch-commits] Commit in perl-email-simple/repos/community-any (PKGBUILD PKGBUILD)

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:15:21
  Author: spupykin
Revision: 88470

archrelease: copy trunk to community-any

Added:
  perl-email-simple/repos/community-any/PKGBUILD
(from rev 88469, perl-email-simple/trunk/PKGBUILD)
Deleted:
  perl-email-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 12:15:10 UTC (rev 88469)
+++ PKGBUILD2013-04-18 12:15:21 UTC (rev 88470)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-email-simple
-pkgver=2.102
-pkgrel=1
-pkgdesc=simple parsing of RFC2822 message format and headers 
-arch=('any')
-url=http://search.cpan.org/dist/Email-Simple;
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'perl-email-date-format')
-provides=(perl-email-simple-creator=$pkgver)
-replaces=(perl-email-simple-creator)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-$pkgver.tar.gz)
-md5sums=('68809cf88371b5688bbc399f909cd493')
-
-build() {
-  cd  $srcdir/Email-Simple-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}
-

Copied: perl-email-simple/repos/community-any/PKGBUILD (from rev 88469, 
perl-email-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 12:15:21 UTC (rev 88470)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-email-simple
+pkgver=2.201
+pkgrel=1
+pkgdesc=simple parsing of RFC2822 message format and headers 
+arch=('any')
+url=http://search.cpan.org/dist/Email-Simple;
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-email-date-format')
+provides=(perl-email-simple-creator=$pkgver)
+replaces=(perl-email-simple-creator)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-$pkgver.tar.gz)
+md5sums=('2131e35dffa63d189a917f9317009ad7')
+
+build() {
+  cd  $srcdir/Email-Simple-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Email-Simple-$pkgver
+  make install DESTDIR=$pkgdir
+
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}
+



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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:15:25
  Author: spupykin
Revision: 88471

upgpkg: perl-xml-rss 1.50-1

upd

Modified:
  perl-xml-rss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:15:21 UTC (rev 88470)
+++ PKGBUILD2013-04-18 12:15:25 UTC (rev 88471)
@@ -3,8 +3,8 @@
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-xml-rss
-pkgver=1.49
-pkgrel=2
+pkgver=1.50
+pkgrel=1
 pkgdesc=Parse or create Rich Site Summaries (RSS)
 arch=('any')
 url=http://search.cpan.org/dist/XML-RSS;
@@ -13,7 +13,7 @@
 'perl-html-parser' 'perlxml=2.23')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-RSS-$pkgver.tar.gz)
-md5sums=('b22c5ca9c226ca7b7698a9387f2f1908')
+md5sums=('c6d39019d164b57a5a61c98566f044d9')
 
 build() {
   cd  $srcdir/XML-RSS-$pkgver



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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:15:36
  Author: spupykin
Revision: 88472

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 12:15:25 UTC (rev 88471)
+++ PKGBUILD2013-04-18 12:15:36 UTC (rev 88472)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-xml-rss
-pkgver=1.49
-pkgrel=2
-pkgdesc=Parse or create Rich Site Summaries (RSS)
-arch=('any')
-url=http://search.cpan.org/dist/XML-RSS;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime' 'perl-datetime-format-mail' 
'perl-datetime-format-w3cdtf'
-'perl-html-parser' 'perlxml=2.23')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-RSS-$pkgver.tar.gz)
-md5sums=('b22c5ca9c226ca7b7698a9387f2f1908')
-
-build() {
-  cd  $srcdir/XML-RSS-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/XML-RSS-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-xml-rss/repos/community-any/PKGBUILD (from rev 88471, 
perl-xml-rss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 12:15:36 UTC (rev 88472)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-xml-rss
+pkgver=1.50
+pkgrel=1
+pkgdesc=Parse or create Rich Site Summaries (RSS)
+arch=('any')
+url=http://search.cpan.org/dist/XML-RSS;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime' 'perl-datetime-format-mail' 
'perl-datetime-format-w3cdtf'
+'perl-html-parser' 'perlxml=2.23')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-RSS-$pkgver.tar.gz)
+md5sums=('c6d39019d164b57a5a61c98566f044d9')
+
+build() {
+  cd  $srcdir/XML-RSS-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/XML-RSS-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:15:40
  Author: spupykin
Revision: 88473

upgpkg: squid 3.3.3-1

upd

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:15:36 UTC (rev 88472)
+++ PKGBUILD2013-04-18 12:15:40 UTC (rev 88473)
@@ -5,8 +5,8 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=squid
-pkgver=3.3.2
-pkgrel=2
+pkgver=3.3.3
+pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'
@@ -24,7 +24,7 @@
 'squid.pam'
 'squid.cron'
 'squid.service')
-md5sums=('fedbad5be528bcf3e632538b11e0cc19'
+md5sums=('20f63ab34eae93b36969c9c7519f6462'
  'e90895ce22c0b618c89a46a9a181fe6c'
  '2383772ef94efddc7b920628bc7ac5b0'
  '270977cdd9b47ef44c0c427ab9034777'



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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:16:13
  Author: spupykin
Revision: 88474

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 88473, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid
(from rev 88473, squid/trunk/squid)
  squid/repos/community-i686/squid.conf.d
(from rev 88473, squid/trunk/squid.conf.d)
  squid/repos/community-i686/squid.cron
(from rev 88473, squid/trunk/squid.cron)
  squid/repos/community-i686/squid.install
(from rev 88473, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 88473, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 88473, squid/trunk/squid.service)
  squid/repos/community-x86_64/PKGBUILD
(from rev 88473, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid
(from rev 88473, squid/trunk/squid)
  squid/repos/community-x86_64/squid.conf.d
(from rev 88473, squid/trunk/squid.conf.d)
  squid/repos/community-x86_64/squid.cron
(from rev 88473, squid/trunk/squid.cron)
  squid/repos/community-x86_64/squid.install
(from rev 88473, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 88473, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 88473, squid/trunk/squid.service)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid
  squid/repos/community-i686/squid.conf.d
  squid/repos/community-i686/squid.cron
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid
  squid/repos/community-x86_64/squid.conf.d
  squid/repos/community-x86_64/squid.cron
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service

+
 /PKGBUILD  |  194 +++
 /squid |   98 +++
 /squid.conf.d  |8 +
 /squid.cron|   18 +++
 /squid.install |   52 ++
 /squid.pam |8 +
 /squid.service |   26 +
 community-i686/PKGBUILD|   97 ---
 community-i686/squid   |   49 -
 community-i686/squid.conf.d|4 
 community-i686/squid.cron  |9 -
 community-i686/squid.install   |   26 -
 community-i686/squid.pam   |4 
 community-i686/squid.service   |   13 --
 community-x86_64/PKGBUILD  |   97 ---
 community-x86_64/squid |   49 -
 community-x86_64/squid.conf.d  |4 
 community-x86_64/squid.cron|9 -
 community-x86_64/squid.install |   26 -
 community-x86_64/squid.pam |4 
 community-x86_64/squid.service |   13 --
 21 files changed, 404 insertions(+), 404 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 12:15:40 UTC (rev 88473)
+++ community-i686/PKGBUILD 2013-04-18 12:16:13 UTC (rev 88474)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Mark Coolen mark.coo...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=squid
-pkgver=3.3.2
-pkgrel=2
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'cron' 'perl' 'libltdl')
-makedepends=('libcap')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-'etc/conf.d/squid')
-install=$pkgname.install
-source=(http://www.squid-cache.org/Versions/v3/3.3/$pkgname-$pkgver.tar.bz2;
-'squid'
-'squid.conf.d'
-'squid.pam'
-'squid.cron'
-'squid.service')
-md5sums=('fedbad5be528bcf3e632538b11e0cc19'
- 'e90895ce22c0b618c89a46a9a181fe6c'
- '2383772ef94efddc7b920628bc7ac5b0'
- '270977cdd9b47ef44c0c427ab9034777'
- 'b499c2b725aefd7bd60bec2f1a9de392'
- '20e00e1aa1198786795f3da32db3c1d8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # gcc 4.6 doesn't support -fhuge-objects.
-  sed '/^HUGE_OBJECT_FLAG=/ s/-fhuge-objects//' -i configure
-
-  # fix cache_dir, cache_dir size, and effective group.
-  sed '/^DEFAULT_SWAP_DIR/ s@/cache@/cache/squid@' -i src/Makefile.in
-  sed '/^#cache_dir/ s/100/256/
-   /^NAME: cache_effective_group/ {n;n;s/none/proxy/}' -i src/cf.data.pre
-
-  sed -i '1,1i#include errno.h' 
helpers/external_acl/file_userip/ext_file_userip_acl.cc
-
-  ./configure \
---prefix=/usr \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
-

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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:18:43
  Author: spupykin
Revision: 88475

upgpkg: perl-image-info 1.35-1

upd

Modified:
  perl-image-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:16:13 UTC (rev 88474)
+++ PKGBUILD2013-04-18 12:18:43 UTC (rev 88475)
@@ -3,7 +3,7 @@
 # Contributor: Caleb Cushing xenoterrac...@gmail.com
 
 pkgname=perl-image-info
-pkgver=1.32
+pkgver=1.35
 pkgrel=1
 pkgdesc=Extract meta information from image files
 arch=('any')
@@ -12,19 +12,18 @@
 depends=('perl')
 url='http://search.cpan.org/dist/Image-Info'
 
source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-$pkgver.tar.gz)
-md5sums=('0bd82641ce73b385030e0b3208669687')
+md5sums=('df1f122bfd9ea144190373a3a354d27a')
 
 build() {
-  _DISTDIR=${srcdir}/Image-Info-$pkgver
+  cd ${srcdir}/Image-Info-$pkgver
   export PERL_MM_USE_DEFAULT=1
-  cd $_DISTDIR
   perl Makefile.PL INSTALLDIRS=vendor
   make
   make test
 }
 
 package() {
-  cd $_DISTDIR
+  cd ${srcdir}/Image-Info-$pkgver
   make DESTDIR=${pkgdir}/ install
   find $pkgdir -name .packlist -o -name perllocal.pod -delete
 }



[arch-commits] Commit in perl-image-info/repos/community-any (PKGBUILD PKGBUILD)

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:18:54
  Author: spupykin
Revision: 88476

archrelease: copy trunk to community-any

Added:
  perl-image-info/repos/community-any/PKGBUILD
(from rev 88475, perl-image-info/trunk/PKGBUILD)
Deleted:
  perl-image-info/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 12:18:43 UTC (rev 88475)
+++ PKGBUILD2013-04-18 12:18:54 UTC (rev 88476)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Caleb Cushing xenoterrac...@gmail.com
-
-pkgname=perl-image-info
-pkgver=1.32
-pkgrel=1
-pkgdesc=Extract meta information from image files
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/Image-Info'
-source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-$pkgver.tar.gz)
-md5sums=('0bd82641ce73b385030e0b3208669687')
-
-build() {
-  _DISTDIR=${srcdir}/Image-Info-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  cd $_DISTDIR
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-  make DESTDIR=${pkgdir}/ install
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-image-info/repos/community-any/PKGBUILD (from rev 88475, 
perl-image-info/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 12:18:54 UTC (rev 88476)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Caleb Cushing xenoterrac...@gmail.com
+
+pkgname=perl-image-info
+pkgver=1.35
+pkgrel=1
+pkgdesc=Extract meta information from image files
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Image-Info'
+source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-$pkgver.tar.gz)
+md5sums=('df1f122bfd9ea144190373a3a354d27a')
+
+build() {
+  cd ${srcdir}/Image-Info-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd ${srcdir}/Image-Info-$pkgver
+  make DESTDIR=${pkgdir}/ install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}



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

2013-04-18 Thread Jan Steffens
Date: Thursday, April 18, 2013 @ 14:23:26
  Author: heftig
Revision: 183170

1.0.1

Modified:
  liboauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 10:54:20 UTC (rev 183169)
+++ PKGBUILD2013-04-18 12:23:26 UTC (rev 183170)
@@ -4,7 +4,7 @@
 # Contributor: Martin Häger martin.hae...@gmail.com
 
 pkgname=liboauth
-pkgver=0.9.6
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='C library implementing OAuth Core RFC 5849'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('curl')
 options=('!libtool')
 source=($url/pool/$pkgname-$pkgver.tar.gz)
-sha256sums=('9fa0f9d86ac4fbdd8c17d4c242ceef33096e8cf3b1834d9198ccc0cbf8b0f207')
+sha256sums=('5087d32fe1db7b588246a7de64fc0c2464c95efdebb2c7fe6f482d9b00e68d8b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-04-18 Thread Jan Steffens
Date: Thursday, April 18, 2013 @ 14:23:42
  Author: heftig
Revision: 183171

3.8.1

Modified:
  bijiben/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:23:26 UTC (rev 183170)
+++ PKGBUILD2013-04-18 12:23:42 UTC (rev 183171)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=bijiben
-pkgver=3.8.0
-pkgrel=2
+pkgver=3.8.1
+pkgrel=1
 pkgdesc=Write out notes, every detail matters
 arch=(i686 x86_64)
 url=https://live.gnome.org/Bijiben;
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 install=bijiben.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('91b61a9ceb0d029f58d9d227f6d03719a74d886bc5ef058654791d671c99b56f')
+sha256sums=('a0965874c68ca8492dcffc25cbf6f51549ff4a005c1fa1d87a1d82021aae7908')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-18 Thread Jan Steffens
Date: Thursday, April 18, 2013 @ 14:24:54
  Author: heftig
Revision: 183172

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

Added:
  liboauth/repos/testing-i686/
  liboauth/repos/testing-i686/PKGBUILD
(from rev 183171, liboauth/trunk/PKGBUILD)
  liboauth/repos/testing-x86_64/
  liboauth/repos/testing-x86_64/PKGBUILD
(from rev 183171, liboauth/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: liboauth/repos/testing-i686/PKGBUILD (from rev 183171, 
liboauth/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-18 12:24:54 UTC (rev 183172)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Martin Häger martin.hae...@gmail.com
+
+pkgname=liboauth
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='C library implementing OAuth Core RFC 5849'
+arch=('i686' 'x86_64')
+url='http://liboauth.sourceforge.net'
+license=('MIT')
+depends=('curl')
+options=('!libtool')
+source=($url/pool/$pkgname-$pkgver.tar.gz)
+sha256sums=('5087d32fe1db7b588246a7de64fc0c2464c95efdebb2c7fe6f482d9b00e68d8b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING.MIT $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: liboauth/repos/testing-x86_64/PKGBUILD (from rev 183171, 
liboauth/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-18 12:24:54 UTC (rev 183172)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Martin Häger martin.hae...@gmail.com
+
+pkgname=liboauth
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='C library implementing OAuth Core RFC 5849'
+arch=('i686' 'x86_64')
+url='http://liboauth.sourceforge.net'
+license=('MIT')
+depends=('curl')
+options=('!libtool')
+source=($url/pool/$pkgname-$pkgver.tar.gz)
+sha256sums=('5087d32fe1db7b588246a7de64fc0c2464c95efdebb2c7fe6f482d9b00e68d8b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING.MIT $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-04-18 Thread Jan Steffens
Date: Thursday, April 18, 2013 @ 14:25:27
  Author: heftig
Revision: 183173

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

Added:
  bijiben/repos/testing-i686/PKGBUILD
(from rev 183172, bijiben/trunk/PKGBUILD)
  bijiben/repos/testing-i686/bijiben.install
(from rev 183172, bijiben/trunk/bijiben.install)
  bijiben/repos/testing-x86_64/PKGBUILD
(from rev 183172, bijiben/trunk/PKGBUILD)
  bijiben/repos/testing-x86_64/bijiben.install
(from rev 183172, bijiben/trunk/bijiben.install)
Deleted:
  bijiben/repos/testing-i686/PKGBUILD
  bijiben/repos/testing-i686/bijiben.install
  bijiben/repos/testing-x86_64/PKGBUILD
  bijiben/repos/testing-x86_64/bijiben.install

+
 /PKGBUILD  |   56 +++
 /bijiben.install   |   26 ++
 testing-i686/PKGBUILD  |   28 ---
 testing-i686/bijiben.install   |   13 -
 testing-x86_64/PKGBUILD|   28 ---
 testing-x86_64/bijiben.install |   13 -
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-18 12:24:54 UTC (rev 183172)
+++ testing-i686/PKGBUILD   2013-04-18 12:25:27 UTC (rev 183173)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=bijiben
-pkgver=3.8.0
-pkgrel=2
-pkgdesc=Write out notes, every detail matters
-arch=(i686 x86_64)
-url=https://live.gnome.org/Bijiben;
-license=(GPL)
-depends=(libtracker-sparql clutter-gtk libzeitgeist webkitgtk3 
hicolor-icon-theme desktop-file-utils)
-makedepends=(intltool itstool)
-options=(!emptydirs)
-install=bijiben.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('91b61a9ceb0d029f58d9d227f6d03719a74d886bc5ef058654791d671c99b56f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: bijiben/repos/testing-i686/PKGBUILD (from rev 183172, 
bijiben/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-18 12:25:27 UTC (rev 183173)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=bijiben
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Write out notes, every detail matters
+arch=(i686 x86_64)
+url=https://live.gnome.org/Bijiben;
+license=(GPL)
+depends=(libtracker-sparql clutter-gtk libzeitgeist webkitgtk3 
hicolor-icon-theme desktop-file-utils)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+install=bijiben.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a0965874c68ca8492dcffc25cbf6f51549ff4a005c1fa1d87a1d82021aae7908')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/bijiben.install
===
--- testing-i686/bijiben.install2013-04-18 12:24:54 UTC (rev 183172)
+++ testing-i686/bijiben.install2013-04-18 12:25:27 UTC (rev 183173)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bijiben/repos/testing-i686/bijiben.install (from rev 183172, 
bijiben/trunk/bijiben.install)
===
--- testing-i686/bijiben.install(rev 0)
+++ testing-i686/bijiben.install2013-04-18 12:25:27 UTC (rev 183173)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-18 12:24:54 UTC (rev 183172)
+++ testing-x86_64/PKGBUILD 2013-04-18 12:25:27 UTC (rev 183173)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=bijiben
-pkgver=3.8.0
-pkgrel=2
-pkgdesc=Write out notes, every detail matters
-arch=(i686 x86_64)
-url=https://live.gnome.org/Bijiben;
-license=(GPL)
-depends=(libtracker-sparql 

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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:32:39
  Author: spupykin
Revision: 88477

upgpkg: passenger 4.0.0.rc6-1

upd

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:18:54 UTC (rev 88476)
+++ PKGBUILD2013-04-18 12:32:39 UTC (rev 88477)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=passenger
-pkgver=3.9.5.rc3
+pkgver=4.0.0.rc6
 pkgrel=1
 pkgdesc=mod_rails passenger
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=passenger.install
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('60a1e0033fd2f0928607af559e2184f7')
+md5sums=('2cc01a611431f4f980b65b87dbbd9e5a')
 
 build(){
   cd $srcdir/passenger-release-$pkgver



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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 14:32:55
  Author: spupykin
Revision: 88478

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

Added:
  passenger/repos/community-i686/PKGBUILD
(from rev 88477, passenger/trunk/PKGBUILD)
  passenger/repos/community-i686/passenger.install
(from rev 88477, passenger/trunk/passenger.install)
  passenger/repos/community-x86_64/PKGBUILD
(from rev 88477, passenger/trunk/PKGBUILD)
  passenger/repos/community-x86_64/passenger.install
(from rev 88477, passenger/trunk/passenger.install)
Deleted:
  passenger/repos/community-i686/PKGBUILD
  passenger/repos/community-i686/passenger.install
  passenger/repos/community-x86_64/PKGBUILD
  passenger/repos/community-x86_64/passenger.install

+
 /PKGBUILD  |   72 +++
 /passenger.install |   64 +++
 community-i686/PKGBUILD|   36 -
 community-i686/passenger.install   |   32 ---
 community-x86_64/PKGBUILD  |   36 -
 community-x86_64/passenger.install |   32 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 12:32:39 UTC (rev 88477)
+++ community-i686/PKGBUILD 2013-04-18 12:32:55 UTC (rev 88478)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=passenger
-pkgver=3.9.5.rc3
-pkgrel=1
-pkgdesc=mod_rails passenger
-arch=('i686' 'x86_64')
-url=http://www.modrails.com;
-#http://rubyforge.org/frs/?group_id=5873
-license=('GPL')
-depends=('ruby' 'ruby-rack' 'curl')
-makedepends=('apache')
-install=passenger.install
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('60a1e0033fd2f0928607af559e2184f7')
-
-build(){
-  cd $srcdir/passenger-release-$pkgver
-
-  sed -i 's/env python/env python2/' 
lib/phusion_passenger/wsgi/request_handler.py
-
-  ./bin/passenger-install-apache2-module -a
-  rake nginx
-}
-
-package() {
-  cd $srcdir/passenger-release-$pkgver
-
-  mkdir -p $pkgdir/usr/lib/passenger/
-  cp -R * $pkgdir/usr/lib/passenger/
-
-  mkdir -p $pkgdir/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/ext/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
-}

Copied: passenger/repos/community-i686/PKGBUILD (from rev 88477, 
passenger/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-18 12:32:55 UTC (rev 88478)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=passenger
+pkgver=4.0.0.rc6
+pkgrel=1
+pkgdesc=mod_rails passenger
+arch=('i686' 'x86_64')
+url=http://www.modrails.com;
+#http://rubyforge.org/frs/?group_id=5873
+license=('GPL')
+depends=('ruby' 'ruby-rack' 'curl')
+makedepends=('apache')
+install=passenger.install
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
+md5sums=('2cc01a611431f4f980b65b87dbbd9e5a')
+
+build(){
+  cd $srcdir/passenger-release-$pkgver
+
+  sed -i 's/env python/env python2/' 
lib/phusion_passenger/wsgi/request_handler.py
+
+  ./bin/passenger-install-apache2-module -a
+  rake nginx
+}
+
+package() {
+  cd $srcdir/passenger-release-$pkgver
+
+  mkdir -p $pkgdir/usr/lib/passenger/
+  cp -R * $pkgdir/usr/lib/passenger/
+
+  mkdir -p $pkgdir/usr/lib/httpd/modules
+  ln -sf /usr/lib/passenger/ext/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
+}

Deleted: community-i686/passenger.install
===
--- community-i686/passenger.install2013-04-18 12:32:39 UTC (rev 88477)
+++ community-i686/passenger.install2013-04-18 12:32:55 UTC (rev 88478)
@@ -1,32 +0,0 @@
-post_install() {
-   echo Please edit your Apache configuration file, and add these lines:
-   echo 
-   echo LoadModule passenger_module 
/usr/lib/httpd/modules/mod_passenger.so
-   echo PassengerRoot /usr/lib/passenger
-   echo PassengerRuby /usr/bin/ruby
-   echo 
-   echo After you restart Apache, you are ready to deploy any number of 
Ruby on Rails
-   echo applications on Apache, without any further Ruby on 
Rails-specific
-   echo configuration!
-   echo 
-   echo 
-   echo Deploying a Ruby on Rails application: an example
-   echo 
-   echo Suppose you have a Ruby on Rails application in /somewhere. Add a 
virtual host
-   echo to your Apache configuration file, and set its DocumentRoot to
-   echo /somewhere/public, like this:
-   echo 
-   echo VirtualHost *:80
-   echo   ServerName www.yourhost.com
-   

[arch-commits] Commit in krb5/repos (38 files)

2013-04-18 Thread Stéphane Gaudreault
Date: Thursday, April 18, 2013 @ 14:38:02
  Author: stephane
Revision: 183174

db-move: moved krb5 from [testing] to [core] (i686, x86_64)

Added:
  krb5/repos/core-i686/PKGBUILD
(from rev 183173, krb5/repos/testing-i686/PKGBUILD)
  krb5/repos/core-i686/krb5-1.10.1-gcc47.patch
(from rev 183173, krb5/repos/testing-i686/krb5-1.10.1-gcc47.patch)
  krb5/repos/core-i686/krb5-config_LDFLAGS.patch
(from rev 183173, krb5/repos/testing-i686/krb5-config_LDFLAGS.patch)
  krb5/repos/core-i686/krb5-kadmind
(from rev 183173, krb5/repos/testing-i686/krb5-kadmind)
  krb5/repos/core-i686/krb5-kadmind.service
(from rev 183173, krb5/repos/testing-i686/krb5-kadmind.service)
  krb5/repos/core-i686/krb5-kdc
(from rev 183173, krb5/repos/testing-i686/krb5-kdc)
  krb5/repos/core-i686/krb5-kdc.service
(from rev 183173, krb5/repos/testing-i686/krb5-kdc.service)
  krb5/repos/core-i686/krb5-kpropd
(from rev 183173, krb5/repos/testing-i686/krb5-kpropd)
  krb5/repos/core-i686/krb5-kpropd.service
(from rev 183173, krb5/repos/testing-i686/krb5-kpropd.service)
  krb5/repos/core-i686/krb5-kpropd.socket
(from rev 183173, krb5/repos/testing-i686/krb5-kpropd.socket)
  krb5/repos/core-i686/krb5-kpropd@.service
(from rev 183173, krb5/repos/testing-i686/krb5-kpropd@.service)
  krb5/repos/core-x86_64/PKGBUILD
(from rev 183173, krb5/repos/testing-x86_64/PKGBUILD)
  krb5/repos/core-x86_64/krb5-1.10.1-gcc47.patch
(from rev 183173, krb5/repos/testing-x86_64/krb5-1.10.1-gcc47.patch)
  krb5/repos/core-x86_64/krb5-config_LDFLAGS.patch
(from rev 183173, krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch)
  krb5/repos/core-x86_64/krb5-kadmind
(from rev 183173, krb5/repos/testing-x86_64/krb5-kadmind)
  krb5/repos/core-x86_64/krb5-kadmind.service
(from rev 183173, krb5/repos/testing-x86_64/krb5-kadmind.service)
  krb5/repos/core-x86_64/krb5-kdc
(from rev 183173, krb5/repos/testing-x86_64/krb5-kdc)
  krb5/repos/core-x86_64/krb5-kdc.service
(from rev 183173, krb5/repos/testing-x86_64/krb5-kdc.service)
  krb5/repos/core-x86_64/krb5-kpropd
(from rev 183173, krb5/repos/testing-x86_64/krb5-kpropd)
  krb5/repos/core-x86_64/krb5-kpropd.service
(from rev 183173, krb5/repos/testing-x86_64/krb5-kpropd.service)
  krb5/repos/core-x86_64/krb5-kpropd.socket
(from rev 183173, krb5/repos/testing-x86_64/krb5-kpropd.socket)
  krb5/repos/core-x86_64/krb5-kpropd@.service
(from rev 183173, krb5/repos/testing-x86_64/krb5-kpropd@.service)
Deleted:
  krb5/repos/core-i686/PKGBUILD
  krb5/repos/core-i686/krb5-1.10.1-gcc47.patch
  krb5/repos/core-i686/krb5-config_LDFLAGS.patch
  krb5/repos/core-i686/krb5-kadmind
  krb5/repos/core-i686/krb5-kadmind.service
  krb5/repos/core-i686/krb5-kdc
  krb5/repos/core-i686/krb5-kdc.service
  krb5/repos/core-i686/krb5-kpropd
  krb5/repos/core-i686/krb5-kpropd.service
  krb5/repos/core-i686/krb5-kpropd.socket
  krb5/repos/core-i686/krb5-kpropd@.service
  krb5/repos/core-x86_64/PKGBUILD
  krb5/repos/core-x86_64/krb5-1.10.1-gcc47.patch
  krb5/repos/core-x86_64/krb5-config_LDFLAGS.patch
  krb5/repos/testing-i686/
  krb5/repos/testing-x86_64/

---+
 /PKGBUILD |  184 
 /krb5-1.10.1-gcc47.patch  |   22 +++
 /krb5-config_LDFLAGS.patch|   24 
 /krb5-kadmind |   40 ++
 /krb5-kadmind.service |8 +
 /krb5-kdc |   40 ++
 /krb5-kdc.service |9 +
 /krb5-kpropd  |   40 ++
 /krb5-kpropd.service  |8 +
 /krb5-kpropd.socket   |9 +
 /krb5-kpropd@.service |8 +
 core-i686/PKGBUILD|   92 
 core-i686/krb5-1.10.1-gcc47.patch |   11 -
 core-i686/krb5-config_LDFLAGS.patch   |   12 --
 core-i686/krb5-kadmind|   40 --
 core-i686/krb5-kadmind.service|8 -
 core-i686/krb5-kdc|   40 --
 core-i686/krb5-kdc.service|9 -
 core-i686/krb5-kpropd |   40 --
 core-i686/krb5-kpropd.service |8 -
 core-i686/krb5-kpropd.socket  |9 -
 core-i686/krb5-kpropd@.service|8 -
 core-x86_64/PKGBUILD  |   92 
 core-x86_64/krb5-1.10.1-gcc47.patch   |   11 -
 core-x86_64/krb5-config_LDFLAGS.patch |   12 --
 core-x86_64/krb5-kadmind  |   40 ++
 core-x86_64/krb5-kadmind.service  |8 +
 core-x86_64/krb5-kdc  |   40 ++
 core-x86_64/krb5-kdc.service  |9 +
 core-x86_64/krb5-kpropd   |   40 ++
 core-x86_64/krb5-kpropd.service   |8 +
 core-x86_64/krb5-kpropd.socket|9 +
 core-x86_64/krb5-kpropd@.service  |8 +
 33 files changed, 554 insertions(+), 392 deletions(-)

Deleted: core-i686/PKGBUILD

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

2013-04-18 Thread Dave Reisner
Date: Thursday, April 18, 2013 @ 14:44:42
  Author: dreisner
Revision: 183175

upgpkg: dnsmasq 2.66-1

- backport fix for bug in ipset module
- build explicitly with flags
- remove bogus backup entry

Added:
  dnsmasq/trunk/0001-Fix-wrong-size-in-memset-call.patch
Modified:
  dnsmasq/trunk/PKGBUILD

--+
 0001-Fix-wrong-size-in-memset-call.patch |   26 ++
 PKGBUILD |   19 +--
 2 files changed, 39 insertions(+), 6 deletions(-)

Added: 0001-Fix-wrong-size-in-memset-call.patch
===
--- 0001-Fix-wrong-size-in-memset-call.patch(rev 0)
+++ 0001-Fix-wrong-size-in-memset-call.patch2013-04-18 12:44:42 UTC (rev 
183175)
@@ -0,0 +1,26 @@
+From 71aaad9f663efda7032e27c201a7025ff6332a2d Mon Sep 17 00:00:00 2001
+From: Simon Kelley si...@thekelleys.org.uk
+Date: Thu, 18 Apr 2013 09:47:49 +0100
+Subject: [PATCH] Fix wrong size in memset() call.
+
+Thanks to Dave Reisner.
+---
+ src/ipset.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ipset.c b/src/ipset.c
+index a34ed96..f175fa4 100644
+--- a/src/ipset.c
 b/src/ipset.c
+@@ -110,7 +110,7 @@ static int new_add_to_ipset(const char *setname, const 
struct all_addr *ipaddr,
+   return -1;
+ }
+   
+-  memset(buffer, 0, sizeof(buffer));
++  memset(buffer, 0, BUFF_SZ);
+ 
+   nlh = (struct nlmsghdr *)buffer;
+   nlh-nlmsg_len = NL_ALIGN(sizeof(struct nlmsghdr));
+-- 
+1.8.2.1
+

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:38:02 UTC (rev 183174)
+++ PKGBUILD2013-04-18 12:44:42 UTC (rev 183175)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=dnsmasq
-pkgver=2.65
+pkgver=2.66
 pkgrel=1
 pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
 url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
@@ -12,13 +12,20 @@
 license=('GPL')
 depends=('glibc' 'dbus-core')
 install=$pkgname.install
-backup=('etc/dnsmasq.conf'
-'etc/conf.d/dnsmasq')
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz;
+backup=('etc/dnsmasq.conf')
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz;
+'0001-Fix-wrong-size-in-memset-call.patch'
 'dnsmasq.service')
-md5sums=('a91534a5d6f053d5c80f67ef502afa34'
+md5sums=('cd1c70dd66d2e3ad02b66ca6af4ebf20'
+ '05ccefefde68ebdebce5e40d2b3c78be'
  '7ac45726cabef4145db40d758cc7fedf')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np1 $srcdir/0001-Fix-wrong-size-in-memset-call.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 
@@ -26,7 +33,7 @@
   # compile time opts report properly on startup. yuck.
   sed -i '/^#ifdef DNSMASQ_COMPILE_OPTS/ i#define HAVE_DBUS' src/config.h
 
-  make
+  make CFLAGS=$CPPFLAGS $CFLAGS LDFLAGS=$LDFLAGS
 }
 
 package() {



[arch-commits] Commit in dnsmasq/repos (18 files)

2013-04-18 Thread Dave Reisner
Date: Thursday, April 18, 2013 @ 14:45:45
  Author: dreisner
Revision: 183176

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

Added:
  dnsmasq/repos/extra-i686/0001-Fix-wrong-size-in-memset-call.patch
(from rev 183175, dnsmasq/trunk/0001-Fix-wrong-size-in-memset-call.patch)
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 183175, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 183175, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 183175, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/0001-Fix-wrong-size-in-memset-call.patch
(from rev 183175, dnsmasq/trunk/0001-Fix-wrong-size-in-memset-call.patch)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 183175, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 183175, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 183175, dnsmasq/trunk/dnsmasq.service)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.confd
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-i686/rc.dnsmasq
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.confd
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service
  dnsmasq/repos/extra-x86_64/rc.dnsmasq

---+
 /PKGBUILD |   98 
 /dnsmasq.install  |   42 ++
 /dnsmasq.service  |   30 
 extra-i686/0001-Fix-wrong-size-in-memset-call.patch   |   26 
 extra-i686/PKGBUILD   |   49 
 extra-i686/dnsmasq.confd  |9 -
 extra-i686/dnsmasq.install|   21 ---
 extra-i686/dnsmasq.service|   15 --
 extra-i686/rc.dnsmasq |   64 --
 extra-x86_64/0001-Fix-wrong-size-in-memset-call.patch |   26 
 extra-x86_64/PKGBUILD |   49 
 extra-x86_64/dnsmasq.confd|9 -
 extra-x86_64/dnsmasq.install  |   21 ---
 extra-x86_64/dnsmasq.service  |   15 --
 extra-x86_64/rc.dnsmasq   |   64 --
 15 files changed, 222 insertions(+), 316 deletions(-)

Copied: dnsmasq/repos/extra-i686/0001-Fix-wrong-size-in-memset-call.patch (from 
rev 183175, dnsmasq/trunk/0001-Fix-wrong-size-in-memset-call.patch)
===
--- extra-i686/0001-Fix-wrong-size-in-memset-call.patch 
(rev 0)
+++ extra-i686/0001-Fix-wrong-size-in-memset-call.patch 2013-04-18 12:45:45 UTC 
(rev 183176)
@@ -0,0 +1,26 @@
+From 71aaad9f663efda7032e27c201a7025ff6332a2d Mon Sep 17 00:00:00 2001
+From: Simon Kelley si...@thekelleys.org.uk
+Date: Thu, 18 Apr 2013 09:47:49 +0100
+Subject: [PATCH] Fix wrong size in memset() call.
+
+Thanks to Dave Reisner.
+---
+ src/ipset.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ipset.c b/src/ipset.c
+index a34ed96..f175fa4 100644
+--- a/src/ipset.c
 b/src/ipset.c
+@@ -110,7 +110,7 @@ static int new_add_to_ipset(const char *setname, const 
struct all_addr *ipaddr,
+   return -1;
+ }
+   
+-  memset(buffer, 0, sizeof(buffer));
++  memset(buffer, 0, BUFF_SZ);
+ 
+   nlh = (struct nlmsghdr *)buffer;
+   nlh-nlmsg_len = NL_ALIGN(sizeof(struct nlmsghdr));
+-- 
+1.8.2.1
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 12:44:42 UTC (rev 183175)
+++ extra-i686/PKGBUILD 2013-04-18 12:45:45 UTC (rev 183176)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=dnsmasq
-pkgver=2.65
-pkgrel=1
-pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
-url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'dbus-core')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf'
-'etc/conf.d/dnsmasq')
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz;
-'dnsmasq.confd'
-'rc.dnsmasq'
-'dnsmasq.service')
-md5sums=('a91534a5d6f053d5c80f67ef502afa34'
- '66479e99123faeab83ebaed709ef95b5'
- '819fbdf6440d710616e6df5f8ca9cdba'
- '7ac45726cabef4145db40d758cc7fedf')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # link against dbus. this ugliness is needed to ensure that the
-  # compile time opts report properly on startup. yuck.
-  sed -i '/^#ifdef DNSMASQ_COMPILE_OPTS/ i#define HAVE_DBUS' src/config.h
-
-  make
-}
-

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

2013-04-18 Thread Felix Yan
Date: Thursday, April 18, 2013 @ 14:55:25
  Author: fyan
Revision: 88479

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

Added:
  mongodb/repos/community-i686/PKGBUILD
(from rev 88478, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-i686/SConscript.client.patch
(from rev 88478, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-i686/mongodb.conf
(from rev 88478, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-i686/mongodb.install
(from rev 88478, mongodb/trunk/mongodb.install)
  mongodb/repos/community-i686/mongodb.service
(from rev 88478, mongodb/trunk/mongodb.service)
  mongodb/repos/community-i686/removeWerror.patch
(from rev 88478, mongodb/trunk/removeWerror.patch)
  mongodb/repos/community-x86_64/PKGBUILD
(from rev 88478, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-x86_64/SConscript.client.patch
(from rev 88478, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-x86_64/mongodb.conf
(from rev 88478, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-x86_64/mongodb.install
(from rev 88478, mongodb/trunk/mongodb.install)
  mongodb/repos/community-x86_64/mongodb.service
(from rev 88478, mongodb/trunk/mongodb.service)
  mongodb/repos/community-x86_64/removeWerror.patch
(from rev 88478, mongodb/trunk/removeWerror.patch)
Deleted:
  mongodb/repos/community-i686/PKGBUILD
  mongodb/repos/community-i686/SConscript.client.patch
  mongodb/repos/community-i686/mongodb.conf
  mongodb/repos/community-i686/mongodb.install
  mongodb/repos/community-i686/mongodb.service
  mongodb/repos/community-i686/removeWerror.patch
  mongodb/repos/community-x86_64/PKGBUILD
  mongodb/repos/community-x86_64/SConscript.client.patch
  mongodb/repos/community-x86_64/mongodb.conf
  mongodb/repos/community-x86_64/mongodb.install
  mongodb/repos/community-x86_64/mongodb.service
  mongodb/repos/community-x86_64/removeWerror.patch

--+
 /PKGBUILD|  142 +
 /SConscript.client.patch |   26 +
 /mongodb.conf|   16 +++
 /mongodb.install |   64 +
 /mongodb.service |   20 
 /removeWerror.patch  |   42 
 community-i686/PKGBUILD  |   71 --
 community-i686/SConscript.client.patch   |   13 --
 community-i686/mongodb.conf  |8 -
 community-i686/mongodb.install   |   32 --
 community-i686/mongodb.service   |   10 --
 community-i686/removeWerror.patch|   11 --
 community-x86_64/PKGBUILD|   71 --
 community-x86_64/SConscript.client.patch |   13 --
 community-x86_64/mongodb.conf|8 -
 community-x86_64/mongodb.install |   32 --
 community-x86_64/mongodb.service |   10 --
 community-x86_64/removeWerror.patch  |   11 --
 18 files changed, 310 insertions(+), 290 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 12:32:55 UTC (rev 88478)
+++ community-i686/PKGBUILD 2013-04-18 12:55:25 UTC (rev 88479)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Mathias Stearn math...@10gen.com
-# Contributor: Alec Thomas
-
-pkgname=mongodb
-pkgver=2.4.1
-pkgrel=2
-pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org'
-license=('AGPL3')
-depends=('boost-libs')
-makedepends=('scons' 'boost' 'libpcap')
-checkdepends=('python2-pymongo')
-optdepends=('libpcap: needed for mongosniff')
-backup=('etc/mongodb.conf')
-install=mongodb.install
-source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
-'mongodb.conf' 'mongodb.service' 'SConscript.client.patch'
-'removeWerror.patch')
-
-build() {
-  # fucking mongo aint no fun to package
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  # fix https://jira.mongodb.org/browse/SERVER-5575
-  patch -Np1 -i ${srcdir}/SConscript.client.patch
-
-  # failed to build with -Werror since 2.4.0
-  patch -Np1 -i $srcdir/removeWerror.patch
-
-  scons all --use-system-boost # --sharedclient currently fails
-}
-
-COMMENT
-check() {
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons smokeAll --smokedbprefix=$srcdir
-}
-COMMENT
-
-package() {
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons install --use-system-boost --full --prefix=$pkgdir/usr # 
--sharedclient currently fails
-
-  install -Dm644 $srcdir/mongodb.conf $pkgdir/etc/mongodb.conf
-  [[ -f $pkgdir/usr/lib ]]  rm $pkgdir/usr/lib # wtf mongo
-  install -Dm644 $srcdir/mongodb.service 

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

2013-04-18 Thread Jan Steffens
Date: Thursday, April 18, 2013 @ 14:57:22
  Author: heftig
Revision: 183177

Fix SMS crash

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:45:45 UTC (rev 183176)
+++ PKGBUILD2013-04-18 12:57:22 UTC (rev 183177)
@@ -5,7 +5,7 @@
 pkgname=modemmanager
 _realname=ModemManager
 pkgver=0.7.990
-pkgrel=2
+pkgrel=3
 pkgdesc=Mobile broadband modem management service
 arch=(i686 x86_64)
 url=http://cgit.freedesktop.org/ModemManager/ModemManager/;
@@ -16,7 +16,7 @@
 options=('!libtool')
 install=modemmanager.install
 
#source=(http://download.gnome.org/sources/$_realname/${pkgver::3}/$_realname-$pkgver.tar.xz)
-source=(git://anongit.freedesktop.org/$_realname/$_realname#commit=b95dc3f)
+source=(git://anongit.freedesktop.org/$_realname/$_realname#commit=95274bf)
 sha256sums=('SKIP')
 
 build() {



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

2013-04-18 Thread Jan Steffens
Date: Thursday, April 18, 2013 @ 14:58:11
  Author: heftig
Revision: 183178

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

Added:
  modemmanager/repos/testing-i686/PKGBUILD
(from rev 183177, modemmanager/trunk/PKGBUILD)
  modemmanager/repos/testing-i686/modemmanager.install
(from rev 183177, modemmanager/trunk/modemmanager.install)
  modemmanager/repos/testing-x86_64/PKGBUILD
(from rev 183177, modemmanager/trunk/PKGBUILD)
  modemmanager/repos/testing-x86_64/modemmanager.install
(from rev 183177, modemmanager/trunk/modemmanager.install)
Deleted:
  modemmanager/repos/testing-i686/PKGBUILD
  modemmanager/repos/testing-i686/modemmanager.install
  modemmanager/repos/testing-x86_64/PKGBUILD
  modemmanager/repos/testing-x86_64/modemmanager.install

-+
 /PKGBUILD   |   72 ++
 /modemmanager.install   |   24 +++
 testing-i686/PKGBUILD   |   36 -
 testing-i686/modemmanager.install   |   12 -
 testing-x86_64/PKGBUILD |   36 -
 testing-x86_64/modemmanager.install |   12 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-18 12:57:22 UTC (rev 183177)
+++ testing-i686/PKGBUILD   2013-04-18 12:58:11 UTC (rev 183178)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=modemmanager
-_realname=ModemManager
-pkgver=0.7.990
-pkgrel=2
-pkgdesc=Mobile broadband modem management service
-arch=(i686 x86_64)
-url=http://cgit.freedesktop.org/ModemManager/ModemManager/;
-license=(GPL2)
-depends=(udev ppp libqmi polkit hicolor-icon-theme)
-makedepends=(intltool git gtk-doc)
-optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-options=('!libtool')
-install=modemmanager.install
-#source=(http://download.gnome.org/sources/$_realname/${pkgver::3}/$_realname-$pkgver.tar.xz)
-source=(git://anongit.freedesktop.org/$_realname/$_realname#commit=b95dc3f)
-sha256sums=('SKIP')
-
-build() {
-  cd $_realname
-   ./autogen.sh --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-udev-base-dir=/usr/lib/udev \
---disable-static \
---with-polkit
-  make
-}
-
-package() {
-  cd $_realname
-  make DESTDIR=$pkgdir install
-}

Copied: modemmanager/repos/testing-i686/PKGBUILD (from rev 183177, 
modemmanager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-18 12:58:11 UTC (rev 183178)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=modemmanager
+_realname=ModemManager
+pkgver=0.7.990
+pkgrel=3
+pkgdesc=Mobile broadband modem management service
+arch=(i686 x86_64)
+url=http://cgit.freedesktop.org/ModemManager/ModemManager/;
+license=(GPL2)
+depends=(udev ppp libqmi polkit hicolor-icon-theme)
+makedepends=(intltool git gtk-doc)
+optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+options=('!libtool')
+install=modemmanager.install
+#source=(http://download.gnome.org/sources/$_realname/${pkgver::3}/$_realname-$pkgver.tar.xz)
+source=(git://anongit.freedesktop.org/$_realname/$_realname#commit=95274bf)
+sha256sums=('SKIP')
+
+build() {
+  cd $_realname
+   ./autogen.sh --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-udev-base-dir=/usr/lib/udev \
+--disable-static \
+--with-polkit
+  make
+}
+
+package() {
+  cd $_realname
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/modemmanager.install
===
--- testing-i686/modemmanager.install   2013-04-18 12:57:22 UTC (rev 183177)
+++ testing-i686/modemmanager.install   2013-04-18 12:58:11 UTC (rev 183178)
@@ -1,12 +0,0 @@
-post_install() {
-  type -P gtk-update-icon-cache /dev/null 
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: modemmanager/repos/testing-i686/modemmanager.install (from rev 183177, 
modemmanager/trunk/modemmanager.install)
===
--- testing-i686/modemmanager.install   (rev 0)
+++ testing-i686/modemmanager.install   2013-04-18 12:58:11 UTC (rev 183178)
@@ -0,0 +1,12 @@
+post_install() {
+  type -P gtk-update-icon-cache /dev/null 
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: 

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

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 15:13:01
  Author: lcarlier
Revision: 88480

upgpkg: libfbclient 2.5.2.26540-1

Security Update for a remote stack buffer overflow

Modified:
  libfbclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:55:25 UTC (rev 88479)
+++ PKGBUILD2013-04-18 13:13:01 UTC (rev 88480)
@@ -3,8 +3,8 @@
 # Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
 
 pkgname=libfbclient
-pkgver=2.5.2.26539
-pkgrel=3
+pkgver=2.5.2.26540
+pkgrel=1
 pkgdesc=Client library for Firebird.
 arch=('i686' 'x86_64')
 url=http://www.firebirdsql.org/;
@@ -13,7 +13,7 @@
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/firebird/Firebird-$pkgver-0.tar.bz2
 LICENSE)
-md5sums=('adf2d2f9d48a53dc6c490ba1e44631fd'
+md5sums=('21154d2004e025c8a325b0357bb5'
  '0d61798861e159c85dbdf0f30fe2f2ce')
 
 build() {



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

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 15:13:14
  Author: lcarlier
Revision: 88481

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

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

+
 /ChangeLog |   52 +++
 /LICENSE   |   88 
 /PKGBUILD  |   94 +++
 community-i686/ChangeLog   |   26 ---
 community-i686/LICENSE |   44 
 community-i686/PKGBUILD|   47 -
 community-x86_64/ChangeLog |   26 ---
 community-x86_64/LICENSE   |   44 
 community-x86_64/PKGBUILD  |   47 -
 9 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-04-18 13:13:01 UTC (rev 88480)
+++ community-i686/ChangeLog2013-04-18 13:13:14 UTC (rev 88481)
@@ -1,26 +0,0 @@
-
-2009-06-08  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Rebuilt for the new icu
-
-2009-04-09  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated for i686: 2.1.2
-
-2008-08-10  Douglas Soares de Andrade  doug...@archlinux.org
-
-   * Updated for i686: 2.1.1
-
-2008-05-10  Mateusz Herych heni...@gmail.com
-
-   * Updated for x86_64 - 2.1.0
-
-2008-04-28  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for i686 - 2.1.0
-   * Sure, firebird is the hell to build. Waiting contributions ;-)
-
-2007-07-06  tardo  ta...@nagi-fanboi.net
-   
-   * Built for x86_64
-   * This is the most fucked up pkg evar.

Copied: libfbclient/repos/community-i686/ChangeLog (from rev 88480, 
libfbclient/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-04-18 13:13:14 UTC (rev 88481)
@@ -0,0 +1,26 @@
+
+2009-06-08  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Rebuilt for the new icu
+
+2009-04-09  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 2.1.2
+
+2008-08-10  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 2.1.1
+
+2008-05-10  Mateusz Herych heni...@gmail.com
+
+   * Updated for x86_64 - 2.1.0
+
+2008-04-28  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686 - 2.1.0
+   * Sure, firebird is the hell to build. Waiting contributions ;-)
+
+2007-07-06  tardo  ta...@nagi-fanboi.net
+   
+   * Built for x86_64
+   * This is the most fucked up pkg evar.

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2013-04-18 13:13:01 UTC (rev 88480)
+++ community-i686/LICENSE  2013-04-18 13:13:14 UTC (rev 88481)
@@ -1,44 +0,0 @@
-
-LICENSES
-
-
-The applicable and approved licenses for the source files
-of the Firebird RDBMS project are:
-
-  1) InterBase Public License (IPL), version 1.0
- http://bdn.borland.com/article/0,1410,30198,00.html
-
-  2) Initial Developer's Public License (IDPL), version 1.0
- http://www.ibphoenix.com/main.nfs?a=ibphoenixpage=ibp_idpl
-
-The IPL is copyright of Borland Corp., the other licenses are copyright
-by the source code authors and contributors.
-
-
-USAGE RULES

-
-1) The source code which was released under the IPL must keep this license.
-   All modifications / adaptations of this code are still subjects of the IPL.
-
-2) The files that are derived from the IPL covered code, must also keep
-   this license. It means that if any new file contains some code covered by
-   the IPL, then this file should be released under the IPL too.
-
-3) The new files developed by the members of the Firebird project should
-   be released under the IDPL.
-
-4) The new files contributed by people who are not members of the Firebird
-   project should follow the rule #3. If an author (initial developer) doesn't
-   specify the license to be 

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

2013-04-18 Thread Dave Reisner
Date: Thursday, April 18, 2013 @ 15:14:24
  Author: dreisner
Revision: 183179

upgpkg: bitlbee 3.2-2

switch (back) to gnutls

Modified:
  bitlbee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 12:58:11 UTC (rev 183178)
+++ PKGBUILD2013-04-18 13:14:24 UTC (rev 183179)
@@ -9,12 +9,12 @@
 
 pkgname=bitlbee
 pkgver=3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
 url='http://www.bitlbee.org/'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('openssl' 'glib2')
+depends=('gnutls' 'glib2')
 makedepends=('asciidoc' 'libotr3')
 optdepends=('skype4py: to use skyped'
 'libotr3: for OTR encryption support'
@@ -24,7 +24,6 @@
 'bitlbee.tmpfiles')
 sha1sums=('21e17f082c776566429603b1e8c966983a75ac9e'
   '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  '02423c500ac64f673ba26a3395c7c7036c17343e'
   '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
 backup=('etc/bitlbee/bitlbee.conf'
 'etc/bitlbee/motd.txt'
@@ -40,7 +39,7 @@
 --pidfile=/run/bitlbee/bitlbee.pid \
 --ipcsocket=/run/bitlbee/bitlbee.sock \
 --systemdsystemunitdir=/usr/lib/systemd/system \
---ssl=openssl \
+--ssl=gnutls \
 --strip=0 \
 --otr=plugin \
 --skype=plugin



[arch-commits] Commit in bitlbee/repos (18 files)

2013-04-18 Thread Dave Reisner
Date: Thursday, April 18, 2013 @ 15:14:56
  Author: dreisner
Revision: 183180

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

Added:
  bitlbee/repos/extra-i686/PKGBUILD
(from rev 183179, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-i686/bitlbee.install
(from rev 183179, bitlbee/trunk/bitlbee.install)
  bitlbee/repos/extra-i686/bitlbee.tmpfiles
(from rev 183179, bitlbee/trunk/bitlbee.tmpfiles)
  bitlbee/repos/extra-i686/xinetd
(from rev 183179, bitlbee/trunk/xinetd)
  bitlbee/repos/extra-x86_64/PKGBUILD
(from rev 183179, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-x86_64/bitlbee.install
(from rev 183179, bitlbee/trunk/bitlbee.install)
  bitlbee/repos/extra-x86_64/bitlbee.tmpfiles
(from rev 183179, bitlbee/trunk/bitlbee.tmpfiles)
  bitlbee/repos/extra-x86_64/xinetd
(from rev 183179, bitlbee/trunk/xinetd)
Deleted:
  bitlbee/repos/extra-i686/PKGBUILD
  bitlbee/repos/extra-i686/bitlbee.install
  bitlbee/repos/extra-i686/bitlbee.tmpfiles
  bitlbee/repos/extra-i686/rc.d
  bitlbee/repos/extra-i686/xinetd
  bitlbee/repos/extra-x86_64/PKGBUILD
  bitlbee/repos/extra-x86_64/bitlbee.install
  bitlbee/repos/extra-x86_64/bitlbee.tmpfiles
  bitlbee/repos/extra-x86_64/rc.d
  bitlbee/repos/extra-x86_64/xinetd

---+
 /PKGBUILD |  120 
 /bitlbee.install  |   30 ++
 /bitlbee.tmpfiles |2 
 /xinetd   |   24 
 extra-i686/PKGBUILD   |   63 -
 extra-i686/bitlbee.install|   15 -
 extra-i686/bitlbee.tmpfiles   |1 
 extra-i686/rc.d   |   49 
 extra-i686/xinetd |   12 
 extra-x86_64/PKGBUILD |   63 -
 extra-x86_64/bitlbee.install  |   15 -
 extra-x86_64/bitlbee.tmpfiles |1 
 extra-x86_64/rc.d |   49 
 extra-x86_64/xinetd   |   12 
 14 files changed, 176 insertions(+), 280 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 13:14:24 UTC (rev 183179)
+++ extra-i686/PKGBUILD 2013-04-18 13:14:56 UTC (rev 183180)
@@ -1,63 +0,0 @@
-# $Id$
-
-# Contributor: FUBAR mrfu...@gmail.com
-# Contributor: simo s...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Gaetan Bisson bis...@archlinux.org
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=bitlbee
-pkgver=3.2
-pkgrel=1
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-url='http://www.bitlbee.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('openssl' 'glib2')
-makedepends=('asciidoc' 'libotr3')
-optdepends=('skype4py: to use skyped'
-'libotr3: for OTR encryption support'
-'xinetd: to run bitlbee through xinetd')
-source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
-'xinetd'
-'rc.d'
-'bitlbee.tmpfiles')
-sha1sums=('21e17f082c776566429603b1e8c966983a75ac9e'
-  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  '02423c500ac64f673ba26a3395c7c7036c17343e'
-  '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
-backup=('etc/bitlbee/bitlbee.conf'
-'etc/bitlbee/motd.txt'
-'etc/xinetd.d/bitlbee')
-install=bitlbee.install
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---etcdir=/etc/bitlbee \
---pidfile=/run/bitlbee/bitlbee.pid \
---ipcsocket=/run/bitlbee/bitlbee.sock \
---systemdsystemunitdir=/usr/lib/systemd/system \
---ssl=openssl \
---strip=0 \
---otr=plugin \
---skype=plugin
-
-  # hacky: build against libotr3
-  sed -i 's,^OTRFLAGS=.*,OTRFLAGS=-lotr3,' Makefile.settings
-  sed -i 's,#include.*libotr,3,' otr.h
-
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install{,-etc,-dev}
-
-  install -o65 -g65 -dm770 $pkgdir/var/lib/bitlbee
-  install -Dm644 $srcdir/xinetd $pkgdir/etc/xinetd.d/bitlbee
-  install -Dm755 $srcdir/rc.d $pkgdir/etc/rc.d/bitlbee
-  install -Dm644 $srcdir/bitlbee.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/bitlbee.conf
-}

Copied: bitlbee/repos/extra-i686/PKGBUILD (from rev 183179, 
bitlbee/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 13:14:56 UTC (rev 183180)
@@ -0,0 +1,60 @@
+# $Id$
+
+# Contributor: FUBAR mrfu...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=bitlbee
+pkgver=3.2
+pkgrel=2
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'

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

2013-04-18 Thread Timothy Redaelli
Date: Thursday, April 18, 2013 @ 15:24:00
  Author: tredaelli
Revision: 88482

upgpkg: pax-utils 0.7-1

Modified:
  pax-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 13:13:14 UTC (rev 88481)
+++ PKGBUILD2013-04-18 13:24:00 UTC (rev 88482)
@@ -4,7 +4,7 @@
 # Contributor: Maxwel msg.max...@gmail.com
 
 pkgname=pax-utils
-pkgver=0.5
+pkgver=0.7
 pkgrel=1
 pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
 url='http://hardened.gentoo.org/pax-utils.xml'
@@ -13,7 +13,7 @@
 depends=('bash' 'libcap')
 checkdepends=('python')
 source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('1ba4f5e8680449c18841db2397aca320527fb06628b4ad9212e42f5e01de833b')
+sha256sums=('1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-18 Thread Timothy Redaelli
Date: Thursday, April 18, 2013 @ 15:24:39
  Author: tredaelli
Revision: 88483

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

Added:
  pax-utils/repos/community-i686/PKGBUILD
(from rev 88482, pax-utils/trunk/PKGBUILD)
  pax-utils/repos/community-x86_64/PKGBUILD
(from rev 88482, pax-utils/trunk/PKGBUILD)
Deleted:
  pax-utils/repos/community-i686/PKGBUILD
  pax-utils/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-04-18 13:24:00 UTC (rev 88482)
+++ community-i686/PKGBUILD 2013-04-18 13:24:39 UTC (rev 88483)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: sh0 m...@sh0.org
-# Contributor: Maxwel msg.max...@gmail.com
-
-pkgname=pax-utils
-pkgver=0.5
-pkgrel=1
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap')
-checkdepends=('python')
-source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('1ba4f5e8680449c18841db2397aca320527fb06628b4ad9212e42f5e01de833b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make USE_CAP='yes'
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: pax-utils/repos/community-i686/PKGBUILD (from rev 88482, 
pax-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-18 13:24:39 UTC (rev 88483)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: sh0 m...@sh0.org
+# Contributor: Maxwel msg.max...@gmail.com
+
+pkgname=pax-utils
+pkgver=0.7
+pkgrel=1
+pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
+url='http://hardened.gentoo.org/pax-utils.xml'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'libcap')
+checkdepends=('python')
+source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make USE_CAP='yes'
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-18 13:24:00 UTC (rev 88482)
+++ community-x86_64/PKGBUILD   2013-04-18 13:24:39 UTC (rev 88483)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: sh0 m...@sh0.org
-# Contributor: Maxwel msg.max...@gmail.com
-
-pkgname=pax-utils
-pkgver=0.5
-pkgrel=1
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap')
-checkdepends=('python')
-source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('1ba4f5e8680449c18841db2397aca320527fb06628b4ad9212e42f5e01de833b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make USE_CAP='yes'
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 88482, 
pax-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-18 13:24:39 UTC (rev 88483)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: sh0 m...@sh0.org
+# Contributor: Maxwel msg.max...@gmail.com
+
+pkgname=pax-utils
+pkgver=0.7
+pkgrel=1
+pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
+url='http://hardened.gentoo.org/pax-utils.xml'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'libcap')
+checkdepends=('python')
+source=(http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make USE_CAP='yes'
+}
+
+check() {
+  cd 

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

2013-04-18 Thread Maxime Gauduin
Date: Thursday, April 18, 2013 @ 15:57:08
  Author: alucryd
Revision: 88484

upgpkg: cairo-dock 3.2.1-2

Modified:
  cairo-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 13:24:39 UTC (rev 88483)
+++ PKGBUILD2013-04-18 13:57:08 UTC (rev 88484)
@@ -5,7 +5,7 @@
 
 pkgname=cairo-dock
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Light eye-candy fully themable animated dock
 arch=('i686' 'x86_64')
 url=https://launchpad.net/cairo-dock-core;



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

2013-04-18 Thread Maxime Gauduin
Date: Thursday, April 18, 2013 @ 15:57:25
  Author: alucryd
Revision: 88485

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

Added:
  cairo-dock/repos/community-i686/PKGBUILD
(from rev 88484, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-i686/gldit-rpath.patch
(from rev 88484, cairo-dock/trunk/gldit-rpath.patch)
  cairo-dock/repos/community-x86_64/PKGBUILD
(from rev 88484, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-x86_64/gldit-rpath.patch
(from rev 88484, cairo-dock/trunk/gldit-rpath.patch)
Deleted:
  cairo-dock/repos/community-i686/PKGBUILD
  cairo-dock/repos/community-i686/gldit-rpath.patch
  cairo-dock/repos/community-x86_64/PKGBUILD
  cairo-dock/repos/community-x86_64/gldit-rpath.patch

+
 /PKGBUILD  |   90 +++
 /gldit-rpath.patch |   26 ++
 community-i686/PKGBUILD|   45 -
 community-i686/gldit-rpath.patch   |   13 -
 community-x86_64/PKGBUILD  |   45 -
 community-x86_64/gldit-rpath.patch |   13 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 13:57:08 UTC (rev 88484)
+++ community-i686/PKGBUILD 2013-04-18 13:57:25 UTC (rev 88485)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Tofe chris.chap...@gmail.com
-# Contributor: erm67 er...@yahoo.it
-
-pkgname=cairo-dock
-pkgver=3.2.1
-pkgrel=1
-pkgdesc=Light eye-candy fully themable animated dock
-arch=('i686' 'x86_64')
-url=https://launchpad.net/cairo-dock-core;
-license=('GPL')
-depends=('curl' 'dbus-glib' 'gtk3' 'librsvg')
-makedepends=('cmake')
-optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
-options=('!libtool')
-source=(http://launchpad.net/${pkgname}-core/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
 'gldit-rpath.patch')
-sha256sums=('441e407f92138dc604c796b0455777b765e298ecb8f3120104f521d0e0b34543'
-'5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ../gldit-rpath.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-i686/PKGBUILD (from rev 88484, 
cairo-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-18 13:57:25 UTC (rev 88485)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Tofe chris.chap...@gmail.com
+# Contributor: erm67 er...@yahoo.it
+
+pkgname=cairo-dock
+pkgver=3.2.1
+pkgrel=2
+pkgdesc=Light eye-candy fully themable animated dock
+arch=('i686' 'x86_64')
+url=https://launchpad.net/cairo-dock-core;
+license=('GPL')
+depends=('curl' 'dbus-glib' 'gtk3' 'librsvg')
+makedepends=('cmake')
+optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
+options=('!libtool')
+source=(http://launchpad.net/${pkgname}-core/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
 'gldit-rpath.patch')
+sha256sums=('441e407f92138dc604c796b0455777b765e298ecb8f3120104f521d0e0b34543'
+'5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ../gldit-rpath.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/gldit-rpath.patch
===
--- community-i686/gldit-rpath.patch2013-04-18 13:57:08 UTC (rev 88484)
+++ community-i686/gldit-rpath.patch2013-04-18 13:57:25 UTC (rev 88485)
@@ -1,13 +0,0 @@
 a/src/gldit/CMakeLists.txt 2013-03-23 16:55:12.0 +0100
-+++ b/src/gldit/CMakeLists.txt 2013-03-26 11:57:14.159200918 +0100
-@@ -82,9 +82,7 @@ link_directories(
-   ${GTK_LIBRARY_DIRS}
-   ${XEXTEND_LIBRARY_DIRS}
-   ${XINERAMA_LIBRARY_DIRS}
--  ${CMAKE_SOURCE_DIR}/src/gldit
--  ${CMAKE_SOURCE_DIR}/src/icon-factory
--  ${CMAKE_SOURCE_DIR}/src/implementations)
-+  )
- 
- # Define the library
- add_library (gldi SHARED ${core_lib_SRCS})

Copied: cairo-dock/repos/community-i686/gldit-rpath.patch (from rev 88484, 
cairo-dock/trunk/gldit-rpath.patch)

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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 16:09:29
  Author: spupykin
Revision: 88486

upgpkg: passenger 4.0.0.rc6-2

upd

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 13:57:25 UTC (rev 88485)
+++ PKGBUILD2013-04-18 14:09:29 UTC (rev 88486)
@@ -3,7 +3,7 @@
 
 pkgname=passenger
 pkgver=4.0.0.rc6
-pkgrel=1
+pkgrel=2
 pkgdesc=mod_rails passenger
 arch=('i686' 'x86_64')
 url=http://www.modrails.com;
@@ -32,5 +32,5 @@
   cp -R * $pkgdir/usr/lib/passenger/
 
   mkdir -p $pkgdir/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/ext/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
+  ln -sf /usr/lib/passenger/libout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
 }



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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 16:09:48
  Author: spupykin
Revision: 88487

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

Added:
  passenger/repos/community-i686/PKGBUILD
(from rev 88486, passenger/trunk/PKGBUILD)
  passenger/repos/community-i686/passenger.install
(from rev 88486, passenger/trunk/passenger.install)
  passenger/repos/community-x86_64/PKGBUILD
(from rev 88486, passenger/trunk/PKGBUILD)
  passenger/repos/community-x86_64/passenger.install
(from rev 88486, passenger/trunk/passenger.install)
Deleted:
  passenger/repos/community-i686/PKGBUILD
  passenger/repos/community-i686/passenger.install
  passenger/repos/community-x86_64/PKGBUILD
  passenger/repos/community-x86_64/passenger.install

+
 /PKGBUILD  |   72 +++
 /passenger.install |   64 +++
 community-i686/PKGBUILD|   36 -
 community-i686/passenger.install   |   32 ---
 community-x86_64/PKGBUILD  |   36 -
 community-x86_64/passenger.install |   32 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 14:09:29 UTC (rev 88486)
+++ community-i686/PKGBUILD 2013-04-18 14:09:48 UTC (rev 88487)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=passenger
-pkgver=4.0.0.rc6
-pkgrel=1
-pkgdesc=mod_rails passenger
-arch=('i686' 'x86_64')
-url=http://www.modrails.com;
-#http://rubyforge.org/frs/?group_id=5873
-license=('GPL')
-depends=('ruby' 'ruby-rack' 'curl')
-makedepends=('apache')
-install=passenger.install
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('2cc01a611431f4f980b65b87dbbd9e5a')
-
-build(){
-  cd $srcdir/passenger-release-$pkgver
-
-  sed -i 's/env python/env python2/' 
lib/phusion_passenger/wsgi/request_handler.py
-
-  ./bin/passenger-install-apache2-module -a
-  rake nginx
-}
-
-package() {
-  cd $srcdir/passenger-release-$pkgver
-
-  mkdir -p $pkgdir/usr/lib/passenger/
-  cp -R * $pkgdir/usr/lib/passenger/
-
-  mkdir -p $pkgdir/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/ext/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
-}

Copied: passenger/repos/community-i686/PKGBUILD (from rev 88486, 
passenger/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-18 14:09:48 UTC (rev 88487)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=passenger
+pkgver=4.0.0.rc6
+pkgrel=2
+pkgdesc=mod_rails passenger
+arch=('i686' 'x86_64')
+url=http://www.modrails.com;
+#http://rubyforge.org/frs/?group_id=5873
+license=('GPL')
+depends=('ruby' 'ruby-rack' 'curl')
+makedepends=('apache')
+install=passenger.install
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
+md5sums=('2cc01a611431f4f980b65b87dbbd9e5a')
+
+build(){
+  cd $srcdir/passenger-release-$pkgver
+
+  sed -i 's/env python/env python2/' 
lib/phusion_passenger/wsgi/request_handler.py
+
+  ./bin/passenger-install-apache2-module -a
+  rake nginx
+}
+
+package() {
+  cd $srcdir/passenger-release-$pkgver
+
+  mkdir -p $pkgdir/usr/lib/passenger/
+  cp -R * $pkgdir/usr/lib/passenger/
+
+  mkdir -p $pkgdir/usr/lib/httpd/modules
+  ln -sf /usr/lib/passenger/libout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
+}

Deleted: community-i686/passenger.install
===
--- community-i686/passenger.install2013-04-18 14:09:29 UTC (rev 88486)
+++ community-i686/passenger.install2013-04-18 14:09:48 UTC (rev 88487)
@@ -1,32 +0,0 @@
-post_install() {
-   echo Please edit your Apache configuration file, and add these lines:
-   echo 
-   echo LoadModule passenger_module 
/usr/lib/httpd/modules/mod_passenger.so
-   echo PassengerRoot /usr/lib/passenger
-   echo PassengerRuby /usr/bin/ruby
-   echo 
-   echo After you restart Apache, you are ready to deploy any number of 
Ruby on Rails
-   echo applications on Apache, without any further Ruby on 
Rails-specific
-   echo configuration!
-   echo 
-   echo 
-   echo Deploying a Ruby on Rails application: an example
-   echo 
-   echo Suppose you have a Ruby on Rails application in /somewhere. Add a 
virtual host
-   echo to your Apache configuration file, and set its DocumentRoot to
-   echo /somewhere/public, like this:
-   echo 
-   echo VirtualHost *:80
-   echo   ServerName www.yourhost.com

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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 17:02:51
  Author: spupykin
Revision: 88488

upgpkg: gpsman 6.4.4-1

upd

Modified:
  gpsman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 14:09:48 UTC (rev 88487)
+++ PKGBUILD2013-04-18 15:02:51 UTC (rev 88488)
@@ -3,7 +3,7 @@
 # Maintainer: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 
 pkgname=gpsman
-pkgver=6.4.3
+pkgver=6.4.4
 pkgrel=1
 pkgdesc=Graphical GPS data manager for preparing, inspecting and editing GPS 
data
 arch=('any')
@@ -14,9 +14,7 @@
 optdepends=('gpsmanshp: shapefile support')
 install=gpsman.install
 
source=(http://downloads.sourceforge.net/project/gpsman/distrib/gpsman-$pkgver.tgz)
-md5sums=('51ddb0f8aef65520bb850be9a552ac99')
-_name=GPSMan
-md5sums=('5a939c7dfa73f91302e4165d24927899')
+md5sums=('c3cbd8ae82c0daf1ca33d1f53d20f08a')
 
 package() {
   cd $srcdir



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

2013-04-18 Thread Sergej Pupykin
Date: Thursday, April 18, 2013 @ 17:03:03
  Author: spupykin
Revision: 88489

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   88 ++-
 gpsman.install |   14 
 2 files changed, 50 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 15:02:51 UTC (rev 88488)
+++ PKGBUILD2013-04-18 15:03:03 UTC (rev 88489)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gpsman
-pkgver=6.4.3
-pkgrel=1
-pkgdesc=Graphical GPS data manager for preparing, inspecting and editing GPS 
data
-arch=('any')
-url=http://gpsman.sourceforge.net/;
-license=('GPL')
-depends=('tcl' 'tk')
-makedepends=('gendesk')
-optdepends=('gpsmanshp: shapefile support')
-install=gpsman.install
-source=(http://downloads.sourceforge.net/project/gpsman/distrib/gpsman-$pkgver.tgz)
-md5sums=('51ddb0f8aef65520bb850be9a552ac99')
-_name=GPSMan
-md5sums=('5a939c7dfa73f91302e4165d24927899')
-
-build() {
-  cd $srcdir
-  gendesk
-
-  cd ${pkgname}-${pkgver}
-  mkdir -p ${pkgdir}/usr/{bin,share/${pkgname}}
-
-  # set path to program files
-  sed -i s|set SRCDIR gmsrc|set SRCDIR /usr/share/gpsman|g ./gpsman.tcl
-  install -m755 gpsman.tcl ${pkgdir}/usr/bin/gpsman.tcl
-
-  # install a gpsman launcher
-  install -m755 util/gpsman.sh ${pkgdir}/usr/bin/gpsman
-
-  #install program files
-  cp -r gmsrc/* ${pkgdir}/usr/share/gpsman/
-  chmod 755 ${pkgdir}/usr/share/gpsman/*.tcl
-  chmod -R 755 ${pkgdir}/usr/share/gpsman/gmicons
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-  ${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm644 ${srcdir}/${pkgname}.png \
-  ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: gpsman/repos/community-any/PKGBUILD (from rev 88488, 
gpsman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 15:03:03 UTC (rev 88489)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gpsman
+pkgver=6.4.4
+pkgrel=1
+pkgdesc=Graphical GPS data manager for preparing, inspecting and editing GPS 
data
+arch=('any')
+url=http://gpsman.sourceforge.net/;
+license=('GPL')
+depends=('tcl' 'tk')
+makedepends=('gendesk')
+optdepends=('gpsmanshp: shapefile support')
+install=gpsman.install
+source=(http://downloads.sourceforge.net/project/gpsman/distrib/gpsman-$pkgver.tgz)
+md5sums=('c3cbd8ae82c0daf1ca33d1f53d20f08a')
+
+package() {
+  cd $srcdir
+  gendesk
+
+  cd ${pkgname}-${pkgver}
+  mkdir -p ${pkgdir}/usr/{bin,share/${pkgname}}
+
+  # set path to program files
+  sed -i s|set SRCDIR gmsrc|set SRCDIR /usr/share/gpsman|g ./gpsman.tcl
+  install -m755 gpsman.tcl ${pkgdir}/usr/bin/gpsman.tcl
+
+  # install a gpsman launcher
+  install -m755 util/gpsman.sh ${pkgdir}/usr/bin/gpsman
+
+  #install program files
+  cp -r gmsrc/* ${pkgdir}/usr/share/gpsman/
+  chmod 755 ${pkgdir}/usr/share/gpsman/*.tcl
+  chmod -R 755 ${pkgdir}/usr/share/gpsman/gmicons
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+  ${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -Dm644 ${srcdir}/${pkgname}.png \
+  ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: gpsman.install
===
--- gpsman.install  2013-04-18 15:02:51 UTC (rev 88488)
+++ gpsman.install  2013-04-18 15:03:03 UTC (rev 88489)
@@ -1,7 +0,0 @@
-post_install() {
-  echo
-  echo  : You should change the path to your gps serial device in
-  echo  :   /usr/bin/gpsman
-  echo
-  echo  : Config options are stored in /usr/share/gpsman/config.tcl
-}

Copied: gpsman/repos/community-any/gpsman.install (from rev 88488, 
gpsman/trunk/gpsman.install)
===
--- gpsman.install  (rev 0)
+++ gpsman.install  2013-04-18 15:03:03 UTC (rev 88489)
@@ -0,0 +1,7 @@
+post_install() {
+  echo
+  echo  : You should change the path to your gps serial device in
+  echo  :   /usr/bin/gpsman
+  echo
+  echo  : Config options are stored in /usr/share/gpsman/config.tcl
+}



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

2013-04-18 Thread Florian Pritz
Date: Thursday, April 18, 2013 @ 17:03:54
  Author: bluewind
Revision: 88490

upgpkg: perl-cpanplus-dist-arch 1.25-1

upstream update

Modified:
  perl-cpanplus-dist-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 15:03:03 UTC (rev 88489)
+++ PKGBUILD2013-04-18 15:03:54 UTC (rev 88490)
@@ -2,7 +2,7 @@
 # $Id$
 
 pkgname=perl-cpanplus-dist-arch
-pkgver=1.23
+pkgver=1.25
 pkgrel=1
 pkgdesc='CPANPLUS backend for building Archlinux pacman packages'
 arch=(any)
@@ -11,13 +11,13 @@
 depends=(perl)
 url=https://metacpan.org/release/CPANPLUS-Dist-Arch
 
source=(http://search.cpan.org/CPAN/authors/id/J/JU/JUSTER/CPANPLUS-Dist-Arch-$pkgver.tar.gz;)
-md5sums=(2775fe8ae8fd5253983ee8d9d05ab741)
-sha512sums=(a70f6bb628c754550768980e4fef30afdc7f9cf5dc13895f2b71bdd18d34b4421a111612f7d2189b5fb0d9a7722be59357c60f3e473dfa2d32cf20fbb2a53763)
-_dir=$srcdir/CPANPLUS-Dist-Arch-$pkgver
+md5sums=('531f85a20d118f66e1b24eace820dc57')
+sha512sums=('e3f18183b57f73c221ebf328416c38891546cdead94e427be8dd2d1915969534633648a6d12d1fb55a2845fd44ea6d4fac7ffbad409b843c986d81b0fa91abb2')
+_dir=CPANPLUS-Dist-Arch-$pkgver
 
 build()
 (
-  cd $_dir
+  cd $srcdir/$_dir
   export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
   unset PERL5LIB PERL_MB_OPT
   /usr/bin/perl Build.PL
@@ -26,7 +26,7 @@
 
 check()
 (
-  cd $_dir
+  cd $srcdir/$_dir
   export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
   unset PERL5LIB PERL_MB_OPT
   ./Build test
@@ -34,7 +34,7 @@
 
 package()
 (
-  cd $_dir
+  cd $srcdir/$_dir
   export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
   unset PERL5LIB PERL_MB_OPT
   ./Build install installdirs=vendor destdir=$pkgdir



[arch-commits] Commit in perl-cpanplus-dist-arch/repos/community-any (2 files)

2013-04-18 Thread Florian Pritz
Date: Thursday, April 18, 2013 @ 17:03:57
  Author: bluewind
Revision: 88491

archrelease: copy trunk to community-any

Added:
  perl-cpanplus-dist-arch/repos/community-any/PKGBUILD
(from rev 88490, perl-cpanplus-dist-arch/trunk/PKGBUILD)
Deleted:
  perl-cpanplus-dist-arch/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 15:03:54 UTC (rev 88490)
+++ PKGBUILD2013-04-18 15:03:57 UTC (rev 88491)
@@ -1,48 +0,0 @@
-# Maintainer: Justin Davis (juster) jrc...@gmail.com
-# $Id$
-
-pkgname=perl-cpanplus-dist-arch
-pkgver=1.23
-pkgrel=1
-pkgdesc='CPANPLUS backend for building Archlinux pacman packages'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=https://metacpan.org/release/CPANPLUS-Dist-Arch
-source=(http://search.cpan.org/CPAN/authors/id/J/JU/JUSTER/CPANPLUS-Dist-Arch-$pkgver.tar.gz;)
-md5sums=(2775fe8ae8fd5253983ee8d9d05ab741)
-sha512sums=(a70f6bb628c754550768980e4fef30afdc7f9cf5dc13895f2b71bdd18d34b4421a111612f7d2189b5fb0d9a7722be59357c60f3e473dfa2d32cf20fbb2a53763)
-_dir=$srcdir/CPANPLUS-Dist-Arch-$pkgver
-
-build()
-(
-  cd $_dir
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  /usr/bin/perl Build.PL
-  ./Build
-)
-
-check()
-(
-  cd $_dir
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  ./Build test
-)
-
-package()
-(
-  cd $_dir
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  ./Build 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-cpanplus-dist-arch/repos/community-any/PKGBUILD (from rev 88490, 
perl-cpanplus-dist-arch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 15:03:57 UTC (rev 88491)
@@ -0,0 +1,48 @@
+# Maintainer: Justin Davis (juster) jrc...@gmail.com
+# $Id$
+
+pkgname=perl-cpanplus-dist-arch
+pkgver=1.25
+pkgrel=1
+pkgdesc='CPANPLUS backend for building Archlinux pacman packages'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+url=https://metacpan.org/release/CPANPLUS-Dist-Arch
+source=(http://search.cpan.org/CPAN/authors/id/J/JU/JUSTER/CPANPLUS-Dist-Arch-$pkgver.tar.gz;)
+md5sums=('531f85a20d118f66e1b24eace820dc57')
+sha512sums=('e3f18183b57f73c221ebf328416c38891546cdead94e427be8dd2d1915969534633648a6d12d1fb55a2845fd44ea6d4fac7ffbad409b843c986d81b0fa91abb2')
+_dir=CPANPLUS-Dist-Arch-$pkgver
+
+build()
+(
+  cd $srcdir/$_dir
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  /usr/bin/perl Build.PL
+  ./Build
+)
+
+check()
+(
+  cd $srcdir/$_dir
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build test
+)
+
+package()
+(
+  cd $srcdir/$_dir
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build 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 qsynth/trunk (PKGBUILD)

2013-04-18 Thread Ray Rashif
Date: Thursday, April 18, 2013 @ 17:39:59
  Author: schiv
Revision: 183181

upgpkg: qsynth 0.3.7-1

upstream release

Modified:
  qsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 13:14:56 UTC (rev 183180)
+++ PKGBUILD2013-04-18 15:39:59 UTC (rev 183181)
@@ -3,20 +3,17 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=qsynth
-pkgver=0.3.6
-pkgrel=3
+pkgver=0.3.7
+pkgrel=1
 pkgdesc=Qt GUI for FluidSynth
 arch=('i686' 'x86_64')
 url=http://qsynth.sourceforge.net/;
 license=('GPL')
 depends=('fluidsynth' 'qt4')
-options=('!makeflags')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('3cba3c87463be75ac188ebc3c3023d12')
+md5sums=('a101a50a7ecfb7319482a5022df1d58b')
 
 build() {
-  . /etc/profile.d/qt4.sh
-
   cd $srcdir/$pkgname-$pkgver
 
   ./configure --prefix=/usr
@@ -25,7 +22,8 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
+
+  make DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-04-18 Thread Ray Rashif
Date: Thursday, April 18, 2013 @ 17:40:20
  Author: schiv
Revision: 183182

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 15:39:59 UTC (rev 183181)
+++ extra-i686/PKGBUILD 2013-04-18 15:40:20 UTC (rev 183182)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=qsynth
-pkgver=0.3.6
-pkgrel=3
-pkgdesc=Qt GUI for FluidSynth
-arch=('i686' 'x86_64')
-url=http://qsynth.sourceforge.net/;
-license=('GPL')
-depends=('fluidsynth' 'qt4')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('3cba3c87463be75ac188ebc3c3023d12')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qsynth/repos/extra-i686/PKGBUILD (from rev 183181, 
qsynth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 15:40:20 UTC (rev 183182)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=qsynth
+pkgver=0.3.7
+pkgrel=1
+pkgdesc=Qt GUI for FluidSynth
+arch=('i686' 'x86_64')
+url=http://qsynth.sourceforge.net/;
+license=('GPL')
+depends=('fluidsynth' 'qt4')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('a101a50a7ecfb7319482a5022df1d58b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-18 15:39:59 UTC (rev 183181)
+++ extra-x86_64/PKGBUILD   2013-04-18 15:40:20 UTC (rev 183182)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=qsynth
-pkgver=0.3.6
-pkgrel=3
-pkgdesc=Qt GUI for FluidSynth
-arch=('i686' 'x86_64')
-url=http://qsynth.sourceforge.net/;
-license=('GPL')
-depends=('fluidsynth' 'qt4')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('3cba3c87463be75ac188ebc3c3023d12')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qsynth/repos/extra-x86_64/PKGBUILD (from rev 183181, 
qsynth/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-18 15:40:20 UTC (rev 183182)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=qsynth
+pkgver=0.3.7
+pkgrel=1
+pkgdesc=Qt GUI for FluidSynth
+arch=('i686' 'x86_64')
+url=http://qsynth.sourceforge.net/;
+license=('GPL')
+depends=('fluidsynth' 'qt4')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('a101a50a7ecfb7319482a5022df1d58b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-18 Thread Florian Pritz
Date: Thursday, April 18, 2013 @ 17:42:37
  Author: bluewind
Revision: 183183

fix FS#34531

Modified:
  perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 15:40:20 UTC (rev 183182)
+++ PKGBUILD2013-04-18 15:42:37 UTC (rev 183183)
@@ -7,7 +7,7 @@
 
 pkgname=perl
 pkgver=5.16.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A highly capable, feature-rich programming language
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
@@ -39,6 +39,9 @@
   patch -i $srcdir/cgi-cr-escaping.diff -p1
   patch -i $srcdir/CVE-2012-6329.patch -p1
 
+  # Fix FS#34531; in perl upstream = 5.17.9
+  sed -i s/Is_dos/is_dos/ cpan/Pod-Perldoc/lib/Pod/Perldoc.pm
+
   if [ ${CARCH} = x86_64 ]; then
 # for x86_64
 arch_opts=-Dcccdlflags='-fPIC'



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

2013-04-18 Thread Florian Pritz
Date: Thursday, April 18, 2013 @ 17:42:52
  Author: bluewind
Revision: 183184

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

Added:
  perl/repos/testing-i686/
  perl/repos/testing-i686/CVE-2012-6329.patch
(from rev 183183, perl/trunk/CVE-2012-6329.patch)
  perl/repos/testing-i686/PKGBUILD
(from rev 183183, perl/trunk/PKGBUILD)
  perl/repos/testing-i686/cgi-cr-escaping.diff
(from rev 183183, perl/trunk/cgi-cr-escaping.diff)
  perl/repos/testing-i686/perl.install
(from rev 183183, perl/trunk/perl.install)
  perl/repos/testing-i686/perlbin.csh
(from rev 183183, perl/trunk/perlbin.csh)
  perl/repos/testing-i686/perlbin.sh
(from rev 183183, perl/trunk/perlbin.sh)
  perl/repos/testing-i686/provides.pl
(from rev 183183, perl/trunk/provides.pl)
  perl/repos/testing-x86_64/
  perl/repos/testing-x86_64/CVE-2012-6329.patch
(from rev 183183, perl/trunk/CVE-2012-6329.patch)
  perl/repos/testing-x86_64/PKGBUILD
(from rev 183183, perl/trunk/PKGBUILD)
  perl/repos/testing-x86_64/cgi-cr-escaping.diff
(from rev 183183, perl/trunk/cgi-cr-escaping.diff)
  perl/repos/testing-x86_64/perl.install
(from rev 183183, perl/trunk/perl.install)
  perl/repos/testing-x86_64/perlbin.csh
(from rev 183183, perl/trunk/perlbin.csh)
  perl/repos/testing-x86_64/perlbin.sh
(from rev 183183, perl/trunk/perlbin.sh)
  perl/repos/testing-x86_64/provides.pl
(from rev 183183, perl/trunk/provides.pl)

-+
 testing-i686/CVE-2012-6329.patch|   79 
 testing-i686/PKGBUILD   |  125 ++
 testing-i686/cgi-cr-escaping.diff   |   75 
 testing-i686/perl.install   |   10 +
 testing-i686/perlbin.csh|   15 +
 testing-i686/perlbin.sh |   18 ++
 testing-i686/provides.pl|  299 ++
 testing-x86_64/CVE-2012-6329.patch  |   79 
 testing-x86_64/PKGBUILD |  125 ++
 testing-x86_64/cgi-cr-escaping.diff |   75 
 testing-x86_64/perl.install |   10 +
 testing-x86_64/perlbin.csh  |   15 +
 testing-x86_64/perlbin.sh   |   18 ++
 testing-x86_64/provides.pl  |  299 ++
 14 files changed, 1242 insertions(+)

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


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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 17:54:06
  Author: andyrtr
Revision: 183185

upgpkg: libgcrypt 1.5.2-1

upstream update 1.5.2

Modified:
  libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 15:42:52 UTC (rev 183184)
+++ PKGBUILD2013-04-18 15:54:06 UTC (rev 183185)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=libgcrypt
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc=a general purpose crypto library based on the code used
 arch=(i686 x86_64)
@@ -14,13 +14,13 @@
 source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2

#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2
 )
-sha1sums=(8b60a26b7eae1a727d58932d6b1efeb5716648ed'')
+sha1sums=('c9998383532ba3e8bcaf690f2f0d65e814b48d2f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
--disable-static \
-   --disable-padlock-support #$EXTRAFLAGS
+   --disable-padlock-support
   make
 }
 



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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 17:54:21
  Author: andyrtr
Revision: 183186

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

Added:
  libgcrypt/repos/testing-i686/
  libgcrypt/repos/testing-i686/PKGBUILD
(from rev 183185, libgcrypt/trunk/PKGBUILD)
  libgcrypt/repos/testing-i686/libgcrypt.install
(from rev 183185, libgcrypt/trunk/libgcrypt.install)
  libgcrypt/repos/testing-x86_64/
  libgcrypt/repos/testing-x86_64/PKGBUILD
(from rev 183185, libgcrypt/trunk/PKGBUILD)
  libgcrypt/repos/testing-x86_64/libgcrypt.install
(from rev 183185, libgcrypt/trunk/libgcrypt.install)

--+
 testing-i686/PKGBUILD|   35 +++
 testing-i686/libgcrypt.install   |   20 
 testing-x86_64/PKGBUILD  |   35 +++
 testing-x86_64/libgcrypt.install |   20 
 4 files changed, 110 insertions(+)

Copied: libgcrypt/repos/testing-i686/PKGBUILD (from rev 183185, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-18 15:54:21 UTC (rev 183186)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libgcrypt
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=a general purpose crypto library based on the code used
+arch=(i686 x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('libgpg-error=1.10-2')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2
+)
+sha1sums=('c9998383532ba3e8bcaf690f2f0d65e814b48d2f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgcrypt/repos/testing-i686/libgcrypt.install (from rev 183185, 
libgcrypt/trunk/libgcrypt.install)
===
--- testing-i686/libgcrypt.install  (rev 0)
+++ testing-i686/libgcrypt.install  2013-04-18 15:54:21 UTC (rev 183186)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(gcrypt.info.gz gcrypt.info-1.gz)
+
+post_install() {
+  [ -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
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Copied: libgcrypt/repos/testing-x86_64/PKGBUILD (from rev 183185, 
libgcrypt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-18 15:54:21 UTC (rev 183186)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libgcrypt
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=a general purpose crypto library based on the code used
+arch=(i686 x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('libgpg-error=1.10-2')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2
+)
+sha1sums=('c9998383532ba3e8bcaf690f2f0d65e814b48d2f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-padlock-support
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgcrypt/repos/testing-x86_64/libgcrypt.install (from rev 183185, 
libgcrypt/trunk/libgcrypt.install)
===
--- testing-x86_64/libgcrypt.install(rev 0)
+++ testing-x86_64/libgcrypt.install2013-04-18 15:54:21 UTC (rev 183186)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(gcrypt.info.gz gcrypt.info-1.gz)
+
+post_install() {
+  [ -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
+}
+
+pre_remove() {
+  [ -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 gnuchess/trunk (PKGBUILD)

2013-04-18 Thread Jonathan Steel
Date: Thursday, April 18, 2013 @ 17:55:28
  Author: jsteel
Revision: 88492

upgpkg: gnuchess 6.0.3-1

Modified:
  gnuchess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 15:03:57 UTC (rev 88491)
+++ PKGBUILD2013-04-18 15:55:28 UTC (rev 88492)
@@ -1,26 +1,30 @@
 # $Id$
-# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jonathan Steel m...@jsteel.org
+# Contributor: Allan McRae al...@archlinux.org
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=gnuchess
-pkgver=6.0.2
+pkgver=6.0.3
 pkgrel=1
 pkgdesc=Lets most modern computers play a full game of chess
 url=http://www.gnu.org/software/chess/chess.html;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc' 'ncurses' 'readline')
-source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('566a145479c47f2f9d7d9b7b8119e1b0'
- '044487606aa14ecb29ab9613f83918d9')
+optdepends=('xboard: for a GUI')
+source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
+md5sums=('28625afb8f48b86211ee1d217c308064')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
+
   ./configure --prefix=/usr
+
   make  
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
+  cd $srcdir/$pkgname-$pkgver
+
+  make prefix=$pkgdir/usr install
 }



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

2013-04-18 Thread Jonathan Steel
Date: Thursday, April 18, 2013 @ 17:55:51
  Author: jsteel
Revision: 88493

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-18 15:55:28 UTC (rev 88492)
+++ community-i686/PKGBUILD 2013-04-18 15:55:51 UTC (rev 88493)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=gnuchess
-pkgver=6.0.2
-pkgrel=1
-pkgdesc=Lets most modern computers play a full game of chess
-url=http://www.gnu.org/software/chess/chess.html;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'ncurses' 'readline')
-source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('566a145479c47f2f9d7d9b7b8119e1b0'
- '044487606aa14ecb29ab9613f83918d9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make  
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
-}

Copied: gnuchess/repos/community-i686/PKGBUILD (from rev 88492, 
gnuchess/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-18 15:55:51 UTC (rev 88493)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jonathan Steel m...@jsteel.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gnuchess
+pkgver=6.0.3
+pkgrel=1
+pkgdesc=Lets most modern computers play a full game of chess
+url=http://www.gnu.org/software/chess/chess.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'ncurses' 'readline')
+optdepends=('xboard: for a GUI')
+source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
+md5sums=('28625afb8f48b86211ee1d217c308064')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make  
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make prefix=$pkgdir/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-18 15:55:28 UTC (rev 88492)
+++ community-x86_64/PKGBUILD   2013-04-18 15:55:51 UTC (rev 88493)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=gnuchess
-pkgver=6.0.2
-pkgrel=1
-pkgdesc=Lets most modern computers play a full game of chess
-url=http://www.gnu.org/software/chess/chess.html;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'ncurses' 'readline')
-source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('566a145479c47f2f9d7d9b7b8119e1b0'
- '044487606aa14ecb29ab9613f83918d9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make  
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
-}

Copied: gnuchess/repos/community-x86_64/PKGBUILD (from rev 88492, 
gnuchess/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-18 15:55:51 UTC (rev 88493)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jonathan Steel m...@jsteel.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gnuchess
+pkgver=6.0.3
+pkgrel=1
+pkgdesc=Lets most modern computers play a full game of chess
+url=http://www.gnu.org/software/chess/chess.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'ncurses' 'readline')
+optdepends=('xboard: for a GUI')
+source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
+md5sums=('28625afb8f48b86211ee1d217c308064')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make  
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make prefix=$pkgdir/usr install
+}



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

2013-04-18 Thread Jan Steffens
Date: Thursday, April 18, 2013 @ 18:03:08
  Author: heftig
Revision: 183187

0.9.10

Modified:
  check/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 15:54:21 UTC (rev 183186)
+++ PKGBUILD2013-04-18 16:03:08 UTC (rev 183187)
@@ -4,7 +4,7 @@
 # Contributor: Jeremy Cowgar jer...@cowgar.com
 
 pkgname=check
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc=A unit testing framework for C
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f3702f2fcfc19ce3f62dca66c241a168')
+md5sums=('6d10a8efb9a683467b92b3bce97aeb30')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-18 Thread Jan Steffens
Date: Thursday, April 18, 2013 @ 18:03:52
  Author: heftig
Revision: 183188

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

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

+
 /PKGBUILD  |   62 +++
 /check.install |   40 +++
 extra-i686/PKGBUILD|   31 -
 extra-i686/check.install   |   20 -
 extra-x86_64/PKGBUILD  |   31 -
 extra-x86_64/check.install |   20 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 16:03:08 UTC (rev 183187)
+++ extra-i686/PKGBUILD 2013-04-18 16:03:52 UTC (rev 183188)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jeremy Cowgar jer...@cowgar.com
-
-pkgname=check
-pkgver=0.9.9
-pkgrel=1
-pkgdesc=A unit testing framework for C
-arch=('i686' 'x86_64')
-url=http://check.sourceforge.net/;
-license=('LGPL')
-options=('!libtool')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f3702f2fcfc19ce3f62dca66c241a168')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # get rid of the package's info directory,
-  # install-info adds entries for us at install-time
-  rm $pkgdir/usr/share/info/dir
-}

Copied: check/repos/extra-i686/PKGBUILD (from rev 183187, check/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 16:03:52 UTC (rev 183188)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jeremy Cowgar jer...@cowgar.com
+
+pkgname=check
+pkgver=0.9.10
+pkgrel=1
+pkgdesc=A unit testing framework for C
+arch=('i686' 'x86_64')
+url=http://check.sourceforge.net/;
+license=('LGPL')
+options=('!libtool')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6d10a8efb9a683467b92b3bce97aeb30')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # get rid of the package's info directory,
+  # install-info adds entries for us at install-time
+  rm $pkgdir/usr/share/info/dir
+}

Deleted: extra-i686/check.install
===
--- extra-i686/check.install2013-04-18 16:03:08 UTC (rev 183187)
+++ extra-i686/check.install2013-04-18 16:03:52 UTC (rev 183188)
@@ -1,20 +0,0 @@
-_infodir=/usr/share/info
-_filelist=(check.info)
-
-post_install() {
-  [ -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
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${_filelist[@]}; do
-install-info --delete $_infodir/$file $_infodir/dir 2 /dev/null
-  done
-}

Copied: check/repos/extra-i686/check.install (from rev 183187, 
check/trunk/check.install)
===
--- extra-i686/check.install(rev 0)
+++ extra-i686/check.install2013-04-18 16:03:52 UTC (rev 183188)
@@ -0,0 +1,20 @@
+_infodir=/usr/share/info
+_filelist=(check.info)
+
+post_install() {
+  [ -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
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${_filelist[@]}; do
+install-info --delete $_infodir/$file $_infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-18 16:03:08 UTC (rev 183187)
+++ extra-x86_64/PKGBUILD   2013-04-18 16:03:52 UTC (rev 183188)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander 

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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 18:15:37
  Author: andyrtr
Revision: 183189

upgpkg: libtasn1 3.3-1

upstream update 3.3

Modified:
  libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 16:03:52 UTC (rev 183188)
+++ PKGBUILD2013-04-18 16:15:37 UTC (rev 183189)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=libtasn1
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc=The ASN.1 library used in GNUTLS
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 options=('!libtool')
 install=libtasn1.install
 source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('1b07629163025b9693aae9b8957842b2'
- '67bdae9b78ac7bbfa2ab24c7d46bd577')
+md5sums=('2bdd687f487c50a0382b99553866a6e0'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 18:15:55
  Author: andyrtr
Revision: 183190

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

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

---+
 /PKGBUILD |   72 
 /libtasn1.install |   36 
 extra-i686/PKGBUILD   |   36 
 extra-i686/libtasn1.install   |   18 --
 extra-x86_64/PKGBUILD |   36 
 extra-x86_64/libtasn1.install |   18 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 16:15:37 UTC (rev 183189)
+++ extra-i686/PKGBUILD 2013-04-18 16:15:55 UTC (rev 183190)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=libtasn1
-pkgver=3.2
-pkgrel=1
-pkgdesc=The ASN.1 library used in GNUTLS
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-url=http://www.gnu.org/software/libtasn1/;
-depends=('glibc' 'texinfo')
-options=('!libtool')
-install=libtasn1.install
-source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('1b07629163025b9693aae9b8957842b2'
- '67bdae9b78ac7bbfa2ab24c7d46bd577')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-packager=Archlinux \
-  --with-packager-bug-reports=http://bugs.archlinux.org/; \
-  --with-packager-version=${pkgver}-${pkgrel}
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libtasn1/repos/extra-i686/PKGBUILD (from rev 183189, 
libtasn1/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 16:15:55 UTC (rev 183190)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=3.3
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+options=('!libtool')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('2bdd687f487c50a0382b99553866a6e0'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libtasn1.install
===
--- extra-i686/libtasn1.install 2013-04-18 16:15:37 UTC (rev 183189)
+++ extra-i686/libtasn1.install 2013-04-18 16:15:55 UTC (rev 183190)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(libtasn1.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: libtasn1/repos/extra-i686/libtasn1.install (from rev 183189, 
libtasn1/trunk/libtasn1.install)
===
--- extra-i686/libtasn1.install (rev 0)
+++ extra-i686/libtasn1.install 2013-04-18 16:15:55 UTC (rev 183190)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-18 16:15:37 UTC (rev 183189)
+++ extra-x86_64/PKGBUILD   2013-04-18 16:15:55 UTC (rev 

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

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 18:29:03
  Author: lcarlier
Revision: 88494

upgpkg: lib32-libtasn1 3.3-1

Sync with extra

Modified:
  lib32-libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 15:55:51 UTC (rev 88493)
+++ PKGBUILD2013-04-18 16:29:03 UTC (rev 88494)
@@ -5,7 +5,7 @@
 
 _pkgbase=libtasn1
 pkgname=lib32-${_pkgbase}
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc=The ASN.1 library used in GNUTLS (32 bit)
 arch=('x86_64')
@@ -15,8 +15,8 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('1b07629163025b9693aae9b8957842b2'
- '67bdae9b78ac7bbfa2ab24c7d46bd577')
+md5sums=('2bdd687f487c50a0382b99553866a6e0'
+ SKIP)
 
 build() {
   export CC='gcc -m32'



[arch-commits] Commit in lib32-libtasn1/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 18:29:13
  Author: lcarlier
Revision: 88495

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libtasn1/repos/multilib-x86_64/PKGBUILD
(from rev 88494, lib32-libtasn1/trunk/PKGBUILD)
Deleted:
  lib32-libtasn1/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 16:29:03 UTC (rev 88494)
+++ PKGBUILD2013-04-18 16:29:13 UTC (rev 88495)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Florian Pritz bluew...@xinu.at
-# Contributor: josephgbr rafael.f.f1 at gmail.com
-
-_pkgbase=libtasn1
-pkgname=lib32-${_pkgbase}
-pkgver=3.2
-pkgrel=1
-pkgdesc=The ASN.1 library used in GNUTLS (32 bit)
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-url=http://www.gnu.org/software/libtasn1/;
-depends=('lib32-glibc' ${_pkgbase})
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
-md5sums=('1b07629163025b9693aae9b8957842b2'
- '67bdae9b78ac7bbfa2ab24c7d46bd577')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd ${_pkgbase}-${pkgver}
-
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${_pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-libtasn1/repos/multilib-x86_64/PKGBUILD (from rev 88494, 
lib32-libtasn1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 16:29:13 UTC (rev 88495)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Florian Pritz bluew...@xinu.at
+# Contributor: josephgbr rafael.f.f1 at gmail.com
+
+_pkgbase=libtasn1
+pkgname=lib32-${_pkgbase}
+pkgver=3.3
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS (32 bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('lib32-glibc' ${_pkgbase})
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/libtasn1/${_pkgbase}-${pkgver}.tar.gz{,.sig})
+md5sums=('2bdd687f487c50a0382b99553866a6e0'
+ SKIP)
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd ${_pkgbase}-${pkgver}
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}



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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 18:38:40
  Author: andyrtr
Revision: 183191

upgpkg: libwpd 0.9.6-1

upstream update 0.9.6

Modified:
  libwpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 16:15:55 UTC (rev 183190)
+++ PKGBUILD2013-04-18 16:38:40 UTC (rev 183191)
@@ -2,17 +2,17 @@
 # Maintainer: AndyRTR andy...@archlinux.org
 
 pkgname=libwpd
-pkgver=0.9.4
+pkgver=0.9.6
 pkgrel=1
 pkgdesc=Library for importing WordPerfect (tm) documents
 arch=('i686' 'x86_64')
 url=http://libwpd.sourceforge.net/;
 license=('LGPL')
-depends=('gcc-libs')
-makedepends=('libgsf=1.14.20')
+depends=('gcc-libs' 'zlib')
+makedepends=('libgsf=1.14.26')
 options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d30d1726c3b113db70daaae423dd4448')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('63f476b892bf783072854b98d2fc4fa2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 18:39:00
  Author: andyrtr
Revision: 183192

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 16:38:40 UTC (rev 183191)
+++ extra-i686/PKGBUILD 2013-04-18 16:39:00 UTC (rev 183192)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgname=libwpd
-pkgver=0.9.4
-pkgrel=1
-pkgdesc=Library for importing WordPerfect (tm) documents
-arch=('i686' 'x86_64')
-url=http://libwpd.sourceforge.net/;
-license=('LGPL')
-depends=('gcc-libs')
-makedepends=('libgsf=1.14.20')
-options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d30d1726c3b113db70daaae423dd4448')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libwpd/repos/extra-i686/PKGBUILD (from rev 183191, 
libwpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 16:39:00 UTC (rev 183192)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=libwpd
+pkgver=0.9.6
+pkgrel=1
+pkgdesc=Library for importing WordPerfect (tm) documents
+arch=('i686' 'x86_64')
+url=http://libwpd.sourceforge.net/;
+license=('LGPL')
+depends=('gcc-libs' 'zlib')
+makedepends=('libgsf=1.14.26')
+options=('!libtool' '!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('63f476b892bf783072854b98d2fc4fa2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-18 16:38:40 UTC (rev 183191)
+++ extra-x86_64/PKGBUILD   2013-04-18 16:39:00 UTC (rev 183192)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgname=libwpd
-pkgver=0.9.4
-pkgrel=1
-pkgdesc=Library for importing WordPerfect (tm) documents
-arch=('i686' 'x86_64')
-url=http://libwpd.sourceforge.net/;
-license=('LGPL')
-depends=('gcc-libs')
-makedepends=('libgsf=1.14.20')
-options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d30d1726c3b113db70daaae423dd4448')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libwpd/repos/extra-x86_64/PKGBUILD (from rev 183191, 
libwpd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-18 16:39:00 UTC (rev 183192)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=libwpd
+pkgver=0.9.6
+pkgrel=1
+pkgdesc=Library for importing WordPerfect (tm) documents
+arch=('i686' 'x86_64')
+url=http://libwpd.sourceforge.net/;
+license=('LGPL')
+depends=('gcc-libs' 'zlib')
+makedepends=('libgsf=1.14.26')
+options=('!libtool' '!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('63f476b892bf783072854b98d2fc4fa2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 18:40:00
  Author: lcarlier
Revision: 88496

upgpkg: lib32-libgcrypt 1.5.2-1

Sync with testing

Modified:
  lib32-libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 16:29:13 UTC (rev 88495)
+++ PKGBUILD2013-04-18 16:40:00 UTC (rev 88496)
@@ -3,19 +3,19 @@
 
 _pkgbasename=libgcrypt
 pkgname=lib32-$_pkgbasename
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc=a general purpose crypto library based on the code used (32-bit)
 arch=(x86_64)
 url=http://www.gnupg.org;
 license=('LGPL')
-depends=('lib32-libgpg-error=1.7' $_pkgbasename)
+depends=('lib32-libgpg-error=1.10-2' $_pkgbasename)
 makedepends=(gcc-multilib libtool-multilib)
 options=(!libtool)
 
source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2
   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${_pkgbasename}-${pkgver}.tar.bz2
 )
-md5sums=('5be3cc6e105db5d64c318127a5c10c94')
+sha1sums=('c9998383532ba3e8bcaf690f2f0d65e814b48d2f')
 
 build() {
   export CC=gcc -m32
@@ -27,8 +27,8 @@
   # Use 32-bit assembler
   sed 's:path=amd64:path=i586 i386:' -i mpi/config.links
 
-  # keep static library for , needed for cryptsetup
-  ./configure --prefix=/usr --disable-padlock-support --libdir=/usr/lib32 
--enable-shared
+  ./configure --prefix=/usr --disable-static --disable-padlock-support \
+  --libdir=/usr/lib32 --enable-shared
   make
 }
 



[arch-commits] Commit in lib32-libgcrypt/repos (2 files)

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 18:40:06
  Author: lcarlier
Revision: 88497

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libgcrypt/repos/multilib-testing-x86_64/
  lib32-libgcrypt/repos/multilib-testing-x86_64/PKGBUILD
(from rev 88496, lib32-libgcrypt/trunk/PKGBUILD)

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

Copied: lib32-libgcrypt/repos/multilib-testing-x86_64/PKGBUILD (from rev 88496, 
lib32-libgcrypt/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-04-18 16:40:06 UTC (rev 88497)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+_pkgbasename=libgcrypt
+pkgname=lib32-$_pkgbasename
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=a general purpose crypto library based on the code used (32-bit)
+arch=(x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('lib32-libgpg-error=1.10-2' $_pkgbasename)
+makedepends=(gcc-multilib libtool-multilib)
+options=(!libtool)
+source=(ftp://ftp.gnupg.org/gcrypt/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2
+  
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${_pkgbasename}-${pkgver}.tar.bz2
+)
+sha1sums=('c9998383532ba3e8bcaf690f2f0d65e814b48d2f')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # Use 32-bit assembler
+  sed 's:path=amd64:path=i586 i386:' -i mpi/config.links
+
+  ./configure --prefix=/usr --disable-static --disable-padlock-support \
+  --libdir=/usr/lib32 --enable-shared
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
+}



[arch-commits] Commit in lib32-krb5/trunk (PKGBUILD krb5-config_LDFLAGS.patch)

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 18:58:08
  Author: lcarlier
Revision: 88498

upgpkg: lib32-krb5 1.11.2-1

Sync with core

Added:
  lib32-krb5/trunk/krb5-config_LDFLAGS.patch
Modified:
  lib32-krb5/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +
 krb5-config_LDFLAGS.patch |   12 
 2 files changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 16:40:06 UTC (rev 88497)
+++ PKGBUILD2013-04-18 16:58:08 UTC (rev 88498)
@@ -4,7 +4,7 @@
 
 _pkgbasename=krb5
 pkgname=lib32-$_pkgbasename
-pkgver=1.11.1
+pkgver=1.11.2
 pkgrel=1
 pkgdesc=The Kerberos network authentication system (32-bit)
 arch=('x86_64')
@@ -12,14 +12,19 @@
 license=('custom')
 depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' $_pkgbasename)
 makedepends=('perl' 'gcc-multilib')
-source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.11/${_pkgbasename}-${pkgver}-signed.tar;)
-sha1sums=('e2e759c35e775d8f03b75c26ffcaa4f2514147f5')
+source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.11/${_pkgbasename}-${pkgver}-signed.tar;
+krb5-config_LDFLAGS.patch)
+sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
+  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa')
 options=('!emptydirs')
 
 build() {
tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
cd ${srcdir}/${_pkgbasename}-${pkgver}/src
 
+   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+   patch -Np2 -i ${srcdir}/krb5-config_LDFLAGS.patch
+
rm lib/krb5/krb/deltat.c
 
export CC=gcc -m32
@@ -29,7 +34,7 @@
export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
export CPPFLAGS+= -I/usr/include/et
./configure --prefix=/usr \
-   --sysconfdir=/etc/krb5 \
+   --sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var/lib \
--libdir=/usr/lib32 \

Added: krb5-config_LDFLAGS.patch
===
--- krb5-config_LDFLAGS.patch   (rev 0)
+++ krb5-config_LDFLAGS.patch   2013-04-18 16:58:08 UTC (rev 88498)
@@ -0,0 +1,12 @@
+Bug #448778
+--- krb5-1.11/src/krb5-config.in   2012-12-18 02:47:04.0 +
 krb5-1.11/src/krb5-config.in   2012-12-28 07:13:16.582693363 +
+@@ -217,7 +217,7 @@
+   -e 's#\$(PROG_RPATH)#'$libdir'#' \
+   -e 's#\$(PROG_LIBPATH)#'$libdirarg'#' \
+   -e 's#\$(RPATH_FLAG)#'$RPATH_FLAG'#' \
+-  -e 's#\$(LDFLAGS)#'$LDFLAGS'#' \
++  -e 's#\$(LDFLAGS)##' \
+   -e 's#\$(PTHREAD_CFLAGS)#'$PTHREAD_CFLAGS'#' \
+   -e 's#\$(CFLAGS)##'`
+ 



[arch-commits] Commit in lib32-krb5/repos/multilib-x86_64 (5 files)

2013-04-18 Thread Laurent Carlier
Date: Thursday, April 18, 2013 @ 18:58:15
  Author: lcarlier
Revision: 88499

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
(from rev 88498, lib32-krb5/trunk/PKGBUILD)
  lib32-krb5/repos/multilib-x86_64/krb5-1.10.1-gcc47.patch
(from rev 88498, lib32-krb5/trunk/krb5-1.10.1-gcc47.patch)
  lib32-krb5/repos/multilib-x86_64/krb5-config_LDFLAGS.patch
(from rev 88498, lib32-krb5/trunk/krb5-config_LDFLAGS.patch)
Deleted:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
  lib32-krb5/repos/multilib-x86_64/krb5-1.10.1-gcc47.patch

---+
 PKGBUILD  |  131 ++--
 krb5-1.10.1-gcc47.patch   |   22 +++
 krb5-config_LDFLAGS.patch |   12 
 3 files changed, 91 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 16:58:08 UTC (rev 88498)
+++ PKGBUILD2013-04-18 16:58:15 UTC (rev 88499)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-_pkgbasename=krb5
-pkgname=lib32-$_pkgbasename
-pkgver=1.11.1
-pkgrel=1
-pkgdesc=The Kerberos network authentication system (32-bit)
-arch=('x86_64')
-url=http://web.mit.edu/kerberos/;
-license=('custom')
-depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' $_pkgbasename)
-makedepends=('perl' 'gcc-multilib')
-source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.11/${_pkgbasename}-${pkgver}-signed.tar;)
-sha1sums=('e2e759c35e775d8f03b75c26ffcaa4f2514147f5')
-options=('!emptydirs')
-
-build() {
-   tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
-   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
-
-   rm lib/krb5/krb/deltat.c
-
-   export CC=gcc -m32
-   export CXX=g++ -m32
-   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
-   export CPPFLAGS+= -I/usr/include/et
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc/krb5 \
-   --mandir=/usr/share/man \
-   --localstatedir=/var/lib \
-   --libdir=/usr/lib32 \
-   --enable-shared \
-   --with-system-et \
-   --with-system-ss \
-   --disable-rpath \
-   --without-tcl \
-   --enable-dns-for-realm \
-   --with-ldap \
-   --without-system-verto
-
-   make
-}
-
-#check() {
-   # We can't do this in the build directory.
-
-   # only works if the hostname is set properly/resolves to something. 
whatever...
-   #cd ${srcdir}/${_pkgbasename}-${pkgver}
-   #make -C src check
-#}
-
-package() {
-   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
-   make DESTDIR=${pkgdir} install
-
-   rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
-   mkdir -p $pkgdir/usr/share/licenses
-   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-krb5/repos/multilib-x86_64/PKGBUILD (from rev 88498, 
lib32-krb5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 16:58:15 UTC (rev 88499)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+_pkgbasename=krb5
+pkgname=lib32-$_pkgbasename
+pkgver=1.11.2
+pkgrel=1
+pkgdesc=The Kerberos network authentication system (32-bit)
+arch=('x86_64')
+url=http://web.mit.edu/kerberos/;
+license=('custom')
+depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' $_pkgbasename)
+makedepends=('perl' 'gcc-multilib')
+source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.11/${_pkgbasename}-${pkgver}-signed.tar;
+krb5-config_LDFLAGS.patch)
+sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
+  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa')
+options=('!emptydirs')
+
+build() {
+   tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
+   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
+
+   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+   patch -Np2 -i ${srcdir}/krb5-config_LDFLAGS.patch
+
+   rm lib/krb5/krb/deltat.c
+
+   export CC=gcc -m32
+   export CXX=g++ -m32
+   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
+   export CPPFLAGS+= -I/usr/include/et
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man \
+   --localstatedir=/var/lib \
+   --libdir=/usr/lib32 \
+   --enable-shared \
+   --with-system-et \
+   --with-system-ss \
+   --disable-rpath \
+   --without-tcl \
+   --enable-dns-for-realm \
+   --with-ldap \
+   --without-system-verto
+
+   make
+}
+
+#check() {
+   # We can't do this in the build directory.
+
+   # only works if the hostname is set properly/resolves to 

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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 19:14:00
  Author: andyrtr
Revision: 183193

upgpkg: bogofilter 1.2.3-1

upstream update 1.2.3

Modified:
  bogofilter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 16:39:00 UTC (rev 183192)
+++ PKGBUILD2013-04-18 17:14:00 UTC (rev 183193)
@@ -3,8 +3,8 @@
 # Contributor: Low Kian Seong fastmail_...@speedymail.org
 
 pkgname=bogofilter
-pkgver=1.2.2
-pkgrel=4
+pkgver=1.2.3
+pkgrel=1
 pkgdesc=A fast Bayesian spam filtering tool
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -12,7 +12,7 @@
 depends=('db' 'perl' 'gsl')
 backup=('etc/bogofilter/bogofilter.cf')
 
source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4bcabdf8c5e7efefcb508eda7e80eebc')
+md5sums=('c3ed7f483b83abcbf6d8c797084bd06e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-18 Thread Andreas Radke
Date: Thursday, April 18, 2013 @ 19:14:21
  Author: andyrtr
Revision: 183194

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 17:14:00 UTC (rev 183193)
+++ extra-i686/PKGBUILD 2013-04-18 17:14:21 UTC (rev 183194)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: tobias tob...@archlinux.org
-# Contributor: Low Kian Seong fastmail_...@speedymail.org
-
-pkgname=bogofilter
-pkgver=1.2.2
-pkgrel=4
-pkgdesc=A fast Bayesian spam filtering tool
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://bogofilter.sourceforge.net;
-depends=('db' 'perl' 'gsl')
-backup=('etc/bogofilter/bogofilter.cf')
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4bcabdf8c5e7efefcb508eda7e80eebc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc/bogofilter  \
-  --localstatedir=/var \
-  --enable-transactions
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  mv ${pkgdir}/etc/bogofilter/bogofilter.cf.example 
${pkgdir}/etc/bogofilter/bogofilter.cf
-
-  install -dm755 ${pkgdir}/usr/share/${pkgname}/contrib
-  install -m644 contrib/* ${pkgdir}/usr/share/${pkgname}/contrib/
-}

Copied: bogofilter/repos/extra-i686/PKGBUILD (from rev 183193, 
bogofilter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 17:14:21 UTC (rev 183194)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Low Kian Seong fastmail_...@speedymail.org
+
+pkgname=bogofilter
+pkgver=1.2.3
+pkgrel=1
+pkgdesc=A fast Bayesian spam filtering tool
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://bogofilter.sourceforge.net;
+depends=('db' 'perl' 'gsl')
+backup=('etc/bogofilter/bogofilter.cf')
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('c3ed7f483b83abcbf6d8c797084bd06e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc/bogofilter  \
+  --localstatedir=/var \
+  --enable-transactions
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  mv ${pkgdir}/etc/bogofilter/bogofilter.cf.example 
${pkgdir}/etc/bogofilter/bogofilter.cf
+
+  install -dm755 ${pkgdir}/usr/share/${pkgname}/contrib
+  install -m644 contrib/* ${pkgdir}/usr/share/${pkgname}/contrib/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-18 17:14:00 UTC (rev 183193)
+++ extra-x86_64/PKGBUILD   2013-04-18 17:14:21 UTC (rev 183194)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: tobias tob...@archlinux.org
-# Contributor: Low Kian Seong fastmail_...@speedymail.org
-
-pkgname=bogofilter
-pkgver=1.2.2
-pkgrel=4
-pkgdesc=A fast Bayesian spam filtering tool
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://bogofilter.sourceforge.net;
-depends=('db' 'perl' 'gsl')
-backup=('etc/bogofilter/bogofilter.cf')
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4bcabdf8c5e7efefcb508eda7e80eebc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc/bogofilter  \
-  --localstatedir=/var \
-  --enable-transactions
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  mv ${pkgdir}/etc/bogofilter/bogofilter.cf.example 
${pkgdir}/etc/bogofilter/bogofilter.cf
-
-  install -dm755 ${pkgdir}/usr/share/${pkgname}/contrib
-  install -m644 contrib/* ${pkgdir}/usr/share/${pkgname}/contrib/
-}

Copied: bogofilter/repos/extra-x86_64/PKGBUILD (from rev 183193, 
bogofilter/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-18 17:14:21 UTC (rev 183194)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Low 

[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2013-04-18 Thread Evangelos Foutras
Date: Thursday, April 18, 2013 @ 20:34:10
  Author: foutrelis
Revision: 88500

upgpkg: virtualbox-modules-lts 4.2.12-2

Linux LTS 3.0.74 rebuild.

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 16:58:15 UTC (rev 88499)
+++ PKGBUILD2013-04-18 18:34:10 UTC (rev 88500)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.2.12
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



[arch-commits] Commit in virtualbox-modules-lts/repos (10 files)

2013-04-18 Thread Evangelos Foutras
Date: Thursday, April 18, 2013 @ 20:34:33
  Author: foutrelis
Revision: 88501

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

Added:
  virtualbox-modules-lts/repos/community-testing-i686/
  virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD
(from rev 88500, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-i686/build.sh
(from rev 88500, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install
(from rev 88500, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install
(from rev 88500, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-testing-x86_64/
  virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 88500, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-x86_64/build.sh
(from rev 88500, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install
(from rev 88500, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install
(from rev 88500, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)

---+
 community-testing-i686/PKGBUILD   |   70 ++
 community-testing-i686/build.sh   |   25 +++
 community-testing-i686/virtualbox-guest-modules-lts.install   |   16 ++
 community-testing-i686/virtualbox-host-modules-lts.install|   18 ++
 community-testing-x86_64/PKGBUILD |   70 ++
 community-testing-x86_64/build.sh |   25 +++
 community-testing-x86_64/virtualbox-guest-modules-lts.install |   16 ++
 community-testing-x86_64/virtualbox-host-modules-lts.install  |   18 ++
 8 files changed, 258 insertions(+)

Copied: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD (from rev 
88500, virtualbox-modules-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-18 18:34:33 UTC (rev 88501)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Sébastien Luttringer
+
+pkgbase=virtualbox-modules-lts
+pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
+pkgver=4.2.12
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-lts-headers'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver
+ 'expac'
+ 'bc')
+
+build() {
+  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
+
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules-lts(){
+  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
+  _extraver=extramodules-${_kernver%.*}-lts
+
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=(linux-lts=${_kernver%.*} linux-lts$(echo 
${_kernver%.*}+0.1|bc))
+  replaces=('virtualbox-modules-lts')
+  conflicts=('virtualbox-modules-lts')
+  provides=(virtualbox-host-modules=$pkgver)
+  install=virtualbox-host-modules-lts.install
+
+  install -dm755 $pkgdir/usr/lib/modules/$_extraver
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -m644 * $pkgdir/usr/lib/modules/$_extraver
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+  sed -ie s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/ 
$startdir/virtualbox-host-modules-lts.install
+}
+
+package_virtualbox-guest-modules-lts(){
+  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
+  _extraver=extramodules-${_kernver%.*}-lts
+
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=(linux-lts=${_kernver%.*} linux-lts$(echo 
${_kernver%.*}+0.1|bc))
+  replaces=('virtualbox-archlinux-modules-lts')
+  conflicts=('virtualbox-archlinux-modules-lts')
+  provides=(virtualbox-host-modules=$pkgver)
+  install=virtualbox-guest-modules-lts.install
+
+  install -dm755 $pkgdir/usr/lib/modules/$_extraver
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -m644 * $pkgdir/usr/lib/modules/$_extraver
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+  sed -ie 

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

2013-04-18 Thread Eric Bélanger
Date: Thursday, April 18, 2013 @ 21:50:49
  Author: eric
Revision: 183195

upgpkg: ibus 1.5.2-1

Upstream update

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 17:14:21 UTC (rev 183194)
+++ PKGBUILD2013-04-18 19:50:49 UTC (rev 183195)
@@ -5,7 +5,7 @@
 # Maintainer: Brad Fanella bradfane...@archlinux.us
 
 pkgname=ibus
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc=Next Generation Input Bus for Linux
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!libtool')
 install=ibus.install
 source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('31d732c17d0a103565fa29995c5610e8be8b2dca')
+sha1sums=('a7e1695731b4c954fa8897d091e6dda64e08b28c')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-04-18 Thread Eric Bélanger
Date: Thursday, April 18, 2013 @ 21:51:15
  Author: eric
Revision: 183196

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

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

---+
 /PKGBUILD |   78 
 /ibus.install |   34 +++
 extra-i686/PKGBUILD   |   39 --
 extra-i686/ibus.install   |   17 -
 extra-x86_64/PKGBUILD |   39 --
 extra-x86_64/ibus.install |   17 -
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-18 19:50:49 UTC (rev 183195)
+++ extra-i686/PKGBUILD 2013-04-18 19:51:15 UTC (rev 183196)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Rainy rainylau(at)gmail(dot)com
-# Contributor: Lee.MaRS leemars at gmail dot com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-
-pkgname=ibus
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=Next Generation Input Bus for Linux
-arch=('i686' 'x86_64')
-url=http://ibus.googlecode.com;
-license=('LGPL')
-depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-xdg' 'python2-gobject')
-makedepends=('gobject-introspection' 'vala' 'dconf' 'iso-codes' 'intltool')
-options=('!libtool')
-install=ibus.install
-source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('31d732c17d0a103565fa29995c5610e8be8b2dca')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ibus \
---sysconfdir=/etc \
---disable-gconf \
---enable-dconf \
---disable-memconf \
---enable-ui \
---enable-python-library
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ibus/repos/extra-i686/PKGBUILD (from rev 183195, ibus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-18 19:51:15 UTC (rev 183196)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Rainy rainylau(at)gmail(dot)com
+# Contributor: Lee.MaRS leemars at gmail dot com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=ibus
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=Next Generation Input Bus for Linux
+arch=('i686' 'x86_64')
+url=http://ibus.googlecode.com;
+license=('LGPL')
+depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-xdg' 'python2-gobject')
+makedepends=('gobject-introspection' 'vala' 'dconf' 'iso-codes' 'intltool')
+options=('!libtool')
+install=ibus.install
+source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('a7e1695731b4c954fa8897d091e6dda64e08b28c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--disable-memconf \
+--enable-ui \
+--enable-python-library
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/ibus.install
===
--- extra-i686/ibus.install 2013-04-18 19:50:49 UTC (rev 183195)
+++ extra-i686/ibus.install 2013-04-18 19:51:15 UTC (rev 183196)
@@ -1,17 +0,0 @@
-post_install() {
-gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
-gtk-query-immodules-3.0 --update-cache 
-
-gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_remove() {
-gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
-gtk-query-immodules-3.0 --update-cache 
-
-gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: ibus/repos/extra-i686/ibus.install (from rev 183195, 
ibus/trunk/ibus.install)
===
--- extra-i686/ibus.install (rev 0)
+++ extra-i686/ibus.install 2013-04-18 19:51:15 UTC (rev 183196)
@@ -0,0 +1,17 @@
+post_install() {
+gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
+gtk-query-immodules-3.0 --update-cache 
+
+gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_remove() {
+

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

2013-04-18 Thread Eric Bélanger
Date: Thursday, April 18, 2013 @ 22:29:41
  Author: eric
Revision: 88502

upgpkg: youtube-dl 2013.04.18-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 18:34:33 UTC (rev 88501)
+++ PKGBUILD2013-04-18 20:29:41 UTC (rev 88502)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2013.04.11
+pkgver=2013.04.18
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python')
 makedepends=('python-distribute')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('6c5119cf3a80ab0dbba63ea63ab6a9dba8b5e3a2'
+sha1sums=('e1388be0c10541c951ec65a21d4ba2ad18cd2b2d'
   'SKIP')
 
 prepare() {



[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2013-04-18 Thread Eric Bélanger
Date: Thursday, April 18, 2013 @ 22:30:08
  Author: eric
Revision: 88503

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 88502, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-18 20:29:41 UTC (rev 88502)
+++ PKGBUILD2013-04-18 20:30:08 UTC (rev 88503)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2013.04.11
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python')
-makedepends=('python-distribute')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('6c5119cf3a80ab0dbba63ea63ab6a9dba8b5e3a2'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}//usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}//usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 88502, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-18 20:30:08 UTC (rev 88503)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2013.04.18
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python')
+makedepends=('python-distribute')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('e1388be0c10541c951ec65a21d4ba2ad18cd2b2d'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:47:03
  Author: remy
Revision: 183197

upgpkg: texlive-bibtexextra 2012.29663-1

- upgrade package amsrefs 26387 - 29326
- upgrade package beebe 27123 - 29349
- upgrade package biber 28241 - 28798
- upgrade package bibexport 26313 - 29349
- upgrade package biblatex 28161 - 28797
- upgrade package biblatex-apa 27057 - 28699
- upgrade package biblatex-caspervector 28244 - 29577
- upgrade package biblatex-chem 27440 - 29089
- upgrade package biblatex-chicago 27254 - 29410
- upgrade package biblatex-fiwi 27096 - 29578
- new package biblatex-gost
- upgrade package biblatex-ieee 27972 - 29068
- upgrade package biblatex-juradiss 27195 - 29252
- upgrade package biblatex-nature 27234 - 28969
- upgrade package biblatex-philosophy 26219 - 29571
- upgrade package biblatex-phys 27176 - 29139
- upgrade package biblatex-science 27441 - 28970
- upgrade package biblatex-swiss-legal 26210 - 28659
- upgrade package chscite 26383 - 28552
- upgrade package francais-bst 28003 - 29464
- upgrade package listbib 26126 - 29349
- new package uni-wtal-lin

Modified:
  texlive-bibtexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 19:51:15 UTC (rev 183196)
+++ PKGBUILD2013-04-18 23:47:03 UTC (rev 183197)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-bibtexextra
-pkgver=2012.28244
+pkgver=2012.29663
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Additional BibTeX styles and bibliography databases
@@ -14,7 +14,7 @@
 source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=(!strip)
 install=texlive.install
-md5sums=('aac97c2fa380d2b3d060887455781625')
+md5sums=('cc8ae987337a2d88dffcc9bc5d251a2e')
 
 build() {
cd $srcdir



[arch-commits] Commit in texlive-bibtexextra/repos (3 files)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:47:05
  Author: remy
Revision: 183198

archrelease: copy trunk to testing-any

Added:
  texlive-bibtexextra/repos/testing-any/
  texlive-bibtexextra/repos/testing-any/PKGBUILD
(from rev 183197, texlive-bibtexextra/trunk/PKGBUILD)
  texlive-bibtexextra/repos/testing-any/texlive.install
(from rev 183197, texlive-bibtexextra/trunk/texlive.install)

-+
 PKGBUILD|   48 
 texlive.install |   12 
 2 files changed, 60 insertions(+)

Copied: texlive-bibtexextra/repos/testing-any/PKGBUILD (from rev 183197, 
texlive-bibtexextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:47:05 UTC (rev 183198)
@@ -0,0 +1,48 @@
+# Contributor: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-bibtexextra
+pkgver=2012.29663
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Additional BibTeX styles and bibliography databases
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=(!strip)
+install=texlive.install
+md5sums=('cc8ae987337a2d88dffcc9bc5d251a2e')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/bibexport/bibexport.sh 
$pkgdir/usr/bin/bibexport
+   ln -s /usr/share/texmf-dist/scripts/listbib/listbib $pkgdir/usr/bin/listbib
+   ln -s /usr/share/texmf-dist/scripts/urlbst/urlbst $pkgdir/usr/bin/urlbst
+}

Copied: texlive-bibtexextra/repos/testing-any/texlive.install (from rev 183197, 
texlive-bibtexextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:47:05 UTC (rev 183198)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in texlive-core/trunk (PKGBUILD texlive-core.maps)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:47:39
  Author: remy
Revision: 183199

upgpkg: texlive-core 2012.29661-1

- upgrade package adhocfilelist 28038 - 29349
- upgrade package amscls 26388 - 29207
- upgrade package amsfonts 26315 - 29208
- upgrade package amsmath 26389 - 29327
- new package arara
- upgrade package avantgar 21993 - 28614
- new package backnaur
- upgrade package beamer 28273 - 29349
- upgrade package bidi 28144 - 29650
- upgrade package bookman 21993 - 28614
- upgrade package caption 25657 - 29026
- upgrade package checkcites 26313 - 28572
- upgrade package chickenize 27720 - 29232
- upgrade package cm 24956 - 29581
- upgrade package context 26863 - 28782
- upgrade package context-algorithmic 23167 - 28580
- upgrade package context-filter 27157 - 29599
- upgrade package context-fixme 23167 - 29341
- upgrade package context-letter 27787 - 28899
- upgrade package context-rst 27236 - 29575
- upgrade package context-ruby 23167 - 28434
- upgrade package context-simplefonts 27171 - 29229
- upgrade package context-simpleslides 25389 - 28300
- upgrade package courier 21993 - 28614
- upgrade package cs 15878 - 28598
- upgrade package cslatex 23409 - 28596
- upgrade package csplain 22650 - 29081
- upgrade package drv 21499 - 29349
- new package dtxgen
- upgrade package dviincl 15878 - 29349
- upgrade package dvips 28191 - 29585
- upgrade package enctex 16881 - 28602
- upgrade package epsincl 15878 - 29349
- upgrade package expressg 15878 - 29349
- upgrade package featpost 26049 - 29349
- new package feynmp-auto
- upgrade package findhyph 28254 - 28350
- upgrade package fontinst 27335 - 29349
- upgrade package fontools 28093 - 29051
- upgrade package fontspec 26230 - 29412
- upgrade package glyphlist 19874 - 28576
- upgrade package helvetic 28007 - 28614
- upgrade package hyph-utf8 26771 - 29641
- upgrade package hyphenex 26276 - 29349
- upgrade package iftex 18833 - 29654
- upgrade package installfont 25205 - 29349
- upgrade package l3experimental 27900 - 29361
- upgrade package l3kernel 27898 - 29409
- upgrade package l3packages 27899 - 29361
- upgrade package latex-fonts 15207 - 2
- upgrade package latexconfig 26375 - 28991
- upgrade package latexdiff 16433 - 28564
- upgrade package latexfileversion 25012 - 29349
- upgrade package latexpand 27025 - 28402
- upgrade package listings-ext 19195 - 29349
- upgrade package lm-math 28082 - 29044
- new package ltxfileinfo
- upgrade package lua-alt-getopt 17228 - 29349
- upgrade package lua2dox 27205 - 29349
- upgrade package lualatex-math 28101 - 29346
- upgrade package marvosym 25926 - 29349
- upgrade package mfpic 21800 - 28444
- upgrade package mh 26294 - 29420
- upgrade package microtype 16687 - 29392
- upgrade package mp3d 21771 - 29349
- upgrade package mpgraphics 27230 - 29655
- upgrade package ncntrsbk 21993 - 28614
- upgrade package palatino 21993 - 28614
- upgrade package pdfcrop 28175 - 29348
- upgrade package pdfjam 20459 - 29349
- upgrade package pdftex 28191 - 29585
- new package pfarrei
- upgrade package pstools 27328 - 29349
- upgrade package realscripts 19976 - 29423
- new package skmath
- new package spelling
- upgrade package symbol 21570 - 28614
- upgrade package tabvar 25665 - 28908
- upgrade package tetex 28191 - 29585
- upgrade package tex-gyre-math 28081 - 29045
- upgrade package texdoc 27321 - 28738
- upgrade package texinfo 28224 - 29349
- upgrade package times 21993 - 28614
- upgrade package tipa 25247 - 29349
- upgrade package typeoutfileinfo 27846 - 29349
- upgrade package unicode-math 27257 - 29413
- upgrade package xecjk 28115 - 28816
- upgrade package xecolor 24140 - 29660
- upgrade package xepersian 28145 - 29661
- upgrade package xetex-def 16192 - 29154
- new package xetex-tibetan
- upgrade package xetexconfig 26762 - 28819
- upgrade package zapfchan 21993 - 28614
- upgrade package zapfding 21570 - 28614
- deleted package lmextra

Modified:
  texlive-core/trunk/PKGBUILD
  texlive-core/trunk/texlive-core.maps

---+
 PKGBUILD  |6 +++---
 texlive-core.maps |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:47:05 UTC (rev 183198)
+++ PKGBUILD2013-04-18 23:47:39 UTC (rev 183199)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-core
-pkgver=2012.28273
+pkgver=2012.29661
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live core distribution
@@ -27,8 +27,8 @@
 options=(!strip)
 install=texlive.install
 #backup=(etc/texmf/tex/context/config/cont-usr.tex)
-md5sums=('42ce6cf5a7728f2ebb9a1a2bbf9dc4ed'
- '82c03f7226e1df4440f30c89c05ee653')
+md5sums=('4126fad75c577f5b067e612214039c93'
+ '306ab28bb9b070fc3e40d86d28ea7e8e')
 
 build() {
cd $srcdir

Modified: texlive-core.maps
===
--- texlive-core.maps   2013-04-18 23:47:05 UTC (rev 183198)
+++ texlive-core.maps 

[arch-commits] Commit in texlive-core/repos (5 files)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:47:43
  Author: remy
Revision: 183200

archrelease: copy trunk to testing-any

Added:
  texlive-core/repos/testing-any/
  texlive-core/repos/testing-any/Changelog
(from rev 183199, texlive-core/trunk/Changelog)
  texlive-core/repos/testing-any/PKGBUILD
(from rev 183199, texlive-core/trunk/PKGBUILD)
  texlive-core/repos/testing-any/texlive-core.maps
(from rev 183199, texlive-core/trunk/texlive-core.maps)
  texlive-core/repos/testing-any/texlive.install
(from rev 183199, texlive-core/trunk/texlive.install)

---+
 Changelog |  376 
 PKGBUILD  |  146 
 texlive-core.maps |   46 ++
 texlive.install   |   58 
 4 files changed, 626 insertions(+)

Copied: texlive-core/repos/testing-any/Changelog (from rev 183199, 
texlive-core/trunk/Changelog)
===
--- testing-any/Changelog   (rev 0)
+++ testing-any/Changelog   2013-04-18 23:47:43 UTC (rev 183200)
@@ -0,0 +1,376 @@
+texlive-core 2012.28273
+
+- new package a2ping
+- new package adhocfilelist
+- new package basque-book
+- upgrade package beamer 26788 - 28273
+- upgrade package bibleref-french 25516 - 27098
+- upgrade package bidi 26822 - 28144
+- new package bropd
+- upgrade package chickenize 26702 - 27720
+- upgrade package context-filter 26471 - 27157
+- upgrade package context-gantt 25712 - 27472
+- upgrade package context-gnuplot 26852 - 27837
+- upgrade package context-letter 26753 - 27787
+- upgrade package context-rst 24199 - 27236
+- upgrade package context-simplefonts 25094 - 27171
+- upgrade package context-vim 26873 - 27374
+- upgrade package dvips 26765 - 28191
+- upgrade package findhyph 26313 - 28254
+- upgrade package fontinst 26689 - 27335
+- upgrade package fontools 25995 - 28093
+- upgrade package genmisc 20683 - 27208
+- upgrade package helvetic 21993 - 28007
+- upgrade package hyperref 26331 - 28213
+- upgrade package interpreter 24740 - 27232
+- upgrade package isomath 21296 - 27654
+- upgrade package koma-script 26455 - 27255
+- upgrade package l3experimental 26109 - 27900
+- upgrade package l3kernel 26111 - 27898
+- upgrade package l3packages 26110 - 27899
+- upgrade package latex 23639 - 27907
+- upgrade package latexmk 26313 - 28264
+- new package latexpand
+- upgrade package lm 23165 - 28119
+- new package lm-math
+- new package lua-check-hyphen
+- new package lua2dox
+- upgrade package lualatex-math 24009 - 28101
+- new package luaxml
+- upgrade package mf2pt1 25811 - 27032
+- upgrade package mpgraphics 22142 - 27230
+- new package odsfile
+- upgrade package pdfcrop 26313 - 28175
+- upgrade package pdfpages 25883 - 27574
+- new package pdftex
+- new package pdftools
+- new package pstools
+- new package ptext
+- upgrade package rec-thy 20909 - 27225
+- upgrade package sty2dtx 26313 - 28206
+- upgrade package tetex 26892 - 28191
+- upgrade package tex-gyre-math 26838 - 28081
+- upgrade package texdoc 26780 - 27321
+- upgrade package texinfo 26886 - 28224
+- upgrade package typeoutfileinfo 26313 - 27846
+- new package ucharclasses
+- upgrade package unicode-math 26720 - 27257
+- upgrade package xecjk 26553 - 28115
+- upgrade package xepersian 26823 - 28145
+- upgrade package xkeyval 15878 - 27995
+- upgrade package ytableau 21264 - 27430
+- deleted package luapersian
+
+texlive-core 2012.26892
+
+- TEXLive 2012 release.
+
+texlive-core 2011.24722
+
+- upgrade package amscls 22145 - 23392
+- upgrade package amsmath 22147 - 23390
+- upgrade package babel 22149 - 23397
+- upgrade package beamer 19443 - 24067
+- upgrade package bibleref-french 22077 - 24267
+- upgrade package bidi 22125 - 24680
+- upgrade package caption 16715 - 24571
+- upgrade package cmarrows 15878 - 24378
+- upgrade package context 23169 - 24174
+- upgrade package context-filter 23170 - 24389
+- upgrade package context-french 23167 - 24582
+- new package context-gantt
+- upgrade package context-gnuplot 23167 - 24028
+- upgrade package context-letter 23167 - 24045
+- upgrade package context-rst 23167 - 24199
+- upgrade package context-simplefonts 23167 - 23369
+- upgrade package context-simpleslides 23167 - 24165
+- upgrade package context-typescripts 23167 - 24492
+- upgrade package context-vim 23167 - 24359
+- upgrade package cslatex 22650 - 23409
+- upgrade package ctable 22269 - 23834
+- new package ctanify
+- new package ctanupload
+- upgrade package dehyph-exptl 18640 - 23403
+- new package dhua
+- upgrade package dvips 23089 - 24563
+- upgrade package emp 15878 - 23483
+- new package facture
+- new package fontbook
+- upgrade package fontname 23088 - 24661
+- upgrade package fontools 20048 - 23329
+- upgrade package fontspec 21527 - 24114
+- upgrade package frontespizio 21648 - 24054
+- upgrade package graphics 22151 - 23395
+- upgrade package hatching 18486 - 23818
+- upgrade package hyperref 22110 - 24686

[arch-commits] Commit in texlive-fontsextra/trunk (PKGBUILD texlive-fontsextra.maps)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:48:09
  Author: remy
Revision: 183201

upgpkg: texlive-fontsextra 2012.29646-1

- new package aecc
- upgrade package brushscr 15878 - 28363
- upgrade package cabin 28219 - 28942
- upgrade package dejavu 24513 - 28800
- upgrade package dice 15878 - 28501
- new package ebgaramond
- upgrade package eco 15878 - 29349
- new package fontawesome
- upgrade package fouriernc 15878 - 29646
- upgrade package gentium 20033 - 29349
- upgrade package gfsbodoni 27976 - 28484
- upgrade package gnu-freefont 26232 - 29349
- upgrade package hfbright 25054 - 29349
- upgrade package hfoldsty 25011 - 29349
- upgrade package junicode 25896 - 28286
- upgrade package libertine 28048 - 29099
- new package librebaskerville
- upgrade package mdsymbol 25049 - 28399
- new package newpx
- upgrade package newtx 28112 - 29551
- upgrade package oldstandard 19512 - 29349
- upgrade package paratype 26866 - 29629
- upgrade package quattrocento 28220 - 28957
- upgrade package sansmathaccent 26200 - 29541
- upgrade package sourcecodepro 28187 - 28866
- upgrade package sourcesanspro 28188 - 28694
- upgrade package superiors 27419 - 29169
- deleted package biolinum-type1
- deleted package libertine-type1
- deleted package libertineotf
- deleted package psafm

Modified:
  texlive-fontsextra/trunk/PKGBUILD
  texlive-fontsextra/trunk/texlive-fontsextra.maps

-+
 PKGBUILD|6 +++---
 texlive-fontsextra.maps |7 +--
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:47:43 UTC (rev 183200)
+++ PKGBUILD2013-04-18 23:48:09 UTC (rev 183201)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng remy.archlinux.org
 
 pkgname=texlive-fontsextra
-pkgver=2012.28268
+pkgver=2012.29646
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - all sorts of extra fonts
@@ -14,8 +14,8 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('2c900d7eaa4506b057e25be64b4ad24b'
- 'd1d90a08bbea59c2f925a4b07c355828')
+md5sums=('25d99fb9897513ceb2ae19f078ad750c'
+ 'c57e28ee1d2481b7e14685c70d8e6a51')
 
 build() {
cd $srcdir

Modified: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2013-04-18 23:47:43 UTC (rev 183200)
+++ texlive-fontsextra.maps 2013-04-18 23:48:09 UTC (rev 183201)
@@ -6,6 +6,7 @@
 Map BulletsADF.map
 Map Carrickc.map
 Map CountriesOfEurope.map
+Map EBGaramond.map
 Map ESSTIX.map
 Map Eichenla.map
 Map Eileen.map
@@ -16,6 +17,7 @@
 Map Kinigcap.map
 Map Konanur.map
 Map Kramer.map
+Map LibreBaskerville.map
 Map MnSymbol.map
 Map MorrisIn.map
 Map Nouveaud.map
@@ -41,7 +43,6 @@
 Map belleek.map
 Map bera.map
 Map bguq.map
-Map biolinum-type1.map
 Map boondox.map
 Map cabin.map
 Map calligra.map
@@ -80,13 +81,14 @@
 Map kpfonts.map
 Map kurier.map
 Map lato.map
-Map libertine-type1.map
+Map libertine.map
 Map linearA.map
 Map mathabx.map
 Map mdbch.map
 Map mdput.map
 Map mdsymbol.map
 Map mdugm.map
+Map newpx.map
 Map newtx.map
 Map ocrb.map
 Map opensans.map
@@ -95,6 +97,7 @@
 Map phaistos.map
 Map prodint.map
 Map pxtx.map
+Map quattrocento.map
 Map recycle.map
 Map rsfso.map
 Map sansmathaccent.map



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:48:12
  Author: remy
Revision: 183202

archrelease: copy trunk to testing-any

Added:
  texlive-fontsextra/repos/testing-any/
  texlive-fontsextra/repos/testing-any/PKGBUILD
(from rev 183201, texlive-fontsextra/trunk/PKGBUILD)
  texlive-fontsextra/repos/testing-any/texlive-fontsextra.maps
(from rev 183201, texlive-fontsextra/trunk/texlive-fontsextra.maps)
  texlive-fontsextra/repos/testing-any/texlive.install
(from rev 183201, texlive-fontsextra/trunk/texlive.install)

-+
 PKGBUILD|   52 ++
 texlive-fontsextra.maps |  128 ++
 texlive.install |   52 ++
 3 files changed, 232 insertions(+)

Copied: texlive-fontsextra/repos/testing-any/PKGBUILD (from rev 183201, 
texlive-fontsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:48:12 UTC (rev 183202)
@@ -0,0 +1,52 @@
+# Maintainer: Rémy Oudompheng remy.archlinux.org
+
+pkgname=texlive-fontsextra
+pkgver=2012.29646
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - all sorts of extra fonts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('25d99fb9897513ceb2ae19f078ad750c'
+ 'c57e28ee1d2481b7e14685c70d8e6a51')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd $srcdir
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   
+   # remove stuff depending on omega/aleph
+   rm -rf $pkgdir/usr/share/texmf-dist/omega
+   find $pkgdir/ -wholename '*ocherokee*' -delete
+   find $pkgdir/ -wholename '*oinuit*' -delete
+}

Copied: texlive-fontsextra/repos/testing-any/texlive-fontsextra.maps (from rev 
183201, texlive-fontsextra/trunk/texlive-fontsextra.maps)
===
--- testing-any/texlive-fontsextra.maps (rev 0)
+++ testing-any/texlive-fontsextra.maps 2013-04-18 23:48:12 UTC (rev 183202)
@@ -0,0 +1,128 @@
+Map Acorn.map
+Map AnnSton.map
+Map ArrowsADF.map
+Map ArtNouv.map
+Map ArtNouvc.map
+Map BulletsADF.map
+Map Carrickc.map
+Map CountriesOfEurope.map
+Map EBGaramond.map
+Map ESSTIX.map
+Map Eichenla.map
+Map Eileen.map
+Map EileenBl.map
+Map Elzevier.map
+Map GotIn.map
+Map GoudyIn.map
+Map Kinigcap.map
+Map Konanur.map
+Map Kramer.map
+Map LibreBaskerville.map
+Map MnSymbol.map
+Map MorrisIn.map
+Map Nouveaud.map
+Map OrnementsADF.map
+Map Romantik.map
+Map Rothdn.map
+Map RoyalIn.map
+Map Sanremo.map
+Map SourceCodePro.map
+Map SourceSansPro.map
+Map Starburst.map
+Map Typocaps.map
+Map Zallman.map
+Map antt.map
+Map ap.map
+Map archaicprw.map
+Map arev.map
+Map ascii.map
+Map aspectratio.map
+Map augie.map
+Map auncial.map
+Map aurical.map
+Map belleek.map
+Map bera.map
+Map bguq.map
+Map boondox.map
+Map cabin.map
+Map calligra.map
+Map cantarell.map
+Map ccicons.map
+Map clm.map
+Map cm-lgc.map
+Map cmin.map
+Map comfortaa.map
+Map cyklop.map
+Map dejavu-type1.map
+Map dictsym.map
+Map droid.map
+Map dstroke.map
+Map dutchcal.map
+Map epigrafica.map
+Map esvect.map
+Map fdsymbol.map
+Map fge.map
+Map fi4.map
+Map foekfont.map
+Map fonetika.map
+Map fourier-utopia-expert.map
+Map fourier.map
+Map frcursive.map
+Map gfsartemisia.map
+Map gfsbodoni.map
+Map gfscomplutum.map
+Map gfsdidot.map
+Map gfsneohellenic.map
+Map gfssolomos.map
+Map gptimes.map
+Map hacm.map
+Map icelandic.map
+Map iwona.map
+Map kpfonts.map
+Map kurier.map
+Map lato.map
+Map libertine.map
+Map linearA.map
+Map mathabx.map
+Map mdbch.map
+Map mdput.map
+Map mdsymbol.map
+Map mdugm.map
+Map newpx.map
+Map newtx.map
+Map ocrb.map
+Map opensans.map
+Map paratype-type1.map
+Map pbsi.map
+Map 

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:48:40
  Author: remy
Revision: 183203

upgpkg: texlive-formatsextra 2012.29110-1

- upgrade package eplain 26689 - 29110

Modified:
  texlive-formatsextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:48:12 UTC (rev 183202)
+++ PKGBUILD2013-04-18 23:48:40 UTC (rev 183203)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-formatsextra
-pkgver=2012.26689
+pkgver=2012.29110
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - collection of extra TeX 'formats'
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('e9e2f607b98edf6350870fa96d837dbc')
+md5sums=('1228ec6c25f7357f9d64e4dacb74e5ef')
 
 build() {
cd $srcdir



[arch-commits] Commit in texlive-formatsextra/repos (3 files)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:48:42
  Author: remy
Revision: 183204

archrelease: copy trunk to testing-any

Added:
  texlive-formatsextra/repos/testing-any/
  texlive-formatsextra/repos/testing-any/PKGBUILD
(from rev 183203, texlive-formatsextra/trunk/PKGBUILD)
  texlive-formatsextra/repos/testing-any/texlive.install
(from rev 183203, texlive-formatsextra/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-formatsextra/repos/testing-any/PKGBUILD (from rev 183203, 
texlive-formatsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:48:42 UTC (rev 183204)
@@ -0,0 +1,45 @@
+# Contributor: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-formatsextra
+pkgver=2012.29110
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - collection of extra TeX 'formats'
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('1228ec6c25f7357f9d64e4dacb74e5ef')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-formatsextra/repos/testing-any/texlive.install (from rev 
183203, texlive-formatsextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:48:42 UTC (rev 183204)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:49:11
  Author: remy
Revision: 183205

upgpkg: texlive-games 2012.29679-1

- upgrade package chess-problem-diagrams 28243 - 28303
- upgrade package go 15878 - 28628
- new package logicpuzzle
- upgrade package schwalbe-chess 26207 - 29140

Modified:
  texlive-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:48:42 UTC (rev 183204)
+++ PKGBUILD2013-04-18 23:49:11 UTC (rev 183205)
@@ -2,7 +2,7 @@
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-games
-pkgver=2012.28243
+pkgver=2012.29679
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Setups for typesetting various board games, including 
chess
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('6d5df3fbe3eda5a3a35dea25bee04f5d'
+md5sums=('8756a1571dc19e94296e0b071b0b6c0f'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {



[arch-commits] Commit in texlive-games/repos (5 files)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:49:13
  Author: remy
Revision: 183206

archrelease: copy trunk to testing-any

Added:
  texlive-games/repos/testing-any/
  texlive-games/repos/testing-any/Changelog
(from rev 183205, texlive-games/trunk/Changelog)
  texlive-games/repos/testing-any/PKGBUILD
(from rev 183205, texlive-games/trunk/PKGBUILD)
  texlive-games/repos/testing-any/texlive-games.maps
(from rev 183205, texlive-games/trunk/texlive-games.maps)
  texlive-games/repos/testing-any/texlive.install
(from rev 183205, texlive-games/trunk/texlive.install)

+
 Changelog  |   11 ++
 PKGBUILD   |   48 +++
 texlive-games.maps |1 
 texlive.install|   52 +++
 4 files changed, 112 insertions(+)

Copied: texlive-games/repos/testing-any/Changelog (from rev 183205, 
texlive-games/trunk/Changelog)
===
--- testing-any/Changelog   (rev 0)
+++ testing-any/Changelog   2013-04-18 23:49:13 UTC (rev 183206)
@@ -0,0 +1,11 @@
+texlive-games 2012.28243
+
+- upgrade package chess-problem-diagrams 26206 - 28243
+
+texlive-games 2011.24714
+
+- upgrade package chess-problem-diagrams 15878 - 23555
+- new package gamebook
+- new package othelloboard
+- new package schwalbe-chess
+

Copied: texlive-games/repos/testing-any/PKGBUILD (from rev 183205, 
texlive-games/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:49:13 UTC (rev 183206)
@@ -0,0 +1,48 @@
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Maintainer: Firmicus firmicus āt gmx dōt net
+
+pkgname=texlive-games
+pkgver=2012.29679
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Setups for typesetting various board games, including 
chess
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('8756a1571dc19e94296e0b071b0b6c0f'
+ '387a994c27b49be1ac3cf64a8f9ab155')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd $srcdir
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-games/repos/testing-any/texlive-games.maps (from rev 183205, 
texlive-games/trunk/texlive-games.maps)
===
--- testing-any/texlive-games.maps  (rev 0)
+++ testing-any/texlive-games.maps  2013-04-18 23:49:13 UTC (rev 183206)
@@ -0,0 +1 @@
+Map SkakNew.map

Copied: texlive-games/repos/testing-any/texlive.install (from rev 183205, 
texlive-games/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:49:13 UTC (rev 183206)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-games
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:49:36
  Author: remy
Revision: 183207

upgpkg: texlive-genericextra 2012.29501-1

- upgrade package dirtree 28171 - 28524
- upgrade package dowith 27125 - 29501
- upgrade package gates 26675 - 28502
- upgrade package navigator 21194 - 29067
- new package schemata
- upgrade package xlop 22096 - 29236
- deleted package multi

Modified:
  texlive-genericextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:49:13 UTC (rev 183206)
+++ PKGBUILD2013-04-18 23:49:36 UTC (rev 183207)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-genericextra
-pkgver=2012.28210
+pkgver=2012.29501
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - mixed bag of generic macro packages and fonts
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('07639509154ef620b97995568619b634')
+md5sums=('455d74c05ef891d25403597996c49a94')
 
 build() {
cd $srcdir



[arch-commits] Commit in texlive-genericextra/repos (3 files)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:49:37
  Author: remy
Revision: 183208

archrelease: copy trunk to testing-any

Added:
  texlive-genericextra/repos/testing-any/
  texlive-genericextra/repos/testing-any/PKGBUILD
(from rev 183207, texlive-genericextra/trunk/PKGBUILD)
  texlive-genericextra/repos/testing-any/texlive.install
(from rev 183207, texlive-genericextra/trunk/texlive.install)

-+
 PKGBUILD|   46 ++
 texlive.install |   12 
 2 files changed, 58 insertions(+)

Copied: texlive-genericextra/repos/testing-any/PKGBUILD (from rev 183207, 
texlive-genericextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:49:37 UTC (rev 183208)
@@ -0,0 +1,46 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-genericextra
+pkgver=2012.29501
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - mixed bag of generic macro packages and fonts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('455d74c05ef891d25403597996c49a94')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd $srcdir
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-genericextra/repos/testing-any/texlive.install (from rev 
183207, texlive-genericextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:49:37 UTC (rev 183208)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:50:05
  Author: remy
Revision: 183209

upgpkg: texlive-htmlxml 2012.29474-1

- upgrade package tex4ht 28089 - 29474

Modified:
  texlive-htmlxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:49:37 UTC (rev 183208)
+++ PKGBUILD2013-04-18 23:50:05 UTC (rev 183209)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-htmlxml
-pkgver=2012.28273
+pkgver=2012.29474
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('e1d5c3c40a0f73767b948fcdc2570798')
+md5sums=('354e17a454d00b3ac2c37f30fe39629f')
 
 build() {
cd $srcdir



[arch-commits] Commit in texlive-htmlxml/repos (3 files)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:50:07
  Author: remy
Revision: 183210

archrelease: copy trunk to testing-any

Added:
  texlive-htmlxml/repos/testing-any/
  texlive-htmlxml/repos/testing-any/PKGBUILD
(from rev 183209, texlive-htmlxml/trunk/PKGBUILD)
  texlive-htmlxml/repos/testing-any/texlive.install
(from rev 183209, texlive-htmlxml/trunk/texlive.install)

-+
 PKGBUILD|   55 ++
 texlive.install |   12 +++
 2 files changed, 67 insertions(+)

Copied: texlive-htmlxml/repos/testing-any/PKGBUILD (from rev 183209, 
texlive-htmlxml/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:50:07 UTC (rev 183210)
@@ -0,0 +1,55 @@
+# Contributor: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-htmlxml
+pkgver=2012.29474
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('354e17a454d00b3ac2c37f30fe39629f')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/ht.sh $pkgdir/usr/bin/ht
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htcontext.sh 
$pkgdir/usr/bin/htcontext
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htlatex.sh 
$pkgdir/usr/bin/htlatex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htmex.sh $pkgdir/usr/bin/htmex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/httex.sh $pkgdir/usr/bin/httex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/httexi.sh $pkgdir/usr/bin/httexi
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh 
$pkgdir/usr/bin/htxelatex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/htxetex.sh 
$pkgdir/usr/bin/htxetex
+   ln -s /usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl $pkgdir/usr/bin/mk4ht
+}

Copied: texlive-htmlxml/repos/testing-any/texlive.install (from rev 183209, 
texlive-htmlxml/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:50:07 UTC (rev 183210)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:50:27
  Author: remy
Revision: 183211

upgpkg: texlive-humanities 2012.29347-1

- new package dvgloss
- upgrade package eledmac 28280 - 29281
- upgrade package poemscol 27535 - 29072
- upgrade package poetrytex 27893 - 29347

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:50:07 UTC (rev 183210)
+++ PKGBUILD2013-04-18 23:50:27 UTC (rev 183211)
@@ -1,7 +1,7 @@
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-humanities
-pkgver=2012.28280
+pkgver=2012.29347
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('c39b2f9eee6f4221f626dd1214b4924d')
+md5sums=('dc314ce3140198458ff427b3483ec87c')
 
 build() {
cd $srcdir



  1   2   >