[arch-commits] Commit in python2-sqlobject/repos/community-any (PKGBUILD PKGBUILD)

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 05:50:39
  Author: fyan
Revision: 137756

archrelease: copy trunk to community-any

Added:
  python2-sqlobject/repos/community-any/PKGBUILD
(from rev 137755, python2-sqlobject/trunk/PKGBUILD)
Deleted:
  python2-sqlobject/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 03:50:24 UTC (rev 137755)
+++ PKGBUILD2015-08-03 03:50:39 UTC (rev 137756)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Todd Maynard a...@toddmaynard.com
-
-pkgname=python2-sqlobject
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Provides an object interface to SQL databases'
-arch=('any')
-license=('LGPL')
-url='http://sqlobject.org/'
-depends=('python2-formencode')
-makedepends=('python2-setuptools')
-optdepends=('python2-psycopg2: PostgreSQL database support')
-source=(https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz;)
-sha256sums=('7c3b996592a0ed88359ec11fd6668e46874ae030b5903d7b2364d48f2758c4cc')
-
-prepare() {
-  cd SQLObject-$pkgver
-
-  find . -type f -exec \
-sed -i 's,^#!/usr/bin/env python,#!/usr/bin/env python2,' {} \;
-}
-
-package() {
-  cd SQLObject-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-
-  echo /usr/lib/python2.7/site-packages/SQLObject-$pkgver-py2.6.egg  \
-$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth
-
-  # Removing documentation that conflicts with other packages
-  rm -rf $pkgdir/usr/lib/python2.7/site-packages/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-sqlobject/repos/community-any/PKGBUILD (from rev 137755, 
python2-sqlobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 03:50:39 UTC (rev 137756)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Todd Maynard a...@toddmaynard.com
+
+pkgname=python2-sqlobject
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Provides an object interface to SQL databases'
+arch=('any')
+license=('LGPL')
+url='http://sqlobject.org/'
+depends=('python2-formencode')
+makedepends=('python2-setuptools')
+optdepends=('python2-psycopg2: PostgreSQL database support')
+source=(https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz;)
+sha256sums=('35675d9c6c5a373b68c1e597a51c2723e1a8471911f89b7ec9ab3cc380064874')
+
+prepare() {
+  cd SQLObject-$pkgver
+
+  find . -type f -exec \
+sed -i 's,^#!/usr/bin/env python,#!/usr/bin/env python2,' {} \;
+}
+
+package() {
+  cd SQLObject-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+
+  echo /usr/lib/python2.7/site-packages/SQLObject-$pkgver-py2.6.egg  \
+$pkgdir/usr/lib/python2.7/site-packages/$pkgname.pth
+
+  # Removing documentation that conflicts with other packages
+  rm -rf $pkgdir/usr/lib/python2.7/site-packages/docs
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 05:50:24
  Author: fyan
Revision: 137755

upgpkg: python2-sqlobject 2.1.1-1

Modified:
  python2-sqlobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 03:14:42 UTC (rev 137754)
+++ PKGBUILD2015-08-03 03:50:24 UTC (rev 137755)
@@ -5,7 +5,7 @@
 # Contributor: Todd Maynard a...@toddmaynard.com
 
 pkgname=python2-sqlobject
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Provides an object interface to SQL databases'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools')
 optdepends=('python2-psycopg2: PostgreSQL database support')
 
source=(https://pypi.python.org/packages/source/S/SQLObject/SQLObject-$pkgver.tar.gz;)
-sha256sums=('7c3b996592a0ed88359ec11fd6668e46874ae030b5903d7b2364d48f2758c4cc')
+sha256sums=('35675d9c6c5a373b68c1e597a51c2723e1a8471911f89b7ec9ab3cc380064874')
 
 prepare() {
   cd SQLObject-$pkgver


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 05:52:59
  Author: fyan
Revision: 137757

upgpkg: fail2ban 0.9.3-1

Modified:
  fail2ban/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 03:50:39 UTC (rev 137756)
+++ PKGBUILD2015-08-03 03:52:59 UTC (rev 137757)
@@ -6,7 +6,7 @@
 # Contributor: nbags neilb...@gmail.com
 
 pkgname=fail2ban
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
@@ -18,7 +18,7 @@
 backup=(etc/fail2ban/fail2ban.conf)
 install=fail2ban.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('bcdc9ef9f02c6fe8e43bb391835c65d6')
+md5sums=('73c87c545cc6474de984b5a05e64ecab')
 
 check() {
   cd $pkgname-$pkgver
@@ -50,4 +50,6 @@
   install -Dm644 man/fail2ban-server.1 \
 $pkgdir/usr/share/man/man1/fail2ban-server.1
   install -Dm644 man/jail.conf.5 $pkgdir/usr/share/man/man5/jail.conf.5
+
+  rm -r $pkgdir/run
 }


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 05:53:45
  Author: fyan
Revision: 137760

archrelease: copy trunk to community-any

Added:
  doge/repos/community-any/PKGBUILD
(from rev 137759, doge/trunk/PKGBUILD)
Deleted:
  doge/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 03:53:31 UTC (rev 137759)
+++ PKGBUILD2015-08-03 03:53:45 UTC (rev 137760)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: kreed kr...@kreed.org
-
-pkgname=doge
-pkgver=3.3.0
-pkgrel=2
-pkgdesc=doge meme motd script
-url=https://github.com/thiderman/doge;
-arch=('any')
-license=('MIT')
-depends=('python')
-source=(https://pypi.python.org/packages/source/d/doge/doge-$pkgver.tar.gz;)
-md5sums=('c17589c22479a0e33e5259f8cbbb6f5f')
-
-package() {
-  cd doge-$pkgver
-  python setup.py install -O1 --root=$pkgdir
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: doge/repos/community-any/PKGBUILD (from rev 137759, doge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 03:53:45 UTC (rev 137760)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: kreed kr...@kreed.org
+
+pkgname=doge
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=doge meme motd script
+url=https://github.com/thiderman/doge;
+arch=('any')
+license=('MIT')
+depends=('python')
+source=(https://pypi.python.org/packages/source/d/doge/doge-$pkgver.tar.gz;)
+md5sums=('1371ca4eb83dc769d908ba8caff2fd34')
+
+package() {
+  cd doge-$pkgver
+  python setup.py install -O1 --root=$pkgdir
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 05:53:31
  Author: fyan
Revision: 137759

upgpkg: doge 3.4.0-1

Modified:
  doge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 03:53:11 UTC (rev 137758)
+++ PKGBUILD2015-08-03 03:53:31 UTC (rev 137759)
@@ -3,8 +3,8 @@
 # Contributor: kreed kr...@kreed.org
 
 pkgname=doge
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.4.0
+pkgrel=1
 pkgdesc=doge meme motd script
 url=https://github.com/thiderman/doge;
 arch=('any')
@@ -11,7 +11,7 @@
 license=('MIT')
 depends=('python')
 source=(https://pypi.python.org/packages/source/d/doge/doge-$pkgver.tar.gz;)
-md5sums=('c17589c22479a0e33e5259f8cbbb6f5f')
+md5sums=('1371ca4eb83dc769d908ba8caff2fd34')
 
 package() {
   cd doge-$pkgver


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 05:53:11
  Author: fyan
Revision: 137758

archrelease: copy trunk to community-testing-any

Added:
  fail2ban/repos/community-testing-any/
  fail2ban/repos/community-testing-any/PKGBUILD
(from rev 137757, fail2ban/trunk/PKGBUILD)
  fail2ban/repos/community-testing-any/fail2ban.install
(from rev 137757, fail2ban/trunk/fail2ban.install)

--+
 PKGBUILD |   55 +
 fail2ban.install |3 ++
 2 files changed, 58 insertions(+)

Copied: fail2ban/repos/community-testing-any/PKGBUILD (from rev 137757, 
fail2ban/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-08-03 03:53:11 UTC (rev 137758)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: michalzxc
+# Contributor: nbags neilb...@gmail.com
+
+pkgname=fail2ban
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='Bans IPs after too many failed authentication attempts'
+url='http://www.fail2ban.org/'
+license=('GPL')
+arch=('any')
+depends=('python' 'iptables' 'python-pyinotify' 'whois' 'sqlite')
+makedepends=('python-setuptools')
+checkdepends=('python-setuptools' 'python-coverage')
+backup=(etc/fail2ban/fail2ban.conf)
+install=fail2ban.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('73c87c545cc6474de984b5a05e64ecab')
+
+check() {
+  cd $pkgname-$pkgver
+  ./fail2ban-2to3
+  coverage run bin/fail2ban-testcases || warning Tests failed
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --prefix /usr --root $pkgdir --optimize=1
+
+  install -Dm644 files/fail2ban.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 files/fail2ban-tmpfiles.conf \
+$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+  install -Dm644 files/fail2ban-logrotate \
+$pkgdir/etc/logrotate.d/fail2ban
+  install -Dm644 files/bash-completion \
+$pkgdir/usr/share/bash-completion/completions/fail2ban
+
+  # fix sendmail location
+  sed -i 's/sbin/bin/g' $pkgdir/etc/fail2ban/action.d/sendmail*.conf
+
+  install -Dm644 man/fail2ban.1 $pkgdir/usr/share/man/man1/fail2ban.1
+  install -Dm644 man/fail2ban-client.1 \
+$pkgdir/usr/share/man/man1/fail2ban-client.1
+  install -Dm644 man/fail2ban-regex.1 \
+$pkgdir/usr/share/man/man1/fail2ban-regex.1
+  install -Dm644 man/fail2ban-server.1 \
+$pkgdir/usr/share/man/man1/fail2ban-server.1
+  install -Dm644 man/jail.conf.5 $pkgdir/usr/share/man/man5/jail.conf.5
+
+  rm -r $pkgdir/run
+}

Copied: fail2ban/repos/community-testing-any/fail2ban.install (from rev 137757, 
fail2ban/trunk/fail2ban.install)
===
--- community-testing-any/fail2ban.install  (rev 0)
+++ community-testing-any/fail2ban.install  2015-08-03 03:53:11 UTC (rev 
137758)
@@ -0,0 +1,3 @@
+post_install() {
+  usr/bin/systemd-tmpfiles --create fail2ban.conf
+}


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 05:58:19
  Author: fyan
Revision: 137762

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 03:58:04 UTC (rev 137761)
+++ PKGBUILD2015-08-03 03:58:19 UTC (rev 137762)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-httpretty
-pkgname=(python-httpretty python2-httpretty)
-pkgver=0.8.8
-pkgrel=1
-pkgdesc=HTTP client mock for Python
-arch=('any')
-url=http://github.com/gabrielfalcao/httpretty;
-license=('MIT')
-makedepends=('python-urllib3' 'python2-urllib3' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'python-mock' 'python2-mock'
-  'python-sure' 'python2-sure' 'python-tornado' 'python2-tornado' 
'python-requests' 'python2-requests'
-  'python-httplib2' 'python2-httplib2')
-source=(https://pypi.python.org/packages/source/h/httpretty/httpretty-$pkgver.tar.gz;)
-md5sums=('0b95e48c8466ed9dc157070229651a6b')
-
-prepare() {
-  cp -r httpretty-$pkgver{,-py2}
-
-  # Fix the encoding issue
-  sed -i 78s/f)).read()/f), encoding='utf8').read()/ 
httpretty-$pkgver/setup.py
-}
-
-check() {
-  cd httpretty-$pkgver
-  # Disabled due to hanging
-  #nosetests3 -s tests
-
-  cd ../httpretty-$pkgver-py2
-  nosetests2 -s tests || warning Tests failed
-}
-
-package_python-httpretty() {
-  depends=('python-urllib3')
-
-  cd httpretty-$pkgver
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/python-httpretty/COPYING
-}
-
-package_python2-httpretty() {
-  depends=('python2-urllib3')
-
-  cd httpretty-$pkgver-py2
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/python2-httpretty/COPYING
-}
-

Copied: python-httpretty/repos/community-any/PKGBUILD (from rev 137761, 
python-httpretty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 03:58:19 UTC (rev 137762)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-httpretty
+pkgname=(python-httpretty python2-httpretty)
+pkgver=0.8.9
+pkgrel=1
+pkgdesc=HTTP client mock for Python
+arch=('any')
+url=http://github.com/gabrielfalcao/httpretty;
+license=('MIT')
+makedepends=('python-urllib3' 'python2-urllib3' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'python-mock' 'python2-mock'
+  'python-sure' 'python2-sure' 'python-tornado' 'python2-tornado' 
'python-requests' 'python2-requests'
+  'python-httplib2' 'python2-httplib2')
+source=(https://pypi.python.org/packages/source/h/httpretty/httpretty-$pkgver.tar.gz;)
+md5sums=('9c182d372a6be0e338aef2133791d377')
+
+prepare() {
+  cp -r httpretty-$pkgver{,-py2}
+
+  # Fix the encoding issue
+  sed -i 78s/f)).read()/f), encoding='utf8').read()/ 
httpretty-$pkgver/setup.py
+}
+
+check() {
+  cd httpretty-$pkgver
+  # Disabled due to hanging
+  #nosetests3 -s tests
+
+  cd ../httpretty-$pkgver-py2
+  nosetests2 -s tests || warning Tests failed
+}
+
+package_python-httpretty() {
+  depends=('python-urllib3')
+
+  cd httpretty-$pkgver
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/python-httpretty/COPYING
+}
+
+package_python2-httpretty() {
+  depends=('python2-urllib3')
+
+  cd httpretty-$pkgver-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/python2-httpretty/COPYING
+}
+


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 05:58:04
  Author: fyan
Revision: 137761

upgpkg: python-httpretty 0.8.9-1

Modified:
  python-httpretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 03:53:45 UTC (rev 137760)
+++ PKGBUILD2015-08-03 03:58:04 UTC (rev 137761)
@@ -3,7 +3,7 @@
 
 pkgbase=python-httpretty
 pkgname=(python-httpretty python2-httpretty)
-pkgver=0.8.8
+pkgver=0.8.9
 pkgrel=1
 pkgdesc=HTTP client mock for Python
 arch=('any')
@@ -14,7 +14,7 @@
   'python-sure' 'python2-sure' 'python-tornado' 'python2-tornado' 
'python-requests' 'python2-requests'
   'python-httplib2' 'python2-httplib2')
 
source=(https://pypi.python.org/packages/source/h/httpretty/httpretty-$pkgver.tar.gz;)
-md5sums=('0b95e48c8466ed9dc157070229651a6b')
+md5sums=('9c182d372a6be0e338aef2133791d377')
 
 prepare() {
   cp -r httpretty-$pkgver{,-py2}


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 05:59:17
  Author: fyan
Revision: 137764

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

Added:
  opencc/repos/community-testing-i686/
  opencc/repos/community-testing-i686/PKGBUILD
(from rev 137763, opencc/trunk/PKGBUILD)
  opencc/repos/community-testing-x86_64/
  opencc/repos/community-testing-x86_64/PKGBUILD
(from rev 137763, opencc/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   38 
 community-testing-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

Copied: opencc/repos/community-testing-i686/PKGBUILD (from rev 137763, 
opencc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-03 03:59:17 UTC (rev 137764)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=opencc
+pkgname=(opencc opencc-doc)
+pkgver=1.0.3
+pkgrel=1
+url=http://code.google.com/p/opencc/;
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python')
+source=(https://github.com/BYVoid/OpenCC/archive/ver.${pkgver}.tar.gz;)
+sha512sums=('0257ff15cf9c57f248ec236a7ddde1f29e223d0e26411628f0321be92098f01977e19b0af271627660d07c63f7fa6804bc31fe5cbf576398cbc783d31e23966a')
+
+build() {
+  cd OpenCC-ver.${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_DOCUMENTATION:BOOL=ON
+  make
+}
+
+package_opencc() {
+  pkgdesc=Library for Open Chinese Convert
+  depends=('gcc-libs')
+
+  cd OpenCC-ver.${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # Remove docs - install in splitted package
+  rm -r $pkgdir/usr/share/opencc/doc
+}
+
+package_opencc-doc() {
+  pkgdesc=Documentation for Library for Open Chinese Convert
+
+  cd OpenCC-ver.${pkgver}/doc
+  make DESTDIR=${pkgdir} install
+}
+

Copied: opencc/repos/community-testing-x86_64/PKGBUILD (from rev 137763, 
opencc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-03 03:59:17 UTC (rev 137764)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=opencc
+pkgname=(opencc opencc-doc)
+pkgver=1.0.3
+pkgrel=1
+url=http://code.google.com/p/opencc/;
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python')
+source=(https://github.com/BYVoid/OpenCC/archive/ver.${pkgver}.tar.gz;)
+sha512sums=('0257ff15cf9c57f248ec236a7ddde1f29e223d0e26411628f0321be92098f01977e19b0af271627660d07c63f7fa6804bc31fe5cbf576398cbc783d31e23966a')
+
+build() {
+  cd OpenCC-ver.${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_DOCUMENTATION:BOOL=ON
+  make
+}
+
+package_opencc() {
+  pkgdesc=Library for Open Chinese Convert
+  depends=('gcc-libs')
+
+  cd OpenCC-ver.${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # Remove docs - install in splitted package
+  rm -r $pkgdir/usr/share/opencc/doc
+}
+
+package_opencc-doc() {
+  pkgdesc=Documentation for Library for Open Chinese Convert
+
+  cd OpenCC-ver.${pkgver}/doc
+  make DESTDIR=${pkgdir} install
+}
+


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 05:58:57
  Author: fyan
Revision: 137763

upgpkg: opencc 1.0.3-1

Modified:
  opencc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 03:58:19 UTC (rev 137762)
+++ PKGBUILD2015-08-03 03:58:57 UTC (rev 137763)
@@ -3,7 +3,7 @@
 
 pkgbase=opencc
 pkgname=(opencc opencc-doc)
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 url=http://code.google.com/p/opencc/;
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('Apache')
 makedepends=('cmake' 'doxygen' 'python')
 source=(https://github.com/BYVoid/OpenCC/archive/ver.${pkgver}.tar.gz;)
-sha512sums=('e8ed5662c4ac37bb8df7e80fc3da3fb101af0232cd68313e1d8c83b1247d5583b660557878dc441b18d7751393ef1a696bec4d9c4dc7328e4d8668d0c5525c1d')
+sha512sums=('0257ff15cf9c57f248ec236a7ddde1f29e223d0e26411628f0321be92098f01977e19b0af271627660d07c63f7fa6804bc31fe5cbf576398cbc783d31e23966a')
 
 build() {
   cd OpenCC-ver.${pkgver}


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 06:17:33
  Author: fyan
Revision: 137769

upgpkg: python-blinker 1.4-1

Modified:
  python-blinker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 04:14:20 UTC (rev 137768)
+++ PKGBUILD2015-08-03 04:17:33 UTC (rev 137769)
@@ -5,8 +5,8 @@
 
 pkgbase=python-blinker
 pkgname=('python-blinker' 'python2-blinker')
-pkgver=1.3
-pkgrel=4
+pkgver=1.4
+pkgrel=1
 pkgdesc=Fast, simple object-to-object and broadcast signaling
 arch=('any')
 url=http://discorporate.us/projects/Blinker/;
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=(http://pypi.python.org/packages/source/b/blinker/blinker-$pkgver.tar.gz;)
-md5sums=('66e9688f2d287593a0e698cd8a5fbc57')
+md5sums=('8b3722381f83c2813c52de3016b68d33')
 
 prepare() {
   cp -a blinker-$pkgver{,-py2}


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 06:17:47
  Author: fyan
Revision: 137770

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 04:17:33 UTC (rev 137769)
+++ PKGBUILD2015-08-03 04:17:47 UTC (rev 137770)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Philipp Schmidt philschmidt at gmx dot net
-# Contributor: Stefan Tatschner stefan.tatschner at gmail dot com
-
-pkgbase=python-blinker
-pkgname=('python-blinker' 'python2-blinker')
-pkgver=1.3
-pkgrel=4
-pkgdesc=Fast, simple object-to-object and broadcast signaling
-arch=('any')
-url=http://discorporate.us/projects/Blinker/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=(http://pypi.python.org/packages/source/b/blinker/blinker-$pkgver.tar.gz;)
-md5sums=('66e9688f2d287593a0e698cd8a5fbc57')
-
-prepare() {
-  cp -a blinker-$pkgver{,-py2}
-}
-
-check() {
-  cd $srcdir/blinker-$pkgver
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH nosetests3
-
-  cd $srcdir/blinker-$pkgver-py2
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH nosetests2
-}
-
-package_python-blinker() {
-  depends=('python')
-
-  cd $srcdir/blinker-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-blinker() {
-  depends=('python2')
-
-  cd $srcdir/blinker-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-blinker/repos/community-any/PKGBUILD (from rev 137769, 
python-blinker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 04:17:47 UTC (rev 137770)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Philipp Schmidt philschmidt at gmx dot net
+# Contributor: Stefan Tatschner stefan.tatschner at gmail dot com
+
+pkgbase=python-blinker
+pkgname=('python-blinker' 'python2-blinker')
+pkgver=1.4
+pkgrel=1
+pkgdesc=Fast, simple object-to-object and broadcast signaling
+arch=('any')
+url=http://discorporate.us/projects/Blinker/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=(http://pypi.python.org/packages/source/b/blinker/blinker-$pkgver.tar.gz;)
+md5sums=('8b3722381f83c2813c52de3016b68d33')
+
+prepare() {
+  cp -a blinker-$pkgver{,-py2}
+}
+
+check() {
+  cd $srcdir/blinker-$pkgver
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH nosetests3
+
+  cd $srcdir/blinker-$pkgver-py2
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH nosetests2
+}
+
+package_python-blinker() {
+  depends=('python')
+
+  cd $srcdir/blinker-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-blinker() {
+  depends=('python2')
+
+  cd $srcdir/blinker-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 06:02:12
  Author: fyan
Revision: 137765

upgpkg: python-hpack 1.1.0-1

Modified:
  python-hpack/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 03:59:17 UTC (rev 137764)
+++ PKGBUILD2015-08-03 04:02:12 UTC (rev 137765)
@@ -4,7 +4,7 @@
 pkgbase=python-hpack
 pkgname=(python-hpack python2-hpack)
 _pkgname=hpack
-pkgver=1.0.1
+pkgver=1.1.0
 pkgrel=1
 pkgdesc=Pure-Python HPACK header compression
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=($pkgbase-$pkgver::https://github.com/Lukasa/hpack/archive/v${pkgver}.tar.gz;)
-sha512sums=('d2e0e6e76f697c81fb9be64ae16a086d68e3bfb8971b66844a58e5fb76a28d3a895cb42f000e142481c4d41e931e92a90d2e9190d192c0053d2569f177d0f674')
+sha512sums=('2a9618b838dc8e0360e297ac0c65584c02dc0f036a49c833aac34b6950789acda145e180dd3a80b1e02e38be12ce0f829db60fa67ee306d4e8ae7a7fff8d500d')
 
 prepare() {
   cp -a $_pkgname-$pkgver{,-py2}


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


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 06:02:26
  Author: fyan
Revision: 137766

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 04:02:12 UTC (rev 137765)
+++ PKGBUILD2015-08-03 04:02:26 UTC (rev 137766)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-hpack
-pkgname=(python-hpack python2-hpack)
-_pkgname=hpack
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=Pure-Python HPACK header compression
-arch=('any')
-url=http://hyper.rtfd.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=($pkgbase-$pkgver::https://github.com/Lukasa/hpack/archive/v${pkgver}.tar.gz;)
-sha512sums=('d2e0e6e76f697c81fb9be64ae16a086d68e3bfb8971b66844a58e5fb76a28d3a895cb42f000e142481c4d41e931e92a90d2e9190d192c0053d2569f177d0f674')
-
-prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-
-  cd ../$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  py.test
-
-  cd ../$_pkgname-$pkgver-py2
-  py.test2
-}
-
-package_python-hpack() {
-  depends=('python')
-
-  cd $_pkgname-$pkgver
-  python setup.py install -O1 --root ${pkgdir}
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-hpack() {
-  depends=('python2')
-
-  cd $_pkgname-$pkgver-py2
-  python2 setup.py install -O1 --root ${pkgdir}
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-hpack/repos/community-any/PKGBUILD (from rev 137765, 
python-hpack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 04:02:26 UTC (rev 137766)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-hpack
+pkgname=(python-hpack python2-hpack)
+_pkgname=hpack
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=Pure-Python HPACK header compression
+arch=('any')
+url=http://hyper.rtfd.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=($pkgbase-$pkgver::https://github.com/Lukasa/hpack/archive/v${pkgver}.tar.gz;)
+sha512sums=('2a9618b838dc8e0360e297ac0c65584c02dc0f036a49c833aac34b6950789acda145e180dd3a80b1e02e38be12ce0f829db60fa67ee306d4e8ae7a7fff8d500d')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+
+  cd ../$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  py.test
+
+  cd ../$_pkgname-$pkgver-py2
+  py.test2
+}
+
+package_python-hpack() {
+  depends=('python')
+
+  cd $_pkgname-$pkgver
+  python setup.py install -O1 --root ${pkgdir}
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-hpack() {
+  depends=('python2')
+
+  cd $_pkgname-$pkgver-py2
+  python2 setup.py install -O1 --root ${pkgdir}
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 06:14:07
  Author: fyan
Revision: 137767

upgpkg: lib32-libpng 1.6.18-1

sync with [testing]

Modified:
  lib32-libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 04:02:26 UTC (rev 137766)
+++ PKGBUILD2015-08-03 04:14:07 UTC (rev 137767)
@@ -6,8 +6,8 @@
 
 _pkgbasename=libpng
 pkgname=lib32-$_pkgbasename
-pkgver=1.6.16
-_apngver=1.6.16
+pkgver=1.6.18
+_apngver=1.6.18
 _libversion=16
 pkgrel=1
 pkgdesc=A collection of routines used to create PNG format graphics files 
(32-bit)
@@ -19,9 +19,9 @@
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz{,.asc}
 
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
-md5sums=('23b7286b5d4a86de950fd2ffc5cac742'
+md5sums=('6a57c8e0f5469b9c9949a4b43d57b3a1'
  'SKIP'
- '52de72a29e5d0428a0e527be74b99c24')
+ 'a9c85fe3cf0347ea94356f1e70d07973')
 validpgpkeys=(8048643BA2C840F4F92A195FF54984BFA16C640F)
 
 build() {


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 06:14:20
  Author: fyan
Revision: 137768

archrelease: copy trunk to multilib-testing-x86_64

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

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

Copied: lib32-libpng/repos/multilib-testing-x86_64/PKGBUILD (from rev 137767, 
lib32-libpng/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-08-03 04:14:20 UTC (rev 137768)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Travis Willard tra...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+_pkgbasename=libpng
+pkgname=lib32-$_pkgbasename
+pkgver=1.6.18
+_apngver=1.6.18
+_libversion=16
+pkgrel=1
+pkgdesc=A collection of routines used to create PNG format graphics files 
(32-bit)
+arch=('x86_64')
+url=http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('lib32-zlib' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz{,.asc}
+
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
+md5sums=('6a57c8e0f5469b9c9949a4b43d57b3a1'
+ 'SKIP'
+ 'a9c85fe3cf0347ea94356f1e70d07973')
+validpgpkeys=(8048643BA2C840F4F92A195FF54984BFA16C640F)
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # Add animated PNG (apng) support
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -p1 -i ${srcdir}/libpng-${_apngver}-apng.patch
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --program-suffix=-32 
--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  cd contrib/pngminus
+  make PNGLIB=-L${pkgdir}/usr/lib32 -lpng -f makefile.std png2pnm pnm2png
+
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  rm $pkgdir/usr/bin/libpng-config
+  ln -s libpng${_libversion}-config-32 $pkgdir/usr/bin/libpng-config-32
+
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 06:20:18
  Author: fyan
Revision: 137772

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-03 04:20:03 UTC (rev 137771)
+++ PKGBUILD2015-08-03 04:20:18 UTC (rev 137772)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: giniu ggi...@gmail.com
-
-pkgbase=python-foolscap
-pkgname=python2-foolscap
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='RPC protocol for Python and Twisted'
-arch=('any')
-url='http://foolscap.lothar.com/'
-license=('MIT')
-depends=('python2-twisted' 'python2-pyopenssl')
-makedepends=('python2-distribute')
-conflicts=('python-foolscap=0.6.3')
-replaces=('python-foolscap=0.6.3')
-options=('!emptydirs')
-source=(http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz;)
-sha256sums=('fba0e016079442c9e69e2752727a1307f4110a1c62319a059650b2ab044b29d8')
-
-package_python2-foolscap() {
-  cd foolscap-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 137771, 
python-foolscap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-03 04:20:18 UTC (rev 137772)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: giniu ggi...@gmail.com
+
+pkgbase=python-foolscap
+pkgname=python2-foolscap
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='RPC protocol for Python and Twisted'
+arch=('any')
+url='http://foolscap.lothar.com/'
+license=('MIT')
+depends=('python2-twisted' 'python2-pyopenssl')
+makedepends=('python2-setuptools')
+conflicts=('python-foolscap=0.6.3')
+replaces=('python-foolscap=0.6.3')
+options=('!emptydirs')
+source=(http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz;)
+sha256sums=('6ab49e8c52ee49597148802a877593ddb6ca9a63cb32eaae8bff2900667be1c9')
+
+package_python2-foolscap() {
+  cd foolscap-$pkgver
+
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-02 Thread Felix Yan
Date: Monday, August 3, 2015 @ 06:20:03
  Author: fyan
Revision: 137771

upgpkg: python-foolscap 0.8.0-1

Modified:
  python-foolscap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 04:17:47 UTC (rev 137770)
+++ PKGBUILD2015-08-03 04:20:03 UTC (rev 137771)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
 # Contributor: Chris Brannon cmbranno...@gmail.com
 # Contributor: giniu ggi...@gmail.com
 
 pkgbase=python-foolscap
 pkgname=python2-foolscap
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='RPC protocol for Python and Twisted'
 arch=('any')
@@ -17,7 +18,7 @@
 replaces=('python-foolscap=0.6.3')
 options=('!emptydirs')
 source=(http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz;)
-sha256sums=('fba0e016079442c9e69e2752727a1307f4110a1c62319a059650b2ab044b29d8')
+sha256sums=('6ab49e8c52ee49597148802a877593ddb6ca9a63cb32eaae8bff2900667be1c9')
 
 package_python2-foolscap() {
   cd foolscap-$pkgver


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

2015-08-02 Thread Ike Devolder
Date: Monday, August 3, 2015 @ 07:03:30
  Author: idevolder
Revision: 137773

libnfs :: 1.9.8

Modified:
  libnfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 04:20:18 UTC (rev 137772)
+++ PKGBUILD2015-08-03 05:03:30 UTC (rev 137773)
@@ -2,7 +2,7 @@
 # Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
 
 pkgname=libnfs
-pkgver=1.9.7
+pkgver=1.9.8
 pkgrel=1
 pkgdesc=client library for accessing NFS shares
 arch=('i686' 'x86_64')
@@ -12,6 +12,7 @@
 source=(
https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;
 )
+sha256sums=('e95af693e763a504eee72dacf3dc6c1001d83e40b807e7e1d0be2eaf48af779c')
 
 #prepare() {
   #cd $pkgname-$pkgname-$pkgver
@@ -31,4 +32,3 @@
make DESTDIR=$pkgdir install
 }
 
-sha256sums=('7c2e088f5fd85b791ab644a5221b717894208bc5fb8b8a5a49633802ecaa0990')


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

2015-08-02 Thread Ike Devolder
Date: Monday, August 3, 2015 @ 07:03:43
  Author: idevolder
Revision: 137774

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 05:03:30 UTC (rev 137773)
+++ community-i686/PKGBUILD 2015-08-03 05:03:43 UTC (rev 137774)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgname=libnfs
-pkgver=1.9.7
-pkgrel=1
-pkgdesc=client library for accessing NFS shares
-arch=('i686' 'x86_64')
-url=https://github.com/sahlberg/libnfs;
-license=('GPL')
-depends=('glibc')
-source=(
-   https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;
-)
-
-#prepare() {
-  #cd $pkgname-$pkgname-$pkgver
-
-#}
-
-build() {
-   cd $pkgname-$pkgname-$pkgver
-
-   autoreconf -vif
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $pkgname-$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}
-
-sha256sums=('7c2e088f5fd85b791ab644a5221b717894208bc5fb8b8a5a49633802ecaa0990')

Copied: libnfs/repos/community-i686/PKGBUILD (from rev 137773, 
libnfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 05:03:43 UTC (rev 137774)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+
+pkgname=libnfs
+pkgver=1.9.8
+pkgrel=1
+pkgdesc=client library for accessing NFS shares
+arch=('i686' 'x86_64')
+url=https://github.com/sahlberg/libnfs;
+license=('GPL')
+depends=('glibc')
+source=(
+   https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;
+)
+sha256sums=('e95af693e763a504eee72dacf3dc6c1001d83e40b807e7e1d0be2eaf48af779c')
+
+#prepare() {
+  #cd $pkgname-$pkgname-$pkgver
+
+#}
+
+build() {
+   cd $pkgname-$pkgname-$pkgver
+
+   autoreconf -vif
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $pkgname-$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-03 05:03:30 UTC (rev 137773)
+++ community-x86_64/PKGBUILD   2015-08-03 05:03:43 UTC (rev 137774)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgname=libnfs
-pkgver=1.9.7
-pkgrel=1
-pkgdesc=client library for accessing NFS shares
-arch=('i686' 'x86_64')
-url=https://github.com/sahlberg/libnfs;
-license=('GPL')
-depends=('glibc')
-source=(
-   https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;
-)
-
-#prepare() {
-  #cd $pkgname-$pkgname-$pkgver
-
-#}
-
-build() {
-   cd $pkgname-$pkgname-$pkgver
-
-   autoreconf -vif
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $pkgname-$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}
-
-sha256sums=('7c2e088f5fd85b791ab644a5221b717894208bc5fb8b8a5a49633802ecaa0990')

Copied: libnfs/repos/community-x86_64/PKGBUILD (from rev 137773, 
libnfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-03 05:03:43 UTC (rev 137774)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+
+pkgname=libnfs
+pkgver=1.9.8
+pkgrel=1
+pkgdesc=client library for accessing NFS shares
+arch=('i686' 'x86_64')
+url=https://github.com/sahlberg/libnfs;
+license=('GPL')
+depends=('glibc')
+source=(
+   https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;
+)
+sha256sums=('e95af693e763a504eee72dacf3dc6c1001d83e40b807e7e1d0be2eaf48af779c')
+
+#prepare() {
+  #cd $pkgname-$pkgname-$pkgver
+
+#}
+
+build() {
+   cd $pkgname-$pkgname-$pkgver
+
+   autoreconf -vif
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $pkgname-$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}
+


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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 08:51:37
  Author: fyan
Revision: 137682

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 137681, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 137681, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-02 06:50:52 UTC (rev 137681)
+++ PKGBUILD2015-08-02 06:51:37 UTC (rev 137682)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: jeneshicc jenesh...@gmail.com
-
-pkgname=skk-jisyo
-pkgver=20150726
-pkgrel=1
-pkgdesc=Dictionaries for the SKK Japanese input method
-arch=('any')
-url=http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('e02d2b45cea2f012304c0e80aad0'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd $srcdir
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 $srcdir/SKK-JISYO.$t.$pkgver 
$pkgdir/usr/share/skk/SKK-JISYO.$t
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 137681, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-02 06:51:37 UTC (rev 137682)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: jeneshicc jenesh...@gmail.com
+
+pkgname=skk-jisyo
+pkgver=20150802
+pkgrel=1
+pkgdesc=Dictionaries for the SKK Japanese input method
+arch=('any')
+url=http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('998dd6c3f22a1fc43a8e7a8ff8cef96a'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'efb7f415213e6bdcdffc3a9a2e262f19')
+
+package() {
+  cd $srcdir
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 $srcdir/SKK-JISYO.$t.$pkgver 
$pkgdir/usr/share/skk/SKK-JISYO.$t
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-08-02 06:50:52 UTC (rev 137681)
+++ skk-jisyo.install   2015-08-02 06:51:37 UTC (rev 137682)
@@ -1,10 +0,0 @@
-post_install() {
-  echo  If you want to merge dictionaries, use skktools
-  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
-  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 137681, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-08-02 06:51:37 UTC (rev 137682)
@@ -0,0 +1,10 @@
+post_install() {
+  echo  If you want to merge dictionaries, use skktools
+  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
+  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 08:50:52
  Author: fyan
Revision: 137681

upgpkg: skk-jisyo 20150802-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 01:30:59 UTC (rev 137680)
+++ PKGBUILD2015-08-02 06:50:52 UTC (rev 137681)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc jenesh...@gmail.com
 
 pkgname=skk-jisyo
-pkgver=20150726
+pkgver=20150802
 pkgrel=1
 pkgdesc=Dictionaries for the SKK Japanese input method
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('e02d2b45cea2f012304c0e80aad0'
+md5sums=('998dd6c3f22a1fc43a8e7a8ff8cef96a'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 08:33:51
  Author: fyan
Revision: 242919

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 242918, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-02 06:32:53 UTC (rev 242918)
+++ PKGBUILD2015-08-02 06:33:51 UTC (rev 242919)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.48
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('39d3ee62aefd452b8b86094de46a9214')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 242918, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-02 06:33:51 UTC (rev 242919)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.49
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('35b81833e44d0001f0e1c86c72f2a6c8')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 08:32:53
  Author: fyan
Revision: 242918

upgpkg: perl-archive-zip 1.49-1

Modified:
  perl-archive-zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-01 19:00:51 UTC (rev 242917)
+++ PKGBUILD2015-08-02 06:32:53 UTC (rev 242918)
@@ -4,7 +4,7 @@
 # Contributor: Andrew Simmons andrew.simm...@gmail.com
 
 pkgname=perl-archive-zip
-pkgver=1.48
+pkgver=1.49
 pkgrel=1
 pkgdesc=Provide a perl interface to ZIP archive files
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('39d3ee62aefd452b8b86094de46a9214')
+md5sums=('35b81833e44d0001f0e1c86c72f2a6c8')
 
 build() {
   cd Archive-Zip-${pkgver}


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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 08:43:45
  Author: fyan
Revision: 242920

upgpkg: python-pyasn1-modules 0.0.7-1

Modified:
  python-pyasn1-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 06:33:51 UTC (rev 242919)
+++ PKGBUILD2015-08-02 06:43:45 UTC (rev 242920)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pyasn1-modules
 pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
-pkgver=0.0.6
+pkgver=0.0.7
 pkgrel=1
 pkgdesc=A collection of ASN.1-based protocols modules
 arch=('any')
@@ -11,7 +11,7 @@
 url=http://pypi.python.org/pypi/pyasn1-modules;
 makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/p/pyasn1-modules/pyasn1-modules-${pkgver}.tar.gz;)
-md5sums=('3b94e7a4999bc7477b76c46c30a56727')
+md5sums=('9e92623a86709a77d43d406612ad7389')
 
 prepare() {
cp -a pyasn1-modules-${pkgver}{,-python2}
@@ -32,7 +32,7 @@
  
cd pyasn1-modules-${pkgver}
python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
 }
  
 package_python2-pyasn1-modules() {
@@ -40,6 +40,6 @@
  
cd pyasn1-modules-${pkgver}-python2
python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
 }
-   
+


[arch-commits] Commit in python-pyasn1-modules/repos (2 files)

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 08:44:03
  Author: fyan
Revision: 242921

archrelease: copy trunk to testing-any

Added:
  python-pyasn1-modules/repos/testing-any/
  python-pyasn1-modules/repos/testing-any/PKGBUILD
(from rev 242920, python-pyasn1-modules/trunk/PKGBUILD)

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

Copied: python-pyasn1-modules/repos/testing-any/PKGBUILD (from rev 242920, 
python-pyasn1-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-08-02 06:44:03 UTC (rev 242921)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-pyasn1-modules
+pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
+pkgver=0.0.7
+pkgrel=1
+pkgdesc=A collection of ASN.1-based protocols modules
+arch=('any')
+license=('BSD')
+url=http://pypi.python.org/pypi/pyasn1-modules;
+makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pyasn1-modules/pyasn1-modules-${pkgver}.tar.gz;)
+md5sums=('9e92623a86709a77d43d406612ad7389')
+
+prepare() {
+   cp -a pyasn1-modules-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd pyasn1-modules-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../pyasn1-modules-${pkgver}-python2
+   python2 setup.py build
+}
+ 
+package_python-pyasn1-modules() {
+   depends=('python' 'python-pyopenssl' 'python-pyasn1')
+ 
+   cd pyasn1-modules-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+   install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+ 
+package_python2-pyasn1-modules() {
+   depends=('python2' 'python2-pyopenssl' 'python2-pyasn1')
+ 
+   cd pyasn1-modules-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+   install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+


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

2015-08-02 Thread Giovanni Scafora
Date: Sunday, August 2, 2015 @ 09:09:11
  Author: giovanni
Revision: 242922

upgpkg: mercurial 3.5-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 06:44:03 UTC (rev 242921)
+++ PKGBUILD2015-08-02 07:09:11 UTC (rev 242922)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=mercurial
-pkgver=3.4.2
+pkgver=3.5
 pkgrel=1
 pkgdesc=A scalable distributed SCM tool
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-md5sums=('0b0a63bfbc22d399f42f56fc65c5394b'
+md5sums=('3e3010e12759d3783ab7ed93de627da1'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 prepare() {


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

2015-08-02 Thread Giovanni Scafora
Date: Sunday, August 2, 2015 @ 09:09:20
  Author: giovanni
Revision: 242923

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 242922, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 242922, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 242922, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 242922, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |  102 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   51 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   51 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-02 07:09:11 UTC (rev 242922)
+++ extra-i686/PKGBUILD 2015-08-02 07:09:20 UTC (rev 242923)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=mercurial
-pkgver=3.4.2
-pkgrel=1
-pkgdesc=A scalable distributed SCM tool
-arch=('i686' 'x86_64')
-url=http://mercurial.selenic.com/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-md5sums=('0b0a63bfbc22d399f42f56fc65c5394b'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
-  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
-  install -m755 contrib/hgk ${pkgdir}/usr/bin
-  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
-  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
-  install -d ${pkgdir}/usr/share/emacs/site-lisp
-  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  # install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
-
-  # FS#38825 - Add certs config to package
-  echo -e \n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n  
${pkgdir}/etc/mercurial/hgrc
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 242922, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-02 07:09:20 UTC (rev 242923)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=mercurial
+pkgver=3.5
+pkgrel=1
+pkgdesc=A scalable distributed SCM tool
+arch=('i686' 'x86_64')
+url=http://mercurial.selenic.com/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
+'mercurial.profile')
+md5sums=('3e3010e12759d3783ab7ed93de627da1'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
+  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
+  install -m755 contrib/hgk ${pkgdir}/usr/bin
+  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
+  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
+  install -d ${pkgdir}/usr/share/emacs/site-lisp
+  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 contrib/vim/HGAnnotate.vim 

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

2015-08-02 Thread Pierre Schmitz
Date: Sunday, August 2, 2015 @ 12:14:42
  Author: pierre
Revision: 242926

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

Added:
  lighttpd/repos/extra-i686/PKGBUILD
(from rev 242925, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-i686/lighttpd.conf
(from rev 242925, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-i686/lighttpd.install
(from rev 242925, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
(from rev 242925, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-i686/lighttpd.service
(from rev 242925, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
(from rev 242925, lighttpd/trunk/lighttpd.tmpfiles)
  lighttpd/repos/extra-x86_64/PKGBUILD
(from rev 242925, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-x86_64/lighttpd.conf
(from rev 242925, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-x86_64/lighttpd.install
(from rev 242925, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
(from rev 242925, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-x86_64/lighttpd.service
(from rev 242925, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles
(from rev 242925, lighttpd/trunk/lighttpd.tmpfiles)
Deleted:
  lighttpd/repos/extra-i686/PKGBUILD
  lighttpd/repos/extra-i686/lighttpd.conf
  lighttpd/repos/extra-i686/lighttpd.install
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
  lighttpd/repos/extra-i686/lighttpd.service
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
  lighttpd/repos/extra-x86_64/PKGBUILD
  lighttpd/repos/extra-x86_64/lighttpd.conf
  lighttpd/repos/extra-x86_64/lighttpd.install
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
  lighttpd/repos/extra-x86_64/lighttpd.service
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles

---+
 /PKGBUILD |  146 
 /lighttpd.conf|   44 ++
 /lighttpd.install |   18 
 /lighttpd.logrotate.d |   18 
 /lighttpd.service |   24 +
 /lighttpd.tmpfiles|4 
 extra-i686/PKGBUILD   |   72 -
 extra-i686/lighttpd.conf  |   22 -
 extra-i686/lighttpd.install   |9 --
 extra-i686/lighttpd.logrotate.d   |9 --
 extra-i686/lighttpd.service   |   12 --
 extra-i686/lighttpd.tmpfiles  |2 
 extra-x86_64/PKGBUILD |   72 -
 extra-x86_64/lighttpd.conf|   22 -
 extra-x86_64/lighttpd.install |9 --
 extra-x86_64/lighttpd.logrotate.d |9 --
 extra-x86_64/lighttpd.service |   12 --
 extra-x86_64/lighttpd.tmpfiles|2 
 18 files changed, 254 insertions(+), 252 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-02 10:14:19 UTC (rev 242925)
+++ extra-i686/PKGBUILD 2015-08-02 10:14:42 UTC (rev 242926)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=lighttpd
-pkgver=1.4.35
-pkgrel=2
-pkgdesc='A secure, fast, compliant and very flexible web-server'
-license=('custom')
-arch=('i686' 'x86_64')
-url=http://www.lighttpd.net/;
-depends=('pcre' 'bzip2' 'libldap' 'util-linux' 'systemd')
-makedepends=('fcgi' 'libmariadbclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
-optdepends=('libxml2: mod_webdav'
-'lua51: mod_cml/mod_magnet'
-'libmariadbclient: mod_mysql_vhost'
-'sqlite: mod_webdav')
-backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
-options=('emptydirs')
-install='lighttpd.install'
-source=(http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz;
-
http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc;
-'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('113e9b72ccbd1da5deb0774bf93cf0ca15dc82aad2da0f04e5ab27d37d3f30a3'
-'SKIP'
-'41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
-'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
-'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
-'0c88403364e732c06090f6807105dedbac25aa82add0499d28007f8aaa780b78')
-validpgpkeys=('C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libdir=/usr/lib/lighttpd/ \
-   --sysconfdir=/etc/lighttpd \
-   --with-mysql \
-   --with-ldap \
-   --with-attr \
-   --with-openssl \
-   --with-kerberos5 \
-   --without-fam \
-   --with-webdav-props \
-   

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

2015-08-02 Thread Pierre Schmitz
Date: Sunday, August 2, 2015 @ 12:14:19
  Author: pierre
Revision: 242925

upgpkg: lighttpd 1.4.36-1

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 07:32:22 UTC (rev 242924)
+++ PKGBUILD2015-08-02 10:14:19 UTC (rev 242925)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=lighttpd
-pkgver=1.4.35
-pkgrel=2
+pkgver=1.4.36
+pkgrel=1
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
@@ -14,6 +14,7 @@
 'lua51: mod_cml/mod_magnet'
 'libmariadbclient: mod_mysql_vhost'
 'sqlite: mod_webdav')
+checkdepends=('git' 'subversion' 'perl-cgi')
 backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
 options=('emptydirs')
 install='lighttpd.install'
@@ -20,7 +21,7 @@
 
source=(http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz;
 
http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc;
 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('113e9b72ccbd1da5deb0774bf93cf0ca15dc82aad2da0f04e5ab27d37d3f30a3'
+sha256sums=('897ab6b1cc7bd51671f8af759e7846245fbbca0685c30017e93a5882a9ac1a53'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'


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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 12:47:26
  Author: fyan
Revision: 137684

archrelease: copy trunk to community-any

Added:
  shadowsocks/repos/community-any/PKGBUILD
(from rev 137683, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-any/shadowsocks-server@.service
(from rev 137683, shadowsocks/trunk/shadowsocks-server@.service)
  shadowsocks/repos/community-any/shadowsocks.install
(from rev 137683, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-any/shadowsocks@.service
(from rev 137683, shadowsocks/trunk/shadowsocks@.service)
Deleted:
  shadowsocks/repos/community-any/PKGBUILD
  shadowsocks/repos/community-any/shadowsocks-server@.service
  shadowsocks/repos/community-any/shadowsocks.install
  shadowsocks/repos/community-any/shadowsocks@.service

-+
 PKGBUILD|  100 +-
 shadowsocks-server@.service |   24 +-
 shadowsocks.install |   10 ++--
 shadowsocks@.service|   24 +-
 4 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-02 10:47:04 UTC (rev 137683)
+++ PKGBUILD2015-08-02 10:47:26 UTC (rev 137684)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=shadowsocks
-pkgver=2.6.11
-pkgrel=2
-pkgdesc=A lightweight tunnel proxy
-license=('Apache')
-url=http://pypi.python.org/pypi/shadowsocks;
-arch=('any')
-depends=('python' 'python-setuptools')
-optdepends=('libsodium: For salsa20 and chacha20 support')
-makedepends=('git')
-#checkdepends=('dante' 'bind-tools')
-install=${pkgname}.install
-source=(git+https://github.com/shadowsocks/shadowsocks.git#tag=$pkgver;
-shadowsocks@.service
-shadowsocks-server@.service)
-sha512sums=('SKIP'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
-
-check() {
-  cd shadowsocks
-
-  # Tests require internet access
-  return
-
-  python tests/test.py -c tests/table.json
-  python tests/test.py -c tests/aes.json
-  python tests/test.py -c tests/rc4-md5.json
-  python tests/test.py -c tests/salsa20.json
-  python tests/test.py -c tests/server-multi-ports.json
-  python tests/test.py -c tests/server-multi-passwd.json
-  python tests/test.py -c tests/server-multi-passwd-table.json
-  python tests/test.py -c tests/workers.json
-}
-
-package() {
-  cd shadowsocks
-
-  python setup.py install -O1 --root=$pkgdir
-
-  install -dm755 $pkgdir/usr/share/man/man1
-  install -m644 debian/{ssserver.1,sslocal.1} $pkgdir/usr/share/man/man1
-  install -Dm644 debian/config.json $pkgdir/etc/shadowsocks/example.json
-
-  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
-  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
-}

Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 137683, 
shadowsocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-02 10:47:26 UTC (rev 137684)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=shadowsocks
+pkgver=2.7
+pkgrel=1
+pkgdesc=A lightweight tunnel proxy
+license=('Apache')
+url=http://pypi.python.org/pypi/shadowsocks;
+arch=('any')
+depends=('python' 'python-setuptools')
+optdepends=('libsodium: For salsa20 and chacha20 support')
+makedepends=('git')
+#checkdepends=('dante' 'bind-tools')
+install=${pkgname}.install
+source=(git+https://github.com/shadowsocks/shadowsocks.git#tag=$pkgver;
+shadowsocks@.service
+shadowsocks-server@.service)
+sha512sums=('SKIP'
+
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
+
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
+
+check() {
+  cd shadowsocks
+
+  # Tests require internet access
+  return
+
+  python tests/test.py -c tests/table.json
+  python tests/test.py -c tests/aes.json
+  python tests/test.py -c tests/rc4-md5.json
+  python tests/test.py -c tests/salsa20.json
+  python tests/test.py -c tests/server-multi-ports.json
+  python tests/test.py -c tests/server-multi-passwd.json
+  python tests/test.py -c tests/server-multi-passwd-table.json
+  python tests/test.py -c tests/workers.json
+}
+
+package() {
+  cd shadowsocks
+
+  python setup.py install -O1 --root=$pkgdir
+
+  install -dm755 $pkgdir/usr/share/man/man1
+  install -m644 debian/{ssserver.1,sslocal.1} $pkgdir/usr/share/man/man1
+  install 

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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 12:47:04
  Author: fyan
Revision: 137683

upgpkg: shadowsocks 2.7-1

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 06:51:37 UTC (rev 137682)
+++ PKGBUILD2015-08-02 10:47:04 UTC (rev 137683)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=shadowsocks
-pkgver=2.6.11
-pkgrel=2
+pkgver=2.7
+pkgrel=1
 pkgdesc=A lightweight tunnel proxy
 license=('Apache')
 url=http://pypi.python.org/pypi/shadowsocks;


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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 14:23:56
  Author: fyan
Revision: 137696

archrelease: copy trunk to multilib-testing-x86_64

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

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

Copied: lib32-libidn/repos/multilib-testing-x86_64/PKGBUILD (from rev 137695, 
lib32-libidn/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-08-02 12:23:56 UTC (rev 137696)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+_pkgbasename=libidn
+pkgname=lib32-$_pkgbasename
+pkgver=1.32
+pkgrel=1
+pkgdesc=Implementation of the Stringprep, Punycode and IDNA specifications 
(32 bit)
+url=http://www.gnu.org/software/libidn/;
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+depends=('lib32-glibc' $_pkgbasename=$pkgver)
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
+sha1sums=('ddd018611b98af7c67d434aa42d15d39f45129f5')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 CC='gcc -m32'
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}


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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 14:23:43
  Author: fyan
Revision: 137695

upgpkg: lib32-libidn 1.32-1

sync with [testing]

Modified:
  lib32-libidn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 12:11:24 UTC (rev 137694)
+++ PKGBUILD2015-08-02 12:23:43 UTC (rev 137695)
@@ -2,7 +2,7 @@
 # Maintainer: Florian Pritz bluew...@xinu.at
 _pkgbasename=libidn
 pkgname=lib32-$_pkgbasename
-pkgver=1.30
+pkgver=1.32
 pkgrel=1
 pkgdesc=Implementation of the Stringprep, Punycode and IDNA specifications 
(32 bit)
 url=http://www.gnu.org/software/libidn/;
@@ -12,7 +12,7 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 
source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-sha1sums=('557e1e37f0978e975b21bcdc243c198cb708bb75')
+sha1sums=('ddd018611b98af7c67d434aa42d15d39f45129f5')
 
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}


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

2015-08-02 Thread Evgeniy Alekseev
Date: Sunday, August 2, 2015 @ 13:10:52
  Author: arcanis
Revision: 137686

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 137685, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 137685, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 137685, eric/trunk/PKGBUILD)
  eric/repos/community-any/eric.install
(from rev 137685, eric/trunk/eric.install)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD
  eric/repos/community-any/eric.install

--+
 .contrib |   14 +-
 ChangeLog|   85 +
 PKGBUILD |  278 -
 eric.install |   18 +--
 4 files changed, 199 insertions(+), 196 deletions(-)

Deleted: .contrib
===
--- .contrib2015-08-02 11:10:32 UTC (rev 137685)
+++ .contrib2015-08-02 11:10:52 UTC (rev 137686)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/community-any/.contrib (from rev 137685, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2015-08-02 11:10:52 UTC (rev 137686)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: ChangeLog
===
--- ChangeLog   2015-08-02 11:10:32 UTC (rev 137685)
+++ ChangeLog   2015-08-02 11:10:52 UTC (rev 137686)
@@ -1,41 +0,0 @@
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.1-2:
-* fix FS#43573
-* fix API path
-
-6.0.1-1:
-upstream update
-
-6.0.0-1:
-* upstream update
-* split to qt5 and qt4 packages
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 137685, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-08-02 11:10:52 UTC (rev 137686)
@@ -0,0 +1,44 @@
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-02 11:10:32 UTC (rev 137685)
+++ PKGBUILD2015-08-02 11:10:52 UTC (rev 137686)
@@ -1,139 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Ray Rashif schiv at archlinux dot org
-# Contributor: Brad Fanella bradfanellaat archlinux dot us
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric'
- 'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.0.7
-pkgrel=1
-pkgdesc=A full-featured Python and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla'
- 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'qt5-svg' 'qt5-webkit')
-install=${pkgbase}.install
-source=(http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
-md5sums=('a2dcdccf12efa377ce7d25cc621955cf')
-changelog=ChangeLog
-
-prepare() {
-  cp -r ${srcdir}/eric6-${pkgver}{,_py2}
-
-  cd ${srcdir}/eric6-${pkgver}_py2/eric
-  find . -name '*.py' -exec \
-sed -i -r s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2: {} \;
-
-  cp -r ${srcdir}/eric6-${pkgver}{,-qt4}
-  cp -r ${srcdir}/eric6-${pkgver}_py2{,-qt4}
-}
-
-package_eric-common-qt4() {
-  depends=()
-
-  cd ${srcdir}/eric6-${pkgver}/eric
-  # eric APIs
-  install -Dm644 APIs/Python3/eric6.api \
- ${pkgdir}/usr/share/qt4/qsci/api/python/eric6.api
-  install -Dm644 APIs/Python3/eric6.bas \
- ${pkgdir}/usr/share/qt4/qsci/api/python/eric6.bas
-  # pyqt APIs
-  install -Dm644 APIs/Python3/PyQt4.bas \
- 

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

2015-08-02 Thread Levente Polyak
Date: Sunday, August 2, 2015 @ 13:43:00
  Author: anthraxx
Revision: 137690

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

Added:
  valabind/repos/community-i686/
  valabind/repos/community-i686/PKGBUILD
(from rev 137689, valabind/trunk/PKGBUILD)
  valabind/repos/community-x86_64/
  valabind/repos/community-x86_64/PKGBUILD
(from rev 137689, valabind/trunk/PKGBUILD)

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

Copied: valabind/repos/community-i686/PKGBUILD (from rev 137689, 
valabind/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 11:43:00 UTC (rev 137690)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+
+pkgname=valabind
+pkgver=0.9.2
+pkgrel=2
+pkgdesc=Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR
+url=http://radare.org;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('204b74a851dc052afeecfb7b98e8b8a4e3ae5e05c7bda3213f38a4f30e144cfc9a1ad9fc5197ae1dd8e2ff931df87cce7810ce37c900e4d8e287abaecef43b9b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: valabind/repos/community-x86_64/PKGBUILD (from rev 137689, 
valabind/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-02 11:43:00 UTC (rev 137690)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+
+pkgname=valabind
+pkgver=0.9.2
+pkgrel=2
+pkgdesc=Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR
+url=http://radare.org;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('204b74a851dc052afeecfb7b98e8b8a4e3ae5e05c7bda3213f38a4f30e144cfc9a1ad9fc5197ae1dd8e2ff931df87cce7810ce37c900e4d8e287abaecef43b9b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 16:58:42
  Author: arodseth
Revision: 137707

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

Added:
  tint2/repos/community-i686/PKGBUILD
(from rev 137706, tint2/trunk/PKGBUILD)
  tint2/repos/community-i686/zombie-fix.patch
(from rev 137706, tint2/trunk/zombie-fix.patch)
  tint2/repos/community-x86_64/PKGBUILD
(from rev 137706, tint2/trunk/PKGBUILD)
  tint2/repos/community-x86_64/zombie-fix.patch
(from rev 137706, tint2/trunk/zombie-fix.patch)
Deleted:
  tint2/repos/community-i686/PKGBUILD
  tint2/repos/community-i686/add-power-now-support.patch
  tint2/repos/community-i686/clock.patch
  tint2/repos/community-i686/launcher_apps_dir-v2.patch
  tint2/repos/community-i686/src-task-align.patch
  tint2/repos/community-i686/zombie-fix.patch
  tint2/repos/community-x86_64/PKGBUILD
  tint2/repos/community-x86_64/add-power-now-support.patch
  tint2/repos/community-x86_64/clock.patch
  tint2/repos/community-x86_64/launcher_apps_dir-v2.patch
  tint2/repos/community-x86_64/src-task-align.patch
  tint2/repos/community-x86_64/zombie-fix.patch

--+
 /PKGBUILD|  104 ++
 /zombie-fix.patch|   66 ++
 community-i686/PKGBUILD  |   64 -
 community-i686/add-power-now-support.patch   |   19 
 community-i686/clock.patch   |   78 
 community-i686/launcher_apps_dir-v2.patch|  100 -
 community-i686/src-task-align.patch  |  115 -
 community-i686/zombie-fix.patch  |   33 ---
 community-x86_64/PKGBUILD|   64 -
 community-x86_64/add-power-now-support.patch |   19 
 community-x86_64/clock.patch |   78 
 community-x86_64/launcher_apps_dir-v2.patch  |  100 -
 community-x86_64/src-task-align.patch|  115 -
 community-x86_64/zombie-fix.patch|   33 ---
 14 files changed, 170 insertions(+), 818 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 14:58:24 UTC (rev 137706)
+++ community-i686/PKGBUILD 2015-08-02 14:58:42 UTC (rev 137707)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Blue Peppers bluepepp...@archlinux.us
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=tint2
-pkgver=0.11
-pkgrel=8
-pkgdesc='Basic, good-looking task manager for WMs'
-arch=('x86_64' 'i686')
-url='http://code.google.com/p/tint2/'
-license=('GPL2')
-conflicts=('ttm-svn' 'tint')
-replaces=('tint')
-depends=('gtk2' 'imlib2')
-optdepends=('pygtk: for tint2wizard' 'python2')
-makedepends=('pygtk' 'cmake' 'python2')
-provides=('tint')
-source=(http://tint2.googlecode.com/files/tint2-$pkgver.tar.bz2;
-'add-power-now-support.patch'
-'clock.patch'
-'launcher_apps_dir-v2.patch'
-'src-task-align.patch'
-'zombie-fix.patch')
-md5sums=('6fc5731e7425125fa84a2add5cef4bff'
- '448beead6c9d44b864f99e08a027cb56'
- 'bc0bab2979dacff551a97bdf2c2fdedc'
- '13218765dd684ae825967d3ffb4f4a75'
- 'f0d7f51ec8dbf2e7b6bcca942f0fd6c0'
- 'cdb83cd911e005a3529e5d1cd952a956')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Applying all patches, even some that only applies partially.
-  # Tint2 works fine with these, but a new release from upstream would be nice.
-  for f in ../*.patch; do
-echo -e --- ${f##*/} ---\n
-patch -Np1 -i $f  echo ${f##*/} OK! || echo ${f##*/} FAILED!
-echo
-  done
-
-  # python2 fix
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' 
src/tint2conf/tintwizard.py
-  sed -i 's_python _python2 _' src/tint2conf/main.c
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_TINT2CONF=1
-  make 
-}
-
-package() {
-  make -C $pkgname-$pkgver/build DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tint2/repos/community-i686/PKGBUILD (from rev 137706, 
tint2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 14:58:42 UTC (rev 137707)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Blue Peppers bluepepp...@archlinux.us
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=tint2
+pkgver=0.12.1
+pkgrel=1
+pkgdesc='Basic, good-looking task manager for WMs'
+arch=('x86_64' 'i686')
+url='https://gitlab.com/o9000/tint2'
+license=('GPL2')

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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 16:57:42
  Author: arodseth
Revision: 137705

upgpkg: tint2 0.12.1-1

Modified:
  tint2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 14:50:45 UTC (rev 137704)
+++ PKGBUILD2015-08-02 14:57:42 UTC (rev 137705)
@@ -5,50 +5,38 @@
 # Contributor: Stefan Husmann stefan-husm...@t-online.de
 
 pkgname=tint2
-pkgver=0.11
-pkgrel=8
+pkgver=0.12.1
+pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
-url='http://code.google.com/p/tint2/'
+url='https://gitlab.com/o9000/tint2'
 license=('GPL2')
-conflicts=('ttm-svn' 'tint')
-replaces=('tint')
-depends=('gtk2' 'imlib2')
+conflicts=('ttm-svn')
+depends=('gtk2' 'imlib2' 'startup-notification')
 optdepends=('pygtk: for tint2wizard' 'python2')
-makedepends=('pygtk' 'cmake' 'python2')
-provides=('tint')
-source=(http://tint2.googlecode.com/files/tint2-$pkgver.tar.bz2;
-'add-power-now-support.patch'
-'clock.patch'
-'launcher_apps_dir-v2.patch'
-'src-task-align.patch'
+makedepends=('pygtk' 'cmake' 'python2' 'startup-notification' 'git')
+source=($pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;
 'zombie-fix.patch')
-md5sums=('6fc5731e7425125fa84a2add5cef4bff'
- '448beead6c9d44b864f99e08a027cb56'
- 'bc0bab2979dacff551a97bdf2c2fdedc'
- '13218765dd684ae825967d3ffb4f4a75'
- 'f0d7f51ec8dbf2e7b6bcca942f0fd6c0'
+md5sums=('f34335906d5eb3bf86ac6a162dc88513'
  'cdb83cd911e005a3529e5d1cd952a956')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname.git
 
-  # Applying all patches, even some that only applies partially.
-  # Tint2 works fine with these, but a new release from upstream would be nice.
+  # Applying all available patches
   for f in ../*.patch; do
-echo -e --- ${f##*/} ---\n
+echo -e --- ${f##*/} ---
 patch -Np1 -i $f  echo ${f##*/} OK! || echo ${f##*/} FAILED!
-echo
   done
 
-  # python2 fix
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' 
src/tint2conf/tintwizard.py
+  # Fix for Python 2
   sed -i 's_python _python2 _' src/tint2conf/main.c
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname.git
 
+  msg2 'Compiling...'
   mkdir -p build
   cd build
   cmake .. \
@@ -58,7 +46,7 @@
 }
 
 package() {
-  make -C $pkgname-$pkgver/build DESTDIR=$pkgdir install
+  make -C $pkgname.git/build DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 16:58:24
  Author: arodseth
Revision: 137706

upgpkg: tint2 0.12.1-1

Deleted:
  tint2/trunk/add-power-now-support.patch
  tint2/trunk/clock.patch
  tint2/trunk/launcher_apps_dir-v2.patch
  tint2/trunk/src-task-align.patch

-+
 add-power-now-support.patch |   19 --
 clock.patch |   78 
 launcher_apps_dir-v2.patch  |  100 
 src-task-align.patch|  115 --
 4 files changed, 312 deletions(-)

Deleted: add-power-now-support.patch
===
--- add-power-now-support.patch 2015-08-02 14:57:42 UTC (rev 137705)
+++ add-power-now-support.patch 2015-08-02 14:58:24 UTC (rev 137706)
@@ -1,19 +0,0 @@
-diff -rup trunk/src/battery/battery.c ./src/battery/battery.c
 trunk/src/battery/battery.c2010-12-02 23:56:11.313403140 +0100
-+++ trunk/src/battery/battery.c2010-12-02 23:57:22.266956142 +0100
-@@ -184,8 +184,14 @@ void init_battery()
-   }
-   g_free(path2);
-   }
--  if (path_energy_now  path_energy_full) {
-+
-+  path_current_now = g_build_filename(battery_dir, power_now, NULL);
-+  if (!g_file_test (path_current_now, G_FILE_TEST_EXISTS)) {
-+  g_free(path_current_now);
-   path_current_now = g_build_filename(battery_dir, current_now, 
NULL);
-+  }
-+
-+  if (path_energy_now  path_energy_full) {
-   path_status = g_build_filename(battery_dir, status, NULL);
- 
-   // check file

Deleted: clock.patch
===
--- clock.patch 2015-08-02 14:57:42 UTC (rev 137705)
+++ clock.patch 2015-08-02 14:58:24 UTC (rev 137706)
@@ -1,78 +0,0 @@
-http://code.google.com/p/tint2/issues/detail?id=430
-Submitted By: David B. Cortarello (Nomius) dcortarello at gmail dot com
-Date: 18-05-2013
-Initial Package Version: subversion trunk (revision 652)
-Description: Implemented middle click mouse button in the clock to execute 
tasks.
-* Implemented middle click mouse button over the clock by accepting the button 
2 in the 
-clock_action. 
-* A new configuration parameter was created called clock_mclick_command, which 
works in 
-the same way 
-* clock_lclick_command and clock_rclick_command does.
-
-Index: trunk/src/clock/clock.c
-===
 trunk/src/clock/clock.c(revision 652)
-+++ trunk/src/clock/clock.c(working copy)
-@@ -39,6 +41,7 @@
- char *time_tooltip_format;
- char *time_tooltip_timezone;
- char *clock_lclick_command;
-+char *clock_mclick_command;
- char *clock_rclick_command;
- struct timeval time_clock;
- PangoFontDescription *time1_font_desc;
-@@ -61,6 +64,7 @@
-   time_tooltip_format = 0;
-   time_tooltip_timezone = 0;
-   clock_lclick_command = 0;
-+  clock_mclick_command = 0;
-   clock_rclick_command = 0;
-   time1_font_desc = 0;
-   time2_font_desc = 0;
-@@ -77,6 +81,7 @@
-   if (time2_timezone) g_free(time2_timezone);
-   if (time_tooltip_timezone) g_free(time_tooltip_timezone);
-   if (clock_lclick_command) g_free(clock_lclick_command);
-+  if (clock_mclick_command) g_free(clock_mclick_command);
-   if (clock_rclick_command) g_free(clock_rclick_command);
-   if (clock_timeout) stop_timeout(clock_timeout);
- }
-@@ -254,6 +263,9 @@
-   case 1:
-   command = clock_lclick_command;
-   break;
-+case 2:
-+command = clock_mclick_command;
-+  break;
-   case 3:
-   command = clock_rclick_command;
-   break;
-Index: trunk/src/clock/clock.h
-===
 trunk/src/clock/clock.h(revision 652)
-+++ trunk/src/clock/clock.h(working copy)
-@@ -33,6 +33,7 @@
- extern PangoFontDescription *time1_font_desc;
- extern PangoFontDescription *time2_font_desc;
- extern char *clock_lclick_command;
-+extern char *clock_mclick_command;
- extern char *clock_rclick_command;
- extern int clock_enabled;
- 
-Index: trunk/src/config.c
-===
 trunk/src/config.c (revision 652)
-+++ trunk/src/config.c (working copy)
-@@ -396,6 +396,10 @@
-   if (strlen(value)  0)
-   clock_lclick_command = strdup(value);
-   }
-+  else if (strcmp(key, clock_mclick_command) == 0) {
-+  if (strlen(value)  0)
-+  clock_mclick_command = strdup(value);
-+  }
-   else if (strcmp(key, clock_rclick_command) == 0) {
-   if (strlen(value)  0)
-   clock_rclick_command = strdup(value);
-
-

Deleted: launcher_apps_dir-v2.patch
===
--- 

[arch-commits] Commit in (4 files)

2015-08-02 Thread Levente Polyak
Date: Sunday, August 2, 2015 @ 13:42:41
  Author: anthraxx
Revision: 137689

addpkg valabind 0.9.2-2

Added:
  valabind/
  valabind/repos/
  valabind/trunk/
  valabind/trunk/PKGBUILD

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

Added: valabind/trunk/PKGBUILD
===
--- valabind/trunk/PKGBUILD (rev 0)
+++ valabind/trunk/PKGBUILD 2015-08-02 11:42:41 UTC (rev 137689)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+
+pkgname=valabind
+pkgver=0.9.2
+pkgrel=2
+pkgdesc=Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR
+url=http://radare.org;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('vala' 'swig' 'sh')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('204b74a851dc052afeecfb7b98e8b8a4e3ae5e05c7bda3213f38a4f30e144cfc9a1ad9fc5197ae1dd8e2ff931df87cce7810ce37c900e4d8e287abaecef43b9b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-08-02 Thread Evgeniy Alekseev
Date: Sunday, August 2, 2015 @ 13:14:54
  Author: arcanis
Revision: 137687

upgpkg: eric-i18n 6.0.8-1

Modified:
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

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

Modified: ChangeLog
===
--- ChangeLog   2015-08-02 11:10:52 UTC (rev 137686)
+++ ChangeLog   2015-08-02 11:14:54 UTC (rev 137687)
@@ -1,3 +1,6 @@
+6.0.8-1:
+upstream update
+
 6.0.7-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 11:10:52 UTC (rev 137686)
+++ PKGBUILD2015-08-02 11:14:54 UTC (rev 137687)
@@ -3,7 +3,7 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=6.0.7
+pkgver=6.0.8
 pkgrel=1
 pkgdesc=Language pack for the Eric IDE
 arch=('any')
@@ -51,13 +51,13 @@
  ${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm
 }
 
-md5sums=('4782440cbed84bff86177a44d3fb69f1'
- '9f59cb715bc1d3fff7cb8a63e0a8c390'
- '4fef3d9884236e18c4b4b776ee657388'
- '07d6cbf9d89f30c0c42ed9b3746ba347'
- '0e58e976fa445e0a04cdd4013376617a'
- '764839ae71d96cd1a004f449f1041a0d'
- 'b4737469358d7c950f57748691ede3c1'
- '8b0e7490e2767bb59c7c4bad26523913'
- '31e93befd9fbbbf64da33e7b66589ae5'
- '0ab54bd6b68c8a7aadb3c885098a9bd8')
+md5sums=('2713e8b0d4d909c81611cb81c40fcfca'
+ 'fb12367ab65ecd9ed0fa441399878c4c'
+ '53edda4f215b489d40af314850e327ec'
+ 'b058f1d221506981a5670a32884df796'
+ '5fe7616bf632c3770a0915bd5a4f1704'
+ 'eb97c043d7bfadab6db70efe046ad465'
+ '944c94d5c096e0d0521da1c81c15ff9c'
+ '0d2b8d515abf15c0a1dc69baa5068834'
+ 'b4967c58437e35b46ee65db88e60d927'
+ '7ab7542bd3544ee36ced5fb958c23c89')


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

2015-08-02 Thread Evgeniy Alekseev
Date: Sunday, August 2, 2015 @ 13:15:05
  Author: arcanis
Revision: 137688

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
(from rev 137687, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
(from rev 137687, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

---+
 ChangeLog |   73 ++
 PKGBUILD  |  126 ++--
 2 files changed, 101 insertions(+), 98 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-08-02 11:14:54 UTC (rev 137687)
+++ ChangeLog   2015-08-02 11:15:05 UTC (rev 137688)
@@ -1,35 +0,0 @@
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.0-1:
-upstream update
-
-6.0.0-2:
-rename qt4 packages to more pretty name
-
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 137687, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-08-02 11:15:05 UTC (rev 137688)
@@ -0,0 +1,38 @@
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-02 11:14:54 UTC (rev 137687)
+++ PKGBUILD2015-08-02 11:15:05 UTC (rev 137688)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.0.7
-pkgrel=1
-pkgdesc=Language pack for the Eric IDE
-arch=('any')
-depends=()
-url=http://eric-ide.python-projects.org/index.html;
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs Czech'
-'de German'
-'en English'
-'es Spanish'
-'fr French'
-'it Italian'
-'pt Portuguese'
-'ru Russian'
-'tr Turkish'
-'zh_CN.GB2312   Chinese (Simplified)')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in ${_languages[@]}; do
-  _path=${_lang%% *}
-  _locale=${_path%%.*}
-
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=(${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz)
-
-  for _qtver in '-qt4' ''; do
-eval package_eric${_qtver}-i18n-${_locale,,}() {
-  _package ${_lang} ${_qtver}
-}
-  done
-done
-
-_package() {
-  pkgdesc=${2} language pack for Eric IDE
-  depends=(eric-common${3}=${pkgver})
-
-  [ -z ${3} ]  _qtver=qt || _qtver=qt4
-  install -Dm644 eric6-${pkgver}/eric/i18n/eric6_${1}.qm \
- ${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm
-}
-
-md5sums=('4782440cbed84bff86177a44d3fb69f1'
- '9f59cb715bc1d3fff7cb8a63e0a8c390'
- '4fef3d9884236e18c4b4b776ee657388'
- '07d6cbf9d89f30c0c42ed9b3746ba347'
- '0e58e976fa445e0a04cdd4013376617a'
- '764839ae71d96cd1a004f449f1041a0d'
- 'b4737469358d7c950f57748691ede3c1'
- '8b0e7490e2767bb59c7c4bad26523913'
- '31e93befd9fbbbf64da33e7b66589ae5'
- '0ab54bd6b68c8a7aadb3c885098a9bd8')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 137687, 
eric-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-02 11:15:05 UTC (rev 137688)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=6.0.8
+pkgrel=1
+pkgdesc=Language pack for the Eric IDE
+arch=('any')
+depends=()
+url=http://eric-ide.python-projects.org/index.html;
+license=('GPL3')
+depends=()
+changelog=ChangeLog
+
+_languages=('cs Czech'
+'de German'
+'en English'
+'es Spanish'
+'fr French'
+'it Italian'
+'pt Portuguese'
+'ru Russian'
+'tr Turkish'
+'zh_CN.GB2312   Chinese (Simplified)')
+
+pkgname=()
+source=()

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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 14:09:35
  Author: arodseth
Revision: 137691

upgpkg: groovy-docs 2.4.4-1

Modified:
  groovy-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 11:43:00 UTC (rev 137690)
+++ PKGBUILD2015-08-02 12:09:35 UTC (rev 137691)
@@ -3,14 +3,14 @@
 # Contributor: bruce b_a_g99 (at) hotmail (dot) com
 
 pkgname=groovy-docs
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 pkgdesc='Documentation for the Groovy programming language'
 url='http://groovy.codehaus.org/'
 license=('APACHE')
 arch=('any')
-source=(http://dl.bintray.com/groovy/maven/$pkgname-$pkgver.zip;)
-sha256sums=('3d1d9681e1bc3ea79cbf142ce4b8a7d97b26aed1a983f9449cc3ccb965a3b6ce')
+source=(http://dl.bintray.com/groovy/maven/apache-$pkgname-$pkgver.zip;)
+sha256sums=('ba9d9ab07b0039472a9e5c6dbfe8472c57249952ff8953cb692bb5e2c629a8e4')
 
 package() {
   cd groovy-$pkgver
@@ -20,4 +20,5 @@
   find $pkgdir -type f -exec chmod -x {} \;
 }
 
+# getver: -u 2 groovy-lang.org/download.html
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in groovy-docs/repos/community-any (PKGBUILD PKGBUILD)

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 14:09:43
  Author: arodseth
Revision: 137692

archrelease: copy trunk to community-any

Added:
  groovy-docs/repos/community-any/PKGBUILD
(from rev 137691, groovy-docs/trunk/PKGBUILD)
Deleted:
  groovy-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   47 ---
 1 file changed, 24 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-02 12:09:35 UTC (rev 137691)
+++ PKGBUILD2015-08-02 12:09:43 UTC (rev 137692)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: bruce b_a_g99 (at) hotmail (dot) com
-
-pkgname=groovy-docs
-pkgver=2.4.3
-pkgrel=1
-pkgdesc='Documentation for the Groovy programming language'
-url='http://groovy.codehaus.org/'
-license=('APACHE')
-arch=('any')
-source=(http://dl.bintray.com/groovy/maven/$pkgname-$pkgver.zip;)
-sha256sums=('3d1d9681e1bc3ea79cbf142ce4b8a7d97b26aed1a983f9449cc3ccb965a3b6ce')
-
-package() {
-  cd groovy-$pkgver
-
-  install -d $pkgdir/usr/share/doc/groovy-$pkgver
-  cp -r * $pkgdir/usr/share/doc/groovy-$pkgver
-  find $pkgdir -type f -exec chmod -x {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy-docs/repos/community-any/PKGBUILD (from rev 137691, 
groovy-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-02 12:09:43 UTC (rev 137692)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: bruce b_a_g99 (at) hotmail (dot) com
+
+pkgname=groovy-docs
+pkgver=2.4.4
+pkgrel=1
+pkgdesc='Documentation for the Groovy programming language'
+url='http://groovy.codehaus.org/'
+license=('APACHE')
+arch=('any')
+source=(http://dl.bintray.com/groovy/maven/apache-$pkgname-$pkgver.zip;)
+sha256sums=('ba9d9ab07b0039472a9e5c6dbfe8472c57249952ff8953cb692bb5e2c629a8e4')
+
+package() {
+  cd groovy-$pkgver
+
+  install -d $pkgdir/usr/share/doc/groovy-$pkgver
+  cp -r * $pkgdir/usr/share/doc/groovy-$pkgver
+  find $pkgdir -type f -exec chmod -x {} \;
+}
+
+# getver: -u 2 groovy-lang.org/download.html
+# vim:set ts=2 sw=2 et:


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 14:11:16
  Author: arodseth
Revision: 137693

upgpkg: groovy 2.4.4-1

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 12:09:43 UTC (rev 137692)
+++ PKGBUILD2015-08-02 12:11:16 UTC (rev 137693)
@@ -5,18 +5,18 @@
 # Contributor: Andreas W. Hauser andy-...@splashground.de
 
 pkgname=groovy
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
 arch=('any')
 url='http://groovy-lang.org/'
-license=('APACHE' 'BSD' 'custom')
+license=('APACHE')
 depends=('bash' 'java-environment')
 optdepends=('groovy-docs: html and pdf documentation for Groovy')
 makedepends=('gendesk')
-source=(http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip;
-
$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png;)
-sha256sums=('b0c11d2ca5003956f1393138282a6e802af8c0033c5afdc8dc3af1e512e1dbe1'
+source=(http://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip;
+
$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png;)
+sha256sums=('a7cc1e5315a14ea38db1b2b9ce0792e35174161141a6a3e2ef49b7b2788c258c'
 '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
 
 prepare() {
@@ -49,16 +49,6 @@
   install -Dm644 CLI-LICENSE.txt \
 $pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
 
-  # Package the BSD license
-  install -Dm644 ANTLR-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
-
-  # Package the custom license
-  install -Dm644 ASM-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
-  install -Dm644 JSR223-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
-
   # Package the desktop shortcut for Groovy Console
   install -Dm644 $srcdir/$pkgname.desktop \
 $pkgdir/usr/share/applications/$pkgname.desktop
@@ -66,4 +56,5 @@
 $pkgdir/usr/share/pixmaps/$pkgname.png
 }
 
+# getver: -u 2 groovy-lang.org/download.html
 # vim:set ts=2 sw=2 et:


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 14:11:24
  Author: arodseth
Revision: 137694

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 137693, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

--+
 PKGBUILD |  129 -
 1 file changed, 60 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-02 12:11:16 UTC (rev 137693)
+++ PKGBUILD2015-08-02 12:11:24 UTC (rev 137694)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Musikolo musikoloAThotmailDOTcom
-# Contributor: Ruben Fonseca fons...@gmail.com
-# Contributor: Andreas W. Hauser andy-...@splashground.de
-
-pkgname=groovy
-pkgver=2.4.3
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy-lang.org/'
-license=('APACHE' 'BSD' 'custom')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('gendesk')
-source=(http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip;
-
$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png;)
-sha256sums=('b0c11d2ca5003956f1393138282a6e802af8c0033c5afdc8dc3af1e512e1dbe1'
-'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
-
-prepare() {
-  # Generate desktop shortcut
-  gendesk -f -n --pkgname $pkgname --pkgdesc 'Groovy programming language' \
---exec 'groovyConsole' --name 'Groovy Console'
-
-  # Set GROOVY_HOME correctly at the top of all the scripts.
-  # There are probably better ways to do this, but this works.
-  for f in $pkgname-$pkgver/bin/*; do
-sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
-  done
-
-  cd $pkgname-$pkgver/embeddable
-  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # Create the directories and package the files
-  install -d $pkgdir/usr/share/groovy $pkgdir/usr/bin
-  cp -r lib conf embeddable $pkgdir/usr/share/groovy
-  cp bin/* $pkgdir/usr/bin
-
-  # Remove all DOS/Windows batch files
-  find $pkgdir -name '*.bat' -exec rm {} \;
-
-  # Package the APACHE license
-  install -Dm644 CLI-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
-
-  # Package the BSD license
-  install -Dm644 ANTLR-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
-
-  # Package the custom license
-  install -Dm644 ASM-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
-  install -Dm644 JSR223-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
-
-  # Package the desktop shortcut for Groovy Console
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 137693, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-02 12:11:24 UTC (rev 137694)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Musikolo musikoloAThotmailDOTcom
+# Contributor: Ruben Fonseca fons...@gmail.com
+# Contributor: Andreas W. Hauser andy-...@splashground.de
+
+pkgname=groovy
+pkgver=2.4.4
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy-lang.org/'
+license=('APACHE')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('gendesk')
+source=(http://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip;
+
$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png;)
+sha256sums=('a7cc1e5315a14ea38db1b2b9ce0792e35174161141a6a3e2ef49b7b2788c258c'
+'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+  # Generate desktop shortcut
+  gendesk -f -n --pkgname $pkgname --pkgdesc 'Groovy programming language' \
+--exec 'groovyConsole' --name 'Groovy Console'
+
+  # Set GROOVY_HOME correctly at the top of all the scripts.
+  # There are probably better ways to do this, but this works.
+  for f in $pkgname-$pkgver/bin/*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
+  done
+
+  cd $pkgname-$pkgver/embeddable
+  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # Create the directories and package the files
+  install -d $pkgdir/usr/share/groovy $pkgdir/usr/bin
+  cp -r lib conf embeddable $pkgdir/usr/share/groovy
+  cp bin/* 

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

2015-08-02 Thread Jelle van der Waa
Date: Sunday, August 2, 2015 @ 16:59:49
  Author: jelle
Revision: 137708

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

Added:
  python-scipy/repos/community-i686/PKGBUILD
(from rev 137707, python-scipy/trunk/PKGBUILD)
  python-scipy/repos/community-x86_64/PKGBUILD
(from rev 137707, python-scipy/trunk/PKGBUILD)
Deleted:
  python-scipy/repos/community-i686/PKGBUILD
  python-scipy/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 14:58:42 UTC (rev 137707)
+++ community-i686/PKGBUILD 2015-08-02 14:59:49 UTC (rev 137708)
@@ -1,93 +0,0 @@
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Bodor Dávid Gábor david.gabor.bo...@gmail.com
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-
-pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.15.1
-pkgrel=2
-pkgdesc=SciPy is open-source software for mathematics, science, and 
engineering.
-arch=('i686' 'x86_64')
-url=http://www.scipy.org/;
-license=('BSD')
-makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=(https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('9F8C0817E257343E841DF83DE814316FB3B4A560')
-md5sums=('be56cd8e60591d6332aac792a5880110'
- 'SKIP')
-
-build() {
-  export LDFLAGS=-Wall -shared
-
-  # 2 builds
-  cp -r scipy-${pkgver} scipy-${pkgver}-py2
-
-  # build for python3
-  cd scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 build
-
-  # build for python2
-  cd ../scipy-${pkgver}-py2
-
-  for file in $(find . -name '*.py' -print); do
-   sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-   sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py config_fc --fcompiler=gnu95 build
-}
-
-check() {
-  # we need to do a temp install so we can import scipy
-  # also, the tests must not be run from the scipy source directory
-  export LDFLAGS=-Wall -shared
-
-  cd ${srcdir}/scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.4/site-packages
-  cd ${srcdir}
-  python -c from scipy import test; test('full')
-
-  cd ${srcdir}/scipy-${pkgver}-py2
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python2.7/site-packages
-  cd ${srcdir}
-  python2 -c from scipy import test; test('full')
-}
-
-package_python-scipy() {
-  depends=('python-numpy')
-  provides=('python3-scipy' 'scipy')
-  optdepends=('python-pillow: for image saving module')
-
-  cd scipy-${pkgver}
-  export LDFLAGS=-Wall -shared
-
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-${pkgdir}/usr/share/licenses/python-scipy/LICENSE
-}
-
-package_python2-scipy() {
-  depends=('python2-numpy')
-  optdepends=('python2-pillow: for image saving module')
-  conflicts=('python-scipy0.9.0')
-
-  cd scipy-${pkgver}-py2
-  export LDFLAGS=-Wall -shared
-
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-${pkgdir}/usr/share/licenses/python2-scipy/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-scipy/repos/community-i686/PKGBUILD (from rev 137707, 
python-scipy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 14:59:49 UTC (rev 137708)
@@ -0,0 +1,93 @@
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Bodor Dávid Gábor david.gabor.bo...@gmail.com
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=('python-scipy' 'python2-scipy')
+pkgver=0.16.0
+pkgrel=1
+pkgdesc=SciPy is open-source software for mathematics, science, and 
engineering.
+arch=('i686' 'x86_64')
+url=http://www.scipy.org/;
+license=('BSD')
+makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')

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

2015-08-02 Thread Evgeniy Alekseev
Date: Sunday, August 2, 2015 @ 13:10:32
  Author: arcanis
Revision: 137685

upgpkg: eric 6.0.8-1

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

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

Modified: ChangeLog
===
--- ChangeLog   2015-08-02 10:47:26 UTC (rev 137684)
+++ ChangeLog   2015-08-02 11:10:32 UTC (rev 137685)
@@ -1,3 +1,6 @@
+6.0.8-1:
+upstream update
+
 6.0.7-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 10:47:26 UTC (rev 137684)
+++ PKGBUILD2015-08-02 11:10:32 UTC (rev 137685)
@@ -7,9 +7,9 @@
 pkgbase=eric
 pkgname=('eric-common' 'eric' 'python2-eric'
  'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.0.7
+pkgver=6.0.8
 pkgrel=1
-pkgdesc=A full-featured Python and Ruby IDE in PyQt4
+pkgdesc=A full-featured Python and Ruby IDE in PyQt
 arch=('any')
 url=http://eric-ide.python-projects.org/;
 license=('GPL3')
@@ -18,7 +18,7 @@
  'qt5-svg' 'qt5-webkit')
 install=${pkgbase}.install
 source=(http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
-md5sums=('a2dcdccf12efa377ce7d25cc621955cf')
+md5sums=('b00d3abed182d31d6dd05a2b04d72d59')
 changelog=ChangeLog
 
 prepare() {


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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 14:19:07
  Author: fyan
Revision: 242928

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

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

---+
 testing-i686/PKGBUILD |   27 +++
 testing-i686/libidn.install   |   19 +++
 testing-x86_64/PKGBUILD   |   27 +++
 testing-x86_64/libidn.install |   19 +++
 4 files changed, 92 insertions(+)

Copied: libidn/repos/testing-i686/PKGBUILD (from rev 242927, 
libidn/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-02 12:19:07 UTC (rev 242928)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Jan de Groot jgc.archlinux.org
+# Contributor: Eric Johnson eric.archlinux.org
+
+pkgname=libidn
+pkgver=1.32
+pkgrel=1
+pkgdesc=Implementation of the Stringprep, Punycode and IDNA specifications
+url=http://www.gnu.org/software/libidn/;
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+depends=('glibc' 'texinfo')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+install=libidn.install
+sha1sums=('ddd018611b98af7c67d434aa42d15d39f45129f5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libidn/repos/testing-i686/libidn.install (from rev 242927, 
libidn/trunk/libidn.install)
===
--- testing-i686/libidn.install (rev 0)
+++ testing-i686/libidn.install 2015-08-02 12:19:07 UTC (rev 242928)
@@ -0,0 +1,19 @@
+info_dir=/usr/share/info
+info_files=(libidn.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+

Copied: libidn/repos/testing-x86_64/PKGBUILD (from rev 242927, 
libidn/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-02 12:19:07 UTC (rev 242928)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Jan de Groot jgc.archlinux.org
+# Contributor: Eric Johnson eric.archlinux.org
+
+pkgname=libidn
+pkgver=1.32
+pkgrel=1
+pkgdesc=Implementation of the Stringprep, Punycode and IDNA specifications
+url=http://www.gnu.org/software/libidn/;
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+depends=('glibc' 'texinfo')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+install=libidn.install
+sha1sums=('ddd018611b98af7c67d434aa42d15d39f45129f5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libidn/repos/testing-x86_64/libidn.install (from rev 242927, 
libidn/trunk/libidn.install)
===
--- testing-x86_64/libidn.install   (rev 0)
+++ testing-x86_64/libidn.install   2015-08-02 12:19:07 UTC (rev 242928)
@@ -0,0 +1,19 @@
+info_dir=/usr/share/info
+info_files=(libidn.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 16:26:09
  Author: arodseth
Revision: 137699

upgpkg: nuitka 0.5.13.4-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 12:33:00 UTC (rev 137698)
+++ PKGBUILD2015-08-02 14:26:09 UTC (rev 137699)
@@ -3,8 +3,8 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
 
 pkgname=nuitka
-pkgver=0.5.13.2
-pkgrel=2
+pkgver=0.5.13.4
+pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
 url='http://nuitka.net/'
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 optdepends=('chrpath: for building standalone executables')
 source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('bd1cdb9a12980fe63bedbcc895f0aa87ca8082f9520070c690a7f8cc21ebb787')
+sha256sums=('70545856c7424b73b8b0acff53d47854f3376ad4ffa7bfbb93e7ce1af12485a4')
 
 package() {
   cd Nuitka-$pkgver


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 16:26:16
  Author: arodseth
Revision: 137700

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 137699, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-02 14:26:09 UTC (rev 137699)
+++ PKGBUILD2015-08-02 14:26:16 UTC (rev 137700)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
-
-pkgname=nuitka
-pkgver=0.5.13.2
-pkgrel=2
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python' 'scons')
-options=('!emptydirs')
-optdepends=('chrpath: for building standalone executables')
-source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('bd1cdb9a12980fe63bedbcc895f0aa87ca8082f9520070c690a7f8cc21ebb787')
-
-package() {
-  cd Nuitka-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-} 
-
-# getver: nuitka.net/pages/download.html
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 137699, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-02 14:26:16 UTC (rev 137700)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+pkgname=nuitka
+pkgver=0.5.13.4
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python' 'scons')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
+sha256sums=('70545856c7424b73b8b0acff53d47854f3376ad4ffa7bfbb93e7ce1af12485a4')
+
+package() {
+  cd Nuitka-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+} 
+
+# getver: nuitka.net/pages/download.html
+# vim: sw=2 ts=2 et:


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 17:49:31
  Author: arodseth
Revision: 137710

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

Added:
  unetbootin/repos/community-i686/PKGBUILD
(from rev 137709, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
(from rev 137709, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-i686/unetbootin.install
(from rev 137709, unetbootin/trunk/unetbootin.install)
  unetbootin/repos/community-i686/unetbootin.sh
(from rev 137709, unetbootin/trunk/unetbootin.sh)
  unetbootin/repos/community-i686/unetbootin_polkit.sh
(from rev 137709, unetbootin/trunk/unetbootin_polkit.sh)
  unetbootin/repos/community-x86_64/PKGBUILD
(from rev 137709, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
(from rev 137709, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-x86_64/unetbootin.install
(from rev 137709, unetbootin/trunk/unetbootin.install)
  unetbootin/repos/community-x86_64/unetbootin.sh
(from rev 137709, unetbootin/trunk/unetbootin.sh)
  unetbootin/repos/community-x86_64/unetbootin_polkit.sh
(from rev 137709, unetbootin/trunk/unetbootin_polkit.sh)
Deleted:
  unetbootin/repos/community-i686/PKGBUILD
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-i686/unetbootin.install
  unetbootin/repos/community-i686/unetbootin.sh
  unetbootin/repos/community-i686/unetbootin_polkit.sh
  unetbootin/repos/community-x86_64/PKGBUILD
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-x86_64/unetbootin.install
  unetbootin/repos/community-x86_64/unetbootin.sh
  unetbootin/repos/community-x86_64/unetbootin_polkit.sh

---+
 /PKGBUILD |  132 
 /unetbootin.install   |   26 ++
 /unetbootin.sh|6 +
 /unetbootin_polkit.sh |   22 +
 community-i686/PKGBUILD   |   58 --
 community-i686/unetbootin.install |   13 ---
 community-i686/unetbootin.sh  |3 
 community-i686/unetbootin_polkit.sh   |   11 --
 community-x86_64/PKGBUILD |   58 --
 community-x86_64/unetbootin.install   |   13 ---
 community-x86_64/unetbootin.sh|3 
 community-x86_64/unetbootin_polkit.sh |   11 --
 12 files changed, 186 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 15:49:02 UTC (rev 137709)
+++ community-i686/PKGBUILD 2015-08-02 15:49:31 UTC (rev 137710)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Det nimetonmaili at gmail a-dot com
-# Contributor: Godane aka Christopher Rogers slaxemula...@gmail.com
-# Contributor: Michai Coman mi...@m1x.ro
-
-pkgname=unetbootin
-pkgver=608
-pkgrel=2
-arch=('x86_64' 'i686')
-license=('GPL')
-pkgdesc='Create bootable Live USB drives'
-url='http://unetbootin.sourceforge.net/'
-depends=('syslinux' 'p7zip' 'qt4' 'mtools')
-optdepends=('polkit: run unetbootin directly from menu'
-'zenity: display an error if no authentication agent is found')
-makedepends=('setconf')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz;
-'org.archlinux.pkexec.unetbootin.policy'
-'unetbootin_polkit.sh'
-'unetbootin.sh')
-sha256sums=('ce99c5f60b1f66da0ceb41859ce9198d96b3061b949b167fc952d3951b632080'
-'fa9bb53d90cb10a0ab8dd317ed6a3506b228b0e26ed2ed8b108b5990f641641a'
-'6399c6a44b270a4ec67a36e3914c7c2f47a9008efb0133a33f92d9ad4284cc57'
-'c59c486c0e74fbb23b842c28328937d8c2f8bbf00428711e33dec900a3a7140c')
-
-prepare() {
-  setconf unetbootin.desktop Exec /usr/bin/unetbootin_polkit
-}
-
-build() {
-  ./build-nostatic 1 output.log 2 error.log
-}
-
-package() {
-  install -d $pkgdir/usr/share/$pkgname
-  install -m644 $pkgname_*.qm $pkgdir/usr/share/$pkgname/
-
-  # Executables
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname.elf
-  install -m755 ${pkgname}_polkit.sh $pkgdir/usr/bin/${pkgname}_polkit
-  install -m755 ${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Desktop shortcut/icon
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  for i in 16 22 24 32 48 256; do
-install -Dm644 ${pkgname}_${i}.png \
-  $pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png
-  done
-
-  # Polkit policy
-  install -Dm644 'org.archlinux.pkexec.unetbootin.policy' \
-$pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.unetbootin.policy
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 17:49:02
  Author: arodseth
Revision: 137709

upgpkg: unetbootin 613-1

Modified:
  unetbootin/trunk/PKGBUILD

--+
 PKGBUILD |   30 +++---
 1 file changed, 19 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 14:59:49 UTC (rev 137708)
+++ PKGBUILD2015-08-02 15:49:02 UTC (rev 137709)
@@ -5,44 +5,46 @@
 # Contributor: Michai Coman mi...@m1x.ro
 
 pkgname=unetbootin
-pkgver=608
-pkgrel=2
+pkgver=613
+pkgrel=1
 arch=('x86_64' 'i686')
 license=('GPL')
 pkgdesc='Create bootable Live USB drives'
-url='http://unetbootin.sourceforge.net/'
+url='https://unetbootin.github.io'
 depends=('syslinux' 'p7zip' 'qt4' 'mtools')
+makedepends=('setconf' 'git')
 optdepends=('polkit: run unetbootin directly from menu'
 'zenity: display an error if no authentication agent is found')
-makedepends=('setconf')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz;
+source=(git://github.com/$pkgname/$pkgname.git#tag=$pkgver
 'org.archlinux.pkexec.unetbootin.policy'
 'unetbootin_polkit.sh'
 'unetbootin.sh')
-sha256sums=('ce99c5f60b1f66da0ceb41859ce9198d96b3061b949b167fc952d3951b632080'
+sha256sums=('SKIP'
 'fa9bb53d90cb10a0ab8dd317ed6a3506b228b0e26ed2ed8b108b5990f641641a'
 '6399c6a44b270a4ec67a36e3914c7c2f47a9008efb0133a33f92d9ad4284cc57'
 'c59c486c0e74fbb23b842c28328937d8c2f8bbf00428711e33dec900a3a7140c')
 
 prepare() {
+  cd unetbootin/src/unetbootin
+
   setconf unetbootin.desktop Exec /usr/bin/unetbootin_polkit
 }
 
 build() {
+  cd unetbootin/src/unetbootin
+
   ./build-nostatic 1 output.log 2 error.log
 }
 
 package() {
+  cd unetbootin/src/unetbootin
+
   install -d $pkgdir/usr/share/$pkgname
   install -m644 $pkgname_*.qm $pkgdir/usr/share/$pkgname/
-
-  # Executables
   install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname.elf
-  install -m755 ${pkgname}_polkit.sh $pkgdir/usr/bin/${pkgname}_polkit
-  install -m755 ${pkgname}.sh $pkgdir/usr/bin/${pkgname}
 
-  # Desktop shortcut/icon
+  # Application shortcut
   install -Dm644 $pkgname.desktop \
 $pkgdir/usr/share/applications/$pkgname.desktop
   for i in 16 22 24 32 48 256; do
@@ -50,9 +52,15 @@
   $pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png
   done
 
+  cd $srcdir
+
+  install -m755 ${pkgname}_polkit.sh $pkgdir/usr/bin/${pkgname}_polkit
+  install -m755 ${pkgname}.sh $pkgdir/usr/bin/${pkgname}
+
   # Polkit policy
   install -Dm644 'org.archlinux.pkexec.unetbootin.policy' \
 $pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.unetbootin.policy
 }
 
+# getver: -u 12 github.com/unetbootin/unetbootin
 # vim:set ts=2 sw=2 et:


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

2015-08-02 Thread Ike Devolder
Date: Sunday, August 2, 2015 @ 18:17:18
  Author: idevolder
Revision: 137717

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 16:17:04 UTC (rev 137716)
+++ community-i686/PKGBUILD 2015-08-02 16:17:18 UTC (rev 137717)
@@ -1,34 +0,0 @@
-# vim:set ts=2 sw=2 et:
-# $Id$
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgname=par2cmdline
-pkgver=0.6.13
-pkgrel=1
-pkgdesc='A PAR 2.0 compatible file verification and repair tool'
-url='https://github.com/BlackIkeEagle/par2cmdline'
-license=('GPL2')
-arch=('i686' 'x86_64')
-source=($pkgname-$pkgver.tar.gz::https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('024b9f0ed5c57ebdd63b288818790b0d5c4ecc9c6296dc32ae3f98690abe')
-
-build() {
-   cd $pkgname-$pkgver
-   aclocal
-   automake --add-missing
-   autoconf
-   ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}
-

Copied: par2cmdline/repos/community-i686/PKGBUILD (from rev 137716, 
par2cmdline/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 16:17:18 UTC (rev 137717)
@@ -0,0 +1,34 @@
+# vim:set ts=2 sw=2 et:
+# $Id$
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgname=par2cmdline
+pkgver=0.6.14
+pkgrel=2
+pkgdesc='A PAR 2.0 compatible file verification and repair tool'
+url='https://github.com/BlackIkeEagle/par2cmdline'
+license=('GPL2')
+arch=('i686' 'x86_64')
+source=($pkgname-$pkgver.tar.gz::https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('2fd831ba924d9f0ecd9242ca45551b6995ede1ed281af79aa30e7490d5596e7a')
+
+build() {
+   cd $pkgname-$pkgver
+   aclocal
+   automake --add-missing
+   autoconf
+   ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-02 16:17:04 UTC (rev 137716)
+++ community-x86_64/PKGBUILD   2015-08-02 16:17:18 UTC (rev 137717)
@@ -1,34 +0,0 @@
-# vim:set ts=2 sw=2 et:
-# $Id$
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgname=par2cmdline
-pkgver=0.6.13
-pkgrel=1
-pkgdesc='A PAR 2.0 compatible file verification and repair tool'
-url='https://github.com/BlackIkeEagle/par2cmdline'
-license=('GPL2')
-arch=('i686' 'x86_64')
-source=($pkgname-$pkgver.tar.gz::https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('024b9f0ed5c57ebdd63b288818790b0d5c4ecc9c6296dc32ae3f98690abe')
-
-build() {
-   cd $pkgname-$pkgver
-   aclocal
-   automake --add-missing
-   autoconf
-   ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}
-

Copied: par2cmdline/repos/community-x86_64/PKGBUILD (from rev 137716, 
par2cmdline/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-02 16:17:18 UTC (rev 137717)
@@ -0,0 +1,34 @@
+# vim:set ts=2 sw=2 et:
+# $Id$
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgname=par2cmdline
+pkgver=0.6.14
+pkgrel=2
+pkgdesc='A PAR 2.0 compatible file verification and repair tool'
+url='https://github.com/BlackIkeEagle/par2cmdline'
+license=('GPL2')
+arch=('i686' 'x86_64')
+source=($pkgname-$pkgver.tar.gz::https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('2fd831ba924d9f0ecd9242ca45551b6995ede1ed281af79aa30e7490d5596e7a')
+
+build() {
+   cd $pkgname-$pkgver
+   aclocal

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

2015-08-02 Thread Fabio Castelli
Date: Sunday, August 2, 2015 @ 19:15:40
  Author: muflone
Revision: 137731

upgpkg: gespeaker 0.8.6-1

Modified:
  gespeaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 16:56:28 UTC (rev 137730)
+++ PKGBUILD2015-08-02 17:15:40 UTC (rev 137731)
@@ -3,7 +3,7 @@
 # Contributor: archtux antonio dot arias9 at gmail dot com
 
 pkgname=gespeaker
-pkgver=0.8.5
+pkgver=0.8.6
 pkgrel=1
 pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
 url=http://www.muflone.com/gespeaker/;
@@ -12,7 +12,7 @@
 depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
 optdepends=('libpulse: PulseAudio output')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('73163e94f03e00c08d92bc0dedab84cfba6409064fedbc90962db24bb4999766')
+sha256sums=('b5db76a35bed5a2ade3cdb653ecbea75cd8b006cfae92c8c034dfcd074387d15')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 19:57:51
  Author: arodseth
Revision: 137746

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

Added:
  monica/repos/community-i686/PKGBUILD
(from rev 137745, monica/trunk/PKGBUILD)
  monica/repos/community-i686/monica.png
(from rev 137745, monica/trunk/monica.png)
  monica/repos/community-x86_64/PKGBUILD
(from rev 137745, monica/trunk/PKGBUILD)
  monica/repos/community-x86_64/monica.png
(from rev 137745, monica/trunk/monica.png)
Deleted:
  monica/repos/community-i686/PKGBUILD
  monica/repos/community-i686/monica.png
  monica/repos/community-x86_64/PKGBUILD
  monica/repos/community-x86_64/monica.png

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   44 ---
 community-x86_64/PKGBUILD |   44 ---
 3 files changed, 84 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 17:57:40 UTC (rev 137745)
+++ community-i686/PKGBUILD 2015-08-02 17:57:51 UTC (rev 137746)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=monica
-pkgver=3.7
-pkgrel=3
-pkgdesc='Monitor calibration tool'
-arch=('x86_64' 'i686')
-url=http://www.pcbypaul.com/software/monica.html;
-license=('BSD')
-depends=('fltk' 'xorg-xgamma')
-makedepends=('gendesk')
-source=(https://sources.archlinux.org/other/monica/$pkgname-$pkgver.tar.bz2;
-'monica.png')
-sha256sums=('da0d7762f5a2eed482e8e2f87762d3ac1f013d5c99bd99b34083b69f03492036'
-'4c9852c7462f747eeede72f252e2578d827c12f09ffd83808f695a64c67bee69')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc \
---categories 'Application;Settings;System'
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 licence $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: monica/repos/community-i686/PKGBUILD (from rev 137745, 
monica/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 17:57:51 UTC (rev 137746)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth rods...@gmail.com
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=monica
+pkgver=3.7
+pkgrel=4
+pkgdesc='Monitor calibration tool'
+arch=('x86_64' 'i686')
+url='https://sources.archlinux.org/other/monica/'
+license=('BSD')
+depends=('fltk' 'xorg-xgamma')
+makedepends=('gendesk')
+source=(https://sources.archlinux.org/other/monica/$pkgname-$pkgver.tar.bz2;
+'monica.png')
+sha256sums=('da0d7762f5a2eed482e8e2f87762d3ac1f013d5c99bd99b34083b69f03492036'
+'4c9852c7462f747eeede72f252e2578d827c12f09ffd83808f695a64c67bee69')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc \
+--categories 'Application;Settings;System'
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $srcdir/$pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+  install -Dm644 licence $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/monica.png
===
(Binary files differ)

Copied: monica/repos/community-i686/monica.png (from rev 137745, 
monica/trunk/monica.png)
===
(Binary files differ)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-02 17:57:40 UTC (rev 137745)
+++ community-x86_64/PKGBUILD   2015-08-02 17:57:51 UTC (rev 137746)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=monica
-pkgver=3.7
-pkgrel=3
-pkgdesc='Monitor calibration tool'
-arch=('x86_64' 'i686')
-url=http://www.pcbypaul.com/software/monica.html;
-license=('BSD')
-depends=('fltk' 'xorg-xgamma')
-makedepends=('gendesk')
-source=(https://sources.archlinux.org/other/monica/$pkgname-$pkgver.tar.bz2;
-'monica.png')

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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 19:57:40
  Author: arodseth
Revision: 137745

upgpkg: monica 3.7-4

Modified:
  monica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 17:55:25 UTC (rev 137744)
+++ PKGBUILD2015-08-02 17:57:40 UTC (rev 137745)
@@ -1,14 +1,14 @@
 # $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
+# Maintainer: Alexander F Rødseth rods...@gmail.com
 # Contributor: tobias tob...@archlinux.org
 # Contributor: Tobias Kieslich tob...@justdreams.de
 
 pkgname=monica
 pkgver=3.7
-pkgrel=3
+pkgrel=4
 pkgdesc='Monitor calibration tool'
 arch=('x86_64' 'i686')
-url=http://www.pcbypaul.com/software/monica.html;
+url='https://sources.archlinux.org/other/monica/'
 license=('BSD')
 depends=('fltk' 'xorg-xgamma')
 makedepends=('gendesk')
@@ -20,14 +20,12 @@
 prepare() {
   cd $pkgname-$pkgver
 
-  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc \
+  gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc \
 --categories 'Application;Settings;System'
 }
 
 build() {
-  cd $pkgname-$pkgver
-
-  make
+  make -C $pkgname-$pkgver
 }
 
 package() {


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 18:21:26
  Author: arodseth
Revision: 137720

upgpkg: python-nltk 3.0.4-1

Modified:
  python-nltk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 16:20:48 UTC (rev 137719)
+++ PKGBUILD2015-08-02 16:21:26 UTC (rev 137720)
@@ -5,7 +5,7 @@
 
 pkgbase=python-nltk
 pkgname=('python2-nltk' 'python-nltk')
-pkgver=3.0.2
+pkgver=3.0.4
 pkgrel=1
 pkgdesc='Natural language processing in Python'
 arch=('any')
@@ -49,4 +49,5 @@
   python2 setup.py install --root=$pkgdir --optimize=1
 }
 
+# getver: pypi.python.org/pypi/nltk
 # vim:set ts=2 sw=2 et:


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 18:21:37
  Author: arodseth
Revision: 137721

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-02 16:21:26 UTC (rev 137720)
+++ PKGBUILD2015-08-02 16:21:37 UTC (rev 137721)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Chris Baker baker.chri...@gmail.com
-
-pkgbase=python-nltk
-pkgname=('python2-nltk' 'python-nltk')
-pkgver=3.0.2
-pkgrel=1
-pkgdesc='Natural language processing in Python'
-arch=('any')
-url='http://www.nltk.org/'
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=(git+https://github.com/nltk/nltk#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -r nltk nltk-py2
-  # python 2 fix
-  cd nltk-py2
-  find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} +
-}
-
-build() {
-  cd nltk
-  python setup.py build
-  cd $srcdir/nltk-py2
-  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
-  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
-  python2 setup.py install --root=$pkgdir --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-nltk/repos/community-any/PKGBUILD (from rev 137720, 
python-nltk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-02 16:21:37 UTC (rev 137721)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Chris Baker baker.chri...@gmail.com
+
+pkgbase=python-nltk
+pkgname=('python2-nltk' 'python-nltk')
+pkgver=3.0.4
+pkgrel=1
+pkgdesc='Natural language processing in Python'
+arch=('any')
+url='http://www.nltk.org/'
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=(git+https://github.com/nltk/nltk#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -r nltk nltk-py2
+  # python 2 fix
+  cd nltk-py2
+  find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} +
+}
+
+build() {
+  cd nltk
+  python setup.py build
+  cd $srcdir/nltk-py2
+  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
+  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
+  python2 setup.py install --root=$pkgdir --optimize=1
+}
+
+# getver: pypi.python.org/pypi/nltk
+# vim:set ts=2 sw=2 et:


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

2015-08-02 Thread Fabio Castelli
Date: Sunday, August 2, 2015 @ 19:16:01
  Author: muflone
Revision: 137732

archrelease: copy trunk to community-any

Added:
  gespeaker/repos/community-any/PKGBUILD
(from rev 137731, gespeaker/trunk/PKGBUILD)
Deleted:
  gespeaker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-02 17:15:40 UTC (rev 137731)
+++ PKGBUILD2015-08-02 17:16:01 UTC (rev 137732)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: archtux antonio dot arias9 at gmail dot com
-
-pkgname=gespeaker
-pkgver=0.8.5
-pkgrel=1
-pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
-url=http://www.muflone.com/gespeaker/;
-arch=('any')
-license=('GPL2')
-depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
-optdepends=('libpulse: PulseAudio output')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('73163e94f03e00c08d92bc0dedab84cfba6409064fedbc90962db24bb4999766')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Python2 fix
-  for _file in setup.py gespeaker src/gespeaker.py
-  do
-sed -i 's#env python#env python2#' ${_file}
-  done
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --optimize=1 --root ${pkgdir}
-}
-

Copied: gespeaker/repos/community-any/PKGBUILD (from rev 137731, 
gespeaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-02 17:16:01 UTC (rev 137732)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=gespeaker
+pkgver=0.8.6
+pkgrel=1
+pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
+url=http://www.muflone.com/gespeaker/;
+arch=('any')
+license=('GPL2')
+depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
+optdepends=('libpulse: PulseAudio output')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('b5db76a35bed5a2ade3cdb653ecbea75cd8b006cfae92c8c034dfcd074387d15')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Python2 fix
+  for _file in setup.py gespeaker src/gespeaker.py
+  do
+sed -i 's#env python#env python2#' ${_file}
+  done
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 19:48:50
  Author: arodseth
Revision: 137742

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

Added:
  geany-plugins/repos/community-i686/PKGBUILD
(from rev 137741, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-i686/geany-plugins.install
(from rev 137741, geany-plugins/trunk/geany-plugins.install)
  geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 137741, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-x86_64/geany-plugins.install
(from rev 137741, geany-plugins/trunk/geany-plugins.install)
Deleted:
  geany-plugins/repos/community-i686/PKGBUILD
  geany-plugins/repos/community-i686/geany-plugins.install
  geany-plugins/repos/community-x86_64/PKGBUILD
  geany-plugins/repos/community-x86_64/geany-plugins.install

+
 /PKGBUILD  |   72 +++
 /geany-plugins.install |   28 
 community-i686/PKGBUILD|   38 
 community-i686/geany-plugins.install   |   14 --
 community-x86_64/PKGBUILD  |   38 
 community-x86_64/geany-plugins.install |   14 --
 6 files changed, 100 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 17:48:38 UTC (rev 137741)
+++ community-i686/PKGBUILD 2015-08-02 17:48:50 UTC (rev 137742)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
-# Contributor: djgera
-# Contributor: Patrick Melo patr...@patrickmelo.eti.br
-
-pkgname=geany-plugins
-pkgver=1.25
-pkgrel=1
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
-optdepends=('hspell: hebrew spell checker')
-install=$pkgname.install
-source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib
-#--disable-geanypy \
-#--disable-debugger
-  make 
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/PKGBUILD (from rev 137741, 
geany-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 17:48:50 UTC (rev 137742)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
+# Contributor: djgera
+# Contributor: Patrick Melo patr...@patrickmelo.eti.br
+
+pkgname=geany-plugins
+pkgver=1.25
+pkgrel=2
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+optdepends=('hspell: hebrew spell checker')
+install=$pkgname.install
+source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany-plugins.install
===
--- community-i686/geany-plugins.install2015-08-02 17:48:38 UTC (rev 
137741)
+++ community-i686/geany-plugins.install2015-08-02 17:48:50 UTC (rev 
137742)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/geany-plugins.install (from rev 
137741, geany-plugins/trunk/geany-plugins.install)
===
--- community-i686/geany-plugins.install(rev 0)
+++ community-i686/geany-plugins.install2015-08-02 17:48:50 UTC (rev 
137742)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t 

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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 19:48:38
  Author: arodseth
Revision: 137741

upgpkg: geany-plugins 1.25-2

Modified:
  geany-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 17:47:42 UTC (rev 137740)
+++ PKGBUILD2015-08-02 17:48:38 UTC (rev 137741)
@@ -6,14 +6,14 @@
 
 pkgname=geany-plugins
 pkgver=1.25
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
 license=('GPL')
 depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
 optdepends=('hspell: hebrew spell checker')
 install=$pkgname.install
 source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
@@ -25,8 +25,6 @@
   ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib
-#--disable-geanypy \
-#--disable-debugger
   make 
 }
 


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 19:55:25
  Author: arodseth
Revision: 137744

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 17:55:13 UTC (rev 137743)
+++ community-i686/PKGBUILD 2015-08-02 17:55:25 UTC (rev 137744)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=gendesk
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Utility to generate .desktop files and download icons'
-arch=('x86_64' 'i686')
-url='http://roboticoverlords.org/gendesk/'
-license=('MIT')
-makedepends=('go' 'git' 'mercurial')
-depends=('glibc')
-source=(http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz;
-'http://roboticoverlords.org/images/default.png')
-sha256sums=('22c77afc907dd6de2d58bb045d6a8de8873e18eee5bbe020a3c7b882dc4211ce'
-'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-prepare() {
-  export GOPATH=$srcdir
-  go get code.google.com/p/goconf/conf
-  go get github.com/xyproto/textgui
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  GOPATH=$srcdir go build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm755 $pkgname-$pkgver $pkgdir/usr/bin/$pkgname
-  install -Dm644 $srcdir/default.png $pkgdir/usr/share/pixmaps/default.png
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gendesk/repos/community-i686/PKGBUILD (from rev 137743, 
gendesk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 17:55:25 UTC (rev 137744)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander F Rødseth xypr...@archlinux.org
+
+pkgname=gendesk
+pkgver=0.6.2
+pkgrel=2
+pkgdesc='Utility for generating desktop files'
+arch=('x86_64' 'i686')
+url='http://roboticoverlords.org/gendesk/'
+license=('MIT')
+makedepends=('go' 'git' 'mercurial')
+depends=('glibc')
+source=(http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz;
+'http://roboticoverlords.org/images/default.png')
+sha256sums=('22c77afc907dd6de2d58bb045d6a8de8873e18eee5bbe020a3c7b882dc4211ce'
+'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
+
+prepare() {
+  export GOPATH=$srcdir
+  go get code.google.com/p/goconf/conf
+  go get github.com/xyproto/textgui
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  GOPATH=$srcdir go build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 $pkgname-$pkgver $pkgdir/usr/bin/$pkgname
+  install -Dm644 $srcdir/default.png $pkgdir/usr/share/pixmaps/default.png
+  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-02 17:55:13 UTC (rev 137743)
+++ community-x86_64/PKGBUILD   2015-08-02 17:55:25 UTC (rev 137744)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=gendesk
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Utility to generate .desktop files and download icons'
-arch=('x86_64' 'i686')
-url='http://roboticoverlords.org/gendesk/'
-license=('MIT')
-makedepends=('go' 'git' 'mercurial')
-depends=('glibc')
-source=(http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz;
-'http://roboticoverlords.org/images/default.png')
-sha256sums=('22c77afc907dd6de2d58bb045d6a8de8873e18eee5bbe020a3c7b882dc4211ce'
-'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-prepare() {
-  export GOPATH=$srcdir
-  go get code.google.com/p/goconf/conf
-  go get github.com/xyproto/textgui
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  GOPATH=$srcdir go build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm755 $pkgname-$pkgver $pkgdir/usr/bin/$pkgname
-  install -Dm644 $srcdir/default.png $pkgdir/usr/share/pixmaps/default.png
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gendesk/repos/community-x86_64/PKGBUILD (from rev 137743, 

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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 19:55:13
  Author: arodseth
Revision: 137743

go 1.4 rebuild

Modified:
  gendesk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 17:48:50 UTC (rev 137742)
+++ PKGBUILD2015-08-02 17:55:13 UTC (rev 137743)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
+# Maintainer: Alexander F Rødseth xypr...@archlinux.org
 
 pkgname=gendesk
 pkgver=0.6.2
-pkgrel=1
-pkgdesc='Utility to generate .desktop files and download icons'
+pkgrel=2
+pkgdesc='Utility for generating desktop files'
 arch=('x86_64' 'i686')
 url='http://roboticoverlords.org/gendesk/'
 license=('MIT')


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

2015-08-02 Thread Bartłomiej Piotrowski
Date: Sunday, August 2, 2015 @ 18:16:29
  Author: bpiotrowski
Revision: 137715

Remove useless post_install message

Modified:
  pspshrink/trunk/PKGBUILD
Deleted:
  pspshrink/trunk/pspshrink.install

---+
 PKGBUILD  |3 +--
 pspshrink.install |   19 ---
 2 files changed, 1 insertion(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 16:10:18 UTC (rev 137714)
+++ PKGBUILD2015-08-02 16:16:29 UTC (rev 137715)
@@ -11,8 +11,7 @@
 url=http://code.google.com/p/pspshrink/;
 license=('GPL2')
 makedepends=('gtkmm')
-optdepends=('gtkmm: To use pspshrinkui ')
-install=$pkgname.install
+optdepends=('gtkmm: for pspshrinkui')
 source=(http://pspshrink.googlecode.com/files/$pkgname-$pkgver.tar.gz)
 md5sums=('c9f7dc58c983016047ceebbacb9856e9')
 

Deleted: pspshrink.install
===
--- pspshrink.install   2015-08-02 16:10:18 UTC (rev 137714)
+++ pspshrink.install   2015-08-02 16:16:29 UTC (rev 137715)
@@ -1,19 +0,0 @@
-post_install()
-{
-echo --
-echo PSP Shrink comes with a command line and a GUI version.
-echo Usage command line version:
-echo pspshrink compressionlevel inputfile outputfile
-echo example: pspshrink 9 image.iso image.cso
-echo To use GUI version call pspshrinkui or go to Utility menu.
-echo --
-}
-
-
-post_upgrade() {
-   post_install
-}
-
-op=$1
-shift
-$op $*


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

2015-08-02 Thread Ike Devolder
Date: Sunday, August 2, 2015 @ 18:17:04
  Author: idevolder
Revision: 137716

par2cmdline :: 0.6.14

Modified:
  par2cmdline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 16:16:29 UTC (rev 137715)
+++ PKGBUILD2015-08-02 16:17:04 UTC (rev 137716)
@@ -4,14 +4,14 @@
 # Maintainer: Sébastien Luttringer se...@aur.archlinux.org
 
 pkgname=par2cmdline
-pkgver=0.6.13
-pkgrel=1
+pkgver=0.6.14
+pkgrel=2
 pkgdesc='A PAR 2.0 compatible file verification and repair tool'
 url='https://github.com/BlackIkeEagle/par2cmdline'
 license=('GPL2')
 arch=('i686' 'x86_64')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('024b9f0ed5c57ebdd63b288818790b0d5c4ecc9c6296dc32ae3f98690abe')
+sha256sums=('2fd831ba924d9f0ecd9242ca45551b6995ede1ed281af79aa30e7490d5596e7a')
 
 build() {
cd $pkgname-$pkgver


[arch-commits] Commit in exim/repos (40 files)

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 18:25:47
  Author: fyan
Revision: 137723

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

Added:
  exim/repos/community-i686/PKGBUILD
(from rev 137722, exim/trunk/PKGBUILD)
  exim/repos/community-i686/aliases
(from rev 137722, exim/trunk/aliases)
  exim/repos/community-i686/exim-submission.socket
(from rev 137722, exim/trunk/exim-submission.socket)
  exim/repos/community-i686/exim-submission@.service
(from rev 137722, exim/trunk/exim-submission@.service)
  exim/repos/community-i686/exim.Makefile
(from rev 137722, exim/trunk/exim.Makefile)
  exim/repos/community-i686/exim.install
(from rev 137722, exim/trunk/exim.install)
  exim/repos/community-i686/exim.logrotate
(from rev 137722, exim/trunk/exim.logrotate)
  exim/repos/community-i686/exim.service
(from rev 137722, exim/trunk/exim.service)
  exim/repos/community-i686/exim.socket
(from rev 137722, exim/trunk/exim.socket)
  exim/repos/community-i686/exim@.service
(from rev 137722, exim/trunk/exim@.service)
  exim/repos/community-x86_64/PKGBUILD
(from rev 137722, exim/trunk/PKGBUILD)
  exim/repos/community-x86_64/aliases
(from rev 137722, exim/trunk/aliases)
  exim/repos/community-x86_64/exim-submission.socket
(from rev 137722, exim/trunk/exim-submission.socket)
  exim/repos/community-x86_64/exim-submission@.service
(from rev 137722, exim/trunk/exim-submission@.service)
  exim/repos/community-x86_64/exim.Makefile
(from rev 137722, exim/trunk/exim.Makefile)
  exim/repos/community-x86_64/exim.install
(from rev 137722, exim/trunk/exim.install)
  exim/repos/community-x86_64/exim.logrotate
(from rev 137722, exim/trunk/exim.logrotate)
  exim/repos/community-x86_64/exim.service
(from rev 137722, exim/trunk/exim.service)
  exim/repos/community-x86_64/exim.socket
(from rev 137722, exim/trunk/exim.socket)
  exim/repos/community-x86_64/exim@.service
(from rev 137722, exim/trunk/exim@.service)
Deleted:
  exim/repos/community-i686/PKGBUILD
  exim/repos/community-i686/aliases
  exim/repos/community-i686/exim-submission.socket
  exim/repos/community-i686/exim-submission@.service
  exim/repos/community-i686/exim.Makefile
  exim/repos/community-i686/exim.install
  exim/repos/community-i686/exim.logrotate
  exim/repos/community-i686/exim.service
  exim/repos/community-i686/exim.socket
  exim/repos/community-i686/exim@.service
  exim/repos/community-x86_64/PKGBUILD
  exim/repos/community-x86_64/aliases
  exim/repos/community-x86_64/exim-submission.socket
  exim/repos/community-x86_64/exim-submission@.service
  exim/repos/community-x86_64/exim.Makefile
  exim/repos/community-x86_64/exim.install
  exim/repos/community-x86_64/exim.logrotate
  exim/repos/community-x86_64/exim.service
  exim/repos/community-x86_64/exim.socket
  exim/repos/community-x86_64/exim@.service

---+
 /PKGBUILD |  184 ++
 /aliases  |   70 
 /exim-submission.socket   |   20 
 /exim-submission@.service |   22 
 /exim.Makefile| 2460 
 /exim.install |   36 
 /exim.logrotate   |   12 
 /exim.service |   20 
 /exim.socket  |   20 
 /exim@.service|   14 
 community-i686/PKGBUILD   |   92 -
 community-i686/aliases|   35 
 community-i686/exim-submission.socket |   10 
 community-i686/exim-submission@.service   |   11 
 community-i686/exim.Makefile  | 1230 --
 community-i686/exim.install   |   18 
 community-i686/exim.logrotate |6 
 community-i686/exim.service   |   10 
 community-i686/exim.socket|   10 
 community-i686/exim@.service  |7 
 community-x86_64/PKGBUILD |   92 -
 community-x86_64/aliases  |   35 
 community-x86_64/exim-submission.socket   |   10 
 community-x86_64/exim-submission@.service |   11 
 community-x86_64/exim.Makefile| 1230 --
 community-x86_64/exim.install |   18 
 community-x86_64/exim.logrotate   |6 
 community-x86_64/exim.service |   10 
 community-x86_64/exim.socket  |   10 
 community-x86_64/exim@.service|7 
 30 files changed, 2858 insertions(+), 2858 deletions(-)

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


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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 18:27:08
  Author: fyan
Revision: 137724

upgpkg: mongodb-tools 3.1.6-1

Modified:
  mongodb-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 16:25:47 UTC (rev 137723)
+++ PKGBUILD2015-08-02 16:27:08 UTC (rev 137724)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=mongodb-tools
-pkgver=3.1.4
+pkgver=3.1.6
 pkgrel=1
 pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
 arch=('i686' 'x86_64')


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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 18:27:33
  Author: fyan
Revision: 137725

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

Added:
  mongodb-tools/repos/community-i686/PKGBUILD
(from rev 137724, mongodb-tools/trunk/PKGBUILD)
  mongodb-tools/repos/community-x86_64/PKGBUILD
(from rev 137724, mongodb-tools/trunk/PKGBUILD)
Deleted:
  mongodb-tools/repos/community-i686/PKGBUILD
  mongodb-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 16:27:08 UTC (rev 137724)
+++ community-i686/PKGBUILD 2015-08-02 16:27:33 UTC (rev 137725)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=mongodb-tools
-pkgver=3.1.4
-pkgrel=1
-pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
-arch=('i686' 'x86_64')
-url=https://github.com/mongodb/mongo-tools;
-license=('Apache')
-depends=('libsasl')
-makedepends=('git' 'go')
-source=(git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd mongo-tools
-}
-
-build() {
-  cd mongo-tools
-  . ./set_gopath.sh
-
-  mkdir bin
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
-go build -o bin/$i -tags ssl sasl $i/main/$i.go
-  done
-}
-
-package() {
-  cd mongo-tools
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
-install -Dm755 bin/$i $pkgdir/usr/bin/$i
-  done
-}

Copied: mongodb-tools/repos/community-i686/PKGBUILD (from rev 137724, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 16:27:33 UTC (rev 137725)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=mongodb-tools
+pkgver=3.1.6
+pkgrel=1
+pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
+arch=('i686' 'x86_64')
+url=https://github.com/mongodb/mongo-tools;
+license=('Apache')
+depends=('libsasl')
+makedepends=('git' 'go')
+source=(git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd mongo-tools
+}
+
+build() {
+  cd mongo-tools
+  . ./set_gopath.sh
+
+  mkdir bin
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
+go build -o bin/$i -tags ssl sasl $i/main/$i.go
+  done
+}
+
+package() {
+  cd mongo-tools
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
+install -Dm755 bin/$i $pkgdir/usr/bin/$i
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-02 16:27:08 UTC (rev 137724)
+++ community-x86_64/PKGBUILD   2015-08-02 16:27:33 UTC (rev 137725)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=mongodb-tools
-pkgver=3.1.4
-pkgrel=1
-pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
-arch=('i686' 'x86_64')
-url=https://github.com/mongodb/mongo-tools;
-license=('Apache')
-depends=('libsasl')
-makedepends=('git' 'go')
-source=(git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd mongo-tools
-}
-
-build() {
-  cd mongo-tools
-  . ./set_gopath.sh
-
-  mkdir bin
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
-go build -o bin/$i -tags ssl sasl $i/main/$i.go
-  done
-}
-
-package() {
-  cd mongo-tools
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
-install -Dm755 bin/$i $pkgdir/usr/bin/$i
-  done
-}

Copied: mongodb-tools/repos/community-x86_64/PKGBUILD (from rev 137724, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-02 16:27:33 UTC (rev 137725)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=mongodb-tools
+pkgver=3.1.6
+pkgrel=1
+pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
+arch=('i686' 'x86_64')
+url=https://github.com/mongodb/mongo-tools;
+license=('Apache')
+depends=('libsasl')
+makedepends=('git' 'go')
+source=(git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
+md5sums=('SKIP')
+

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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 18:56:28
  Author: arodseth
Revision: 137730

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

Added:
  powerdns/repos/community-i686/PKGBUILD
(from rev 137729, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-i686/powerdns.install
(from rev 137729, powerdns/trunk/powerdns.install)
  powerdns/repos/community-i686/powerdns.service
(from rev 137729, powerdns/trunk/powerdns.service)
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 137729, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/powerdns.install
(from rev 137729, powerdns/trunk/powerdns.install)
  powerdns/repos/community-x86_64/powerdns.service
(from rev 137729, powerdns/trunk/powerdns.service)
Deleted:
  powerdns/repos/community-i686/PKGBUILD
  powerdns/repos/community-i686/powerdns.install
  powerdns/repos/community-i686/powerdns.service
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/powerdns.install
  powerdns/repos/community-x86_64/powerdns.service

---+
 /PKGBUILD |  160 
 /powerdns.install |   28 ++
 /powerdns.service |   24 +
 community-i686/PKGBUILD   |   80 --
 community-i686/powerdns.install   |   14 ---
 community-i686/powerdns.service   |   12 --
 community-x86_64/PKGBUILD |   80 --
 community-x86_64/powerdns.install |   14 ---
 community-x86_64/powerdns.service |   12 --
 9 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 16:56:14 UTC (rev 137729)
+++ community-i686/PKGBUILD 2015-08-02 16:56:28 UTC (rev 137730)
@@ -1,80 +0,0 @@
-# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Kevin Mihelich ke...@archlinuxarm.org
-
-pkgname=powerdns
-pkgver=3.4.4
-pkgrel=5
-pkgdesc='Authoritative DNS server'
-arch=('x86_64' 'i686')
-url='http://www.powerdns.com/'
-license=('GPL')
-depends=('boost-libs' 'gcc-libs' 'sqlite' 'lua')
-makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua'
- 'libldap' 'sqlite')
-optdepends=('libmariadbclient: MariaDB/MySQL backend'
-'postgresql-libs: PostgreSQL backend' 'libldap: LDAP backend')
-install=$pkgname.install
-backup=('etc/powerdns/pdns.conf')
-source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
-$pkgname.service)
-sha256sums=('ec49f5a0b55b69ba057bf9ce28ab81e5258fc60c8d4954d9100fe3bb3efd09c8'
-'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
-
-prepare() {
-  touch pdns-$pkgver/AUTHORS pdns-$pkgver/NEWS
-
-  # Make changes to pdns.conf, while basing it on pdns.conf-dist
-  cp pdns-$pkgver/pdns/pdns.conf-dist pdns.conf
-
-  # Default settings
-  for keyvalue in \
-allow-recursion=127.0.0.1 \
-cache-ttl=6 \
-chroot=/var/empty \
-config-dir=/etc \
-daemon=yes \
-distributor-threads=3 \
-guardian=yes \
-local-port=53 \
-loglevel=3 \
-module-dir=/usr/lib/powerdns \
-negquery-cache-ttl=60 \
-setgid=nobody \
-setuid=nobody \
-socket-dir=/var/run \
-webserver=no
-  do
-# Future versions of setconf may be able to comment out options as well.
-setconf -a pdns.conf $keyvalue
-  done
-}
-
-build() {
-  cd pdns-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---with-modules='' \
---with-dynmodules=ldap pipe gmysql gpgsql gsqlite3 geo bind \
---docdir=/usr/share/doc/powerdns \
---sbindir=/usr/bin \
---bindir=/usr/bin
-  make
-}
-
-package() {
-  make -C pdns-$pkgver DESTDIR=$pkgdir install
-  install -m644 pdns.conf $pkgdir/etc/powerdns/
-  install -Dm644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  mv $pkgdir/usr/lib/pdns $pkgdir/usr/lib/powerdns
-  rm -f $pkgdir/etc/powerdns/pdns.conf-dist
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-i686/PKGBUILD (from rev 137729, 
powerdns/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 16:56:28 UTC (rev 137730)
@@ -0,0 +1,80 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Kevin Mihelich ke...@archlinuxarm.org
+
+pkgname=powerdns
+pkgver=3.4.5
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+arch=('x86_64' 'i686')
+url='http://www.powerdns.com/'
+license=('GPL')
+depends=('boost-libs' 'gcc-libs' 'sqlite' 'lua')

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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 18:56:14
  Author: arodseth
Revision: 137729

upgpkg: powerdns 3.4.5-1

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 16:43:50 UTC (rev 137728)
+++ PKGBUILD2015-08-02 16:56:14 UTC (rev 137729)
@@ -4,8 +4,8 @@
 # Contributor: Kevin Mihelich ke...@archlinuxarm.org
 
 pkgname=powerdns
-pkgver=3.4.4
-pkgrel=5
+pkgver=3.4.5
+pkgrel=1
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'
@@ -19,7 +19,7 @@
 backup=('etc/powerdns/pdns.conf')
 source=(http://downloads.powerdns.com/releases/pdns-$pkgver.tar.bz2;
 $pkgname.service)
-sha256sums=('ec49f5a0b55b69ba057bf9ce28ab81e5258fc60c8d4954d9100fe3bb3efd09c8'
+sha256sums=('f3e1441532b0af05a6b5efe5346f02d0c55f252fbed62d5b4f2e4a80997c507d'
 'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040')
 
 prepare() {


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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 19:18:57
  Author: fyan
Revision: 137734

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

Added:
  mongodb/repos/community-testing-i686/
  mongodb/repos/community-testing-i686/PKGBUILD
(from rev 137733, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-i686/mongodb.conf
(from rev 137733, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-i686/mongodb.install
(from rev 137733, mongodb/trunk/mongodb.install)
  mongodb/repos/community-testing-i686/mongodb.service
(from rev 137733, mongodb/trunk/mongodb.service)
  mongodb/repos/community-testing-x86_64/
  mongodb/repos/community-testing-x86_64/PKGBUILD
(from rev 137733, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-x86_64/mongodb.conf
(from rev 137733, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-x86_64/mongodb.install
(from rev 137733, mongodb/trunk/mongodb.install)
  mongodb/repos/community-testing-x86_64/mongodb.service
(from rev 137733, mongodb/trunk/mongodb.service)

--+
 community-testing-i686/PKGBUILD  |   70 +
 community-testing-i686/mongodb.conf  |8 +++
 community-testing-i686/mongodb.install   |   32 +
 community-testing-i686/mongodb.service   |   10 
 community-testing-x86_64/PKGBUILD|   70 +
 community-testing-x86_64/mongodb.conf|8 +++
 community-testing-x86_64/mongodb.install |   32 +
 community-testing-x86_64/mongodb.service |   10 
 8 files changed, 240 insertions(+)

Copied: mongodb/repos/community-testing-i686/PKGBUILD (from rev 137733, 
mongodb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-02 17:18:57 UTC (rev 137734)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Mathias Stearn math...@10gen.com
+# Contributor: Alec Thomas
+
+pkgname=mongodb
+pkgver=3.0.5
+pkgrel=1
+pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org'
+license=('AGPL3')
+depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs') # 'libyaml' 
'yaml-cpp' 'v8' 'gperftools')
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost')
+checkdepends=('python2-pymongo')
+optdepends=('libpcap: needed for mongosniff'
+'mongodb-tools: mongoimport, mongodump, mongotop, etc')
+backup=('etc/mongodb.conf')
+install=mongodb.install
+source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
+'mongodb.conf' 'mongodb.service')
+sha512sums=('17c66f9501e6517feba069f85bb468a421c45300306977ebfed71e6ce120e2bed64f14698e470c644360e23f40132171d64ac85f0962aa3ba824a48cf228775a'
+
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
+
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
+
+_scons_args=(
+  --use-system-pcre
+  --use-system-snappy
+  --use-sasl-client
+  --use-system-boost
+  --variant-dir=build
+  --ssl
+  --c++11=on
+  --disable-warnings-as-errors
+)
+# --use-system-v8 (Doesn't compile)
+# --use-system-yaml (Doesn't compile)
+# --use-system-tcmalloc (Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890)
+
+build() {
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons all ${_scons_args[@]}
+}
+
+check() {
+  # Tests not passing
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons smoke smokeCppUnittests smokeJsCore --smokedbprefix=$srcdir 
${_scons_args[@]} || warning Tests failed
+}
+
+package() {
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons install --prefix=$pkgdir/usr ${_scons_args[@]}
+
+  install -Dm644 $srcdir/mongodb.conf $pkgdir/etc/mongodb.conf
+  install -Dm644 $srcdir/mongodb.service 
$pkgdir/usr/lib/systemd/system/mongodb.service
+  install -dm700 $pkgdir/var/lib/mongodb
+  install -dm755 $pkgdir/var/log/mongodb
+}

Copied: mongodb/repos/community-testing-i686/mongodb.conf (from rev 137733, 
mongodb/trunk/mongodb.conf)
===
--- community-testing-i686/mongodb.conf (rev 0)
+++ community-testing-i686/mongodb.conf 2015-08-02 17:18:57 UTC (rev 137734)
@@ -0,0 +1,8 @@
+# See http://www.mongodb.org/display/DOCS/File+Based+Configuration for format 
details
+# Run mongod --help to see a list of 

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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 19:18:23
  Author: fyan
Revision: 137733

upgpkg: mongodb 3.0.5-1

- switch back to gcc

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 17:16:01 UTC (rev 137732)
+++ PKGBUILD2015-08-02 17:18:23 UTC (rev 137733)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url='http://www.mongodb.org'
 license=('AGPL3')
 depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs') # 'libyaml' 
'yaml-cpp' 'v8' 'gperftools')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'clang')
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost')
 checkdepends=('python2-pymongo')
 optdepends=('libpcap: needed for mongosniff'
 'mongodb-tools: mongoimport, mongodump, mongotop, etc')
@@ -21,7 +21,7 @@
 install=mongodb.install
 source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
 'mongodb.conf' 'mongodb.service')
-sha512sums=('bd35a252cd351a2d755edf5e20c69c904de326d7e47aebc055cd0160476ecf966cf53f3263410c32f70e108ff2a019f86a21e1a71917246c2f13db9251082bc3'
+sha512sums=('17c66f9501e6517feba069f85bb468a421c45300306977ebfed71e6ce120e2bed64f14698e470c644360e23f40132171d64ac85f0962aa3ba824a48cf228775a'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 
@@ -32,14 +32,12 @@
   --use-system-boost
   --variant-dir=build
   --ssl
+  --c++11=on
   --disable-warnings-as-errors
-  --cc=clang --cxx=clang++
-  LIBS=atomic
 )
 # --use-system-v8 (Doesn't compile)
 # --use-system-yaml (Doesn't compile)
 # --use-system-tcmalloc (Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890)
-# LIBS=atomic is a workaround for https://jira.mongodb.org/browse/SERVER-17447
 
 build() {
   export SCONSFLAGS=$MAKEFLAGS


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 18:20:48
  Author: arodseth
Revision: 137719

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

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

-+
 /PKGBUILD   |   68 ++
 /codeblocks.install |   42 +
 community-i686/PKGBUILD |   32 
 community-i686/codeblocks.install   |   21 --
 community-x86_64/PKGBUILD   |   32 
 community-x86_64/codeblocks.install |   21 --
 6 files changed, 110 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 16:20:29 UTC (rev 137718)
+++ community-i686/PKGBUILD 2015-08-02 16:20:48 UTC (rev 137719)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Robert Hollencamp rhollenc...@gmail.com
-# Contributor: Daniel J Griffiths griffith...@inbox.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=codeblocks
-pkgver=13.12
-pkgrel=3
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64' 'i686')
-url='http://www.codeblocks.org/'
-license=('GPL3')
-depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk' 'libsm' 
'webkitgtk2')
-makedepends=('boost' 'zip' 'webkitgtk2')
-install=codeblocks.install
-source=(http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver-1.tar.gz;)
-sha256sums=('772450046e8c8ba2ea0086acf433a46b83e6254fae64df9c8ca132a22f949610')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-contrib-plugins=all
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: codeblocks/repos/community-i686/PKGBUILD (from rev 137718, 
codeblocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 16:20:48 UTC (rev 137719)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Robert Hollencamp rhollenc...@gmail.com
+# Contributor: Daniel J Griffiths griffith...@inbox.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=codeblocks
+pkgver=13.12
+pkgrel=4
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64' 'i686')
+url='http://www.codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
+makedepends=('boost' 'zip' 'webkitgtk2')
+install=codeblocks.install
+source=(http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver-1.tar.gz;)
+sha256sums=('772450046e8c8ba2ea0086acf433a46b83e6254fae64df9c8ca132a22f949610')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/codeblocks.install
===
--- community-i686/codeblocks.install   2015-08-02 16:20:29 UTC (rev 137718)
+++ community-i686/codeblocks.install   2015-08-02 16:20:48 UTC (rev 137719)
@@ -1,21 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime /dev/null
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime /dev/null
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:

Copied: codeblocks/repos/community-i686/codeblocks.install (from rev 137718, 
codeblocks/trunk/codeblocks.install)
===
--- community-i686/codeblocks.install   (rev 0)
+++ community-i686/codeblocks.install  

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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 18:20:29
  Author: arodseth
Revision: 137718

upgpkg: codeblocks 13.12-4

Modified:
  codeblocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 16:17:18 UTC (rev 137717)
+++ PKGBUILD2015-08-02 16:20:29 UTC (rev 137718)
@@ -7,13 +7,13 @@
 
 pkgname=codeblocks
 pkgver=13.12
-pkgrel=3
+pkgrel=4
 pkgdesc='Cross-platform C/C++ IDE'
 arch=('x86_64' 'i686')
 url='http://www.codeblocks.org/'
 license=('GPL3')
 depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk' 'libsm' 
'webkitgtk2')
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
 makedepends=('boost' 'zip' 'webkitgtk2')
 install=codeblocks.install
 
source=(http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver-1.tar.gz;)
@@ -21,6 +21,8 @@
 
 build() {
   cd $pkgname-$pkgver
+
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
   ./configure --prefix=/usr --with-contrib-plugins=all
   make
 }


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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 18:24:31
  Author: fyan
Revision: 137722

upgpkg: exim 4.86-1

Modified:
  exim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 16:21:37 UTC (rev 137721)
+++ PKGBUILD2015-08-02 16:24:31 UTC (rev 137722)
@@ -6,8 +6,8 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=exim
-pkgver=4.85
-pkgrel=2
+pkgver=4.86
+pkgrel=1
 pkgdesc='Message Transfer Agent'
 arch=('x86_64' 'i686')
 url='http://www.exim.org/'
@@ -27,7 +27,7 @@
 exim@.service
 exim.socket
 exim-submission.socket)
-md5sums=('ebae28762b6f125726283dc9434e8709'
+md5sums=('797f248ef3e0c0e2f178e915f88fc4e9'
  '4874006f0585253ddab027d441009757'
  'e18a535218718c5eb394ed5c9296fe06'
  '2675c17fa9e5bb63c0862fe6fa633377'


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 18:30:54
  Author: arodseth
Revision: 137726

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-02 16:27:33 UTC (rev 137725)
+++ PKGBUILD2015-08-02 16:30:54 UTC (rev 137726)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Chris Baker baker.chri...@gmail.com
-
-pkgbase=python-nltk
-pkgname=('python2-nltk' 'python-nltk')
-pkgver=3.0.4
-pkgrel=1
-pkgdesc='Natural language processing in Python'
-arch=('any')
-url='http://www.nltk.org/'
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=(git+https://github.com/nltk/nltk#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -r nltk nltk-py2
-  # python 2 fix
-  cd nltk-py2
-  find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} +
-}
-
-build() {
-  cd nltk
-  python setup.py build
-  cd $srcdir/nltk-py2
-  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
-  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
-  python2 setup.py install --root=$pkgdir --optimize=1
-}
-
-# getver: pypi.python.org/pypi/nltk
-# vim:set ts=2 sw=2 et:

Copied: python-nltk/repos/community-any/PKGBUILD (from rev 137725, 
python-nltk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-02 16:30:54 UTC (rev 137726)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Chris Baker baker.chri...@gmail.com
+
+pkgbase=python-nltk
+pkgname=('python2-nltk' 'python-nltk')
+pkgver=3.0.4
+pkgrel=1
+pkgdesc='Natural language processing in Python'
+arch=('any')
+url='http://www.nltk.org/'
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=(git+https://github.com/nltk/nltk#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -r nltk nltk-py2
+  # python 2 fix
+  cd nltk-py2
+  find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} +
+}
+
+build() {
+  cd nltk
+  python setup.py build
+  cd $srcdir/nltk-py2
+  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
+  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
+  python2 setup.py install --root=$pkgdir --optimize=1
+}
+
+# getver: pypi.python.org/pypi/nltk
+# vim:set ts=2 sw=2 et:


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 18:43:31
  Author: arodseth
Revision: 137727

Fix for FS#45777

Modified:
  bspwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 16:30:54 UTC (rev 137726)
+++ PKGBUILD2015-08-02 16:43:31 UTC (rev 137727)
@@ -4,7 +4,7 @@
 
 pkgname=bspwm
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=('x86_64' 'i686')
 url='https://github.com/baskerville/bspwm'
@@ -20,7 +20,7 @@
 md5sums=('SKIP')
 
 prepare() {
-  gendesk -f -n -wm --pkgname $pkgname --exec $pkgname
+  gendesk -f -n -wm --pkgname $pkgname --exec $pkgname-session
 }
 
 build() {
@@ -36,4 +36,5 @@
 $pkgdir/usr/share/xsessions/$pkgname.desktop
 }
 
+# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
 # vim:set ts=2 sw=2 et:


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 18:43:50
  Author: arodseth
Revision: 137728

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

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

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   39 -
 community-x86_64/PKGBUILD |   39 -
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 16:43:31 UTC (rev 137727)
+++ community-i686/PKGBUILD 2015-08-02 16:43:50 UTC (rev 137728)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Bastien Dejean nihilh...@gmail.com
-
-pkgname=bspwm
-pkgver=0.9
-pkgrel=1
-pkgdesc='Tiling window manager based on binary space partitioning'
-arch=('x86_64' 'i686')
-url='https://github.com/baskerville/bspwm'
-license=('custom:BSD')
-depends=('libxcb' 'xcb-util' 'xcb-util-wm')
-makedepends=('gendesk' 'git')
-optdepends=('sxhkd: to define keyboard and pointer bindings'
-'xtitle-git: for the example panel'
- 'sutils-git: for the example panel'
- 'bar-aint-recursive: for the example panel'
- 'terminus-font: for the example panel')
-source=(git://github.com/baskerville/$pkgname#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  gendesk -f -n -wm --pkgname $pkgname --exec $pkgname
-}
-
-build() {
-  make -C $pkgname PREFIX=/usr
-}
-
-package() {
-  cd $pkgname
-
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/xsessions/$pkgname.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bspwm/repos/community-i686/PKGBUILD (from rev 137727, 
bspwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 16:43:50 UTC (rev 137728)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=bspwm
+pkgver=0.9
+pkgrel=2
+pkgdesc='Tiling window manager based on binary space partitioning'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/bspwm'
+license=('custom:BSD')
+depends=('libxcb' 'xcb-util' 'xcb-util-wm')
+makedepends=('gendesk' 'git')
+optdepends=('sxhkd: to define keyboard and pointer bindings'
+'xtitle-git: for the example panel'
+ 'sutils-git: for the example panel'
+ 'bar-aint-recursive: for the example panel'
+ 'terminus-font: for the example panel')
+source=(git://github.com/baskerville/$pkgname#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  gendesk -f -n -wm --pkgname $pkgname --exec $pkgname-session
+}
+
+build() {
+  make -C $pkgname PREFIX=/usr
+}
+
+package() {
+  cd $pkgname
+
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/xsessions/$pkgname.desktop
+}
+
+# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-02 16:43:31 UTC (rev 137727)
+++ community-x86_64/PKGBUILD   2015-08-02 16:43:50 UTC (rev 137728)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Bastien Dejean nihilh...@gmail.com
-
-pkgname=bspwm
-pkgver=0.9
-pkgrel=1
-pkgdesc='Tiling window manager based on binary space partitioning'
-arch=('x86_64' 'i686')
-url='https://github.com/baskerville/bspwm'
-license=('custom:BSD')
-depends=('libxcb' 'xcb-util' 'xcb-util-wm')
-makedepends=('gendesk' 'git')
-optdepends=('sxhkd: to define keyboard and pointer bindings'
-'xtitle-git: for the example panel'
- 'sutils-git: for the example panel'
- 'bar-aint-recursive: for the example panel'
- 'terminus-font: for the example panel')
-source=(git://github.com/baskerville/$pkgname#tag=$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  gendesk -f -n -wm --pkgname $pkgname --exec $pkgname
-}
-
-build() {
-  make -C $pkgname PREFIX=/usr
-}
-
-package() {
-  cd $pkgname
-
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/xsessions/$pkgname.desktop
-}
-
-# vim:set ts=2 

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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 19:25:14
  Author: arodseth
Revision: 137737

upgpkg: powerdns-recursor 3.7.3-1

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 17:25:04 UTC (rev 137736)
+++ PKGBUILD2015-08-02 17:25:14 UTC (rev 137737)
@@ -4,14 +4,14 @@
 # Contributor: Jan Steffens hef...@archlinux.org
 
 pkgname=powerdns-recursor
-pkgver=3.7.2
-pkgrel=2
+pkgver=3.7.3
+pkgrel=1
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
 license=('GPL')
 arch=('x86_64' 'i686')
 depends=('gcc-libs' 'lua')
-makedepends=('boost')
+makedepends=('boost' 'inetutils')
 replaces=('pdns-recursor')
 provides=('pdns-recursor')
 conflicts=('pdns-recursor')
@@ -18,7 +18,7 @@
 backup=('etc/powerdns/recursor.conf')
 source=(http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2;
 'pdns-recursor.service')
-sha256sums=('1366bc1bed7c96fbd3926cf7a9e6d365c53b8a99182642debe1b2863dd015a7e'
+sha256sums=('859ca6071147dd2e2ac1b2a5c3d5c2cbff0f5cbc501660db4259e7cbf27fea11'
 'd4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
 
 build() {


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 19:25:04
  Author: arodseth
Revision: 137736

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

Added:
  botan/repos/community-i686/PKGBUILD
(from rev 137735, botan/trunk/PKGBUILD)
  botan/repos/community-i686/botan.key
(from rev 137735, botan/trunk/botan.key)
  botan/repos/community-x86_64/PKGBUILD
(from rev 137735, botan/trunk/PKGBUILD)
  botan/repos/community-x86_64/botan.key
(from rev 137735, botan/trunk/botan.key)
Deleted:
  botan/repos/community-i686/PKGBUILD
  botan/repos/community-i686/botan.key
  botan/repos/community-x86_64/PKGBUILD
  botan/repos/community-x86_64/botan.key

+
 /PKGBUILD  |   82 +++
 /botan.key |   70 
 community-i686/PKGBUILD|   46 
 community-i686/botan.key   |   35 --
 community-x86_64/PKGBUILD  |   46 
 community-x86_64/botan.key |   35 --
 6 files changed, 152 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 17:24:46 UTC (rev 137735)
+++ community-i686/PKGBUILD 2015-08-02 17:25:04 UTC (rev 137736)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: d'Ronin daro...@2600.com
-# Contributor: Hexchain Tong richard0...@gmail.com
-
-pkgname=botan
-pkgver=1.11.16
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh' 'asio')
-makedepends=('python2' 'asio')
-source=(http://botan.randombit.net/releases/Botan-${pkgver}.tgz{,.asc})
-sha256sums=('a31a4e5e874aee6d1a5242b153b4ad7d2b2dda575d30f857bd317110ae3c6a7c'
-'SKIP')
-validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution 
Key
-
-# To import the key: gpg --import botan.key
-
-prepare() {
-  cd Botan-$pkgver/src
-
-  # Use python2 for the installation scripts
-  find scripts -name '*.py' -exec sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-  cd Botan-$pkgver
-
-  python2 configure.py --prefix=/usr --enable-modules=cvc 
--destdir=$pkgdir/usr
-  make 
-}
-
-package() {
-  cd Botan-$pkgver
-
-  make DESTDIR=$pkgdir/usr install
-  find $pkgdir/usr/share/doc -type f -exec chmod 0644 {} \;
-  install -Dm644 doc/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-i686/PKGBUILD (from rev 137735, 
botan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 17:25:04 UTC (rev 137736)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: d'Ronin daro...@2600.com
+# Contributor: Hexchain Tong richard0...@gmail.com
+
+pkgname=botan
+pkgver=1.11.18
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh' 'asio')
+makedepends=('python2' 'asio' 'git')
+#source=(http://botan.randombit.net/releases/Botan-${pkgver}.tgz{,.asc})
+source=(git://github.com/randombit/botan.git#commit=8e19ecf11c)
+md5sums=('SKIP')
+# Botan Distribution Key. To import: gpg --import botan.key
+#validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
+
+prepare() {
+  # Use python2 for the installation scripts
+  find botan/src/scripts -name '*.py' -exec sed -i -e '1s,python$,python2,' {} 
+
+}
+
+build() {
+  cd botan
+  python2 configure.py --prefix=/usr --enable-modules=cvc 
--destdir=$pkgdir/usr
+  make
+}
+
+package() {
+  cd botan
+  make DESTDIR=$pkgdir/usr install
+  find $pkgdir/usr/share/doc -type f -exec chmod 0644 {} \;
+  install -Dm644 doc/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/botan.key
===
--- community-i686/botan.key2015-08-02 17:24:46 UTC (rev 137735)
+++ community-i686/botan.key2015-08-02 17:25:04 UTC (rev 137736)
@@ -1,35 +0,0 @@
-pub   2048R/EFBADFBC 2004-10-30
-  Key fingerprint = 621D AF64 11E1 851C 4CF9  A2E1 6211 EBF1 EFBA DFBC
-uid  Botan Distribution Key
-
--BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-mQELBEGD1j0BCADHxPJkPcjJE+4Dlisx2hVc0Dj6JI1MSLrkM8R+2bOhVUSferxP
-T1EMPhfrAdOHTAloyvRThJztnZsNKqfLL49GGcBLdEGAVNks1pG37Teze5Lx1XIu
-zJFrozL2sqBy5C6nHpFgd1tcD68Rah2wp0u2cR9owXf1IqKdEfuo661+MTv7wTB1

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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 19:25:31
  Author: arodseth
Revision: 137738

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

Added:
  powerdns-recursor/repos/community-i686/PKGBUILD
(from rev 137737, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-i686/pdns-recursor.service
(from rev 137737, powerdns-recursor/trunk/pdns-recursor.service)
  powerdns-recursor/repos/community-x86_64/PKGBUILD
(from rev 137737, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-x86_64/pdns-recursor.service
(from rev 137737, powerdns-recursor/trunk/pdns-recursor.service)
Deleted:
  powerdns-recursor/repos/community-i686/PKGBUILD
  powerdns-recursor/repos/community-i686/pdns-recursor.service
  powerdns-recursor/repos/community-x86_64/PKGBUILD
  powerdns-recursor/repos/community-x86_64/pdns-recursor.service

+
 /PKGBUILD  |   88 +++
 /pdns-recursor.service |   20 +++
 community-i686/PKGBUILD|   44 ---
 community-i686/pdns-recursor.service   |   10 ---
 community-x86_64/PKGBUILD  |   44 ---
 community-x86_64/pdns-recursor.service |   10 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 17:25:14 UTC (rev 137737)
+++ community-i686/PKGBUILD 2015-08-02 17:25:31 UTC (rev 137738)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Jan Steffens hef...@archlinux.org
-
-pkgname=powerdns-recursor
-pkgver=3.7.2
-pkgrel=2
-pkgdesc='Resolving DNS server'
-url='https://www.powerdns.com/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('gcc-libs' 'lua')
-makedepends=('boost')
-replaces=('pdns-recursor')
-provides=('pdns-recursor')
-conflicts=('pdns-recursor')
-backup=('etc/powerdns/recursor.conf')
-source=(http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2;
-'pdns-recursor.service')
-sha256sums=('1366bc1bed7c96fbd3926cf7a9e6d365c53b8a99182642debe1b2863dd015a7e'
-'d4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
-
-build() {
-  cd pdns-recursor-$pkgver
-
-  ./configure --prefix=/usr
-  make -j1 LUA=1 \
-LUA_CPPFLAGS_CONFIG=$(pkg-config --cflags lua) \
-LUA_LIBS_CONFIG=$(pkg-config --libs lua)
-}
-
-package() {
-  cd pdns-recursor-$pkgver
-
-  make SBINDIR=/usr/bin DESTDIR=$pkgdir install
-  mv $pkgdir/etc/powerdns/recursor.conf-dist \
-$pkgdir/etc/powerdns/recursor.conf
-  rm -r $pkgdir/etc/init.d
-  install -Dm644 $srcdir/pdns-recursor.service \
-$pkgdir/usr/lib/systemd/system/pdns-recursor.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: powerdns-recursor/repos/community-i686/PKGBUILD (from rev 137737, 
powerdns-recursor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 17:25:31 UTC (rev 137738)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Jan Steffens hef...@archlinux.org
+
+pkgname=powerdns-recursor
+pkgver=3.7.3
+pkgrel=1
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('gcc-libs' 'lua')
+makedepends=('boost' 'inetutils')
+replaces=('pdns-recursor')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2;
+'pdns-recursor.service')
+sha256sums=('859ca6071147dd2e2ac1b2a5c3d5c2cbff0f5cbc501660db4259e7cbf27fea11'
+'d4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
+
+build() {
+  cd pdns-recursor-$pkgver
+
+  ./configure --prefix=/usr
+  make -j1 LUA=1 \
+LUA_CPPFLAGS_CONFIG=$(pkg-config --cflags lua) \
+LUA_LIBS_CONFIG=$(pkg-config --libs lua)
+}
+
+package() {
+  cd pdns-recursor-$pkgver
+
+  make SBINDIR=/usr/bin DESTDIR=$pkgdir install
+  mv $pkgdir/etc/powerdns/recursor.conf-dist \
+$pkgdir/etc/powerdns/recursor.conf
+  rm -r $pkgdir/etc/init.d
+  install -Dm644 $srcdir/pdns-recursor.service \
+$pkgdir/usr/lib/systemd/system/pdns-recursor.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/pdns-recursor.service
===
--- community-i686/pdns-recursor.service2015-08-02 17:25:14 UTC (rev 
137737)
+++ community-i686/pdns-recursor.service2015-08-02 17:25:31 UTC (rev 
137738)
@@ -1,10 +0,0 @@
-[Unit]
-Description=PowerDNS resolving DNS server

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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 19:24:46
  Author: arodseth
Revision: 137735

upgpkg: botan 1.11.18-1

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 17:18:57 UTC (rev 137734)
+++ PKGBUILD2015-08-02 17:24:46 UTC (rev 137735)
@@ -6,7 +6,7 @@
 # Contributor: Hexchain Tong richard0...@gmail.com
 
 pkgname=botan
-pkgver=1.11.16
+pkgver=1.11.18
 pkgrel=1
 pkgdesc='Crypto library written in C++'
 license=('BSD')
@@ -13,31 +13,26 @@
 arch=('x86_64' 'i686')
 url='http://botan.randombit.net/'
 depends=('gcc-libs' 'sh' 'asio')
-makedepends=('python2' 'asio')
-source=(http://botan.randombit.net/releases/Botan-${pkgver}.tgz{,.asc})
-sha256sums=('a31a4e5e874aee6d1a5242b153b4ad7d2b2dda575d30f857bd317110ae3c6a7c'
-'SKIP')
-validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution 
Key
+makedepends=('python2' 'asio' 'git')
+#source=(http://botan.randombit.net/releases/Botan-${pkgver}.tgz{,.asc})
+source=(git://github.com/randombit/botan.git#commit=8e19ecf11c)
+md5sums=('SKIP')
+# Botan Distribution Key. To import: gpg --import botan.key
+#validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
 
-# To import the key: gpg --import botan.key
-
 prepare() {
-  cd Botan-$pkgver/src
-
   # Use python2 for the installation scripts
-  find scripts -name '*.py' -exec sed -i -e '1s,python$,python2,' {} +
+  find botan/src/scripts -name '*.py' -exec sed -i -e '1s,python$,python2,' {} 
+
 }
 
 build() {
-  cd Botan-$pkgver
-
+  cd botan
   python2 configure.py --prefix=/usr --enable-modules=cvc 
--destdir=$pkgdir/usr
-  make 
+  make
 }
 
 package() {
-  cd Botan-$pkgver
-
+  cd botan
   make DESTDIR=$pkgdir/usr install
   find $pkgdir/usr/share/doc -type f -exec chmod 0644 {} \;
   install -Dm644 doc/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 19:47:24
  Author: arodseth
Revision: 137739

upgpkg: bibletime 2.10.1-4

Modified:
  bibletime/trunk/PKGBUILD

--+
 PKGBUILD |   37 +++--
 1 file changed, 19 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 17:25:31 UTC (rev 137738)
+++ PKGBUILD2015-08-02 17:47:24 UTC (rev 137739)
@@ -1,37 +1,38 @@
 # $Id$
 # Maintainer: Felix Yan felixonm...@archlinux.org
+# Maintainer: Alexander F Rødseth xypr...@archlinux.org
 # Contributor: SanskritFritz (gmail)
-# Contributor: Alexander Rødseth rods...@gmail.com
 # Contributor: Tobias T. OldShatterhand at gmx-topmail dot de
 
 pkgname=bibletime
 pkgver=2.10.1
-pkgrel=3
-pkgdesc=Bible study tool for KDE4.
+pkgrel=4
+pkgdesc='Bible study tool'
 arch=('x86_64' 'i686')
-url=http://www.bibletime.info/;
+url='http://www.bibletime.info/'
 license=('GPL2')
 depends=('sword' 'openssl' 'clucene' 'qtwebkit')
-makedepends=('cmake')
-install=$pkgname.install
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.xz;)
-md5sums=('ef4d189d53fd1608c56f4827947ffcf0')
+makedepends=('cmake' 'git')
+install=$pkgname.install
+source=(git://github.com/bibletime/bibletime.git#tag=v$pkgver)
+md5sums=('SKIP')
 
 build() {
-   mkdir $srcdir/$pkgname-$pkgver/build_dir
-   cd $srcdir/$pkgname-$pkgver/build_dir
+   mkdir -p $pkgname/build_dir
+   cd $pkgname/build_dir
 
CXXFLAGS+= -fpermissive
-   cmake   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-   -DBT_FORCE_USE_QT4=TRUE \
-   ..
-
+   cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+  -DBT_FORCE_USE_QT4=TRUE \
+  ..
make
 }
 
 package() {
-   cd $srcdir/$pkgname-$pkgver/build_dir
-   make DESTDIR=$pkgdir install
+   make -C $pkgname/build_dir DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 19:47:42
  Author: arodseth
Revision: 137740

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

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

+
 /PKGBUILD  |   76 +++
 /bibletime.install |   26 +++
 community-i686/PKGBUILD|   37 -
 community-i686/bibletime.install   |   13 -
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/bibletime.install |   13 -
 6 files changed, 102 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 17:47:24 UTC (rev 137739)
+++ community-i686/PKGBUILD 2015-08-02 17:47:42 UTC (rev 137740)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: SanskritFritz (gmail)
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias T. OldShatterhand at gmx-topmail dot de
-
-pkgname=bibletime
-pkgver=2.10.1
-pkgrel=3
-pkgdesc=Bible study tool for KDE4.
-arch=('x86_64' 'i686')
-url=http://www.bibletime.info/;
-license=('GPL2')
-depends=('sword' 'openssl' 'clucene' 'qtwebkit')
-makedepends=('cmake')
-install=$pkgname.install
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.xz;)
-md5sums=('ef4d189d53fd1608c56f4827947ffcf0')
-
-build() {
-   mkdir $srcdir/$pkgname-$pkgver/build_dir
-   cd $srcdir/$pkgname-$pkgver/build_dir
-
-   CXXFLAGS+= -fpermissive
-   cmake   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-   -DBT_FORCE_USE_QT4=TRUE \
-   ..
-
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver/build_dir
-   make DESTDIR=$pkgdir install
-}

Copied: bibletime/repos/community-i686/PKGBUILD (from rev 137739, 
bibletime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 17:47:42 UTC (rev 137740)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Maintainer: Alexander F Rødseth xypr...@archlinux.org
+# Contributor: SanskritFritz (gmail)
+# Contributor: Tobias T. OldShatterhand at gmx-topmail dot de
+
+pkgname=bibletime
+pkgver=2.10.1
+pkgrel=4
+pkgdesc='Bible study tool'
+arch=('x86_64' 'i686')
+url='http://www.bibletime.info/'
+license=('GPL2')
+depends=('sword' 'openssl' 'clucene' 'qtwebkit')
+makedepends=('cmake' 'git')
+install=$pkgname.install
+source=(git://github.com/bibletime/bibletime.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+   mkdir -p $pkgname/build_dir
+   cd $pkgname/build_dir
+
+   CXXFLAGS+= -fpermissive
+   cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+  -DBT_FORCE_USE_QT4=TRUE \
+  ..
+   make
+}
+
+package() {
+   make -C $pkgname/build_dir DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/bibletime.install
===
--- community-i686/bibletime.install2015-08-02 17:47:24 UTC (rev 137739)
+++ community-i686/bibletime.install2015-08-02 17:47:42 UTC (rev 137740)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bibletime/repos/community-i686/bibletime.install (from rev 137739, 
bibletime/trunk/bibletime.install)
===
--- community-i686/bibletime.install(rev 0)
+++ community-i686/bibletime.install2015-08-02 17:47:42 UTC (rev 137740)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-02 17:47:24 UTC (rev 137739)
+++ community-x86_64/PKGBUILD   2015-08-02 17:47:42 UTC (rev 137740)
@@ -1,37 +0,0 @@
-# $Id$
-# 

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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 14:18:47
  Author: fyan
Revision: 242927

upgpkg: libidn 1.32-1

upstream new release (CVE-2015-2059, FS#45861)

Modified:
  libidn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 10:14:42 UTC (rev 242926)
+++ PKGBUILD2015-08-02 12:18:47 UTC (rev 242927)
@@ -4,7 +4,7 @@
 # Contributor: Eric Johnson eric.archlinux.org
 
 pkgname=libidn
-pkgver=1.30
+pkgver=1.32
 pkgrel=1
 pkgdesc=Implementation of the Stringprep, Punycode and IDNA specifications
 url=http://www.gnu.org/software/libidn/;
@@ -13,7 +13,7 @@
 depends=('glibc' 'texinfo')
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 install=libidn.install
-sha1sums=('557e1e37f0978e975b21bcdc243c198cb708bb75')
+sha1sums=('ddd018611b98af7c67d434aa42d15d39f45129f5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-08-02 Thread Jelle van der Waa
Date: Sunday, August 2, 2015 @ 14:32:50
  Author: jelle
Revision: 137697

upgpkg: python-scipy 0.16.0-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 12:23:56 UTC (rev 137696)
+++ PKGBUILD2015-08-02 12:32:50 UTC (rev 137697)
@@ -6,8 +6,8 @@
 # Contributor: Andrzej Giniewicz ggi...@gmail.com
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.15.1
-pkgrel=2
+pkgver=0.16.0
+pkgrel=1
 pkgdesc=SciPy is open-source software for mathematics, science, and 
engineering.
 arch=('i686' 'x86_64')
 url=http://www.scipy.org/;
@@ -15,8 +15,8 @@
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 
source=(https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('9F8C0817E257343E841DF83DE814316FB3B4A560')
-md5sums=('be56cd8e60591d6332aac792a5880110'
+validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
+md5sums=('eb95dda0f36cc3096673993a350cde77'
  'SKIP')
 
 build() {


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

2015-08-02 Thread Jelle van der Waa
Date: Sunday, August 2, 2015 @ 14:33:00
  Author: jelle
Revision: 137698

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  186 ++---
 1 file changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-02 12:32:50 UTC (rev 137697)
+++ PKGBUILD2015-08-02 12:33:00 UTC (rev 137698)
@@ -1,93 +0,0 @@
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Bodor Dávid Gábor david.gabor.bo...@gmail.com
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-
-pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.15.1
-pkgrel=2
-pkgdesc=SciPy is open-source software for mathematics, science, and 
engineering.
-arch=('i686' 'x86_64')
-url=http://www.scipy.org/;
-license=('BSD')
-makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=(https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('9F8C0817E257343E841DF83DE814316FB3B4A560')
-md5sums=('be56cd8e60591d6332aac792a5880110'
- 'SKIP')
-
-build() {
-  export LDFLAGS=-Wall -shared
-
-  # 2 builds
-  cp -r scipy-${pkgver} scipy-${pkgver}-py2
-
-  # build for python3
-  cd scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 build
-
-  # build for python2
-  cd ../scipy-${pkgver}-py2
-
-  for file in $(find . -name '*.py' -print); do
-   sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-   sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py config_fc --fcompiler=gnu95 build
-}
-
-check() {
-  # we need to do a temp install so we can import scipy
-  # also, the tests must not be run from the scipy source directory
-  export LDFLAGS=-Wall -shared
-
-  cd ${srcdir}/scipy-${pkgver}
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.4/site-packages
-  cd ${srcdir}
-  python -c from scipy import test; test('full')
-
-  cd ${srcdir}/scipy-${pkgver}-py2
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python2.7/site-packages
-  cd ${srcdir}
-  python2 -c from scipy import test; test('full')
-}
-
-package_python-scipy() {
-  depends=('python-numpy')
-  provides=('python3-scipy' 'scipy')
-  optdepends=('python-pillow: for image saving module')
-
-  cd scipy-${pkgver}
-  export LDFLAGS=-Wall -shared
-
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-${pkgdir}/usr/share/licenses/python-scipy/LICENSE
-}
-
-package_python2-scipy() {
-  depends=('python2-numpy')
-  optdepends=('python2-pillow: for image saving module')
-  conflicts=('python-scipy0.9.0')
-
-  cd scipy-${pkgver}-py2
-  export LDFLAGS=-Wall -shared
-
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-${pkgdir}/usr/share/licenses/python2-scipy/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-scipy/repos/community-x86_64/PKGBUILD (from rev 137697, 
python-scipy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-02 12:33:00 UTC (rev 137698)
@@ -0,0 +1,93 @@
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Bodor Dávid Gábor david.gabor.bo...@gmail.com
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=('python-scipy' 'python2-scipy')
+pkgver=0.16.0
+pkgrel=1
+pkgdesc=SciPy is open-source software for mathematics, science, and 
engineering.
+arch=('i686' 'x86_64')
+url=http://www.scipy.org/;
+license=('BSD')
+makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=(https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('BFE95DF198689E30AFF4A1CDEDBEA378BF1A5EBD')
+md5sums=('eb95dda0f36cc3096673993a350cde77'
+ 'SKIP')
+
+build() {
+  export LDFLAGS=-Wall -shared
+
+  # 2 builds
+  cp -r scipy-${pkgver} scipy-${pkgver}-py2
+
+  # build for python3

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

2015-08-02 Thread Jaroslav Lichtblau
Date: Sunday, August 2, 2015 @ 16:39:22
  Author: jlichtblau
Revision: 137701

upgpkg: syncthing 0.11.18-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 14:26:16 UTC (rev 137700)
+++ PKGBUILD2015-08-02 14:39:22 UTC (rev 137701)
@@ -6,7 +6,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.11.17
+pkgver=0.11.18
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
@@ -19,7 +19,7 @@
 
 prepare() {
   cd ${srcdir}
-  mkdir -p src/github.com/syncthing
+  install -d src/github.com/syncthing
   mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
 }
 


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

2015-08-02 Thread Jaroslav Lichtblau
Date: Sunday, August 2, 2015 @ 16:40:11
  Author: jlichtblau
Revision: 137702

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 14:39:22 UTC (rev 137701)
+++ community-i686/PKGBUILD 2015-08-02 14:40:11 UTC (rev 137702)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.11.17
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd ${srcdir}
-  mkdir -p src/github.com/syncthing
-  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  if [ ${CARCH} == i686 ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH} == x86_64 ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#  go run build.go -no-upgrade test
-}
-
-package() {
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-  install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-  install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-
-# license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}/man
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 137701, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 14:40:11 UTC (rev 137702)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.11.18
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd ${srcdir}
+  install -d src/github.com/syncthing
+  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  if [ ${CARCH} == i686 ] ; then
+  go run build.go -no-upgrade -goarch 386 build
+  if [ ${CARCH} == x86_64 ] ; then
+  go run build.go -no-upgrade -goarch amd64 build
+  else
+  go run build.go -no-upgrade build
+  fi
+}
+
+check() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+#  go run build.go -no-upgrade test
+}
+
+package() {
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
+  install -Dm644 

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

2015-08-02 Thread Jaroslav Lichtblau
Date: Sunday, August 2, 2015 @ 16:50:26
  Author: jlichtblau
Revision: 137703

upgpkg: python-pyproj 1.9.4-1 - new upstream release

Modified:
  python-pyproj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 14:40:11 UTC (rev 137702)
+++ PKGBUILD2015-08-02 14:50:26 UTC (rev 137703)
@@ -4,19 +4,19 @@
 
 pkgbase=python-pyproj
 pkgname=('python-pyproj' 'python2-pyproj')
-pkgver=1.9.3
-pkgrel=5
+pkgver=1.9.4
+pkgrel=1
 pkgdesc=Python interfaces to PROJ.4 library
 arch=('i686' 'x86_64')
-url=http://code.google.com/p/pyproj;
+url=http://jswhit.github.io/pyproj/;
 license=('custom')
 makedepends=('python' 'python2')
-source=(http://pyproj.googlecode.com/files/pyproj-${pkgver}.tar.gz)
-sha1sums=('3f290241e113ea63d0487a48e7e054cc1c3e19f8')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jswhit/pyproj/archive/v${pkgver}rel.tar.gz)
+sha256sums=('b820fa1d52be82469571cd167f533b7d621342818cb971b4a13d8d0c2e454f48')
 
 prepare() {
   cd ${srcdir}
-  cp -a pyproj-${pkgver}{,-python2}
+  cp -a pyproj-${pkgver}rel{,-python2}
 }
 
 build() {
@@ -23,11 +23,11 @@
   cd ${srcdir}
 
 # Build python 3 module
-  cd pyproj-${pkgver}
+  cd pyproj-${pkgver}rel
   python3 setup.py build
 
 # Build python 2 module
-  cd ../pyproj-${pkgver}-python2
+  cd ../pyproj-${pkgver}rel-python2
   python2 setup.py build
 }
 
@@ -34,7 +34,7 @@
 package_python-pyproj() {
   depends=('proj' 'python=3.4')
 
-  cd ${srcdir}/pyproj-${pkgver}
+  cd ${srcdir}/pyproj-${pkgver}rel
   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
 
   install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
@@ -45,7 +45,7 @@
   depends=('proj' 'python2=2.7')
   replaces=('pyproj')
 
-  cd ${srcdir}/pyproj-${pkgver}-python2
+  cd ${srcdir}/pyproj-${pkgver}rel-python2
   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
 
   install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}


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

2015-08-02 Thread Jaroslav Lichtblau
Date: Sunday, August 2, 2015 @ 16:50:45
  Author: jlichtblau
Revision: 137704

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 14:50:26 UTC (rev 137703)
+++ community-i686/PKGBUILD 2015-08-02 14:50:45 UTC (rev 137704)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-pkgbase=python-pyproj
-pkgname=('python-pyproj' 'python2-pyproj')
-pkgver=1.9.3
-pkgrel=5
-pkgdesc=Python interfaces to PROJ.4 library
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/pyproj;
-license=('custom')
-makedepends=('python' 'python2')
-source=(http://pyproj.googlecode.com/files/pyproj-${pkgver}.tar.gz)
-sha1sums=('3f290241e113ea63d0487a48e7e054cc1c3e19f8')
-
-prepare() {
-  cd ${srcdir}
-  cp -a pyproj-${pkgver}{,-python2}
-}
-
-build() {
-  cd ${srcdir}
-
-# Build python 3 module
-  cd pyproj-${pkgver}
-  python3 setup.py build
-
-# Build python 2 module
-  cd ../pyproj-${pkgver}-python2
-  python2 setup.py build
-}
-
-package_python-pyproj() {
-  depends=('proj' 'python=3.4')
-
-  cd ${srcdir}/pyproj-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE_proj4 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-pyproj() {
-  depends=('proj' 'python2=2.7')
-  replaces=('pyproj')
-
-  cd ${srcdir}/pyproj-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE_proj4 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-pyproj/repos/community-i686/PKGBUILD (from rev 137703, 
python-pyproj/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 14:50:45 UTC (rev 137704)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pyproj
+pkgname=('python-pyproj' 'python2-pyproj')
+pkgver=1.9.4
+pkgrel=1
+pkgdesc=Python interfaces to PROJ.4 library
+arch=('i686' 'x86_64')
+url=http://jswhit.github.io/pyproj/;
+license=('custom')
+makedepends=('python' 'python2')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jswhit/pyproj/archive/v${pkgver}rel.tar.gz)
+sha256sums=('b820fa1d52be82469571cd167f533b7d621342818cb971b4a13d8d0c2e454f48')
+
+prepare() {
+  cd ${srcdir}
+  cp -a pyproj-${pkgver}rel{,-python2}
+}
+
+build() {
+  cd ${srcdir}
+
+# Build python 3 module
+  cd pyproj-${pkgver}rel
+  python3 setup.py build
+
+# Build python 2 module
+  cd ../pyproj-${pkgver}rel-python2
+  python2 setup.py build
+}
+
+package_python-pyproj() {
+  depends=('proj' 'python=3.4')
+
+  cd ${srcdir}/pyproj-${pkgver}rel
+  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE_proj4 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyproj() {
+  depends=('proj' 'python2=2.7')
+  replaces=('pyproj')
+
+  cd ${srcdir}/pyproj-${pkgver}rel-python2
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE_proj4 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-02 14:50:26 UTC (rev 137703)
+++ community-x86_64/PKGBUILD   2015-08-02 14:50:45 UTC (rev 137704)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-pkgbase=python-pyproj
-pkgname=('python-pyproj' 'python2-pyproj')
-pkgver=1.9.3
-pkgrel=5
-pkgdesc=Python interfaces to PROJ.4 library
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/pyproj;
-license=('custom')
-makedepends=('python' 'python2')
-source=(http://pyproj.googlecode.com/files/pyproj-${pkgver}.tar.gz)

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

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 17:24:32
  Author: fyan
Revision: 242929

upgpkg: iso-codes 3.60-1

Modified:
  iso-codes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 12:19:07 UTC (rev 242928)
+++ PKGBUILD2015-08-02 15:24:32 UTC (rev 242929)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=iso-codes
-pkgver=3.57
+pkgver=3.60
 pkgrel=1
 pkgdesc=Lists of the country, language, and currency names
 arch=('any')
@@ -9,9 +9,10 @@
 url=http://pkg-isocodes.alioth.debian.org/;
 license=('LGPL')
 
source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('ea67bb8f94063816d96c972bd00f7720'
+md5sums=('875cc8e1b7e89150b0ade59a988980ea'
  'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0')  # Tobias Quathamer
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in iso-codes/repos (testing-any testing-any/PKGBUILD)

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 17:24:45
  Author: fyan
Revision: 242930

archrelease: copy trunk to testing-any

Added:
  iso-codes/repos/testing-any/
  iso-codes/repos/testing-any/PKGBUILD
(from rev 242929, iso-codes/trunk/PKGBUILD)

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

Copied: iso-codes/repos/testing-any/PKGBUILD (from rev 242929, 
iso-codes/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-08-02 15:24:45 UTC (rev 242930)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.60
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('875cc8e1b7e89150b0ade59a988980ea'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0'
+  'D1CB8F39BC5DED24C5D2C78C1302F1F036EBEB19')  # Tobias Quathamer
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
+}
+


[arch-commits] Commit in libreoffice-fresh/trunk (PKGBUILD.50)

2015-08-02 Thread Andreas Radke
Date: Sunday, August 2, 2015 @ 17:38:40
  Author: andyrtr
Revision: 242931

prepare next major release

Modified:
  libreoffice-fresh/trunk/PKGBUILD.50

-+
 PKGBUILD.50 |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD.50
===
--- PKGBUILD.50 2015-08-02 15:24:45 UTC (rev 242930)
+++ PKGBUILD.50 2015-08-02 15:38:40 UTC (rev 242931)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=5.0.0.1
+_LOver=5.0.0.5
 pkgver=5.0.0
-pkgrel=0.5 # RC1
+pkgrel=0.6 # RC5
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -49,7 +49,7 @@

${_additional_source_url}/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2

${_additional_source_url}/7681383be6ce489d84c1c74f4e7f9643-liborcus-0.7.0.tar.bz2

${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   ${_additional_source_url}/language-subtag-registry-2014-12-03.tar.bz2
+   ${_additional_source_url}/language-subtag-registry-2015-06-08.tar.bz2

${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2

${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
@@ -84,7 +84,7 @@
10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
7681383be6ce489d84c1c74f4e7f9643-liborcus-0.7.0.tar.bz2
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   language-subtag-registry-2014-12-03.tar.bz2
+   language-subtag-registry-2015-06-08.tar.bz2
4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
OpenCOLLADA-master-6509aa13af.tar.bz2
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
@@ -97,11 +97,11 @@
36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) bu...@documentfoundation.org
-md5sums=('a2639d07cbb5a5096aa3d59f34226d93'
+md5sums=('e8e79a7706fd22416d5f3b58195b0ee7'
  'SKIP'
- 'd82828c069520effc290197e0ddf22a4'
+ '029d47223caa6dc8c66817ed76f4c3a2'
  'SKIP'
- '7cf68643be6c0e0da7f9e0ba50c90be9'
+ '232bbb0e98de27f9fd3500e9d7558176'
  'SKIP'
  'd6eef4b4cacb2183f2bf265a5a03a354'
  '1f24ab1d39f4a51faf22244c94a6203f'
@@ -124,7 +124,7 @@
  '10d61fbaa6a06348823651b1bd7940fe'
  '7681383be6ce489d84c1c74f4e7f9643'
  '0168229624cfac409e766913506961a8'
- '0f2677ec23bb43ddc7355d1b4cc8ed45'
+ 'd431bd8a70455be1fa8523fa633c005b'
  '4b87018f7fff1d054939d19920b751a0'
  '4ca8a6ef0afeefc864e9ef21b9f14bd6'
  '17410483b5b5f267aa18b7e00b65e6e0'


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

2015-08-02 Thread speps
Date: Monday, August 3, 2015 @ 00:10:29
  Author: speps
Revision: 137750

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

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

+
 /PKGBUILD  |   72 +++
 /guitarix2.install |   22 ++
 community-i686/PKGBUILD|   36 -
 community-i686/guitarix2.install   |   11 -
 community-x86_64/PKGBUILD  |   36 -
 community-x86_64/guitarix2.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 22:10:01 UTC (rev 137749)
+++ community-i686/PKGBUILD 2015-08-02 22:10:29 UTC (rev 137750)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=guitarix2
-pkgver=0.32.3
-pkgrel=2
-pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
-arch=('i686' 'x86_64')
-url=http://guitarix.sourceforge.net/;
-license=('GPL')
-depends=('gtkmm' 'librsvg' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
- 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
-makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
-optdepends=('meterbridge: sound meters')
-provides=('guitarix' 'gx_head')
-conflicts=('guitarix' 'gx_head')
-replaces=('guitarix' 'gx_head')
-install=$pkgname.install
-source=(http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
-md5sums=('fb0a853acf40aa8a26f0abe5f224989a')
-
-build() {
-  cd guitarix-$pkgver
-  python waf configure --prefix=/usr \
---no-desktop-update \
---no-ldconfig \
---no-faust \
---shared-lib \
---lib-dev
-  python waf build
-}
-
-package() {
-  cd guitarix-$pkgver
-  python waf install --destdir=$pkgdir
-}

Copied: guitarix2/repos/community-i686/PKGBUILD (from rev 137749, 
guitarix2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 22:10:29 UTC (rev 137750)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=guitarix2
+pkgver=0.33.0
+pkgrel=1
+pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
+arch=('i686' 'x86_64')
+url=http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install=$pkgname.install
+source=(http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
+md5sums=('a60b695df6a73ba9d49b82b61f2af6b1')
+
+build() {
+  cd guitarix-$pkgver
+  python waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python waf install --destdir=$pkgdir
+}

Deleted: community-i686/guitarix2.install
===
--- community-i686/guitarix2.install2015-08-02 22:10:01 UTC (rev 137749)
+++ community-i686/guitarix2.install2015-08-02 22:10:29 UTC (rev 137750)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: guitarix2/repos/community-i686/guitarix2.install (from rev 137749, 
guitarix2/trunk/guitarix2.install)
===
--- community-i686/guitarix2.install(rev 0)
+++ community-i686/guitarix2.install2015-08-02 22:10:29 UTC (rev 137750)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD

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

2015-08-02 Thread speps
Date: Monday, August 3, 2015 @ 00:10:01
  Author: speps
Revision: 137749

upgpkg: guitarix2 0.33.0-1

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 20:10:05 UTC (rev 137748)
+++ PKGBUILD2015-08-02 22:10:01 UTC (rev 137749)
@@ -2,13 +2,13 @@
 # Maintainer: speps speps at aur dot archlinux dot org
 
 pkgname=guitarix2
-pkgver=0.32.3
-pkgrel=2
+pkgver=0.33.0
+pkgrel=1
 pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
 arch=('i686' 'x86_64')
 url=http://guitarix.sourceforge.net/;
 license=('GPL')
-depends=('gtkmm' 'librsvg' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
+depends=('gtkmm' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
  'zita-convolver' 'zita-resampler' 'desktop-file-utils')
 makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
 optdepends=('meterbridge: sound meters')
@@ -17,7 +17,7 @@
 replaces=('guitarix' 'gx_head')
 install=$pkgname.install
 
source=(http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
-md5sums=('fb0a853acf40aa8a26f0abe5f224989a')
+md5sums=('a60b695df6a73ba9d49b82b61f2af6b1')
 
 build() {
   cd guitarix-$pkgver


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

2015-08-02 Thread Ray Rashif
Date: Sunday, August 2, 2015 @ 22:10:05
  Author: schiv
Revision: 137748

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

Added:
  linuxsampler/repos/community-i686/PKGBUILD
(from rev 137747, linuxsampler/trunk/PKGBUILD)
  linuxsampler/repos/community-i686/license.txt
(from rev 137747, linuxsampler/trunk/license.txt)
  linuxsampler/repos/community-x86_64/PKGBUILD
(from rev 137747, linuxsampler/trunk/PKGBUILD)
  linuxsampler/repos/community-x86_64/license.txt
(from rev 137747, linuxsampler/trunk/license.txt)
Deleted:
  linuxsampler/repos/community-i686/PKGBUILD
  linuxsampler/repos/community-i686/license.txt
  linuxsampler/repos/community-x86_64/PKGBUILD
  linuxsampler/repos/community-x86_64/license.txt

--+
 /PKGBUILD|   88 +
 /license.txt |   14 ++
 community-i686/PKGBUILD  |   42 ---
 community-i686/license.txt   |7 ---
 community-x86_64/PKGBUILD|   42 ---
 community-x86_64/license.txt |7 ---
 6 files changed, 102 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 20:09:54 UTC (rev 137747)
+++ community-i686/PKGBUILD 2015-08-02 20:10:05 UTC (rev 137748)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: svoufff svoufff at gmail dot com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=linuxsampler
-pkgver=2.0.0
-pkgrel=2
-pkgdesc=Professional-grade audio sampler alternative to Gigasampler
-arch=('i686' 'x86_64')
-url=http://www.linuxsampler.org/;
-license=('GPL' 'custom:exception')
-depends=('libgig=4' 'jack' 'sqlite')
-makedepends=('ladspa' 'dssi' 'lv2') # ladspa is a header dep of dssi
-options=('libtool') # do NOT slay libtool; required by gigedit
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2;
-'license.txt')
-md5sums=('ddf4208c9b23f8832ad15c2adf974140'
- '746c1421eb9f6812b5fa411bfb923c75')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install GPL exception statement
-  install -Dm644 $srcdir/license.txt \
-$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION
-
-  # lscp bin conflicts with lscp from nilfs-utils
-  # see https://bugs.archlinux.org/task/45827
-  mv $pkgdir/usr/bin/lscp $pkgdir/usr/bin/lscp-lsampler
-}
-
-# vim:set ts=2 sw=2 et:

Copied: linuxsampler/repos/community-i686/PKGBUILD (from rev 137747, 
linuxsampler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 20:10:05 UTC (rev 137748)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: svoufff svoufff at gmail dot com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=linuxsampler
+pkgver=2.0.0
+pkgrel=3
+pkgdesc=Professional-grade audio sampler alternative to Gigasampler
+arch=('i686' 'x86_64')
+url=http://www.linuxsampler.org/;
+license=('GPL' 'custom:exception')
+depends=('libgig=4' 'jack' 'sqlite')
+makedepends=('ladspa' 'dssi' 'lv2') # ladspa is a header dep of dssi
+options=('libtool') # do NOT slay libtool; required by gigedit
+source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2;
+'license.txt')
+md5sums=('ddf4208c9b23f8832ad15c2adf974140'
+ '746c1421eb9f6812b5fa411bfb923c75')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install GPL exception statement
+  install -Dm644 $srcdir/license.txt \
+$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION
+
+  # lscp files conflict with nilfs-utils
+  # see https://bugs.archlinux.org/task/45827
+  mv $pkgdir/usr/bin/lscp $pkgdir/usr/bin/lscp-linuxsampler
+  mv $pkgdir/usr/share/man/man1/lscp.1 \
+$pkgdir/usr/share/man/man1/lscp-linuxsampler.1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/license.txt
===
--- community-i686/license.txt  2015-08-02 20:09:54 UTC (rev 137747)
+++ community-i686/license.txt  2015-08-02 20:10:05 UTC (rev 137748)
@@ -1,7 +0,0 @@
-LinuxSampler is licensed under the GNU GPL with the exception that
-USAGE of the source code, libraries and applications
-FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without
-prior written permission by the LinuxSampler authors.
-
-If you have questions on the subject, that are not yet covered by
-the FAQ, please contact us.

Copied: linuxsampler/repos/community-i686/license.txt (from rev 137747, 
linuxsampler/trunk/license.txt)

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

2015-08-02 Thread Ray Rashif
Date: Sunday, August 2, 2015 @ 22:09:54
  Author: schiv
Revision: 137747

upgpkg: linuxsampler 2.0.0-3

fix for FS#45827 proper

Modified:
  linuxsampler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 17:57:51 UTC (rev 137746)
+++ PKGBUILD2015-08-02 20:09:54 UTC (rev 137747)
@@ -5,7 +5,7 @@
 
 pkgname=linuxsampler
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Professional-grade audio sampler alternative to Gigasampler
 arch=('i686' 'x86_64')
 url=http://www.linuxsampler.org/;
@@ -34,9 +34,11 @@
   install -Dm644 $srcdir/license.txt \
 $pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION
 
-  # lscp bin conflicts with lscp from nilfs-utils
+  # lscp files conflict with nilfs-utils
   # see https://bugs.archlinux.org/task/45827
-  mv $pkgdir/usr/bin/lscp $pkgdir/usr/bin/lscp-lsampler
+  mv $pkgdir/usr/bin/lscp $pkgdir/usr/bin/lscp-linuxsampler
+  mv $pkgdir/usr/share/man/man1/lscp.1 \
+$pkgdir/usr/share/man/man1/lscp-linuxsampler.1
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-08-02 Thread Daniel Micay
Date: Monday, August 3, 2015 @ 07:55:31
  Author: thestinger
Revision: 137775

fix typo

Modified:
  ncrack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 05:03:43 UTC (rev 137774)
+++ PKGBUILD2015-08-03 05:55:31 UTC (rev 137775)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Daniel Micay daneilmi...@gmail.com
+# Maintainer: Daniel Micay danielmi...@gmail.com
 # Contributor: mickael9 mickael9 at gmail dot com
 
 pkgname=ncrack


  1   2   >