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

2016-07-29 Thread Felix Yan
Date: Saturday, July 30, 2016 @ 04:37:52
  Author: felixonmars
Revision: 272699

upgpkg: python-mccabe 0.5.1-1

Modified:
  python-mccabe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 22:31:27 UTC (rev 272698)
+++ PKGBUILD2016-07-30 04:37:52 UTC (rev 272699)
@@ -4,8 +4,7 @@
 
 pkgbase=python-mccabe
 pkgname=(python-mccabe python2-mccabe)
-_reponame=mccabe
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc="McCabe complexity checker for Python"
 arch=('any')
@@ -12,26 +11,27 @@
 url="https://github.com/flintwork/mccabe;
 license=('custom:Expat')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/flintwork/${_reponame}/archive/${pkgver}.tar.gz;)
-md5sums=('71c0ce5e5c4676753525154f6c5d3af8')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/flintwork/mccabe/archive/$pkgver.tar.gz;)
+md5sums=('864b364829156701bec797712be8ece0')
 
 prepare() {
-  cp -a ${_reponame}-${pkgver}{,-py2}
+  cp -a mccabe-$pkgver{,-py2}
 }
 
 build() {
-  cd ${_reponame}-${pkgver}
+  cd "$srcdir"/mccabe-$pkgver
   python setup.py build
 
-  cd ../${_reponame}-${pkgver}-py2
+  cd "$srcdir"/mccabe-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd ${_reponame}-${pkgver}
+  cd "$srcdir"/mccabe-$pkgver
   python setup.py test
 
-  cd ../${_reponame}-${pkgver}-py2
+  cd "$srcdir"/mccabe-$pkgver-py2
   python2 setup.py test
 }
 
@@ -38,19 +38,19 @@
 package_python-mccabe() {
   depends=('python')
 
-  cd ${_reponame}-${pkgver}
-  python setup.py install --root="${pkgdir}/" --prefix=/usr --skip-build 
--optimize=1
+  cd mccabe-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --skip-build 
--optimize=1
 
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-mccabe() {
   depends=('python2')
 
-  cd ${_reponame}-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}/" --prefix=/usr --skip-build 
--optimize=1
+  cd mccabe-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --skip-build 
--optimize=1
 
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-07-29 Thread Felix Yan
Date: Saturday, July 30, 2016 @ 04:38:12
  Author: felixonmars
Revision: 272700

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-30 04:37:52 UTC (rev 272699)
+++ PKGBUILD2016-07-30 04:38:12 UTC (rev 272700)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-
-pkgbase=python-mccabe
-pkgname=(python-mccabe python2-mccabe)
-_reponame=mccabe
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="McCabe complexity checker for Python"
-arch=('any')
-url="https://github.com/flintwork/mccabe;
-license=('custom:Expat')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/flintwork/${_reponame}/archive/${pkgver}.tar.gz;)
-md5sums=('71c0ce5e5c4676753525154f6c5d3af8')
-
-prepare() {
-  cp -a ${_reponame}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${_reponame}-${pkgver}
-  python setup.py build
-
-  cd ../${_reponame}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd ${_reponame}-${pkgver}
-  python setup.py test
-
-  cd ../${_reponame}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_python-mccabe() {
-  depends=('python')
-
-  cd ${_reponame}-${pkgver}
-  python setup.py install --root="${pkgdir}/" --prefix=/usr --skip-build 
--optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-mccabe() {
-  depends=('python2')
-
-  cd ${_reponame}-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}/" --prefix=/usr --skip-build 
--optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mccabe/repos/extra-any/PKGBUILD (from rev 272699, 
python-mccabe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-30 04:38:12 UTC (rev 272700)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+
+pkgbase=python-mccabe
+pkgname=(python-mccabe python2-mccabe)
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="McCabe complexity checker for Python"
+arch=('any')
+url="https://github.com/flintwork/mccabe;
+license=('custom:Expat')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/flintwork/mccabe/archive/$pkgver.tar.gz;)
+md5sums=('864b364829156701bec797712be8ece0')
+
+prepare() {
+  cp -a mccabe-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/mccabe-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/mccabe-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/mccabe-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/mccabe-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-mccabe() {
+  depends=('python')
+
+  cd mccabe-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --skip-build 
--optimize=1
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mccabe() {
+  depends=('python2')
+
+  cd mccabe-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --skip-build 
--optimize=1
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-29 Thread Felix Yan
Date: Saturday, July 30, 2016 @ 04:27:06
  Author: felixonmars
Revision: 184653

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-30 04:26:46 UTC (rev 184652)
+++ PKGBUILD2016-07-30 04:27:06 UTC (rev 184653)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-flaky
-pkgname=('python-flaky' 'python2-flaky')
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
-arch=('any')
-license=('Apache')
-url='https://github.com/box/flaky'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
-  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
-source=("git+https://github.com/box/flaky.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a flaky{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flaky
-  python setup.py build
-
-  cd "$srcdir"/flaky-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flaky
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
-nosetests3 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
-py.test -k 'example and not options' --doctest-modules test/test_pytest/
-py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
-nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
-py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
-  )
-
-  cd "$srcdir"/flaky-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
-nosetests2 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
-py.test2 -k 'example and not options' --doctest-modules test/test_pytest/
-py.test2 -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
-nosetests2 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
-py.test2 --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
-  )
-}
-
-package_python-flaky() {
-  depends=('python')
-
-  cd "$srcdir"/flaky
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-flaky() {
-  depends=('python2')
-
-  cd "$srcdir"/flaky-py2
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flaky/repos/community-any/PKGBUILD (from rev 184652, 
python-flaky/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-30 04:27:06 UTC (rev 184653)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-flaky
+pkgname=('python-flaky' 'python2-flaky')
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
+arch=('any')
+license=('Apache')
+url='https://github.com/box/flaky'
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
+  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
+source=("git+https://github.com/box/flaky.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a flaky{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flaky
+  python setup.py build
+
+  cd "$srcdir"/flaky-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flaky
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
+nosetests3 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
+py.test -k 'example and not options' --doctest-modules test/test_pytest/
+py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
+nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
+py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
+  )
+
+  cd "$srcdir"/flaky-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
+nosetests2 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
+py.test2 -k 'example and not options' --doctest-modules 

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

2016-07-29 Thread Felix Yan
Date: Saturday, July 30, 2016 @ 04:26:46
  Author: felixonmars
Revision: 184652

upgpkg: python-flaky 3.3.0-1

Modified:
  python-flaky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-30 04:26:41 UTC (rev 184651)
+++ PKGBUILD2016-07-30 04:26:46 UTC (rev 184652)
@@ -3,7 +3,7 @@
 
 pkgbase=python-flaky
 pkgname=('python-flaky' 'python2-flaky')
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
 arch=('any')


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

2016-07-29 Thread Felix Yan
Date: Saturday, July 30, 2016 @ 04:26:41
  Author: felixonmars
Revision: 184651

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 184650, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-30 04:26:19 UTC (rev 184650)
+++ PKGBUILD2016-07-30 04:26:41 UTC (rev 184651)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=3.1.1
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('9d9a9a6332bdb462841715ac2d801e8b')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 184650, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-30 04:26:41 UTC (rev 184651)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('6d38636aad5dba6e929f76b8e72498af')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-07-29 Thread Felix Yan
Date: Saturday, July 30, 2016 @ 04:26:19
  Author: felixonmars
Revision: 184650

upgpkg: eslint 3.2.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-30 04:24:39 UTC (rev 184649)
+++ PKGBUILD2016-07-30 04:26:19 UTC (rev 184650)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('9d9a9a6332bdb462841715ac2d801e8b')
+md5sums=('6d38636aad5dba6e929f76b8e72498af')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-07-29 Thread Felix Yan
Date: Saturday, July 30, 2016 @ 04:24:18
  Author: felixonmars
Revision: 184648

upgpkg: python-w3lib 1.15.0-1

Modified:
  python-w3lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 22:50:53 UTC (rev 184647)
+++ PKGBUILD2016-07-30 04:24:18 UTC (rev 184648)
@@ -4,7 +4,7 @@
 
 pkgbase=python-w3lib
 pkgname=('python-w3lib' 'python2-w3lib')
-pkgver=1.14.3
+pkgver=1.15.0
 pkgrel=1
 pkgdesc="Library of web-related functions"
 arch=('any')


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

2016-07-29 Thread Felix Yan
Date: Saturday, July 30, 2016 @ 04:24:39
  Author: felixonmars
Revision: 184649

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-30 04:24:18 UTC (rev 184648)
+++ PKGBUILD2016-07-30 04:24:39 UTC (rev 184649)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bence Balint 
-
-pkgbase=python-w3lib
-pkgname=('python-w3lib' 'python2-w3lib')
-pkgver=1.14.3
-pkgrel=1
-pkgdesc="Library of web-related functions"
-arch=('any')
-license=('BSD')
-url="http://w3lib.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/scrapy/w3lib.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a w3lib{,-py2}
-}
-
-check() {
-  cd "$srcdir"/w3lib
-  py.test
-
-  cd "$srcdir"/w3lib-py2
-  py.test2
-}
-
-package_python-w3lib() {
-  depends=('python-six')
-
-  cd w3lib
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-w3lib() {
-  depends=('python2-six')
-
-  cd w3lib-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-w3lib/repos/community-any/PKGBUILD (from rev 184648, 
python-w3lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-30 04:24:39 UTC (rev 184649)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bence Balint 
+
+pkgbase=python-w3lib
+pkgname=('python-w3lib' 'python2-w3lib')
+pkgver=1.15.0
+pkgrel=1
+pkgdesc="Library of web-related functions"
+arch=('any')
+license=('BSD')
+url="http://w3lib.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/scrapy/w3lib.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a w3lib{,-py2}
+}
+
+check() {
+  cd "$srcdir"/w3lib
+  py.test
+
+  cd "$srcdir"/w3lib-py2
+  py.test2
+}
+
+package_python-w3lib() {
+  depends=('python-six')
+
+  cd w3lib
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-w3lib() {
+  depends=('python2-six')
+
+  cd w3lib-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in atlas-lapack-base/repos (24 files)

2016-07-29 Thread Antonio Rojas
Date: Friday, July 29, 2016 @ 22:50:53
  Author: arojas
Revision: 184647

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

Added:
  atlas-lapack-base/repos/community-i686/Makefile
(from rev 184646, atlas-lapack-base/trunk/Makefile)
  atlas-lapack-base/repos/community-i686/PKGBUILD
(from rev 184646, atlas-lapack-base/trunk/PKGBUILD)
  atlas-lapack-base/repos/community-i686/atlas-lapack-base.install
(from rev 184646, atlas-lapack-base/trunk/atlas-lapack-base.install)
  atlas-lapack-base/repos/community-i686/atlas-license.txt
(from rev 184646, atlas-lapack-base/trunk/atlas-license.txt)
  atlas-lapack-base/repos/community-i686/blas-license.txt
(from rev 184646, atlas-lapack-base/trunk/blas-license.txt)
  atlas-lapack-base/repos/community-i686/disable-throttling-check.patch
(from rev 184646, atlas-lapack-base/trunk/disable-throttling-check.patch)
  atlas-lapack-base/repos/community-x86_64/Makefile
(from rev 184646, atlas-lapack-base/trunk/Makefile)
  atlas-lapack-base/repos/community-x86_64/PKGBUILD
(from rev 184646, atlas-lapack-base/trunk/PKGBUILD)
  atlas-lapack-base/repos/community-x86_64/atlas-lapack-base.install
(from rev 184646, atlas-lapack-base/trunk/atlas-lapack-base.install)
  atlas-lapack-base/repos/community-x86_64/atlas-license.txt
(from rev 184646, atlas-lapack-base/trunk/atlas-license.txt)
  atlas-lapack-base/repos/community-x86_64/blas-license.txt
(from rev 184646, atlas-lapack-base/trunk/blas-license.txt)
  atlas-lapack-base/repos/community-x86_64/disable-throttling-check.patch
(from rev 184646, atlas-lapack-base/trunk/disable-throttling-check.patch)
Deleted:
  atlas-lapack-base/repos/community-i686/Makefile
  atlas-lapack-base/repos/community-i686/PKGBUILD
  atlas-lapack-base/repos/community-i686/atlas-lapack-base.install
  atlas-lapack-base/repos/community-i686/atlas-license.txt
  atlas-lapack-base/repos/community-i686/blas-license.txt
  atlas-lapack-base/repos/community-i686/disable-throttling-check.patch
  atlas-lapack-base/repos/community-x86_64/Makefile
  atlas-lapack-base/repos/community-x86_64/PKGBUILD
  atlas-lapack-base/repos/community-x86_64/atlas-lapack-base.install
  atlas-lapack-base/repos/community-x86_64/atlas-license.txt
  atlas-lapack-base/repos/community-x86_64/blas-license.txt
  atlas-lapack-base/repos/community-x86_64/disable-throttling-check.patch

-+
 /Makefile   |   48 +++
 /PKGBUILD   |  138 ++
 /atlas-lapack-base.install  |   18 ++
 /atlas-license.txt  |   58 +
 /blas-license.txt   |   40 ++
 /disable-throttling-check.patch |   26 
 community-i686/Makefile |   24 ---
 community-i686/PKGBUILD |   68 --
 community-i686/atlas-lapack-base.install|9 -
 community-i686/atlas-license.txt|   29 
 community-i686/blas-license.txt |   20 ---
 community-i686/disable-throttling-check.patch   |   13 --
 community-x86_64/Makefile   |   24 ---
 community-x86_64/PKGBUILD   |   68 --
 community-x86_64/atlas-lapack-base.install  |9 -
 community-x86_64/atlas-license.txt  |   29 
 community-x86_64/blas-license.txt   |   20 ---
 community-x86_64/disable-throttling-check.patch |   13 --
 18 files changed, 328 insertions(+), 326 deletions(-)

Deleted: community-i686/Makefile
===
--- community-i686/Makefile 2016-07-29 22:50:03 UTC (rev 184646)
+++ community-i686/Makefile 2016-07-29 22:50:53 UTC (rev 184647)
@@ -1,24 +0,0 @@
-include Make.inc
-
-all: libatlas.so libf77blas.so libcblas.so libblas.so liblapack.so
-
-
-libatlas.so: libatlas.a
-   ld $(LDFLAGS) -shared -soname $@ -o $@ --whole-archive libatlas.a \
-  --no-whole-archive -lc $(LIBS)
-
-libf77blas.so : libf77blas.a libatlas.so
-   ld $(LDFLAGS) -shared -soname libblas.so.3 -o $@ --whole-archive \
-  libf77blas.a --no-whole-archive $(F77SYSLIB) -L. -latlas
-
-libblas.so: libf77blas.so
-   ln -s $< $@
-
-libcblas.so : libcblas.a libatlas.so libblas.so
-   ld $(LDFLAGS) -shared -soname $@ -o $@ --whole-archive libcblas.a \
-   -L. -latlas -lblas
-
-liblapack.so : liblapack.a libcblas.so libblas.so
-   ld $(LDFLAGS) -shared -soname liblapack.so.3 -o $@ --whole-archive \
-  liblapack.a --no-whole-archive $(F77SYSLIB) -L. -lcblas -lblas 
-lgcc_s
-

Copied: atlas-lapack-base/repos/community-i686/Makefile (from rev 184646, 
atlas-lapack-base/trunk/Makefile)
===
--- community-i686/Makefile (rev 0)
+++ community-i686/Makefile 

[arch-commits] Commit in atlas-lapack-base/trunk (Makefile PKGBUILD)

2016-07-29 Thread Antonio Rojas
Date: Friday, July 29, 2016 @ 22:50:03
  Author: arojas
Revision: 184646

Update to 3.10.3

Modified:
  atlas-lapack-base/trunk/Makefile
  atlas-lapack-base/trunk/PKGBUILD

--+
 Makefile |2 +-
 PKGBUILD |   17 +
 2 files changed, 10 insertions(+), 9 deletions(-)

Modified: Makefile
===
--- Makefile2016-07-29 20:08:55 UTC (rev 184645)
+++ Makefile2016-07-29 22:50:03 UTC (rev 184646)
@@ -20,5 +20,5 @@
 
 liblapack.so : liblapack.a libcblas.so libblas.so
ld $(LDFLAGS) -shared -soname liblapack.so.3 -o $@ --whole-archive \
-  liblapack.a --no-whole-archive $(F77SYSLIB) -L. -lcblas -lblas 
-lgcc_s
+  liblapack.a --no-whole-archive $(F77SYSLIB) -L. -lcblas -lblas
 

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 20:08:55 UTC (rev 184645)
+++ PKGBUILD2016-07-29 22:50:03 UTC (rev 184646)
@@ -6,9 +6,9 @@
 # Contributor: olivier medoc 
 
 pkgname=atlas-lapack-base
-pkgver=3.10.2
-_lapackver=3.5.0
-pkgrel=3
+pkgver=3.10.3
+_lapackver=3.6.1
+pkgrel=1
 pkgdesc="Complete LAPACK and BLAS implementation using optimized ATLAS 
routines"
 url="http://math-atlas.sourceforge.net/;
 depends=(gcc-libs)
@@ -18,15 +18,16 @@
 provides=(blas cblas lapack atlas-lapack)
 license=(custom:blas custom:lapack custom:atlas)
 options=(!makeflags)
-source=(http://www.netlib.org/lapack/lapack-$_lapackver.tgz 
http://downloads.sourceforge.net/project/math-atlas/Stable/3.10.2/atlas3.10.2.tar.bz2
 
-blas-license.txt atlas-license.txt Makefile disable-throttling-check.patch)
+source=(http://www.netlib.org/lapack/lapack-$_lapackver.tgz 
+
http://downloads.sourceforge.net/project/math-atlas/Stable/$pkgver/atlas$pkgver.tar.bz2
 
+blas-license.txt atlas-license.txt Makefile 
disable-throttling-check.patch)
 noextract=(lapack-$_lapackver.tgz)
 install=$pkgname.install
-md5sums=('b1d3e3e425b2e44a06760ff173104bdf'
- 'a4e21f343dec8f22e7415e339f09f6da'
+md5sums=('421b2cb72e15f237e144428f9c460ee0'
+ 'd6ce4f16c2ad301837cfb3dade2f7cef'
  'e8e512ee7a2d550139dcd765f127816b'
  '4903eb06072dfbf94710691ccb6660bf'
- 'f4c4d7281766b10dadc0179d00b4759f'
+ 'ffb0b384708b5aacc22715d04f3dde45'
  '54f80b9a56f13f960017460c36b725ce')
 
 prepare() {


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

2016-07-29 Thread Jan Steffens
Date: Friday, July 29, 2016 @ 22:31:27
  Author: heftig
Revision: 272698

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/PKGBUILD
(from rev 272697, meld/trunk/PKGBUILD)
Deleted:
  meld/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-29 22:28:58 UTC (rev 272697)
+++ PKGBUILD2016-07-29 22:31:27 UTC (rev 272698)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Gaetan Bisson 
-# Contributor: Daniel J Griffiths 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=meld
-pkgver=3.16.1
-pkgrel=1
-pkgdesc='Visual diff and merge tool'
-url='http://meldmerge.org/'
-license=(GPL)
-arch=(any)
-makedepends=(intltool itstool)
-depends=(python2-gobject python2-cairo gtksourceview3 
gsettings-desktop-schemas)
-optdepends=('python2-dbus: open a new tab in an already running instance')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('fe003ba49433a735713bf93f06994e480b45384d')
-
-# Meld does not support Python 3. The build succeeds, but
-# the main executable checks the version and errors out.
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # using --skip-build breaks install
-  python2 setup.py --no-update-icon-cache --no-compile-schemas \
-install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: meld/repos/extra-any/PKGBUILD (from rev 272697, meld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-29 22:31:27 UTC (rev 272698)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=meld
+pkgver=3.16.2
+pkgrel=1
+pkgdesc='Visual diff and merge tool'
+url='http://meldmerge.org/'
+license=(GPL)
+arch=(any)
+makedepends=(intltool itstool)
+depends=(python2-gobject python2-cairo gtksourceview3 
gsettings-desktop-schemas)
+optdepends=('python2-dbus: open a new tab in an already running instance')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('a309cb6416cc1cc67cc29bea2da8d81b7bd84f2e')
+
+# Meld does not support Python 3. The build succeeds, but
+# the main executable checks the version and errors out.
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  # using --skip-build breaks install
+  python2 setup.py --no-update-icon-cache --no-compile-schemas \
+install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2016-07-29 Thread Jan Steffens
Date: Friday, July 29, 2016 @ 22:28:58
  Author: heftig
Revision: 272697

3.16.2-1

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 19:31:37 UTC (rev 272696)
+++ PKGBUILD2016-07-29 22:28:58 UTC (rev 272697)
@@ -5,7 +5,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=meld
-pkgver=3.16.1
+pkgver=3.16.2
 pkgrel=1
 pkgdesc='Visual diff and merge tool'
 url='http://meldmerge.org/'
@@ -15,7 +15,7 @@
 depends=(python2-gobject python2-cairo gtksourceview3 
gsettings-desktop-schemas)
 optdepends=('python2-dbus: open a new tab in an already running instance')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('fe003ba49433a735713bf93f06994e480b45384d')
+sha1sums=('a309cb6416cc1cc67cc29bea2da8d81b7bd84f2e')
 
 # Meld does not support Python 3. The build succeeds, but
 # the main executable checks the version and errors out.


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

2016-07-29 Thread Jiachen Yang
Date: Friday, July 29, 2016 @ 20:08:55
  Author: farseerfc
Revision: 184645

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

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

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

Copied: toxic/repos/community-staging-i686/PKGBUILD (from rev 184644, 
toxic/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-29 20:08:55 UTC (rev 184645)
@@ -0,0 +1,29 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.7.0
+pkgrel=5
+depends=('curl'
+ 'desktop-file-utils'
+ 'freealut'
+ 'libnotify'
+ 'qrencode'
+ 'toxcore')
+arch=('i686' 'x86_64')
+url='https://github.com/JFreegman/toxic'
+source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f11eab5dc3fd24ee329438f57dad068064c0900838f684af6596e64c68be7006')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # disable X11 because https://github.com/JFreegman/toxic/issues/277
+  make PREFIX=/usr DISABLE_X11=1
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Copied: toxic/repos/community-staging-x86_64/PKGBUILD (from rev 184644, 
toxic/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-29 20:08:55 UTC (rev 184645)
@@ -0,0 +1,29 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.7.0
+pkgrel=5
+depends=('curl'
+ 'desktop-file-utils'
+ 'freealut'
+ 'libnotify'
+ 'qrencode'
+ 'toxcore')
+arch=('i686' 'x86_64')
+url='https://github.com/JFreegman/toxic'
+source=("https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f11eab5dc3fd24ee329438f57dad068064c0900838f684af6596e64c68be7006')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # disable X11 because https://github.com/JFreegman/toxic/issues/277
+  make PREFIX=/usr DISABLE_X11=1
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}


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

2016-07-29 Thread Jiachen Yang
Date: Friday, July 29, 2016 @ 20:08:00
  Author: farseerfc
Revision: 184644

upgpkg: toxic 0.7.0-5

toxic: libvpx 1.6.0 rebuild

Modified:
  toxic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 19:54:52 UTC (rev 184643)
+++ PKGBUILD2016-07-29 20:08:00 UTC (rev 184644)
@@ -5,7 +5,7 @@
 pkgdesc='CLI Tox client'
 license=('GPL3')
 pkgver=0.7.0
-pkgrel=4
+pkgrel=5
 depends=('curl'
  'desktop-file-utils'
  'freealut'


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

2016-07-29 Thread Jan Steffens
Date: Friday, July 29, 2016 @ 19:31:37
  Author: heftig
Revision: 272696

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-29 19:30:09 UTC (rev 272695)
+++ extra-i686/PKGBUILD 2016-07-29 19:31:37 UTC (rev 272696)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.20.1+17+gf84d431
-pkgrel=1
-pkgdesc="Default file manager for GNOME"
-url="https://wiki.gnome.org/Apps/Nautilus;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libexif gnome-desktop exempi gvfs dconf libtracker-sparql 
nautilus-sendto)
-makedepends=(intltool gobject-introspection python packagekit python2 
gnome-common git gtk-doc)
-options=(!emptydirs)
-_commit=f84d4319dcd5fcfa460a37dfdb78c93d188e2703
-source=("git://git.gnome.org/nautilus#commit=$_commit"
-'git://git.gnome.org/libgd')
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  # Fixup missing tag...
-  git rev-parse --verify -q 3.20.1 || git tag 3.20.1 
6824271e2915e43fb12928ca884afa0f4de6532b
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nautilus \
-  --enable-gtk-doc \
-  --disable-update-mimedb \
-  --disable-schemas-compile \
-  --disable-selinux --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" -C libnautilus-extension uninstall
-  make DESTDIR="$pkgdir" -C docs/reference/libnautilus-extension uninstall
-
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" -C libnautilus-extension install
-  make DESTDIR="$pkgdir" -C docs/reference/libnautilus-extension install
-}

Copied: nautilus/repos/extra-i686/PKGBUILD (from rev 272695, 
nautilus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-29 19:31:37 UTC (rev 272696)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.20.2
+pkgrel=1
+pkgdesc="Default file manager for GNOME"
+url="https://wiki.gnome.org/Apps/Nautilus;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs dconf libtracker-sparql 
nautilus-sendto)
+makedepends=(intltool gobject-introspection python packagekit python2 
gnome-common git gtk-doc)
+options=(!emptydirs)
+_commit=52b45def3d2f686381cf1070c1eb9522829a5aa0
+source=("git://git.gnome.org/nautilus#commit=$_commit"
+'git://git.gnome.org/libgd')
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgbase
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  # Fixup missing tag...
+  git rev-parse --verify -q 3.20.1 || git tag 3.20.1 
6824271e2915e43fb12928ca884afa0f4de6532b
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --enable-gtk-doc \
+  --disable-update-mimedb \
+  --disable-schemas-compile \
+  --disable-selinux --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C libnautilus-extension uninstall
+  make DESTDIR="$pkgdir" -C docs/reference/libnautilus-extension uninstall
+
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" -C libnautilus-extension install
+  make DESTDIR="$pkgdir" -C 

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

2016-07-29 Thread Jan Steffens
Date: Friday, July 29, 2016 @ 19:30:09
  Author: heftig
Revision: 272695

3.20.2-1

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 18:07:32 UTC (rev 272694)
+++ PKGBUILD2016-07-29 19:30:09 UTC (rev 272695)
@@ -3,7 +3,7 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=3.20.1+17+gf84d431
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="Default file manager for GNOME"
 url="https://wiki.gnome.org/Apps/Nautilus;
@@ -12,7 +12,7 @@
 depends=(libexif gnome-desktop exempi gvfs dconf libtracker-sparql 
nautilus-sendto)
 makedepends=(intltool gobject-introspection python packagekit python2 
gnome-common git gtk-doc)
 options=(!emptydirs)
-_commit=f84d4319dcd5fcfa460a37dfdb78c93d188e2703
+_commit=52b45def3d2f686381cf1070c1eb9522829a5aa0
 source=("git://git.gnome.org/nautilus#commit=$_commit"
 'git://git.gnome.org/libgd')
 sha256sums=('SKIP'


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

2016-07-29 Thread Jiachen Yang
Date: Friday, July 29, 2016 @ 19:24:06
  Author: farseerfc
Revision: 184642

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

Added:
  powerline/repos/community-testing-i686/
  powerline/repos/community-testing-i686/PKGBUILD
(from rev 184641, powerline/trunk/PKGBUILD)
  powerline/repos/community-testing-i686/powerline-fonts.install
(from rev 184641, powerline/trunk/powerline-fonts.install)
  powerline/repos/community-testing-i686/powerline.install
(from rev 184641, powerline/trunk/powerline.install)
  powerline/repos/community-testing-i686/powerline2.install
(from rev 184641, powerline/trunk/powerline2.install)
  powerline/repos/community-testing-x86_64/
  powerline/repos/community-testing-x86_64/PKGBUILD
(from rev 184641, powerline/trunk/PKGBUILD)
  powerline/repos/community-testing-x86_64/powerline-fonts.install
(from rev 184641, powerline/trunk/powerline-fonts.install)
  powerline/repos/community-testing-x86_64/powerline.install
(from rev 184641, powerline/trunk/powerline.install)
  powerline/repos/community-testing-x86_64/powerline2.install
(from rev 184641, powerline/trunk/powerline2.install)

--+
 community-testing-i686/PKGBUILD  |  179 +
 community-testing-i686/powerline-fonts.install   |9 +
 community-testing-i686/powerline.install |7 
 community-testing-i686/powerline2.install|6 
 community-testing-x86_64/PKGBUILD|  179 +
 community-testing-x86_64/powerline-fonts.install |9 +
 community-testing-x86_64/powerline.install   |7 
 community-testing-x86_64/powerline2.install  |6 
 8 files changed, 402 insertions(+)

Copied: powerline/repos/community-testing-i686/PKGBUILD (from rev 184641, 
powerline/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-07-29 19:24:06 UTC (rev 184642)
@@ -0,0 +1,179 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Swift Geek
+# AUR Maintainer: Timothée Ravier 
+# AUR Maintainer: Stefan Tatschner 
+# Contributor: Swift Geek
+# Contributor: Pablo Olmos de Aguilera C. pablo+aur at odac dot co
+
+_pkgname="powerline"
+pkgbase="powerline"
+pkgname=("powerline" "powerline2" "python-powerline" "python2-powerline" 
"powerline-common" "powerline-vim" "powerline-fonts")
+pkgdesc='Statusline plugin for vim, and provides statuslines and prompts for 
several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and 
Qtile'
+pkgver=2.5
+pkgrel=1
+url="https://github.com/${_pkgname}/${_pkgname};
+license=('MIT')
+arch=('x86_64' 'i686')
+makedepends=(
+'python2-setuptools'
+'python-setuptools'
+'python-sphinx'
+)
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('c698c9e5f22d680b15da55e390a6e12d54277e1bcebfd8ac5d2631acf72b1d11660166269772fe636ec7b148bbfffe4934b94287c528a4aaed870bba849ed212')
+
+
+
+prepare() {
+# fix https://bugs.archlinux.org/task/48358
+cd ${srcdir}/${_pkgname}-${pkgver}
+find scripts -type f -iname "powerline-*" -print0 | xargs -0 sed -i 
"1s/env //"
+find ${_pkgname}/bindings -type f -iname "*.py" -print0 | xargs -0 sed -i 
"1s/env //"
+
+
+cp -r ${srcdir}/${_pkgname}-${pkgver}{,-py2}
+# prepare python2 scripts
+cd ${srcdir}/${_pkgname}-${pkgver}-py2
+find scripts -type f -iname "powerline-*" -print0 | xargs -0 sed -i 
"1s/python/python2/"
+find ${_pkgname}/bindings -type f -iname "*.py" -print0 | xargs -0 sed -i 
"1s/python/python2/"
+}
+
+build(){
+# build main pages
+cd ${srcdir}/${_pkgname}-${pkgver}/docs
+make man
+
+# build C client
+cd ${srcdir}/${_pkgname}-${pkgver}
+python setup.py build
+
+cd ${srcdir}/${_pkgname}-${pkgver}-py2
+python2 setup.py build
+}
+
+
+# FIXME Currently test will fail with dividers and other errors
+# check(){
+# cd ${srcdir}/${_pkgname}-${pkgver}
+# LC_ALL=C python setup.py test
+# cd ${srcdir}/${_pkgname}-${pkgver}-py2
+# LC_ALL=C python2 setup.py test
+# }
+
+package_powerline(){
+depends=('python-powerline')
+conflicts=('powerline2' 'python-powerline<=2.3-1')
+replaces=('python-powerline<=2.3-1')
+install="powerline.install"
+
+cd ${srcdir}/${_pkgname}-${pkgver}/scripts
+install -Dm755 powerline "${pkgdir}/usr/bin/powerline"
+install -Dm755 powerline-config "${pkgdir}/usr/bin/powerline-config"
+install -Dm755 powerline-daemon "${pkgdir}/usr/bin/powerline-daemon"
+install -Dm755 powerline-lint "${pkgdir}/usr/bin/powerline-lint"
+install -Dm755 powerline-render "${pkgdir}/usr/bin/powerline-render"
+
+# license is installed by powerline-common
+}
+

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

2016-07-29 Thread Jiachen Yang
Date: Friday, July 29, 2016 @ 19:22:52
  Author: farseerfc
Revision: 184641

upgpkg: powerline 2.5-1

release powerline 2.5

Modified:
  powerline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 18:33:04 UTC (rev 184640)
+++ PKGBUILD2016-07-29 19:22:52 UTC (rev 184641)
@@ -9,7 +9,7 @@
 pkgbase="powerline"
 pkgname=("powerline" "powerline2" "python-powerline" "python2-powerline" 
"powerline-common" "powerline-vim" "powerline-fonts")
 pkgdesc='Statusline plugin for vim, and provides statuslines and prompts for 
several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and 
Qtile'
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 url="https://github.com/${_pkgname}/${_pkgname};
 license=('MIT')
@@ -20,7 +20,7 @@
 'python-sphinx'
 )
 
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('4aebb21b1063efe891ab7d3d1b009b2d686d8f4b9e3d8051c01da8abd088572d42af2b258cdea9a629a6e4324522ebc97e9c2567a6d4d0759b6b4fb57eaedd11')
+sha512sums=('c698c9e5f22d680b15da55e390a6e12d54277e1bcebfd8ac5d2631acf72b1d11660166269772fe636ec7b148bbfffe4934b94287c528a4aaed870bba849ed212')
 
 
 


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

2016-07-29 Thread Felix Yan
Date: Friday, July 29, 2016 @ 18:33:04
  Author: felixonmars
Revision: 184640

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  134 ++---
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-29 18:32:42 UTC (rev 184639)
+++ PKGBUILD2016-07-29 18:33:04 UTC (rev 184640)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-keystoneclient
-pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Client Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/python-keystoneclient;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-iso8601' 'python2-iso8601' 'python-prettytable' 
'python2-prettytable'
- 'python-debtcollector' 'python2-debtcollector' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-positional' 'python2-positional' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n'
- 'python-oslo-serialization' 'python2-oslo-serialization' 
'python-oslo-config'
- 'python2-oslo-config' 'python-requests' 'python2-requests' 
'python-stevedore'
- 'python2-stevedore')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 
'python2-testresources'
-  'python-requests-mock' 'python2-requests-mock' 
'python-pycodestyle'
-  'python2-pycodestyle' 'python-lxml' 'python2-lxml')
-source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  # Use pycodestyle
-  sed -i 's/pep8/pycodestyle/g' 
python-keystoneclient/keystoneclient/tests/unit/test_hacking_checks.py
-
-  cp -a python-keystoneclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-keystoneclient
-  python setup.py build
-
-  cd "$srcdir"/python-keystoneclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-keystoneclient
-  python setup.py testr
-
-  cd "$srcdir"/python-keystoneclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-keystoneclient() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 
'python-debtcollector'
-   'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-oslo-serialization' 'python-oslo-config' 'python-requests' 
'python-stevedore')
-
-  cd "$srcdir"/python-keystoneclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 
'python2-debtcollector'
-   'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-oslo-serialization' 'python2-oslo-config' 
'python2-requests' 'python2-stevedore')
-
-  cd "$srcdir"/python-keystoneclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 184639, 
python-keystoneclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-29 18:33:04 UTC (rev 184640)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-keystoneclient
+pkgname=(python-keystoneclient python2-keystoneclient)
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Client Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/python-keystoneclient;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-prettytable' 
'python2-prettytable'
+ 'python-debtcollector' 'python2-debtcollector' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-positional' 'python2-positional' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n'
+ 'python-oslo-serialization' 'python2-oslo-serialization' 
'python-oslo-config'
+ 'python2-oslo-config' 'python-requests' 'python2-requests' 
'python-stevedore'
+ 'python2-stevedore')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 
'python2-testresources'
+  'python-requests-mock' 'python2-requests-mock' 
'python-pycodestyle'
+  'python2-pycodestyle' 'python-lxml' 'python2-lxml')

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

2016-07-29 Thread Felix Yan
Date: Friday, July 29, 2016 @ 18:32:42
  Author: felixonmars
Revision: 184639

upgpkg: python-keystoneclient 3.3.0-1

Modified:
  python-keystoneclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 18:11:06 UTC (rev 184638)
+++ PKGBUILD2016-07-29 18:32:42 UTC (rev 184639)
@@ -3,7 +3,7 @@
 
 pkgbase=python-keystoneclient
 pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="Client Library for OpenStack Identity"
 arch=('any')


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

2016-07-29 Thread Felix Yan
Date: Friday, July 29, 2016 @ 18:11:06
  Author: felixonmars
Revision: 184638

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  148 ++---
 1 file changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-29 18:10:45 UTC (rev 184637)
+++ PKGBUILD2016-07-29 18:11:06 UTC (rev 184638)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-keystoneauth1
-pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="Authentication Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/keystoneauth;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-iso8601' 'python2-iso8601' 'python-positional' 
'python2-positional'
- 'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests-mock'
-  'python2-requests-mock' 'python-testscenarios' 
'python2-testscenarios'
-  'python-mock' 'python2-mock' 'python-lxml' 'python2-lxml' 
'python-oslo-config'
-  'python2-oslo-config' 'python-betamax' 'python2-betamax' 
'python-oslotest'
-  'python2-oslotest' 'python-oslo-utils' 'python2-oslo-utils'
-  'python2-requests-kerberos' 'python-oauthlib' 'python2-oauthlib' 
'python-pycodestyle'
-  'python2-pycodestyle')
-source=("git+https://git.openstack.org/openstack/keystoneauth#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  # Use pycodestyle
-  sed -i 's/pep8/pycodestyle/g' 
keystoneauth/keystoneauth1/tests/unit/test_hacking_checks.py
-
-  cp -a keystoneauth{,-py2}
-}
-
-build() {
-  cd "$srcdir"/keystoneauth
-  python setup.py build
-
-  cd "$srcdir"/keystoneauth-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/keystoneauth
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/keystoneauth-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-keystoneauth1() {
-  depends=('python-pbr' 'python-iso8601' 'python-stevedore' 
'python-positional' 'python-requests')
-  optdepends=('python-lxml: for saml2 support'
-  'python-oauthlib: for oauth1 support'
-  'python-betamax: for betamax support'
-  'python-fixtures: for betamax support'
-  'python-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneauth1() {
-  depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-positional' 'python2-requests')
-  optdepends=('python2-requests-kerberos: for kerberos support'
-  'python2-lxml: for saml2 support'
-  'python2-oauthlib: for oauth1 support'
-  'python2-betamax: for betamax support'
-  'python2-fixtures: for betamax support'
-  'python2-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneauth1/repos/community-any/PKGBUILD (from rev 184637, 
python-keystoneauth1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-29 18:11:06 UTC (rev 184638)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-keystoneauth1
+pkgname=(python-keystoneauth1 python2-keystoneauth1)
+pkgver=2.10.0
+pkgrel=1
+pkgdesc="Authentication Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/keystoneauth;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-positional' 
'python2-positional'
+ 'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests-mock'
+  'python2-requests-mock' 'python-testscenarios' 
'python2-testscenarios'
+  'python-mock' 'python2-mock' 'python-lxml' 'python2-lxml' 
'python-oslo-config'
+  'python2-oslo-config' 'python-betamax' 'python2-betamax' 
'python-oslotest'
+  'python2-oslotest' 'python-oslo-utils' 'python2-oslo-utils'
+  'python2-requests-kerberos' 'python-oauthlib' 'python2-oauthlib' 
'python-pycodestyle'
+  

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

2016-07-29 Thread Felix Yan
Date: Friday, July 29, 2016 @ 18:10:45
  Author: felixonmars
Revision: 184637

upgpkg: python-keystoneauth1 2.10.0-1

Modified:
  python-keystoneauth1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 17:33:55 UTC (rev 184636)
+++ PKGBUILD2016-07-29 18:10:45 UTC (rev 184637)
@@ -4,7 +4,7 @@
 
 pkgbase=python-keystoneauth1
 pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=2.9.0
+pkgver=2.10.0
 pkgrel=1
 pkgdesc="Authentication Library for OpenStack Identity"
 arch=('any')


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

2016-07-29 Thread Felix Yan
Date: Friday, July 29, 2016 @ 18:07:05
  Author: felixonmars
Revision: 272693

upgpkg: python-setuptools 1:25.1.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 15:55:56 UTC (rev 272692)
+++ PKGBUILD2016-07-29 18:07:05 UTC (rev 272693)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=25.1.0
+pkgver=25.1.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -26,8 +26,6 @@
   -e '/tag_date = 1/d' \
   -i setuptools/setup.cfg
 
-  sed -i 's/flake8<3dev/flake8/' setuptools/setup.py
-
   cp -a setuptools{,-py2}
 
   cd "$srcdir"/setuptools


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

2016-07-29 Thread Felix Yan
Date: Friday, July 29, 2016 @ 18:07:32
  Author: felixonmars
Revision: 272694

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  152 ++---
 1 file changed, 75 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-29 18:07:05 UTC (rev 272693)
+++ PKGBUILD2016-07-29 18:07:32 UTC (rev 272694)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=25.1.0
-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-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  sed -i 's/flake8<3dev/flake8/' setuptools/setup.py
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  cd "$srcdir"/setuptools
-  LC_CTYPE=en_US.utf8 python setup.py ptr
-
-  cd "$srcdir"/setuptools-py2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "$srcdir"/setuptools-py2
-  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 272693, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-29 18:07:32 UTC (rev 272694)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=25.1.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-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  cd "$srcdir"/setuptools
+  LC_CTYPE=en_US.utf8 python setup.py ptr
+
+  cd "$srcdir"/setuptools-py2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python-packaging')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "$srcdir"/setuptools
+  python 

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

2016-07-29 Thread Alexander Rødseth
Date: Friday, July 29, 2016 @ 17:33:55
  Author: arodseth
Revision: 184636

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

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

-+
 /PKGBUILD   |  374 ++
 /go.install |   42 
 community-i686/PKGBUILD |  187 -
 community-i686/go.install   |   21 --
 community-x86_64/PKGBUILD   |  187 -
 community-x86_64/go.install |   21 --
 6 files changed, 416 insertions(+), 416 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-29 17:33:44 UTC (rev 184635)
+++ community-i686/PKGBUILD 2016-07-29 17:33:55 UTC (rev 184636)
@@ -1,187 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Pierre Neidhardt 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgname=('go' 'go-tools')
-pkgver=1.6.3
-pkgrel=1
-epoch=2
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('BSD')
-makedepends=('inetutils' 'git' 'go')
-options=('!strip' 'staticlibs')
-source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgver;)
-md5sums=('SKIP')
-_gourl=golang.org/x/tools/cmd
-
-build() {
-  cd "$pkgname-$pkgver/src"
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export GOPATH="$srcdir/"
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  #
-  # Arch Linux normally does not enable SSE2 for i686 because of older CPUs.
-  #
-  # However, exceptions are made for:
-  #  * Chromium, which is not expected to be used on older i686 CPUs
-  #  * Julia, which requires SSE2
-  #
-  # Go is so slow that it is unusable on i686 when SSE2 is not enabled,
-  # so I am also making an exception for Go.
-  #
-  # If you really want to build Go without SSE2 support, just uncomment the
-  # following export and rebuild:
-  #
-  # export GO386=387
-  #
-
-  # Crosscompilation for various platforms. This is not strictly required as 
the
-  # compiler can generate libraries on the fly. Prebuilding the libs speeds up
-  # crosscompilation time.
-  #
-  # for os in darwin freebsd linux windows; do
-  #   for arch in 386 amd64 arm; do
-  # export GOOS="$os"
-  # export GOARCH="$arch"
-  # bash make.bash --no-clean
-  #   done
-  # done
-
-  export GOOS=linux
-  case "$CARCH" in
-  x86_64) export GOARCH=amd64 ;;
-  i686) export GOARCH=386 ;;
-  esac
-
-  bash make.bash --no-clean
-
-  # System-wide tools
-  for tool in godex goimports gomvpkg gorename gotype; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
-$GOROOT/bin/go build -v -x -o $GOPATH/bin/$tool $_gourl/$tool
-  done
-
-  # Distribution tools
-  for tool in benchcmp bundle callgraph digraph eg fiximports guru 
html2article oracle present ssadump stress stringer ; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
-$GOROOT/bin/go build -v -x -o $GOPATH/pkg/tool/${GOOS}_$GOARCH/$tool 
golang.org/x/tools/cmd/$tool
-  done
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  #export GO386=387
-
-  export GOOS=linux
-  case "$CARCH" in
-x86_64) GOARCH=amd64 ;;
-i686) GOARCH=386 ;;
-  esac
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  for tool in goimports gomvpkg gorename gotype \
-benchcmp bundle callgraph digraph eg fiximports guru html2article oracle 
present ssadump stress stringer; do
-GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
-  done
-
-  # TestSimpleMulticastListener will fail in standard chroot
-  cd src && bash run.bash --no-rebuild || true
-}
-
-package_go() {
-  pkgdesc='Compiler and tools for the Go programming language from Google'
-  optdepends=('mercurial: for fetching sources from mercurial repositories'
-  'git: for fetching sources from git repositories'
-  'bzr: for fetching sources from bazaar repositories'
-  'subversion: for fetching sources from subversion repositories'

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

2016-07-29 Thread Alexander Rødseth
Date: Friday, July 29, 2016 @ 17:33:44
  Author: arodseth
Revision: 184635

upgpkg: go 2:1.6.3-2

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 17:07:23 UTC (rev 184634)
+++ PKGBUILD2016-07-29 17:33:44 UTC (rev 184635)
@@ -12,7 +12,7 @@
 
 pkgname=('go' 'go-tools')
 pkgver=1.6.3
-pkgrel=1
+pkgrel=2
 epoch=2
 arch=('x86_64' 'i686')
 url='http://golang.org/'
@@ -69,7 +69,7 @@
   bash make.bash --no-clean
 
   # System-wide tools
-  for tool in godex goimports gomvpkg gorename gotype; do
+  for tool in godex godoc goimports gomvpkg gorename gotype; do
 $GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
 $GOROOT/bin/go build -v -x -o $GOPATH/bin/$tool $_gourl/$tool
   done
@@ -145,7 +145,7 @@
 
   install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
 
-  # For the doc command
+  # For godoc command
   install -Dm644 favicon.ico "$pkgdir/usr/lib/go/favicon.ico"
 
   # Clean Windows specific files.
@@ -159,7 +159,7 @@
 }
 
 package_go-tools() {
-  pkgdesc='Developer tools for the Go programming language'
+  pkgdesc='Developer tools for the Go programming language (includes godoc)'
   depends=('go>2:1.5.3-1')
 
   GOOS=linux


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

2016-07-29 Thread Sergej Pupykin
Date: Friday, July 29, 2016 @ 17:07:23
  Author: spupykin
Revision: 184634

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

Added:
  gnustep-make/repos/community-i686/ChangeLog
(from rev 184633, gnustep-make/trunk/ChangeLog)
  gnustep-make/repos/community-i686/PKGBUILD
(from rev 184633, gnustep-make/trunk/PKGBUILD)
  gnustep-make/repos/community-x86_64/ChangeLog
(from rev 184633, gnustep-make/trunk/ChangeLog)
  gnustep-make/repos/community-x86_64/PKGBUILD
(from rev 184633, gnustep-make/trunk/PKGBUILD)
Deleted:
  gnustep-make/repos/community-i686/ChangeLog
  gnustep-make/repos/community-i686/PKGBUILD
  gnustep-make/repos/community-x86_64/ChangeLog
  gnustep-make/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |4 ++
 /PKGBUILD  |   82 +++
 community-i686/ChangeLog   |2 -
 community-i686/PKGBUILD|   30 ---
 community-x86_64/ChangeLog |2 -
 community-x86_64/PKGBUILD  |   35 --
 6 files changed, 86 insertions(+), 69 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-07-29 17:07:08 UTC (rev 184633)
+++ community-i686/ChangeLog2016-07-29 17:07:23 UTC (rev 184634)
@@ -1,2 +0,0 @@
-2007-06-27 tardo 
-* version upgrade

Copied: gnustep-make/repos/community-i686/ChangeLog (from rev 184633, 
gnustep-make/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-07-29 17:07:23 UTC (rev 184634)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-29 17:07:08 UTC (rev 184633)
+++ community-i686/PKGBUILD 2016-07-29 17:07:23 UTC (rev 184634)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Sebastian Sareyko 
-
-pkgname=gnustep-make
-pkgver=2.6.8
-pkgrel=1
-pkgdesc="The GNUstep make package"
-arch=('i686' 'x86_64') # See FS#29546
-url="http://www.gnustep.org/;
-license=('GPL')
-depends=()
-conflicts=('gnustep-make-svn')
-groups=('gnustep-core')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('7faa60b737e9bbb7fab69ecb14af4e61')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m755 \
-$pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \
-$pkgdir/etc/profile.d/GNUstep.sh
-}

Copied: gnustep-make/repos/community-i686/PKGBUILD (from rev 184633, 
gnustep-make/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-29 17:07:23 UTC (rev 184634)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-make
+pkgver=2.6.8
+pkgrel=2
+pkgdesc="The GNUstep make package"
+arch=('i686' 'x86_64') # See FS#29546
+url="http://www.gnustep.org/;
+license=('GPL')
+depends=()
+conflicts=('gnustep-make-svn')
+groups=('gnustep-core')
+backup=('etc/GNUstep/GNUstep.conf')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('7faa60b737e9bbb7fab69ecb14af4e61')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  for i in GNUSTEP_SYSTEM_ADMIN_TOOLS GNUSTEP_NETWORK_ADMIN_TOOLS 
GNUSTEP_LOCAL_ADMIN_TOOLS; do
+sed -i "s|@$i@|/usr/bin|g" GNUstep{,-strict-v2}.conf.in 
filesystem.{sh,csh,make}.in
+  done
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m755 \
+$pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \
+$pkgdir/etc/profile.d/GNUstep.sh
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2016-07-29 17:07:08 UTC (rev 184633)
+++ community-x86_64/ChangeLog  2016-07-29 17:07:23 UTC (rev 184634)
@@ -1,2 +0,0 @@
-2007-06-27 tardo 
-* version upgrade

Copied: gnustep-make/repos/community-x86_64/ChangeLog (from rev 184633, 
gnustep-make/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2016-07-29 17:07:23 UTC (rev 184634)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Deleted: community-x86_64/PKGBUILD

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

2016-07-29 Thread Sergej Pupykin
Date: Friday, July 29, 2016 @ 17:07:08
  Author: spupykin
Revision: 184633

upgpkg: gnustep-make 2.6.8-2

upd

Modified:
  gnustep-make/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 16:33:20 UTC (rev 184632)
+++ PKGBUILD2016-07-29 17:07:08 UTC (rev 184633)
@@ -16,6 +16,13 @@
 source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
 md5sums=('7faa60b737e9bbb7fab69ecb14af4e61')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  for i in GNUSTEP_SYSTEM_ADMIN_TOOLS GNUSTEP_NETWORK_ADMIN_TOOLS 
GNUSTEP_LOCAL_ADMIN_TOOLS; do
+sed -i "s|@$i@|/usr/bin|g" GNUstep{,-strict-v2}.conf.in 
filesystem.{sh,csh,make}.in
+  done
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure \
@@ -31,5 +38,4 @@
   install -D -m755 \
 $pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \
 $pkgdir/etc/profile.d/GNUstep.sh
-#  sed 's@/usr/sbin@/usr/bin@' -i $pkgdir/etc/GNUstep/GNUstep.conf
 }


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

2016-07-29 Thread Sergej Pupykin
Date: Friday, July 29, 2016 @ 16:32:54
  Author: spupykin
Revision: 184630

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 184629, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 184629, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 184629, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |  132 
 apache.conf   |   14 ++---
 roundcubemail.install |   14 ++---
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-29 16:32:45 UTC (rev 184629)
+++ PKGBUILD2016-07-29 16:32:54 UTC (rev 184630)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=roundcubemail
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="http://www.roundcube.net;
-license=('GPL')
-depends=('php')
-makedepends=('php-composer' 'git')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip' 'emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz;
-   apache.conf)
-md5sums=('ed3ce2c09f6e6a4221f4b99f5249da66'
- 'f11b17e2a80b383cde4af963fb307541')
-
-prepare() {
-#  mv ${srcdir}/roundcubemail-${_commit} 
${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
--e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
--e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
-config/defaults.inc.php \
-program/lib/Roundcube/rcube_config.php
-  mv composer.json-dist composer.json
-  composer install --no-dev
-}
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-
-#  install -dm0755 $pkgdir/etc/php/conf.d/
-#  cat <<'EOF' >$pkgdir/etc/php/conf.d/$pkgname.ini
-#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-#EOF
-
-  rm -rf temp logs
-
-  sed -i 
"s|$srcdir/roundcubemail-${pkgver/rc/-rc}/vendor/pear-pear.php.net/Console_CommandLine/data|/usr/share/webapps/roundcubemail/vendor/pear-pear.php.net|g"
 \
-
vendor/pear-pear.php.net/Console_CommandLine/Console/CommandLine/XmlParser.php
-
-  sed -i 
"s|$srcdir/roundcubemail-${pkgver/rc/-rc}|/usr/share/webapps/roundcubemail|g" \
-vendor/pear-pear.php.net/Crypt_GPG/bin/crypt-gpg-pinentry \
-vendor/pear-pear.php.net/Crypt_GPG/Crypt/GPG/Engine.php \
-vendor/pear-pear.php.net/Crypt_GPG/Crypt/GPG/PinEntry.php
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 184629, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-29 16:32:54 UTC (rev 184630)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=roundcubemail
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A PHP web-based mail client"
+arch=('any')
+url="http://www.roundcube.net;
+license=('GPL')
+depends=('php')
+makedepends=('php-composer' 'git')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip' 'emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz;
+   apache.conf)
+md5sums=('656349f1001ffbcf74066db2f5ebde05'
+ 'f11b17e2a80b383cde4af963fb307541')
+
+prepare() {
+#  mv ${srcdir}/roundcubemail-${_commit} 
${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
+-e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+  mv composer.json-dist composer.json
+  composer install --no-dev
+}
+

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

2016-07-29 Thread Sergej Pupykin
Date: Friday, July 29, 2016 @ 16:32:45
  Author: spupykin
Revision: 184629

upgpkg: roundcubemail 1.2.1-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 16:32:41 UTC (rev 184628)
+++ PKGBUILD2016-07-29 16:32:45 UTC (rev 184629)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net;
@@ -17,7 +17,7 @@
 options=('!strip' 'emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz;
apache.conf)
-md5sums=('ed3ce2c09f6e6a4221f4b99f5249da66'
+md5sums=('656349f1001ffbcf74066db2f5ebde05'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


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

2016-07-29 Thread Sergej Pupykin
Date: Friday, July 29, 2016 @ 16:33:20
  Author: spupykin
Revision: 184632

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

Added:
  unrealircd/repos/community-i686/PKGBUILD
(from rev 184631, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-i686/install.pl
(from rev 184631, unrealircd/trunk/install.pl)
  unrealircd/repos/community-i686/unrealircd.install
(from rev 184631, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-i686/unrealircd.service
(from rev 184631, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
(from rev 184631, unrealircd/trunk/unrealircd.tmpfiles.d)
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 184631, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/install.pl
(from rev 184631, unrealircd/trunk/install.pl)
  unrealircd/repos/community-x86_64/unrealircd.install
(from rev 184631, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 184631, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d
(from rev 184631, unrealircd/trunk/unrealircd.tmpfiles.d)
Deleted:
  unrealircd/repos/community-i686/PKGBUILD
  unrealircd/repos/community-i686/install.pl
  unrealircd/repos/community-i686/unrealircd.install
  unrealircd/repos/community-i686/unrealircd.service
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/install.pl
  unrealircd/repos/community-x86_64/unrealircd.install
  unrealircd/repos/community-x86_64/unrealircd.service
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d

+
 /PKGBUILD  |  136 +++
 /install.pl|   10 ++
 /unrealircd.install|   24 +
 /unrealircd.service|   24 +
 /unrealircd.tmpfiles.d |2 
 community-i686/PKGBUILD|   68 ---
 community-i686/install.pl  |5 -
 community-i686/unrealircd.install  |   12 --
 community-i686/unrealircd.service  |   12 --
 community-i686/unrealircd.tmpfiles.d   |1 
 community-x86_64/PKGBUILD  |   68 ---
 community-x86_64/install.pl|5 -
 community-x86_64/unrealircd.install|   12 --
 community-x86_64/unrealircd.service|   12 --
 community-x86_64/unrealircd.tmpfiles.d |1 
 15 files changed, 196 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-29 16:32:58 UTC (rev 184631)
+++ community-i686/PKGBUILD 2016-07-29 16:33:20 UTC (rev 184632)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zerial 
-
-pkgname=unrealircd
-pkgver=4.0.5
-pkgrel=1
-pkgdesc="Open Source IRC Server"
-arch=('i686' 'x86_64')
-url="http://unrealircd.com;
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf')
-install=unrealircd.install
-source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
-   unrealircd.service
-   unrealircd.tmpfiles.d
-   install.pl)
-md5sums=('648626730d52da289816d3673efc4bd6'
- '677d8de0bae770488a2c1730f9475a51'
- '3ec519ea7dbe99696eb6c51dfc0d382a'
- '3a23792b03420fc578cf6688b1574ae3')
-
-prepare() {
-  cd $srcdir/unrealircd-$pkgver
-  sed -i \
--e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \
--e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \
-Makefile.in
-}
-
-build() {
-  cd $srcdir/unrealircd-$pkgver
-  ./configure \
---with-pidfile=/run/unrealircd/ircd.pid \
---with-showlistmodes \
---enable-ssl=/usr \
---with-bindir=/usr/bin \
---with-datadir=/var/lib/unrealircd \
---with-confdir=/etc/unrealircd \
---with-modulesdir=/usr/lib/unrealircd \
---with-logdir=/var/log/unrealircd \
---with-cachedir=/var/cache/unrealircd \
---with-docdir=/usr/share/doc/unrealircd \
---with-tmpdir=/tmp \
---with-scriptdir=/usr \
---with-nick-history=2000 \
---with-sendq=300 \
---with-permissions=0644 \
---with-fd-setsize=1024 \
---enable-dynamic-linking
-  make
-}
-
-package() {
-  cd $srcdir/unrealircd-$pkgver
-
-  export pkgdir
-  make INSTALL=$srcdir/install.pl install
-  mv $pkgdir/usr/unrealircd $pkgdir/etc/unrealircd/unrealircd
-  cp $pkgdir/etc/unrealircd/examples/example.conf 
$pkgdir/etc/unrealircd/unrealircd.conf
-  rm -rf $pkgdir/tmp
-
-  install -Dm0644 $srcdir/unrealircd.service 
$pkgdir/usr/lib/systemd/system/unrealircd.service
-  install -Dm0644 $srcdir/unrealircd.tmpfiles.d 
$pkgdir/usr/lib/tmpfiles.d/unrealircd.conf
-}

Copied: 

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

2016-07-29 Thread Sergej Pupykin
Date: Friday, July 29, 2016 @ 16:32:58
  Author: spupykin
Revision: 184631

upgpkg: unrealircd 4.0.5-2

upd

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 16:32:54 UTC (rev 184630)
+++ PKGBUILD2016-07-29 16:32:58 UTC (rev 184631)
@@ -4,7 +4,7 @@
 
 pkgname=unrealircd
 pkgver=4.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source IRC Server"
 arch=('i686' 'x86_64')
 url="http://unrealircd.com;
@@ -18,7 +18,7 @@
unrealircd.service
unrealircd.tmpfiles.d
install.pl)
-md5sums=('648626730d52da289816d3673efc4bd6'
+md5sums=('d447caa31dc541c4a80aa54290602132'
  '677d8de0bae770488a2c1730f9475a51'
  '3ec519ea7dbe99696eb6c51dfc0d382a'
  '3a23792b03420fc578cf6688b1574ae3')


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

2016-07-29 Thread Sergej Pupykin
Date: Friday, July 29, 2016 @ 16:32:27
  Author: spupykin
Revision: 184626

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-29 16:32:11 UTC (rev 184625)
+++ community-i686/PKGBUILD 2016-07-29 16:32:27 UTC (rev 184626)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jacek Poplawski 
-# Contributor: Charlie Cox 
-
-pkgname=atanks
-pkgver=6.3
-pkgrel=2
-pkgdesc="Atomic Tanks"
-url="http://atanks.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('sed')
-depends=('allegro4' 'gcc-libs')
-source=("http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz;)
-md5sums=('271158ee7ca7c6415859af1e5e020515')
-
-build() {
-  cd atanks-${pkgver}
-  make
-}
-
-package() {
-  cd atanks-${pkgver}
-  make DESTDIR=${pkgdir} INSTALL="install -c" install
-
-  sed -i 's/^Name=atanks/Name=Atomic Tanks/' atanks.desktop
-  sed -i 's/^Categories=Game;/Categories=Game;StrategyGame;/' atanks.desktop
-
-  install -Dm644 atanks.desktop $pkgdir/usr/share/applications/atanks.desktop
-  install -Dm644 atanks.png $pkgdir/usr/share/pixmaps/atanks.png
-}

Copied: atanks/repos/community-i686/PKGBUILD (from rev 184625, 
atanks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-29 16:32:27 UTC (rev 184626)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jacek Poplawski 
+# Contributor: Charlie Cox 
+
+pkgname=atanks
+pkgver=6.4
+pkgrel=1
+pkgdesc="Atomic Tanks"
+url="http://atanks.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('sed')
+depends=('allegro4' 'gcc-libs')
+source=("http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz;)
+md5sums=('0a7a1c3b13682f4c208c6564aa5d7b2d')
+
+build() {
+  cd atanks-${pkgver}
+  make
+}
+
+package() {
+  cd atanks-${pkgver}
+  make DESTDIR=${pkgdir} INSTALL="install -c" install
+
+  sed -i 's/^Name=atanks/Name=Atomic Tanks/' atanks.desktop
+  sed -i 's/^Categories=Game;/Categories=Game;StrategyGame;/' atanks.desktop
+
+  install -Dm644 atanks.desktop $pkgdir/usr/share/applications/atanks.desktop
+  install -Dm644 atanks.png $pkgdir/usr/share/pixmaps/atanks.png
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-29 16:32:11 UTC (rev 184625)
+++ community-x86_64/PKGBUILD   2016-07-29 16:32:27 UTC (rev 184626)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jacek Poplawski 
-# Contributor: Charlie Cox 
-
-pkgname=atanks
-pkgver=6.3
-pkgrel=2
-pkgdesc="Atomic Tanks"
-url="http://atanks.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('sed')
-depends=('allegro4' 'gcc-libs')
-source=("http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz;)
-md5sums=('271158ee7ca7c6415859af1e5e020515')
-
-build() {
-  cd atanks-${pkgver}
-  make
-}
-
-package() {
-  cd atanks-${pkgver}
-  make DESTDIR=${pkgdir} INSTALL="install -c" install
-
-  sed -i 's/^Name=atanks/Name=Atomic Tanks/' atanks.desktop
-  sed -i 's/^Categories=Game;/Categories=Game;StrategyGame;/' atanks.desktop
-
-  install -Dm644 atanks.desktop $pkgdir/usr/share/applications/atanks.desktop
-  install -Dm644 atanks.png $pkgdir/usr/share/pixmaps/atanks.png
-}

Copied: atanks/repos/community-x86_64/PKGBUILD (from rev 184625, 
atanks/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-29 16:32:27 UTC (rev 184626)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jacek Poplawski 
+# Contributor: Charlie Cox 
+
+pkgname=atanks
+pkgver=6.4
+pkgrel=1
+pkgdesc="Atomic Tanks"
+url="http://atanks.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')

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

2016-07-29 Thread Sergej Pupykin
Date: Friday, July 29, 2016 @ 16:32:41
  Author: spupykin
Revision: 184628

archrelease: copy trunk to community-x86_64

Added:
  gnustep-make/repos/community-x86_64/ChangeLog
(from rev 184627, gnustep-make/trunk/ChangeLog)
  gnustep-make/repos/community-x86_64/PKGBUILD
(from rev 184627, gnustep-make/trunk/PKGBUILD)
Deleted:
  gnustep-make/repos/community-x86_64/ChangeLog
  gnustep-make/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |4 +--
 PKGBUILD  |   65 
 2 files changed, 37 insertions(+), 32 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-07-29 16:32:33 UTC (rev 184627)
+++ ChangeLog   2016-07-29 16:32:41 UTC (rev 184628)
@@ -1,2 +0,0 @@
-2007-06-27 tardo 
-* version upgrade

Copied: gnustep-make/repos/community-x86_64/ChangeLog (from rev 184627, 
gnustep-make/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-07-29 16:32:41 UTC (rev 184628)
@@ -0,0 +1,2 @@
+2007-06-27 tardo 
+* version upgrade

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-29 16:32:33 UTC (rev 184627)
+++ PKGBUILD2016-07-29 16:32:41 UTC (rev 184628)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Sebastian Sareyko 
-
-pkgname=gnustep-make
-pkgver=2.6.8
-pkgrel=1
-pkgdesc="The GNUstep make package"
-arch=('i686' 'x86_64') # See FS#29546
-url="http://www.gnustep.org/;
-license=('GPL')
-depends=()
-conflicts=('gnustep-make-svn')
-groups=('gnustep-core')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('7faa60b737e9bbb7fab69ecb14af4e61')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m755 \
-$pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \
-$pkgdir/etc/profile.d/GNUstep.sh
-}

Copied: gnustep-make/repos/community-x86_64/PKGBUILD (from rev 184627, 
gnustep-make/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-29 16:32:41 UTC (rev 184628)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-make
+pkgver=2.6.8
+pkgrel=2
+pkgdesc="The GNUstep make package"
+arch=('i686' 'x86_64') # See FS#29546
+url="http://www.gnustep.org/;
+license=('GPL')
+depends=()
+conflicts=('gnustep-make-svn')
+groups=('gnustep-core')
+backup=('etc/GNUstep/GNUstep.conf')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('7faa60b737e9bbb7fab69ecb14af4e61')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m755 \
+$pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \
+$pkgdir/etc/profile.d/GNUstep.sh
+#  sed 's@/usr/sbin@/usr/bin@' -i $pkgdir/etc/GNUstep/GNUstep.conf
+}


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

2016-07-29 Thread Sergej Pupykin
Date: Friday, July 29, 2016 @ 16:32:33
  Author: spupykin
Revision: 184627

upgpkg: gnustep-make 2.6.8-2

upd

Modified:
  gnustep-make/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 16:32:27 UTC (rev 184626)
+++ PKGBUILD2016-07-29 16:32:33 UTC (rev 184627)
@@ -4,7 +4,7 @@
 
 pkgname=gnustep-make
 pkgver=2.6.8
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNUstep make package"
 arch=('i686' 'x86_64') # See FS#29546
 url="http://www.gnustep.org/;
@@ -12,12 +12,16 @@
 depends=()
 conflicts=('gnustep-make-svn')
 groups=('gnustep-core')
+backup=('etc/GNUstep/GNUstep.conf')
 source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
 md5sums=('7faa60b737e9bbb7fab69ecb14af4e61')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/GNUstep
   make
 }
 
@@ -27,4 +31,5 @@
   install -D -m755 \
 $pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \
 $pkgdir/etc/profile.d/GNUstep.sh
+#  sed 's@/usr/sbin@/usr/bin@' -i $pkgdir/etc/GNUstep/GNUstep.conf
 }


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

2016-07-29 Thread Sergej Pupykin
Date: Friday, July 29, 2016 @ 16:32:11
  Author: spupykin
Revision: 184625

upgpkg: atanks 6.4-1

upd

Modified:
  atanks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 14:24:04 UTC (rev 184624)
+++ PKGBUILD2016-07-29 16:32:11 UTC (rev 184625)
@@ -4,8 +4,8 @@
 # Contributor: Charlie Cox 
 
 pkgname=atanks
-pkgver=6.3
-pkgrel=2
+pkgver=6.4
+pkgrel=1
 pkgdesc="Atomic Tanks"
 url="http://atanks.sourceforge.net;
 license=('GPL')
@@ -13,7 +13,7 @@
 makedepends=('sed')
 depends=('allegro4' 'gcc-libs')
 
source=("http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz;)
-md5sums=('271158ee7ca7c6415859af1e5e020515')
+md5sums=('0a7a1c3b13682f4c208c6564aa5d7b2d')
 
 build() {
   cd atanks-${pkgver}


[arch-commits] Commit in xf86-video-intel/repos (8 files)

2016-07-29 Thread Jan Steffens
Date: Friday, July 29, 2016 @ 15:55:56
  Author: heftig
Revision: 272692

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

Added:
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 272691, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 272691, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 272691, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 272691, xf86-video-intel/trunk/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/testing-i686/PKGBUILD
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install

-+
 /PKGBUILD   |  130 ++
 /xf86-video-intel.install   |   42 +
 testing-i686/PKGBUILD   |   65 ---
 testing-i686/xf86-video-intel.install   |   21 
 testing-x86_64/PKGBUILD |   65 ---
 testing-x86_64/xf86-video-intel.install |   21 
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-07-29 15:54:39 UTC (rev 272691)
+++ testing-i686/PKGBUILD   2016-07-29 15:55:56 UTC (rev 272692)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-intel
-_commit=6988b87 # 7 digits
-pkgver=2.99.917+684+g6988b87
-pkgrel=2
-epoch=1
-arch=(i686 x86_64)
-url="https://01.org/linuxgraphics;
-license=('custom')
-install=$pkgname.install
-pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
-depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
- # additional deps for intel-virtual-output
- 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
- # additional for git snapshot
- 'git')
-optdepends=('libxrandr: for intel-virtual-output'
-'libxinerama: for intel-virtual-output'
-'libxcursor: for intel-virtual-output'
-'libxtst: for intel-virtual-output'
-'libxss: for intel-virtual-output')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-groups=('xorg-drivers' 'xorg')
-#source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-source=("git://anongit.freedesktop.org/xorg/driver/xf86-video-intel#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib \
---with-default-dri=3
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 272691, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-29 15:55:56 UTC (rev 272692)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=6988b87 # 7 digits
+pkgver=2.99.917+684+g6988b87
+pkgrel=3
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics;
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output'
+'libxss: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')

[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD xf86-video-intel.install)

2016-07-29 Thread Jan Steffens
Date: Friday, July 29, 2016 @ 15:54:39
  Author: heftig
Revision: 272691

2.99.917+684+g6988b87-3

Modified:
  xf86-video-intel/trunk/PKGBUILD
  xf86-video-intel/trunk/xf86-video-intel.install

--+
 PKGBUILD |2 +-
 xf86-video-intel.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 12:37:15 UTC (rev 272690)
+++ PKGBUILD2016-07-29 15:54:39 UTC (rev 272691)
@@ -5,7 +5,7 @@
 pkgname=xf86-video-intel
 _commit=6988b87 # 7 digits
 pkgver=2.99.917+684+g6988b87
-pkgrel=2
+pkgrel=3
 epoch=1
 arch=(i686 x86_64)
 url="https://01.org/linuxgraphics;

Modified: xf86-video-intel.install
===
--- xf86-video-intel.install2016-07-29 12:37:15 UTC (rev 272690)
+++ xf86-video-intel.install2016-07-29 15:54:39 UTC (rev 272691)
@@ -15,7 +15,7 @@
 }
 
 post_upgrade() {
-  if (( $(vercmp $2 2.99.917+682) < 0 )); then
+  if (( $(vercmp $2 1:2.99.917+684+g6988b87-3) < 0 )); then
 post_install
   fi
 }


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

2016-07-29 Thread Sven-Hendrik Haase
Date: Friday, July 29, 2016 @ 14:23:57
  Author: svenstaro
Revision: 184623

upgpkg: ansible 2.1.1.0-1

upstream release 2.1.1.0

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 12:54:50 UTC (rev 184622)
+++ PKGBUILD2016-07-29 14:23:57 UTC (rev 184623)
@@ -7,7 +7,7 @@
 # Contributor: atweiden 
 
 pkgname=ansible
-pkgver=2.1.0.0
+pkgver=2.1.1.0
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -19,7 +19,7 @@
 makedepends=('asciidoc' 'fakeroot')
 backup=('etc/ansible/ansible.cfg')
 source=(http://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz)
-md5sums=('9d8bd04d3f0032c1948c5b2bf0b3b048')
+md5sums=('d2521bc6416d07996e924fdd2d1fa6a2')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-07-29 Thread Sven-Hendrik Haase
Date: Friday, July 29, 2016 @ 14:24:04
  Author: svenstaro
Revision: 184624

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 184623, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-29 14:23:57 UTC (rev 184623)
+++ PKGBUILD2016-07-29 14:24:04 UTC (rev 184624)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=ansible
-pkgver=2.1.0.0
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
-optdepends=('python2-passlib: crypt values for vars_prompt')
-makedepends=('asciidoc' 'fakeroot')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz)
-md5sums=('9d8bd04d3f0032c1948c5b2bf0b3b048')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
-
-  install -d "${pkgdir}"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
-
-  install -d "${pkgdir}"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 184623, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-29 14:24:04 UTC (rev 184624)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=ansible
+pkgver=2.1.1.0
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
+optdepends=('python2-passlib: crypt values for vars_prompt'
+'python2-netaddr: for the ipaddr filter')
+makedepends=('asciidoc' 'fakeroot')
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz)
+md5sums=('d2521bc6416d07996e924fdd2d1fa6a2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}"
+  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
+
+  install -d "${pkgdir}"/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
+
+  install -d "${pkgdir}"/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
+}


[arch-commits] Commit in nvidia-cg-toolkit/trunk (PKGBUILD)

2016-07-29 Thread Sven-Hendrik Haase
Date: Friday, July 29, 2016 @ 12:54:37
  Author: svenstaro
Revision: 184621

upgpkg: nvidia-cg-toolkit 3.1-4

Modernize package and add dep on libgl

Modified:
  nvidia-cg-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 11:54:29 UTC (rev 184620)
+++ PKGBUILD2016-07-29 12:54:37 UTC (rev 184621)
@@ -1,27 +1,22 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase 
-# Contributor: Adam Griffiths 
+# Contributor: Adam Griffiths
 # Contributor: Nick B 
-pkgname=nvidia-cg-toolkit 
+pkgname=nvidia-cg-toolkit
 pkgver=3.1
 _date="April2012"
-pkgrel=3
-pkgdesc="NVIDIA Cg libraries" 
+pkgrel=4
+pkgdesc="NVIDIA Cg libraries"
 arch=('i686' 'x86_64')
-url="http://developer.nvidia.com/object/cg_toolkit.html; 
+url="http://developer.nvidia.com/object/cg_toolkit.html;
 license=('custom')
-depends=('glibc') 
-source=(http://developer.download.nvidia.com/cg/Cg_${pkgver}/Cg-${pkgver}_${_date}_${CARCH/i686/x86}.tgz)
-[ "$CARCH" = "i686" ] &&
-  md5sums=('9a9fc5108154808f3b10eafa54df1c74')
-[ "$CARCH" = "x86_64" ] && 
-md5sums=('88ba727cdbe0261fac465c4d84f44762')
+depends=('glibc' 'libgl')
+source_i686=(http://developer.download.nvidia.com/cg/Cg_${pkgver}/Cg-${pkgver}_${_date}_x86.tgz)
+source_x86_64=(http://developer.download.nvidia.com/cg/Cg_${pkgver}/Cg-${pkgver}_${_date}_x86_64.tgz)
+md5sums_i686=('9a9fc5108154808f3b10eafa54df1c74')
+md5sums_x86_64=('88ba727cdbe0261fac465c4d84f44762')
 
-build() {
-  return 0
-}
-
-package() { 
+package() {
   install -Dm755 ${srcdir}/usr/bin/cgc ${pkgdir}/usr/bin/cgc
   install -dm755 ${pkgdir}/usr/include/Cg
   install -m644 ${srcdir}/usr/include/Cg/* ${pkgdir}/usr/include/Cg


[arch-commits] Commit in nvidia-cg-toolkit/repos (4 files)

2016-07-29 Thread Sven-Hendrik Haase
Date: Friday, July 29, 2016 @ 12:54:50
  Author: svenstaro
Revision: 184622

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

Added:
  nvidia-cg-toolkit/repos/community-i686/PKGBUILD
(from rev 184621, nvidia-cg-toolkit/trunk/PKGBUILD)
  nvidia-cg-toolkit/repos/community-x86_64/PKGBUILD
(from rev 184621, nvidia-cg-toolkit/trunk/PKGBUILD)
Deleted:
  nvidia-cg-toolkit/repos/community-i686/PKGBUILD
  nvidia-cg-toolkit/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   37 -
 community-x86_64/PKGBUILD |   37 -
 3 files changed, 64 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-29 12:54:37 UTC (rev 184621)
+++ community-i686/PKGBUILD 2016-07-29 12:54:50 UTC (rev 184622)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adam Griffiths 
-# Contributor: Nick B 
-pkgname=nvidia-cg-toolkit 
-pkgver=3.1
-_date="April2012"
-pkgrel=3
-pkgdesc="NVIDIA Cg libraries" 
-arch=('i686' 'x86_64')
-url="http://developer.nvidia.com/object/cg_toolkit.html; 
-license=('custom')
-depends=('glibc') 
-source=(http://developer.download.nvidia.com/cg/Cg_${pkgver}/Cg-${pkgver}_${_date}_${CARCH/i686/x86}.tgz)
-[ "$CARCH" = "i686" ] &&
-  md5sums=('9a9fc5108154808f3b10eafa54df1c74')
-[ "$CARCH" = "x86_64" ] && 
-md5sums=('88ba727cdbe0261fac465c4d84f44762')
-
-build() {
-  return 0
-}
-
-package() { 
-  install -Dm755 ${srcdir}/usr/bin/cgc ${pkgdir}/usr/bin/cgc
-  install -dm755 ${pkgdir}/usr/include/Cg
-  install -m644 ${srcdir}/usr/include/Cg/* ${pkgdir}/usr/include/Cg
-  install -dm755 ${pkgdir}/usr/lib
-  [ "$CARCH" = "i686" ] && install -m644 ${srcdir}/usr/lib/* ${pkgdir}/usr/lib
-  [ "$CARCH" = "x86_64" ] && install -m644 ${srcdir}/usr/lib64/* 
${pkgdir}/usr/lib
-  install -Dm644 ${srcdir}/usr//local/Cg/docs/license.txt 
${pkgdir}/usr/share/licenses/nvidia-cg-toolkit/license.txt
-  cp -r ${srcdir}/usr/local/Cg ${pkgdir}/usr/share/
-  find $pkgdir/usr/share/ -type d -exec chmod -R 755 '{}' ';'
-  find $pkgdir/usr/share/ -type f -exec chmod -R 644 '{}' ';'
-}
-
-# vim: sw=2:ts=2 et:

Copied: nvidia-cg-toolkit/repos/community-i686/PKGBUILD (from rev 184621, 
nvidia-cg-toolkit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-29 12:54:50 UTC (rev 184622)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adam Griffiths
+# Contributor: Nick B 
+pkgname=nvidia-cg-toolkit
+pkgver=3.1
+_date="April2012"
+pkgrel=4
+pkgdesc="NVIDIA Cg libraries"
+arch=('i686' 'x86_64')
+url="http://developer.nvidia.com/object/cg_toolkit.html;
+license=('custom')
+depends=('glibc' 'libgl')
+source_i686=(http://developer.download.nvidia.com/cg/Cg_${pkgver}/Cg-${pkgver}_${_date}_x86.tgz)
+source_x86_64=(http://developer.download.nvidia.com/cg/Cg_${pkgver}/Cg-${pkgver}_${_date}_x86_64.tgz)
+md5sums_i686=('9a9fc5108154808f3b10eafa54df1c74')
+md5sums_x86_64=('88ba727cdbe0261fac465c4d84f44762')
+
+package() {
+  install -Dm755 ${srcdir}/usr/bin/cgc ${pkgdir}/usr/bin/cgc
+  install -dm755 ${pkgdir}/usr/include/Cg
+  install -m644 ${srcdir}/usr/include/Cg/* ${pkgdir}/usr/include/Cg
+  install -dm755 ${pkgdir}/usr/lib
+  [ "$CARCH" = "i686" ] && install -m644 ${srcdir}/usr/lib/* ${pkgdir}/usr/lib
+  [ "$CARCH" = "x86_64" ] && install -m644 ${srcdir}/usr/lib64/* 
${pkgdir}/usr/lib
+  install -Dm644 ${srcdir}/usr//local/Cg/docs/license.txt 
${pkgdir}/usr/share/licenses/nvidia-cg-toolkit/license.txt
+  cp -r ${srcdir}/usr/local/Cg ${pkgdir}/usr/share/
+  find $pkgdir/usr/share/ -type d -exec chmod -R 755 '{}' ';'
+  find $pkgdir/usr/share/ -type f -exec chmod -R 644 '{}' ';'
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-29 12:54:37 UTC (rev 184621)
+++ community-x86_64/PKGBUILD   2016-07-29 12:54:50 UTC (rev 184622)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adam Griffiths 
-# Contributor: Nick B 
-pkgname=nvidia-cg-toolkit 
-pkgver=3.1
-_date="April2012"
-pkgrel=3
-pkgdesc="NVIDIA Cg libraries" 
-arch=('i686' 'x86_64')
-url="http://developer.nvidia.com/object/cg_toolkit.html; 
-license=('custom')
-depends=('glibc') 
-source=(http://developer.download.nvidia.com/cg/Cg_${pkgver}/Cg-${pkgver}_${_date}_${CARCH/i686/x86}.tgz)
-[ "$CARCH" = "i686" ] &&
-  md5sums=('9a9fc5108154808f3b10eafa54df1c74')
-[ "$CARCH" = "x86_64" ] && 
-md5sums=('88ba727cdbe0261fac465c4d84f44762')
-
-build() {
-  return 0
-}
-
-package() { 
-  install -Dm755 ${srcdir}/usr/bin/cgc 

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

2016-07-29 Thread Antonio Rojas
Date: Friday, July 29, 2016 @ 12:37:15
  Author: arojas
Revision: 272690

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 272689, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 272689, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 272689, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 272689, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  204 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   98 
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   98 
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 226 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-29 12:36:44 UTC (rev 272689)
+++ extra-i686/PKGBUILD 2016-07-29 12:37:15 UTC (rev 272690)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.5.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('6926ab0b42a7c3e0359c7809cfaab475cde46319'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = 

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

2016-07-29 Thread Antonio Rojas
Date: Friday, July 29, 2016 @ 12:36:44
  Author: arojas
Revision: 272689

Update to 6.9.5.3 + fix CVE-2016-6491

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 11:25:12 UTC (rev 272688)
+++ PKGBUILD2016-07-29 12:36:44 UTC (rev 272689)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.5.2
+pkgver=6.9.5.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
@@ -12,10 +12,11 @@
  'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
  'opencl-headers' 'libcl' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('6926ab0b42a7c3e0359c7809cfaab475cde46319'
+perlmagick.rpath.patch 
CVE-2016-6491.patch::"http://git.imagemagick.org/repos/ImageMagick/commit/5cb6c1ac.diff;)
+sha1sums=('38e70c0e0e3d8d419a0f05dd10d75fc5cf0c00b2'
   'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
+  'e143cf9d530fabf3b58023899b5cc544ba93daec'
+  '4d7800b26bea97cf1c018405f20c5ea11ef678d4')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
 
 prepare() {
@@ -23,6 +24,9 @@
   sed '/AC_PATH_XTRA/d' -i configure.ac
   autoreconf --force --install
   patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
+
+# Fix CVE-2016-6491
+  patch -p1 -i "$srcdir"/CVE-2016-6491.patch
 }
 
 build() {


[arch-commits] Commit in (skype)

2016-07-29 Thread Sven-Hendrik Haase
Date: Friday, July 29, 2016 @ 11:54:29
  Author: svenstaro
Revision: 184620

Drop skype

Deleted:
  skype/


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

2016-07-29 Thread Jan Steffens
Date: Friday, July 29, 2016 @ 11:25:12
  Author: heftig
Revision: 272688

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

Added:
  json-glib/repos/extra-i686/PKGBUILD
(from rev 272687, json-glib/trunk/PKGBUILD)
  json-glib/repos/extra-x86_64/PKGBUILD
(from rev 272687, json-glib/trunk/PKGBUILD)
Deleted:
  json-glib/repos/extra-i686/PKGBUILD
  json-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-29 10:59:30 UTC (rev 272687)
+++ extra-i686/PKGBUILD 2016-07-29 11:25:12 UTC (rev 272688)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=json-glib
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="JSON library built on GLib"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Projects/JsonGlib;
-license=('GPL')
-depends=('glib2')
-makedepends=('gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('99d6dfbe49c08fd7529f1fe8dcb1893b810a1bb222f1e7b65f41507658b8a7d3')
-
-build(){
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package(){
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-check(){
-  cd "${pkgname}-${pkgver}"
-  make check
-}

Copied: json-glib/repos/extra-i686/PKGBUILD (from rev 272687, 
json-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-29 11:25:12 UTC (rev 272688)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=json-glib
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/JsonGlib;
+license=('GPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ea128ab52a824fcd06e5448fbb2bd8d9a13740d51c66d445828edba71321a621')
+
+build(){
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+check(){
+  cd "${pkgname}-${pkgver}"
+  make check
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-29 10:59:30 UTC (rev 272687)
+++ extra-x86_64/PKGBUILD   2016-07-29 11:25:12 UTC (rev 272688)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=json-glib
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="JSON library built on GLib"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Projects/JsonGlib;
-license=('GPL')
-depends=('glib2')
-makedepends=('gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('99d6dfbe49c08fd7529f1fe8dcb1893b810a1bb222f1e7b65f41507658b8a7d3')
-
-build(){
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package(){
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-check(){
-  cd "${pkgname}-${pkgver}"
-  make check
-}

Copied: json-glib/repos/extra-x86_64/PKGBUILD (from rev 272687, 
json-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-07-29 11:25:12 UTC (rev 272688)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=json-glib
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/JsonGlib;
+license=('GPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ea128ab52a824fcd06e5448fbb2bd8d9a13740d51c66d445828edba71321a621')
+
+build(){
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+check(){
+  cd "${pkgname}-${pkgver}"
+  make check
+}


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

2016-07-29 Thread Jerome Leclanche
Date: Friday, July 29, 2016 @ 11:14:13
  Author: jleclanche
Revision: 184619

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-29 11:14:01 UTC (rev 184618)
+++ community-i686/PKGBUILD 2016-07-29 11:14:13 UTC (rev 184619)
@@ -1,36 +0,0 @@
-# $Id$
-pkgname=wlc
-pkgver=0.0.3
-pkgrel=1
-pkgdesc="Wayland Compositor Library"
-url="https://github.com/Cloudef/wlc;
-arch=("i686" "x86_64")
-license=("MIT")
-depends=(
-   "libdrm" "pixman" "xcb-util-image" "xcb-util-wm"
-   "wayland" "wayland-protocols" "libxkbcommon" "libinput" "libgl"
-)
-makedepends=("cmake")
-source=("https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;)
-sha256sums=("086556f97e635469afd1f73e191ac57c888925f4480d526346946350273ebb3f")
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-   install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wlc/repos/community-i686/PKGBUILD (from rev 184618, wlc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-29 11:14:13 UTC (rev 184619)
@@ -0,0 +1,42 @@
+# $Id$
+pkgname=wlc
+pkgver=0.0.4
+pkgrel=1
+pkgdesc="Wayland Compositor Library"
+url="https://github.com/Cloudef/wlc;
+arch=("i686" "x86_64")
+license=("MIT")
+depends=(
+   "libdrm" "pixman" "xcb-util-image" "xcb-util-wm"
+   "wayland" "wayland-protocols" "libxkbcommon" "libinput" "libgl"
+)
+makedepends=("cmake")
+source=(
+   
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;
+)
+sha256sums=(
+   "16e621ba3c1571433f1b5c6d2853f9bb6aa355de610070e403cbb79d35e8815e"
+)
+validpgpkeys=("F769BB961AF6D26A")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+   install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-29 11:14:01 UTC (rev 184618)
+++ community-x86_64/PKGBUILD   2016-07-29 11:14:13 UTC (rev 184619)
@@ -1,36 +0,0 @@
-# $Id$
-pkgname=wlc
-pkgver=0.0.3
-pkgrel=1
-pkgdesc="Wayland Compositor Library"
-url="https://github.com/Cloudef/wlc;
-arch=("i686" "x86_64")
-license=("MIT")
-depends=(
-   "libdrm" "pixman" "xcb-util-image" "xcb-util-wm"
-   "wayland" "wayland-protocols" "libxkbcommon" "libinput" "libgl"
-)
-makedepends=("cmake")
-source=("https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;)
-sha256sums=("086556f97e635469afd1f73e191ac57c888925f4480d526346946350273ebb3f")
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-   install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wlc/repos/community-x86_64/PKGBUILD (from rev 184618, 
wlc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-29 11:14:13 UTC (rev 184619)
@@ -0,0 +1,42 @@
+# $Id$
+pkgname=wlc
+pkgver=0.0.4
+pkgrel=1
+pkgdesc="Wayland Compositor Library"
+url="https://github.com/Cloudef/wlc;
+arch=("i686" "x86_64")
+license=("MIT")
+depends=(
+   "libdrm" 

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

2016-07-29 Thread Jerome Leclanche
Date: Friday, July 29, 2016 @ 11:14:01
  Author: jleclanche
Revision: 184618

upgpkg: wlc 0.0.4-1

Upstream release 0.0.4

Modified:
  wlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 10:54:50 UTC (rev 184617)
+++ PKGBUILD2016-07-29 11:14:01 UTC (rev 184618)
@@ -1,6 +1,6 @@
 # $Id$
 pkgname=wlc
-pkgver=0.0.3
+pkgver=0.0.4
 pkgrel=1
 pkgdesc="Wayland Compositor Library"
 url="https://github.com/Cloudef/wlc;
@@ -11,9 +11,15 @@
"wayland" "wayland-protocols" "libxkbcommon" "libinput" "libgl"
 )
 makedepends=("cmake")
-source=("https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;)
-sha256sums=("086556f97e635469afd1f73e191ac57c888925f4480d526346946350273ebb3f")
+source=(
+   
"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;
+)
+sha256sums=(
+   "16e621ba3c1571433f1b5c6d2853f9bb6aa355de610070e403cbb79d35e8815e"
+)
+validpgpkeys=("F769BB961AF6D26A")
 
+
 build() {
mkdir -p build
cd build


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

2016-07-29 Thread Jan Steffens
Date: Friday, July 29, 2016 @ 10:59:30
  Author: heftig
Revision: 272687

1.2.2-1

Modified:
  json-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 08:15:22 UTC (rev 272686)
+++ PKGBUILD2016-07-29 10:59:30 UTC (rev 272687)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=json-glib
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="JSON library built on GLib"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glib2')
 makedepends=('gobject-introspection')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('99d6dfbe49c08fd7529f1fe8dcb1893b810a1bb222f1e7b65f41507658b8a7d3')
+sha256sums=('ea128ab52a824fcd06e5448fbb2bd8d9a13740d51c66d445828edba71321a621')
 
 build(){
   cd ${pkgname}-${pkgver}


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

2016-07-29 Thread Christian Hesse
Date: Friday, July 29, 2016 @ 10:54:50
  Author: eworm
Revision: 184617

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

Added:
  
mysql-workbench/repos/community-i686/0001-mysql-workbench-no-check-for-updates.patch
(from rev 184616, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  mysql-workbench/repos/community-i686/PKGBUILD
(from rev 184616, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-i686/arch_linux_profile.xml
(from rev 184616, mysql-workbench/trunk/arch_linux_profile.xml)
  
mysql-workbench/repos/community-x86_64/0001-mysql-workbench-no-check-for-updates.patch
(from rev 184616, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
  mysql-workbench/repos/community-x86_64/PKGBUILD
(from rev 184616, mysql-workbench/trunk/PKGBUILD)
  mysql-workbench/repos/community-x86_64/arch_linux_profile.xml
(from rev 184616, mysql-workbench/trunk/arch_linux_profile.xml)
Deleted:
  
mysql-workbench/repos/community-i686/0001-do-not-pass-type-to-std-make_pair.patch
  
mysql-workbench/repos/community-i686/0001-mysql-workbench-no-check-for-updates.patch
  mysql-workbench/repos/community-i686/PKGBUILD
  mysql-workbench/repos/community-i686/arch_linux_profile.xml
  
mysql-workbench/repos/community-x86_64/0001-do-not-pass-type-to-std-make_pair.patch
  
mysql-workbench/repos/community-x86_64/0001-mysql-workbench-no-check-for-updates.patch
  mysql-workbench/repos/community-x86_64/PKGBUILD
  mysql-workbench/repos/community-x86_64/arch_linux_profile.xml

--+
 /0001-mysql-workbench-no-check-for-updates.patch |   42 +
 /PKGBUILD|  280 
++
 community-i686/0001-do-not-pass-type-to-std-make_pair.patch  |   30 -
 community-i686/0001-mysql-workbench-no-check-for-updates.patch   |   21 
 community-i686/PKGBUILD  |  146 -
 community-x86_64/0001-do-not-pass-type-to-std-make_pair.patch|   30 -
 community-x86_64/0001-mysql-workbench-no-check-for-updates.patch |   21 
 community-x86_64/PKGBUILD|  146 -
 8 files changed, 322 insertions(+), 394 deletions(-)

Deleted: community-i686/0001-do-not-pass-type-to-std-make_pair.patch
===
--- community-i686/0001-do-not-pass-type-to-std-make_pair.patch 2016-07-29 
10:54:46 UTC (rev 184616)
+++ community-i686/0001-do-not-pass-type-to-std-make_pair.patch 2016-07-29 
10:54:50 UTC (rev 184617)
@@ -1,30 +0,0 @@
-From 34ec0d65ede8392ba3e0f114d72672b3f517f964 Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Tue, 10 May 2016 01:09:34 +0200
-Subject: [PATCH 1/1] do not pass type to std::make_pair()
-
-We not pass type template arguments to std::make_pair()
-explicitly, and let the compiler deduce them on its own.
-This fixes compiler error on GCC 6.1.1.
-
-Signed-off-by: Christian Hesse 

- client/auth_utils.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/client/auth_utils.cc b/client/auth_utils.cc
-index 21416bb..03fd71c 100644
 a/client/auth_utils.cc
-+++ b/client/auth_utils.cc
-@@ -61,7 +61,7 @@ int parse_cnf_file(istream , map 
*options,
- getline(sin, option_value);
- trim(_value);
- if (option_name.length() > 0)
--  options->insert(make_pair(option_name, option_value));
-+  options->insert(make_pair(option_name, option_value));
-   }
-   return ALL_OK;
-   } catch(...)
--- 
-2.8.2
-

Deleted: community-i686/0001-mysql-workbench-no-check-for-updates.patch
===
--- community-i686/0001-mysql-workbench-no-check-for-updates.patch  
2016-07-29 10:54:46 UTC (rev 184616)
+++ community-i686/0001-mysql-workbench-no-check-for-updates.patch  
2016-07-29 10:54:50 UTC (rev 184617)
@@ -1,21 +0,0 @@
-diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
-index a32256c..08d9a21 100644
 a/res/wbdata/main_menu.xml
-+++ b/res/wbdata/main_menu.xml
-@@ -2900,6 +2900,7 @@ value type="object" struct-name="app.MenuItem" 
id="com.mysql.wb.menu.view.fkhili
-   action
- 
- 
-+  
- 
- 
-   separator

Copied: 
mysql-workbench/repos/community-i686/0001-mysql-workbench-no-check-for-updates.patch
 (from rev 184616, 
mysql-workbench/trunk/0001-mysql-workbench-no-check-for-updates.patch)
===
--- community-i686/0001-mysql-workbench-no-check-for-updates.patch  
(rev 0)
+++ community-i686/0001-mysql-workbench-no-check-for-updates.patch  
2016-07-29 10:54:50 UTC (rev 184617)
@@ -0,0 +1,21 @@
+diff --git a/res/wbdata/main_menu.xml b/res/wbdata/main_menu.xml
+index a32256c..08d9a21 100644
+--- 

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

2016-07-29 Thread Christian Hesse
Date: Friday, July 29, 2016 @ 10:54:46
  Author: eworm
Revision: 184616

upgpkg: mysql-workbench 6.3.7-2

update bundled libraries:
* mysql 5.7.14
* gdal 2.1.1

Modified:
  mysql-workbench/trunk/PKGBUILD
Deleted:
  mysql-workbench/trunk/0001-do-not-pass-type-to-std-make_pair.patch

--+
 0001-do-not-pass-type-to-std-make_pair.patch |   30 -
 PKGBUILD |   16 -
 2 files changed, 5 insertions(+), 41 deletions(-)

Deleted: 0001-do-not-pass-type-to-std-make_pair.patch
===
--- 0001-do-not-pass-type-to-std-make_pair.patch2016-07-29 08:23:39 UTC 
(rev 184615)
+++ 0001-do-not-pass-type-to-std-make_pair.patch2016-07-29 10:54:46 UTC 
(rev 184616)
@@ -1,30 +0,0 @@
-From 34ec0d65ede8392ba3e0f114d72672b3f517f964 Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Tue, 10 May 2016 01:09:34 +0200
-Subject: [PATCH 1/1] do not pass type to std::make_pair()
-
-We not pass type template arguments to std::make_pair()
-explicitly, and let the compiler deduce them on its own.
-This fixes compiler error on GCC 6.1.1.
-
-Signed-off-by: Christian Hesse 

- client/auth_utils.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/client/auth_utils.cc b/client/auth_utils.cc
-index 21416bb..03fd71c 100644
 a/client/auth_utils.cc
-+++ b/client/auth_utils.cc
-@@ -61,7 +61,7 @@ int parse_cnf_file(istream , map 
*options,
- getline(sin, option_value);
- trim(_value);
- if (option_name.length() > 0)
--  options->insert(make_pair(option_name, option_value));
-+  options->insert(make_pair(option_name, option_value));
-   }
-   return ALL_OK;
-   } catch(...)
--- 
-2.8.2
-

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 08:23:39 UTC (rev 184615)
+++ PKGBUILD2016-07-29 10:54:46 UTC (rev 184616)
@@ -7,10 +7,10 @@
 
 pkgname=mysql-workbench
 pkgver=6.3.7
-pkgrel=1
-_mysql_version=5.7.13
+pkgrel=2
+_mysql_version=5.7.14
 _connector_version=1.1.7
-_gdal_version=2.1.0
+_gdal_version=2.1.1
 _boost_version=1.59.0
 pkgdesc='A cross-platform, visual database design tool developed by MySQL'
 arch=('i686' 'x86_64')
@@ -29,26 +29,20 @@

"http://cdn.mysql.com/Downloads/Connector-C++/mysql-connector-c++-${_connector_version}.tar.gz"{,.asc}

"http://download.osgeo.org/gdal/${_gdal_version}/gdal-${_gdal_version}.tar.xz;

"https://downloads.sourceforge.net/project/boost/boost/${_boost_version}/boost_${_boost_version//./_}.tar.bz2;
-   '0001-do-not-pass-type-to-std-make_pair.patch'
'0001-mysql-workbench-no-check-for-updates.patch'
'arch_linux_profile.xml')
 sha256sums=('84941f6dc33674a245d53a21bc14c5f0c192e370940147ddc7c236a61c0193ec'
 'SKIP'
-'50bf1a1635a61235fc43fd4876df2f77163de109372679e29c1ff8dbc38a0b87'
+'f7415bdac2ca8bbccd77d4f22d8a0bdd7280b065bd646a71a506b77c7a8bd169'
 'SKIP'
 '5b353fbcd26f607a2a0987ce78a4b811f8971813d46b0f4ae6fa07887e9fc763'
 'SKIP'
-'568b43441955b306364fcf97fb47d4c1512ac6f2f5f76b2ec39a890d2418ee03'
+'87ce516ce757ad1edf1e21f007fbe232ed2e932af422e9893f40199711c41f92'
 '727a932322d94287b62abb1bd2d41723eec4356a7728909e38adb65ca25241ca'
-'9088cdcf82c1a925806d9162702e19c94fa21d89d422370df3f5700e204f5b32'
 'b189e15c6b6f5a707357d9a9297f39ee3a33264fd28b44d5de6f537f851f82cf'
 '2ade582ca25f6d6d748bc84a913de39b34dcaa6e621a77740fe143007f2833af')
 
 prepare() {
-   cd "${srcdir}/mysql-${_mysql_version}"
-
-   patch -Np1 < "${srcdir}"/0001-do-not-pass-type-to-std-make_pair.patch
-
cd "${srcdir}/mysql-workbench-community-${pkgver}-src/"
 
# Disable 'Help' -> 'Check for Updates'


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

2016-07-29 Thread Jonathan Steel
Date: Friday, July 29, 2016 @ 08:23:33
  Author: jsteel
Revision: 184614

upgpkg: aws-cli 1.10.51-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 08:22:10 UTC (rev 184613)
+++ PKGBUILD2016-07-29 08:23:33 UTC (rev 184614)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.10.50
+pkgver=1.10.51
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('93565c694ecbd85a9a40b7aab406d1b4')
+md5sums=('5beff157499cbe30434adc31af013588')
 
 build() {
   cd $pkgname-$pkgver


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

2016-07-29 Thread Jonathan Steel
Date: Friday, July 29, 2016 @ 08:23:39
  Author: jsteel
Revision: 184615

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 184614, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-29 08:23:33 UTC (rev 184614)
+++ PKGBUILD2016-07-29 08:23:39 UTC (rev 184615)
@@ -1,32 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.10.50
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('93565c694ecbd85a9a40b7aab406d1b4')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 184614, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-29 08:23:39 UTC (rev 184615)
@@ -0,0 +1,32 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.10.51
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('5beff157499cbe30434adc31af013588')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+}


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

2016-07-29 Thread Jonathan Steel
Date: Friday, July 29, 2016 @ 08:22:10
  Author: jsteel
Revision: 184613

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-29 08:22:03 UTC (rev 184612)
+++ PKGBUILD2016-07-29 08:22:10 UTC (rev 184613)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.4.40
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('519da60312d29c87353f87ff754beedd')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 184612, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-29 08:22:10 UTC (rev 184613)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.4.41
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('7b28c95199931e1c70c70826e748ae3e')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-07-29 Thread Jonathan Steel
Date: Friday, July 29, 2016 @ 08:22:03
  Author: jsteel
Revision: 184612

upgpkg: python-botocore 1.4.41-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 08:17:49 UTC (rev 184611)
+++ PKGBUILD2016-07-29 08:22:03 UTC (rev 184612)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.40
+pkgver=1.4.41
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('519da60312d29c87353f87ff754beedd')
+md5sums=('7b28c95199931e1c70c70826e748ae3e')
 
 build() {
   cd botocore-$pkgver


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

2016-07-29 Thread Jonathan Steel
Date: Friday, July 29, 2016 @ 08:17:49
  Author: jsteel
Revision: 184611

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-29 08:17:40 UTC (rev 184610)
+++ PKGBUILD2016-07-29 08:17:49 UTC (rev 184611)
@@ -1,28 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-
-pkgname=python-s3transfer
-pkgver=0.0.1
-pkgrel=1
-pkgdesc='Amazon S3 Transfer Manager for Python'
-arch=('any')
-url="https://github.com/boto/s3transfer;
-license=('Apache')
-depends=('python-botocore')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('d7e50c1f8fa21801334562e93246c26e')
-
-build() {
-  cd s3transfer-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd s3transfer-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-s3transfer/repos/community-any/PKGBUILD (from rev 184610, 
python-s3transfer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-29 08:17:49 UTC (rev 184611)
@@ -0,0 +1,28 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+
+pkgname=python-s3transfer
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Amazon S3 Transfer Manager for Python'
+arch=('any')
+url="https://github.com/boto/s3transfer;
+license=('Apache')
+depends=('python-botocore')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('f13324df6f24bfd301fa19b408a70f0b')
+
+build() {
+  cd s3transfer-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd s3transfer-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-07-29 Thread Jonathan Steel
Date: Friday, July 29, 2016 @ 08:17:40
  Author: jsteel
Revision: 184610

upgpkg: python-s3transfer 0.1.0-1

Modified:
  python-s3transfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 05:48:18 UTC (rev 184609)
+++ PKGBUILD2016-07-29 08:17:40 UTC (rev 184610)
@@ -2,7 +2,7 @@
 # Contributor: Chris Severance aur.severach AatT spamgourmet.com
 
 pkgname=python-s3transfer
-pkgver=0.0.1
+pkgver=0.1.0
 pkgrel=1
 pkgdesc='Amazon S3 Transfer Manager for Python'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-botocore')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('d7e50c1f8fa21801334562e93246c26e')
+md5sums=('f13324df6f24bfd301fa19b408a70f0b')
 
 build() {
   cd s3transfer-$pkgver


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

2016-07-29 Thread Christian Hesse
Date: Friday, July 29, 2016 @ 08:15:19
  Author: eworm
Revision: 272685

upgpkg: git 2.9.2-1

new upstream release

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 07:59:16 UTC (rev 272684)
+++ PKGBUILD2016-07-29 08:15:19 UTC (rev 272685)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.9.0
+pkgver=2.9.2
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -26,8 +26,8 @@
 source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
 "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
 git-daemon@.service
-   git-daemon.socket)
-md5sums=('118ef1e3108ef0b858cd13b74395a59c'
+git-daemon.socket)
+md5sums=('dc5eb7ff2ca4641c6038f51ae49cad0f'
  'SKIP'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')


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

2016-07-29 Thread Christian Hesse
Date: Friday, July 29, 2016 @ 08:15:22
  Author: eworm
Revision: 272686

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

Added:
  git/repos/testing-i686/
  git/repos/testing-i686/PKGBUILD
(from rev 272685, git/trunk/PKGBUILD)
  git/repos/testing-i686/git-daemon.socket
(from rev 272685, git/trunk/git-daemon.socket)
  git/repos/testing-i686/git-daemon@.service
(from rev 272685, git/trunk/git-daemon@.service)
  git/repos/testing-i686/git.install
(from rev 272685, git/trunk/git.install)
  git/repos/testing-x86_64/
  git/repos/testing-x86_64/PKGBUILD
(from rev 272685, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 272685, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 272685, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git.install
(from rev 272685, git/trunk/git.install)

+
 testing-i686/PKGBUILD  |  115 +++
 testing-i686/git-daemon.socket |9 ++
 testing-i686/git-daemon@.service   |   10 +++
 testing-i686/git.install   |   12 +++
 testing-x86_64/PKGBUILD|  115 +++
 testing-x86_64/git-daemon.socket   |9 ++
 testing-x86_64/git-daemon@.service |   10 +++
 testing-x86_64/git.install |   12 +++
 8 files changed, 292 insertions(+)

Copied: git/repos/testing-i686/PKGBUILD (from rev 272685, git/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-29 08:15:22 UTC (rev 272686)
@@ -0,0 +1,115 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=2.9.2
+pkgrel=1
+pkgdesc="the fast distributed version control system"
+arch=(i686 x86_64)
+url="http://git-scm.com/;
+license=('GPL2')
+depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
+makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn'
+'perl-mime-tools: git send-email'
+'perl-net-smtp-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'python2: various helper scripts'
+'subversion: git svn'
+'cvsps2: git cvsimport'
+'gnome-keyring: GNOME keyring credential helper')
+replaces=('git-core')
+provides=('git-core')
+install=git.install
+source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
+"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
+git-daemon@.service
+git-daemon.socket)
+md5sums=('dc5eb7ff2ca4641c6038f51ae49cad0f'
+ 'SKIP'
+ '042524f942785772d7bd52a1f02fe5ae'
+ 'f67869315c2cc112e076f0c73f248002')
+validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
+
+build() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1 \
+all doc
+
+  make -C contrib/emacs prefix=/usr
+  make -C contrib/credential/gnome-keyring
+  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
+}
+
+check() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  local jobs
+  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
+  mkdir -p /dev/shm/git-test
+  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
+  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
+  # build chroot (i.e.: /usr/bin/nologin)
+  SHELL=/bin/sh \
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1 \
+NO_SVN_TESTS=y \
+DEFAULT_TEST_TARGET=prove \
+GIT_PROVE_OPTS="$jobs -Q" \
+GIT_TEST_OPTS="--root=/dev/shm/git-test" \
+test
+}
+
+package() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1 \
+INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
+
+  # bash completion
+  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
+  install -m644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
+  # fancy git prompt
+  mkdir -p "$pkgdir"/usr/share/git/
+  install -m644 ./contrib/completion/git-prompt.sh 
"$pkgdir"/usr/share/git/git-prompt.sh
+  # emacs
+  make -C contrib/emacs prefix=/usr DESTDIR="$pkgdir" install
+  # gnome credentials 

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

2016-07-29 Thread Christian Hesse
Date: Friday, July 29, 2016 @ 07:59:16
  Author: eworm
Revision: 272684

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

Added:
  grub/repos/testing-i686/
  
grub/repos/testing-i686/0001-Fix-security-issue-when-reading-username-and-passwor.patch
(from rev 272683, 
grub/trunk/0001-Fix-security-issue-when-reading-username-and-passwor.patch)
  grub/repos/testing-i686/0002-intel-ucode.patch
(from rev 272683, grub/trunk/0002-intel-ucode.patch)
  grub/repos/testing-i686/0003-10_linux-detect-archlinux-initramfs.patch
(from rev 272683, grub/trunk/0003-10_linux-detect-archlinux-initramfs.patch)
  grub/repos/testing-i686/0004-add-GRUB_COLOR_variables.patch
(from rev 272683, grub/trunk/0004-add-GRUB_COLOR_variables.patch)
  grub/repos/testing-i686/60_memtest86+
(from rev 272683, grub/trunk/60_memtest86+)
  grub/repos/testing-i686/PKGBUILD
(from rev 272683, grub/trunk/PKGBUILD)
  grub/repos/testing-i686/grub.cfg
(from rev 272683, grub/trunk/grub.cfg)
  grub/repos/testing-i686/grub.default
(from rev 272683, grub/trunk/grub.default)
  grub/repos/testing-i686/grub.install
(from rev 272683, grub/trunk/grub.install)
  grub/repos/testing-x86_64/
  
grub/repos/testing-x86_64/0001-Fix-security-issue-when-reading-username-and-passwor.patch
(from rev 272683, 
grub/trunk/0001-Fix-security-issue-when-reading-username-and-passwor.patch)
  grub/repos/testing-x86_64/0002-intel-ucode.patch
(from rev 272683, grub/trunk/0002-intel-ucode.patch)
  grub/repos/testing-x86_64/0003-10_linux-detect-archlinux-initramfs.patch
(from rev 272683, grub/trunk/0003-10_linux-detect-archlinux-initramfs.patch)
  grub/repos/testing-x86_64/0004-add-GRUB_COLOR_variables.patch
(from rev 272683, grub/trunk/0004-add-GRUB_COLOR_variables.patch)
  grub/repos/testing-x86_64/60_memtest86+
(from rev 272683, grub/trunk/60_memtest86+)
  grub/repos/testing-x86_64/PKGBUILD
(from rev 272683, grub/trunk/PKGBUILD)
  grub/repos/testing-x86_64/grub.cfg
(from rev 272683, grub/trunk/grub.cfg)
  grub/repos/testing-x86_64/grub.default
(from rev 272683, grub/trunk/grub.default)
  grub/repos/testing-x86_64/grub.install
(from rev 272683, grub/trunk/grub.install)

+
 testing-i686/0001-Fix-security-issue-when-reading-username-and-passwor.patch   
|   47 +
 testing-i686/0002-intel-ucode.patch
|   54 +
 testing-i686/0003-10_linux-detect-archlinux-initramfs.patch
|   54 +
 testing-i686/0004-add-GRUB_COLOR_variables.patch   
|   32 
 testing-i686/60_memtest86+ 
|   32 
 testing-i686/PKGBUILD  
|  379 ++
 testing-i686/grub.cfg  
|  139 +++
 testing-i686/grub.default  
|   47 +
 testing-i686/grub.install  
|   15 
 testing-x86_64/0001-Fix-security-issue-when-reading-username-and-passwor.patch 
|   47 +
 testing-x86_64/0002-intel-ucode.patch  
|   54 +
 testing-x86_64/0003-10_linux-detect-archlinux-initramfs.patch  
|   54 +
 testing-x86_64/0004-add-GRUB_COLOR_variables.patch 
|   32 
 testing-x86_64/60_memtest86+   
|   32 
 testing-x86_64/PKGBUILD
|  379 ++
 testing-x86_64/grub.cfg
|  139 +++
 testing-x86_64/grub.default
|   47 +
 testing-x86_64/grub.install
|   15 
 18 files changed, 1598 insertions(+)

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


[arch-commits] Commit in grub/trunk (12 files)

2016-07-29 Thread Christian Hesse
Date: Friday, July 29, 2016 @ 07:59:10
  Author: eworm
Revision: 272683

upgpkg: grub 1:2.02.beta3-1

* new upstream release
* pacman hooks - remove info file handling from install script
* fix Intel ucode handling (FS#47941)
* remove trailing white spaces from PKGBUILD

Added:
  grub/trunk/0002-intel-ucode.patch
  grub/trunk/0003-10_linux-detect-archlinux-initramfs.patch
  grub/trunk/0004-add-GRUB_COLOR_variables.patch
(from rev 272682, grub/trunk/grub-add-GRUB_COLOR_variables.patch)
Modified:
  grub/trunk/PKGBUILD
  grub/trunk/grub.install
Deleted:
  grub/trunk/10_archlinux
  grub/trunk/archlinux_grub_mkconfig_fixes.patch
  grub/trunk/grub-10_linux-detect-archlinux-initramfs.patch
  grub/trunk/grub-2.00-mkinitcpio-0.15.patch
  grub/trunk/grub-2.00.5086-fix-lvm-parsing.patch
  grub/trunk/grub-add-GRUB_COLOR_variables.patch
  grub/trunk/grub-intel-ucode.patch

+
 0002-intel-ucode.patch |   54 ++
 0003-10_linux-detect-archlinux-initramfs.patch |   54 ++
 0004-add-GRUB_COLOR_variables.patch|   32 +++
 10_archlinux   |  194 ---
 PKGBUILD   |  127 ++-
 archlinux_grub_mkconfig_fixes.patch|  143 
 grub-10_linux-detect-archlinux-initramfs.patch |   54 --
 grub-2.00-mkinitcpio-0.15.patch|   11 -
 grub-2.00.5086-fix-lvm-parsing.patch   |   54 --
 grub-add-GRUB_COLOR_variables.patch|   32 ---
 grub-intel-ucode.patch |   26 ---
 grub.install   |   20 --
 12 files changed, 196 insertions(+), 605 deletions(-)

Added: 0002-intel-ucode.patch
===
--- 0002-intel-ucode.patch  (rev 0)
+++ 0002-intel-ucode.patch  2016-07-29 07:59:10 UTC (rev 272683)
@@ -0,0 +1,54 @@
+diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
+index 5a78513..39bd854 100644
+--- a/util/grub.d/10_linux.in
 b/util/grub.d/10_linux.in
+@@ -136,10 +136,12 @@ EOF
+   if test -n "${initrd}" ; then
+ # TRANSLATORS: ramdisk isn't identifier. Should be translated.
+ message="$(gettext_printf "Loading initial ramdisk ...")"
+-sed "s/^/$submenu_indentation/" << EOF
+-  echo'$(echo "$message" | grub_quote)'
+-  initrd  ${rel_dirname}/${initrd}
+-EOF
++printf '  %s\n' "echo '$(echo "$message" | grub_quote)'" | sed 
"s/^/$submenu_indentation/"
++printf '  %s ' 'initrd' | sed "s/^/$submenu_indentation/"
++for i in ${initrd}; do
++  printf ' %s/%s' "${rel_dirname}" "${i}"
++done
++printf '\n'
+   fi
+   sed "s/^/$submenu_indentation/" << EOF
+ }
+@@ -189,6 +191,11 @@ while [ "x$list" != "x" ] ; do
+   linux_root_device_thisversion="${LINUX_ROOT_DEVICE}"
+ 
+   initrd=
++  for i in intel-ucode.img; do
++if test -e "${dirname}/${i}" ; then
++  initrd+=" ${i}"
++fi
++  done
+   for i in "initrd.img-${version}" "initrd-${version}.img" 
"initrd-${version}.gz" \
+  "initrd-${version}" "initramfs-${version}.img" \
+  "initrd.img-${alt_version}" "initrd-${alt_version}.img" \
+@@ -198,7 +205,7 @@ while [ "x$list" != "x" ] ; do
+  "initramfs-genkernel-${GENKERNEL_ARCH}-${version}" \
+  "initramfs-genkernel-${GENKERNEL_ARCH}-${alt_version}"; do
+ if test -e "${dirname}/${i}" ; then
+-  initrd="$i"
++  initrd+=" $i"
+   break
+ fi
+   done
+@@ -217,7 +224,7 @@ while [ "x$list" != "x" ] ; do
+   fi
+ 
+   if test -n "${initrd}" ; then
+-gettext_printf "Found initrd image: %s\n" "${dirname}/${initrd}" >&2
++gettext_printf "Found initrd image(s) in %s:%s\n" "${dirname}" 
"${initrd}" >&2
+   elif test -z "${initramfs}" ; then
+ # "UUID=" and "ZFS=" magic is parsed by initrd or initramfs.  Since 
there's
+ # no initrd or builtin initramfs, it can't work here.
+-- 
+2.7.1
+

Added: 0003-10_linux-detect-archlinux-initramfs.patch
===
--- 0003-10_linux-detect-archlinux-initramfs.patch  
(rev 0)
+++ 0003-10_linux-detect-archlinux-initramfs.patch  2016-07-29 07:59:10 UTC 
(rev 272683)
@@ -0,0 +1,54 @@
+From b470ffd22e43acc7c11231180187a720efd88de1 Mon Sep 17 00:00:00 2001
+From: Keshav Amburay 
+Date: Sat, 5 Apr 2014 20:40:51 -0400
+Subject: [PATCH] 10_linux: Detect Arch Linux main and fallback initramfs
+ images
+
+---
+ util/grub.d/10_linux.in | 16 +++-
+ 1 file changed, 15 insertions(+), 1 deletion(-)
+
+diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
+index 00d1931..7d4086b 100644
+--- a/util/grub.d/10_linux.in
 b/util/grub.d/10_linux.in
+@@ -81,6 +81,8 @@ linux_entry ()
+   case $type in
+ recovery)
+ title="$(gettext_printf "%s, with Linux %s 

[arch-commits] Commit in gstreamer0.10-bad/trunk (PKGBUILD)

2016-07-29 Thread Maxime Gauduin
Date: Friday, July 29, 2016 @ 06:37:07
  Author: alucryd
Revision: 272681

libvpx 1.6.0 rebuild: gstreamer0.10-bad 0.10.23-16

Modified:
  gstreamer0.10-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 06:36:12 UTC (rev 272680)
+++ PKGBUILD2016-07-29 06:37:07 UTC (rev 272681)
@@ -4,7 +4,7 @@
 pkgbase=gstreamer0.10-bad
 pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
 pkgver=0.10.23
-pkgrel=15
+pkgrel=16
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL')
 makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'git' 'spandsp' 'celt')


[arch-commits] Commit in gstreamer0.10-bad/repos (16 files)

2016-07-29 Thread Maxime Gauduin
Date: Friday, July 29, 2016 @ 06:37:28
  Author: alucryd
Revision: 272682

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

Added:
  gstreamer0.10-bad/repos/staging-i686/
  gstreamer0.10-bad/repos/staging-i686/PKGBUILD
(from rev 272681, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/staging-i686/disable-assrender-test.patch
(from rev 272681, gstreamer0.10-bad/trunk/disable-assrender-test.patch)
  gstreamer0.10-bad/repos/staging-i686/disable-camerabin-test.patch
(from rev 272681, gstreamer0.10-bad/trunk/disable-camerabin-test.patch)
  gstreamer0.10-bad/repos/staging-i686/drop-vpx-compat-defs.patch
(from rev 272681, gstreamer0.10-bad/trunk/drop-vpx-compat-defs.patch)
  gstreamer0.10-bad/repos/staging-i686/faad2-version-check.patch
(from rev 272681, gstreamer0.10-bad/trunk/faad2-version-check.patch)
  gstreamer0.10-bad/repos/staging-i686/fix-libmodplug-include.patch
(from rev 272681, gstreamer0.10-bad/trunk/fix-libmodplug-include.patch)
  gstreamer0.10-bad/repos/staging-i686/gstreamer0.10-bad-plugins.install
(from rev 272681, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)
  gstreamer0.10-bad/repos/staging-x86_64/
  gstreamer0.10-bad/repos/staging-x86_64/PKGBUILD
(from rev 272681, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/staging-x86_64/disable-assrender-test.patch
(from rev 272681, gstreamer0.10-bad/trunk/disable-assrender-test.patch)
  gstreamer0.10-bad/repos/staging-x86_64/disable-camerabin-test.patch
(from rev 272681, gstreamer0.10-bad/trunk/disable-camerabin-test.patch)
  gstreamer0.10-bad/repos/staging-x86_64/drop-vpx-compat-defs.patch
(from rev 272681, gstreamer0.10-bad/trunk/drop-vpx-compat-defs.patch)
  gstreamer0.10-bad/repos/staging-x86_64/faad2-version-check.patch
(from rev 272681, gstreamer0.10-bad/trunk/faad2-version-check.patch)
  gstreamer0.10-bad/repos/staging-x86_64/fix-libmodplug-include.patch
(from rev 272681, gstreamer0.10-bad/trunk/fix-libmodplug-include.patch)
  gstreamer0.10-bad/repos/staging-x86_64/gstreamer0.10-bad-plugins.install
(from rev 272681, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)

--+
 staging-i686/PKGBUILD|   73 +
 staging-i686/disable-assrender-test.patch|   11 +++
 staging-i686/disable-camerabin-test.patch|   10 ++
 staging-i686/drop-vpx-compat-defs.patch  |   26 +++
 staging-i686/faad2-version-check.patch   |   35 ++
 staging-i686/fix-libmodplug-include.patch|   12 +++
 staging-i686/gstreamer0.10-bad-plugins.install   |   11 +++
 staging-x86_64/PKGBUILD  |   73 +
 staging-x86_64/disable-assrender-test.patch  |   11 +++
 staging-x86_64/disable-camerabin-test.patch  |   10 ++
 staging-x86_64/drop-vpx-compat-defs.patch|   26 +++
 staging-x86_64/faad2-version-check.patch |   35 ++
 staging-x86_64/fix-libmodplug-include.patch  |   12 +++
 staging-x86_64/gstreamer0.10-bad-plugins.install |   11 +++
 14 files changed, 356 insertions(+)

Copied: gstreamer0.10-bad/repos/staging-i686/PKGBUILD (from rev 272681, 
gstreamer0.10-bad/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-29 06:37:28 UTC (rev 272682)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gstreamer0.10-bad
+pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
+pkgver=0.10.23
+pkgrel=16
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'git' 'spandsp' 'celt')
+url="http://gstreamer.freedesktop.org/;
+options=(!emptydirs)
+source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-bad#commit=57569a4854a0f2d14ef19a8264a4ae9a7a1d1125"
+fix-libmodplug-include.patch
+drop-vpx-compat-defs.patch
+disable-assrender-test.patch
+disable-camerabin-test.patch
+faad2-version-check.patch)
+sha256sums=('SKIP'
+'d89d8f4307c7d5a143b9240467d260a1cb6bb1ab2e7ca57841ce0901f41c9cb7'
+'eb97037b7b581d1ab994eadd144044c083975e5670a73ec827de126bf888f4b9'
+'e66642affa6c0e69837d37615010e67e59ef3d672663303d46c1e2591e2ddfc6'
+'01e780ddf1f8161a6115dded9dc5bf4bdd4d09a9eee00fa423b1330e90e76c68'
+'741492ae7a9518603fc51d87ae331d882f075547ea7fdec19c60f399085f18cc')
+
+prepare() {
+  cd gst-plugins-bad
+  sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac
+ 

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

2016-07-29 Thread Christian Hesse
Date: Friday, July 29, 2016 @ 06:36:12
  Author: eworm
Revision: 272680

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

Added:
  e2fsprogs/repos/testing-i686/
  e2fsprogs/repos/testing-i686/MIT-LICENSE
(from rev 272679, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-i686/PKGBUILD
(from rev 272679, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/testing-i686/mke2fs.conf
(from rev 272679, e2fsprogs/trunk/mke2fs.conf)
  e2fsprogs/repos/testing-x86_64/
  e2fsprogs/repos/testing-x86_64/MIT-LICENSE
(from rev 272679, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-x86_64/PKGBUILD
(from rev 272679, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/testing-x86_64/mke2fs.conf
(from rev 272679, e2fsprogs/trunk/mke2fs.conf)

+
 testing-i686/MIT-LICENSE   |   25 ++
 testing-i686/PKGBUILD  |   58 +++
 testing-i686/mke2fs.conf   |   26 +++
 testing-x86_64/MIT-LICENSE |   25 ++
 testing-x86_64/PKGBUILD|   58 +++
 testing-x86_64/mke2fs.conf |   26 +++
 6 files changed, 218 insertions(+)

Copied: e2fsprogs/repos/testing-i686/MIT-LICENSE (from rev 272679, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-i686/MIT-LICENSE(rev 0)
+++ testing-i686/MIT-LICENSE2016-07-29 06:36:12 UTC (rev 272680)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o 
+Copyright (c) 1997-2003 Yann Dirson 
+Copyright (c) 2001 Alcove 
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler 
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: e2fsprogs/repos/testing-i686/PKGBUILD (from rev 272679, 
e2fsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-29 06:36:12 UTC (rev 272680)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: judd 
+
+pkgname=e2fsprogs
+pkgver=1.43.1
+pkgrel=2
+pkgdesc="Ext2/3/4 filesystem utilities"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url="http://e2fsprogs.sourceforge.net;
+groups=('base')
+depends=('sh' 'libutil-linux')
+makedepends=('bc' 'util-linux')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'MIT-LICENSE')
+backup=('etc/mke2fs.conf')
+options=('staticlibs')
+sha1sums=('26b75c27ba434e72ef630b160782a01b4d992b7a'
+  'f4a0d5b0cdb980e3fedd6f5e7dde0b0ffb7bbdfb')
+
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Remove unnecessary init.d directory
+  sed -i '/init\.d/s|^|#|' misc/Makefile.in
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --with-root-prefix="" --libdir=/usr/lib \
+  --sbindir=/usr/bin --enable-elf-shlibs --disable-fsck --disable-uuidd \
+  --disable-libuuid --disable-libblkid
+
+  make
+}
+
+package() {
+  unset MAKEFLAGS
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install install-libs
+
+  sed -i -e 's/^AWK=.*/AWK=awk/' "${pkgdir}/usr/bin/compile_et"
+
+  # remove references to build directory
+  sed -i -e 's#^SS_DIR=.*#SS_DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
+  sed -i -e 's#^ET_DIR=.*#ET_DIR="/usr/share/et"#' 
"${pkgdir}/usr/bin/compile_et"
+
+  # remove static libraries with a shared counterpart
+  rm "${pkgdir}"/usr/lib/lib{com_err,e2p,ext2fs,ss}.a
+
+  # install MIT license
+  install -Dm644 "${srcdir}/MIT-LICENSE" \
+"${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE"
+}

Copied: e2fsprogs/repos/testing-i686/mke2fs.conf (from rev 272679, 
e2fsprogs/trunk/mke2fs.conf)
===
--- 

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

2016-07-29 Thread Christian Hesse
Date: Friday, July 29, 2016 @ 06:36:09
  Author: eworm
Revision: 272679

upgpkg: e2fsprogs 1.43.1-2

Pacman hooks! Remove install script.

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

---+
 PKGBUILD  |3 +--
 e2fsprogs.install |   20 
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 06:28:16 UTC (rev 272678)
+++ PKGBUILD2016-07-29 06:36:09 UTC (rev 272679)
@@ -4,7 +4,7 @@
 
 pkgname=e2fsprogs
 pkgver=1.43.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Ext2/3/4 filesystem utilities"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'MIT')
@@ -16,7 +16,6 @@
 'MIT-LICENSE')
 backup=('etc/mke2fs.conf')
 options=('staticlibs')
-install=${pkgname}.install
 sha1sums=('26b75c27ba434e72ef630b160782a01b4d992b7a'
   'f4a0d5b0cdb980e3fedd6f5e7dde0b0ffb7bbdfb')
 

Deleted: e2fsprogs.install
===
--- e2fsprogs.install   2016-07-29 06:28:16 UTC (rev 272678)
+++ e2fsprogs.install   2016-07-29 06:36:09 UTC (rev 272679)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libext2fs.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}