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

2015-08-07 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 08:03:08
  Author: fyan
Revision: 138113

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-08 06:02:47 UTC (rev 138112)
+++ PKGBUILD2015-08-08 06:03:08 UTC (rev 138113)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-pkgname=('python-keyring' 'python2-keyring')
-pkgver=5.3
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="http://pypi.python.org/pypi/keyring";
-license=('PSF' 'MIT')
-source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.zip";)
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
-  'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
-  'kdebindings-python' 'kdebindings-python2' 'python2-gdata')
-md5sums=('fd50a2be4a44a78efb09a7c046b6410d')
-
-prepare() {
-  cp -a keyring-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/keyring-$pkgver"
-  py.test
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  py.test2
-}
-
-package_python-keyring() {
-  depends=('python-setuptools')
-  optdepends=('libgnome-keyring: Gnome integration'
-'python-gobject: Gnome integration'
-'kdebindings-python: Kde integration'
-'python-crypto: CLI keyring'
-'python-secretstorage: SecretService DBus API (GNOME/KDE)')
-
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-keyring() {
-  depends=('python2-setuptools')
-  optdepends=('libgnome-keyring: Gnome integration'
-'python2-gobject: Gnome integration'
-'kdebindings-python2: Kde integration'
-'python2-crypto: CLI keyring'
-'python2-secretstorage: SecretService DBus API (GNOME/KDE)')
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv "$pkgdir"/usr/bin/keyring{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 138112, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-08 06:03:08 UTC (rev 138113)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+pkgname=('python-keyring' 'python2-keyring')
+pkgver=5.4
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="http://pypi.python.org/pypi/keyring";
+license=('PSF' 'MIT')
+source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz";)
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
+  'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
+  'kdebindings-python' 'kdebindings-python2' 'python2-gdata' 
'python-fs' 'python2-fs')
+md5sums=('ed60cc006c1bc629bf92e100cca952ea')
+
+prepare() {
+  cp -a keyring-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Not using ptr because we are not packaging keyczar
+
+  cd "$srcdir/keyring-$pkgver"
+  py.test
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  py.test2
+}
+
+package_python-keyring() {
+  depends=('python-setuptools')
+  optdepends=('libgnome-keyring: Gnome integration'
+'python-gobject: Gnome integration'
+'kdebindings-python: Kde integration'
+'python-crypto: CLI keyring'
+'python-secretstorage: SecretService DBus API (GNOME/KDE)')
+
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+package_python2-keyring() {
+  depends=('python2-setuptools')
+  optdepends=('libgnome-keyring: Gnome integration'
+'python2-gobject: Gnome integration'
+

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

2015-08-07 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 08:02:47
  Author: fyan
Revision: 138112

upgpkg: python-keyring 5.4-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 05:52:36 UTC (rev 138111)
+++ PKGBUILD2015-08-08 06:02:47 UTC (rev 138112)
@@ -8,18 +8,18 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=5.3
+pkgver=5.4
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
 url="http://pypi.python.org/pypi/keyring";
 license=('PSF' 'MIT')
-source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.zip";)
-makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz";)
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
   'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
-  'kdebindings-python' 'kdebindings-python2' 'python2-gdata')
-md5sums=('fd50a2be4a44a78efb09a7c046b6410d')
+  'kdebindings-python' 'kdebindings-python2' 'python2-gdata' 
'python-fs' 'python2-fs')
+md5sums=('ed60cc006c1bc629bf92e100cca952ea')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}
@@ -34,6 +34,8 @@
 }
 
 check() {
+  # Not using ptr because we are not packaging keyczar
+
   cd "$srcdir/keyring-$pkgver"
   py.test
 


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

2015-08-07 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 07:52:36
  Author: fyan
Revision: 138111

archrelease: copy trunk to community-any

Added:
  python-fs/repos/community-any/
  python-fs/repos/community-any/PKGBUILD
(from rev 138110, python-fs/trunk/PKGBUILD)

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

Copied: python-fs/repos/community-any/PKGBUILD (from rev 138110, 
python-fs/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-08-08 05:52:36 UTC (rev 138111)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-fs
+pkgname=('python-fs' 'python2-fs')
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="Filesystem abstraction layer"
+arch=('any')
+license=('custom:BSD')
+url="http://pypi.python.org/pypi/fs/";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'fuse' 
'python2-paramiko')
+source=("https://pypi.python.org/packages/source/f/fs/fs-$pkgver.tar.gz";)
+sha512sums=('4589fa81c16a6351ec7aa22fca7973f44d16732be1bee32c8ba359f9f0a2b3d99497b457f6339f5d0e0f24ce292963ee5db114c92e05eb78836e31a0dc1bb95e')
+
+prepare() {
+  cp -a fs-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/fs-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/fs-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/fs-$pkgver"
+  LC_CTYPE=en_US.utf8 python setup.py ptr || warning "Tests failed"
+
+  cd "$srcdir/fs-$pkgver-py2"
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr || warning "Tests failed"
+}
+
+package_python-fs() {
+  depends=('python-setuptools' 'python-six')
+
+  cd fs-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-fs() {
+  depends=('python2-setuptools' 'python2-six')
+
+  cd fs-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  for f in fscat fscp fsinfo fsls fsmkdir fsmount fsmv fsrm fsserve fstree; do
+mv "$pkgdir/usr/bin/$f"{,2}
+  done
+}


[arch-commits] Commit in (4 files)

2015-08-07 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 07:52:16
  Author: fyan
Revision: 138110

addpkg: python-fs 0.5.2-1

Added:
  python-fs/
  python-fs/repos/
  python-fs/trunk/
  python-fs/trunk/PKGBUILD

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

Added: python-fs/trunk/PKGBUILD
===
--- python-fs/trunk/PKGBUILD(rev 0)
+++ python-fs/trunk/PKGBUILD2015-08-08 05:52:16 UTC (rev 138110)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-fs
+pkgname=('python-fs' 'python2-fs')
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="Filesystem abstraction layer"
+arch=('any')
+license=('custom:BSD')
+url="http://pypi.python.org/pypi/fs/";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'fuse' 
'python2-paramiko')
+source=("https://pypi.python.org/packages/source/f/fs/fs-$pkgver.tar.gz";)
+sha512sums=('4589fa81c16a6351ec7aa22fca7973f44d16732be1bee32c8ba359f9f0a2b3d99497b457f6339f5d0e0f24ce292963ee5db114c92e05eb78836e31a0dc1bb95e')
+
+prepare() {
+  cp -a fs-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/fs-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/fs-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/fs-$pkgver"
+  LC_CTYPE=en_US.utf8 python setup.py ptr || warning "Tests failed"
+
+  cd "$srcdir/fs-$pkgver-py2"
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr || warning "Tests failed"
+}
+
+package_python-fs() {
+  depends=('python-setuptools' 'python-six')
+
+  cd fs-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-fs() {
+  depends=('python2-setuptools' 'python2-six')
+
+  cd fs-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+
+  for f in fscat fscp fsinfo fsls fsmkdir fsmount fsmv fsrm fsserve fstree; do
+mv "$pkgdir/usr/bin/$f"{,2}
+  done
+}


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


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

2015-08-07 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 07:32:01
  Author: fyan
Revision: 243122

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-08 05:31:41 UTC (rev 243121)
+++ PKGBUILD2015-08-08 05:32:01 UTC (rev 243122)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Massimiliano Torromeo < massimiliano DOT torromeo AT gmail DOT 
com >
-
-pkgbase=python-beaker
-pkgname=('python-beaker' 'python2-beaker')
-pkgver=1.7.0
-pkgrel=1
-arch=('any')
-license=('custom')
-pkgdesc="Caching and sessions WSGI middleware for use with web applications 
and stand-alone Python scripts and applications"
-url="http://beaker.groovie.org/";
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=("git+https://github.com/bbangert/beaker.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-cp -a beaker{,-py2}
-
-sed -i "s#/usr/bin/python#/usr/bin/python3#" beaker/beaker/crypto/pbkdf2.py
-sed -i "s#/usr/bin/python#/usr/bin/python2#" 
beaker-py2/beaker/crypto/pbkdf2.py
-}
-
-build() {
-cd "${srcdir}/beaker"
-python3 setup.py build
-
-cd "${srcdir}/beaker-py2"
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}/beaker"
-mkdir tests_py3
-2to3 -w -n -o tests_py3 tests/*.py
-PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests3 --py3where=tests_py3
-
-cd "${srcdir}/beaker-py2"
-PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2
-}
-
-package_python-beaker() {
-depends=('python')
-
-cd "${srcdir}/beaker"
-python3 setup.py install --root="${pkgdir}" --optimize=1
-install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/python-beaker/LICENSE"
-}
-
-package_python2-beaker() {
-depends=('python2')
-
-cd "${srcdir}/beaker-py2"
-python2 setup.py install --root="${pkgdir}" --optimize=1
-install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/python2-beaker/LICENSE"
-}

Copied: python-beaker/repos/extra-any/PKGBUILD (from rev 243121, 
python-beaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-08 05:32:01 UTC (rev 243122)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Massimiliano Torromeo < massimiliano DOT torromeo AT gmail DOT 
com >
+
+pkgbase=python-beaker
+pkgname=('python-beaker' 'python2-beaker')
+pkgver=1.7.0
+pkgrel=2
+arch=('any')
+license=('custom')
+pkgdesc="Caching and sessions WSGI middleware for use with web applications 
and stand-alone Python scripts and applications"
+url="http://beaker.groovie.org/";
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-sqlalchemy' 'python2-sqlalchemy'
+  'python-crypto' 'python2-crypto' 'python-coverage' 
'python2-coverage' 'python-webtest' 'python2-webtest'
+  'python-beautifulsoup4' 'python2-beautifulsoup4')
+source=("git+https://github.com/bbangert/beaker.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+cp -a beaker{,-py2}
+
+sed -i "s#/usr/bin/python#/usr/bin/python3#" beaker/beaker/crypto/pbkdf2.py
+sed -i "s#/usr/bin/python#/usr/bin/python2#" 
beaker-py2/beaker/crypto/pbkdf2.py
+}
+
+build() {
+cd "${srcdir}/beaker"
+python3 setup.py build
+
+cd "${srcdir}/beaker-py2"
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}/beaker"
+mkdir tests_py3
+2to3 -w -n -o tests_py3 tests/*.py
+PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests3 --py3where=tests_py3
+
+cd "${srcdir}/beaker-py2"
+PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2
+}
+
+package_python-beaker() {
+depends=('python')
+
+cd "${srcdir}/beaker"
+python3 setup.py install --root="${pkgdir}" --optimize=1
+install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/python-beaker/LICENSE"
+}
+
+package_python2-beaker() {
+depends=('python2')
+
+cd "${srcdir}/beaker-py2"
+python2 setup.py install --root="${pkgdir}" --optimize=1
+install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/python2-beaker/LICENSE"
+}


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

2015-08-07 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 07:31:41
  Author: fyan
Revision: 243121

upgpkg: python-beaker 1.7.0-2

fix checkdepends

Modified:
  python-beaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 04:33:42 UTC (rev 243120)
+++ PKGBUILD2015-08-08 05:31:41 UTC (rev 243121)
@@ -6,13 +6,15 @@
 pkgbase=python-beaker
 pkgname=('python-beaker' 'python2-beaker')
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 arch=('any')
 license=('custom')
 pkgdesc="Caching and sessions WSGI middleware for use with web applications 
and stand-alone Python scripts and applications"
 url="http://beaker.groovie.org/";
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-sqlalchemy' 'python2-sqlalchemy'
+  'python-crypto' 'python2-crypto' 'python-coverage' 
'python2-coverage' 'python-webtest' 'python2-webtest'
+  'python-beautifulsoup4' 'python2-beautifulsoup4')
 source=("git+https://github.com/bbangert/beaker.git#tag=$pkgver";)
 md5sums=('SKIP')
 


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

2015-08-07 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 05:48:06
  Author: fyan
Revision: 243118

upgpkg: python-setuptools 1:18.1-2

fix checkdepends

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 03:15:35 UTC (rev 243117)
+++ PKGBUILD2015-08-08 03:48:06 UTC (rev 243118)
@@ -5,7 +5,7 @@
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
 pkgver=18.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('PSF')
 url="http://pypi.python.org/pypi/setuptools";
 makedepends=('python' 'python2')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
 
sha512sums=('1367f3a10c1fef2f8061e430585f1927f6bd7c416e764d65cea1f4255824d549efa77beef8ff784bbd62c307b4b1123502e7b3fd01a243c0cc5b433a841cc8b5')
 


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

2015-08-07 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 05:48:29
  Author: fyan
Revision: 243119

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  136 ++---
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-08 03:48:06 UTC (rev 243118)
+++ PKGBUILD2015-08-08 03:48:29 UTC (rev 243119)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=18.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools";
-makedepends=('python' 'python2')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
-source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
-sha512sums=('1367f3a10c1fef2f8061e430585f1927f6bd7c416e764d65cea1f4255824d549efa77beef8ff784bbd62c307b4b1123502e7b3fd01a243c0cc5b433a841cc8b5')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 243118, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-08 03:48:29 UTC (rev 243119)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=18.1
+pkgrel=2
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools";
+makedepends=('python' 'python2')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
+source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
+sha512sums=('1367f3a10c1fef2f8061e430585f1927f6bd7c416e764d65cea1f4255824d549efa77beef8ff784bbd62c307b4b1123502e7b3fd01a243c0cc5b433a841cc8b5')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "${srcdir}/setuptools-${pkgver}"
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+  depends=('python2')
+  provides=('python2-distribute' 'setuptoo

[arch-commits] Commit in python-pytest-runner/repos (2 files)

2015-08-07 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 05:41:33
  Author: fyan
Revision: 138109

archrelease: copy trunk to community-any

Added:
  python-pytest-runner/repos/community-any/
  python-pytest-runner/repos/community-any/PKGBUILD
(from rev 138108, python-pytest-runner/trunk/PKGBUILD)

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

Copied: python-pytest-runner/repos/community-any/PKGBUILD (from rev 138108, 
python-pytest-runner/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-08-08 03:41:33 UTC (rev 138109)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-runner
+pkgname=('python-pytest-runner' 'python2-pytest-runner')
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Invoke py.test as distutils command with dependency resolution"
+arch=('any')
+license=('MIT')
+url="https://bitbucket.org/pytest-dev/pytest-runner";
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm' 'mercurial')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("hg+https://felixonm...@bitbucket.org/pytest-dev/pytest-runner#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pytest-runner{,-py2}
+}
+
+build() {
+  cd "$srcdir/pytest-runner"
+  python setup.py build
+
+  cd "$srcdir/pytest-runner-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/pytest-runner"
+  py.test
+
+  cd "$srcdir/pytest-runner-py2"
+  py.test2
+}
+
+package_python-pytest-runner() {
+  depends=('python-pytest')
+
+  cd pytest-runner
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-pytest-runner() {
+  depends=('python2-pytest')
+
+  cd pytest-runner-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+


[arch-commits] Commit in (4 files)

2015-08-07 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 05:40:29
  Author: fyan
Revision: 138108

addpkg: python-pytest-runner 2.6.1-1

Added:
  python-pytest-runner/
  python-pytest-runner/repos/
  python-pytest-runner/trunk/
  python-pytest-runner/trunk/PKGBUILD

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

Added: python-pytest-runner/trunk/PKGBUILD
===
--- python-pytest-runner/trunk/PKGBUILD (rev 0)
+++ python-pytest-runner/trunk/PKGBUILD 2015-08-08 03:40:29 UTC (rev 138108)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-runner
+pkgname=('python-pytest-runner' 'python2-pytest-runner')
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Invoke py.test as distutils command with dependency resolution"
+arch=('any')
+license=('MIT')
+url="https://bitbucket.org/pytest-dev/pytest-runner";
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm' 'mercurial')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("hg+https://felixonm...@bitbucket.org/pytest-dev/pytest-runner#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pytest-runner{,-py2}
+}
+
+build() {
+  cd "$srcdir/pytest-runner"
+  python setup.py build
+
+  cd "$srcdir/pytest-runner-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/pytest-runner"
+  py.test
+
+  cd "$srcdir/pytest-runner-py2"
+  py.test2
+}
+
+package_python-pytest-runner() {
+  depends=('python-pytest')
+
+  cd pytest-runner
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-pytest-runner() {
+  depends=('python2-pytest')
+
+  cd pytest-runner-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+


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


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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 05:36:34
  Author: kkeen
Revision: 138099

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

Added:
  gqrx/repos/community-staging-i686/
  gqrx/repos/community-staging-i686/PKGBUILD
(from rev 138098, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-i686/gqrx.desktop
(from rev 138098, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-staging-i686/gqrx.png
(from rev 138098, gqrx/trunk/gqrx.png)
  gqrx/repos/community-staging-x86_64/
  gqrx/repos/community-staging-x86_64/PKGBUILD
(from rev 138098, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-x86_64/gqrx.desktop
(from rev 138098, gqrx/trunk/gqrx.desktop)
  gqrx/repos/community-staging-x86_64/gqrx.png
(from rev 138098, gqrx/trunk/gqrx.png)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-i686/gqrx.desktop   |   10 +
 community-staging-x86_64/PKGBUILD |   54 
 community-staging-x86_64/gqrx.desktop |   10 +
 4 files changed, 128 insertions(+)

Copied: gqrx/repos/community-staging-i686/PKGBUILD (from rev 138098, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-08 03:36:34 UTC (rev 138099)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.3.2
+pkgrel=6
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/";
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";
+"$pkgname.png"
+"$pkgname.desktop")
+md5sums=('f77dd4d3ee02bd142be5f17a926c21c7'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+

Copied: gqrx/repos/community-staging-i686/gqrx.desktop (from rev 138098, 
gqrx/trunk/gqrx.desktop)
===
--- community-staging-i686/gqrx.desktop (rev 0)
+++ community-staging-i686/gqrx.desktop 2015-08-08 03:36:34 UTC (rev 138099)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=GQRX SDR
+GenericName=Funcube SDR Software
+Comment=Controller application for the Funcube Dongle and operating 
application.
+Exec=gqrx
+Icon=gqrx
+Terminal=false
+Type=Application
+Categories=AudioVideo;Audio;HamRadio;
+StartupNotify=false

Copied: gqrx/repos/community-staging-i686/gqrx.png (from rev 138098, 
gqrx/trunk/gqrx.png)
===
(Binary files differ)

Copied: gqrx/repos/community-staging-x86_64/PKGBUILD (from rev 138098, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-08 03:36:34 UTC (rev 138099)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.3.2
+pkgrel=6
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/";
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";
+"$pkgname.png"
+"$pkgname.desktop")
+md5sums=('f77dd4d3ee02bd142be5f17a926c21c7'
+ 'f7032a8883c89bd80e0d0fd36f861c59'
+ '810f89195231c18f32af92522aade721')
+
+prepare() {
+  cd "$srcdir"
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir"
+  install -Dm644 "$pkgname.desktop" 

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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 05:36:13
  Author: kkeen
Revision: 138098

upgpkg: gqrx 2.3.2-6 gnuradio rebuild

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 03:30:01 UTC (rev 138097)
+++ PKGBUILD2015-08-08 03:36:13 UTC (rev 138098)
@@ -4,7 +4,7 @@
 
 pkgname=gqrx
 pkgver=2.3.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('i686' 'x86_64')
 url="http://gqrx.dk/";


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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 05:29:44
  Author: kkeen
Revision: 138096

upgpkg: gnuradio-osmosdr 0.1.4-7 gnuradio rebuild

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 03:24:46 UTC (rev 138095)
+++ PKGBUILD2015-08-08 03:29:44 UTC (rev 138096)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
 url="http://sdr.osmocom.org/trac/";
 arch=('i686' 'x86_64')


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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 05:30:01
  Author: kkeen
Revision: 138097

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

Added:
  gnuradio-osmosdr/repos/community-staging-i686/
  gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD
(from rev 138096, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-staging-x86_64/
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 138096, gnuradio-osmosdr/trunk/PKGBUILD)

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

Copied: gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD (from rev 
138096, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-08 03:30:01 UTC (rev 138097)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=7
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+build() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD (from rev 
138096, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-08 03:30:01 UTC (rev 138097)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=7
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+build() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-08-07 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 05:24:46
  Author: fyan
Revision: 138095

archrelease: copy trunk to community-any

Added:
  python-setuptools_scm/repos/community-any/
  python-setuptools_scm/repos/community-any/PKGBUILD
(from rev 138094, python-setuptools_scm/trunk/PKGBUILD)

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

Copied: python-setuptools_scm/repos/community-any/PKGBUILD (from rev 138094, 
python-setuptools_scm/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-08-08 03:24:46 UTC (rev 138095)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hugo Osvaldo Barrera 
+
+pkgbase=python-setuptools_scm
+pkgname=(python-setuptools_scm python2-setuptools_scm)
+_pkgname=setuptools_scm
+pkgver=1.5.5
+pkgrel=2
+pkgdesc="Handles managing your python package versions in scm metadata."
+arch=('any')
+url="https://github.com/pypa/setuptools_scm";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/pypa/setuptools_scm.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a $_pkgname{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}"
+  python setup.py build
+
+  cd "${srcdir}/${_pkgname}-py2"
+  python2 setup.py build
+}
+
+package_python-setuptools_scm() {
+  depends=('python-setuptools')
+
+  cd "${srcdir}/${_pkgname}"
+  python setup.py egg_info
+  python setup.py install --root "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-setuptools_scm() {
+  depends=('python2-setuptools')
+
+  cd "${srcdir}/${_pkgname}-py2"
+  python2 setup.py egg_info
+  python2 setup.py install --root "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (4 files)

2015-08-07 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 05:23:54
  Author: fyan
Revision: 138093

addpkg: python-setuptools_scm 1.5.5-2

Added:
  python-setuptools_scm/
  python-setuptools_scm/repos/
  python-setuptools_scm/trunk/
  python-setuptools_scm/trunk/PKGBUILD

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

Added: python-setuptools_scm/trunk/PKGBUILD
===
--- python-setuptools_scm/trunk/PKGBUILD(rev 0)
+++ python-setuptools_scm/trunk/PKGBUILD2015-08-08 03:23:54 UTC (rev 
138093)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hugo Osvaldo Barrera 
+
+pkgbase=python-setuptools_scm
+pkgname=(python-setuptools_scm python2-setuptools_scm)
+_pkgname=setuptools_scm
+pkgver=1.5.5
+pkgrel=2
+pkgdesc="Handles managing your python package versions in scm metadata."
+arch=('any')
+url="https://github.com/pypa/setuptools_scm";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/pypa/setuptools_scm.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a $_pkgname{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}"
+  python setup.py build
+
+  cd "${srcdir}/${_pkgname}-py2"
+  python2 setup.py build
+}
+
+package_python-setuptools_scm() {
+  depends=('python-setuptools')
+
+  cd "${srcdir}/${_pkgname}"
+  python setup.py egg_info
+  python setup.py install --root "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-setuptools_scm() {
+  depends=('python2-setuptools')
+
+  cd "${srcdir}/${_pkgname}-py2"
+  python2 setup.py egg_info
+  python2 setup.py install --root "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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


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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 05:23:55
  Author: kkeen
Revision: 138094

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

Added:
  gnuradio-fcdproplus/repos/community-staging-i686/
  gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules
(from rev 138092, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD
(from rev 138092, gnuradio-fcdproplus/trunk/PKGBUILD)
  gnuradio-fcdproplus/repos/community-staging-x86_64/
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
(from rev 138092, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD
(from rev 138092, gnuradio-fcdproplus/trunk/PKGBUILD)

--+
 community-staging-i686/88-fcdproplus.rules   |9 ++
 community-staging-i686/PKGBUILD  |   37 +
 community-staging-x86_64/88-fcdproplus.rules |9 ++
 community-staging-x86_64/PKGBUILD|   37 +
 4 files changed, 92 insertions(+)

Copied: gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules 
(from rev 138092, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-i686/88-fcdproplus.rules  (rev 0)
+++ community-staging-i686/88-fcdproplus.rules  2015-08-08 03:23:55 UTC (rev 
138094)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD (from rev 
138092, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-08 03:23:55 UTC (rev 138094)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.4
+pkgrel=15
+_tag=v3.7_hidraw
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('i686' 'x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus";
+license=('GPL3')
+depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
+makedepends=('git' 'cmake' 'boost' 'swig')
+replaces=('gr-fcdproplus')
+source=("git://github.com/dl1ksv/gr-fcdproplus.git#tag=$_tag"
+"88-fcdproplus.rules")
+md5sums=('SKIP'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "$srcdir/88-fcdproplus.rules" 
"$pkgdir/etc/udev/rules.d/88-fcdproplus.rules"
+}

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules 
(from rev 138092, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-x86_64/88-fcdproplus.rules
(rev 0)
+++ community-staging-x86_64/88-fcdproplus.rules2015-08-08 03:23:55 UTC 
(rev 138094)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD (from rev 
138092, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-08 03:23:55 UTC (rev 138094)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.4
+pkgrel=15
+_tag=v3.7_hidraw
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('i686' 'x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus";
+license=('G

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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 05:23:39
  Author: kkeen
Revision: 138092

upgpkg: gnuradio-fcdproplus 3.7.4-15 gnuradio rebuild

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 03:22:55 UTC (rev 138091)
+++ PKGBUILD2015-08-08 03:23:39 UTC (rev 138092)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.4
-pkgrel=14
+pkgrel=15
 _tag=v3.7_hidraw
 pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
 arch=('i686' 'x86_64')


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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 05:18:24
  Author: kkeen
Revision: 138089

upgpkg: gnuradio-fcdproplus 3.7.4-14 gnuradio rebuild

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 03:16:43 UTC (rev 138088)
+++ PKGBUILD2015-08-08 03:18:24 UTC (rev 138089)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.4
-pkgrel=13
+pkgrel=14
 _tag=v3.7_hidraw
 pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
 arch=('i686' 'x86_64')


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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 05:18:45
  Author: kkeen
Revision: 138090

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

Added:
  gnuradio-fcdproplus/repos/community-i686/88-fcdproplus.rules
(from rev 138089, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-i686/PKGBUILD
(from rev 138089, gnuradio-fcdproplus/trunk/PKGBUILD)
  gnuradio-fcdproplus/repos/community-x86_64/88-fcdproplus.rules
(from rev 138089, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-x86_64/PKGBUILD
(from rev 138089, gnuradio-fcdproplus/trunk/PKGBUILD)
Deleted:
  gnuradio-fcdproplus/repos/community-i686/88-fcdproplus.rules
  gnuradio-fcdproplus/repos/community-i686/PKGBUILD
  gnuradio-fcdproplus/repos/community-x86_64/88-fcdproplus.rules
  gnuradio-fcdproplus/repos/community-x86_64/PKGBUILD

--+
 /88-fcdproplus.rules |   18 
 /PKGBUILD|   74 +
 community-i686/88-fcdproplus.rules   |9 
 community-i686/PKGBUILD  |   37 
 community-x86_64/88-fcdproplus.rules |9 
 community-x86_64/PKGBUILD|   37 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/88-fcdproplus.rules
===
--- community-i686/88-fcdproplus.rules  2015-08-08 03:18:24 UTC (rev 138089)
+++ community-i686/88-fcdproplus.rules  2015-08-08 03:18:45 UTC (rev 138090)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-i686/88-fcdproplus.rules (from rev 
138089, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-i686/88-fcdproplus.rules  (rev 0)
+++ community-i686/88-fcdproplus.rules  2015-08-08 03:18:45 UTC (rev 138090)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-08 03:18:24 UTC (rev 138089)
+++ community-i686/PKGBUILD 2015-08-08 03:18:45 UTC (rev 138090)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-pkgname=gnuradio-fcdproplus
-_pkgname=gr-fcdproplus
-pkgver=3.7.4
-pkgrel=13
-_tag=v3.7_hidraw
-pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
-arch=('i686' 'x86_64')
-url="https://github.com/dl1ksv/gr-fcdproplus";
-license=('GPL3')
-depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
-makedepends=('git' 'cmake' 'boost' 'swig')
-replaces=('gr-fcdproplus')
-source=("git://github.com/dl1ksv/gr-fcdproplus.git#tag=$_tag"
-"88-fcdproplus.rules")
-md5sums=('SKIP'
- '465e12c454c6a22ebec9849181af7bdc')
-
-build() {
-  cd "$srcdir/$_pkgname"
-  mkdir build
-  cd build
-  cmake \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
--DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgname/build/"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 "$srcdir/88-fcdproplus.rules" 
"$pkgdir/etc/udev/rules.d/88-fcdproplus.rules"
-}

Copied: gnuradio-fcdproplus/repos/community-i686/PKGBUILD (from rev 138089, 
gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-08 03:18:45 UTC (rev 138090)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.4
+pkgrel=14
+_tag=v3.7_hidraw
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('i686' 'x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus";
+license=('GPL3')
+depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
+makedepends=('git' 'cmake' 'boost' 'swig'

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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 05:13:50
  Author: kkeen
Revision: 138085

upgpkg: gnuradio-iqbal 0.37.2-10 gnuradio rebuild

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 03:03:39 UTC (rev 138084)
+++ PKGBUILD2015-08-08 03:13:50 UTC (rev 138085)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Gnuradio I/Q balancing"
 arch=('i686' 'x86_64')
 url="http://cgit.osmocom.org/gr-iqbal/";


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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 05:14:17
  Author: kkeen
Revision: 138086

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

Added:
  gnuradio-iqbal/repos/community-staging-i686/
  gnuradio-iqbal/repos/community-staging-i686/PKGBUILD
(from rev 138085, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-staging-x86_64/
  gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD
(from rev 138085, gnuradio-iqbal/trunk/PKGBUILD)

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

Copied: gnuradio-iqbal/repos/community-staging-i686/PKGBUILD (from rev 138085, 
gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-08 03:14:17 UTC (rev 138086)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=10
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/";
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD (from rev 
138085, gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-08 03:14:17 UTC (rev 138086)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=10
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/";
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 05:03:39
  Author: kkeen
Revision: 138084

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

Added:
  gnuradio/repos/community-staging-i686/
  gnuradio/repos/community-staging-i686/21-fcd.rules
(from rev 138083, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-i686/PKGBUILD
(from rev 138083, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-i686/gnuradio-companion.install
(from rev 138083, gnuradio/trunk/gnuradio-companion.install)
  gnuradio/repos/community-staging-i686/gnuradio.install
(from rev 138083, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-staging-x86_64/
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 138083, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 138083, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/gnuradio-companion.install
(from rev 138083, gnuradio/trunk/gnuradio-companion.install)
  gnuradio/repos/community-staging-x86_64/gnuradio.install
(from rev 138083, gnuradio/trunk/gnuradio.install)

-+
 community-staging-i686/21-fcd.rules |9 +
 community-staging-i686/PKGBUILD |  104 ++
 community-staging-i686/gnuradio-companion.install   |   15 ++
 community-staging-i686/gnuradio.install |   53 +
 community-staging-x86_64/21-fcd.rules   |9 +
 community-staging-x86_64/PKGBUILD   |  104 ++
 community-staging-x86_64/gnuradio-companion.install |   15 ++
 community-staging-x86_64/gnuradio.install   |   53 +
 8 files changed, 362 insertions(+)

Copied: gnuradio/repos/community-staging-i686/21-fcd.rules (from rev 138083, 
gnuradio/trunk/21-fcd.rules)
===
--- community-staging-i686/21-fcd.rules (rev 0)
+++ community-staging-i686/21-fcd.rules 2015-08-08 03:03:39 UTC (rev 138084)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-i686/PKGBUILD (from rev 138083, 
gnuradio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-08 03:03:39 UTC (rev 138084)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+# Contributor: Jonatan Sastre 
+pkgbase=gnuradio
+pkgname=(gnuradio gnuradio-companion)
+pkgver=3.7.8
+pkgrel=1
+pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
+arch=('i686' 'x86_64')
+url="http://gnuradio.org";
+license=('GPL')
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53' 
'libusbx' 'portaudio' 'libuhd' 'zeromq')
+makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
+'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
+install=gnuradio.install
+
+# todo
+# split the gui components?
+# build doxygen docs?
+# gr-video-sdl ?
+# icons
+
+# comedilib: gr-comedi
+# zeroc-ice: gr-ctrlport
+# doxygen: C++ autogenerated documentation
+# python2-sphinx: Python autogenerated documentation
+
+# secret release directory
+#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz";
+source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz";
+"21-fcd.rules")
+md5sums=('afc83b06136537071397007c3243c02a'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+build() {
+  export PYTHON=python2
+  cd "$srcdir/$pkgbase-$pkgver"
+  sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" 
grc/freedesktop/CMakeLists.txt
+  sed -i -e "s|/qwt$|/qwt5|" -e "s| qwt | qwt5 |" cmake/Modules/FindQwt.cmake
+  sed -i -e "s| sphinx-build$| sphinx-build2|" cmake/Modules/FindSphinx.cmake
+  msg "Starting build."
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DENABLE_GRC=ON \
+-DENABLE_GR_WXGUI=ON \
+-DENABLE_GR_QTGUI=ON \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgbase-$pkgver/build"
+  export PYTHON=python2
+  #make test
+}
+
+package_gnuradio() {
+  optdepends=('boost: gr_modtool'
+  'swig: gr_modtool'
+  'cmake: gr_modtool'
+  'pkgconfig: libuhd')
+  c

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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 05:03:09
  Author: kkeen
Revision: 138083

upgpkg: gnuradio 3.7.8-1

Modified:
  gnuradio/trunk/PKGBUILD
  gnuradio/trunk/gnuradio.install

--+
 PKGBUILD |8 
 gnuradio.install |4 +++-
 2 files changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 02:45:14 UTC (rev 138082)
+++ PKGBUILD2015-08-08 03:03:09 UTC (rev 138083)
@@ -4,13 +4,13 @@
 # Contributor: Jonatan Sastre 
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
-pkgver=3.7.7.1
-pkgrel=2
+pkgver=3.7.8
+pkgrel=1
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('i686' 'x86_64')
 url="http://gnuradio.org";
 license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
+depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53' 
'libusbx' 'portaudio' 'libuhd' 'zeromq')
 makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
 'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
 install=gnuradio.install
@@ -30,7 +30,7 @@
 #source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz";
 source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz";
 "21-fcd.rules")
-md5sums=('ca8e47abcb01edc72014ccabe38123a3'
+md5sums=('afc83b06136537071397007c3243c02a'
  '465e12c454c6a22ebec9849181af7bdc')
 
 build() {

Modified: gnuradio.install
===
--- gnuradio.install2015-08-08 02:45:14 UTC (rev 138082)
+++ gnuradio.install2015-08-08 03:03:09 UTC (rev 138083)
@@ -38,7 +38,9 @@
 rmdir --ignore-fail-on-non-empty "$_thisdir" &> /dev/null
   done <<<  "$(pacman -Qql $_pkg | grep '\.py$')"
 
-  update-desktop-database -q
+  if [[ -e /usr/bin/update-desktop-database ]]; then
+update-desktop-database -q
+  fi
 }
 
 post_install() {


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

2015-08-07 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 04:45:14
  Author: fyan
Revision: 138082

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 138081, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-08 02:44:52 UTC (rev 138081)
+++ PKGBUILD2015-08-08 02:45:14 UTC (rev 138082)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=2.13.2
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man3 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Make symlink for node-gyp
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 138081, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-08 02:45:14 UTC (rev 138082)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=2.13.4
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man3 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Make symlink for node-gyp
+  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-08-07 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 04:44:52
  Author: fyan
Revision: 138081

upgpkg: npm 2.13.4-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 02:19:08 UTC (rev 138080)
+++ PKGBUILD2015-08-08 02:44:52 UTC (rev 138081)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=2.13.2
+pkgver=2.13.4
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 04:19:08
  Author: kkeen
Revision: 138080

archrelease: copy trunk to community-staging-any

Added:
  libuhd-firmware/repos/community-staging-any/
  libuhd-firmware/repos/community-staging-any/PKGBUILD
(from rev 138079, libuhd-firmware/trunk/PKGBUILD)

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

Copied: libuhd-firmware/repos/community-staging-any/PKGBUILD (from rev 138079, 
libuhd-firmware/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-08-08 02:19:08 UTC (rev 138080)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd-firmware
+pkgver=3.8.5
+_verstring=003.008.005
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace firmware"
+arch=('any')
+url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki";
+license=('GPL')
+depends=('libuhd')
+#source=("http://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz";)
+source=("http://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz";)
+md5sums=('6b66a69a79ea260773e3aeceb3708139')
+
+package() {
+  cd "$srcdir/uhd-images_$_verstring-release/share/uhd/images/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -d "$pkgdir/usr/share/uhd/images/"
+  # multiple types of yuck
+  rm -rf winusb_driver
+  cp -r * "$pkgdir/usr/share/uhd/images/"
+}
+
+


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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 04:18:55
  Author: kkeen
Revision: 138079

upgpkg: libuhd-firmware 3.8.5-1

Modified:
  libuhd-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 02:13:14 UTC (rev 138078)
+++ PKGBUILD2015-08-08 02:18:55 UTC (rev 138079)
@@ -3,8 +3,8 @@
 # Contributor: Dominik Heidler 
 
 pkgname=libuhd-firmware
-pkgver=3.8.4
-_verstring=003.008.004
+pkgver=3.8.5
+_verstring=003.008.005
 pkgrel=1
 pkgdesc="Universal Software Radio Peripheral (USRP) userspace firmware"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('libuhd')
 
#source=("http://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz";)
 
source=("http://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz";)
-md5sums=('827c9c839809e6d0bc1cc61e359a1cd6')
+md5sums=('6b66a69a79ea260773e3aeceb3708139')
 
 package() {
   cd "$srcdir/uhd-images_$_verstring-release/share/uhd/images/"


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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 04:13:14
  Author: kkeen
Revision: 138078

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

Added:
  libuhd/repos/community-staging-i686/
  libuhd/repos/community-staging-i686/PKGBUILD
(from rev 138077, libuhd/trunk/PKGBUILD)
  libuhd/repos/community-staging-x86_64/
  libuhd/repos/community-staging-x86_64/PKGBUILD
(from rev 138077, libuhd/trunk/PKGBUILD)

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

Copied: libuhd/repos/community-staging-i686/PKGBUILD (from rev 138077, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-08 02:13:14 UTC (rev 138078)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd
+pkgver=3.8.5
+_verstring='003_008_005'
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki";
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz";)
+md5sums=('d827d63de03c9087d0d011e44bff5dd1')
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON \
+   -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+

Copied: libuhd/repos/community-staging-x86_64/PKGBUILD (from rev 138077, 
libuhd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-08 02:13:14 UTC (rev 138078)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=libuhd
+pkgver=3.8.5
+_verstring='003_008_005'
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki";
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz";)
+md5sums=('d827d63de03c9087d0d011e44bff5dd1')
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON \
+   -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+


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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 03:54:50
  Author: kkeen
Revision: 138077

upgpkg: libuhd 3.8.5-1

Modified:
  libuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 01:44:42 UTC (rev 138076)
+++ PKGBUILD2015-08-08 01:54:50 UTC (rev 138077)
@@ -3,8 +3,8 @@
 # Contributor: Dominik Heidler 
 
 pkgname=libuhd
-pkgver=3.8.4
-_verstring='003_008_004'
+pkgver=3.8.5
+_verstring='003_008_005'
 pkgrel=1
 pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'boost' 'python2-cheetah')
 
 
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz";)
-md5sums=('95da1745c2286870b8b55856f5f43380')
+md5sums=('d827d63de03c9087d0d011e44bff5dd1')
 
 build() {
   cd "$srcdir/uhd-release_$_verstring/host"


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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 03:44:42
  Author: kkeen
Revision: 138076

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

Added:
  hackrf/repos/community-staging-i686/
  hackrf/repos/community-staging-i686/PKGBUILD
(from rev 138075, hackrf/trunk/PKGBUILD)
  hackrf/repos/community-staging-i686/hackrf.conf
(from rev 138075, hackrf/trunk/hackrf.conf)
  hackrf/repos/community-staging-x86_64/
  hackrf/repos/community-staging-x86_64/PKGBUILD
(from rev 138075, hackrf/trunk/PKGBUILD)
  hackrf/repos/community-staging-x86_64/hackrf.conf
(from rev 138075, hackrf/trunk/hackrf.conf)

--+
 community-staging-i686/PKGBUILD  |   40 +
 community-staging-i686/hackrf.conf   |2 +
 community-staging-x86_64/PKGBUILD|   40 +
 community-staging-x86_64/hackrf.conf |2 +
 4 files changed, 84 insertions(+)

Copied: hackrf/repos/community-staging-i686/PKGBUILD (from rev 138075, 
hackrf/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-08 01:44:42 UTC (rev 138076)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=hackrf
+pkgver=2015.07.2
+pkgrel=1
+pkgdesc="Driver for HackRF, allowing general purpose software defined radio 
(SDR)."
+arch=('i686' 'x86_64')
+url="https://github.com/mossmann/hackrf";
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake')
+
+#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz";
+'hackrf.conf')
+md5sums=('67595d2dad1c299138baf9a85ec37341'
+ '01ad1ba4a27d820e8f9abeb5fa88bfc6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/host"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  pushd host/build
+  make DESTDIR="$pkgdir" install
+  popd
+  pushd host/libhackrf
+  install -vD -m644 53-hackrf.rules 
"$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules"
+  popd
+  pushd firmware-bin
+  install -vD -m644 hackrf_jawbreaker_usb_rom_to_ram.bin 
"$pkgdir/usr/share/hackrf/hackrf_jawbreaker_usb_rom_to_ram.bin"
+  install -vD -m644 hackrf_one_usb_rom_to_ram.bin 
"$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin"
+  install -Dm644 "$srcdir/hackrf.conf" "$pkgdir/etc/modprobe.d/hackrf.conf"
+}

Copied: hackrf/repos/community-staging-i686/hackrf.conf (from rev 138075, 
hackrf/trunk/hackrf.conf)
===
--- community-staging-i686/hackrf.conf  (rev 0)
+++ community-staging-i686/hackrf.conf  2015-08-08 01:44:42 UTC (rev 138076)
@@ -0,0 +1,2 @@
+# disable kernel drivers
+blacklist hackrf

Copied: hackrf/repos/community-staging-x86_64/PKGBUILD (from rev 138075, 
hackrf/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-08 01:44:42 UTC (rev 138076)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=hackrf
+pkgver=2015.07.2
+pkgrel=1
+pkgdesc="Driver for HackRF, allowing general purpose software defined radio 
(SDR)."
+arch=('i686' 'x86_64')
+url="https://github.com/mossmann/hackrf";
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake')
+
+#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz";
+'hackrf.conf')
+md5sums=('67595d2dad1c299138baf9a85ec37341'
+ '01ad1ba4a27d820e8f9abeb5fa88bfc6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/host"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  pushd host/build
+  make DESTDIR="$pkgdir" install
+  popd
+  pushd host/libhackrf
+  install -vD -m644 53-hackrf.rules 
"$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules"
+  popd
+  pushd firmware-bin
+  install -vD -m644 hackrf_jawbreaker_usb_rom_to_ram.bin 
"$pkgdir/usr/share/hackrf/hackrf_jawbreaker_usb_rom_to_ram.bin"
+  install -vD -m644 hackrf_one_usb_rom_to_ram.bin 
"$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin"
+  install -Dm644 "$srcdir/hackrf.conf" "$pkgdir/etc/modprobe.d/hackrf.conf"
+}

Copied: hackrf/repos/community-staging-x86_64/hackrf.conf (from rev 138075, 
hackrf/trunk/hackrf.conf)
===
--- community-staging-x86_64/hackrf.conf(rev 0)
+++ community-staging-x86_64/hackrf.conf2015-08-08 01:44:42 UTC (rev 
138076)
@@ -0,0 +1,2 @@
+# disable kernel 

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

2015-08-07 Thread Kyle Keen
Date: Saturday, August 8, 2015 @ 03:44:02
  Author: kkeen
Revision: 138075

upgpkg: hackrf 2015.07.2-1

Modified:
  hackrf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 00:37:05 UTC (rev 138074)
+++ PKGBUILD2015-08-08 01:44:02 UTC (rev 138075)
@@ -2,8 +2,8 @@
 # Maintainer: Kyle Keen 
 # Contributor: Dominik Heidler 
 pkgname=hackrf
-pkgver=2014.08.1
-pkgrel=2
+pkgver=2015.07.2
+pkgrel=1
 pkgdesc="Driver for HackRF, allowing general purpose software defined radio 
(SDR)."
 arch=('i686' 'x86_64')
 url="https://github.com/mossmann/hackrf";
@@ -11,9 +11,10 @@
 depends=('libusb')
 makedepends=('cmake')
 
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz";
 'hackrf.conf')
-md5sums=('b2b22d8480bfb79822217fefbe778170'
+md5sums=('67595d2dad1c299138baf9a85ec37341'
  '01ad1ba4a27d820e8f9abeb5fa88bfc6')
 
 build() {


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

2015-08-07 Thread Daniel Micay
Date: Saturday, August 8, 2015 @ 02:37:05
  Author: thestinger
Revision: 138074

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

Added:
  intel-gpu-tools/repos/community-i686/PKGBUILD
(from rev 138073, intel-gpu-tools/trunk/PKGBUILD)
  intel-gpu-tools/repos/community-x86_64/PKGBUILD
(from rev 138073, intel-gpu-tools/trunk/PKGBUILD)
Deleted:
  intel-gpu-tools/repos/community-i686/PKGBUILD
  intel-gpu-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-08 00:36:21 UTC (rev 138073)
+++ community-i686/PKGBUILD 2015-08-08 00:37:05 UTC (rev 138074)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.11
-pkgrel=1
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python)
-makedepends=(swig gtk-doc xorg-util-macros)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('836e9fd084f63da2a29fe81a47eb3db8')
-
-build() {
-  cd $pkgname-$pkgver
-  export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --disable-tests --without-libunwind
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-i686/PKGBUILD (from rev 138073, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-08 00:37:05 UTC (rev 138074)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.11
+pkgrel=2
+pkgdesc="Tools for development and testing of the Intel DRM driver"
+arch=(i686 x86_64)
+license=(MIT)
+url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
+depends=(libdrm libpciaccess cairo python)
+makedepends=(swig gtk-doc xorg-util-macros dri2proto)
+source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
+md5sums=('836e9fd084f63da2a29fe81a47eb3db8')
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  ./configure --prefix=/usr --disable-tests --without-libunwind
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-08 00:36:21 UTC (rev 138073)
+++ community-x86_64/PKGBUILD   2015-08-08 00:37:05 UTC (rev 138074)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.11
-pkgrel=1
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python)
-makedepends=(swig gtk-doc xorg-util-macros)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('836e9fd084f63da2a29fe81a47eb3db8')
-
-build() {
-  cd $pkgname-$pkgver
-  export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --disable-tests --without-libunwind
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-x86_64/PKGBUILD (from rev 138073, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-08 00:37:05 UTC (rev 138074)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.11
+pkgrel=2
+pkgdesc="Tools for development and testing of the Intel DRM driver"
+arch=(i686 x86_64)
+license=(MIT)
+url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
+depends=(libdrm libpciaccess cairo python)
+makedepends=(swig gtk-doc xorg-util-macros dri2proto)
+source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
+md5sums=('836e9fd084f63da2a29fe81a47eb3db8')
+
+build() {
+  cd $pkgname-$pkgv

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

2015-08-07 Thread Daniel Micay
Date: Saturday, August 8, 2015 @ 02:36:21
  Author: thestinger
Revision: 138073

upgpkg: intel-gpu-tools 1.11-2

Modified:
  intel-gpu-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 19:46:37 UTC (rev 138072)
+++ PKGBUILD2015-08-08 00:36:21 UTC (rev 138073)
@@ -5,13 +5,13 @@
 
 pkgname=intel-gpu-tools
 pkgver=1.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Tools for development and testing of the Intel DRM driver"
 arch=(i686 x86_64)
 license=(MIT)
 url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
 depends=(libdrm libpciaccess cairo python)
-makedepends=(swig gtk-doc xorg-util-macros)
+makedepends=(swig gtk-doc xorg-util-macros dri2proto)
 
source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
 md5sums=('836e9fd084f63da2a29fe81a47eb3db8')
 


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

2015-08-07 Thread Alexander Rødseth
Date: Friday, August 7, 2015 @ 21:46:37
  Author: arodseth
Revision: 138072

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

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

---+
 /PKGBUILD |   98 
 /rust.install |   26 ++
 community-i686/PKGBUILD   |   49 
 community-i686/rust.install   |   13 -
 community-x86_64/PKGBUILD |   49 
 community-x86_64/rust.install |   13 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-07 19:46:24 UTC (rev 138071)
+++ community-i686/PKGBUILD 2015-08-07 19:46:37 UTC (rev 138072)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Daniel Micay 
-
-pkgname=rust
-pkgver=1.1.0
-epoch=1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('cb09f443b37ec1b81fe73c04eb413f9f656859cf7d00bc5088008cbc2a63fa8a'
-'SKIP')
-install="$pkgname.install"
-options=(staticlibs !strip)
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
-
-prepare() {
-  cd "rustc-$pkgver"
-
-  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
-}
-
-build() {
-  cd "rustc-$pkgver"
-
-  ./configure --prefix=/usr --disable-docs --release-channel=stable
-  make
-}
-
-package() {
-  cd "rustc-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE-APACHE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  cd "$pkgdir/usr/lib"
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-i686/PKGBUILD (from rev 138071, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-07 19:46:37 UTC (rev 138072)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+
+pkgname=rust
+pkgver=1.2.0
+epoch=1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='http://www.rust-lang.org/'
+license=('MIT' 'Apache')
+makedepends=('libffi' 'perl' 'python2' 'curl')
+source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
+sha256sums=('ea6eb983daf2a073df57186a58f0d4ce0e85c711bec13c627a8c85d51b6a6d78'
+'SKIP')
+install="$pkgname.install"
+options=('staticlibs' '!strip')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
+
+prepare() {
+  cd "rustc-$pkgver"
+
+  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
+}
+
+build() {
+  cd "rustc-$pkgver"
+
+  ./configure --prefix=/usr --disable-docs --release-channel=stable
+  make
+}
+
+package() {
+  cd "rustc-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE-APACHE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  cd "$pkgdir/usr/lib"
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/rust.install
===
--- community-i686/rust.install 2015-08-07 19:46:24 UTC (rev 138071)
+++ community-i686/rust.install 2015-08-07 19:46:37 UTC (rev 138072)
@@ -1,13 +0,0 @@
-post_install() {
-  if type -P update-mime-database &> /dev/null; then
-update-mime-database usr/share/mime >/dev/null
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: rust/repos/community-i68

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

2015-08-07 Thread Alexander Rødseth
Date: Friday, August 7, 2015 @ 21:46:24
  Author: arodseth
Revision: 138071

upgpkg: rust 1:1.2.0-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 19:17:11 UTC (rev 138070)
+++ PKGBUILD2015-08-07 19:46:24 UTC (rev 138071)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Daniel Micay 
 
 pkgname=rust
-pkgver=1.1.0
+pkgver=1.2.0
 epoch=1
 pkgrel=1
 arch=('x86_64' 'i686')
@@ -12,10 +12,10 @@
 license=('MIT' 'Apache')
 makedepends=('libffi' 'perl' 'python2' 'curl')
 source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('cb09f443b37ec1b81fe73c04eb413f9f656859cf7d00bc5088008cbc2a63fa8a'
+sha256sums=('ea6eb983daf2a073df57186a58f0d4ce0e85c711bec13c627a8c85d51b6a6d78'
 'SKIP')
 install="$pkgname.install"
-options=(staticlibs !strip)
+options=('staticlibs' '!strip')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
 #gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
 


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

2015-08-07 Thread Jelle van der Waa
Date: Friday, August 7, 2015 @ 21:17:11
  Author: jelle
Revision: 138070

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

Added:
  pdf2djvu/repos/community-i686/PKGBUILD
(from rev 138069, pdf2djvu/trunk/PKGBUILD)
  pdf2djvu/repos/community-x86_64/PKGBUILD
(from rev 138069, pdf2djvu/trunk/PKGBUILD)
Deleted:
  pdf2djvu/repos/community-i686/PKGBUILD
  pdf2djvu/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-07 19:16:58 UTC (rev 138069)
+++ community-i686/PKGBUILD 2015-08-07 19:17:11 UTC (rev 138070)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias 
-# Maintainer: Jelle van der Waa 
-
-pkgname=pdf2djvu
-pkgver=0.7.21
-pkgrel=1
-pkgdesc="Creates DjVu files from PDF files"
-arch=('i686' 'x86_64')
-url="http://pdf2djvu.googlecode.com";
-license=('GPL')
-depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
-makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
-source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
-validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
-md5sums=('1efee113c9985d4102c09ab997fc795d'
- 'SKIP')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr
-make
-}
-
-check() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-#sed -i 's/nosetests/nosetests2/' tests/Makefile
-#make test
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=${pkgdir}
-install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
-}
-

Copied: pdf2djvu/repos/community-i686/PKGBUILD (from rev 138069, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-07 19:17:11 UTC (rev 138070)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.8
+pkgrel=1
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://pdf2djvu.googlecode.com";
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('30d30eab76c6b0717561c4ca61214687'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-07 19:16:58 UTC (rev 138069)
+++ community-x86_64/PKGBUILD   2015-08-07 19:17:11 UTC (rev 138070)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias 
-# Maintainer: Jelle van der Waa 
-
-pkgname=pdf2djvu
-pkgver=0.7.21
-pkgrel=1
-pkgdesc="Creates DjVu files from PDF files"
-arch=('i686' 'x86_64')
-url="http://pdf2djvu.googlecode.com";
-license=('GPL')
-depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
-makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
-source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
-validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
-md5sums=('1efee113c9985d4102c09ab997fc795d'
- 'SKIP')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr
-make
-}
-
-check() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-#sed -i 's/nosetests/nosetests2/' tests/Makefile
-#make test
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=${pkgdir}
-install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
-}
-

Copied: pdf2djvu/repos/community-x86_64/PKGBUILD (from rev 138069, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-07 19:17:11 UTC (rev 138070)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.8
+pkgrel=1
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://pdf2djvu.googlecode.com";
+licen

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

2015-08-07 Thread Jelle van der Waa
Date: Friday, August 7, 2015 @ 21:16:58
  Author: jelle
Revision: 138069

upgpkg: pdf2djvu 0.8-1

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 18:32:42 UTC (rev 138068)
+++ PKGBUILD2015-08-07 19:16:58 UTC (rev 138069)
@@ -3,7 +3,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=pdf2djvu
-pkgver=0.7.21
+pkgver=0.8
 pkgrel=1
 pkgdesc="Creates DjVu files from PDF files"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
 
source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
 validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
-md5sums=('1efee113c9985d4102c09ab997fc795d'
+md5sums=('30d30eab76c6b0717561c4ca61214687'
  'SKIP')
 
 build() {
@@ -26,8 +26,8 @@
 check() {
 cd ${srcdir}/${pkgname}-${pkgver}
 
-#sed -i 's/nosetests/nosetests2/' tests/Makefile
-#make test
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
 }
 
 package() {


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

2015-08-07 Thread Jelle van der Waa
Date: Friday, August 7, 2015 @ 20:32:42
  Author: jelle
Revision: 138068

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

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

--+
 /PKGBUILD|  176 +
 /calibre.install |   24 +
 community-i686/PKGBUILD  |   88 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   88 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-07 18:32:28 UTC (rev 138067)
+++ community-i686/PKGBUILD 2015-08-07 18:32:42 UTC (rev 138068)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=2.33.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="http://calibre-ebook.com/";
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-)
-install=calibre.install
-source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";)
-md5sums=('7c08641db7f014546bb2b215c392b877')
-
-prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i "s/shlex.split(ldflags)/& + ['-fPIC']/" setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
".*\.py\|.*\.recipe")
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d" \
-  -e "/render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g" \
-  -e "/dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir)" \
-  -e "/f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g" \
-  -e "/dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir)" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  # Fix the environment module location
-  sed -i -e "s|(prefix=.*)|(prefix='$pkgdir/usr')|g" setup/install.py
-
-  install -d "${pkgdir}/usr/lib/python2.7/site-packages" \
- "${pkgdir}/usr/share/zsh/site-functions"
-
-  LANG='en_US.UTF-8' python2 setup.py install --root="${pkgdir}" --prefix=/usr 
\
---staging-bindir="${pkgdir}/usr/bin" \
---staging-libdir="${pkgdir}/usr/lib" \
---staging-sharedir="${pkgdir}/usr/share"
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 138067, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-07 18:32:42 UTC (rev

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

2015-08-07 Thread Jelle van der Waa
Date: Friday, August 7, 2015 @ 20:32:28
  Author: jelle
Revision: 138067

upgpkg: calibre 2.34.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 16:43:57 UTC (rev 138066)
+++ PKGBUILD2015-08-07 18:32:28 UTC (rev 138067)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=2.33.0
+pkgver=2.34.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 )
 install=calibre.install
 source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";)
-md5sums=('7c08641db7f014546bb2b215c392b877')
+md5sums=('588f060543f8c3142f94ebbc09416f0d')
 
 prepare(){
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-08-07 Thread Felix Yan
Date: Friday, August 7, 2015 @ 18:43:57
  Author: fyan
Revision: 138066

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  110 ++---
 fail2ban.install |6 +-
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-07 16:33:48 UTC (rev 138065)
+++ PKGBUILD2015-08-07 16:43:57 UTC (rev 138066)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Geoffroy Carrier 
-# Contributor: michalzxc
-# Contributor: nbags 
-
-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-any/PKGBUILD (from rev 138065, 
fail2ban/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-07 16:43:57 UTC (rev 138066)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Geoffroy Carrier 
+# Contributor: michalzxc
+# Contributor: nbags 
+
+pkgname=fail2ban
+pkgver=0.9.3
+pkgrel=3
+pkgdesc='Bans IPs after too many failed authentication attempts'
+url='http://www.fail2ban.org/'
+license=('GPL')
+arch=('any')
+depends=('iptables' 'python-pyinotify' 'whois' 'sqlite' 'python-systemd')
+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"
+}

Deleted: fail2ban.install
===
--- fail2ban.install2015-08-07 16:33:48 UTC (rev 138065)
+++ fail2ban.install   

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

2015-08-07 Thread Felix Yan
Date: Friday, August 7, 2015 @ 18:33:48
  Author: fyan
Revision: 138065

upgpkg: fail2ban 0.9.3-3

bump again to fix the wrong move

Modified:
  fail2ban/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 14:59:50 UTC (rev 138064)
+++ PKGBUILD2015-08-07 16:33:48 UTC (rev 138065)
@@ -7,7 +7,7 @@
 
 pkgname=fail2ban
 pkgver=0.9.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
 license=('GPL')


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

2015-08-07 Thread Jan Steffens
Date: Friday, August 7, 2015 @ 16:59:50
  Author: heftig
Revision: 138064

archrelease: copy trunk to multilib-staging-x86_64

Added:
  valgrind-multilib/repos/multilib-staging-x86_64/
  valgrind-multilib/repos/multilib-staging-x86_64/PKGBUILD
(from rev 138063, valgrind-multilib/trunk/PKGBUILD)
  valgrind-multilib/repos/multilib-staging-x86_64/valgrind-glibc.patch
(from rev 138063, valgrind-multilib/trunk/valgrind-glibc.patch)
  valgrind-multilib/repos/multilib-staging-x86_64/valgrind-kernel-version.patch
(from rev 138063, valgrind-multilib/trunk/valgrind-kernel-version.patch)

---+
 PKGBUILD  |   41 +++
 valgrind-glibc.patch  |   69 
 valgrind-kernel-version.patch |   47 +++
 3 files changed, 157 insertions(+)

Copied: valgrind-multilib/repos/multilib-staging-x86_64/PKGBUILD (from rev 
138063, valgrind-multilib/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-08-07 14:59:50 UTC (rev 138064)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Dan McGee 
+# Contributor: Allan McRae 
+
+pkgname=valgrind-multilib
+pkgver=3.10.1
+pkgrel=3
+pkgdesc='A tool to help find memory-management problems in programs for 
multilib'
+arch=(x86_64)
+license=(GPL)
+url='http://valgrind.org/'
+depends=('lib32-glibc>=2.22' 'lib32-glibc<2.23' 'perl')
+makedepends=('gdb' 'openmpi' 'gcc-multilib')
+optdepends=('openmpi: MPI support')
+options=('!emptydirs')
+source=(http://valgrind.org/downloads/valgrind-$pkgver.tar.bz2
+valgrind-glibc.patch
+   valgrind-kernel-version.patch)
+sha1sums=('15518427de842547ffa84eff8b2b67f3b16581a8'
+  '1fa127ef24630ad5f4901ea0e37ea2acb12d3d17'
+  '08b71e1ebc3e3906d0ff273db0aba2177a857c47')
+
+provides=("valgrind=$pkgver-$pkgrel")
+conflicts=('valgrind')
+
+prepare() {
+  cd valgrind-$pkgver
+  patch -p1 -i "$srcdir"/valgrind-glibc.patch
+  patch -p1 -i "$srcdir"/valgrind-kernel-version.patch
+}
+
+build() {
+  cd valgrind-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
+  make
+}
+
+package() {
+  cd valgrind-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: valgrind-multilib/repos/multilib-staging-x86_64/valgrind-glibc.patch 
(from rev 138063, valgrind-multilib/trunk/valgrind-glibc.patch)
===
--- multilib-staging-x86_64/valgrind-glibc.patch
(rev 0)
+++ multilib-staging-x86_64/valgrind-glibc.patch2015-08-07 14:59:50 UTC 
(rev 138064)
@@ -0,0 +1,69 @@
+From 8e520f21445e7c376c2606826affb20be92bfe8d Mon Sep 17 00:00:00 2001
+From: Anatol Pomozov 
+Date: Thu, 6 Aug 2015 09:04:44 -0700
+Subject: [PATCH 1/2] glibc
+
+---
+ configure| 20 
+ configure.ac | 14 ++
+ 2 files changed, 34 insertions(+)
+
+diff --git a/configure b/configure
+index 78ddf3e..6ab06b3 100755
+--- a/configure
 b/configure
+@@ -6842,6 +6842,26 @@ $as_echo "#define GLIBC_2_20 1" >>confdefs.h
+   DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
+   DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
+   ;;
++ 2.21)
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.21 family" >&5
++$as_echo "2.21 family" >&6; }
++
++$as_echo "#define GLIBC_2_21 1" >>confdefs.h
++
++  DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
++  DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
++  DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
++  ;;
++ 2.22)
++  { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.22 family" >&5
++$as_echo "2.22 family" >&6; }
++
++$as_echo "#define GLIBC_2_22 1" >>confdefs.h
++
++  DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
++  DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
++  DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
++  ;;
+  darwin)
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: Darwin" >&5
+ $as_echo "Darwin" >&6; }
+diff --git a/configure.ac b/configure.ac
+index 0fd2a41..7f389c2 100644
+--- a/configure.ac
 b/configure.ac
+@@ -1018,6 +1018,20 @@ case "${GLIBC_VERSION}" in
+   DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
+   DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
+   ;;
++ 2.21)
++  AC_MSG_RESULT(2.21 family)
++  AC_DEFINE([GLIBC_2_21], 1, [Define to 1 if you're using glibc 2.21.x])
++  DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
++  DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
++  DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
++  ;;
++ 2.22)
++  AC_MSG_RESULT(2.22 family)
++  AC_DEFINE([GLIBC_2_22], 1, [Define to 1 if you're using glibc 2.22.x])
++  DEFAULT_SUPP="glibc-2.X.supp ${DEFA

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

2015-08-07 Thread Jan Steffens
Date: Friday, August 7, 2015 @ 16:57:50
  Author: heftig
Revision: 138063

archrelease: copy trunk to multilib-staging-x86_64

Added:
  gcc-multilib/repos/multilib-staging-x86_64/
  gcc-multilib/repos/multilib-staging-x86_64/PKGBUILD
(from rev 138062, gcc-multilib/trunk/PKGBUILD)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-ada.install
(from rev 138062, gcc-multilib/trunk/gcc-ada.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-fortran.install
(from rev 138062, gcc-multilib/trunk/gcc-fortran.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-go.install
(from rev 138062, gcc-multilib/trunk/gcc-go.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc-libs.install
(from rev 138062, gcc-multilib/trunk/gcc-libs.install)
  gcc-multilib/repos/multilib-staging-x86_64/gcc.install
(from rev 138062, gcc-multilib/trunk/gcc.install)
  gcc-multilib/repos/multilib-staging-x86_64/pr66035.patch
(from rev 138062, gcc-multilib/trunk/pr66035.patch)

-+
 PKGBUILD|  398 ++
 gcc-ada.install |   20 ++
 gcc-fortran.install |   16 ++
 gcc-go.install  |   20 ++
 gcc-libs.install|   16 ++
 gcc.install |   20 ++
 pr66035.patch   |   48 ++
 7 files changed, 538 insertions(+)

Copied: gcc-multilib/repos/multilib-staging-x86_64/PKGBUILD (from rev 138062, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-08-07 14:57:50 UTC (rev 138063)
@@ -0,0 +1,398 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=5.2.0
+_pkgver=5
+_islver=0.14.1
+pkgrel=2
+#_snapshot=5-20150623
+pkgdesc="The GNU Compiler Collection for multilib"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org";
+makedepends=('binutils>=2.25' 'libmpc' 'gcc-ada-multilib' 'doxygen'
+ 'lib32-glibc>=2.22')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+pr66035.patch)
+md5sums=('a51bcfeb3da7dd4c623e27207ed43467'
+ '118d1a379abf7606a3334c98a8411c79'
+ '5b980076cd5fcbc3aff6014f306282dd')
+
+if [ -n "${_snapshot}" ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir="usr/lib/gcc/$CHOST/$pkgver"
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # link isl for in-tree build
+  ln -s ../isl-${_islver} isl
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver} > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66035
+  patch -p1 -i ${srcdir}/pr66035.patch
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix --enable-libmpx \
+  --with-system-zlib --with-isl --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-lto --enable-plugin --enable-install-libiberty \
+  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
+  --enable-multilib --disable-werror \
+  --enable-checking=release \
+  --with-default-libstdcxx-abi=gcc4-compatible
+
+  make
+  
+  # make documentation
+  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
+}
+
+check() {
+  cd ${srcdir}/gcc-build
+
+  # increase stack size to prevent test failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+  ulimit -s 32768
+
+  # do not abort on error as some are "expected"
+  make -k check || true
+  ${srcdir}/${_basedir}/c

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

2015-08-07 Thread Jan Steffens
Date: Friday, August 7, 2015 @ 16:18:10
  Author: heftig
Revision: 138062

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-glibc/repos/multilib-staging-x86_64/
  lib32-glibc/repos/multilib-staging-x86_64/PKGBUILD
(from rev 138061, lib32-glibc/trunk/PKGBUILD)
  lib32-glibc/repos/multilib-staging-x86_64/lib32-glibc.conf
(from rev 138061, lib32-glibc/trunk/lib32-glibc.conf)

--+
 PKGBUILD |  158 +
 lib32-glibc.conf |1 
 2 files changed, 159 insertions(+)

Copied: lib32-glibc/repos/multilib-staging-x86_64/PKGBUILD (from rev 138061, 
lib32-glibc/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-08-07 14:18:10 UTC (rev 138062)
@@ -0,0 +1,158 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: valgrind-multilib requires rebuild with each major glibc version
+
+
+_pkgbasename=glibc
+pkgname=lib32-$_pkgbasename
+pkgver=2.22
+pkgrel=1
+pkgdesc="GNU C Library (32-bit)"
+arch=('x86_64')
+url="http://www.gnu.org/software/libc";
+license=('GPL' 'LGPL')
+groups=()
+depends=()
+makedepends=('gcc-multilib>=5.2')
+backup=()
+
+
+options=('!strip' 'staticlibs' '!emptydirs')
+
+source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
+lib32-glibc.conf)
+
+md5sums=('e51e02bf552a0a1fbbdc948fb2f5e83c'
+ 'SKIP'
+ '6e052f1cb693d5d3203f50f9d4e8c33b')
+
+validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF')  # Carlos O'Donell
+
+prepare() {
+  cd ${srcdir}/glibc-${pkgver}
+
+  # glibc-2.21..01b07c70
+  #patch -p1 -i $srcdir/glibc-2.21-roundup.patch
+
+  mkdir ${srcdir}/glibc-build
+}
+
+build() {
+  cd ${srcdir}/glibc-build
+
+  #if [[ ${CARCH} = "i686" ]]; then
+# Hack to fix NPTL issues with Xen, only required on 32bit platforms
+# TODO: make separate glibc-xen package for i686
+export CFLAGS="${CFLAGS} -mno-tls-direct-seg-refs"
+  #fi
+
+  echo "slibdir=/usr/lib32" >> configparms
+  echo "rtlddir=/usr/lib32" >> configparms
+  echo "sbindir=/usr/bin" >> configparms
+  echo "rootsbindir=/usr/bin" >> configparms
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+
+  # remove hardening options for building libraries
+  CFLAGS=${CFLAGS/-fstack-protector-strong/}
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+
+  ${srcdir}/${_pkgbasename}-${pkgver}/configure --prefix=/usr \
+  --libdir=/usr/lib32 --libexecdir=/usr/lib32 \
+  --with-headers=/usr/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-add-ons \
+  --enable-obsolete-rpc \
+  --enable-kernel=2.6.32 \
+  --enable-bind-now --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --enable-multi-arch \
+  --disable-werror \
+  i686-unknown-linux-gnu
+
+  # build libraries with hardening disabled
+  echo "build-programs=no" >> configparms
+  make
+
+  # re-enable hardening for programs
+  sed -i "/build-programs=/s#no#yes#" configparms
+  echo "CC += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
+  echo "CXX += -fstack-protector-strong -D_FORTIFY_SOURCE=2" >> configparms
+  make
+
+  # remove harding in preparation to run test-suite
+  sed -i '5,7d' configparms
+}
+
+check() {
+  cd ${srcdir}/glibc-build
+
+  # some failures are "expected"
+  make check || true
+}
+
+package() {
+  cd ${srcdir}/glibc-build
+
+
+
+
+  make install_root=${pkgdir} install
+
+  rm -rf ${pkgdir}/{etc,sbin,usr/{bin,sbin,share},var}
+
+  # We need one 32 bit specific header file
+  find ${pkgdir}/usr/include -type f -not -name stubs-32.h -delete
+
+
+  # Dynamic linker
+  mkdir ${pkgdir}/usr/lib
+  ln -s ../lib32/ld-linux.so.2 ${pkgdir}/usr/lib/
+
+  # Add lib32 paths to the default library search path
+  install -Dm644 "$srcdir/lib32-glibc.conf" 
"$pkgdir/etc/ld.so.conf.d/lib32-glibc.conf"
+
+  # Symlink /usr/lib32/locale to /usr/lib/locale
+  ln -s ../lib/locale "$pkgdir/usr/lib32/locale"
+
+  # remove the static libraries that have a shared counterpart
+  # libc, libdl, libm and libpthread are required for toolchain testsuites
+  # in addition libcrypt appears widely required
+  rm $pkgdir/usr/lib32/lib{anl,BrokenLocale,nsl,resolv,rt,util}.a
+
+
+
+
+  # Do not strip the following files for improved debugging support
+  # ("improved" as in not breaking gdb and valgrind...):
+  #   ld-${pkgver}.so
+  #   libc-${pkgver}.so
+  #   libpthread-${pkgver}.so
+  #   libthread_db-1.0.so
+
+  cd $pkgdir
+  strip $STRIP_BINARIES \
+\
+\
+usr/lib32/getconf/*
+
+
+
+
+  strip $STRIP_STATIC usr/lib32/*.a
+
+  strip $STRIP_SHARED usr/lib32/lib{anl,BrokenLocale,cid

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

2015-08-07 Thread Jan Steffens
Date: Friday, August 7, 2015 @ 16:16:16
  Author: heftig
Revision: 138061

glibc 2.22

Added:
  valgrind-multilib/trunk/valgrind-glibc.patch
  valgrind-multilib/trunk/valgrind-kernel-version.patch
Modified:
  valgrind-multilib/trunk/PKGBUILD
Deleted:
  valgrind-multilib/trunk/valgrind-3.9.0-glibc-2.21.patch

-+
 PKGBUILD|   17 +
 valgrind-3.9.0-glibc-2.21.patch |   54 -
 valgrind-glibc.patch|   69 ++
 valgrind-kernel-version.patch   |   47 +
 4 files changed, 126 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 14:12:05 UTC (rev 138060)
+++ PKGBUILD2015-08-07 14:16:16 UTC (rev 138061)
@@ -4,19 +4,21 @@
 
 pkgname=valgrind-multilib
 pkgver=3.10.1
-pkgrel=2.1
-pkgdesc="A tool to help find memory-management problems in programs for 
multilib"
+pkgrel=3
+pkgdesc='A tool to help find memory-management problems in programs for 
multilib'
 arch=(x86_64)
 license=(GPL)
 url='http://valgrind.org/'
-depends=('lib32-glibc>=2.21' 'lib32-glibc<2.22' 'perl')
+depends=('lib32-glibc>=2.22' 'lib32-glibc<2.23' 'perl')
 makedepends=('gdb' 'openmpi' 'gcc-multilib')
 optdepends=('openmpi: MPI support')
-options=('staticlibs' '!emptydirs')
+options=('!emptydirs')
 source=(http://valgrind.org/downloads/valgrind-$pkgver.tar.bz2
-valgrind-3.9.0-glibc-2.21.patch)
+valgrind-glibc.patch
+   valgrind-kernel-version.patch)
 sha1sums=('15518427de842547ffa84eff8b2b67f3b16581a8'
-  'f1740a5b03c69baee4aa0cefb27315d6b5ec6699')
+  '1fa127ef24630ad5f4901ea0e37ea2acb12d3d17'
+  '08b71e1ebc3e3906d0ff273db0aba2177a857c47')
 
 provides=("valgrind=$pkgver-$pkgrel")
 conflicts=('valgrind')
@@ -23,7 +25,8 @@
 
 prepare() {
   cd valgrind-$pkgver
-  patch -p1 -i "$srcdir"/valgrind-3.9.0-glibc-2.21.patch
+  patch -p1 -i "$srcdir"/valgrind-glibc.patch
+  patch -p1 -i "$srcdir"/valgrind-kernel-version.patch
 }
 
 build() {

Deleted: valgrind-3.9.0-glibc-2.21.patch
===
--- valgrind-3.9.0-glibc-2.21.patch 2015-08-07 14:12:05 UTC (rev 138060)
+++ valgrind-3.9.0-glibc-2.21.patch 2015-08-07 14:16:16 UTC (rev 138061)
@@ -1,54 +0,0 @@
-diff -Naur valgrind-3.9.0-orig/configure valgrind-3.9.0/configure
 valgrind-3.9.0-orig/configure  2013-11-01 09:33:32.0 +1000
-+++ valgrind-3.9.0/configure   2014-02-08 09:28:06.063248544 +1000
-@@ -6689,6 +6689,26 @@
-   DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
-   DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
-   ;;
-+ 2.20)
-+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.20 family" >&5
-+$as_echo "2.20 family" >&6; }
-+
-+$as_echo "#define GLIBC_2_20 1" >>confdefs.h
-+
-+  DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
-+  ;;
-+ 2.21)
-+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.21 family" >&5
-+$as_echo "2.21 family" >&6; }
-+
-+$as_echo "#define GLIBC_2_21 1" >>confdefs.h
-+
-+  DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
-+  ;;
-  darwin)
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: Darwin" >&5
- $as_echo "Darwin" >&6; }
-diff -Naur valgrind-3.9.0-orig/configure.ac valgrind-3.9.0/configure.ac
 valgrind-3.9.0-orig/configure.ac   2013-11-01 09:28:16.0 +1000
-+++ valgrind-3.9.0/configure.ac2014-02-08 09:27:38.870385366 +1000
-@@ -918,6 +918,20 @@
-   DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
-   DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
-   ;;
-+ 2.20)
-+  AC_MSG_RESULT(2.20 family)
-+  AC_DEFINE([GLIBC_2_20], 1, [Define to 1 if you're using glibc 2.20.x])
-+  DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
-+  ;;
-+ 2.21)
-+  AC_MSG_RESULT(2.21 family)
-+  AC_DEFINE([GLIBC_2_21], 1, [Define to 1 if you're using glibc 2.21.x])
-+  DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
-+  ;;
-  darwin)
-   AC_MSG_RESULT(Darwin)
-   AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin])

Added: valgrind-glibc.patch
===
--- valgrind-glibc.patch(rev 0)
+++ valgrind-glibc.patch2015-08-07 14:16:16 UTC (rev 1380

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

2015-08-07 Thread Jan Steffens
Date: Friday, August 7, 2015 @ 16:12:05
  Author: heftig
Revision: 138060

glibc 2.22

Modified:
  gcc-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 13:36:12 UTC (rev 138059)
+++ PKGBUILD2015-08-07 14:12:05 UTC (rev 138060)
@@ -9,7 +9,7 @@
 pkgver=5.2.0
 _pkgver=5
 _islver=0.14.1
-pkgrel=1
+pkgrel=2
 #_snapshot=5-20150623
 pkgdesc="The GNU Compiler Collection for multilib"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 license=('GPL' 'LGPL' 'FDL' 'custom')
 url="http://gcc.gnu.org";
 makedepends=('binutils>=2.25' 'libmpc' 'gcc-ada-multilib' 'doxygen'
- 'lib32-glibc>=2.21')
+ 'lib32-glibc>=2.22')
 checkdepends=('dejagnu' 'inetutils')
 options=('!emptydirs')
 source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
@@ -103,7 +103,7 @@
 package_lib32-gcc-libs()
 {
   pkgdesc="Runtime libraries shipped by GCC (32-bit)"
-  depends=('lib32-glibc>=2.21')
+  depends=('lib32-glibc>=2.22')
   options=('!emptydirs' '!strip')
 
   cd ${srcdir}/gcc-build
@@ -139,7 +139,7 @@
 package_gcc-libs-multilib()
 {
   pkgdesc="Runtime libraries shipped by GCC for multilib"
-  depends=('glibc>=2.21' "lib32-gcc-libs=$pkgver-$pkgrel")
+  depends=('glibc>=2.22' "lib32-gcc-libs=$pkgver-$pkgrel")
   provides=("gcc-libs=$pkgver-$pkgrel")
   conflicts=('gcc-libs')
   options=('!emptydirs' '!strip')


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

2015-08-07 Thread Alexander Rødseth
Date: Friday, August 7, 2015 @ 15:36:12
  Author: arodseth
Revision: 138059

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

Added:
  wings3d/repos/community-i686/PKGBUILD
(from rev 138058, wings3d/trunk/PKGBUILD)
  wings3d/repos/community-i686/wings3d.install
(from rev 138058, wings3d/trunk/wings3d.install)
  wings3d/repos/community-i686/wings3d.sh
(from rev 138058, wings3d/trunk/wings3d.sh)
  wings3d/repos/community-x86_64/PKGBUILD
(from rev 138058, wings3d/trunk/PKGBUILD)
  wings3d/repos/community-x86_64/wings3d.install
(from rev 138058, wings3d/trunk/wings3d.install)
  wings3d/repos/community-x86_64/wings3d.sh
(from rev 138058, wings3d/trunk/wings3d.sh)
Deleted:
  wings3d/repos/community-i686/PKGBUILD
  wings3d/repos/community-i686/wings3d.install
  wings3d/repos/community-i686/wings3d.sh
  wings3d/repos/community-x86_64/PKGBUILD
  wings3d/repos/community-x86_64/wings3d.install
  wings3d/repos/community-x86_64/wings3d.sh

--+
 /PKGBUILD|   98 +
 /wings3d.install |   26 +
 /wings3d.sh  |4 +
 community-i686/PKGBUILD  |   45 
 community-i686/wings3d.install   |   13 
 community-i686/wings3d.sh|2 
 community-x86_64/PKGBUILD|   45 
 community-x86_64/wings3d.install |   13 
 community-x86_64/wings3d.sh  |2 
 9 files changed, 128 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-07 13:35:57 UTC (rev 138058)
+++ community-i686/PKGBUILD 2015-08-07 13:36:12 UTC (rev 138059)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: kappa 
-
-pkgname=wings3d
-_pkgname=wings
-pkgver=1.5.3
-pkgrel=2
-pkgdesc='3D modeling program'
-arch=('x86_64' 'i686')
-url='http://www.wings3d.com/'
-license=('GPL')
-depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang')
-makedepends=('gendesk' 'imagemagick')
-optdepends=('povray: rendering support via POV-Ray')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2";
-"$pkgname.sh")
-sha256sums=('c08060016f83679ce08947942d31af0e3b5d105525d0df5e993ec6f1a81fdd8e'
-'46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e')
-
-prepare() {
-  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name 'Wings3D' \
---genericname '3D Modeler' --categories 'Graphics;3DGraphics'
-  convert "$_pkgname-$pkgver/win32/wings.ico" "$pkgname.png"
-}
-
-build() {
-  export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
-  make -C "$_pkgname-$pkgver" all lang
-}
-
-package() {
-  install -Dm644 "$pkgname-3.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  cd "$_pkgname-$pkgver"
-  install -d "$pkgdir/usr/lib/$pkgname"
-  for subdir in ebin fonts patches plugins shaders textures; do
-cp -r "$srcdir/$_pkgname-$pkgver/$subdir/" "$pkgdir/usr/lib/$pkgname"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wings3d/repos/community-i686/PKGBUILD (from rev 138058, 
wings3d/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-07 13:36:12 UTC (rev 138059)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: kappa 
+
+pkgname=wings3d
+_pkgname=wings
+pkgver=1.5.4
+pkgrel=1
+pkgdesc='3D modeling program'
+arch=('x86_64' 'i686')
+url='http://www.wings3d.com/'
+license=('GPL')
+depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang')
+makedepends=('gendesk' 'imagemagick')
+optdepends=('povray: rendering support via POV-Ray')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2";
+"$pkgname.sh")
+sha256sums=('bd04ca1c1237f3a6f29ce3f653015e21142b849b338a3d1ab8633e3c6bcde663'
+'46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e')
+
+prepare() {
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name 'Wings3D' \
+--genericname '3D Modeler' --categories 'Graphics;3DGraphics'
+  convert "$_pkgname-$pkgver/win32/wings.ico" "$pkgname.png"
+
+  # Path fix for building wpc_lwo
+  ln -s "$srcdir/$_pkgname-$pkgver" 
"$_pkgname-$pkgver/plugins_src/import_export/wings"
+}
+
+build() {
+  export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
+  make -C "$_pkgname-$pkgver" all lang
+}
+
+package() {
+  install -Dm644 "$pkgname-3.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm755 "$p

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

2015-08-07 Thread Alexander Rødseth
Date: Friday, August 7, 2015 @ 15:35:57
  Author: arodseth
Revision: 138058

upgpkg: wings3d 1.5.4-1

Modified:
  wings3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 13:11:36 UTC (rev 138057)
+++ PKGBUILD2015-08-07 13:35:57 UTC (rev 138058)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: kappa 
 
 pkgname=wings3d
 _pkgname=wings
-pkgver=1.5.3
-pkgrel=2
+pkgver=1.5.4
+pkgrel=1
 pkgdesc='3D modeling program'
 arch=('x86_64' 'i686')
 url='http://www.wings3d.com/'
@@ -16,7 +16,7 @@
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2";
 "$pkgname.sh")
-sha256sums=('c08060016f83679ce08947942d31af0e3b5d105525d0df5e993ec6f1a81fdd8e'
+sha256sums=('bd04ca1c1237f3a6f29ce3f653015e21142b849b338a3d1ab8633e3c6bcde663'
 '46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e')
 
 prepare() {
@@ -23,6 +23,9 @@
   gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name 'Wings3D' \
 --genericname '3D Modeler' --categories 'Graphics;3DGraphics'
   convert "$_pkgname-$pkgver/win32/wings.ico" "$pkgname.png"
+
+  # Path fix for building wpc_lwo
+  ln -s "$srcdir/$_pkgname-$pkgver" 
"$_pkgname-$pkgver/plugins_src/import_export/wings"
 }
 
 build() {
@@ -42,4 +45,5 @@
   done
 }
 
+# getver: wings3d.com/?page_id=84
 # vim:set ts=2 sw=2 et:


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

2015-08-07 Thread Jan Steffens
Date: Friday, August 7, 2015 @ 15:11:36
  Author: heftig
Revision: 138057

restore valgrind note

Modified:
  lib32-glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 13:09:53 UTC (rev 138056)
+++ PKGBUILD2015-08-07 13:11:36 UTC (rev 138057)
@@ -4,6 +4,7 @@
 # Contributor: Allan McRae 
 
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: valgrind-multilib requires rebuild with each major glibc version
 
 
 _pkgbasename=glibc


[arch-commits] Commit in lib32-glibc/trunk (PKGBUILD glibc-2.21-roundup.patch)

2015-08-07 Thread Jan Steffens
Date: Friday, August 7, 2015 @ 15:09:53
  Author: heftig
Revision: 138056

2.22

Modified:
  lib32-glibc/trunk/PKGBUILD
Deleted:
  lib32-glibc/trunk/glibc-2.21-roundup.patch

--+
 PKGBUILD |   40 +++---
 glibc-2.21-roundup.patch |   97 -
 2 files changed, 25 insertions(+), 112 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 13:08:16 UTC (rev 138055)
+++ PKGBUILD2015-08-07 13:09:53 UTC (rev 138056)
@@ -5,10 +5,11 @@
 
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
 
+
 _pkgbasename=glibc
 pkgname=lib32-$_pkgbasename
-pkgver=2.21
-pkgrel=4
+pkgver=2.22
+pkgrel=1
 pkgdesc="GNU C Library (32-bit)"
 arch=('x86_64')
 url="http://www.gnu.org/software/libc";
@@ -15,7 +16,7 @@
 license=('GPL' 'LGPL')
 groups=()
 depends=()
-makedepends=('gcc-multilib>=4.9')
+makedepends=('gcc-multilib>=5.2')
 backup=()
 
 
@@ -22,12 +23,12 @@
 options=('!strip' 'staticlibs' '!emptydirs')
 
 source=(http://ftp.gnu.org/gnu/libc/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
-glibc-2.21-roundup.patch
 lib32-glibc.conf)
-md5sums=('9cb398828e8f84f57d1f7d5588cf40cd'
+
+md5sums=('e51e02bf552a0a1fbbdc948fb2f5e83c'
  'SKIP'
- 'feb826d5f4965e9892ee6e851fec43a9'
  '6e052f1cb693d5d3203f50f9d4e8c33b')
+
 validpgpkeys=('F37CDAB708E65EA183FD1AF625EF0A436C2A4AFF')  # Carlos O'Donell
 
 prepare() {
@@ -34,7 +35,7 @@
   cd ${srcdir}/glibc-${pkgver}
 
   # glibc-2.21..01b07c70
-  patch -p1 -i $srcdir/glibc-2.21-roundup.patch
+  #patch -p1 -i $srcdir/glibc-2.21-roundup.patch
 
   mkdir ${srcdir}/glibc-build
 }
@@ -89,17 +90,18 @@
 }
 
 check() {
-  # the linker commands need to be reordered - fixed in 2.19
-  LDFLAGS=${LDFLAGS/--as-needed,/}
-
   cd ${srcdir}/glibc-build
 
-  # tst-cleanupx4 failure on i686 is "expected"
+  # some failures are "expected"
   make check || true
 }
 
 package() {
   cd ${srcdir}/glibc-build
+
+
+
+
   make install_root=${pkgdir} install
 
   rm -rf ${pkgdir}/{etc,sbin,usr/{bin,sbin,share},var}
@@ -123,6 +125,9 @@
   # in addition libcrypt appears widely required
   rm $pkgdir/usr/lib32/lib{anl,BrokenLocale,nsl,resolv,rt,util}.a
 
+
+
+
   # Do not strip the following files for improved debugging support
   # ("improved" as in not breaking gdb and valgrind...):
   #   ld-${pkgver}.so
@@ -137,11 +142,16 @@
 usr/lib32/getconf/*
 
 
+
+
   strip $STRIP_STATIC usr/lib32/*.a
 
-  strip $STRIP_SHARED usr/lib32/{libanl,libBrokenLocale,libcidn,libcrypt}-*.so 
\
+  strip $STRIP_SHARED usr/lib32/lib{anl,BrokenLocale,cidn,crypt}-*.so \
   
usr/lib32/libnss_{compat,db,dns,files,hesiod,nis,nisplus}-*.so \
-  
usr/lib32/{libdl,libm,libnsl,libresolv,librt,libutil}-*.so \
-  usr/lib32/{libmemusage,libpcprofile,libSegFault}.so \
-  usr/lib32/{audit,gconv}/*.so
+  usr/lib32/lib{dl,m,nsl,resolv,rt,util}-*.so \
+  usr/lib32/lib{memusage,pcprofile,SegFault}.so \
+  usr/lib32/{audit,gconv}/*.so || true
+
+
+
 }

Deleted: glibc-2.21-roundup.patch
===
--- glibc-2.21-roundup.patch2015-08-07 13:08:16 UTC (rev 138055)
+++ glibc-2.21-roundup.patch2015-08-07 13:09:53 UTC (rev 138056)
@@ -1,97 +0,0 @@
-diff --git a/ChangeLog b/ChangeLog
-index dc1ed1b..26feb07 100644
 a/ChangeLog
-+++ b/ChangeLog
-@@ -1,3 +1,15 @@
-+2015-04-21  Arjun Shankar  
-+
-+  [BZ #18287]
-+  * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
-+  based on padding.  (CVE-2015-1781)
-+
-+2015-02-10  Evangelos Foutras  
-+
-+  [BZ #17949]
-+  * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
-+  jump label.
-+
- 2015-02-06  Carlos O'Donell  
- 
-   * version.h (RELEASE): Set to "stable".
-@@ -7,6 +19,7 @@
-   * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
- 
- 2015-02-05  Paul Pluzhnikov  
-+  Paul Eggert  
- 
-   [BZ #16618]
-   * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
-diff --git a/NEWS b/NEWS
-index 617cdbb..c9f6b58 100644
 a/NEWS
-+++ b/NEWS
-@@ -5,6 +5,19 @@ See the end for copying conditions.
- Please send GNU C library bug reports via 
- using `glibc' in the "product" field.
- 
-+Version 2.21.1
-+
-+* The following bugs are resolved with this release:
-+
-+  17949, 18287.
-+
-+* A buffer overflow in gethostbyname_r and related functions performing DNS
-+  requests has been fixed.  If the NSS functions were called with a
-+  misaligned buffer, the buffer length change due to pointer alignment was
-+  not taken into account.  This could result in application crashes or,
-+  potentially arbitrary code execution, using crafted, but syntactically
-+ 

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

2015-08-07 Thread Jan Steffens
Date: Friday, August 7, 2015 @ 15:08:16
  Author: heftig
Revision: 138055

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-07 13:07:47 UTC (rev 138054)
+++ PKGBUILD2015-08-07 13:08:16 UTC (rev 138055)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-# NOTE: requires rebuilt with each new gcc version
-
-pkgname=lib32-libltdl
-pkgver=2.4.6
-pkgrel=2
-pkgdesc="A generic library support script (32-bit)"
-arch=('x86_64')
-url="http://www.gnu.org/software/libtool";
-license=('GPL')
-groups=('multilib-devel')
-depends=('sh' 'tar' 'lib32-glibc' 'libtool')
-makedepends=('gcc-multilib')
-provides=("lib32-libtool=$pkgver")
-conflicts=('lib32-libtool')
-replaces=('lib32-libtool')
-source=(ftp://ftp.gnu.org/pub/gnu/libtool/libtool-${pkgver}.tar.xz{,.sig})
-md5sums=('1bfb9b923f2c1339b4d2ce1807064aa5'
- 'SKIP')
-validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')   # Gary Vaughan
-
-build() {
-  cd ${srcdir}/libtool-${pkgver}
-  export CC="gcc -m32" CXX="g++ -m32"
-  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib 
/usr/lib32" --libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd ${srcdir}/libtool-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/libtool-${pkgver}
-  make DESTDIR=${pkgdir} install-libLTLIBRARIES
-}

Copied: lib32-libltdl/repos/multilib-x86_64/PKGBUILD (from rev 138054, 
lib32-libltdl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-07 13:08:16 UTC (rev 138055)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=lib32-libltdl
+pkgver=2.4.6
+pkgrel=3
+pkgdesc="A generic library support script (32-bit)"
+arch=('x86_64')
+url="http://www.gnu.org/software/libtool";
+license=('GPL')
+groups=('multilib-devel')
+depends=('sh' 'tar' 'lib32-glibc' 'libtool')
+makedepends=('gcc-multilib')
+provides=("lib32-libtool=$pkgver")
+conflicts=('lib32-libtool')
+replaces=('lib32-libtool')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/libtool-${pkgver}.tar.xz{,.sig})
+md5sums=('1bfb9b923f2c1339b4d2ce1807064aa5'
+ 'SKIP')
+validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')   # Gary Vaughan
+
+build() {
+  cd ${srcdir}/libtool-${pkgver}
+  export CC="gcc -m32" CXX="g++ -m32"
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib 
/usr/lib32" --libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd ${srcdir}/libtool-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/libtool-${pkgver}
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+}


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

2015-08-07 Thread Jan Steffens
Date: Friday, August 7, 2015 @ 15:07:47
  Author: heftig
Revision: 138054

gcc 5.2?

Modified:
  lib32-libltdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 07:33:52 UTC (rev 138053)
+++ PKGBUILD2015-08-07 13:07:47 UTC (rev 138054)
@@ -7,7 +7,7 @@
 
 pkgname=lib32-libltdl
 pkgver=2.4.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A generic library support script (32-bit)"
 arch=('x86_64')
 url="http://www.gnu.org/software/libtool";


[arch-commits] Commit in glibc/trunk (glibc-2.21-roundup.patch)

2015-08-07 Thread Jan Steffens
Date: Friday, August 7, 2015 @ 14:54:10
  Author: heftig
Revision: 243110

Remove old patch

Deleted:
  glibc/trunk/glibc-2.21-roundup.patch

--+
 glibc-2.21-roundup.patch |   97 -
 1 file changed, 97 deletions(-)

Deleted: glibc-2.21-roundup.patch
===
--- glibc-2.21-roundup.patch2015-08-07 12:39:10 UTC (rev 243109)
+++ glibc-2.21-roundup.patch2015-08-07 12:54:10 UTC (rev 243110)
@@ -1,97 +0,0 @@
-diff --git a/ChangeLog b/ChangeLog
-index dc1ed1b..26feb07 100644
 a/ChangeLog
-+++ b/ChangeLog
-@@ -1,3 +1,15 @@
-+2015-04-21  Arjun Shankar  
-+
-+  [BZ #18287]
-+  * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
-+  based on padding.  (CVE-2015-1781)
-+
-+2015-02-10  Evangelos Foutras  
-+
-+  [BZ #17949]
-+  * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
-+  jump label.
-+
- 2015-02-06  Carlos O'Donell  
- 
-   * version.h (RELEASE): Set to "stable".
-@@ -7,6 +19,7 @@
-   * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
- 
- 2015-02-05  Paul Pluzhnikov  
-+  Paul Eggert  
- 
-   [BZ #16618]
-   * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
-diff --git a/NEWS b/NEWS
-index 617cdbb..c9f6b58 100644
 a/NEWS
-+++ b/NEWS
-@@ -5,6 +5,19 @@ See the end for copying conditions.
- Please send GNU C library bug reports via 
- using `glibc' in the "product" field.
- 
-+Version 2.21.1
-+
-+* The following bugs are resolved with this release:
-+
-+  17949, 18287.
-+
-+* A buffer overflow in gethostbyname_r and related functions performing DNS
-+  requests has been fixed.  If the NSS functions were called with a
-+  misaligned buffer, the buffer length change due to pointer alignment was
-+  not taken into account.  This could result in application crashes or,
-+  potentially arbitrary code execution, using crafted, but syntactically
-+  valid DNS responses.  (CVE-2015-1781)
-+
- Version 2.21
- 
- * The following bugs are resolved with this release:
-@@ -21,10 +34,11 @@ Version 2.21
-   17801, 17803, 17806, 17834, 17844, 17848, 17868, 17869, 17870, 17885,
-   17892.
- 
--* CVE-2015-1472 Under certain conditions wscanf can allocate too little
--  memory for the to-be-scanned arguments and overflow the allocated
--  buffer.  The implementation now correctly computes the required buffer
--  size when using malloc.
-+* CVE-2015-1472 CVE-2015-1473 Under certain conditions wscanf can allocate
-+  too little memory for the to-be-scanned arguments and overflow the
-+  allocated buffer.  The implementation now correctly computes the required
-+  buffer size when using malloc, and switches to malloc from alloca as
-+  intended.
- 
- * A new semaphore algorithm has been implemented in generic C code for all
-   machines. Previous custom assembly implementations of semaphore were
-diff --git a/resolv/nss_dns/dns-host.c b/resolv/nss_dns/dns-host.c
-index f715ab0..40069a7 100644
 a/resolv/nss_dns/dns-host.c
-+++ b/resolv/nss_dns/dns-host.c
-@@ -615,7 +615,8 @@ getanswer_r (const querybuf *answer, int anslen, const 
char *qname, int qtype,
-   int have_to_map = 0;
-   uintptr_t pad = -(uintptr_t) buffer % __alignof__ (struct host_data);
-   buffer += pad;
--  if (__glibc_unlikely (buflen < sizeof (struct host_data) + pad))
-+  buflen = buflen > pad ? buflen - pad : 0;
-+  if (__glibc_unlikely (buflen < sizeof (struct host_data)))
- {
-   /* The buffer is too small.  */
- too_small:
-diff --git a/sysdeps/i386/i686/multiarch/mempcpy_chk.S 
b/sysdeps/i386/i686/multiarch/mempcpy_chk.S
-index 207b648..b6fa202 100644
 a/sysdeps/i386/i686/multiarch/mempcpy_chk.S
-+++ b/sysdeps/i386/i686/multiarch/mempcpy_chk.S
-@@ -36,8 +36,8 @@ ENTRY(__mempcpy_chk)
-   cmpl$0, KIND_OFFSET+__cpu_features@GOTOFF(%ebx)
-   jne 1f
-   call__init_cpu_features
--  leal__mempcpy_chk_ia32@GOTOFF(%ebx), %eax
--1:testl   $bit_SSE2, CPUID_OFFSET+index_SSE2+__cpu_features@GOTOFF(%ebx)
-+1:leal__mempcpy_chk_ia32@GOTOFF(%ebx), %eax
-+  testl   $bit_SSE2, CPUID_OFFSET+index_SSE2+__cpu_features@GOTOFF(%ebx)
-   jz  2f
-   leal__mempcpy_chk_sse2_unaligned@GOTOFF(%ebx), %eax
-   testl   $bit_Fast_Unaligned_Load, 
FEATURE_OFFSET+index_Fast_Unaligned_Load+__cpu_features@GOTOFF(%ebx)


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

2015-08-07 Thread Ronald van Haren
Date: Friday, August 7, 2015 @ 14:39:10
  Author: ronald
Revision: 243109

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

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

---+
 testing-i686/PKGBUILD |   48 
 testing-i686/octave.install   |   20 
 testing-x86_64/PKGBUILD   |   48 
 testing-x86_64/octave.install |   20 
 4 files changed, 136 insertions(+)

Copied: octave/repos/testing-i686/PKGBUILD (from rev 243108, 
octave/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-07 12:39:10 UTC (rev 243109)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org";
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting'
+'qscintilla: experimental gui')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
+options=('!emptydirs')
+install=octave.install
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"  \
+  MOC=moc-qt4 UIC=uic-qt4
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Copied: octave/repos/testing-i686/octave.install (from rev 243108, 
octave/trunk/octave.install)
===
--- testing-i686/octave.install (rev 0)
+++ testing-i686/octave.install 2015-08-07 12:39:10 UTC (rev 243109)
@@ -0,0 +1,20 @@
+info_dir=/usr/share/info
+info_files=(octave.info octave.info-1 octave.info-2 octave.info-3 
octave.info-4 octave.info-5 octave.info-6 octave.info-7 octave.info-8)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+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: octave/repos/testing-x86_64/PKGBUILD (from rev 243108, 
octave/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-07 12:39:10 UTC (rev 243109)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org";
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript' 'suitesparse' 'gl2ps')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting'
+'qscintilla: experimental gui')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
+options=('!emptydirs')
+install=octave.install
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-

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

2015-08-07 Thread Ronald van Haren
Date: Friday, August 7, 2015 @ 14:38:57
  Author: ronald
Revision: 243108

upgpkg: octave 4.0.0-1

update to 4.0.0

Modified:
  octave/trunk/PKGBUILD
  octave/trunk/octave.install
Deleted:
  octave/trunk/octave-suitesparse.patch

--+
 PKGBUILD |   16 --
 octave-suitesparse.patch |  299 -
 octave.install   |2 
 3 files changed, 7 insertions(+), 310 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 10:19:10 UTC (rev 243107)
+++ PKGBUILD2015-08-07 12:38:57 UTC (rev 243108)
@@ -4,8 +4,8 @@
 # Contributor : cyberdune 
 
 pkgname=octave
-pkgver=3.8.2
-pkgrel=6
+pkgver=4.0.0
+pkgrel=1
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('i686' 'x86_64')
 url="http://www.octave.org";
@@ -15,19 +15,13 @@
 optdepends=('texinfo: for help-support in octave'
 'gnuplot: alternative plotting'
 'qscintilla: experimental gui')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig} 
'octave-suitesparse.patch')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
 options=('!emptydirs')
 install=octave.install
-sha1sums=('02c38e0f69bce4e6dd7be7d301898347085d9c2d'
-  'SKIP'
-  'acbe2b6d77d6d5f7b9f6fc4019c362be36cf9452')
 validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9'
+  'SKIP')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/octave-suitesparse.patch"
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Deleted: octave-suitesparse.patch
===
--- octave-suitesparse.patch2015-08-07 10:19:10 UTC (rev 243107)
+++ octave-suitesparse.patch2015-08-07 12:38:57 UTC (rev 243108)
@@ -1,299 +0,0 @@
-
-# HG changeset patch
-# User John W. Eaton 
-# Date 1411328708 14400
-# Node ID afd6179d2616bfc429a5d24f14d50f01c5e56546
-# Parent  ebeb3defae373a628ccd11eba69d7bde33855cc7
-allow building with new version of SuiteSparse (bug #43063)
-
-* oct-sparse.h (SUITESPARSE_ASSIGN_FPTR, SUITESPARSE_ASSIGN_FPTR2):
-New macros.
-* amd.cc, symbfact.cc, CSparse.cc, dSparse.cc, sparse-base-chol.cc:
-Use as needed.
-
-From Andre da Costa Barros .
-
-diff --git a/libinterp/dldfcn/amd.cc b/libinterp/dldfcn/amd.cc
 a/libinterp/dldfcn/amd.cc
-+++ b/libinterp/dldfcn/amd.cc
-@@ -164,11 +164,11 @@
- 
-   // FIXME: how can we manage the memory allocation of amd
-   //in a cleaner manner?
--  amd_malloc = malloc;
--  amd_free = free;
--  amd_calloc = calloc;
--  amd_realloc = realloc;
--  amd_printf = printf;
-+  SUITESPARSE_ASSIGN_FPTR (malloc_func, amd_malloc, malloc);
-+  SUITESPARSE_ASSIGN_FPTR (free_func, amd_free, free);
-+  SUITESPARSE_ASSIGN_FPTR (calloc_func, amd_calloc, calloc);
-+  SUITESPARSE_ASSIGN_FPTR (realloc_func, amd_realloc, realloc);
-+  SUITESPARSE_ASSIGN_FPTR (printf_func, amd_printf, printf);
- 
-   octave_idx_type result = AMD_NAME (_order) (n_col, cidx, ridx, 
P,
-   Control, Info);
-diff --git a/libinterp/dldfcn/symbfact.cc b/libinterp/dldfcn/symbfact.cc
 a/libinterp/dldfcn/symbfact.cc
-+++ b/libinterp/dldfcn/symbfact.cc
-@@ -114,17 +114,17 @@
-   if (spu == 0.)
- {
-   cm->print = -1;
--  cm->print_function = 0;
-+  SUITESPARSE_ASSIGN_FPTR (printf_func, cm->print_function, 0);
- }
-   else
- {
-   cm->print = static_cast (spu) + 2;
--  cm->print_function =&SparseCholPrint;
-+  SUITESPARSE_ASSIGN_FPTR (printf_func, cm->print_function, 
&SparseCholPrint);
- }
- 
-   cm->error_handler = &SparseCholError;
--  cm->complex_divide = CHOLMOD_NAME(divcomplex);
--  cm->hypotenuse = CHOLMOD_NAME(hypot);
-+  SUITESPARSE_ASSIGN_FPTR2 (divcomplex_func, cm->complex_divide, divcomplex);
-+  SUITESPARSE_ASSIGN_FPTR2 (hypot_func, cm->hypotenuse, hypot);
- 
-   double dummy;
-   cholmod_sparse Astore;
-diff --git a/liboctave/array/CSparse.cc b/liboctave/array/CSparse.cc
 a/liboctave/array/CSparse.cc
-+++ b/liboctave/array/CSparse.cc
-@@ -5669,17 +5669,17 @@
-   if (spu == 0.)
- {
-   cm->print = -1;
--  cm->print_function = 0;
-+  SUITESPARSE_ASSIGN_FPTR (printf_func, cm->print_function, 0);
- }
-   else
- {
-   cm->print = static_cast (spu) + 2;
--  cm->print_function =&SparseCholPrint;
-+  SUITESPARSE_ASSIGN_FPTR (printf_func, cm->print_function, 
&SparseCholPrint);
- }
- 
-   cm->error_handler = &SparseCholError;
--  cm->complex_divide = CHOLMOD_NAME(divcomplex);

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

2015-08-07 Thread Ronald van Haren
Date: Friday, August 7, 2015 @ 12:19:10
  Author: ronald
Revision: 243107

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

Added:
  digikam/repos/extra-i686/PKGBUILD
(from rev 243106, digikam/trunk/PKGBUILD)
  digikam/repos/extra-i686/digikam.install
(from rev 243106, digikam/trunk/digikam.install)
  digikam/repos/extra-i686/kipi-plugins.install
(from rev 243106, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 243106, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/digikam.install
(from rev 243106, digikam/trunk/digikam.install)
  digikam/repos/extra-x86_64/kipi-plugins.install
(from rev 243106, digikam/trunk/kipi-plugins.install)
Deleted:
  digikam/repos/extra-i686/PKGBUILD
  digikam/repos/extra-i686/digikam.install
  digikam/repos/extra-i686/kipi-plugins.install
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/digikam.install
  digikam/repos/extra-x86_64/kipi-plugins.install

---+
 /PKGBUILD |  184 
 /digikam.install  |   24 
 /kipi-plugins.install |   24 
 extra-i686/PKGBUILD   |   98 ---
 extra-i686/digikam.install|   12 --
 extra-i686/kipi-plugins.install   |   12 --
 extra-x86_64/PKGBUILD |   98 ---
 extra-x86_64/digikam.install  |   12 --
 extra-x86_64/kipi-plugins.install |   12 --
 9 files changed, 232 insertions(+), 244 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-07 10:18:50 UTC (rev 243106)
+++ extra-i686/PKGBUILD 2015-08-07 10:19:10 UTC (rev 243107)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libmediawiki')
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="Digital photo management application for KDE"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.digikam.org/";
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'libkvkontakte' 
'hugin' 'libgphoto2'
- 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick' 'eigen' 
-'libbaloo4' 'libpgf' 'libusb-compat' 'libkface' 'libkgeomap')
-source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('8fa6e277b775b615f10403b30a1b6d45c957ff3c')
-
-prepare() {
-# Remove internal FindLibKVkontakte.cmake
-  cd $pkgname-$pkgver
-  rm cmake/modules/FindLibKVkontakte.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_tests=OFF \
--DDIGIKAMSC_COMPILE_LIBMEDIAWIKI=ON 
-  make
-}
-
-package_digikam() {
-  pkgdesc="Digital photo management application for KDE"
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun' 
-  'libpgf' 'libbaloo4')
-  optdepends=('kipi-plugins: more tools and plugins' 'kdebase-workspace: Theme 
configuration dialog')
-  install=digikam.install
-
-  cd build/core
-  make DESTDIR="${pkgdir}" install
-  cd ../../build/doc/digikam/digikam
-  make DESTDIR="${pkgdir}" install
-  cd ../showfoto
-  make DESTDIR="${pkgdir}" install
-  cd ../../../../build/po
-  make DESTDIR="${pkgdir}" install
-
-  # Put these in the relevant splitted packages
-  rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/kipiplugin*.mo
-  #rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkgeomap*.mo
-  # Fix conflicts with kde-l10n-* (FS#33762)
-  rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkipi.mo
-}
-
-package_libmediawiki() {
-  pkgdesc="A KDE C++ interface for MediaWiki based web service as 
wikipedia.org"
-  depends=('kdelibs')
-
-  cd build/extra/libmediawiki
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kipi-plugins() {
-  pkgdesc="A collection of plugins extending the KDE graphics and image 
applications as digiKam"
-  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane' 
'libkexiv2')
-  optdepends=('libkgeomap: Geolocalize tool'
-  'libmediawiki: MediaWiki Export plugin'
-  'libkvkontakte: VKontakte.ru Exporter plugin'
-  'libgpod: iPodExport plugin'
-  'opencv: Remove Red Eyes plugin'
-  'imagemagick: Video SlideShow plugin'
-  'qt-gstreamer: Video SlideShow plugin'
- 'hugin: panorama tools')
-  options=('staticlibs')
-  install=kipi-plugins.install
-
-  cd build/extra/kipi-plugins
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/po
-  make DESTDIR="${pkgdir}" install
-  # Put these in the relevant splitted packages
-  #rm

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

2015-08-07 Thread Ronald van Haren
Date: Friday, August 7, 2015 @ 12:18:50
  Author: ronald
Revision: 243106

upgpkg: digikam 4.12.0-1

update to 4.12.0

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 03:16:43 UTC (rev 243105)
+++ PKGBUILD2015-08-07 10:18:50 UTC (rev 243106)
@@ -5,7 +5,7 @@
 
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libmediawiki')
-pkgver=4.11.0
+pkgver=4.12.0
 pkgrel=1
 pkgdesc="Digital photo management application for KDE"
 arch=('i686' 'x86_64')
@@ -16,14 +16,8 @@
  'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick' 'eigen' 
 'libbaloo4' 'libpgf' 'libusb-compat' 'libkface' 'libkgeomap')
 
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('8fa6e277b775b615f10403b30a1b6d45c957ff3c')
+sha1sums=('f7ce2c72946e21b669cfa35c4ce8652337f9c68a')
 
-prepare() {
-# Remove internal FindLibKVkontakte.cmake
-  cd $pkgname-$pkgver
-  rm cmake/modules/FindLibKVkontakte.cmake
-}
-
 build() {
   mkdir build
   cd build


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

2015-08-07 Thread Felix Yan
Date: Friday, August 7, 2015 @ 09:33:52
  Author: fyan
Revision: 138053

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-07 07:33:29 UTC (rev 138052)
+++ PKGBUILD2015-08-07 07:33:52 UTC (rev 138053)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Marti Raudsepp 
-# Contributor: Florijan Hamzic 
-
-pkgbase=python-cairocffi
-pkgname=(python-cairocffi python2-cairocffi)
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of 
Python bindings and object-oriented API for cairo."
-arch=('any')
-url="http://pythonhosted.org/cairocffi/";
-license=('BSD')
-makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'cairo' 'gdk-pixbuf2')
-checkdepends=('python-pytest' 'python2-pytest' 'python-xcffib' 
'python2-xcffib')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/SimonSapin/cairocffi/archive/v${pkgver}.tar.gz";)
-md5sums=('c89b940468e14f84d44f15e3abb103b6')
-
-prepare() {
-  cp -a cairocffi-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/cairocffi-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/cairocffi-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/cairocffi-$pkgver/cairocffi"
-  LC_CTYPE=en_US.utf8 py.test || warning "Tests failed"
-
-  cd "$srcdir/cairocffi-$pkgver-py2/cairocffi"
-  LC_CTYPE=en_US.utf8 py.test2 || warning "Tests failed"
-}
-
-package_python-cairocffi() {
-  depends=('python-cffi' 'cairo')
-  optdepends=('python-xcffib: for xcb support'
-  'gdk-pixbuf2: for cairocffi.pixbuf')
-
-  cd "$srcdir/cairocffi-$pkgver"
-  python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-cairocffi() {
-  depends=('python2-cffi' 'cairo')
-  optdepends=('python2-xcffib: for xcb support'
-  'gdk-pixbuf2: for cairocffi.pixbuf')
-
-  cd "$srcdir/cairocffi-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-cairocffi/repos/community-any/PKGBUILD (from rev 138052, 
python-cairocffi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-07 07:33:52 UTC (rev 138053)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Marti Raudsepp 
+# Contributor: Florijan Hamzic 
+
+pkgbase=python-cairocffi
+pkgname=(python-cairocffi python2-cairocffi)
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of 
Python bindings and object-oriented API for cairo."
+arch=('any')
+url="http://pythonhosted.org/cairocffi/";
+license=('BSD')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'cairo' 'gdk-pixbuf2')
+checkdepends=('python-pytest' 'python2-pytest' 'python-xcffib' 
'python2-xcffib')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/SimonSapin/cairocffi/archive/v${pkgver}.tar.gz";)
+md5sums=('cb4c10bc2ac4da78ea9ae89bee9c8069')
+
+prepare() {
+  cp -a cairocffi-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/cairocffi-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/cairocffi-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/cairocffi-$pkgver/cairocffi"
+  LC_CTYPE=en_US.utf8 py.test || warning "Tests failed"
+
+  cd "$srcdir/cairocffi-$pkgver-py2/cairocffi"
+  LC_CTYPE=en_US.utf8 py.test2 || warning "Tests failed"
+}
+
+package_python-cairocffi() {
+  depends=('python-cffi' 'cairo')
+  optdepends=('python-xcffib: for xcb support'
+  'gdk-pixbuf2: for cairocffi.pixbuf')
+
+  cd "$srcdir/cairocffi-$pkgver"
+  python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-cairocffi() {
+  depends=('python2-cffi' 'cairo')
+  optdepends=('python2-xcffib: for xcb support'
+  'gdk-pixbuf2: for cairocffi.pixbuf')
+
+  cd "$srcdir/cairocffi-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-08-07 Thread Felix Yan
Date: Friday, August 7, 2015 @ 09:33:29
  Author: fyan
Revision: 138052

upgpkg: python-cairocffi 0.7.2-1

Modified:
  python-cairocffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 07:33:12 UTC (rev 138051)
+++ PKGBUILD2015-08-07 07:33:29 UTC (rev 138052)
@@ -5,7 +5,7 @@
 
 pkgbase=python-cairocffi
 pkgname=(python-cairocffi python2-cairocffi)
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc="cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of 
Python bindings and object-oriented API for cairo."
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'cairo' 'gdk-pixbuf2')
 checkdepends=('python-pytest' 'python2-pytest' 'python-xcffib' 
'python2-xcffib')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/SimonSapin/cairocffi/archive/v${pkgver}.tar.gz";)
-md5sums=('c89b940468e14f84d44f15e3abb103b6')
+md5sums=('cb4c10bc2ac4da78ea9ae89bee9c8069')
 
 prepare() {
   cp -a cairocffi-$pkgver{,-py2}


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

2015-08-07 Thread Felix Yan
Date: Friday, August 7, 2015 @ 09:32:49
  Author: fyan
Revision: 138050

upgpkg: python-httpretty 0.8.10-1

Modified:
  python-httpretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-07 07:13:31 UTC (rev 138049)
+++ PKGBUILD2015-08-07 07:32:49 UTC (rev 138050)
@@ -3,7 +3,7 @@
 
 pkgbase=python-httpretty
 pkgname=("python-httpretty" "python2-httpretty")
-pkgver=0.8.9
+pkgver=0.8.10
 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=('9c182d372a6be0e338aef2133791d377')
+md5sums=('9c130b16726cbf85159574ae5761bce7')
 
 prepare() {
   cp -r "httpretty-$pkgver"{,-py2}


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

2015-08-07 Thread Felix Yan
Date: Friday, August 7, 2015 @ 09:33:12
  Author: fyan
Revision: 138051

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-07 07:32:49 UTC (rev 138050)
+++ PKGBUILD2015-08-07 07:33:12 UTC (rev 138051)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-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"
-}
-

Copied: python-httpretty/repos/community-any/PKGBUILD (from rev 138050, 
python-httpretty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-07 07:33:12 UTC (rev 138051)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-httpretty
+pkgname=("python-httpretty" "python2-httpretty")
+pkgver=0.8.10
+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=('9c130b16726cbf85159574ae5761bce7')
+
+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"
+}
+