[arch-commits] Commit in perl-net-dns/repos (4 files)

2014-05-29 Thread Felix Yan
Date: Friday, May 30, 2014 @ 08:38:07
  Author: fyan
Revision: 213841

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

Added:
  perl-net-dns/repos/staging-i686/PKGBUILD
(from rev 213840, perl-net-dns/trunk/PKGBUILD)
  perl-net-dns/repos/staging-x86_64/PKGBUILD
(from rev 213840, perl-net-dns/trunk/PKGBUILD)
Deleted:
  perl-net-dns/repos/staging-i686/PKGBUILD
  perl-net-dns/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   62 ++
 staging-i686/PKGBUILD   |   32 ---
 staging-x86_64/PKGBUILD |   32 ---
 3 files changed, 62 insertions(+), 64 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-05-30 06:36:13 UTC (rev 213840)
+++ staging-i686/PKGBUILD   2014-05-30 06:38:07 UTC (rev 213841)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-net-dns
-pkgver=0.76
-pkgrel=2
-pkgdesc="Perl Module: Interface to the DNS resolver"
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Net-DNS/";
-depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-# Test failed on 0.76
-check() {
-  cd Net-DNS-${pkgver}
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-net-dns/repos/staging-i686/PKGBUILD (from rev 213840, 
perl-net-dns/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-30 06:38:07 UTC (rev 213841)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-net-dns
+pkgver=0.76_1
+pkgrel=2
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/";
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('f719cf72fdc19ed9a78fcd5d381385c620a93548')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2014-05-30 06:36:13 UTC (rev 213840)
+++ staging-x86_64/PKGBUILD 2014-05-30 06:38:07 UTC (rev 213841)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-net-dns
-pkgver=0.76
-pkgrel=2
-pkgdesc="Perl Module: Interface to the DNS resolver"
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Net-DNS/";
-depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-# Test failed on 0.76
-check() {
-  cd Net-DNS-${pkgver}
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-net-dns/repos/staging-x86_64/PKGBUILD (from rev 213840, 
perl-net-dns/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-30 06:38:07 UTC (rev 213841)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-net-dns
+pkgver=0.76_1
+pkgrel=2
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/";
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('f719cf72fdc19ed9a78fcd5d381385c620a93548')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2014-05-29 Thread Felix Yan
Date: Friday, May 30, 2014 @ 08:36:13
  Author: fyan
Revision: 213840

upgpkg: perl-net-dns 0.76_1-2

- upstream development release that fixes the previous failure
- perl 5.20 rebuild

Modified:
  perl-net-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 04:58:23 UTC (rev 213839)
+++ PKGBUILD2014-05-30 06:36:13 UTC (rev 213840)
@@ -3,7 +3,7 @@
 
 pkgname=perl-net-dns
 pkgver=0.76_1
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl Module: Interface to the DNS resolver"
 arch=('i686' 'x86_64')
 license=('PerlArtistic')



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

2014-05-29 Thread Dave Reisner
Date: Friday, May 30, 2014 @ 06:58:23
  Author: dreisner
Revision: 213839

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-30 04:57:57 UTC (rev 213838)
+++ extra-i686/PKGBUILD 2014-05-30 04:58:23 UTC (rev 213839)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-
-pkgname=burp
-pkgver=4
-pkgrel=1
-pkgdesc="A simple AUR uploader"
-arch=('i686' 'x86_64')
-url="http://github.com/falconindy/burp";
-license=('GPL')
-depends=('glibc' 'curl')
-source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('f1369e5f46f9617654419d1e00a614d8'
- 'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: burp/repos/extra-i686/PKGBUILD (from rev 213838, burp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-30 04:58:23 UTC (rev 213839)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=burp
+pkgver=5
+pkgrel=1
+pkgdesc="A simple AUR uploader"
+arch=('i686' 'x86_64')
+url="http://github.com/falconindy/burp";
+license=('GPL')
+depends=('glibc' 'curl')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('7c52912b2376ad942a936fa7e0cc'
+ 'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-30 04:57:57 UTC (rev 213838)
+++ extra-x86_64/PKGBUILD   2014-05-30 04:58:23 UTC (rev 213839)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-
-pkgname=burp
-pkgver=4
-pkgrel=1
-pkgdesc="A simple AUR uploader"
-arch=('i686' 'x86_64')
-url="http://github.com/falconindy/burp";
-license=('GPL')
-depends=('glibc' 'curl')
-source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('f1369e5f46f9617654419d1e00a614d8'
- 'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: burp/repos/extra-x86_64/PKGBUILD (from rev 213838, burp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-30 04:58:23 UTC (rev 213839)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=burp
+pkgver=5
+pkgrel=1
+pkgdesc="A simple AUR uploader"
+arch=('i686' 'x86_64')
+url="http://github.com/falconindy/burp";
+license=('GPL')
+depends=('glibc' 'curl')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('7c52912b2376ad942a936fa7e0cc'
+ 'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+



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

2014-05-29 Thread Dave Reisner
Date: Friday, May 30, 2014 @ 06:57:57
  Author: dreisner
Revision: 213838

upgpkg: burp 5-1

Modified:
  burp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 04:36:44 UTC (rev 213837)
+++ PKGBUILD2014-05-30 04:57:57 UTC (rev 213838)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner 
 
 pkgname=burp
-pkgver=4
+pkgver=5
 pkgrel=1
 pkgdesc="A simple AUR uploader"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('glibc' 'curl')
 
source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('f1369e5f46f9617654419d1e00a614d8'
+md5sums=('7c52912b2376ad942a936fa7e0cc'
  'SKIP')
 
 build() {



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

2014-05-29 Thread Evgeniy Alekseev
Date: Friday, May 30, 2014 @ 06:55:07
  Author: arcanis
Revision: 112215

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

Added:
  python-biopython/repos/community-staging-i686/
  python-biopython/repos/community-staging-i686/PKGBUILD
(from rev 112214, python-biopython/trunk/PKGBUILD)
  python-biopython/repos/community-staging-x86_64/
  python-biopython/repos/community-staging-x86_64/PKGBUILD
(from rev 112214, python-biopython/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-x86_64/PKGBUILD |   53 
 2 files changed, 106 insertions(+)

Copied: python-biopython/repos/community-staging-i686/PKGBUILD (from rev 
112214, python-biopython/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-30 04:55:07 UTC (rev 112215)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Stunts 
+# Contributor: damir 
+
+pkgbase=python-biopython
+pkgname=('python-biopython' 'python2-biopython')
+_pkgname=biopython
+pkgver=1.64
+pkgrel=2
+pkgdesc="Freely available Python tools for computational molecular biology"
+arch=('i686' 'x86_64')
+url="http://www.biopython.org";
+license=('custom')
+depends=('python-numpy' 'python2-numpy')
+source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz)
+md5sums=('c7636372c4e775d59391e0aa1f0c56c7')
+
+prepare() {
+  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
+  # change python to python2
+  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
+  sed -i 's|env python|env python2|' {} \;
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+package_python-biopython() {
+  depends=('python-numpy')
+  optdepends=('python-mysql-connector: for BioSQL module')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-biopython() {
+  depends=('python2-numpy')
+  optdepends=('python2-reportlab: for pdf graphics code'
+  'python2-mysql-connector: for BioSQL module'
+  'mysql-python: for BioSQL module')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Copied: python-biopython/repos/community-staging-x86_64/PKGBUILD (from rev 
112214, python-biopython/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-30 04:55:07 UTC (rev 112215)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Stunts 
+# Contributor: damir 
+
+pkgbase=python-biopython
+pkgname=('python-biopython' 'python2-biopython')
+_pkgname=biopython
+pkgver=1.64
+pkgrel=2
+pkgdesc="Freely available Python tools for computational molecular biology"
+arch=('i686' 'x86_64')
+url="http://www.biopython.org";
+license=('custom')
+depends=('python-numpy' 'python2-numpy')
+source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz)
+md5sums=('c7636372c4e775d59391e0aa1f0c56c7')
+
+prepare() {
+  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
+  # change python to python2
+  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
+  sed -i 's|env python|env python2|' {} \;
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+package_python-biopython() {
+  depends=('python-numpy')
+  optdepends=('python-mysql-connector: for BioSQL module')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-biopython() {
+  depends=('python2-numpy')
+  optdepends=('python2-reportlab: for pdf graphics code'
+  'python2-mysql-connector: for BioSQL module'
+  'mysql-python: for BioSQL module')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+



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

2014-05-29 Thread Evgeniy Alekseev
Date: Friday, May 30, 2014 @ 06:54:54
  Author: arcanis
Revision: 112214

upgpkg: python-biopython 1.64-2
add mysql-connector to optional dependencies according to release notes

Modified:
  python-biopython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 04:52:48 UTC (rev 112213)
+++ PKGBUILD2014-05-30 04:54:54 UTC (rev 112214)
@@ -7,7 +7,7 @@
 pkgname=('python-biopython' 'python2-biopython')
 _pkgname=biopython
 pkgver=1.64
-pkgrel=1
+pkgrel=2
 pkgdesc="Freely available Python tools for computational molecular biology"
 arch=('i686' 'x86_64')
 url="http://www.biopython.org";
@@ -33,6 +33,7 @@
 
 package_python-biopython() {
   depends=('python-numpy')
+  optdepends=('python-mysql-connector: for BioSQL module')
 
   cd "${srcdir}/${_pkgname}-${pkgver}"
   python setup.py install --root="${pkgdir}"
@@ -42,6 +43,7 @@
 package_python2-biopython() {
   depends=('python2-numpy')
   optdepends=('python2-reportlab: for pdf graphics code'
+  'python2-mysql-connector: for BioSQL module'
   'mysql-python: for BioSQL module')
 
   cd "${srcdir}/${_pkgname}-${pkgver}-py2"



[arch-commits] Commit in python-mysql-connector/repos (2 files)

2014-05-29 Thread Evgeniy Alekseev
Date: Friday, May 30, 2014 @ 06:52:48
  Author: arcanis
Revision: 112213

archrelease: copy trunk to community-staging-any

Added:
  python-mysql-connector/repos/community-staging-any/
  python-mysql-connector/repos/community-staging-any/PKGBUILD
(from rev 112212, python-mysql-connector/trunk/PKGBUILD)

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

Copied: python-mysql-connector/repos/community-staging-any/PKGBUILD (from rev 
112212, python-mysql-connector/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-05-30 04:52:48 UTC (rev 112213)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Raphaël Doursenaud 
+
+pkgbase=python-mysql-connector
+pkgname=('python-mysql-connector' 'python2-mysql-connector')
+_pkgname=mysql-connector-python
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A standardized database driver for Python platforms and development"
+arch=('any')
+url="http://dev.mysql.com/downloads/connector/python/";
+license=('GPL')
+depends=('python' 'python2')
+source=("http://cdn.mysql.com/Downloads/Connector-Python/${_pkgname}-${pkgver}.tar.gz";)
+md5sums=('15b0e95e6224ed7c9bfb685a9d54d356')
+
+prepare() {
+  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
+  # change python to python2
+  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
+  sed -i 's|env python|env python2|' {} \;
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+package_python-mysql-connector() {
+  depends=('python')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-mysql-connector() {
+  depends=('python2')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}



[arch-commits] Commit in (4 files)

2014-05-29 Thread Evgeniy Alekseev
Date: Friday, May 30, 2014 @ 06:52:07
  Author: arcanis
Revision: 112212

add python-mysql-connector

Added:
  python-mysql-connector/
  python-mysql-connector/repos/
  python-mysql-connector/trunk/
  python-mysql-connector/trunk/PKGBUILD

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

Added: python-mysql-connector/trunk/PKGBUILD
===
--- python-mysql-connector/trunk/PKGBUILD   (rev 0)
+++ python-mysql-connector/trunk/PKGBUILD   2014-05-30 04:52:07 UTC (rev 
112212)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Raphaël Doursenaud 
+
+pkgbase=python-mysql-connector
+pkgname=('python-mysql-connector' 'python2-mysql-connector')
+_pkgname=mysql-connector-python
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A standardized database driver for Python platforms and development"
+arch=('any')
+url="http://dev.mysql.com/downloads/connector/python/";
+license=('GPL')
+depends=('python' 'python2')
+source=("http://cdn.mysql.com/Downloads/Connector-Python/${_pkgname}-${pkgver}.tar.gz";)
+md5sums=('15b0e95e6224ed7c9bfb685a9d54d356')
+
+prepare() {
+  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
+  # change python to python2
+  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
+  sed -i 's|env python|env python2|' {} \;
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+package_python-mysql-connector() {
+  depends=('python')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-mysql-connector() {
+  depends=('python2')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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


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

2014-05-29 Thread Felix Yan
Date: Friday, May 30, 2014 @ 06:45:12
  Author: fyan
Revision: 112210

upgpkg: pep8 1.5.7-1

- new upstream release
- rename to address FS#39752

Modified:
  pep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 04:17:34 UTC (rev 112209)
+++ PKGBUILD2014-05-30 04:45:12 UTC (rev 112210)
@@ -4,8 +4,8 @@
 # Contributor: Sergey Mastykov 
 
 pkgbase=pep8
-pkgname=("$pkgbase" "$pkgbase-python2")
-pkgver=1.5.6
+pkgname=("$pkgbase" "python2-$pkgbase")
+pkgver=1.5.7
 pkgrel=1
 pkgdesc="Python style guide checker"
 arch=('any')
@@ -49,9 +49,12 @@
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-package_pep8-python2() {
+package_python2-pep8() {
   depends=('python2' 'python2-setuptools')
-  
+  provides=('pep8-python2')
+  conflicts=('pep8-python2')
+  replaces=('pep8-python2')
+
   cd $pkgbase-py2
   python2 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
   mv "$pkgdir/usr/bin/pep8" "$pkgdir/usr/bin/pep8-python2"



[arch-commits] Commit in pep8/repos/community-any (LICENSE LICENSE PKGBUILD PKGBUILD)

2014-05-29 Thread Felix Yan
Date: Friday, May 30, 2014 @ 06:46:00
  Author: fyan
Revision: 112211

archrelease: copy trunk to community-any

Added:
  pep8/repos/community-any/LICENSE
(from rev 112210, pep8/trunk/LICENSE)
  pep8/repos/community-any/PKGBUILD
(from rev 112210, pep8/trunk/PKGBUILD)
Deleted:
  pep8/repos/community-any/LICENSE
  pep8/repos/community-any/PKGBUILD

--+
 LICENSE  |   48 +++
 PKGBUILD |  127 +++--
 2 files changed, 89 insertions(+), 86 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-05-30 04:45:12 UTC (rev 112210)
+++ LICENSE 2014-05-30 04:46:00 UTC (rev 112211)
@@ -1,24 +0,0 @@
-Copyright © 2006-2009 Johann C. Rocholl 
-Copyright © 2009-2013 Florent Xicluna 
-
-Licensed under the terms of the Expat License
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

Copied: pep8/repos/community-any/LICENSE (from rev 112210, pep8/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-05-30 04:46:00 UTC (rev 112211)
@@ -0,0 +1,24 @@
+Copyright © 2006-2009 Johann C. Rocholl 
+Copyright © 2009-2013 Florent Xicluna 
+
+Licensed under the terms of the Expat License
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 04:45:12 UTC (rev 112210)
+++ PKGBUILD2014-05-30 04:46:00 UTC (rev 112211)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ismael Carnales 
-# Contributor: Sergey Mastykov 
-
-pkgbase=pep8
-pkgname=("$pkgbase" "$pkgbase-python2")
-pkgver=1.5.6
-pkgrel=1
-pkgdesc="Python style guide checker"
-arch=('any')
-url="http://github.com/jcrocholl/pep8/";
-license=('custom:Expat')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=("git+https://github.com/jcrocholl/${pkgbase}.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -r $pkgbase{,-py2}
-
-  sed -i '1s/env python$/python2/' $pkgbase-py2/pep8.py
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py test
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py test
-}
-
-package_pep8() {
-  depends=('python' 'python-setuptools')
-  provides=('pep8-python3')
-  conflicts=('pep8-python3')
-  replaces=('pep8-python3')
-
-  cd $pkgbase
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_pep8-python2() {
-  depends=('python2' 'python2-setuptools')
-  
-  cd $pkgbase-py2
-  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  mv "$pkgdir/usr/bin/pep8" "$pkgdir/usr/bin/pep8-python2"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"

[arch-commits] Commit in perl-net-dns/repos (4 files)

2014-05-29 Thread Felix Yan
Date: Friday, May 30, 2014 @ 06:36:44
  Author: fyan
Revision: 213837

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

Added:
  perl-net-dns/repos/testing-i686/PKGBUILD
(from rev 213836, perl-net-dns/trunk/PKGBUILD)
  perl-net-dns/repos/testing-x86_64/PKGBUILD
(from rev 213836, perl-net-dns/trunk/PKGBUILD)
Deleted:
  perl-net-dns/repos/testing-i686/PKGBUILD
  perl-net-dns/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   62 ++
 testing-i686/PKGBUILD   |   32 ---
 testing-x86_64/PKGBUILD |   32 ---
 3 files changed, 62 insertions(+), 64 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-05-30 04:35:14 UTC (rev 213836)
+++ testing-i686/PKGBUILD   2014-05-30 04:36:44 UTC (rev 213837)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-net-dns
-pkgver=0.76
-pkgrel=1
-pkgdesc="Perl Module: Interface to the DNS resolver"
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Net-DNS/";
-depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-# Test failed on 0.76
-check() {
-  cd Net-DNS-${pkgver}
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-net-dns/repos/testing-i686/PKGBUILD (from rev 213836, 
perl-net-dns/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-30 04:36:44 UTC (rev 213837)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-net-dns
+pkgver=0.76_1
+pkgrel=1
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/";
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('f719cf72fdc19ed9a78fcd5d381385c620a93548')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-05-30 04:35:14 UTC (rev 213836)
+++ testing-x86_64/PKGBUILD 2014-05-30 04:36:44 UTC (rev 213837)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-net-dns
-pkgver=0.76
-pkgrel=1
-pkgdesc="Perl Module: Interface to the DNS resolver"
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Net-DNS/";
-depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-# Test failed on 0.76
-check() {
-  cd Net-DNS-${pkgver}
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-net-dns/repos/testing-x86_64/PKGBUILD (from rev 213836, 
perl-net-dns/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-30 04:36:44 UTC (rev 213837)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-net-dns
+pkgver=0.76_1
+pkgrel=1
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/";
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('f719cf72fdc19ed9a78fcd5d381385c620a93548')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2014-05-29 Thread Felix Yan
Date: Friday, May 30, 2014 @ 06:35:14
  Author: fyan
Revision: 213836

upgpkg: perl-net-dns 0.76_1-1

- new development release to fix failures in 0.76

Modified:
  perl-net-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 04:28:33 UTC (rev 213835)
+++ PKGBUILD2014-05-30 04:35:14 UTC (rev 213836)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-net-dns
-pkgver=0.76
-pkgrel=2
+pkgver=0.76_1
+pkgrel=1
 pkgdesc="Perl Module: Interface to the DNS resolver"
 arch=('i686' 'x86_64')
 license=('PerlArtistic')
@@ -12,7 +12,7 @@
 checkdepends=('perl-test-pod')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
+sha1sums=('f719cf72fdc19ed9a78fcd5d381385c620a93548')
 
 build() {
   cd Net-DNS-${pkgver}
@@ -20,10 +20,9 @@
   make
 }
 
-# Test failed on 0.76
 check() {
   cd Net-DNS-${pkgver}
-  make test || warning "Tests failed"
+  make test
 }
 
 package() {



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

2014-05-29 Thread Felix Yan
Date: Friday, May 30, 2014 @ 06:28:33
  Author: fyan
Revision: 213835

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

Added:
  gnome-perl/repos/staging-i686/
  gnome-perl/repos/staging-i686/PKGBUILD
(from rev 213834, gnome-perl/trunk/PKGBUILD)
  gnome-perl/repos/staging-x86_64/
  gnome-perl/repos/staging-x86_64/PKGBUILD
(from rev 213834, gnome-perl/trunk/PKGBUILD)

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

Copied: gnome-perl/repos/staging-i686/PKGBUILD (from rev 213834, 
gnome-perl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-30 04:28:33 UTC (rev 213835)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-perl
+pkgver=1.045
+pkgrel=2
+pkgdesc="Perl bindings for libgnome"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gnomecanvas-perl' 'gnome-vfs-perl' 'libgnomeui' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-${pkgver}.tar.gz)
+md5sums=('95c06139f9d950df17c9cb0340c74168')
+
+build() {
+  cd Gnome2-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd Gnome2-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-perl/repos/staging-x86_64/PKGBUILD (from rev 213834, 
gnome-perl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-30 04:28:33 UTC (rev 213835)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-perl
+pkgver=1.045
+pkgrel=2
+pkgdesc="Perl bindings for libgnome"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gnomecanvas-perl' 'gnome-vfs-perl' 'libgnomeui' 'perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gnome2-${pkgver}.tar.gz)
+md5sums=('95c06139f9d950df17c9cb0340c74168')
+
+build() {
+  cd Gnome2-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd Gnome2-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



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

2014-05-29 Thread Felix Yan
Date: Friday, May 30, 2014 @ 06:27:27
  Author: fyan
Revision: 213834

upgpkg: gnome-perl 1.045-2

perl 5.20 rebuild

Modified:
  gnome-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 04:23:37 UTC (rev 213833)
+++ PKGBUILD2014-05-30 04:27:27 UTC (rev 213834)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-perl
 pkgver=1.045
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl bindings for libgnome"
 arch=('i686' 'x86_64')
 license=('LGPL')



[arch-commits] Commit in goagent/repos/community-any (8 files)

2014-05-29 Thread Felix Yan
Date: Friday, May 30, 2014 @ 06:17:34
  Author: fyan
Revision: 112209

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 112208, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 112208, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 112208, goagent/trunk/goagent.service)
  goagent/repos/community-any/goagent.user.ini
(from rev 112208, goagent/trunk/goagent.user.ini)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service
  goagent/repos/community-any/goagent.user.ini

-+
 PKGBUILD|  116 +++---
 goagent.install |   42 +--
 goagent.service |   24 +--
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 04:16:35 UTC (rev 112208)
+++ PKGBUILD2014-05-30 04:17:34 UTC (rev 112209)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: cuihao 
-# Contributor: Guten  
-
-pkgname=goagent
-pkgver=3.1.13
-pkgrel=1
-pkgdesc="A gae proxy forked from gappproxy/wallproxy"
-arch=("any")
-url="http://goagent.googlecode.com";
-license=("GPL2")
-depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
-conflicts=('python2-gevent<0.99')
-optdepends=('python2-crypto: Optimization for RC4'
-'python2-pacparser: PAC proxy support'
-'python2-pygeoip: for GAE Regions mode support & DNS region auto 
detect')
-makedepends=('git')
-source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver";
-"${pkgname}.user.ini"
-"${pkgname}.service")
-backup=('etc/goagent')
-install=goagent.install
-
-prepare() {
-  cd $pkgname
-
-  sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \
-  -i local/{proxy.py,dnsproxy.py}
-  sed -e 's|^geoip = .*)\( if.*\)$|geoip = 
pygeoip.GeoIP("/usr/share/GeoIP/GeoIP.dat")\1|' \
-  -i local/proxy.py
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/goagent"
-  install -Dm755 local/dnsproxy.py 
"$pkgdir/usr/share/$pkgname/local/dnsproxy.py"
-  install -Dm644 local/proxy.pac "$pkgdir/usr/share/$pkgname/local/proxy.pac"
-  install -Dm644 local/cacert.pem "$pkgdir/usr/share/$pkgname/local/cacert.pem"
-  install -Dm644 local/SwitchyOptions.bak 
"$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak"
-  install -Dm644 local/SwitchySharp.crx 
"$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx"
-
-  install -Dm644 local/proxy.ini "$pkgdir/usr/share/$pkgname/local/goagent.ini"
-  install -Dm640 -g nobody ../goagent.user.ini "$pkgdir/etc/goagent"
-  ln -sf "/etc/goagent" "${pkgdir}/usr/share/$pkgname/local/goagent.user.ini"
-  
-  cp -r server "$pkgdir/usr/share/$pkgname/"
-  rm "$pkgdir/usr/share/$pkgname/server/uploader.bat"
-
-  # systemd service
-  install -Dm644 "${srcdir}/goagent.service" 
"${pkgdir}/usr/lib/systemd/system/goagent.service"
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('SKIP'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')

Copied: goagent/repos/community-any/PKGBUILD (from rev 112208, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-30 04:17:34 UTC (rev 112209)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: cuihao 
+# Contributor: Guten  
+
+pkgname=goagent
+pkgver=3.1.14
+pkgrel=1
+pkgdesc="A gae proxy forked from gappproxy/wallproxy"
+arch=("any")
+url="http://goagent.googlecode.com";
+license=("GPL2")
+depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
+conflicts=('python2-gevent<0.99')
+optdepends=('python2-crypto: Optimization for RC4'
+'python2-pacparser: PAC proxy support'
+'python2-pygeoip: for GAE Regions mode support & DNS region auto 
detect')
+makedepends=('git')
+source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver";
+"${pkgname}.user.ini"
+"${pkgname}.service")
+backup=('etc/goagent')
+install=goagent.install
+
+prepare() {
+  cd $pkgname
+
+  sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \
+  -i local/{proxy.py,dnsproxy.py}
+  sed -e 's|^geoip = .*)\( if.*\)$|geoip = 
pygeoip.GeoIP("/usr/share/GeoIP/GeoIP.dat")\1|' \
+  -i local/proxy.py
+}
+
+package() {
+  cd $pkgname
+
+  install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/goagent"
+  install -Dm755 local/dnsproxy.py 
"$pkgdir/usr/share/$pkgname/local/dnsproxy.py"
+  install

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

2014-05-29 Thread Felix Yan
Date: Friday, May 30, 2014 @ 06:16:35
  Author: fyan
Revision: 112208

upgpkg: goagent 3.1.14-1

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 03:51:52 UTC (rev 112207)
+++ PKGBUILD2014-05-30 04:16:35 UTC (rev 112208)
@@ -4,7 +4,7 @@
 # Contributor: Guten  
 
 pkgname=goagent
-pkgver=3.1.13
+pkgver=3.1.14
 pkgrel=1
 pkgdesc="A gae proxy forked from gappproxy/wallproxy"
 arch=("any")



[arch-commits] Commit in python-boto/repos/community-any (PKGBUILD PKGBUILD)

2014-05-29 Thread Felix Yan
Date: Friday, May 30, 2014 @ 05:51:52
  Author: fyan
Revision: 112207

archrelease: copy trunk to community-any

Added:
  python-boto/repos/community-any/PKGBUILD
(from rev 112206, python-boto/trunk/PKGBUILD)
Deleted:
  python-boto/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 03:49:38 UTC (rev 112206)
+++ PKGBUILD2014-05-30 03:51:52 UTC (rev 112207)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgbase=python-boto
-pkgname=python2-boto
-pkgver=2.28.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools' 'git')
-checkdepends=('python2-nose' 'python2-mock' 'python2-requests' 
'python2-httpretty')
-conflicts=('python-boto>=2.5.2-1')
-replaces=('python-boto>=2.5.2-1')
-source=("git+https://github.com/boto/boto.git#tag=$pkgver";)
-
-prepare() {
-  cd boto
-
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-check() {
-  cd boto
-  python2 tests/test.py tests/unit
-}
-
-package_python2-boto() {
-  cd boto
-
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-sha512sums=('SKIP')

Copied: python-boto/repos/community-any/PKGBUILD (from rev 112206, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-30 03:51:52 UTC (rev 112207)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgbase=python-boto
+pkgname=python2-boto
+pkgver=2.29.0
+pkgrel=1
+pkgdesc='A Python interface to Amazon Web Services (AWS)'
+arch=('any')
+url='https://github.com/boto/boto'
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools' 'git')
+checkdepends=('python2-nose' 'python2-mock' 'python2-requests' 
'python2-httpretty')
+conflicts=('python-boto>=2.5.2-1')
+replaces=('python-boto>=2.5.2-1')
+source=("git+https://github.com/boto/boto.git#tag=$pkgver";)
+
+prepare() {
+  cd boto
+
+  # python2 fix
+  find . -name '*.py' -type f -print0 | xargs -0 \
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
+}
+
+check() {
+  cd boto
+  python2 tests/test.py tests/unit
+}
+
+package_python2-boto() {
+  cd boto
+
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+sha512sums=('SKIP')



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

2014-05-29 Thread Felix Yan
Date: Friday, May 30, 2014 @ 05:49:38
  Author: fyan
Revision: 112206

upgpkg: python-boto 2.29.0-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 20:46:16 UTC (rev 112205)
+++ PKGBUILD2014-05-30 03:49:38 UTC (rev 112206)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=python2-boto
-pkgver=2.28.0
+pkgver=2.29.0
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')



[arch-commits] Commit in freemat/trunk (PKGBUILD build-fix.patch freemat.install)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 22:45:55
  Author: spupykin
Revision: 112204

upgpkg: freemat 4.2-4

upd

Added:
  freemat/trunk/build-fix.patch
Modified:
  freemat/trunk/PKGBUILD
  freemat/trunk/freemat.install

-+
 PKGBUILD|   20 +---
 build-fix.patch |   21 +
 freemat.install |4 ++--
 3 files changed, 36 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 20:08:46 UTC (rev 112203)
+++ PKGBUILD2014-05-29 20:45:55 UTC (rev 112204)
@@ -4,21 +4,27 @@
 
 pkgname=freemat
 pkgver=4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A free environment for rapid engineering, scientific prototyping and 
data processing"
 arch=('i686' 'x86_64')
 url="http://freemat.sourceforge.net";
 license=('GPL')
-depends=('arpack' 'fftw' 'glu' 'portaudio' 'qtwebkit')
-makedepends=('cmake' 'python2' 'suitesparse')
+depends=('arpack' 'fftw' 'glu' 'portaudio' 'qtwebkit' 'qt4' 'libffi')
+makedepends=('cmake' 'python2' 'suitesparse' 'doxygen' 'gcc-fortran')
 install=freemat.install
-source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz)
-md5sums=('ace147e49273ae935d363da8e2a56d4d')
+source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz
+   build-fix.patch)
+md5sums=('ace147e49273ae935d363da8e2a56d4d'
+ '042f43dcae863e3fc4c9a10b46761344')
 
+prepare() {
+  cd $srcdir/FreeMat-$pkgver-Source
+  patch -p1 <$srcdir/build-fix.patch
+}
+
 build() {
   cd $srcdir/FreeMat-$pkgver-Source
-
-  unset LDFLAGS
+  unset LDFLAGS CFLAGS CXXFLAGS CPPFLAGS
   rm -f CMakeCache.txt
   find . -type f -name '*.moc.cpp' -exec rm -f {} \;
   find . -type f -name 'add.so' -exec rm -f {} \;

Added: build-fix.patch
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2014-05-29 20:45:55 UTC (rev 112204)
@@ -0,0 +1,21 @@
+diff -wbBur FreeMat-4.2-Source/CMakeLists.txt 
FreeMat-4.2-Source.q/CMakeLists.txt
+--- FreeMat-4.2-Source/CMakeLists.txt  2013-07-28 01:27:12.0 +0400
 FreeMat-4.2-Source.q/CMakeLists.txt2014-05-29 21:13:35.263893395 
+0400
+@@ -250,17 +250,6 @@
+ ##
+ OPTION(USE_LLVM "Build with LLVM support?" ON)
+ 
+-FIND_PACKAGE(LLVM)
+-FIND_PACKAGE(CLANG)
+-
+-IF (LLVM_FOUND AND CLANG_FOUND)
+-  add_definitions(-DHAVE_LLVM)
+-  include_directories(${LLVM_INCLUDE_DIRS})
+-  link_directories(${LLVM_LIBRARY_DIRS})
+-  llvm_map_components_to_libraries(REQ_LLVM_LIBRARIES jit interpreter 
nativecodegen asmparser bitreader bitwriter codegen ipo linker selectiondag 
instrumentation)
+-  set(OPTIONAL_LIBS ${OPTIONAL_LIBS} ${CLANG_LIBRARIES} ${REQ_LLVM_LIBRARIES})
+-ENDIF()
+-
+ ##
+ #Extra libraries
+ IF(NOT WIN32)

Modified: freemat.install
===
--- freemat.install 2014-05-29 20:08:46 UTC (rev 112203)
+++ freemat.install 2014-05-29 20:45:55 UTC (rev 112204)
@@ -1,7 +1,7 @@
 post_install() {
-  echo "-- Use FreeMat -i /usr/share/FreeMat-4.1/ to adjust docs location"
+  echo "-- Use FreeMat -i /usr/share/FreeMat-4.2/ to adjust docs location"
 }
 
 post_upgrade() {
-  echo "-- Use FreeMat -i /usr/share/FreeMat-4.1/ to adjust docs location"
+  echo "-- Use FreeMat -i /usr/share/FreeMat-4.2/ to adjust docs location"
 }



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 22:46:16
  Author: spupykin
Revision: 112205

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

Added:
  freemat/repos/community-i686/ChangeLog
(from rev 112204, freemat/trunk/ChangeLog)
  freemat/repos/community-i686/PKGBUILD
(from rev 112204, freemat/trunk/PKGBUILD)
  freemat/repos/community-i686/build-fix.patch
(from rev 112204, freemat/trunk/build-fix.patch)
  freemat/repos/community-i686/freemat.install
(from rev 112204, freemat/trunk/freemat.install)
  freemat/repos/community-x86_64/ChangeLog
(from rev 112204, freemat/trunk/ChangeLog)
  freemat/repos/community-x86_64/PKGBUILD
(from rev 112204, freemat/trunk/PKGBUILD)
  freemat/repos/community-x86_64/build-fix.patch
(from rev 112204, freemat/trunk/build-fix.patch)
  freemat/repos/community-x86_64/freemat.install
(from rev 112204, freemat/trunk/freemat.install)
Deleted:
  freemat/repos/community-i686/ChangeLog
  freemat/repos/community-i686/PKGBUILD
  freemat/repos/community-i686/freemat.install
  freemat/repos/community-x86_64/ChangeLog
  freemat/repos/community-x86_64/PKGBUILD
  freemat/repos/community-x86_64/freemat.install

--+
 /ChangeLog   |6 ++
 /PKGBUILD|   98 +
 /freemat.install |   14 +
 community-i686/ChangeLog |3 -
 community-i686/PKGBUILD  |   43 
 community-i686/build-fix.patch   |   21 +++
 community-i686/freemat.install   |7 --
 community-x86_64/ChangeLog   |3 -
 community-x86_64/PKGBUILD|   43 
 community-x86_64/build-fix.patch |   21 +++
 community-x86_64/freemat.install |7 --
 11 files changed, 160 insertions(+), 106 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-05-29 20:45:55 UTC (rev 112204)
+++ community-i686/ChangeLog2014-05-29 20:46:16 UTC (rev 112205)
@@ -1,3 +0,0 @@
-2007-06-27 tardo 
-* Built for x86_64
-

Copied: freemat/repos/community-i686/ChangeLog (from rev 112204, 
freemat/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-05-29 20:46:16 UTC (rev 112205)
@@ -0,0 +1,3 @@
+2007-06-27 tardo 
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-29 20:45:55 UTC (rev 112204)
+++ community-i686/PKGBUILD 2014-05-29 20:46:16 UTC (rev 112205)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=freemat
-pkgver=4.2
-pkgrel=3
-pkgdesc="A free environment for rapid engineering, scientific prototyping and 
data processing"
-arch=('i686' 'x86_64')
-url="http://freemat.sourceforge.net";
-license=('GPL')
-depends=('arpack' 'fftw' 'glu' 'portaudio' 'qtwebkit')
-makedepends=('cmake' 'python2' 'suitesparse')
-install=freemat.install
-source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz)
-md5sums=('ace147e49273ae935d363da8e2a56d4d')
-
-build() {
-  cd $srcdir/FreeMat-$pkgver-Source
-
-  unset LDFLAGS
-  rm -f CMakeCache.txt
-  find . -type f -name '*.moc.cpp' -exec rm -f {} \;
-  find . -type f -name 'add.so' -exec rm -f {} \;
-  echo >libs/libMatC/CJitFuncClang.hpp
-  echo >libs/libMatC/CJitFuncClang.cpp
-
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DUSE_LLVM=OFF \
-   -DFORCE_BUNDLED_UMFPACK=ON \
-   -DFFI_INCLUDE_DIR=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/ \
-   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-   .
-  make
-}
-package() {
-  cd $srcdir/FreeMat-$pkgver-Source
-
-  make DESTDIR=$pkgdir install -j1
-  sed -i "s|/FreeMat-.*/|/FreeMat-$pkgver/|g" $startdir/freemat.install
-  rm $pkgdir/usr/bin/blas.ini
-}

Copied: freemat/repos/community-i686/PKGBUILD (from rev 112204, 
freemat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-29 20:46:16 UTC (rev 112205)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=freemat
+pkgver=4.2
+pkgrel=4
+pkgdesc="A free environment for rapid engineering, scientific prototyping and 
data processing"
+arch=('i686' 'x86_64')
+url="http://freemat.sourceforge.net";
+license=('GPL')
+depends=('arpack' 'fftw' 'glu' 'portaudio' 'qtwebkit' 'qt4' 'libffi')
+makedepends=('cmake' 'python2' 'suitesparse' 'doxygen' 'gcc-fortran')
+install=freemat.install
+source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz
+   build-fix.patch)
+md5sums=('ace147e49273ae935d363da8e2a56d4d'
+ '042f43dcae863e3fc

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

2014-05-29 Thread Alexander Rødseth
Date: Thursday, May 29, 2014 @ 22:08:37
  Author: arodseth
Revision: 112202

upgpkg: python-nltk 3.0a4-1

Modified:
  python-nltk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 19:11:57 UTC (rev 112201)
+++ PKGBUILD2014-05-29 20:08:37 UTC (rev 112202)
@@ -6,9 +6,10 @@
 pkgbase=python-nltk
 pkgname=('python2-nltk' 'python-nltk')
 
-# NOTE: Using an alpha version because it's the first version to support
-# both python 2 and 3. It makes it better suited for a split package.
-pkgver=3.0a3
+# NOTE: Using an alpha version because it's the first version (apart fomr 
3.0a3)
+# to support both python 2 and 3. It makes it better suited for a split 
package.
+# Rumors has it that 3.0 is going to be released in about a month.
+pkgver=3.0a4
 
 pkgrel=1
 pkgdesc='Natural language processing in Python'
@@ -17,7 +18,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://www.nltk.org/nltk3-alpha/nltk-$pkgver.tar.gz";)
-sha256sums=('52621b3bf944dcae8cbd352ef2664edc95edfeaee321f3f021cfa55ce23eb117')
+sha256sums=('7fe72c386c2d3d050e3f5ffc80741906dbae9767a21558fd85e4208330dfb03e')
 
 prepare() {
   cp -r "nltk-$pkgver" "nltk-py2-$pkgver"



[arch-commits] Commit in python-nltk/repos/community-any (PKGBUILD PKGBUILD)

2014-05-29 Thread Alexander Rødseth
Date: Thursday, May 29, 2014 @ 22:08:46
  Author: arodseth
Revision: 112203

archrelease: copy trunk to community-any

Added:
  python-nltk/repos/community-any/PKGBUILD
(from rev 112202, python-nltk/trunk/PKGBUILD)
Deleted:
  python-nltk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-29 20:08:37 UTC (rev 112202)
+++ PKGBUILD2014-05-29 20:08:46 UTC (rev 112203)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Chris Baker 
-
-pkgbase=python-nltk
-pkgname=('python2-nltk' 'python-nltk')
-
-# NOTE: Using an alpha version because it's the first version to support
-# both python 2 and 3. It makes it better suited for a split package.
-pkgver=3.0a3
-
-pkgrel=1
-pkgdesc='Natural language processing in Python'
-arch=('any')
-url='http://www.nltk.org/'
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://www.nltk.org/nltk3-alpha/nltk-$pkgver.tar.gz";)
-sha256sums=('52621b3bf944dcae8cbd352ef2664edc95edfeaee321f3f021cfa55ce23eb117')
-
-prepare() {
-  cp -r "nltk-$pkgver" "nltk-py2-$pkgver"
-
-  # python 2 fix
-  cd "nltk-py2-$pkgver"
-  find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} +
-}
-
-build() {
-  cd "$srcdir/nltk-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/nltk-py2-$pkgver"
-  python2 setup.py build
-}
-
-package_python-nltk() {
-  optdepends=('nltk-data: test data'
-  'python-numpy: used for calculations'
-  'python-matplotlib: used for plotting')
-  depends=('python-yaml')
-
-  cd "nltk-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-nltk() {
-  optdepends=('nltk-data: test data'
-  'python2-numpy: used for calculations'
-  'python2-matplotlib: used for plotting')
-  depends=('python2-yaml')
-
-  cd "nltk-py2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-nltk/repos/community-any/PKGBUILD (from rev 112202, 
python-nltk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-29 20:08:46 UTC (rev 112203)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Chris Baker 
+
+pkgbase=python-nltk
+pkgname=('python2-nltk' 'python-nltk')
+
+# NOTE: Using an alpha version because it's the first version (apart fomr 
3.0a3)
+# to support both python 2 and 3. It makes it better suited for a split 
package.
+# Rumors has it that 3.0 is going to be released in about a month.
+pkgver=3.0a4
+
+pkgrel=1
+pkgdesc='Natural language processing in Python'
+arch=('any')
+url='http://www.nltk.org/'
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://www.nltk.org/nltk3-alpha/nltk-$pkgver.tar.gz";)
+sha256sums=('7fe72c386c2d3d050e3f5ffc80741906dbae9767a21558fd85e4208330dfb03e')
+
+prepare() {
+  cp -r "nltk-$pkgver" "nltk-py2-$pkgver"
+
+  # python 2 fix
+  cd "nltk-py2-$pkgver"
+  find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} +
+}
+
+build() {
+  cd "$srcdir/nltk-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/nltk-py2-$pkgver"
+  python2 setup.py build
+}
+
+package_python-nltk() {
+  optdepends=('nltk-data: test data'
+  'python-numpy: used for calculations'
+  'python-matplotlib: used for plotting')
+  depends=('python-yaml')
+
+  cd "nltk-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-nltk() {
+  optdepends=('nltk-data: test data'
+  'python2-numpy: used for calculations'
+  'python2-matplotlib: used for plotting')
+  depends=('python2-yaml')
+
+  cd "nltk-py2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-05-29 Thread Jaroslav Lichtblau
Date: Thursday, May 29, 2014 @ 21:11:57
  Author: jlichtblau
Revision: 112201

archrelease: copy trunk to community-staging-i686

Added:
  pork/repos/community-staging-i686/
  pork/repos/community-staging-i686/PKGBUILD
(from rev 112200, pork/trunk/PKGBUILD)

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

Copied: pork/repos/community-staging-i686/PKGBUILD (from rev 112200, 
pork/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 19:11:57 UTC (rev 112201)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: William Rea 
+
+pkgname=pork
+pkgver=0.99.8.1
+pkgrel=8
+pkgdesc="Console-based AOL Instant Messenger & IRC client"
+arch=('i686' 'x86_64')
+url="http://dev.ojnk.net/";
+license=('GPL')
+depends=('ncurses' 'perl')
+source=(http://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz)
+sha256sums=('f0d4cad21017fd75b3c200342c54dd56d9ff7bc38d1e9b3c8ba686ba53d585ed')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}



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

2014-05-29 Thread Jaroslav Lichtblau
Date: Thursday, May 29, 2014 @ 21:08:14
  Author: jlichtblau
Revision: 112200

archrelease: copy trunk to community-i686

Added:
  powertop/repos/community-i686/PKGBUILD
(from rev 112199, powertop/trunk/PKGBUILD)
  powertop/repos/community-i686/powertop.changelog
(from rev 112199, powertop/trunk/powertop.changelog)
Deleted:
  powertop/repos/community-i686/PKGBUILD
  powertop/repos/community-i686/powertop.changelog

+
 PKGBUILD   |   58 ++-
 powertop.changelog |   31 ++-
 2 files changed, 47 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-29 19:06:04 UTC (rev 112199)
+++ PKGBUILD2014-05-29 19:08:14 UTC (rev 112200)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Fehr 
-# Contributor: Xilon 
-
-pkgname=powertop
-pkgver=2.6
-pkgrel=1
-pkgdesc='A tool to diagnose issues with power consumption and power management'
-arch=('i686' 'x86_64')
-url='https://01.org/powertop/'
-license=('GPL2')
-depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
-changelog=$pkgname.changelog
-source=(https://01.org/sites/default/files/downloads/powertop/$pkgname-$pkgver.tar.gz)
-sha256sums=('3024c2b13c8f32cdac0b0ea9359eb5668dc9bd11776cf063481daa878533d1ee')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: powertop/repos/community-i686/PKGBUILD (from rev 112199, 
powertop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-29 19:08:14 UTC (rev 112200)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Fehr 
+# Contributor: Xilon 
+
+pkgname=powertop
+pkgver=2.6.1
+pkgrel=1
+pkgdesc='A tool to diagnose issues with power consumption and power management'
+arch=('i686' 'x86_64')
+url='https://01.org/powertop/'
+license=('GPL2')
+depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
+changelog=$pkgname.changelog
+source=(https://01.org/sites/default/files/downloads/powertop/$pkgname-$pkgver.tar.gz)
+sha256sums=('85122b092d7b025bcdd8fdeb8169efcf57de637875570cbfdefb4017a9febc29')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+#  ./autogen.sh
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: powertop.changelog
===
--- powertop.changelog  2014-05-29 19:06:04 UTC (rev 112199)
+++ powertop.changelog  2014-05-29 19:08:14 UTC (rev 112200)
@@ -1,14 +0,0 @@
-2013-03-23 Evangelos Foutras 
-   * powertop 2.3-1
-
-2013-01-05 Jaroslav Lichtblau (Dragonlord) 
-   * powertop 2.2-1
-
-2012-10-28 Jaroslav Lichtblau (Dragonlord) 
-   * powertop 2.1.1-1
-
-2012-08-22 Sébastien Luttringer (seblu) 
-   * powertop 2.1-1
-
-2012-05-12 Jaroslav Lichtblau (Dragonlord) 
-   * powertop 2.0-1

Copied: powertop/repos/community-i686/powertop.changelog (from rev 112199, 
powertop/trunk/powertop.changelog)
===
--- powertop.changelog  (rev 0)
+++ powertop.changelog  2014-05-29 19:08:14 UTC (rev 112200)
@@ -0,0 +1,17 @@
+2014-05-29 Jaroslav Lichtblau 
+   * powertop 2.6.1-1
+
+2013-03-23 Evangelos Foutras 
+   * powertop 2.3-1
+
+2013-01-05 Jaroslav Lichtblau (Dragonlord) 
+   * powertop 2.2-1
+
+2012-10-28 Jaroslav Lichtblau (Dragonlord) 
+   * powertop 2.1.1-1
+
+2012-08-22 Sébastien Luttringer (seblu) 
+   * powertop 2.1-1
+
+2012-05-12 Jaroslav Lichtblau (Dragonlord) 
+   * powertop 2.0-1



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

2014-05-29 Thread Jaroslav Lichtblau
Date: Thursday, May 29, 2014 @ 21:06:04
  Author: jlichtblau
Revision: 112199

archrelease: copy trunk to community-x86_64

Added:
  pork/repos/community-x86_64/PKGBUILD
(from rev 112198, pork/trunk/PKGBUILD)
Deleted:
  pork/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-29 19:05:53 UTC (rev 112198)
+++ PKGBUILD2014-05-29 19:06:04 UTC (rev 112199)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: William Rea 
-
-pkgname=pork
-pkgver=0.99.8.1
-pkgrel=7
-pkgdesc="Console-based AOL Instant Messenger & IRC client"
-arch=('i686' 'x86_64')
-url="http://dev.ojnk.net/";
-license=('GPL')
-depends=('ncurses' 'perl')
-source=(http://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz)
-sha256sums=('f0d4cad21017fd75b3c200342c54dd56d9ff7bc38d1e9b3c8ba686ba53d585ed')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: pork/repos/community-x86_64/PKGBUILD (from rev 112198, 
pork/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-29 19:06:04 UTC (rev 112199)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: William Rea 
+
+pkgname=pork
+pkgver=0.99.8.1
+pkgrel=8
+pkgdesc="Console-based AOL Instant Messenger & IRC client"
+arch=('i686' 'x86_64')
+url="http://dev.ojnk.net/";
+license=('GPL')
+depends=('ncurses' 'perl')
+source=(http://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz)
+sha256sums=('f0d4cad21017fd75b3c200342c54dd56d9ff7bc38d1e9b3c8ba686ba53d585ed')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}



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

2014-05-29 Thread Jaroslav Lichtblau
Date: Thursday, May 29, 2014 @ 21:05:53
  Author: jlichtblau
Revision: 112198

upgpkg: pork 0.99.8.1-8

Modified:
  pork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 18:58:09 UTC (rev 112197)
+++ PKGBUILD2014-05-29 19:05:53 UTC (rev 112198)
@@ -4,7 +4,7 @@
 
 pkgname=pork
 pkgver=0.99.8.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Console-based AOL Instant Messenger & IRC client"
 arch=('i686' 'x86_64')
 url="http://dev.ojnk.net/";



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

2014-05-29 Thread Evangelos Foutras
Date: Thursday, May 29, 2014 @ 21:02:38
  Author: foutrelis
Revision: 213831

upgpkg: pidgin 2.10.9-2

Perl 5.20 rebuild.

Modified:
  pidgin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 18:40:18 UTC (rev 213830)
+++ PKGBUILD2014-05-29 19:02:38 UTC (rev 213831)
@@ -7,7 +7,7 @@
 
 pkgname=('pidgin' 'libpurple' 'finch')
 pkgver=2.10.9
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://pidgin.im/";
 license=('GPL')
@@ -78,6 +78,10 @@
   for _dir in libpurple share/sounds share/ca-certs m4macros po; do
 make -C "$_dir" DESTDIR="$pkgdir" install
   done
+
+  # Remove GConf schema file
+  rm "$pkgdir/etc/gconf/schemas/purple.schemas"
+  rmdir "$pkgdir"/etc{/gconf{/schemas,},}
 }
 
 package_finch(){



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

2014-05-29 Thread Evangelos Foutras
Date: Thursday, May 29, 2014 @ 21:02:49
  Author: foutrelis
Revision: 213832

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

Added:
  pidgin/repos/staging-i686/
  pidgin/repos/staging-i686/PKGBUILD
(from rev 213831, pidgin/trunk/PKGBUILD)
  pidgin/repos/staging-i686/pidgin.install
(from rev 213831, pidgin/trunk/pidgin.install)
  pidgin/repos/staging-x86_64/
  pidgin/repos/staging-x86_64/PKGBUILD
(from rev 213831, pidgin/trunk/PKGBUILD)
  pidgin/repos/staging-x86_64/pidgin.install
(from rev 213831, pidgin/trunk/pidgin.install)

---+
 staging-i686/PKGBUILD |  105 
 staging-i686/pidgin.install   |   11 
 staging-x86_64/PKGBUILD   |  105 
 staging-x86_64/pidgin.install |   11 
 4 files changed, 232 insertions(+)

Copied: pidgin/repos/staging-i686/PKGBUILD (from rev 213831, 
pidgin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 19:02:49 UTC (rev 213832)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: Lucien Immink 
+
+pkgname=('pidgin' 'libpurple' 'finch')
+pkgver=2.10.9
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://pidgin.im/";
+license=('GPL')
+makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
+ 'libidn' 'python2' 'hicolor-icon-theme' 'farstream-0.1' 'avahi'
+ 'tk' 'ca-certificates' 'intltool' 'networkmanager')
+source=(https://downloads.sourceforge.net/project/$pkgname/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('dc362ed8577f623eea4554a79e917073aa726825074fea402f2e515f0f51f319'
+'SKIP')
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Use Python 2
+  sed -i 's/env python$/&2/' */plugins/*.py \
+libpurple/purple-{remote,notifications-example,url-handler}
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-schemas-install \
+--disable-meanwhile \
+--disable-gnutls \
+--enable-cyrus-sasl \
+--disable-doxygen \
+--enable-nm \
+--with-python=/usr/bin/python2 \
+--with-system-ssl-certs=/etc/ssl/certs
+make
+}
+
+package_pidgin(){
+  pkgdesc="Multi-protocol instant messaging client"
+  depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
+   'hicolor-icon-theme')
+  optdepends=('aspell: for spelling correction')
+  install=pidgin.install
+
+  cd "$srcdir/pidgin-$pkgver"
+
+  # For linking
+  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
+
+  make -C pidgin DESTDIR="$pkgdir" install
+  make -C doc DESTDIR="$pkgdir" install
+
+  # Remove files that are packaged in libpurle
+  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
+
+  install -Dm644 pidgin.desktop "$pkgdir"/usr/share/applications/pidgin.desktop
+
+  rm "$pkgdir/usr/share/man/man1/finch.1"
+}
+
+package_libpurple(){
+  pkgdesc="IM library extracted from Pidgin"
+  depends=('farstream-0.1' 'libsasl' 'libidn' 'dbus-glib' 'nss')
+  optdepends=('avahi: Bonjour protocol support'
+  'ca-certificates: SSL CA certificates'
+  'python2-dbus: for purple-remote and purple-url-handler'
+  'tk: Tcl/Tk scripting support')
+
+  cd "$srcdir/pidgin-$pkgver"
+
+  for _dir in libpurple share/sounds share/ca-certs m4macros po; do
+make -C "$_dir" DESTDIR="$pkgdir" install
+  done
+
+  # Remove GConf schema file
+  rm "$pkgdir/etc/gconf/schemas/purple.schemas"
+  rmdir "$pkgdir"/etc{/gconf{/schemas,},}
+}
+
+package_finch(){
+  pkgdesc="A ncurses-based messaging client"
+  depends=("libpurple=$pkgver-$pkgrel" 'libx11' 'python2')
+
+  cd "$srcdir/pidgin-$pkgver"
+
+  # For linking
+  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
+
+  make -C finch DESTDIR="$pkgdir" install
+  make -C doc DESTDIR="$pkgdir" install
+
+  # Remove files that are packaged in libpurle
+  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
+
+  rm "$pkgdir"/usr/share/man/man1/pidgin.1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pidgin/repos/staging-i686/pidgin.install (from rev 213831, 
pidgin/trunk/pidgin.install)
===
--- staging-i686/pidgin.install (rev 0)
+++ staging-i686/pidgin.install 2014-05-29 19:02:49 UTC (rev 213832)
@@ -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
+}

Copied: pidgin/repos/staging-x86_64/PKGBUILD (from rev 213831, 
pidgin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD  

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

2014-05-29 Thread Jaroslav Lichtblau
Date: Thursday, May 29, 2014 @ 20:58:09
  Author: jlichtblau
Revision: 112197

archrelease: copy trunk to community-x86_64

Added:
  powertop/repos/community-x86_64/PKGBUILD
(from rev 112196, powertop/trunk/PKGBUILD)
  powertop/repos/community-x86_64/powertop.changelog
(from rev 112196, powertop/trunk/powertop.changelog)
Deleted:
  powertop/repos/community-x86_64/PKGBUILD
  powertop/repos/community-x86_64/powertop.changelog

+
 PKGBUILD   |   58 ++-
 powertop.changelog |   31 ++-
 2 files changed, 47 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-29 18:57:34 UTC (rev 112196)
+++ PKGBUILD2014-05-29 18:58:09 UTC (rev 112197)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Fehr 
-# Contributor: Xilon 
-
-pkgname=powertop
-pkgver=2.6
-pkgrel=1
-pkgdesc='A tool to diagnose issues with power consumption and power management'
-arch=('i686' 'x86_64')
-url='https://01.org/powertop/'
-license=('GPL2')
-depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
-changelog=$pkgname.changelog
-source=(https://01.org/sites/default/files/downloads/powertop/$pkgname-$pkgver.tar.gz)
-sha256sums=('3024c2b13c8f32cdac0b0ea9359eb5668dc9bd11776cf063481daa878533d1ee')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: powertop/repos/community-x86_64/PKGBUILD (from rev 112196, 
powertop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-29 18:58:09 UTC (rev 112197)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Fehr 
+# Contributor: Xilon 
+
+pkgname=powertop
+pkgver=2.6.1
+pkgrel=1
+pkgdesc='A tool to diagnose issues with power consumption and power management'
+arch=('i686' 'x86_64')
+url='https://01.org/powertop/'
+license=('GPL2')
+depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
+changelog=$pkgname.changelog
+source=(https://01.org/sites/default/files/downloads/powertop/$pkgname-$pkgver.tar.gz)
+sha256sums=('85122b092d7b025bcdd8fdeb8169efcf57de637875570cbfdefb4017a9febc29')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+#  ./autogen.sh
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: powertop.changelog
===
--- powertop.changelog  2014-05-29 18:57:34 UTC (rev 112196)
+++ powertop.changelog  2014-05-29 18:58:09 UTC (rev 112197)
@@ -1,14 +0,0 @@
-2013-03-23 Evangelos Foutras 
-   * powertop 2.3-1
-
-2013-01-05 Jaroslav Lichtblau (Dragonlord) 
-   * powertop 2.2-1
-
-2012-10-28 Jaroslav Lichtblau (Dragonlord) 
-   * powertop 2.1.1-1
-
-2012-08-22 Sébastien Luttringer (seblu) 
-   * powertop 2.1-1
-
-2012-05-12 Jaroslav Lichtblau (Dragonlord) 
-   * powertop 2.0-1

Copied: powertop/repos/community-x86_64/powertop.changelog (from rev 112196, 
powertop/trunk/powertop.changelog)
===
--- powertop.changelog  (rev 0)
+++ powertop.changelog  2014-05-29 18:58:09 UTC (rev 112197)
@@ -0,0 +1,17 @@
+2014-05-29 Jaroslav Lichtblau 
+   * powertop 2.6.1-1
+
+2013-03-23 Evangelos Foutras 
+   * powertop 2.3-1
+
+2013-01-05 Jaroslav Lichtblau (Dragonlord) 
+   * powertop 2.2-1
+
+2012-10-28 Jaroslav Lichtblau (Dragonlord) 
+   * powertop 2.1.1-1
+
+2012-08-22 Sébastien Luttringer (seblu) 
+   * powertop 2.1-1
+
+2012-05-12 Jaroslav Lichtblau (Dragonlord) 
+   * powertop 2.0-1



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

2014-05-29 Thread Jaroslav Lichtblau
Date: Thursday, May 29, 2014 @ 20:50:49
  Author: jlichtblau
Revision: 112194

upgpkg: wifi-radar 2.0.s09-1

Modified:
  wifi-radar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 16:12:28 UTC (rev 112193)
+++ PKGBUILD2014-05-29 18:50:49 UTC (rev 112194)
@@ -6,19 +6,18 @@
 # Contributor: sebastien le guillerm 
 
 pkgname=wifi-radar
-pkgver=2.0.s08
-pkgrel=8
+pkgver=2.0.s09
+pkgrel=1
 pkgdesc="A PyGTK2 utility for managing WiFi profiles"
 arch=('any')
-url="http://wifi-radar.berlios.de/";
+url="http://wifi-radar.tuxfamily.org/";
 license=('GPL')
 depends=('net-tools' 'pygtk' 'wireless_tools')
 optdepends=('polkit: needed if you launch wifi-radar from menu')
-backup=('etc/wifi-radar.conf')
-source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.bz2
+source=(http://wifi-radar.tuxfamily.org/pub/$pkgname-$pkgver.tar.bz2
 org.archlinux.pkexec.wifi-radar.policy
 wifi-radar_polkit)
-md5sums=('cbad24805d5dc6696e38dc1df619c819'
+md5sums=('041c81d46bdf50d1dfab28444aec34cb'
  '8a71c78f741fe0ec01929255c9edce28'
  '7a3f018a1f163e4775b1a4e83bfcb593')
 
@@ -50,7 +49,7 @@
   make DESTDIR="$pkgdir/usr" sysconfdir="$pkgdir/etc" 
sbindir="$pkgdir/usr/bin" install
 
   # remove empty /etc dir
-  rmdir $pkgdir/etc
+  rmdir "${pkgdir}"/etc
 
   # Install policy file
   install -Dm644 "${srcdir}/org.archlinux.pkexec.wifi-radar.policy" \



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

2014-05-29 Thread Jaroslav Lichtblau
Date: Thursday, May 29, 2014 @ 20:57:34
  Author: jlichtblau
Revision: 112196

upgpkg: powertop 2.6.1-1

Modified:
  powertop/trunk/PKGBUILD
  powertop/trunk/powertop.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 18:51:01 UTC (rev 112195)
+++ PKGBUILD2014-05-29 18:57:34 UTC (rev 112196)
@@ -4,7 +4,7 @@
 # Contributor: Xilon 
 
 pkgname=powertop
-pkgver=2.6
+pkgver=2.6.1
 pkgrel=1
 pkgdesc='A tool to diagnose issues with power consumption and power management'
 arch=('i686' 'x86_64')
@@ -13,16 +13,18 @@
 depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
 changelog=$pkgname.changelog
 
source=(https://01.org/sites/default/files/downloads/powertop/$pkgname-$pkgver.tar.gz)
-sha256sums=('3024c2b13c8f32cdac0b0ea9359eb5668dc9bd11776cf063481daa878533d1ee')
+sha256sums=('85122b092d7b025bcdd8fdeb8169efcf57de637875570cbfdefb4017a9febc29')
 
 build() {
-  cd $pkgname
-  ./autogen.sh
+  cd "$srcdir/$pkgname-$pkgver"
+
+#  ./autogen.sh
   ./configure --prefix=/usr --sbindir=/usr/bin
   make
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
 }

Modified: powertop.changelog
===
--- powertop.changelog  2014-05-29 18:51:01 UTC (rev 112195)
+++ powertop.changelog  2014-05-29 18:57:34 UTC (rev 112196)
@@ -1,3 +1,6 @@
+2014-05-29 Jaroslav Lichtblau 
+   * powertop 2.6.1-1
+
 2013-03-23 Evangelos Foutras 
* powertop 2.3-1
 



[arch-commits] Commit in wifi-radar/repos/community-any (6 files)

2014-05-29 Thread Jaroslav Lichtblau
Date: Thursday, May 29, 2014 @ 20:51:01
  Author: jlichtblau
Revision: 112195

archrelease: copy trunk to community-any

Added:
  wifi-radar/repos/community-any/PKGBUILD
(from rev 112194, wifi-radar/trunk/PKGBUILD)
  wifi-radar/repos/community-any/org.archlinux.pkexec.wifi-radar.policy
(from rev 112194, wifi-radar/trunk/org.archlinux.pkexec.wifi-radar.policy)
  wifi-radar/repos/community-any/wifi-radar_polkit
(from rev 112194, wifi-radar/trunk/wifi-radar_polkit)
Deleted:
  wifi-radar/repos/community-any/PKGBUILD
  wifi-radar/repos/community-any/org.archlinux.pkexec.wifi-radar.policy
  wifi-radar/repos/community-any/wifi-radar_polkit

---+
 PKGBUILD  |  123 +---
 wifi-radar_polkit |   12 ++---
 2 files changed, 67 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-29 18:50:49 UTC (rev 112194)
+++ PKGBUILD2014-05-29 18:51:01 UTC (rev 112195)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Andrea Scarpino 
-# Contributor: dtw 
-# Contributor: shawnifoley http://bbs.archlinux.org/viewtopic.php?t=11492
-# Contributor: sebastien le guillerm 
-
-pkgname=wifi-radar
-pkgver=2.0.s08
-pkgrel=8
-pkgdesc="A PyGTK2 utility for managing WiFi profiles"
-arch=('any')
-url="http://wifi-radar.berlios.de/";
-license=('GPL')
-depends=('net-tools' 'pygtk' 'wireless_tools')
-optdepends=('polkit: needed if you launch wifi-radar from menu')
-backup=('etc/wifi-radar.conf')
-source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.bz2
-org.archlinux.pkexec.wifi-radar.policy
-wifi-radar_polkit)
-md5sums=('cbad24805d5dc6696e38dc1df619c819'
- '8a71c78f741fe0ec01929255c9edce28'
- '7a3f018a1f163e4775b1a4e83bfcb593')
-
-prepare() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  # python2 fix
-  sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $pkgname
-
-  # Fix iwlist and iwconfig path
-   sed -i -e 's|/sbin/iwlist|/usr/bin/iwlist|' \
- -i -e 's|/sbin/iwconfig|/usr/bin/iwconfig|' \
- -i -e 's|/sbin/ifconfig|/usr/bin/ifconfig|' \
- -i -e 's|/sbin/route|/usr/bin/route|' \
- -i -e 's|/sbin/dhcpcd|/usr/bin/dhcpcd|' \
- -i -e 's|/usr/sbin/wpa_supplicant|/usr/bin/wpa_supplicant|' $pkgname
-
-  # Modify desktop file
-  sed -i -e "s/Exec=gksudo -S wifi-radar/Exec=wifi-radar_polkit/" 
$pkgname.desktop
-}
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/usr" sysconfdir="$pkgdir/etc" 
sbindir="$pkgdir/usr/bin" install
-
-  # remove empty /etc dir
-  rmdir $pkgdir/etc
-
-  # Install policy file
-  install -Dm644 "${srcdir}/org.archlinux.pkexec.wifi-radar.policy" \
- 
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.wifi-radar.policy"
-
-  # Install launcher script
-  install -m755 "${srcdir}/wifi-radar_polkit" \
-"${pkgdir}/usr/bin/wifi-radar_polkit"
-}

Copied: wifi-radar/repos/community-any/PKGBUILD (from rev 112194, 
wifi-radar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-29 18:51:01 UTC (rev 112195)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: dtw 
+# Contributor: shawnifoley http://bbs.archlinux.org/viewtopic.php?t=11492
+# Contributor: sebastien le guillerm 
+
+pkgname=wifi-radar
+pkgver=2.0.s09
+pkgrel=1
+pkgdesc="A PyGTK2 utility for managing WiFi profiles"
+arch=('any')
+url="http://wifi-radar.tuxfamily.org/";
+license=('GPL')
+depends=('net-tools' 'pygtk' 'wireless_tools')
+optdepends=('polkit: needed if you launch wifi-radar from menu')
+source=(http://wifi-radar.tuxfamily.org/pub/$pkgname-$pkgver.tar.bz2
+org.archlinux.pkexec.wifi-radar.policy
+wifi-radar_polkit)
+md5sums=('041c81d46bdf50d1dfab28444aec34cb'
+ '8a71c78f741fe0ec01929255c9edce28'
+ '7a3f018a1f163e4775b1a4e83bfcb593')
+
+prepare() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $pkgname
+
+  # Fix iwlist and iwconfig path
+   sed -i -e 's|/sbin/iwlist|/usr/bin/iwlist|' \
+ -i -e 's|/sbin/iwconfig|/usr/bin/iwconfig|' \
+ -i -e 's|/sbin/ifconfig|/usr/bin/ifconfig|' \
+ -i -e 's|/sbin/route|/usr/bin/route|' \
+ -i -e 's|/sbin/dhcpcd|/usr/bin/dhcpcd|' \
+ -i -e 's|/usr/sbin/wpa_supplicant|/usr/bin/wpa_supplicant|' $pkgname
+
+  # Modify desktop file
+  sed -i -e "s/Exec=gksudo -S wifi-radar/Exec=wifi-radar_polkit/" 
$pkgname.desktop
+}
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/usr" sysconfdir="$pkgdir/etc" 
sbindir="$pkgdir/usr/bin" install
+
+  # remove empty /etc dir
+  rmdir "${pkgdir}"/etc
+
+  # Install policy fi

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

2014-05-29 Thread Andreas Radke
Date: Thursday, May 29, 2014 @ 20:40:04
  Author: andyrtr
Revision: 213829

upgpkg: claws-mail 3.10.0-2

perl rebuild

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 18:17:34 UTC (rev 213828)
+++ PKGBUILD2014-05-29 18:40:04 UTC (rev 213829)
@@ -3,7 +3,7 @@
 
 pkgname=claws-mail
 pkgver=3.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+ based e-mail client."
 arch=('i686' 'x86_64')
 license=('GPL3')



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

2014-05-29 Thread Andreas Radke
Date: Thursday, May 29, 2014 @ 20:40:18
  Author: andyrtr
Revision: 213830

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

Added:
  claws-mail/repos/staging-i686/
  claws-mail/repos/staging-i686/PKGBUILD
(from rev 213829, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-i686/claws-mail.install
(from rev 213829, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-x86_64/
  claws-mail/repos/staging-x86_64/PKGBUILD
(from rev 213829, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-x86_64/claws-mail.install
(from rev 213829, claws-mail/trunk/claws-mail.install)

---+
 staging-i686/PKGBUILD |   73 
 staging-i686/claws-mail.install   |   16 +++
 staging-x86_64/PKGBUILD   |   73 
 staging-x86_64/claws-mail.install |   16 +++
 4 files changed, 178 insertions(+)

Copied: claws-mail/repos/staging-i686/PKGBUILD (from rev 213829, 
claws-mail/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 18:40:18 UTC (rev 213830)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.10.0
+pkgrel=2
+pkgdesc="A GTK+ based e-mail client."
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.claws-mail.org";
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind' 
+ # dependencies for plugins
+ 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
+ #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
+optdepends=('python2:   needed for some tools and python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'webkitgtk2:for the fancy webkit html plugin'
+'libsoup:   for the fancy webkit html plugin'
+   'libgdata:  for gdata plugin'
+   'poppler-glib:  for pdf viewer plugin'
+   'ghostscript:   for pdf viewer plugin')
+replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
+conflicts=('claws-mail-extra-plugins')
+provides=('claws')
+install=claws-mail.install
+source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha1sums=('c5e8063ea922b1bd6825f5221347ec8ebfa0ae3b'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+ 
+  # fixes for python2
+  export PYTHON="/usr/bin/python2"
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+  sed -i 's:python -c:python2 -c:g' configure
+  
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin \
+#--help
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/staging-i686/claws-mail.install (from rev 213829, 
claws-mail/trunk/claws-mail.install)
===
--- staging-i686/claws-mail.install (rev 0)
+++ staging-i686/claws-mail.install 2014-05-29 18:40:18 UTC (rev 213830)
@@ -0,0 +1,16 @@
+post_install() {
+  echo "install \"html2ps\" from AUR to add support for printing html mails 
with fancy plugin"
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+

Copied: claws-mail/repos/staging-

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

2014-05-29 Thread Evangelos Foutras
Date: Thursday, May 29, 2014 @ 20:17:24
  Author: foutrelis
Revision: 213827

upgpkg: xfconf 4.10.0-4

Perl 5.20 rebuild.

Modified:
  xfconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 17:50:09 UTC (rev 213826)
+++ PKGBUILD2014-05-29 18:17:24 UTC (rev 213827)
@@ -4,7 +4,7 @@
 
 pkgname=xfconf
 pkgver=4.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A simple client-server configuration storage and query system"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/";
@@ -39,9 +39,6 @@
 
   make DESTDIR="$pkgdir" install
 
-  # remove unneeded dynloader bootstrap file
-  rm "$pkgdir/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.bs"
-
   # fix insecure rpath, http://bugs.archlinux.org/task/19980
   chrpath -d "$pkgdir/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.so"
 }



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

2014-05-29 Thread Evangelos Foutras
Date: Thursday, May 29, 2014 @ 20:17:34
  Author: foutrelis
Revision: 213828

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

Added:
  xfconf/repos/staging-i686/
  xfconf/repos/staging-i686/PKGBUILD
(from rev 213827, xfconf/trunk/PKGBUILD)
  xfconf/repos/staging-x86_64/
  xfconf/repos/staging-x86_64/PKGBUILD
(from rev 213827, xfconf/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   46 ++
 staging-x86_64/PKGBUILD |   46 ++
 2 files changed, 92 insertions(+)

Copied: xfconf/repos/staging-i686/PKGBUILD (from rev 213827, 
xfconf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-29 18:17:34 UTC (rev 213828)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfconf
+pkgver=4.10.0
+pkgrel=4
+pkgdesc="A simple client-server configuration storage and query system"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/";
+license=('GPL2')
+groups=('xfce4')
+# http://www.xfce.org/documentation/requirements
+# keep dbus, see also http://bugs.archlinux.org/task/14536
+depends=('libxfce4util' 'dbus-glib' 'dbus')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig' 'glib-perl'
+ 'intltool' 'gtk-doc' 'chrpath')
+options=('!emptydirs')
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--enable-gtk-doc \
+--with-perl-options=INSTALLDIRS="vendor" \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # fix insecure rpath, http://bugs.archlinux.org/task/19980
+  chrpath -d "$pkgdir/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.so"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfconf/repos/staging-x86_64/PKGBUILD (from rev 213827, 
xfconf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 18:17:34 UTC (rev 213828)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfconf
+pkgver=4.10.0
+pkgrel=4
+pkgdesc="A simple client-server configuration storage and query system"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/";
+license=('GPL2')
+groups=('xfce4')
+# http://www.xfce.org/documentation/requirements
+# keep dbus, see also http://bugs.archlinux.org/task/14536
+depends=('libxfce4util' 'dbus-glib' 'dbus')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig' 'glib-perl'
+ 'intltool' 'gtk-doc' 'chrpath')
+options=('!emptydirs')
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--enable-gtk-doc \
+--with-perl-options=INSTALLDIRS="vendor" \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # fix insecure rpath, http://bugs.archlinux.org/task/19980
+  chrpath -d "$pkgdir/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.so"
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-05-29 Thread Bartłomiej Piotrowski
Date: Thursday, May 29, 2014 @ 19:50:09
  Author: bpiotrowski
Revision: 213826

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-29 17:49:52 UTC (rev 213825)
+++ extra-i686/PKGBUILD 2014-05-29 17:50:09 UTC (rev 213826)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Contributor: Sarah Hay 
-
-pkgname=xvidcore
-pkgver=1.3.2
-pkgrel=3
-pkgdesc="XviD is an open source MPEG-4 video codec"
-arch=('i686' 'x86_64')
-url="http://www.xvid.org/";
-license=('GPL')
-depends=('glibc')
-makedepends=('nasm')
-source=(http://downloads.xvid.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('34389e980d4f849688f8b1e168f4e2f9')
-sha1sums=('74f9ce9c1bebcc9806bf21cb53274b8102700309')
-
-build() {
-  cd "${srcdir}/${pkgname}/build/generic"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}/build/generic"
-  make DESTDIR="${pkgdir}" install
-
-  #Fix dynamic libraries
-  cd "${pkgdir}/usr/lib"
-  _mylib=$(basename libxvidcore.so.*)
-  ln -sf ${_mylib} libxvidcore.so.4
-  ln -sf ${_mylib} libxvidcore.so
-}

Copied: xvidcore/repos/extra-i686/PKGBUILD (from rev 213825, 
xvidcore/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-29 17:50:09 UTC (rev 213826)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Tom Gundersen
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: tobias 
+# Contributor: Sarah Hay 
+
+pkgname=xvidcore
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='XviD is an open source MPEG-4 video codec'
+arch=('i686' 'x86_64')
+url='http://www.xvid.org/'
+license=('GPL')
+depends=('glibc')
+makedepends=('nasm')
+source=(http://downloads.xvid.org/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('f0a77572ac4694038e8519726b2883d9')
+
+build() {
+  cd $pkgname/build/generic
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname/build/generic
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-29 17:49:52 UTC (rev 213825)
+++ extra-x86_64/PKGBUILD   2014-05-29 17:50:09 UTC (rev 213826)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Contributor: Sarah Hay 
-
-pkgname=xvidcore
-pkgver=1.3.2
-pkgrel=3
-pkgdesc="XviD is an open source MPEG-4 video codec"
-arch=('i686' 'x86_64')
-url="http://www.xvid.org/";
-license=('GPL')
-depends=('glibc')
-makedepends=('nasm')
-source=(http://downloads.xvid.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('34389e980d4f849688f8b1e168f4e2f9')
-sha1sums=('74f9ce9c1bebcc9806bf21cb53274b8102700309')
-
-build() {
-  cd "${srcdir}/${pkgname}/build/generic"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}/build/generic"
-  make DESTDIR="${pkgdir}" install
-
-  #Fix dynamic libraries
-  cd "${pkgdir}/usr/lib"
-  _mylib=$(basename libxvidcore.so.*)
-  ln -sf ${_mylib} libxvidcore.so.4
-  ln -sf ${_mylib} libxvidcore.so
-}

Copied: xvidcore/repos/extra-x86_64/PKGBUILD (from rev 213825, 
xvidcore/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-29 17:50:09 UTC (rev 213826)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Tom Gundersen
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: tobias 
+# Contributor: Sarah Hay 
+
+pkgname=xvidcore
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='XviD is an open source MPEG-4 video codec'
+arch=('i686' 'x86_64')
+url='http://www.xvid.org/'
+license=('GPL')
+depends=('glibc')
+makedepends=('nasm')
+source=(http://downloads.xvid.org/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('f0a77572ac4694038e8519726b2883d9')
+
+build() {
+  cd $pkgname/build/generic
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname/build/generic
+  make DESTDIR="$pkgdir" install
+}



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

2014-05-29 Thread Bartłomiej Piotrowski
Date: Thursday, May 29, 2014 @ 19:49:52
  Author: bpiotrowski
Revision: 213825

upgpkg: xvidcore 1.3.3-1

new upstream release

Modified:
  xvidcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 16:21:41 UTC (rev 213824)
+++ PKGBUILD2014-05-29 17:49:52 UTC (rev 213825)
@@ -1,33 +1,28 @@
 # $Id$
-# Maintainer: tobias 
+# Maintainer:  Tom Gundersen
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: tobias 
 # Contributor: Sarah Hay 
 
 pkgname=xvidcore
-pkgver=1.3.2
-pkgrel=3
-pkgdesc="XviD is an open source MPEG-4 video codec"
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='XviD is an open source MPEG-4 video codec'
 arch=('i686' 'x86_64')
-url="http://www.xvid.org/";
+url='http://www.xvid.org/'
 license=('GPL')
 depends=('glibc')
 makedepends=('nasm')
-source=(http://downloads.xvid.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('34389e980d4f849688f8b1e168f4e2f9')
-sha1sums=('74f9ce9c1bebcc9806bf21cb53274b8102700309')
+source=(http://downloads.xvid.org/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('f0a77572ac4694038e8519726b2883d9')
 
 build() {
-  cd "${srcdir}/${pkgname}/build/generic"
+  cd $pkgname/build/generic
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}/build/generic"
-  make DESTDIR="${pkgdir}" install
-
-  #Fix dynamic libraries
-  cd "${pkgdir}/usr/lib"
-  _mylib=$(basename libxvidcore.so.*)
-  ln -sf ${_mylib} libxvidcore.so.4
-  ln -sf ${_mylib} libxvidcore.so
+  cd $pkgname/build/generic
+  make DESTDIR="$pkgdir" install
 }



[arch-commits] Commit in cairo/trunk (PKGBUILD cairo-1.12.16-lto-optional.patch)

2014-05-29 Thread Andreas Radke
Date: Thursday, May 29, 2014 @ 18:21:26
  Author: andyrtr
Revision: 213823

upgpkg: cairo 1.12.16-2

fix build with gcc4.9 - make lto optional and disable it for now

Added:
  cairo/trunk/cairo-1.12.16-lto-optional.patch
Modified:
  cairo/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 cairo-1.12.16-lto-optional.patch |   29 +
 2 files changed, 43 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:21:35 UTC (rev 213822)
+++ PKGBUILD2014-05-29 16:21:26 UTC (rev 213823)
@@ -4,7 +4,7 @@
 
 pkgname=cairo
 pkgver=1.12.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Cairo vector graphics library"
 arch=(i686 x86_64)
 license=('LGPL' 'MPL')
@@ -16,9 +16,19 @@
 #optdepends=('xcb-util: for XCB backend') # really needed?
 provides=('cairo-xcb')
 replaces=('cairo-xcb')
-source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('4f6e337d5d3edd7ea79d1426f575331552b003ec')
+source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.xz
+cairo-1.12.16-lto-optional.patch)
+sha1sums=('4f6e337d5d3edd7ea79d1426f575331552b003ec'
+  '80883e44a57942762995aea2f136701b1fa54568')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # https://bugs.archlinux.org/task/40313 + https://bugs.gentoo.org/510782
+  # patch to make it optional is taken from Gentoo
+  patch -Np1 -i $srcdir/cairo-1.12.16-lto-optional.patch
+  autoreconf -vfi
+}
+
 build() {
   cd $pkgname-$pkgver
 
@@ -26,6 +36,7 @@
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
+   --disable-lto \
--enable-tee \
--enable-gl \
--enable-egl \

Added: cairo-1.12.16-lto-optional.patch
===
--- cairo-1.12.16-lto-optional.patch(rev 0)
+++ cairo-1.12.16-lto-optional.patch2014-05-29 16:21:26 UTC (rev 213823)
@@ -0,0 +1,29 @@
+diff --git a/build/configure.ac.warnings b/build/configure.ac.warnings
+index f984eb2..15b3da2 100644
+--- a/build/configure.ac.warnings
 b/build/configure.ac.warnings
+@@ -38,13 +38,18 @@ dnl options.  Namely, the following:
+ 
+ dnl -flto working really needs a test link, not just a compile
+ 
+-safe_MAYBE_WARN="$MAYBE_WARN"
+-MAYBE_WARN="$MAYBE_WARN -flto"
+-AC_TRY_LINK([],[
++AC_ARG_ENABLE(lto,
++  AS_HELP_STRING([--disable-lto],
++ [Do not try to use Link-Time Optimization]))
++if test "x$enable_lto" != "xno"; then
++  safe_MAYBE_WARN="$MAYBE_WARN"
++  MAYBE_WARN="$MAYBE_WARN -flto"
++  AC_TRY_LINK([],[
+   int main(int argc, char **argv) { return 0; }
+-],[],[
++  ],[],[
+   MAYBE_WARN="$safe_MAYBE_WARN"
+-])
++  ])
++fi
+ 
+ MAYBE_WARN="$MAYBE_WARN -fno-strict-aliasing -fno-common"
+ 
+



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

2014-05-29 Thread Andreas Radke
Date: Thursday, May 29, 2014 @ 18:21:41
  Author: andyrtr
Revision: 213824

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

Added:
  cairo/repos/extra-i686/PKGBUILD
(from rev 213823, cairo/trunk/PKGBUILD)
  cairo/repos/extra-i686/cairo-1.12.16-lto-optional.patch
(from rev 213823, cairo/trunk/cairo-1.12.16-lto-optional.patch)
  cairo/repos/extra-x86_64/PKGBUILD
(from rev 213823, cairo/trunk/PKGBUILD)
  cairo/repos/extra-x86_64/cairo-1.12.16-lto-optional.patch
(from rev 213823, cairo/trunk/cairo-1.12.16-lto-optional.patch)
Deleted:
  cairo/repos/extra-i686/PKGBUILD
  cairo/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  140 
 extra-i686/PKGBUILD   |   59 --
 extra-i686/cairo-1.12.16-lto-optional.patch   |   29 
 extra-x86_64/PKGBUILD |   59 --
 extra-x86_64/cairo-1.12.16-lto-optional.patch |   29 
 5 files changed, 198 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-29 16:21:26 UTC (rev 213823)
+++ extra-i686/PKGBUILD 2014-05-29 16:21:41 UTC (rev 213824)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Brice Carpentier 
-
-pkgname=cairo
-pkgver=1.12.16
-pkgrel=1
-pkgdesc="Cairo vector graphics library"
-arch=(i686 x86_64)
-license=('LGPL' 'MPL')
-url="http://cairographics.org/";
-depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman>=0.28.0' 'glib2' 
'mesa' 'libgl' 'sh' 'lzo2')
-makedepends=('mesa-libgl' 'librsvg' 'gtk2' 'poppler-glib' 'libspectre' 
'gtk-doc' 'valgrind'
- # for the test suite:
- 'ttf-dejavu' 'gsfonts' 'xorg-server-xvfb' ) # 'libdrm')
-#optdepends=('xcb-util: for XCB backend') # really needed?
-provides=('cairo-xcb')
-replaces=('cairo-xcb')
-source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('4f6e337d5d3edd7ea79d1426f575331552b003ec')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --disable-static \
-   --enable-tee \
-   --enable-gl \
-   --enable-egl \
-   --enable-svg \
-   --enable-ps \
-   --enable-pdf \
-   --enable-gobject #\
-   # --enable-test-surfaces
-   
-   #--disable-xlib-xcb \
-   # --enable-test-surfaces \ takes ages
-   #--enable-drm # breaks build
-   
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k test || /bin/true
-  
-  # results:
-  # 1.12.8-1   # 162 Passed, 328 Failed [8 crashed, 10 expected], 26 Skipped
-  # 1.12.12-2: # 29 Passed, 464 Failed [460 crashed, 2 expected], 26 Skipped
-  # 1.12.16-1: 144 Passed, 364 Failed [6 crashed, 12 expected], 27 Skipped
-
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cairo/repos/extra-i686/PKGBUILD (from rev 213823, cairo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-29 16:21:41 UTC (rev 213824)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Brice Carpentier 
+
+pkgname=cairo
+pkgver=1.12.16
+pkgrel=2
+pkgdesc="Cairo vector graphics library"
+arch=(i686 x86_64)
+license=('LGPL' 'MPL')
+url="http://cairographics.org/";
+depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman>=0.28.0' 'glib2' 
'mesa' 'libgl' 'sh' 'lzo2')
+makedepends=('mesa-libgl' 'librsvg' 'gtk2' 'poppler-glib' 'libspectre' 
'gtk-doc' 'valgrind'
+ # for the test suite:
+ 'ttf-dejavu' 'gsfonts' 'xorg-server-xvfb' ) # 'libdrm')
+#optdepends=('xcb-util: for XCB backend') # really needed?
+provides=('cairo-xcb')
+replaces=('cairo-xcb')
+source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.xz
+cairo-1.12.16-lto-optional.patch)
+sha1sums=('4f6e337d5d3edd7ea79d1426f575331552b003ec'
+  '80883e44a57942762995aea2f136701b1fa54568')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # https://bugs.archlinux.org/task/40313 + https://bugs.gentoo.org/510782
+  # patch to make it optional is taken from Gentoo
+  patch -Np1 -i $srcdir/cairo-1.12.16-lto-optional.patch
+  autoreconf -vfi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-lto \
+   --enable-tee \
+   --enable-gl \
+   --enable-egl \
+   --enable-svg \
+   --enable-ps \
+   --enable-pdf \
+   --enable-gobject #\
+   # --enable-test-surfaces
+   
+   #--disable-xlib-xcb \
+   # --enable-test-surfaces \ takes ages
+   #--enable-drm # breaks build
+   
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k test || /bin/true
+  
+  # results:
+  # 1.12.8-1   # 162 Passed, 328 Faile

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

2014-05-29 Thread speps
Date: Thursday, May 29, 2014 @ 18:12:28
  Author: speps
Revision: 112193

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

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

-+
 /PKGBUILD   |   64 ++
 /smtube.install |   24 ++
 community-i686/PKGBUILD |   32 ---
 community-i686/smtube.install   |   12 ---
 community-x86_64/PKGBUILD   |   32 ---
 community-x86_64/smtube.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-29 16:12:09 UTC (rev 112192)
+++ community-i686/PKGBUILD 2014-05-29 16:12:28 UTC (rev 112193)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=2.1
-pkgrel=2
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://smplayer.sourceforge.net";
-license=('GPL')
-depends=('qt5-script' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2";)
-md5sums=('9cd034d5abcbc66445478b5824af50f1')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 112192, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-29 16:12:28 UTC (rev 112193)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=2.1
+pkgrel=3
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://smplayer.sourceforge.net";
+license=('GPL')
+depends=('qt5-script' 'desktop-file-utils' 'hicolor-icon-theme' 
'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'kdemultimedia-dragonplayer: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2";)
+md5sums=('9cd034d5abcbc66445478b5824af50f1')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/smtube.install
===
--- community-i686/smtube.install   2014-05-29 16:12:09 UTC (rev 112192)
+++ community-i686/smtube.install   2014-05-29 16:12:28 UTC (rev 112193)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smtube/repos/community-i686/smtube.install (from rev 112192, 
smtube/trunk/smtube.install)
===
--- community-i686/smtube.install   (rev 0)
+++ community-i686/smtube.install   2014-05-29 16:12:28 UTC (rev 112193)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-29 16:12:09 UTC (rev 112192)
+++ community-x86_64/PKGBUILD   2014-05-29 16:12:28 UTC (rev 112193)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=2.1
-pkgrel=2
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86

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

2014-05-29 Thread speps
Date: Thursday, May 29, 2014 @ 18:12:09
  Author: speps
Revision: 112192

upgpkg: smtube 2.1-3
fix FS#40595

Modified:
  smtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 15:29:26 UTC (rev 112191)
+++ PKGBUILD2014-05-29 16:12:09 UTC (rev 112192)
@@ -4,12 +4,12 @@
 
 pkgname=smtube
 pkgver=2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
 url="http://smplayer.sourceforge.net";
 license=('GPL')
-depends=('qt5-script' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('qt5-script' 'desktop-file-utils' 'hicolor-icon-theme' 
'libxkbcommon-x11')
 makedepends=('qt5-tools')
 optdepends=('mplayer: play videos with MPlayer'
 'smplayer: play videos with SMPlayer'



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 17:29:26
  Author: spupykin
Revision: 112191

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

Added:
  openscenegraph/repos/community-staging-i686/
  openscenegraph/repos/community-staging-i686/PKGBUILD
(from rev 112190, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-i686/giflib.patch
(from rev 112190, openscenegraph/trunk/giflib.patch)
  openscenegraph/repos/community-staging-x86_64/
  openscenegraph/repos/community-staging-x86_64/PKGBUILD
(from rev 112190, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-x86_64/giflib.patch
(from rev 112190, openscenegraph/trunk/giflib.patch)

---+
 community-staging-i686/PKGBUILD   |   59 
 community-staging-i686/giflib.patch   |   12 ++
 community-staging-x86_64/PKGBUILD |   59 
 community-staging-x86_64/giflib.patch |   12 ++
 4 files changed, 142 insertions(+)

Copied: openscenegraph/repos/community-staging-i686/PKGBUILD (from rev 112190, 
openscenegraph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 15:29:26 UTC (rev 112191)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Hans Janssen 
+# Contributor: my64 
+# Contributor: Colin Pitrat 
+
+pkgname=openscenegraph
+pkgver=3.2.0
+pkgrel=4
+pkgdesc="An Open Source, high performance real-time graphics toolkit"
+arch=('i686' 'x86_64')
+license=('custom:OSGPL')
+url="http://www.openscenegraph.org";
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+makedepends=('cmake' 'libvncserver' 'qt4' 'ffmpeg-compat' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt4')
+conflicts=('openthreads')
+provides=('openthreads')
+#source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip
+source=(http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip
+   giflib.patch)
+md5sums=('4980f8692712a24d4c99f363f80c6814'
+ '8c06c8410e8840e83c242b8b401cdad7')
+
+prepare() {
+  cd OpenSceneGraph-$pkgver
+  patch -p1 <$srcdir/giflib.patch
+}
+
+build() {
+  cd OpenSceneGraph-$pkgver
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat"
+  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
+  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS"
+  [ $NOEXTRACT -eq 1 ] || cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DFFMPEG_LIBAVCODEC_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVCODEC_LIBRARIES=/usr/lib/ffmpeg-compat/libavcodec.so \
+-DFFMPEG_LIBAVDEVICE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVDEVICE_LIBRARIES=/usr/lib/ffmpeg-compat/libavdevice.so \
+-DFFMPEG_LIBAVFORMAT_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVFORMAT_LIBRARIES=/usr/lib/ffmpeg-compat/libavformat.so \
+-DFFMPEG_LIBAVUTIL_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBAVUTIL_LIBRARIES=/usr/lib/ffmpeg-compat/libavutil.so \
+-DFFMPEG_LIBSWSCALE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
+-DFFMPEG_LIBSWSCALE_LIBRARIES=/usr/lib/ffmpeg-compat/libswscale.so
+
+#  sed -i 's|#include |//#include |' 
src/osgPlugins/curl/ReaderWriterCURL.cpp
+  make
+}
+
+package() {
+  cd OpenSceneGraph-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  [ -d "$pkgdir/usr/lib64" ] && mv "$pkgdir/usr/lib64" "$pkgdir/usr/lib" || 
true
+}

Copied: openscenegraph/repos/community-staging-i686/giflib.patch (from rev 
112190, openscenegraph/trunk/giflib.patch)
===
--- community-staging-i686/giflib.patch (rev 0)
+++ community-staging-i686/giflib.patch 2014-05-29 15:29:26 UTC (rev 112191)
@@ -0,0 +1,12 @@
+diff -wbBur OpenSceneGraph-3.2.0/src/osgPlugins/gif/ReaderWriterGIF.cpp 
OpenSceneGraph-3.2.0.q/src/osgPlugins/gif/ReaderWriterGIF.cpp
+--- OpenSceneGraph-3.2.0/src/osgPlugins/gif/ReaderWriterGIF.cpp
2013-06-03 18:04:02.0 +0400
 OpenSceneGraph-3.2.0.q/src/osgPlugins/gif/ReaderWriterGIF.cpp  
2014-05-29 19:00:40.163985068 +0400
+@@ -561,7 +561,7 @@
+ *width_ret = giffile->SWidth;
+ *height_ret = giffile->SHeight;
+ *numComponents_ret = 4;
+-DGifCloseFile(giffile);
++DGifCloseFile(giffile, NULL);
+ return buffer;
+ }
+ 

Copied: openscenegraph/repos/community-staging-x86_64/PKGBUILD (from rev 
112190, openscenegraph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ co

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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 17:29:16
  Author: spupykin
Revision: 112190

upgpkg: openscenegraph 3.2.0-4

upd

Added:
  openscenegraph/trunk/giflib.patch
Modified:
  openscenegraph/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 giflib.patch |   12 
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 15:08:27 UTC (rev 112189)
+++ PKGBUILD2014-05-29 15:29:16 UTC (rev 112190)
@@ -6,7 +6,7 @@
 
 pkgname=openscenegraph
 pkgver=3.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="An Open Source, high performance real-time graphics toolkit"
 arch=('i686' 'x86_64')
 license=('custom:OSGPL')
@@ -17,9 +17,16 @@
 conflicts=('openthreads')
 provides=('openthreads')
 
#source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip
-source=(http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip)
-md5sums=('4980f8692712a24d4c99f363f80c6814')
+source=(http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip
+   giflib.patch)
+md5sums=('4980f8692712a24d4c99f363f80c6814'
+ '8c06c8410e8840e83c242b8b401cdad7')
 
+prepare() {
+  cd OpenSceneGraph-$pkgver
+  patch -p1 <$srcdir/giflib.patch
+}
+
 build() {
   cd OpenSceneGraph-$pkgver
   export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH

Added: giflib.patch
===
--- giflib.patch(rev 0)
+++ giflib.patch2014-05-29 15:29:16 UTC (rev 112190)
@@ -0,0 +1,12 @@
+diff -wbBur OpenSceneGraph-3.2.0/src/osgPlugins/gif/ReaderWriterGIF.cpp 
OpenSceneGraph-3.2.0.q/src/osgPlugins/gif/ReaderWriterGIF.cpp
+--- OpenSceneGraph-3.2.0/src/osgPlugins/gif/ReaderWriterGIF.cpp
2013-06-03 18:04:02.0 +0400
 OpenSceneGraph-3.2.0.q/src/osgPlugins/gif/ReaderWriterGIF.cpp  
2014-05-29 19:00:40.163985068 +0400
+@@ -561,7 +561,7 @@
+ *width_ret = giffile->SWidth;
+ *height_ret = giffile->SHeight;
+ *numComponents_ret = 4;
+-DGifCloseFile(giffile);
++DGifCloseFile(giffile, NULL);
+ return buffer;
+ }
+ 



[arch-commits] Commit in ziproxy/trunk (PKGBUILD build-fix.patch)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 17:08:10
  Author: spupykin
Revision: 112188

upgpkg: ziproxy 3.3.0-5

upd

Modified:
  ziproxy/trunk/PKGBUILD
  ziproxy/trunk/build-fix.patch

-+
 PKGBUILD|4 ++--
 build-fix.patch |   13 +++--
 2 files changed, 13 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 15:08:07 UTC (rev 112187)
+++ PKGBUILD2014-05-29 15:08:10 UTC (rev 112188)
@@ -4,7 +4,7 @@
 
 pkgname=ziproxy
 pkgver=3.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="forwarding, non-caching, compressing HTTP proxy server"
 arch=('i686' 'x86_64')
 url="http://ziproxy.sourceforge.net/";
@@ -31,7 +31,7 @@
 md5sums=('a8fda01591d455bb23c64c9c5ed3980d'
  'feb35264391c790cedd5e995182b5ff5'
  '3d2f9208b5ab6738c136049e1fd2e433'
- '0eb798863234ee0e9066812ef2a73539')
+ '0cc338d537e09c2d643283389b6cac06')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver

Modified: build-fix.patch
===
--- build-fix.patch 2014-05-29 15:08:07 UTC (rev 112187)
+++ build-fix.patch 2014-05-29 15:08:10 UTC (rev 112188)
@@ -1,6 +1,6 @@
-diff -wbBur ziproxy-3.3.0/src/image.c ziproxy-3.3.0.q/src/image.c
+diff -wbBur ziproxy-3.3.0/src/image.c ziproxy-3.3.0.my/src/image.c
 --- ziproxy-3.3.0/src/image.c  2013-01-04 20:48:50.0 +0400
-+++ ziproxy-3.3.0.q/src/image.c2013-08-11 00:24:03.868670477 +0400
 ziproxy-3.3.0.my/src/image.c   2014-05-29 18:52:52.980657105 +0400
 @@ -93,6 +93,10 @@
  #define MIN_INSIZE_TO_JPEG 600
  #define MIN_INSIZE_TO_JP2K 800
@@ -21,3 +21,12 @@
return( IMG_RET_ERR_UNKNOWN + IMG_RET_FLG_WHILE_DECOMP);//more 
possible reasons
  
bmp = new_raw_bitmap();
+@@ -1083,7 +1087,7 @@
+   }
+   bmp->pal_bpp = bmp->bpp;
+   
+-  DGifCloseFile(GifFile);
++  DGifCloseFile(GifFile, NULL);
+   return IMG_RET_OK;
+ }
+ 



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 17:08:07
  Author: spupykin
Revision: 112187

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

Added:
  xplanet/repos/community-staging-i686/
  xplanet/repos/community-staging-i686/PKGBUILD
(from rev 112186, xplanet/trunk/PKGBUILD)
  xplanet/repos/community-staging-i686/giflib6.patch
(from rev 112186, xplanet/trunk/giflib6.patch)
  xplanet/repos/community-staging-x86_64/
  xplanet/repos/community-staging-x86_64/PKGBUILD
(from rev 112186, xplanet/trunk/PKGBUILD)
  xplanet/repos/community-staging-x86_64/giflib6.patch
(from rev 112186, xplanet/trunk/giflib6.patch)

+
 community-staging-i686/PKGBUILD|   33 +++
 community-staging-i686/giflib6.patch   |  141 +++
 community-staging-x86_64/PKGBUILD  |   33 +++
 community-staging-x86_64/giflib6.patch |  141 +++
 4 files changed, 348 insertions(+)

Copied: xplanet/repos/community-staging-i686/PKGBUILD (from rev 112186, 
xplanet/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 15:08:07 UTC (rev 112187)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: dorphell 
+# Committer: Judd Vinet 
+
+pkgname=xplanet
+pkgver=1.3.0
+pkgrel=5
+pkgdesc="An Xearth wannabe"
+arch=(i686 x86_64)
+url="http://xplanet.sourceforge.net/";
+license=('GPL')
+depends=('pango' 'giflib' 'libtiff' 'libxss')
+source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz
+   giflib6.patch)
+md5sums=('41f7db2ccd1d8b4b989cacaf9adfe692'
+ '027342e9a912e8eaee3a913d6c710050')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 <$srcdir/giflib6.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-freetype
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}

Copied: xplanet/repos/community-staging-i686/giflib6.patch (from rev 112186, 
xplanet/trunk/giflib6.patch)
===
--- community-staging-i686/giflib6.patch(rev 0)
+++ community-staging-i686/giflib6.patch2014-05-29 15:08:07 UTC (rev 
112187)
@@ -0,0 +1,141 @@
+diff -wbBur xplanet-1.3.0/src/libimage/gif.c 
xplanet-1.3.0.my/src/libimage/gif.c
+--- xplanet-1.3.0/src/libimage/gif.c   2006-03-26 01:50:51.0 +0300
 xplanet-1.3.0.my/src/libimage/gif.c2014-05-29 18:59:14.830652716 
+0400
+@@ -20,7 +20,7 @@
+ 
+ #include 
+ #include 
+-
++#define FALSE 0
+ #include 
+ 
+ /*
+@@ -42,11 +42,11 @@
+ int color_index;
+ unsigned char *ptr = NULL;
+ 
+-infile = DGifOpenFileName(filename);
++infile = DGifOpenFileName(filename, NULL);
+ 
+ if (infile == NULL)
+ {
+-PrintGifError();
++printf("%s\n", GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ 
+@@ -54,7 +54,7 @@
+ {
+ if (DGifGetRecordType(infile, &record_type) == GIF_ERROR) 
+ {
+-PrintGifError();
++printf("%s\n", GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ 
+@@ -63,7 +63,7 @@
+ case IMAGE_DESC_RECORD_TYPE:
+ if (DGifGetImageDesc(infile) == GIF_ERROR)
+ {
+-PrintGifError();
++printf("%s\n", GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ 
+@@ -107,14 +107,14 @@
+ GifByteType *ext;
+ if (DGifGetExtension(infile, &ext_code, &ext) == GIF_ERROR) 
+ {
+-PrintGifError();
++printf("%s\n", GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ while (ext != NULL) 
+ {
+ if (DGifGetExtensionNext(infile, &ext) == GIF_ERROR) 
+ {
+-PrintGifError();
++printf("%s\n", GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ }
+@@ -154,7 +154,7 @@
+ 
+ free(buffer);
+ 
+-DGifCloseFile(infile);
++DGifCloseFile(infile, NULL);
+ return(1);
+ }
+ 
+@@ -178,7 +178,7 @@
+ return(0);
+ }
+ 
+-colormap = MakeMapObject(colormap_size, NULL);
++colormap = GifMakeMapObject(colormap_size, NULL);
+ 
+ for (i = 0; i < width * height; i++)
+ {
+@@ -187,10 +187,10 @@
+ blue[i]  = (GifByteType) rgb[3*i+2];
+ }
+   
+-if (QuantizeBuffer(width, height, &colormap_size, red, green, blue,   
++if (GifQuantizeBuffer(width, height, &colormap_size, red, green, blue,   
+buffer, colormap->Colors) == GIF_ERROR)
+ {
+-PrintGifError();
++printf("%s\n", GifErrorString(GIF_ERROR));
+ return(0);
+ }
+ 
+

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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 17:07:57
  Author: spupykin
Revision: 112186

upgpkg: xplanet 1.3.0-5

upd

Modified:
  xplanet/trunk/PKGBUILD
  xplanet/trunk/giflib6.patch

---+
 PKGBUILD  |4 ++--
 giflib6.patch |   19 +++
 2 files changed, 17 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 15:07:49 UTC (rev 112185)
+++ PKGBUILD2014-05-29 15:07:57 UTC (rev 112186)
@@ -5,7 +5,7 @@
 
 pkgname=xplanet
 pkgver=1.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="An Xearth wannabe"
 arch=(i686 x86_64)
 url="http://xplanet.sourceforge.net/";
@@ -14,7 +14,7 @@
 
source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz
giflib6.patch)
 md5sums=('41f7db2ccd1d8b4b989cacaf9adfe692'
- '74e1894304fe3b7caf0b3ddf3c471b0b')
+ '027342e9a912e8eaee3a913d6c710050')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver

Modified: giflib6.patch
===
--- giflib6.patch   2014-05-29 15:07:49 UTC (rev 112185)
+++ giflib6.patch   2014-05-29 15:07:57 UTC (rev 112186)
@@ -1,6 +1,6 @@
-diff -wbBur xplanet-1.3.0/src/libimage/gif.c 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/xplanet/src/xplanet-1.3.0/src/libimage/gif.c
+diff -wbBur xplanet-1.3.0/src/libimage/gif.c 
xplanet-1.3.0.my/src/libimage/gif.c
 --- xplanet-1.3.0/src/libimage/gif.c   2006-03-26 01:50:51.0 +0300
-+++ 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/xplanet/src/xplanet-1.3.0/src/libimage/gif.c
  2013-07-30 18:21:17.412474692 +0400
 xplanet-1.3.0.my/src/libimage/gif.c2014-05-29 18:59:14.830652716 
+0400
 @@ -20,7 +20,7 @@
  
  #include 
@@ -59,6 +59,15 @@
  return(0);
  }
  }
+@@ -154,7 +154,7 @@
+ 
+ free(buffer);
+ 
+-DGifCloseFile(infile);
++DGifCloseFile(infile, NULL);
+ return(1);
+ }
+ 
 @@ -178,7 +178,7 @@
  return(0);
  }
@@ -119,11 +128,13 @@
  return(0);
  }
  ptr += width;
-@@ -233,7 +233,7 @@
+@@ -232,8 +232,8 @@
+ 
  EGifSpew(outfile);
  
- if (EGifCloseFile(outfile) == GIF_ERROR) 
+-if (EGifCloseFile(outfile) == GIF_ERROR) 
 -PrintGifError();
++if (EGifCloseFile(outfile, NULL) == GIF_ERROR) 
 +printf("%s\n", GifErrorString(GIF_ERROR));
  
  free(buffer);



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 17:08:27
  Author: spupykin
Revision: 112189

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

Added:
  ziproxy/repos/community-staging-i686/
  ziproxy/repos/community-staging-i686/PKGBUILD
(from rev 112188, ziproxy/trunk/PKGBUILD)
  ziproxy/repos/community-staging-i686/build-fix.patch
(from rev 112188, ziproxy/trunk/build-fix.patch)
  ziproxy/repos/community-staging-i686/ziproxy.install
(from rev 112188, ziproxy/trunk/ziproxy.install)
  ziproxy/repos/community-staging-i686/ziproxy.logrotate
(from rev 112188, ziproxy/trunk/ziproxy.logrotate)
  ziproxy/repos/community-staging-i686/ziproxy.xinetd
(from rev 112188, ziproxy/trunk/ziproxy.xinetd)
  ziproxy/repos/community-staging-x86_64/
  ziproxy/repos/community-staging-x86_64/PKGBUILD
(from rev 112188, ziproxy/trunk/PKGBUILD)
  ziproxy/repos/community-staging-x86_64/build-fix.patch
(from rev 112188, ziproxy/trunk/build-fix.patch)
  ziproxy/repos/community-staging-x86_64/ziproxy.install
(from rev 112188, ziproxy/trunk/ziproxy.install)
  ziproxy/repos/community-staging-x86_64/ziproxy.logrotate
(from rev 112188, ziproxy/trunk/ziproxy.logrotate)
  ziproxy/repos/community-staging-x86_64/ziproxy.xinetd
(from rev 112188, ziproxy/trunk/ziproxy.xinetd)

+
 community-staging-i686/PKGBUILD|   60 +++
 community-staging-i686/build-fix.patch |   32 ++
 community-staging-i686/ziproxy.install |   11 
 community-staging-i686/ziproxy.logrotate   |   13 +
 community-staging-i686/ziproxy.xinetd  |   14 ++
 community-staging-x86_64/PKGBUILD  |   60 +++
 community-staging-x86_64/build-fix.patch   |   32 ++
 community-staging-x86_64/ziproxy.install   |   11 
 community-staging-x86_64/ziproxy.logrotate |   13 +
 community-staging-x86_64/ziproxy.xinetd|   14 ++
 10 files changed, 260 insertions(+)

Copied: ziproxy/repos/community-staging-i686/PKGBUILD (from rev 112188, 
ziproxy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 15:08:27 UTC (rev 112189)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Yejun Yang yejunx AT gmail DOT com
+
+pkgname=ziproxy
+pkgver=3.3.0
+pkgrel=5
+pkgdesc="forwarding, non-caching, compressing HTTP proxy server"
+arch=('i686' 'x86_64')
+url="http://ziproxy.sourceforge.net/";
+license=('GPL2')
+depends=('giflib' 'libpng' 'libjpeg' 'zlib' 'jasper' 'libsasl')
+backup=(etc/ziproxy/ziproxy.conf
+   etc/ziproxy/bo_exception.list
+   etc/ziproxy/http.passwd
+   etc/ziproxy/noprocess.list
+   etc/ziproxy/replace.list
+   etc/xinetd.d/ziproxy
+   var/lib/ziproxy/error/400.html
+   var/lib/ziproxy/error/404.html
+   var/lib/ziproxy/error/407.html
+   var/lib/ziproxy/error/408.html
+   var/lib/ziproxy/error/409.html
+   var/lib/ziproxy/error/500.html
+   var/lib/ziproxy/error/503.html)
+install=ziproxy.install
+source=(http://downloads.sourceforge.net/project/ziproxy/ziproxy/ziproxy-$pkgver/ziproxy-$pkgver.tar.bz2
+   ziproxy.logrotate
+   ziproxy.xinetd
+   build-fix.patch)
+md5sums=('a8fda01591d455bb23c64c9c5ed3980d'
+ 'feb35264391c790cedd5e995182b5ff5'
+ '3d2f9208b5ab6738c136049e1fd2e433'
+ '0cc338d537e09c2d643283389b6cac06')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 <$srcdir/build-fix.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ -f Makefile ] || ./configure --prefix=/usr --with-jasper
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -d $pkgdir/var/lib/ziproxy/error
+  install -d $pkgdir/etc/conf.d
+
+  sed -i 's#var/ziproxy#var/lib/ziproxy#' etc/ziproxy/ziproxy.conf
+  cp -a etc/ziproxy $pkgdir/etc/ziproxy
+  install -m644 var/ziproxy/error/* $pkgdir/var/lib/ziproxy/error
+  echo "ZIPROXY_ARGS=\"-c /etc/ziproxy/ziproxy.conf\"" 
>$pkgdir/etc/conf.d/ziproxy
+  install -Dm0644 $srcdir/ziproxy.logrotate $pkgdir/etc/logrotate.d/ziproxy
+  install -Dm0644 $srcdir/ziproxy.xinetd $pkgdir/etc/xinetd.d/ziproxy
+}

Copied: ziproxy/repos/community-staging-i686/build-fix.patch (from rev 112188, 
ziproxy/trunk/build-fix.patch)
===
--- community-staging-i686/build-fix.patch  (rev 0)
+++ community-staging-i686/build-fix.patch  2014-05-29 15:08:27 UTC (rev 
112189)
@@ -0,0 +1,32 @@
+diff -wbBur ziproxy-3.3.0/src/image.c ziproxy-3.3.0.my/src/image.c
+--- ziproxy-3.3.0/src/image.c  2013-01-04 20:48:50.0 +0400
 ziproxy-3.3.0.my/src/image.c   2014-05-29 18:52:52.980657105 +0400
+@@ -93,6 +93,10 @@
+ #define MIN_INSIZE_TO_JPEG 600
+ #define MIN_INSIZE_TO_JP2K

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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 17:07:20
  Author: spupykin
Revision: 112181

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

Added:
  fbv/repos/community-staging-i686/
  fbv/repos/community-staging-i686/ChangeLog
(from rev 112180, fbv/trunk/ChangeLog)
  fbv/repos/community-staging-i686/PKGBUILD
(from rev 112180, fbv/trunk/PKGBUILD)
  fbv/repos/community-staging-i686/giflib-5.1.patch
(from rev 112180, fbv/trunk/giflib-5.1.patch)
  fbv/repos/community-staging-x86_64/
  fbv/repos/community-staging-x86_64/ChangeLog
(from rev 112180, fbv/trunk/ChangeLog)
  fbv/repos/community-staging-x86_64/PKGBUILD
(from rev 112180, fbv/trunk/PKGBUILD)
  fbv/repos/community-staging-x86_64/giflib-5.1.patch
(from rev 112180, fbv/trunk/giflib-5.1.patch)

---+
 community-staging-i686/ChangeLog  |2 
 community-staging-i686/PKGBUILD   |   32 ++
 community-staging-i686/giflib-5.1.patch   |   62 
 community-staging-x86_64/ChangeLog|2 
 community-staging-x86_64/PKGBUILD |   32 ++
 community-staging-x86_64/giflib-5.1.patch |   62 
 6 files changed, 192 insertions(+)

Copied: fbv/repos/community-staging-i686/ChangeLog (from rev 112180, 
fbv/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-05-29 15:07:20 UTC (rev 112181)
@@ -0,0 +1,2 @@
+2007-06-26 tardo 
+* Built for x86_64

Copied: fbv/repos/community-staging-i686/PKGBUILD (from rev 112180, 
fbv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 15:07:20 UTC (rev 112181)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Aectann 
+
+pkgname=fbv
+pkgver=1.0b
+pkgrel=9
+pkgdesc="FrameBuffer image viewer"
+arch=('i686' 'x86_64')
+url="http://s-tech.elsat.net.pl/fbv/";
+license=('GPL')
+depends=('libpng' 'giflib' 'libjpeg')
+source=(http://s-tech.elsat.net.pl/fbv/$pkgname-$pkgver.tar.gz
+giflib-5.1.patch)
+md5sums=('3e466375b930ec22be44f1041e77b55d'
+ 'f91404fb82f0b6b9fc0e0716f0c182c0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  sed -i 's|LIBS.*|LIBS=-lpng -ljpeg -lgif|' Make.conf
+  sed -i 's|setjmp(png_ptr->jmpbuf)|setjmp(png_jmpbuf(png_ptr))|' png.c
+  patch -Np1 -i ../giflib-5.1.patch
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/bin
+  mkdir -p $pkgdir/usr/share/man/man1
+  make DESTDIR=$pkgdir install
+}

Copied: fbv/repos/community-staging-i686/giflib-5.1.patch (from rev 112180, 
fbv/trunk/giflib-5.1.patch)
===
--- community-staging-i686/giflib-5.1.patch (rev 0)
+++ community-staging-i686/giflib-5.1.patch 2014-05-29 15:07:20 UTC (rev 
112181)
@@ -0,0 +1,62 @@
+diff -wbBur fbv-1.0b/gif.c fbv-1.0b.my/gif.c
+--- fbv-1.0b/gif.c 2003-08-25 00:23:02.0 +0400
 fbv-1.0b.my/gif.c  2014-05-29 18:39:41.337332872 +0400
+@@ -31,10 +31,10 @@
+ #include 
+ #define min(a,b) ((a) < (b) ? (a) : (b))
+ #define gflush return(FH_ERROR_FILE);
+-#define grflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
+-#define mgrflush { free(lb); free(slb); DGifCloseFile(gft); 
return(FH_ERROR_FORMAT); }
++#define grflush { DGifCloseFile(gft, NULL); return(FH_ERROR_FORMAT); }
++#define mgrflush { free(lb); free(slb); DGifCloseFile(gft, NULL); 
return(FH_ERROR_FORMAT); }
+ #define agflush return(FH_ERROR_FORMAT);
+-#define agrflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
++#define agrflush { DGifCloseFile(gft, NULL); return(FH_ERROR_FORMAT); }
+ 
+ 
+ int fh_gif_id(char *name)
+@@ -81,7 +81,7 @@
+ ColorMapObject *cmap;
+ int cmaps;
+ 
+-gft=DGifOpenFileName(name);
++gft=DGifOpenFileName(name, NULL);
+ if(gft==NULL){printf("err5\n"); gflush;} //
+ do
+ {
+@@ -170,7 +170,7 @@
+   }
+ }
+ while( rt!= TERMINATE_RECORD_TYPE );
+-DGifCloseFile(gft);
++DGifCloseFile(gft, NULL);
+ return(FH_ERROR_OK);
+ }
+ 
+@@ -184,7 +184,7 @@
+ int extcode;
+ GifRecordType rt;
+ 
+-gft=DGifOpenFileName(name);
++gft=DGifOpenFileName(name, NULL);
+ if(gft==NULL) gflush;
+ do
+ {
+@@ -197,7 +197,7 @@
+   px=gft->Image.Width;
+   py=gft->Image.Height;
+   *x=px; *y=py;
+-  DGifCloseFile(gft);
++  DGifCloseFile(gft, NULL);
+   return(FH_ERROR_OK);
+   break;
+   case EXTENSION_RECORD_TYPE:
+@@ -210,7 +210,7 @@
+   }  
+ }
+ while( rt!= TERMINATE_RECORD_TYPE );
+-DGifCloseFile(gft);
++

[arch-commits] Commit in fbv/trunk (PKGBUILD giflib-5.0.patch giflib-5.1.patch)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 17:07:07
  Author: spupykin
Revision: 112180

upgpkg: fbv 1.0b-9

upd

Added:
  fbv/trunk/giflib-5.1.patch
(from rev 112172, fbv/trunk/giflib-5.0.patch)
Modified:
  fbv/trunk/PKGBUILD
Deleted:
  fbv/trunk/giflib-5.0.patch

--+
 PKGBUILD |8 +++---
 giflib-5.0.patch |   21 -
 giflib-5.1.patch |   62 +
 3 files changed, 66 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 15:06:03 UTC (rev 112179)
+++ PKGBUILD2014-05-29 15:07:07 UTC (rev 112180)
@@ -4,7 +4,7 @@
 
 pkgname=fbv
 pkgver=1.0b
-pkgrel=8
+pkgrel=9
 pkgdesc="FrameBuffer image viewer"
 arch=('i686' 'x86_64')
 url="http://s-tech.elsat.net.pl/fbv/";
@@ -11,9 +11,9 @@
 license=('GPL')
 depends=('libpng' 'giflib' 'libjpeg')
 source=(http://s-tech.elsat.net.pl/fbv/$pkgname-$pkgver.tar.gz
-giflib-5.0.patch)
+giflib-5.1.patch)
 md5sums=('3e466375b930ec22be44f1041e77b55d'
- '6310899c97c4226352ad409c1c7fefb3')
+ 'f91404fb82f0b6b9fc0e0716f0c182c0')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -20,7 +20,7 @@
   ./configure --prefix=/usr --mandir=/usr/share/man
   sed -i 's|LIBS.*|LIBS=-lpng -ljpeg -lgif|' Make.conf
   sed -i 's|setjmp(png_ptr->jmpbuf)|setjmp(png_jmpbuf(png_ptr))|' png.c
-  patch -Np1 -i ../giflib-5.0.patch
+  patch -Np1 -i ../giflib-5.1.patch
   make
 }
 

Deleted: giflib-5.0.patch
===
--- giflib-5.0.patch2014-05-29 15:06:03 UTC (rev 112179)
+++ giflib-5.0.patch2014-05-29 15:07:07 UTC (rev 112180)
@@ -1,21 +0,0 @@
-diff -rupN a/gif.c b/gif.c
 a/gif.c2003-08-24 22:23:02.0 +0200
-+++ b/gif.c2013-07-30 10:27:55.851099159 +0200
-@@ -81,7 +81,7 @@ int fh_gif_load(char *name,unsigned char
- ColorMapObject *cmap;
- int cmaps;
- 
--gft=DGifOpenFileName(name);
-+gft=DGifOpenFileName(name, NULL);
- if(gft==NULL){printf("err5\n"); gflush;} //
- do
- {
-@@ -184,7 +184,7 @@ int fh_gif_getsize(char *name,int *x,int
- int extcode;
- GifRecordType rt;
- 
--gft=DGifOpenFileName(name);
-+gft=DGifOpenFileName(name, NULL);
- if(gft==NULL) gflush;
- do
- {

Copied: fbv/trunk/giflib-5.1.patch (from rev 112172, fbv/trunk/giflib-5.0.patch)
===
--- giflib-5.1.patch(rev 0)
+++ giflib-5.1.patch2014-05-29 15:07:07 UTC (rev 112180)
@@ -0,0 +1,62 @@
+diff -wbBur fbv-1.0b/gif.c fbv-1.0b.my/gif.c
+--- fbv-1.0b/gif.c 2003-08-25 00:23:02.0 +0400
 fbv-1.0b.my/gif.c  2014-05-29 18:39:41.337332872 +0400
+@@ -31,10 +31,10 @@
+ #include 
+ #define min(a,b) ((a) < (b) ? (a) : (b))
+ #define gflush return(FH_ERROR_FILE);
+-#define grflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
+-#define mgrflush { free(lb); free(slb); DGifCloseFile(gft); 
return(FH_ERROR_FORMAT); }
++#define grflush { DGifCloseFile(gft, NULL); return(FH_ERROR_FORMAT); }
++#define mgrflush { free(lb); free(slb); DGifCloseFile(gft, NULL); 
return(FH_ERROR_FORMAT); }
+ #define agflush return(FH_ERROR_FORMAT);
+-#define agrflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }
++#define agrflush { DGifCloseFile(gft, NULL); return(FH_ERROR_FORMAT); }
+ 
+ 
+ int fh_gif_id(char *name)
+@@ -81,7 +81,7 @@
+ ColorMapObject *cmap;
+ int cmaps;
+ 
+-gft=DGifOpenFileName(name);
++gft=DGifOpenFileName(name, NULL);
+ if(gft==NULL){printf("err5\n"); gflush;} //
+ do
+ {
+@@ -170,7 +170,7 @@
+   }
+ }
+ while( rt!= TERMINATE_RECORD_TYPE );
+-DGifCloseFile(gft);
++DGifCloseFile(gft, NULL);
+ return(FH_ERROR_OK);
+ }
+ 
+@@ -184,7 +184,7 @@
+ int extcode;
+ GifRecordType rt;
+ 
+-gft=DGifOpenFileName(name);
++gft=DGifOpenFileName(name, NULL);
+ if(gft==NULL) gflush;
+ do
+ {
+@@ -197,7 +197,7 @@
+   px=gft->Image.Width;
+   py=gft->Image.Height;
+   *x=px; *y=py;
+-  DGifCloseFile(gft);
++  DGifCloseFile(gft, NULL);
+   return(FH_ERROR_OK);
+   break;
+   case EXTENSION_RECORD_TYPE:
+@@ -210,7 +210,7 @@
+   }  
+ }
+ while( rt!= TERMINATE_RECORD_TYPE );
+-DGifCloseFile(gft);
++DGifCloseFile(gft, NULL);
+ return(FH_ERROR_FORMAT);
+ }
+ #endif



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 17:07:49
  Author: spupykin
Revision: 112185

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

Added:
  leptonica/repos/community-staging-i686/
  leptonica/repos/community-staging-i686/PKGBUILD
(from rev 112184, leptonica/trunk/PKGBUILD)
  leptonica/repos/community-staging-i686/giflib6.patch
(from rev 112184, leptonica/trunk/giflib6.patch)
  leptonica/repos/community-staging-x86_64/
  leptonica/repos/community-staging-x86_64/PKGBUILD
(from rev 112184, leptonica/trunk/PKGBUILD)
  leptonica/repos/community-staging-x86_64/giflib6.patch
(from rev 112184, leptonica/trunk/giflib6.patch)

+
 community-staging-i686/PKGBUILD|   33 +++
 community-staging-i686/giflib6.patch   |  279 +++
 community-staging-x86_64/PKGBUILD  |   33 +++
 community-staging-x86_64/giflib6.patch |  279 +++
 4 files changed, 624 insertions(+)

Copied: leptonica/repos/community-staging-i686/PKGBUILD (from rev 112184, 
leptonica/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 15:07:49 UTC (rev 112185)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christoph Drexler 
+
+pkgname=leptonica
+pkgver=1.69
+pkgrel=11
+pkgdesc="Software that is broadly useful for image processing and image 
analysis applications"
+arch=('i686' 'x86_64')
+url="http://www.leptonica.com/";
+license=('custom')
+depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp')
+source=(http://www.leptonica.com/source/leptonica-${pkgver}.tar.gz
+   giflib6.patch)
+md5sums=('d4085c302cbcab7f9af9d3d6f004ab22'
+ '98735215ef76b14e4a573f25e5de93a6')
+
+prepare() {
+  cd ${srcdir}/leptonica-${pkgver}
+  patch -p1 <$srcdir/giflib6.patch
+}
+
+build() {
+  cd ${srcdir}/leptonica-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/leptonica-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D leptonica-license.txt 
${pkgdir}/usr/share/licenses/leptonica/leptonica-license.txt
+}

Copied: leptonica/repos/community-staging-i686/giflib6.patch (from rev 112184, 
leptonica/trunk/giflib6.patch)
===
--- community-staging-i686/giflib6.patch(rev 0)
+++ community-staging-i686/giflib6.patch2014-05-29 15:07:49 UTC (rev 
112185)
@@ -0,0 +1,279 @@
+Only in leptonica-1.69.my: autom4te.cache
+Only in leptonica-1.69.my: config_auto.h
+Only in leptonica-1.69.my: config.log
+Only in leptonica-1.69.my: config.status
+Only in leptonica-1.69.my: libtool
+Only in leptonica-1.69.my: Makefile
+Only in leptonica-1.69.my/prog: .deps
+Only in leptonica-1.69.my/prog: Makefile
+Only in leptonica-1.69.my/src: adaptmap.lo
+Only in leptonica-1.69.my/src: adaptmap.o
+Only in leptonica-1.69.my/src: affinecompose.lo
+Only in leptonica-1.69.my/src: affinecompose.o
+Only in leptonica-1.69.my/src: affine.lo
+Only in leptonica-1.69.my/src: affine.o
+Only in leptonica-1.69.my/src: arithlow.lo
+Only in leptonica-1.69.my/src: arithlow.o
+Only in leptonica-1.69.my/src: arrayaccess.lo
+Only in leptonica-1.69.my/src: arrayaccess.o
+Only in leptonica-1.69.my/src: bardecode.lo
+Only in leptonica-1.69.my/src: bardecode.o
+Only in leptonica-1.69.my/src: baseline.lo
+Only in leptonica-1.69.my/src: baseline.o
+Only in leptonica-1.69.my/src: bbuffer.lo
+Only in leptonica-1.69.my/src: bbuffer.o
+Only in leptonica-1.69.my/src: bilinear.lo
+Only in leptonica-1.69.my/src: bilinear.o
+Only in leptonica-1.69.my/src: binarize.lo
+Only in leptonica-1.69.my/src: binarize.o
+Only in leptonica-1.69.my/src: binexpand.lo
+Only in leptonica-1.69.my/src: binexpandlow.lo
+Only in leptonica-1.69.my/src: binexpandlow.o
+Only in leptonica-1.69.my/src: binexpand.o
+Only in leptonica-1.69.my/src: binreduce.lo
+Only in leptonica-1.69.my/src: binreducelow.lo
+Only in leptonica-1.69.my/src: binreducelow.o
+Only in leptonica-1.69.my/src: binreduce.o
+Only in leptonica-1.69.my/src: blend.lo
+Only in leptonica-1.69.my/src: blend.o
+Only in leptonica-1.69.my/src: bmf.lo
+Only in leptonica-1.69.my/src: bmf.o
+Only in leptonica-1.69.my/src: bmpio.lo
+Only in leptonica-1.69.my/src: bmpio.o
+Only in leptonica-1.69.my/src: bmpiostub.lo
+Only in leptonica-1.69.my/src: bmpiostub.o
+Only in leptonica-1.69.my/src: boxbasic.lo
+Only in leptonica-1.69.my/src: boxbasic.o
+Only in leptonica-1.69.my/src: boxfunc1.lo
+Only in leptonica-1.69.my/src: boxfunc1.o
+Only in leptonica-1.69.my/src: boxfunc2.lo
+Only in leptonica-1.69.my/src: boxfunc2.o
+Only in leptonica-1.69.my/src: boxfunc3.lo
+Only in leptonica-1.69.my/src: boxfunc3.o
+Only in leptonica-1.69.my/src: boxfunc4.lo
+Only in leptonica-1.69.my/src: boxfunc4.o
+Only in leptonica-1.69.my/src: bytearray.lo
+Only in 

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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 17:07:39
  Author: spupykin
Revision: 112184

upgpkg: leptonica 1.69-11

upd

Modified:
  leptonica/trunk/PKGBUILD
  leptonica/trunk/giflib6.patch

---+
 PKGBUILD  |4 
 giflib6.patch |  233 ++--
 2 files changed, 230 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 15:07:36 UTC (rev 112183)
+++ PKGBUILD2014-05-29 15:07:39 UTC (rev 112184)
@@ -4,7 +4,7 @@
 
 pkgname=leptonica
 pkgver=1.69
-pkgrel=10
+pkgrel=11
 pkgdesc="Software that is broadly useful for image processing and image 
analysis applications"
 arch=('i686' 'x86_64')
 url="http://www.leptonica.com/";
@@ -13,7 +13,7 @@
 source=(http://www.leptonica.com/source/leptonica-${pkgver}.tar.gz
giflib6.patch)
 md5sums=('d4085c302cbcab7f9af9d3d6f004ab22'
- 'f87e1b2c98107fe51544d4f4c44a9733')
+ '98735215ef76b14e4a573f25e5de93a6')
 
 prepare() {
   cd ${srcdir}/leptonica-${pkgver}

Modified: giflib6.patch
===
--- giflib6.patch   2014-05-29 15:07:36 UTC (rev 112183)
+++ giflib6.patch   2014-05-29 15:07:39 UTC (rev 112184)
@@ -1,7 +1,132 @@
-diff -wbBur leptonica-1.69/src/gifio.c 
/home/sergej/tmp/BUILD/staging-i686/sergej/build/leptonica/src/leptonica-1.69/src/gifio.c
+Only in leptonica-1.69.my: autom4te.cache
+Only in leptonica-1.69.my: config_auto.h
+Only in leptonica-1.69.my: config.log
+Only in leptonica-1.69.my: config.status
+Only in leptonica-1.69.my: libtool
+Only in leptonica-1.69.my: Makefile
+Only in leptonica-1.69.my/prog: .deps
+Only in leptonica-1.69.my/prog: Makefile
+Only in leptonica-1.69.my/src: adaptmap.lo
+Only in leptonica-1.69.my/src: adaptmap.o
+Only in leptonica-1.69.my/src: affinecompose.lo
+Only in leptonica-1.69.my/src: affinecompose.o
+Only in leptonica-1.69.my/src: affine.lo
+Only in leptonica-1.69.my/src: affine.o
+Only in leptonica-1.69.my/src: arithlow.lo
+Only in leptonica-1.69.my/src: arithlow.o
+Only in leptonica-1.69.my/src: arrayaccess.lo
+Only in leptonica-1.69.my/src: arrayaccess.o
+Only in leptonica-1.69.my/src: bardecode.lo
+Only in leptonica-1.69.my/src: bardecode.o
+Only in leptonica-1.69.my/src: baseline.lo
+Only in leptonica-1.69.my/src: baseline.o
+Only in leptonica-1.69.my/src: bbuffer.lo
+Only in leptonica-1.69.my/src: bbuffer.o
+Only in leptonica-1.69.my/src: bilinear.lo
+Only in leptonica-1.69.my/src: bilinear.o
+Only in leptonica-1.69.my/src: binarize.lo
+Only in leptonica-1.69.my/src: binarize.o
+Only in leptonica-1.69.my/src: binexpand.lo
+Only in leptonica-1.69.my/src: binexpandlow.lo
+Only in leptonica-1.69.my/src: binexpandlow.o
+Only in leptonica-1.69.my/src: binexpand.o
+Only in leptonica-1.69.my/src: binreduce.lo
+Only in leptonica-1.69.my/src: binreducelow.lo
+Only in leptonica-1.69.my/src: binreducelow.o
+Only in leptonica-1.69.my/src: binreduce.o
+Only in leptonica-1.69.my/src: blend.lo
+Only in leptonica-1.69.my/src: blend.o
+Only in leptonica-1.69.my/src: bmf.lo
+Only in leptonica-1.69.my/src: bmf.o
+Only in leptonica-1.69.my/src: bmpio.lo
+Only in leptonica-1.69.my/src: bmpio.o
+Only in leptonica-1.69.my/src: bmpiostub.lo
+Only in leptonica-1.69.my/src: bmpiostub.o
+Only in leptonica-1.69.my/src: boxbasic.lo
+Only in leptonica-1.69.my/src: boxbasic.o
+Only in leptonica-1.69.my/src: boxfunc1.lo
+Only in leptonica-1.69.my/src: boxfunc1.o
+Only in leptonica-1.69.my/src: boxfunc2.lo
+Only in leptonica-1.69.my/src: boxfunc2.o
+Only in leptonica-1.69.my/src: boxfunc3.lo
+Only in leptonica-1.69.my/src: boxfunc3.o
+Only in leptonica-1.69.my/src: boxfunc4.lo
+Only in leptonica-1.69.my/src: boxfunc4.o
+Only in leptonica-1.69.my/src: bytearray.lo
+Only in leptonica-1.69.my/src: bytearray.o
+Only in leptonica-1.69.my/src: ccbord.lo
+Only in leptonica-1.69.my/src: ccbord.o
+Only in leptonica-1.69.my/src: ccthin.lo
+Only in leptonica-1.69.my/src: ccthin.o
+Only in leptonica-1.69.my/src: classapp.lo
+Only in leptonica-1.69.my/src: classapp.o
+Only in leptonica-1.69.my/src: colorcontent.lo
+Only in leptonica-1.69.my/src: colorcontent.o
+Only in leptonica-1.69.my/src: coloring.lo
+Only in leptonica-1.69.my/src: coloring.o
+Only in leptonica-1.69.my/src: colormap.lo
+Only in leptonica-1.69.my/src: colormap.o
+Only in leptonica-1.69.my/src: colormorph.lo
+Only in leptonica-1.69.my/src: colormorph.o
+Only in leptonica-1.69.my/src: colorquant1.lo
+Only in leptonica-1.69.my/src: colorquant1.o
+Only in leptonica-1.69.my/src: colorquant2.lo
+Only in leptonica-1.69.my/src: colorquant2.o
+Only in leptonica-1.69.my/src: colorseg.lo
+Only in leptonica-1.69.my/src: colorseg.o
+Only in leptonica-1.69.my/src: colorspace.lo
+Only in leptonica-1.69.my/src: colorspace.o
+Only in leptonica-1.69.my/src: compare.lo
+Only in leptonica-1.69.my/src: compare.o
+Only in leptonica-1.69.my/src: conncomp.lo
+Only in leptonica-1.69.my/src: con

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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 17:07:36
  Author: spupykin
Revision: 112183

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

Added:
  gnustep-gui/repos/community-staging-i686/
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 112182, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 112182, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.1.patch
(from rev 112182, gnustep-gui/trunk/giflib-5.1.patch)
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 112182, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 112182, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.1.patch
(from rev 112182, gnustep-gui/trunk/giflib-5.1.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/giflib-5.1.patch   |   30 ++
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/giflib-5.1.patch |   30 ++
 6 files changed, 140 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 112182, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-05-29 15:07:36 UTC (rev 112183)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 112182, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 15:07:36 UTC (rev 112183)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-gui
+pkgver=0.24.0
+pkgrel=2
+pkgdesc="The GNUstep GUI class library"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/";
+license=('LGPL')
+depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.1.patch)
+md5sums=('bd289f0c7b2626d093ad92364069b9a7'
+ '78b6470b9a43ac7025621fef07d2faef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i ../giflib-5.1.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnustep-gui/repos/community-staging-i686/giflib-5.1.patch (from rev 
112182, gnustep-gui/trunk/giflib-5.1.patch)
===
--- community-staging-i686/giflib-5.1.patch (rev 0)
+++ community-staging-i686/giflib-5.1.patch 2014-05-29 15:07:36 UTC (rev 
112183)
@@ -0,0 +1,30 @@
+diff -wbBur gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m 
gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m
+--- gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m   2013-11-24 
15:56:33.0 +0400
 gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m2014-05-29 
18:48:13.333993653 +0400
+@@ -161,7 +161,7 @@
+   return NO;
+ }
+ 
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+   return YES;
+ }
+ 
+@@ -180,7 +180,7 @@
+SET_ERROR_MSG(msg); \
+if (file != NULL) \
+  {\
+-   DGifCloseFile(file); \
++   DGifCloseFile(file, NULL); \
+  }\
+if (imgBuffer != NULL) \
+  {\
+@@ -392,7 +392,7 @@
+   withValue: [NSNumber numberWithInt: 0]];
+ 
+   /* don't forget to close the gif */
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+ 
+   return self;
+ }

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 112182, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2014-05-29 15:07:36 UTC (rev 112183)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 112182, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD

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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 17:07:24
  Author: spupykin
Revision: 112182

upgpkg: gnustep-gui 0.24.0-2

upd

Added:
  gnustep-gui/trunk/giflib-5.1.patch
(from rev 112172, gnustep-gui/trunk/giflib-5.0.patch)
Modified:
  gnustep-gui/trunk/PKGBUILD
Deleted:
  gnustep-gui/trunk/giflib-5.0.patch

--+
 PKGBUILD |   14 --
 giflib-5.0.patch |   21 -
 giflib-5.1.patch |   30 ++
 3 files changed, 38 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 15:07:20 UTC (rev 112181)
+++ PKGBUILD2014-05-29 15:07:24 UTC (rev 112182)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-gui
 pkgver=0.24.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNUstep GUI class library"
 arch=('i686' 'x86_64')
 url="http://www.gnustep.org/";
@@ -16,17 +16,19 @@
 groups=('gnustep-core')
 options=('!makeflags')
 source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
-giflib-5.0.patch)
+giflib-5.1.patch)
 md5sums=('bd289f0c7b2626d093ad92364069b9a7'
- 'b998c0bc3e2bc260c2779d7a50ce6407')
+ '78b6470b9a43ac7025621fef07d2faef')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i ../giflib-5.1.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   . /etc/profile.d/GNUstep.sh
   ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
-#  sed -i 's|#include "GNUstepBase/preface.h"|//#include 
"GNUstepBase/preface.h" |' Source/GSGuiPrivate.h
-#  sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
-#  patch -Np1 -i ../giflib-5.0.patch
   make
 }
 

Deleted: giflib-5.0.patch
===
--- giflib-5.0.patch2014-05-29 15:07:20 UTC (rev 112181)
+++ giflib-5.0.patch2014-05-29 15:07:24 UTC (rev 112182)
@@ -1,21 +0,0 @@
-diff -rupN a/Source/NSBitmapImageRep+GIF.m b/Source/NSBitmapImageRep+GIF.m
 a/Source/NSBitmapImageRep+GIF.m2013-01-13 14:57:37.0 +0100
-+++ b/Source/NSBitmapImageRep+GIF.m2013-07-30 11:30:19.630935640 +0200
-@@ -142,7 +142,7 @@ static int gs_gif_output(GifFileType *fi
- }
- 
-   gs_gif_init_input_source(&src, imageData);
--  file = DGifOpen(&src, gs_gif_input);
-+  file = DGifOpen(&src, gs_gif_input, NULL);
-   if (file == NULL)
- {
-   /* we do not use giferror here because it doesn't
-@@ -216,7 +216,7 @@ static int gs_gif_output(GifFileType *fi
- 
-   /* open the image */
-   gs_gif_init_input_source(&src, imageData);
--  file = DGifOpen(&src, gs_gif_input);
-+  file = DGifOpen(&src, gs_gif_input, NULL);
-   if (file == NULL)
- {
-   /* we do not use giferror here because it doesn't

Copied: gnustep-gui/trunk/giflib-5.1.patch (from rev 112172, 
gnustep-gui/trunk/giflib-5.0.patch)
===
--- giflib-5.1.patch(rev 0)
+++ giflib-5.1.patch2014-05-29 15:07:24 UTC (rev 112182)
@@ -0,0 +1,30 @@
+diff -wbBur gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m 
gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m
+--- gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m   2013-11-24 
15:56:33.0 +0400
 gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m2014-05-29 
18:48:13.333993653 +0400
+@@ -161,7 +161,7 @@
+   return NO;
+ }
+ 
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+   return YES;
+ }
+ 
+@@ -180,7 +180,7 @@
+SET_ERROR_MSG(msg); \
+if (file != NULL) \
+  {\
+-   DGifCloseFile(file); \
++   DGifCloseFile(file, NULL); \
+  }\
+if (imgBuffer != NULL) \
+  {\
+@@ -392,7 +392,7 @@
+   withValue: [NSNumber numberWithInt: 0]];
+ 
+   /* don't forget to close the gif */
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+ 
+   return self;
+ }



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

2014-05-29 Thread Evgeniy Alekseev
Date: Thursday, May 29, 2014 @ 17:05:34
  Author: arcanis
Revision: 112178

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

Added:
  python-biopython/repos/community-staging-i686/
  python-biopython/repos/community-staging-i686/PKGBUILD
(from rev 112177, python-biopython/trunk/PKGBUILD)
  python-biopython/repos/community-staging-x86_64/
  python-biopython/repos/community-staging-x86_64/PKGBUILD
(from rev 112177, python-biopython/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: python-biopython/repos/community-staging-i686/PKGBUILD (from rev 
112177, python-biopython/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 15:05:34 UTC (rev 112178)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Stunts 
+# Contributor: damir 
+
+pkgbase=python-biopython
+pkgname=('python-biopython' 'python2-biopython')
+_pkgname=biopython
+pkgver=1.64
+pkgrel=1
+pkgdesc="Freely available Python tools for computational molecular biology"
+arch=('i686' 'x86_64')
+url="http://www.biopython.org";
+license=('custom')
+depends=('python-numpy' 'python2-numpy')
+source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz)
+md5sums=('c7636372c4e775d59391e0aa1f0c56c7')
+
+prepare() {
+  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
+  # change python to python2
+  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
+  sed -i 's|env python|env python2|' {} \;
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+package_python-biopython() {
+  depends=('python-numpy')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-biopython() {
+  depends=('python2-numpy')
+  optdepends=('python2-reportlab: for pdf graphics code'
+  'mysql-python: for BioSQL module')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Copied: python-biopython/repos/community-staging-x86_64/PKGBUILD (from rev 
112177, python-biopython/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 15:05:34 UTC (rev 112178)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Stunts 
+# Contributor: damir 
+
+pkgbase=python-biopython
+pkgname=('python-biopython' 'python2-biopython')
+_pkgname=biopython
+pkgver=1.64
+pkgrel=1
+pkgdesc="Freely available Python tools for computational molecular biology"
+arch=('i686' 'x86_64')
+url="http://www.biopython.org";
+license=('custom')
+depends=('python-numpy' 'python2-numpy')
+source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz)
+md5sums=('c7636372c4e775d59391e0aa1f0c56c7')
+
+prepare() {
+  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
+  # change python to python2
+  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
+  sed -i 's|env python|env python2|' {} \;
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+package_python-biopython() {
+  depends=('python-numpy')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-biopython() {
+  depends=('python2-numpy')
+  optdepends=('python2-reportlab: for pdf graphics code'
+  'mysql-python: for BioSQL module')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+



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

2014-05-29 Thread Evgeniy Alekseev
Date: Thursday, May 29, 2014 @ 17:05:17
  Author: arcanis
Revision: 112177

upgpkg: python-biopython 1.64-1

Modified:
  python-biopython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 15:04:36 UTC (rev 112176)
+++ PKGBUILD2014-05-29 15:05:17 UTC (rev 112177)
@@ -1,28 +1,51 @@
-# $id$
+# $Id$
 # Maintainer: Evgeniy Alekseev 
 # Contributor: Stunts 
 # Contributor: damir 
 
-pkgname=python-biopython
+pkgbase=python-biopython
+pkgname=('python-biopython' 'python2-biopython')
 _pkgname=biopython
-pkgver=1.63
-pkgrel=3
+pkgver=1.64
+pkgrel=1
 pkgdesc="Freely available Python tools for computational molecular biology"
 arch=('i686' 'x86_64')
 url="http://www.biopython.org";
 license=('custom')
-depends=('python-numpy')
+depends=('python-numpy' 'python2-numpy')
 source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz)
-md5sums=('09c58433150849b131d2d9bbfdf342d3')
+md5sums=('c7636372c4e775d59391e0aa1f0c56c7')
 
+prepare() {
+  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
+  # change python to python2
+  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
+  sed -i 's|env python|env python2|' {} \;
+}
+
 build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}/"
+  cd "${srcdir}/${_pkgname}-${pkgver}"
   python setup.py build
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py build
 }
 
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}/"
+package_python-biopython() {
+  depends=('python-numpy')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
   python setup.py install --root="${pkgdir}"
   install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 
+package_python2-biopython() {
+  depends=('python2-numpy')
+  optdepends=('python2-reportlab: for pdf graphics code'
+  'mysql-python: for BioSQL module')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+



[arch-commits] Commit in (python2-biopython)

2014-05-29 Thread Evgeniy Alekseev
Date: Thursday, May 29, 2014 @ 17:04:36
  Author: arcanis
Revision: 112176

remove python2-biopython since it included into python-biopython

Deleted:
  python2-biopython/



[arch-commits] Commit in lightdm/trunk (8 files)

2014-05-29 Thread Maxime Gauduin
Date: Thursday, May 29, 2014 @ 17:02:10
  Author: alucryd
Revision: 112175

Correct permissions

Modified:
  lightdm/trunk/PKGBUILD(properties)
  lightdm/trunk/lightdm-autologin.pam   (properties)
  lightdm/trunk/lightdm-default-config.patch(properties)
  lightdm/trunk/lightdm.install (properties)
  lightdm/trunk/lightdm.pam (properties)
  lightdm/trunk/lightdm.rules   (properties)
  lightdm/trunk/lightdm.service (properties)
  lightdm/trunk/lightdm.tmpfiles(properties)

Index: lightdm/trunk/PKGBUILD
===
--- lightdm/trunk/PKGBUILD  2014-05-29 15:01:35 UTC (rev 112174)
+++ lightdm/trunk/PKGBUILD  2014-05-29 15:02:10 UTC (rev 112175)

Property changes on: lightdm/trunk/PKGBUILD
___
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: lightdm/trunk/lightdm-autologin.pam
===
--- lightdm/trunk/lightdm-autologin.pam 2014-05-29 15:01:35 UTC (rev 112174)
+++ lightdm/trunk/lightdm-autologin.pam 2014-05-29 15:02:10 UTC (rev 112175)

Property changes on: lightdm/trunk/lightdm-autologin.pam
___
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: lightdm/trunk/lightdm-default-config.patch
===
--- lightdm/trunk/lightdm-default-config.patch  2014-05-29 15:01:35 UTC (rev 
112174)
+++ lightdm/trunk/lightdm-default-config.patch  2014-05-29 15:02:10 UTC (rev 
112175)

Property changes on: lightdm/trunk/lightdm-default-config.patch
___
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: lightdm/trunk/lightdm.install
===
--- lightdm/trunk/lightdm.install   2014-05-29 15:01:35 UTC (rev 112174)
+++ lightdm/trunk/lightdm.install   2014-05-29 15:02:10 UTC (rev 112175)

Property changes on: lightdm/trunk/lightdm.install
___
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: lightdm/trunk/lightdm.pam
===
--- lightdm/trunk/lightdm.pam   2014-05-29 15:01:35 UTC (rev 112174)
+++ lightdm/trunk/lightdm.pam   2014-05-29 15:02:10 UTC (rev 112175)

Property changes on: lightdm/trunk/lightdm.pam
___
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: lightdm/trunk/lightdm.rules
===
--- lightdm/trunk/lightdm.rules 2014-05-29 15:01:35 UTC (rev 112174)
+++ lightdm/trunk/lightdm.rules 2014-05-29 15:02:10 UTC (rev 112175)

Property changes on: lightdm/trunk/lightdm.rules
___
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: lightdm/trunk/lightdm.service
===
--- lightdm/trunk/lightdm.service   2014-05-29 15:01:35 UTC (rev 112174)
+++ lightdm/trunk/lightdm.service   2014-05-29 15:02:10 UTC (rev 112175)

Property changes on: lightdm/trunk/lightdm.service
___
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: lightdm/trunk/lightdm.tmpfiles
===
--- lightdm/trunk/lightdm.tmpfiles  2014-05-29 15:01:35 UTC (rev 112174)
+++ lightdm/trunk/lightdm.tmpfiles  2014-05-29 15:02:10 UTC (rev 112175)

Property changes on: lightdm/trunk/lightdm.tmpfiles
___
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property


[arch-commits] Commit in perl-gstreamer-interfaces/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 16:36:17
  Author: spupykin
Revision: 112172

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

Added:
  perl-gstreamer-interfaces/repos/community-staging-i686/
  perl-gstreamer-interfaces/repos/community-staging-i686/PKGBUILD
(from rev 112171, perl-gstreamer-interfaces/trunk/PKGBUILD)
  perl-gstreamer-interfaces/repos/community-staging-x86_64/
  perl-gstreamer-interfaces/repos/community-staging-x86_64/PKGBUILD
(from rev 112171, perl-gstreamer-interfaces/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   32 
 community-staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: perl-gstreamer-interfaces/repos/community-staging-i686/PKGBUILD (from 
rev 112171, perl-gstreamer-interfaces/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 14:36:17 UTC (rev 112172)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Corrado Primier 
+
+pkgname=perl-gstreamer-interfaces
+pkgver=0.06
+pkgrel=7
+pkgdesc="GStreamer::Interfaces"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/GStreamer-Interfaces";
+license=('GPL' 'PerlArtistic')
+depends=('glib-perl' 'gstreamer0.10-base' 'perl-extutils-pkgconfig' 
'perl-gstreamer' 'perl-extutils-depends')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/T/TS/TSCH/GStreamer-Interfaces-${pkgver}.tar.gz";)
+md5sums=('aa9583a484fa6829935b360887ecda45')
+
+build() {
+  cd  GStreamer-Interfaces-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd  GStreamer-Interfaces-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-gstreamer-interfaces/repos/community-staging-x86_64/PKGBUILD (from 
rev 112171, perl-gstreamer-interfaces/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 14:36:17 UTC (rev 112172)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Corrado Primier 
+
+pkgname=perl-gstreamer-interfaces
+pkgver=0.06
+pkgrel=7
+pkgdesc="GStreamer::Interfaces"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/GStreamer-Interfaces";
+license=('GPL' 'PerlArtistic')
+depends=('glib-perl' 'gstreamer0.10-base' 'perl-extutils-pkgconfig' 
'perl-gstreamer' 'perl-extutils-depends')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/T/TS/TSCH/GStreamer-Interfaces-${pkgver}.tar.gz";)
+md5sums=('aa9583a484fa6829935b360887ecda45')
+
+build() {
+  cd  GStreamer-Interfaces-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd  GStreamer-Interfaces-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 16:36:03
  Author: spupykin
Revision: 112171

upgpkg: perl-gstreamer-interfaces 0.06-7

upd

Modified:
  perl-gstreamer-interfaces/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 13:22:51 UTC (rev 112170)
+++ PKGBUILD2014-05-29 14:36:03 UTC (rev 112171)
@@ -4,7 +4,7 @@
 
 pkgname=perl-gstreamer-interfaces
 pkgver=0.06
-pkgrel=6
+pkgrel=7
 pkgdesc="GStreamer::Interfaces"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/GStreamer-Interfaces";



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

2014-05-29 Thread speps
Date: Thursday, May 29, 2014 @ 15:22:26
  Author: speps
Revision: 112169

upgpkg: libircclient 1.8-1

Modified:
  libircclient/trunk/PKGBUILD
Deleted:
  libircclient/trunk/shared.patch

--+
 PKGBUILD |   40 +---
 shared.patch |   44 
 2 files changed, 21 insertions(+), 63 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:37:06 UTC (rev 112168)
+++ PKGBUILD2014-05-29 13:22:26 UTC (rev 112169)
@@ -1,32 +1,30 @@
 # $Id$
-# Maintainer:  SpepS 
+# Maintainer:  speps 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Marcel Wysocki 
 # Contributor: coolkehon 
 
 pkgname=libircclient
-pkgver=1.7
+pkgver=1.8
 pkgrel=1
 pkgdesc='Small but powerful library, which implements client-server IRC 
protocol'
 arch=('i686' 'x86_64')
 url='http://www.ulduzsoft.com/libircclient/'
+license=('GPL')
 depends=('glibc')
 makedepends=('python2-sphinx' 'python2-rst2pdf') 
-license=('GPL')
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('968370276f7cf21302f504f9bce1fc99')
+md5sums=('a1b4fd5491a36b8aedf65a6845755800')
 
+prepare() {
+  cd $pkgname-$pkgver/src
+
+  # fix include dir path
+  sed -i "s/@\/include/&\/$pkgname/" Makefile.in
+}
+
 build() {
   cd $pkgname-$pkgver
-
-  # add fPIC flag for x86_64
-  [[ "$CARCH" = "x86_64" ]] && export CFLAGS="$CFLAGS -fPIC"
-
-  sed -e "/install/s/lib/all/" \
-  -e "/DESTDIR/s/\.a/\.so/g" \
-  -e "s/@\/include/&\/$pkgname/" \
-  -i src/Makefile.in
-
   ./configure --prefix=/usr \
   --libdir=/usr/lib \
   --enable-shared
@@ -33,8 +31,7 @@
   cd src && make
 
   cd ../doc
-  sed -i 's/sphinx-build/sphinx-build2/g' Makefile 
-  make singlehtml man
+  make SPHINXBUILD=sphinx-build2 singlehtml man
 }
 
 package() {
@@ -41,11 +38,16 @@
   cd $pkgname-$pkgver/src
   make DESTDIR="$pkgdir" install
 
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -a ../doc/_build/singlehtml/* "$pkgdir"/usr/share/doc/$pkgname
-  cp -a ../doc/_build/man "$pkgdir"/usr/share
+  # docs
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -a ../doc/_build/singlehtml/* "$pkgdir/usr/share/doc/$pkgname"
 
-  install -d "$pkgdir"/usr/share/$pkgname/examples
+  # man
+  install -Dm644 ../doc/_build/man/$pkgname.1 \
+"$pkgdir/usr/share/man/man1/$pkgname.1"
+
+  # examples
+  install -d "$pkgdir/usr/share/$pkgname/examples"
   install -Dm644 ../examples/* \
 "$pkgdir"/usr/share/$pkgname/examples
 }

Deleted: shared.patch
===
--- shared.patch2014-05-29 12:37:06 UTC (rev 112168)
+++ shared.patch2014-05-29 13:22:26 UTC (rev 112169)
@@ -1,44 +0,0 @@
-diff -aur libircclient-1.3/src/Makefile.in 
libircclient-1.3.patched/src/Makefile.in
 libircclient-1.3/src/Makefile.in   2005-03-09 22:11:53.0 +0100
-+++ libircclient-1.3.patched/src/Makefile.in   2012-01-05 05:46:21.0 
+0100
-@@ -4,21 +4,22 @@
- AR=@AR@ cr
- RANLIB=@RANLIB@
- INCLUDES=-I../include
--
-+DESTDIR+=
- 
- OBJS = libircclient.o
- 
- all:  lib
- 
--lib:  libircclient.a
-+lib:  libircclient.a libircclient.so
- 
- install: lib
--  -mkdir @prefix@/include
--  -mkdir @prefix@/lib
--  cp ../include/libircclient.h @prefix@/include/libircclient.h
--  cp ../include/libirc_errors.h @prefix@/include/libirc_errors.h
--  cp ../include/libirc_events.h  @prefix@/include/libirc_events.h 
--  cp libirc.a @prefix@/include/lib/libirc.a
-+  mkdir -p $(DESTDIR)/usr/{lib,include/libircclient}
-+  mkdir -p $(DESTDIR)/usr/share/{man,{doc,}/libircclient}
-+  cp libircclient.a libircclient.so  $(DESTDIR)/usr/lib
-+  cp ../include/libirc*.h  $(DESTDIR)/usr/include/libircclient
-+  cp -a ../doc/{html,rfc1459.txt} $(DESTDIR)/usr/share/doc/libircclient
-+  cp -a ../examples $(DESTDIR)/usr/share/libircclient
-+  cp -a ../doc/man/man3 $(DESTDIR)/usr/share/man
- 
- $(OBJS): utils.c dcc.c errors.c portable.c sockets.c colors.c
- 
-@@ -26,6 +27,9 @@
-   $(AR) libircclient.a $(OBJS)
-   $(RANLIB) libircclient.a
- 
-+libircclient.so: $(OBJS)
-+  $(CC) -shared -Wl $(OBJS) -o libircclient.so
-+
- clean:
-   rm -f libircclient.a $(OBJS)
- 



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

2014-05-29 Thread speps
Date: Thursday, May 29, 2014 @ 15:22:51
  Author: speps
Revision: 112170

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

Added:
  libircclient/repos/community-i686/PKGBUILD
(from rev 112169, libircclient/trunk/PKGBUILD)
  libircclient/repos/community-x86_64/PKGBUILD
(from rev 112169, libircclient/trunk/PKGBUILD)
Deleted:
  libircclient/repos/community-i686/PKGBUILD
  libircclient/repos/community-i686/shared.patch
  libircclient/repos/community-x86_64/PKGBUILD
  libircclient/repos/community-x86_64/shared.patch

---+
 /PKGBUILD |  106 
 community-i686/PKGBUILD   |   51 ---
 community-i686/shared.patch   |   44 
 community-x86_64/PKGBUILD |   51 ---
 community-x86_64/shared.patch |   44 
 5 files changed, 106 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-29 13:22:26 UTC (rev 112169)
+++ community-i686/PKGBUILD 2014-05-29 13:22:51 UTC (rev 112170)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Maintainer:  SpepS 
-# Contributor: Marcel Wysocki 
-# Contributor: coolkehon 
-
-pkgname=libircclient
-pkgver=1.7
-pkgrel=1
-pkgdesc='Small but powerful library, which implements client-server IRC 
protocol'
-arch=('i686' 'x86_64')
-url='http://www.ulduzsoft.com/libircclient/'
-depends=('glibc')
-makedepends=('python2-sphinx' 'python2-rst2pdf') 
-license=('GPL')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('968370276f7cf21302f504f9bce1fc99')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # add fPIC flag for x86_64
-  [[ "$CARCH" = "x86_64" ]] && export CFLAGS="$CFLAGS -fPIC"
-
-  sed -e "/install/s/lib/all/" \
-  -e "/DESTDIR/s/\.a/\.so/g" \
-  -e "s/@\/include/&\/$pkgname/" \
-  -i src/Makefile.in
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --enable-shared
-  cd src && make
-
-  cd ../doc
-  sed -i 's/sphinx-build/sphinx-build2/g' Makefile 
-  make singlehtml man
-}
-
-package() {
-  cd $pkgname-$pkgver/src
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -a ../doc/_build/singlehtml/* "$pkgdir"/usr/share/doc/$pkgname
-  cp -a ../doc/_build/man "$pkgdir"/usr/share
-
-  install -d "$pkgdir"/usr/share/$pkgname/examples
-  install -Dm644 ../examples/* \
-"$pkgdir"/usr/share/$pkgname/examples
-}

Copied: libircclient/repos/community-i686/PKGBUILD (from rev 112169, 
libircclient/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-29 13:22:51 UTC (rev 112170)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:  speps 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Marcel Wysocki 
+# Contributor: coolkehon 
+
+pkgname=libircclient
+pkgver=1.8
+pkgrel=1
+pkgdesc='Small but powerful library, which implements client-server IRC 
protocol'
+arch=('i686' 'x86_64')
+url='http://www.ulduzsoft.com/libircclient/'
+license=('GPL')
+depends=('glibc')
+makedepends=('python2-sphinx' 'python2-rst2pdf') 
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('a1b4fd5491a36b8aedf65a6845755800')
+
+prepare() {
+  cd $pkgname-$pkgver/src
+
+  # fix include dir path
+  sed -i "s/@\/include/&\/$pkgname/" Makefile.in
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --enable-shared
+  cd src && make
+
+  cd ../doc
+  make SPHINXBUILD=sphinx-build2 singlehtml man
+}
+
+package() {
+  cd $pkgname-$pkgver/src
+  make DESTDIR="$pkgdir" install
+
+  # docs
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -a ../doc/_build/singlehtml/* "$pkgdir/usr/share/doc/$pkgname"
+
+  # man
+  install -Dm644 ../doc/_build/man/$pkgname.1 \
+"$pkgdir/usr/share/man/man1/$pkgname.1"
+
+  # examples
+  install -d "$pkgdir/usr/share/$pkgname/examples"
+  install -Dm644 ../examples/* \
+"$pkgdir"/usr/share/$pkgname/examples
+}

Deleted: community-i686/shared.patch
===
--- community-i686/shared.patch 2014-05-29 13:22:26 UTC (rev 112169)
+++ community-i686/shared.patch 2014-05-29 13:22:51 UTC (rev 112170)
@@ -1,44 +0,0 @@
-diff -aur libircclient-1.3/src/Makefile.in 
libircclient-1.3.patched/src/Makefile.in
 libircclient-1.3/src/Makefile.in   2005-03-09 22:11:53.0 +0100
-+++ libircclient-1.3.patched/src/Makefile.in   2012-01-05 05:46:21.0 
+0100
-@@ -4,21 +4,22 @@
- AR=@AR@ cr
- RANLIB=@RANLIB@
- INCLUDES=-I../include
--
-+DESTDIR+=
- 
- OBJS = libircclient.o
- 
- all:  lib
- 
--lib:  libircclient.a
-+lib:  libircclient.a libircclient.so
- 
- install: lib
--  -m

[arch-commits] Commit in (12 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:37:06
  Author: spupykin
Revision: 112168

rollback miscommit

Modified:
  freeradius/repos/community-i686/PKGBUILD
  freeradius/repos/community-x86_64/PKGBUILD
  inn/repos/community-i686/PKGBUILD
  inn/repos/community-x86_64/PKGBUILD
  kvirc/repos/community-i686/PKGBUILD
  kvirc/repos/community-x86_64/PKGBUILD
  perl-berkeleydb/repos/community-i686/PKGBUILD
  perl-berkeleydb/repos/community-x86_64/PKGBUILD
  perl-class-methodmaker/repos/community-i686/PKGBUILD
  perl-class-methodmaker/repos/community-x86_64/PKGBUILD
  perl-clone/repos/community-i686/PKGBUILD
  perl-clone/repos/community-x86_64/PKGBUILD

+
 freeradius/repos/community-i686/PKGBUILD   |2 +-
 freeradius/repos/community-x86_64/PKGBUILD |2 +-
 inn/repos/community-i686/PKGBUILD  |2 +-
 inn/repos/community-x86_64/PKGBUILD|2 +-
 kvirc/repos/community-i686/PKGBUILD|2 +-
 kvirc/repos/community-x86_64/PKGBUILD  |2 +-
 perl-berkeleydb/repos/community-i686/PKGBUILD  |2 +-
 perl-berkeleydb/repos/community-x86_64/PKGBUILD|2 +-
 perl-class-methodmaker/repos/community-i686/PKGBUILD   |2 +-
 perl-class-methodmaker/repos/community-x86_64/PKGBUILD |2 +-
 perl-clone/repos/community-i686/PKGBUILD   |2 +-
 perl-clone/repos/community-x86_64/PKGBUILD |2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

Modified: freeradius/repos/community-i686/PKGBUILD
===
--- freeradius/repos/community-i686/PKGBUILD2014-05-29 12:35:32 UTC (rev 
112167)
+++ freeradius/repos/community-i686/PKGBUILD2014-05-29 12:37:06 UTC (rev 
112168)
@@ -5,7 +5,7 @@
 
 pkgname=freeradius
 pkgver=3.0.3
-pkgrel=2
+pkgrel=1
 pkgdesc="The premier open source RADIUS server"
 arch=('i686' 'x86_64')
 url="http://www.freeradius.org/";

Modified: freeradius/repos/community-x86_64/PKGBUILD
===
--- freeradius/repos/community-x86_64/PKGBUILD  2014-05-29 12:35:32 UTC (rev 
112167)
+++ freeradius/repos/community-x86_64/PKGBUILD  2014-05-29 12:37:06 UTC (rev 
112168)
@@ -5,7 +5,7 @@
 
 pkgname=freeradius
 pkgver=3.0.3
-pkgrel=2
+pkgrel=1
 pkgdesc="The premier open source RADIUS server"
 arch=('i686' 'x86_64')
 url="http://www.freeradius.org/";

Modified: inn/repos/community-i686/PKGBUILD
===
--- inn/repos/community-i686/PKGBUILD   2014-05-29 12:35:32 UTC (rev 112167)
+++ inn/repos/community-i686/PKGBUILD   2014-05-29 12:37:06 UTC (rev 112168)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.5.3
-pkgrel=10
+pkgrel=9
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/";
 arch=('i686' 'x86_64')

Modified: inn/repos/community-x86_64/PKGBUILD
===
--- inn/repos/community-x86_64/PKGBUILD 2014-05-29 12:35:32 UTC (rev 112167)
+++ inn/repos/community-x86_64/PKGBUILD 2014-05-29 12:37:06 UTC (rev 112168)
@@ -5,7 +5,7 @@
 
 pkgname=inn
 pkgver=2.5.3
-pkgrel=10
+pkgrel=9
 pkgdesc="Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers."
 url="http://www.isc.org/software/inn/";
 arch=('i686' 'x86_64')

Modified: kvirc/repos/community-i686/PKGBUILD
===
--- kvirc/repos/community-i686/PKGBUILD 2014-05-29 12:35:32 UTC (rev 112167)
+++ kvirc/repos/community-i686/PKGBUILD 2014-05-29 12:37:06 UTC (rev 112168)
@@ -3,7 +3,7 @@
 
 pkgname=kvirc
 pkgver=4.2.0
-pkgrel=4
+pkgrel=3
 pkgdesc="Qt-based IRC client"
 url="http://www.kvirc.net";
 depends=('python2' 'libxss' 'qtwebkit')

Modified: kvirc/repos/community-x86_64/PKGBUILD
===
--- kvirc/repos/community-x86_64/PKGBUILD   2014-05-29 12:35:32 UTC (rev 
112167)
+++ kvirc/repos/community-x86_64/PKGBUILD   2014-05-29 12:37:06 UTC (rev 
112168)
@@ -3,7 +3,7 @@
 
 pkgname=kvirc
 pkgver=4.2.0
-pkgrel=4
+pkgrel=3
 pkgdesc="Qt-based IRC client"
 url="http://www.kvirc.net";
 depends=('python2' 'libxss' 'qtwebkit')

Modified: perl-berkeleydb/repos/community-i686/PKGBUILD
===
--- perl-berkeleydb/repos/community-i686/PKGBUILD   2014-05-29 12:35:32 UTC 
(rev 112167)
+++ perl-berkeleydb/repos/community-i686/PKGBUILD   2014-05-29 12:37:06 UTC 
(rev 112168)
@@ -5,7 +5,7 @@
 
 pkgname=perl-berkeleydb
 pkgver=0.54
-pkgrel=2
+pkgrel=1
 pkgdesc="Interface to Berkeley DB version 2, 3 or 4"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/BerkeleyDB/";

Modified: pe

[arch-commits] Commit in perl-www-curl/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:35:32
  Author: spupykin
Revision: 112167

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

Added:
  perl-www-curl/repos/community-staging-i686/
  perl-www-curl/repos/community-staging-i686/PKGBUILD
(from rev 112166, perl-www-curl/trunk/PKGBUILD)
  perl-www-curl/repos/community-staging-x86_64/
  perl-www-curl/repos/community-staging-x86_64/PKGBUILD
(from rev 112166, perl-www-curl/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   32 
 community-staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: perl-www-curl/repos/community-staging-i686/PKGBUILD (from rev 112166, 
perl-www-curl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:35:32 UTC (rev 112167)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-www-curl
+pkgver=4.17
+pkgrel=2
+pkgdesc="Perl/CPAN Module WWW::Curl"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/WWW-Curl/";
+license=("GPL" "PerlArtistic")
+depends=("curl")
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT/WWW-Curl-${pkgver}.tar.gz";)
+md5sums=('997ac81cd6b03b30b36f7cd930474845')
+
+build() {
+  cd WWW-Curl-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd WWW-Curl-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-www-curl/repos/community-staging-x86_64/PKGBUILD (from rev 112166, 
perl-www-curl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:35:32 UTC (rev 112167)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-www-curl
+pkgver=4.17
+pkgrel=2
+pkgdesc="Perl/CPAN Module WWW::Curl"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/WWW-Curl/";
+license=("GPL" "PerlArtistic")
+depends=("curl")
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT/WWW-Curl-${pkgver}.tar.gz";)
+md5sums=('997ac81cd6b03b30b36f7cd930474845')
+
+build() {
+  cd WWW-Curl-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd WWW-Curl-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:34:19
  Author: spupykin
Revision: 112158

upgpkg: perl-text-charwidth 0.04-10

upd

Modified:
  perl-text-charwidth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:34:16 UTC (rev 112157)
+++ PKGBUILD2014-05-29 12:34:19 UTC (rev 112158)
@@ -4,7 +4,7 @@
 
 pkgname=perl-text-charwidth
 pkgver=0.04
-pkgrel=9
+pkgrel=10
 pkgdesc="Perl/CPAN Module Text::CharWidth"
 arch=("i686" "x86_64")
 url="http://search.cpan.org/dist/Text-CharWidth";



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:34:33
  Author: spupykin
Revision: 112160

upgpkg: perl-text-kakasi 2.04-11

upd

Modified:
  perl-text-kakasi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:34:30 UTC (rev 112159)
+++ PKGBUILD2014-05-29 12:34:33 UTC (rev 112160)
@@ -5,7 +5,7 @@
 
 pkgname=perl-text-kakasi
 pkgver=2.04
-pkgrel=10
+pkgrel=11
 pkgdesc="Perl frontend to kakasi"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Text-Kakasi";



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:35:21
  Author: spupykin
Revision: 112166

upgpkg: perl-www-curl 4.17-2

upd

Modified:
  perl-www-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:35:17 UTC (rev 112165)
+++ PKGBUILD2014-05-29 12:35:21 UTC (rev 112166)
@@ -4,7 +4,7 @@
 
 pkgname=perl-www-curl
 pkgver=4.17
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl/CPAN Module WWW::Curl"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/WWW-Curl/";



[arch-commits] Commit in perl-tk-tablematrix/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:35:17
  Author: spupykin
Revision: 112165

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

Added:
  perl-tk-tablematrix/repos/community-staging-i686/
  perl-tk-tablematrix/repos/community-staging-i686/PKGBUILD
(from rev 112164, perl-tk-tablematrix/trunk/PKGBUILD)
  perl-tk-tablematrix/repos/community-staging-x86_64/
  perl-tk-tablematrix/repos/community-staging-x86_64/PKGBUILD
(from rev 112164, perl-tk-tablematrix/trunk/PKGBUILD)

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

Copied: perl-tk-tablematrix/repos/community-staging-i686/PKGBUILD (from rev 
112164, perl-tk-tablematrix/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:35:17 UTC (rev 112165)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-tk-tablematrix
+pkgver=1.23
+pkgrel=11
+pkgdesc="Display data in TableSpreadsheet format"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/Tk-TableMatrix";
+license=("GPL" "PerlArtistic")
+depends=('perl-tk')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/C/CE/CERNEY/Tk-TableMatrix-${pkgver}.tar.gz";)
+md5sums=('6b7653d129bf1a8327054a88b58d6364')
+
+build() {
+  cd Tk-TableMatrix-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Tk-TableMatrix-${pkgver}
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+
+  rm -f ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Tk/pTk/extralibs.ld
+}

Copied: perl-tk-tablematrix/repos/community-staging-x86_64/PKGBUILD (from rev 
112164, perl-tk-tablematrix/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:35:17 UTC (rev 112165)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-tk-tablematrix
+pkgver=1.23
+pkgrel=11
+pkgdesc="Display data in TableSpreadsheet format"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/Tk-TableMatrix";
+license=("GPL" "PerlArtistic")
+depends=('perl-tk')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/C/CE/CERNEY/Tk-TableMatrix-${pkgver}.tar.gz";)
+md5sums=('6b7653d129bf1a8327054a88b58d6364')
+
+build() {
+  cd Tk-TableMatrix-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Tk-TableMatrix-${pkgver}
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+
+  rm -f ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Tk/pTk/extralibs.ld
+}



[arch-commits] Commit in perl-tie-hash-indexed/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:34:57
  Author: spupykin
Revision: 112163

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

Added:
  perl-tie-hash-indexed/repos/community-staging-i686/
  perl-tie-hash-indexed/repos/community-staging-i686/PKGBUILD
(from rev 112162, perl-tie-hash-indexed/trunk/PKGBUILD)
  perl-tie-hash-indexed/repos/community-staging-x86_64/
  perl-tie-hash-indexed/repos/community-staging-x86_64/PKGBUILD
(from rev 112162, perl-tie-hash-indexed/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   32 
 community-staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: perl-tie-hash-indexed/repos/community-staging-i686/PKGBUILD (from rev 
112162, perl-tie-hash-indexed/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:34:57 UTC (rev 112163)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-tie-hash-indexed
+pkgver=0.05
+pkgrel=10
+pkgdesc="Ordered hashes for Perl"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Tie-Hash-Indexed";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MH/MHX/Tie-Hash-Indexed-${pkgver}.tar.gz)
+md5sums=('41e2d013df8cfafdd239bc65bbada014')
+
+build() {
+  cd  Tie-Hash-Indexed-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd  Tie-Hash-Indexed-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-tie-hash-indexed/repos/community-staging-x86_64/PKGBUILD (from rev 
112162, perl-tie-hash-indexed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:34:57 UTC (rev 112163)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-tie-hash-indexed
+pkgver=0.05
+pkgrel=10
+pkgdesc="Ordered hashes for Perl"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Tie-Hash-Indexed";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MH/MHX/Tie-Hash-Indexed-${pkgver}.tar.gz)
+md5sums=('41e2d013df8cfafdd239bc65bbada014')
+
+build() {
+  cd  Tie-Hash-Indexed-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd  Tie-Hash-Indexed-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



[arch-commits] Commit in perl-text-kakasi/repos (6 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:34:43
  Author: spupykin
Revision: 112161

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

Added:
  perl-text-kakasi/repos/community-staging-i686/
  perl-text-kakasi/repos/community-staging-i686/ChangeLog
(from rev 112160, perl-text-kakasi/trunk/ChangeLog)
  perl-text-kakasi/repos/community-staging-i686/PKGBUILD
(from rev 112160, perl-text-kakasi/trunk/PKGBUILD)
  perl-text-kakasi/repos/community-staging-x86_64/
  perl-text-kakasi/repos/community-staging-x86_64/ChangeLog
(from rev 112160, perl-text-kakasi/trunk/ChangeLog)
  perl-text-kakasi/repos/community-staging-x86_64/PKGBUILD
(from rev 112160, perl-text-kakasi/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |3 +++
 community-staging-i686/PKGBUILD|   33 +
 community-staging-x86_64/ChangeLog |3 +++
 community-staging-x86_64/PKGBUILD  |   33 +
 4 files changed, 72 insertions(+)

Copied: perl-text-kakasi/repos/community-staging-i686/ChangeLog (from rev 
112160, perl-text-kakasi/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-05-29 12:34:43 UTC (rev 112161)
@@ -0,0 +1,3 @@
+2008-10-27  Allan McRae 
+   * perl-text-kakasi 2.04-4 
+   * fixed typo in depends

Copied: perl-text-kakasi/repos/community-staging-i686/PKGBUILD (from rev 
112160, perl-text-kakasi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:34:43 UTC (rev 112161)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Allan McRae 
+# Contributor: François Charette 
+
+pkgname=perl-text-kakasi
+pkgver=2.04
+pkgrel=11
+pkgdesc="Perl frontend to kakasi"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Text-Kakasi";
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'kakasi')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/D/DA/DANKOGAI/Text-Kakasi-${pkgver}.tar.gz";)
+md5sums=('5a9e381cb93edfd707124a63c60f96b1')
+
+build() {
+  cd  Text-Kakasi-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd  Text-Kakasi-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-text-kakasi/repos/community-staging-x86_64/ChangeLog (from rev 
112160, perl-text-kakasi/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2014-05-29 12:34:43 UTC (rev 112161)
@@ -0,0 +1,3 @@
+2008-10-27  Allan McRae 
+   * perl-text-kakasi 2.04-4 
+   * fixed typo in depends

Copied: perl-text-kakasi/repos/community-staging-x86_64/PKGBUILD (from rev 
112160, perl-text-kakasi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:34:43 UTC (rev 112161)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Allan McRae 
+# Contributor: François Charette 
+
+pkgname=perl-text-kakasi
+pkgver=2.04
+pkgrel=11
+pkgdesc="Perl frontend to kakasi"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Text-Kakasi";
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'kakasi')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/D/DA/DANKOGAI/Text-Kakasi-${pkgver}.tar.gz";)
+md5sums=('5a9e381cb93edfd707124a63c60f96b1')
+
+build() {
+  cd  Text-Kakasi-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd  Text-Kakasi-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:35:06
  Author: spupykin
Revision: 112164

upgpkg: perl-tk-tablematrix 1.23-11

upd

Modified:
  perl-tk-tablematrix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:34:57 UTC (rev 112163)
+++ PKGBUILD2014-05-29 12:35:06 UTC (rev 112164)
@@ -4,7 +4,7 @@
 
 pkgname=perl-tk-tablematrix
 pkgver=1.23
-pkgrel=10
+pkgrel=11
 pkgdesc="Display data in TableSpreadsheet format"
 arch=("i686" "x86_64")
 url="http://search.cpan.org/dist/Tk-TableMatrix";



[arch-commits] Commit in perl-text-charwidth/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:34:30
  Author: spupykin
Revision: 112159

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

Added:
  perl-text-charwidth/repos/community-staging-i686/
  perl-text-charwidth/repos/community-staging-i686/PKGBUILD
(from rev 112158, perl-text-charwidth/trunk/PKGBUILD)
  perl-text-charwidth/repos/community-staging-x86_64/
  perl-text-charwidth/repos/community-staging-x86_64/PKGBUILD
(from rev 112158, perl-text-charwidth/trunk/PKGBUILD)

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

Copied: perl-text-charwidth/repos/community-staging-i686/PKGBUILD (from rev 
112158, perl-text-charwidth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:34:30 UTC (rev 112159)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-text-charwidth
+pkgver=0.04
+pkgrel=10
+pkgdesc="Perl/CPAN Module Text::CharWidth"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/Text-CharWidth";
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth-${pkgver}.tar.gz";)
+md5sums=('37a723df0580c0758c0ee67b37336c15')
+
+build() {
+  cd Text-CharWidth-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Text-CharWidth-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-text-charwidth/repos/community-staging-x86_64/PKGBUILD (from rev 
112158, perl-text-charwidth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:34:30 UTC (rev 112159)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-text-charwidth
+pkgver=0.04
+pkgrel=10
+pkgdesc="Perl/CPAN Module Text::CharWidth"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/Text-CharWidth";
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth-${pkgver}.tar.gz";)
+md5sums=('37a723df0580c0758c0ee67b37336c15')
+
+build() {
+  cd Text-CharWidth-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Text-CharWidth-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:34:46
  Author: spupykin
Revision: 112162

upgpkg: perl-tie-hash-indexed 0.05-10

upd

Modified:
  perl-tie-hash-indexed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:34:43 UTC (rev 112161)
+++ PKGBUILD2014-05-29 12:34:46 UTC (rev 112162)
@@ -4,7 +4,7 @@
 
 pkgname=perl-tie-hash-indexed
 pkgver=0.05
-pkgrel=9
+pkgrel=10
 pkgdesc="Ordered hashes for Perl"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Tie-Hash-Indexed";



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:34:04
  Author: spupykin
Revision: 112156

upgpkg: perl-string-crc32 1.5-2

upd

Modified:
  perl-string-crc32/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:34:01 UTC (rev 112155)
+++ PKGBUILD2014-05-29 12:34:04 UTC (rev 112156)
@@ -4,7 +4,7 @@
 
 pkgname=perl-string-crc32
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation"
 arch=("i686" "x86_64")
 url="http://search.cpan.org/dist/String-CRC32";



[arch-commits] Commit in perl-string-crc32/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:34:16
  Author: spupykin
Revision: 112157

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

Added:
  perl-string-crc32/repos/community-staging-i686/
  perl-string-crc32/repos/community-staging-i686/PKGBUILD
(from rev 112156, perl-string-crc32/trunk/PKGBUILD)
  perl-string-crc32/repos/community-staging-x86_64/
  perl-string-crc32/repos/community-staging-x86_64/PKGBUILD
(from rev 112156, perl-string-crc32/trunk/PKGBUILD)

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

Copied: perl-string-crc32/repos/community-staging-i686/PKGBUILD (from rev 
112156, perl-string-crc32/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:34:16 UTC (rev 112157)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-string-crc32
+pkgver=1.5
+pkgrel=2
+pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/String-CRC32";
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/S/SO/SOENKE/String-CRC32-${pkgver}.tar.gz";)
+md5sums=('3a9516454722823bd7965d1128d53869')
+
+build() {
+  cd String-CRC32-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd String-CRC32-${pkgver}
+
+  make pure_install doc_install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-string-crc32/repos/community-staging-x86_64/PKGBUILD (from rev 
112156, perl-string-crc32/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:34:16 UTC (rev 112157)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-string-crc32
+pkgver=1.5
+pkgrel=2
+pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/String-CRC32";
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/S/SO/SOENKE/String-CRC32-${pkgver}.tar.gz";)
+md5sums=('3a9516454722823bd7965d1128d53869')
+
+build() {
+  cd String-CRC32-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd String-CRC32-${pkgver}
+
+  make pure_install doc_install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



[arch-commits] Commit in perl-net-libidn/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:33:32
  Author: spupykin
Revision: 112151

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

Added:
  perl-net-libidn/repos/community-staging-i686/
  perl-net-libidn/repos/community-staging-i686/PKGBUILD
(from rev 112150, perl-net-libidn/trunk/PKGBUILD)
  perl-net-libidn/repos/community-staging-x86_64/
  perl-net-libidn/repos/community-staging-x86_64/PKGBUILD
(from rev 112150, perl-net-libidn/trunk/PKGBUILD)

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

Copied: perl-net-libidn/repos/community-staging-i686/PKGBUILD (from rev 112150, 
perl-net-libidn/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:33:32 UTC (rev 112151)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-net-libidn
+pkgver=0.12
+pkgrel=8
+pkgdesc="Perl/CPAN Module Net::LibIDN"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/Net-LibIDN/";
+license=("GPL" "PerlArtistic")
+depends=(perl libidn)
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-${pkgver}.tar.gz";)
+md5sums=('c3e4de2065009d67bcb1df0afb473e12')
+
+build() {
+  cd Net-LibIDN-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Net-LibIDN-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-net-libidn/repos/community-staging-x86_64/PKGBUILD (from rev 
112150, perl-net-libidn/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:33:32 UTC (rev 112151)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-net-libidn
+pkgver=0.12
+pkgrel=8
+pkgdesc="Perl/CPAN Module Net::LibIDN"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/Net-LibIDN/";
+license=("GPL" "PerlArtistic")
+depends=(perl libidn)
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-${pkgver}.tar.gz";)
+md5sums=('c3e4de2065009d67bcb1df0afb473e12')
+
+build() {
+  cd Net-LibIDN-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Net-LibIDN-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



[arch-commits] Commit in perl-params-classify/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:33:46
  Author: spupykin
Revision: 112153

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

Added:
  perl-params-classify/repos/community-staging-i686/
  perl-params-classify/repos/community-staging-i686/PKGBUILD
(from rev 112152, perl-params-classify/trunk/PKGBUILD)
  perl-params-classify/repos/community-staging-x86_64/
  perl-params-classify/repos/community-staging-x86_64/PKGBUILD
(from rev 112152, perl-params-classify/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: perl-params-classify/repos/community-staging-i686/PKGBUILD (from rev 
112152, perl-params-classify/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:33:46 UTC (rev 112153)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-params-classify
+pkgver=0.013
+pkgrel=4
+pkgdesc="argument type classification"
+arch=(i686 x86_64)
+license=('PerlArtistic')
+url="http://search.cpan.org/~zefram/Params-Classify";
+options=(!emptydirs)
+depends=('perl>=5.10.1')
+source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Params-Classify-$pkgver.tar.gz";)
+md5sums=('63d24fbec775472ada49d16bce4a9b1f')
+
+build() {
+  cd $srcdir/Params-Classify-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Params-Classify-$pkgver
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}

Copied: perl-params-classify/repos/community-staging-x86_64/PKGBUILD (from rev 
112152, perl-params-classify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:33:46 UTC (rev 112153)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-params-classify
+pkgver=0.013
+pkgrel=4
+pkgdesc="argument type classification"
+arch=(i686 x86_64)
+license=('PerlArtistic')
+url="http://search.cpan.org/~zefram/Params-Classify";
+options=(!emptydirs)
+depends=('perl>=5.10.1')
+source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Params-Classify-$pkgver.tar.gz";)
+md5sums=('63d24fbec775472ada49d16bce4a9b1f')
+
+build() {
+  cd $srcdir/Params-Classify-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Params-Classify-$pkgver
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}



[arch-commits] Commit in perl-params-validate/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:34:01
  Author: spupykin
Revision: 112155

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

Added:
  perl-params-validate/repos/community-staging-i686/
  perl-params-validate/repos/community-staging-i686/PKGBUILD
(from rev 112154, perl-params-validate/trunk/PKGBUILD)
  perl-params-validate/repos/community-staging-x86_64/
  perl-params-validate/repos/community-staging-x86_64/PKGBUILD
(from rev 112154, perl-params-validate/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: perl-params-validate/repos/community-staging-i686/PKGBUILD (from rev 
112154, perl-params-validate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:34:01 UTC (rev 112155)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-params-validate
+pkgver=1.10
+pkgrel=2
+pkgdesc="Validate sub params against a spec"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Params-Validate";
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-module-implementation')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-Validate-${pkgver}.tar.gz";)
+md5sums=('be70733a36b5e941da8c985b664e4028')
+
+build() {
+  cd  Params-Validate-${pkgver}
+  perl ./Build.PL --installdirs=vendor
+  ./Build
+}
+package(){
+  cd  Params-Validate-${pkgver}
+  ./Build install --destdir=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-params-validate/repos/community-staging-x86_64/PKGBUILD (from rev 
112154, perl-params-validate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:34:01 UTC (rev 112155)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-params-validate
+pkgver=1.10
+pkgrel=2
+pkgdesc="Validate sub params against a spec"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Params-Validate";
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-module-implementation')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-Validate-${pkgver}.tar.gz";)
+md5sums=('be70733a36b5e941da8c985b664e4028')
+
+build() {
+  cd  Params-Validate-${pkgver}
+  perl ./Build.PL --installdirs=vendor
+  ./Build
+}
+package(){
+  cd  Params-Validate-${pkgver}
+  ./Build install --destdir=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:33:04
  Author: spupykin
Revision: 112148

upgpkg: perl-net-dbus 1.0.0-4

upd

Modified:
  perl-net-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:32:58 UTC (rev 112147)
+++ PKGBUILD2014-05-29 12:33:04 UTC (rev 112148)
@@ -4,7 +4,7 @@
 
 pkgname=perl-net-dbus
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Binding for DBus messaging protocol"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Net-DBus";



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:33:34
  Author: spupykin
Revision: 112152

upgpkg: perl-params-classify 0.013-4

upd

Modified:
  perl-params-classify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:33:32 UTC (rev 112151)
+++ PKGBUILD2014-05-29 12:33:34 UTC (rev 112152)
@@ -3,7 +3,7 @@
 
 pkgname=perl-params-classify
 pkgver=0.013
-pkgrel=3
+pkgrel=4
 pkgdesc="argument type classification"
 arch=(i686 x86_64)
 license=('PerlArtistic')



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:33:19
  Author: spupykin
Revision: 112150

upgpkg: perl-net-libidn 0.12-8

upd

Modified:
  perl-net-libidn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:33:15 UTC (rev 112149)
+++ PKGBUILD2014-05-29 12:33:19 UTC (rev 112150)
@@ -3,7 +3,7 @@
 
 pkgname=perl-net-libidn
 pkgver=0.12
-pkgrel=7
+pkgrel=8
 pkgdesc="Perl/CPAN Module Net::LibIDN"
 arch=("i686" "x86_64")
 url="http://search.cpan.org/dist/Net-LibIDN/";



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:33:49
  Author: spupykin
Revision: 112154

upgpkg: perl-params-validate 1.10-2

upd

Modified:
  perl-params-validate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:33:46 UTC (rev 112153)
+++ PKGBUILD2014-05-29 12:33:49 UTC (rev 112154)
@@ -4,7 +4,7 @@
 
 pkgname=perl-params-validate
 pkgver=1.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Validate sub params against a spec"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Params-Validate";



[arch-commits] Commit in perl-mail-transport-dbx/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:32:58
  Author: spupykin
Revision: 112147

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

Added:
  perl-mail-transport-dbx/repos/community-staging-i686/
  perl-mail-transport-dbx/repos/community-staging-i686/PKGBUILD
(from rev 112146, perl-mail-transport-dbx/trunk/PKGBUILD)
  perl-mail-transport-dbx/repos/community-staging-x86_64/
  perl-mail-transport-dbx/repos/community-staging-x86_64/PKGBUILD
(from rev 112146, perl-mail-transport-dbx/trunk/PKGBUILD)

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

Copied: perl-mail-transport-dbx/repos/community-staging-i686/PKGBUILD (from rev 
112146, perl-mail-transport-dbx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:32:58 UTC (rev 112147)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-mail-transport-dbx
+pkgver=0.07
+pkgrel=10
+pkgdesc="Perl/CPAN Module Mail::Transport::Dbx : Parse Outlook Express 
mailboxes"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/Mail-Transport-Dbx";
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/V/VP/VPARSEVAL/Mail-Transport-Dbx-${pkgver}.tar.gz";)
+md5sums=('4dcf5346a67c0a7f861cb2bb51a7d14e')
+
+build() {
+  cd Mail-Transport-Dbx-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Mail-Transport-Dbx-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-mail-transport-dbx/repos/community-staging-x86_64/PKGBUILD (from 
rev 112146, perl-mail-transport-dbx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:32:58 UTC (rev 112147)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-mail-transport-dbx
+pkgver=0.07
+pkgrel=10
+pkgdesc="Perl/CPAN Module Mail::Transport::Dbx : Parse Outlook Express 
mailboxes"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/Mail-Transport-Dbx";
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/V/VP/VPARSEVAL/Mail-Transport-Dbx-${pkgver}.tar.gz";)
+md5sums=('4dcf5346a67c0a7f861cb2bb51a7d14e')
+
+build() {
+  cd Mail-Transport-Dbx-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Mail-Transport-Dbx-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



[arch-commits] Commit in perl-net-dbus/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:33:15
  Author: spupykin
Revision: 112149

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

Added:
  perl-net-dbus/repos/community-staging-i686/
  perl-net-dbus/repos/community-staging-i686/PKGBUILD
(from rev 112148, perl-net-dbus/trunk/PKGBUILD)
  perl-net-dbus/repos/community-staging-x86_64/
  perl-net-dbus/repos/community-staging-x86_64/PKGBUILD
(from rev 112148, perl-net-dbus/trunk/PKGBUILD)

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

Copied: perl-net-dbus/repos/community-staging-i686/PKGBUILD (from rev 112148, 
perl-net-dbus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:33:15 UTC (rev 112149)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-net-dbus
+pkgver=1.0.0
+pkgrel=4
+pkgdesc="Binding for DBus messaging protocol"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Net-DBus";
+license=('GPL' 'PerlArtistic')
+depends=('dbus' 'perl-xml-twig')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-${pkgver}.tar.gz";)
+md5sums=('b17e32976d1a3b56feb908ebd7fed7f1')
+
+build() {
+  cd  Net-DBus-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  Net-DBus-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-net-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 112148, 
perl-net-dbus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:33:15 UTC (rev 112149)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-net-dbus
+pkgver=1.0.0
+pkgrel=4
+pkgdesc="Binding for DBus messaging protocol"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Net-DBus";
+license=('GPL' 'PerlArtistic')
+depends=('dbus' 'perl-xml-twig')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-${pkgver}.tar.gz";)
+md5sums=('b17e32976d1a3b56feb908ebd7fed7f1')
+
+build() {
+  cd  Net-DBus-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  Net-DBus-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:32:43
  Author: spupykin
Revision: 112146

upgpkg: perl-mail-transport-dbx 0.07-10

upd

Modified:
  perl-mail-transport-dbx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:32:40 UTC (rev 112145)
+++ PKGBUILD2014-05-29 12:32:43 UTC (rev 112146)
@@ -4,7 +4,7 @@
 
 pkgname=perl-mail-transport-dbx
 pkgver=0.07
-pkgrel=9
+pkgrel=10
 pkgdesc="Perl/CPAN Module Mail::Transport::Dbx : Parse Outlook Express 
mailboxes"
 arch=("i686" "x86_64")
 url="http://search.cpan.org/dist/Mail-Transport-Dbx";



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:32:26
  Author: spupykin
Revision: 112143

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

Added:
  perl-lchown/repos/community-staging-i686/
  perl-lchown/repos/community-staging-i686/PKGBUILD
(from rev 112142, perl-lchown/trunk/PKGBUILD)
  perl-lchown/repos/community-staging-x86_64/
  perl-lchown/repos/community-staging-x86_64/PKGBUILD
(from rev 112142, perl-lchown/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: perl-lchown/repos/community-staging-i686/PKGBUILD (from rev 112142, 
perl-lchown/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:32:26 UTC (rev 112143)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-lchown
+pkgver=1.01
+pkgrel=3
+pkgdesc="use the lchown(2) system call from Perl"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+url=https://metacpan.org/release/Lchown
+source=("http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-${pkgver}.tar.gz";)
+md5sums=(e3db31be650437eb5d9bfc4da6252ee3)
+sha512sums=(f3b7bf7b3b71a7d92449d4ae8249d76b456869e48105db401a49f39f687ee5d97e079485fb2bbaae991a3a27d408959fc132b843c6f69487eeb2958c85f683a8)
+
+build()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/Lchown-${pkgver}"
+/usr/bin/perl Build.PL
+./Build
+)
+
+check()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "${srcdir}/Lchown-${pkgver}"
+./Build test
+)
+
+package() {
+cd "${srcdir}/Lchown-${pkgver}"
+./Build install
+find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Copied: perl-lchown/repos/community-staging-x86_64/PKGBUILD (from rev 112142, 
perl-lchown/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:32:26 UTC (rev 112143)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-lchown
+pkgver=1.01
+pkgrel=3
+pkgdesc="use the lchown(2) system call from Perl"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+url=https://metacpan.org/release/Lchown
+source=("http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-${pkgver}.tar.gz";)
+md5sums=(e3db31be650437eb5d9bfc4da6252ee3)
+sha512sums=(f3b7bf7b3b71a7d92449d4ae8249d76b456869e48105db401a49f39f687ee5d97e079485fb2bbaae991a3a27d408959fc132b843c6f69487eeb2958c85f683a8)
+
+build()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/Lchown-${pkgver}"
+/usr/bin/perl Build.PL
+./Build
+)
+
+check()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd "${srcdir}/Lchown-${pkgver}"
+./Build test
+)
+
+package() {
+cd "${srcdir}/Lchown-${pkgver}"
+./Build install
+find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-mail-box-parser-c/trunk (PKGBUILD)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:32:29
  Author: spupykin
Revision: 112144

upgpkg: perl-mail-box-parser-c 3.007-2

upd

Modified:
  perl-mail-box-parser-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:32:26 UTC (rev 112143)
+++ PKGBUILD2014-05-29 12:32:29 UTC (rev 112144)
@@ -4,7 +4,7 @@
 
 pkgname=perl-mail-box-parser-c
 pkgver=3.007
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl/CPAN Module Mail::Box::Parser::C : extends MailBox with the 
speed of C"
 arch=("i686" "x86_64")
 url="http://search.cpan.org/dist/Mail-Box-Parser-C";



[arch-commits] Commit in perl-mail-box-parser-c/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:32:40
  Author: spupykin
Revision: 112145

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

Added:
  perl-mail-box-parser-c/repos/community-staging-i686/
  perl-mail-box-parser-c/repos/community-staging-i686/PKGBUILD
(from rev 112144, perl-mail-box-parser-c/trunk/PKGBUILD)
  perl-mail-box-parser-c/repos/community-staging-x86_64/
  perl-mail-box-parser-c/repos/community-staging-x86_64/PKGBUILD
(from rev 112144, perl-mail-box-parser-c/trunk/PKGBUILD)

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

Copied: perl-mail-box-parser-c/repos/community-staging-i686/PKGBUILD (from rev 
112144, perl-mail-box-parser-c/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:32:40 UTC (rev 112145)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-mail-box-parser-c
+pkgver=3.007
+pkgrel=2
+pkgdesc="Perl/CPAN Module Mail::Box::Parser::C : extends MailBox with the 
speed of C"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/Mail-Box-Parser-C";
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/M/MA/MARKOV/Mail-Box-Parser-C-${pkgver}.tar.gz";)
+md5sums=('4203b3df229df135ec3488721f0ce7f8')
+
+build() {
+  cd Mail-Box-Parser-C-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Mail-Box-Parser-C-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-mail-box-parser-c/repos/community-staging-x86_64/PKGBUILD (from 
rev 112144, perl-mail-box-parser-c/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:32:40 UTC (rev 112145)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-mail-box-parser-c
+pkgver=3.007
+pkgrel=2
+pkgdesc="Perl/CPAN Module Mail::Box::Parser::C : extends MailBox with the 
speed of C"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/Mail-Box-Parser-C";
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/M/MA/MARKOV/Mail-Box-Parser-C-${pkgver}.tar.gz";)
+md5sums=('4203b3df229df135ec3488721f0ce7f8')
+
+build() {
+  cd Mail-Box-Parser-C-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd Mail-Box-Parser-C-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



[arch-commits] Commit in perl-io-tty/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:31:55
  Author: spupykin
Revision: 112139

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

Added:
  perl-io-tty/repos/community-staging-i686/
  perl-io-tty/repos/community-staging-i686/PKGBUILD
(from rev 112138, perl-io-tty/trunk/PKGBUILD)
  perl-io-tty/repos/community-staging-x86_64/
  perl-io-tty/repos/community-staging-x86_64/PKGBUILD
(from rev 112138, perl-io-tty/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: perl-io-tty/repos/community-staging-i686/PKGBUILD (from rev 112138, 
perl-io-tty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:31:55 UTC (rev 112139)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Charles Mauch 
+
+pkgname=perl-io-tty
+pkgver=1.11
+pkgrel=2
+pkgdesc="Provide an interface to TTYs and PTYs"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/IO-Tty/";
+license=("GPL" "PerlArtistic")
+depends=('glibc')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz";)
+md5sums=('fc42736aee83f848ff5191c6890cc539')
+
+build() {
+  cd $srcdir/IO-Tty-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package(){
+  cd $srcdir/IO-Tty-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Copied: perl-io-tty/repos/community-staging-x86_64/PKGBUILD (from rev 112138, 
perl-io-tty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:31:55 UTC (rev 112139)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Charles Mauch 
+
+pkgname=perl-io-tty
+pkgver=1.11
+pkgrel=2
+pkgdesc="Provide an interface to TTYs and PTYs"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/IO-Tty/";
+license=("GPL" "PerlArtistic")
+depends=('glibc')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz";)
+md5sums=('fc42736aee83f848ff5191c6890cc539')
+
+build() {
+  cd $srcdir/IO-Tty-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package(){
+  cd $srcdir/IO-Tty-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:31:58
  Author: spupykin
Revision: 112140

upgpkg: perl-json-xs 3.01-3

upd

Modified:
  perl-json-xs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:31:55 UTC (rev 112139)
+++ PKGBUILD2014-05-29 12:31:58 UTC (rev 112140)
@@ -4,7 +4,7 @@
 
 pkgname=perl-json-xs
 pkgver=3.01
-pkgrel=2
+pkgrel=3
 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
 url="http://search.cpan.org/dist/JSON-XS/";
 license=("GPL")



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:32:15
  Author: spupykin
Revision: 112142

upgpkg: perl-lchown 1.01-3

upd

Modified:
  perl-lchown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:32:10 UTC (rev 112141)
+++ PKGBUILD2014-05-29 12:32:15 UTC (rev 112142)
@@ -2,7 +2,7 @@
 
 pkgname=perl-lchown
 pkgver=1.01
-pkgrel=2
+pkgrel=3
 pkgdesc="use the lchown(2) system call from Perl"
 arch=(i686 x86_64)
 license=(PerlArtistic GPL)



[arch-commits] Commit in perl-json-xs/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:32:10
  Author: spupykin
Revision: 112141

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

Added:
  perl-json-xs/repos/community-staging-i686/
  perl-json-xs/repos/community-staging-i686/PKGBUILD
(from rev 112140, perl-json-xs/trunk/PKGBUILD)
  perl-json-xs/repos/community-staging-x86_64/
  perl-json-xs/repos/community-staging-x86_64/PKGBUILD
(from rev 112140, perl-json-xs/trunk/PKGBUILD)

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

Copied: perl-json-xs/repos/community-staging-i686/PKGBUILD (from rev 112140, 
perl-json-xs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:32:10 UTC (rev 112141)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tor Krill 
+
+pkgname=perl-json-xs
+pkgver=3.01
+pkgrel=3
+pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
+url="http://search.cpan.org/dist/JSON-XS/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('perl' 'perl-common-sense' 'perl-types-serialiser')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
+md5sums=('b7be65295baf6dd9233c6494782c1153')
+
+build() {
+  cd  $srcdir/JSON-XS-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package() {
+  cd  $srcdir/JSON-XS-$pkgver
+  make DESTDIR=$pkgdir install
+
+  find $pkgdir -name '.packlist' -delete && \
+  find $pkgdir -name '*.pod' -delete
+}

Copied: perl-json-xs/repos/community-staging-x86_64/PKGBUILD (from rev 112140, 
perl-json-xs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:32:10 UTC (rev 112141)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tor Krill 
+
+pkgname=perl-json-xs
+pkgver=3.01
+pkgrel=3
+pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
+url="http://search.cpan.org/dist/JSON-XS/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('perl' 'perl-common-sense' 'perl-types-serialiser')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
+md5sums=('b7be65295baf6dd9233c6494782c1153')
+
+build() {
+  cd  $srcdir/JSON-XS-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package() {
+  cd  $srcdir/JSON-XS-$pkgver
+  make DESTDIR=$pkgdir install
+
+  find $pkgdir -name '.packlist' -delete && \
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:31:43
  Author: spupykin
Revision: 112138

upgpkg: perl-io-tty 1.11-2

upd

Modified:
  perl-io-tty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:31:37 UTC (rev 112137)
+++ PKGBUILD2014-05-29 12:31:43 UTC (rev 112138)
@@ -4,7 +4,7 @@
 
 pkgname=perl-io-tty
 pkgver=1.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Provide an interface to TTYs and PTYs"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/IO-Tty/";



[arch-commits] Commit in perl-inline-java/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:31:37
  Author: spupykin
Revision: 112137

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

Added:
  perl-inline-java/repos/community-staging-i686/
  perl-inline-java/repos/community-staging-i686/PKGBUILD
(from rev 112136, perl-inline-java/trunk/PKGBUILD)
  perl-inline-java/repos/community-staging-x86_64/
  perl-inline-java/repos/community-staging-x86_64/PKGBUILD
(from rev 112136, perl-inline-java/trunk/PKGBUILD)

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

Copied: perl-inline-java/repos/community-staging-i686/PKGBUILD (from rev 
112136, perl-inline-java/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:31:37 UTC (rev 112137)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Wael Nasreddine 
+
+pkgname=perl-inline-java
+pkgver=0.53
+pkgrel=6
+pkgdesc="The Inline::Java module allows you to put Java source code directly 
inline in a Perl script or module."
+arch=('i686' 'x86_64')
+depends=('perl' 'perl-inline' 'java-runtime')
+makedepends=('java-environment')
+license=("GPL" "PerlArtistic")
+url="http://search.cpan.org/dist/Inline-Java";
+source=(http://search.cpan.org/CPAN/authors/id/P/PA/PATL/Inline-Java-$pkgver.tar.gz)
+md5sums=('23f96c2ac4915302c3647c0abc92916f')
+options=('!emptydirs')
+
+build() {
+  cd $srcdir/Inline-Java-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor J2SDK=$J2SDKDIR
+  make java
+  make
+}
+package() {
+  cd $srcdir/Inline-Java-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Copied: perl-inline-java/repos/community-staging-x86_64/PKGBUILD (from rev 
112136, perl-inline-java/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:31:37 UTC (rev 112137)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Wael Nasreddine 
+
+pkgname=perl-inline-java
+pkgver=0.53
+pkgrel=6
+pkgdesc="The Inline::Java module allows you to put Java source code directly 
inline in a Perl script or module."
+arch=('i686' 'x86_64')
+depends=('perl' 'perl-inline' 'java-runtime')
+makedepends=('java-environment')
+license=("GPL" "PerlArtistic")
+url="http://search.cpan.org/dist/Inline-Java";
+source=(http://search.cpan.org/CPAN/authors/id/P/PA/PATL/Inline-Java-$pkgver.tar.gz)
+md5sums=('23f96c2ac4915302c3647c0abc92916f')
+options=('!emptydirs')
+
+build() {
+  cd $srcdir/Inline-Java-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor J2SDK=$J2SDKDIR
+  make java
+  make
+}
+package() {
+  cd $srcdir/Inline-Java-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:31:24
  Author: spupykin
Revision: 112136

upgpkg: perl-inline-java 0.53-6

upd

Modified:
  perl-inline-java/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:31:21 UTC (rev 112135)
+++ PKGBUILD2014-05-29 12:31:24 UTC (rev 112136)
@@ -4,7 +4,7 @@
 
 pkgname=perl-inline-java
 pkgver=0.53
-pkgrel=5
+pkgrel=6
 pkgdesc="The Inline::Java module allows you to put Java source code directly 
inline in a Perl script or module."
 arch=('i686' 'x86_64')
 depends=('perl' 'perl-inline' 'java-runtime')



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:31:09
  Author: spupykin
Revision: 112134

upgpkg: perl-html-strip 1.06-10

upd

Modified:
  perl-html-strip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:31:05 UTC (rev 112133)
+++ PKGBUILD2014-05-29 12:31:09 UTC (rev 112134)
@@ -4,7 +4,7 @@
 
 pkgname=perl-html-strip
 pkgver=1.06
-pkgrel=9
+pkgrel=10
 pkgdesc="Perl/CPAN Module HTML::Strip"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/~kilinrax/HTML-Strip/";



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:30:38
  Author: spupykin
Revision: 112130

upgpkg: perl-gtk2-trayicon 0.06-11

upd

Modified:
  perl-gtk2-trayicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:30:35 UTC (rev 112129)
+++ PKGBUILD2014-05-29 12:30:38 UTC (rev 112130)
@@ -4,7 +4,7 @@
 
 pkgname=perl-gtk2-trayicon
 pkgver=0.06
-pkgrel=10
+pkgrel=11
 pkgdesc="Perl interface to the EggTrayIcon library"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Gtk2-TrayIcon/";



[arch-commits] Commit in perl-html-strip/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:31:21
  Author: spupykin
Revision: 112135

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

Added:
  perl-html-strip/repos/community-staging-i686/
  perl-html-strip/repos/community-staging-i686/PKGBUILD
(from rev 112134, perl-html-strip/trunk/PKGBUILD)
  perl-html-strip/repos/community-staging-x86_64/
  perl-html-strip/repos/community-staging-x86_64/PKGBUILD
(from rev 112134, perl-html-strip/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: perl-html-strip/repos/community-staging-i686/PKGBUILD (from rev 112134, 
perl-html-strip/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:31:21 UTC (rev 112135)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-html-strip
+pkgver=1.06
+pkgrel=10
+pkgdesc="Perl/CPAN Module HTML::Strip"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/~kilinrax/HTML-Strip/";
+license=("GPL" "PerlArtistic")
+depends=('perl')
+source=("http://www.cpan.org/authors/id/K/KI/KILINRAX/HTML-Strip-$pkgver.tar.gz";)
+md5sums=('ceeacef0c7c31983e3a991e77bb58b45')
+options=('!emptydirs')
+
+build() {
+  cd $srcdir/HTML-Strip-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package() {
+  cd $srcdir/HTML-Strip-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Copied: perl-html-strip/repos/community-staging-x86_64/PKGBUILD (from rev 
112134, perl-html-strip/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:31:21 UTC (rev 112135)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-html-strip
+pkgver=1.06
+pkgrel=10
+pkgdesc="Perl/CPAN Module HTML::Strip"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/~kilinrax/HTML-Strip/";
+license=("GPL" "PerlArtistic")
+depends=('perl')
+source=("http://www.cpan.org/authors/id/K/KI/KILINRAX/HTML-Strip-$pkgver.tar.gz";)
+md5sums=('ceeacef0c7c31983e3a991e77bb58b45')
+options=('!emptydirs')
+
+build() {
+  cd $srcdir/HTML-Strip-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package() {
+  cd $srcdir/HTML-Strip-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-gtk2-webkit/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:31:05
  Author: spupykin
Revision: 112133

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

Added:
  perl-gtk2-webkit/repos/community-staging-i686/
  perl-gtk2-webkit/repos/community-staging-i686/PKGBUILD
(from rev 112132, perl-gtk2-webkit/trunk/PKGBUILD)
  perl-gtk2-webkit/repos/community-staging-x86_64/
  perl-gtk2-webkit/repos/community-staging-x86_64/PKGBUILD
(from rev 112132, perl-gtk2-webkit/trunk/PKGBUILD)

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

Copied: perl-gtk2-webkit/repos/community-staging-i686/PKGBUILD (from rev 
112132, perl-gtk2-webkit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:31:05 UTC (rev 112133)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=perl-gtk2-webkit
+pkgver=0.09
+pkgrel=5
+pkgdesc="Gtk2::WebKit"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Gtk2-WebKit";
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'gtk2-perl' 'webkitgtk2' 'perl-extutils-depends' 
'perl-extutils-pkgconfig')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/F/FL/FLORA/Gtk2-WebKit-${pkgver}.tar.gz)
+md5sums=('e696fc2b15d6189370e19bce9a9e56f3')
+
+build() {
+  cd Gtk2-WebKit-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd Gtk2-WebKit-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Copied: perl-gtk2-webkit/repos/community-staging-x86_64/PKGBUILD (from rev 
112132, perl-gtk2-webkit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:31:05 UTC (rev 112133)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=perl-gtk2-webkit
+pkgver=0.09
+pkgrel=5
+pkgdesc="Gtk2::WebKit"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Gtk2-WebKit";
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'gtk2-perl' 'webkitgtk2' 'perl-extutils-depends' 
'perl-extutils-pkgconfig')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/F/FL/FLORA/Gtk2-WebKit-${pkgver}.tar.gz)
+md5sums=('e696fc2b15d6189370e19bce9a9e56f3')
+
+build() {
+  cd Gtk2-WebKit-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd Gtk2-WebKit-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:30:53
  Author: spupykin
Revision: 112132

upgpkg: perl-gtk2-webkit 0.09-5

upd

Modified:
  perl-gtk2-webkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:30:49 UTC (rev 112131)
+++ PKGBUILD2014-05-29 12:30:53 UTC (rev 112132)
@@ -4,7 +4,7 @@
 
 pkgname=perl-gtk2-webkit
 pkgver=0.09
-pkgrel=4
+pkgrel=5
 pkgdesc="Gtk2::WebKit"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Gtk2-WebKit";



  1   2   >