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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 05:24:41
  Author: felixonmars
Revision: 181589

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

Added:
  haskell-criterion/repos/community-staging-i686/
  haskell-criterion/repos/community-staging-i686/PKGBUILD
(from rev 181588, haskell-criterion/trunk/PKGBUILD)
  haskell-criterion/repos/community-staging-x86_64/
  haskell-criterion/repos/community-staging-x86_64/PKGBUILD
(from rev 181588, haskell-criterion/trunk/PKGBUILD)

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

Copied: haskell-criterion/repos/community-staging-i686/PKGBUILD (from rev 
181588, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-29 05:24:41 UTC (rev 181589)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.1.1.0
+pkgrel=16
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-glob" "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-cassava"
+ "haskell-hastache" "haskell-mtl" "haskell-mwc-random" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-statistics" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-vector" "haskell-vector-algorithms")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('e71855a7a9cd946044b2137f31603e0578f6e517a2ed667a2b479990cc0949dd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
181588, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-29 05:24:41 UTC (rev 181589)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.1.1.0
+pkgrel=16
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-glob" "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-cassava"
+ "haskell-hastache" "haskell-mtl" "haskell-mwc-random" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-statistics" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-vector" "haskell-vector-algorithms")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('e71855a7a9cd946044b2137f31603e0578f6e517a2ed667a2b479990cc0949dd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd 

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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 05:24:18
  Author: felixonmars
Revision: 181588

upgpkg: haskell-criterion 1.1.1.0-16

rebuild with Glob-0.7.7

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-29 04:52:38 UTC (rev 181587)
+++ PKGBUILD2016-06-29 05:24:18 UTC (rev 181588)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.1.1.0
-pkgrel=15
+pkgrel=16
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion;
 license=("custom:BSD3")


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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 04:52:38
  Author: felixonmars
Revision: 181587

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

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

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

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 181586, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-29 04:52:38 UTC (rev 181587)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.9.1
+pkgrel=8
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-base-compat" 
"haskell-bower-json" "haskell-boxes"
+ "haskell-dlist" "haskell-edit-distance" "haskell-fsnotify" 
"haskell-glob"
+ "haskell-http-types" "haskell-language-javascript" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-regex-tdfa"
+ "haskell-safe" "haskell-semigroups" "haskell-sourcemap" 
"haskell-spdx" "haskell-split"
+ "haskell-stm" "haskell-syb" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector")
+optdepends=('pulp: for development environment')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('72a4c9148a5d6b6ec2650185be7b8aa6a43a089d73037f870babd0ded9a5d0e7')
+
+prepare() {
+sed -i 's/pipes >= 4.0.0 && < 4.2.0,/pipes >= 4.0.0 \&\& < 4.3.0,/' 
$pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: purescript/repos/community-staging-x86_64/PKGBUILD (from rev 181586, 
purescript/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-29 04:52:38 UTC (rev 181587)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.9.1
+pkgrel=8
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-base-compat" 
"haskell-bower-json" "haskell-boxes"
+ "haskell-dlist" "haskell-edit-distance" "haskell-fsnotify" 
"haskell-glob"
+ "haskell-http-types" "haskell-language-javascript" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-regex-tdfa"
+ "haskell-safe" "haskell-semigroups" "haskell-sourcemap" 
"haskell-spdx" "haskell-split"
+ "haskell-stm" "haskell-syb" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector")
+optdepends=('pulp: for development environment')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('72a4c9148a5d6b6ec2650185be7b8aa6a43a089d73037f870babd0ded9a5d0e7')
+
+prepare() 

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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 04:52:13
  Author: felixonmars
Revision: 181586

upgpkg: purescript 0.9.1-8

rebuild with Glob-0.7.7

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-29 03:47:24 UTC (rev 181585)
+++ PKGBUILD2016-06-29 04:52:13 UTC (rev 181586)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.9.1
-pkgrel=7
+pkgrel=8
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("MIT")


[arch-commits] Commit in (python-dogpile.core)

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 03:47:24
  Author: felixonmars
Revision: 181585

remove python-dogpile.core as it's merged into dogpile.cache and deprecated 
upstream

Deleted:
  python-dogpile.core/


[arch-commits] Commit in python-dogpile.cache/trunk (PKGBUILD)

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 03:45:41
  Author: felixonmars
Revision: 181582

upgpkg: python-dogpile.cache 0.6.1-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-29 03:40:45 UTC (rev 181581)
+++ PKGBUILD2016-06-29 03:45:41 UTC (rev 181582)
@@ -1,65 +1,60 @@
-# $Id: PKGBUILD 138808 2015-08-27 08:24:22Z fyan $
+# $Id$
 # Maintainer: Felix Yan 
 
 pkgbase=python-dogpile.cache
 pkgname=(python-dogpile.cache python2-dogpile.cache)
-_pypiname=dogpile.cache
-pkgver=0.5.7
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
 url="http://pypi.python.org/pypi/dogpile.cache;
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dogpile.core' 
'python2-dogpile.core')
+makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-mako' 'python2-mako' 'python-redis' 'python2-redis' 
'python2-memcached'
   'memcached' 'redis' 'python-pytest-runner' 
'python2-pytest-runner'
   'python-mock' 'python2-mock' 'python-pytest-cov' 
'python2-pytest-cov'
-  'python-pylibmc' 'python2-pylibmc')
-source=("http://pypi.python.org/packages/source/d/$_pypiname/$_pypiname-$pkgver.tar.gz;)
-md5sums=('3e58ce41af574aab41d78e9c4190f194')
+  'python-pylibmc' 'python2-pylibmc' 'python-pifpaf' 
'python2-pifpaf')
+source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
+md5sums=('35d7fb30f22bbd0685763d894dd079a9')
 
 prepare() {
-  cp -a "$_pypiname-$pkgver"{,-py2}
+  cp -a "dogpile.cache-$pkgver"{,-py2}
 }
 
 build() {
-  cd $_pypiname-$pkgver
+  cd "$srcdir"/dogpile.cache-$pkgver
   python setup.py build
 
-  cd ../$_pypiname-$pkgver-py2
+  cd "$srcdir"/dogpile.cache-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  _run() {
-rm -f "$srcdir/memcached.pid" "$srcdir/redis.pid"
-memcached -d -P "$srcdir/memcached.pid"
-redis-server --daemonize yes --pidfile "$srcdir/redis.pid"
-"$@"
-kill $(cat "$srcdir/memcached.pid") $(cat "$srcdir/redis.pid")
-  }
+  cd "$srcdir"/dogpile.cache-$pkgver
+  python -m pytest -k 'not test_memcached_backend and not test_redis_backend'
+  pifpaf --env-prefix DOGPILE run memcached --port 11234 -- python -m pytest 
tests/cache/test_memcached_backend.py
+  pifpaf --env-prefix DOGPILE run redis --port 11234 -- python -m pytest 
tests/cache/test_redis_backend.py
 
-  cd $_pypiname-$pkgver
-  _run python setup.py ptr
-
-  cd ../$_pypiname-$pkgver-py2
-  _run python2 setup.py ptr
+  cd "$srcdir"/dogpile.cache-$pkgver-py2
+  python2 -m pytest -k 'not test_memcached_backend and not test_redis_backend'
+  pifpaf2 --env-prefix DOGPILE run memcached --port 11234 -- python2 -m pytest 
tests/cache/test_memcached_backend.py
+  pifpaf2 --env-prefix DOGPILE run redis --port 11234 -- python2 -m pytest 
tests/cache/test_redis_backend.py
 }
 
 package_python-dogpile.cache() {
-  depends=('python-dogpile.core' 'python-setuptools')
+  depends=('python-setuptools')
 
-  cd "$srcdir/$_pypiname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd dogpile.cache-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-dogpile.cache() {
-  depends=('python2-dogpile.core' 'python2-setuptools')
+  depends=('python2-setuptools')
 
-  cd "$srcdir/$_pypiname-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd dogpile.cache-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in python-dogpile.cache/repos/community-any (PKGBUILD PKGBUILD)

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 03:45:58
  Author: felixonmars
Revision: 181583

archrelease: copy trunk to community-any

Added:
  python-dogpile.cache/repos/community-any/PKGBUILD
(from rev 181582, python-dogpile.cache/trunk/PKGBUILD)
Deleted:
  python-dogpile.cache/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-29 03:45:41 UTC (rev 181582)
+++ PKGBUILD2016-06-29 03:45:58 UTC (rev 181583)
@@ -1,65 +0,0 @@
-# $Id: PKGBUILD 138808 2015-08-27 08:24:22Z fyan $
-# Maintainer: Felix Yan 
-
-pkgbase=python-dogpile.cache
-pkgname=(python-dogpile.cache python2-dogpile.cache)
-_pypiname=dogpile.cache
-pkgver=0.5.7
-pkgrel=2
-pkgdesc="A caching front-end based on the Dogpile lock"
-arch=('any')
-url="http://pypi.python.org/pypi/dogpile.cache;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dogpile.core' 
'python2-dogpile.core')
-checkdepends=('python-mako' 'python2-mako' 'python-redis' 'python2-redis' 
'python2-memcached'
-  'memcached' 'redis' 'python-pytest-runner' 
'python2-pytest-runner'
-  'python-mock' 'python2-mock' 'python-pytest-cov' 
'python2-pytest-cov'
-  'python-pylibmc' 'python2-pylibmc')
-source=("http://pypi.python.org/packages/source/d/$_pypiname/$_pypiname-$pkgver.tar.gz;)
-md5sums=('3e58ce41af574aab41d78e9c4190f194')
-
-prepare() {
-  cp -a "$_pypiname-$pkgver"{,-py2}
-}
-
-build() {
-  cd $_pypiname-$pkgver
-  python setup.py build
-
-  cd ../$_pypiname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  _run() {
-rm -f "$srcdir/memcached.pid" "$srcdir/redis.pid"
-memcached -d -P "$srcdir/memcached.pid"
-redis-server --daemonize yes --pidfile "$srcdir/redis.pid"
-"$@"
-kill $(cat "$srcdir/memcached.pid") $(cat "$srcdir/redis.pid")
-  }
-
-  cd $_pypiname-$pkgver
-  _run python setup.py ptr
-
-  cd ../$_pypiname-$pkgver-py2
-  _run python2 setup.py ptr
-}
-
-package_python-dogpile.cache() {
-  depends=('python-dogpile.core' 'python-setuptools')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-dogpile.cache() {
-  depends=('python2-dogpile.core' 'python2-setuptools')
-
-  cd "$srcdir/$_pypiname-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-dogpile.cache/repos/community-any/PKGBUILD (from rev 181582, 
python-dogpile.cache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-29 03:45:58 UTC (rev 181583)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-dogpile.cache
+pkgname=(python-dogpile.cache python2-dogpile.cache)
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="A caching front-end based on the Dogpile lock"
+arch=('any')
+url="http://pypi.python.org/pypi/dogpile.cache;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-mako' 'python2-mako' 'python-redis' 'python2-redis' 
'python2-memcached'
+  'memcached' 'redis' 'python-pytest-runner' 
'python2-pytest-runner'
+  'python-mock' 'python2-mock' 'python-pytest-cov' 
'python2-pytest-cov'
+  'python-pylibmc' 'python2-pylibmc' 'python-pifpaf' 
'python2-pifpaf')
+source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
+md5sums=('35d7fb30f22bbd0685763d894dd079a9')
+
+prepare() {
+  cp -a "dogpile.cache-$pkgver"{,-py2}
+}
+
+build() {
+  cd "$srcdir"/dogpile.cache-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/dogpile.cache-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/dogpile.cache-$pkgver
+  python -m pytest -k 'not test_memcached_backend and not test_redis_backend'
+  pifpaf --env-prefix DOGPILE run memcached --port 11234 -- python -m pytest 
tests/cache/test_memcached_backend.py
+  pifpaf --env-prefix DOGPILE run redis --port 11234 -- python -m pytest 
tests/cache/test_redis_backend.py
+
+  cd "$srcdir"/dogpile.cache-$pkgver-py2
+  python2 -m pytest -k 'not test_memcached_backend and not test_redis_backend'
+  pifpaf2 --env-prefix DOGPILE run memcached --port 11234 -- python2 -m pytest 
tests/cache/test_memcached_backend.py
+  pifpaf2 --env-prefix DOGPILE run redis --port 11234 -- python2 -m pytest 
tests/cache/test_redis_backend.py
+}
+
+package_python-dogpile.cache() {
+  depends=('python-setuptools')
+
+  cd dogpile.cache-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE 

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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 03:40:45
  Author: felixonmars
Revision: 181581

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 181580, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 181580, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 181580, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 181580, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   91 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   91 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 190 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 181580, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-29 03:40:45 UTC (rev 181581)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.1.2
+pkgrel=10
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-cryptohash-conduit" "haskell-edit-distance" 
"haskell-either"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions" "haskell-extra"
+ "haskell-fast-logger" "haskell-filelock" "haskell-fsnotify" 
"haskell-generic-deriving"
+ "haskell-gitrev" "haskell-hashable" "haskell-hastache" 
"haskell-hit"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-hpack" "haskell-lifted-base" 
"haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-streaming-commons"
+ "haskell-tar" "haskell-temporary" "haskell-text" 
"haskell-text-binary" "haskell-tls"
+ "haskell-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-binary-instances" "haskell-yaml"
+ "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('fc836b24fdeac54244fc79b6775d5edee146b7e552ad8e69596c7cc2f2b10625')
+
+prepare() {
+sed -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& 
<0.4,/' \
+-e 's/binary ==0.7.*,/binary >= 0.7 \&\& < 0.9,/' \
+-e 's/generic-deriving >=1.9.0 && <1.10,/generic-deriving >=1.9.0 \&\& 
<1.11,/' \
+-e 's/process >=1.2.0.0 && <1.3,/process >=1.2.0.0 \&\& <1.5,/' \
+-e 's/template-haskell >=2.9.0.0 && <2.11,/template-haskell >=2.9.0.0 
\&\& <2.12,/' \
+-e 's/time >=1.4.2 && <1.6,/time >=1.4.2 \&\& <1.7,/' \
+-e 's/transformers >=0.3.0.0 && <0.5,/transformers >=0.3.0.0 \&\& 
<0.6,/' \
+-e 's/transformers >=0.4.2.0 && <0.5/transformers >=0.4.2.0 \&\& 
<0.6/' \
+-e 's/monad-unlift >=0.1.2.0 && <0.2,/monad-unlift >=0.1.2.0 \&\& 
<0.3,/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* 

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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 03:40:21
  Author: felixonmars
Revision: 181580

upgpkg: stack 1.1.2-10

rebuild with Glob-0.7.7

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-29 03:01:11 UTC (rev 181579)
+++ PKGBUILD2016-06-29 03:40:21 UTC (rev 181580)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.1.2
-pkgrel=9
+pkgrel=10
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 03:01:11
  Author: felixonmars
Revision: 181579

archrelease: copy trunk to community-any

Added:
  python-pifpaf/repos/community-any/
  python-pifpaf/repos/community-any/PKGBUILD
(from rev 181578, python-pifpaf/trunk/PKGBUILD)

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

Copied: python-pifpaf/repos/community-any/PKGBUILD (from rev 181578, 
python-pifpaf/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-06-29 03:01:11 UTC (rev 181579)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pifpaf
+pkgname=('python-pifpaf' 'python2-pifpaf')
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
+ 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
+ 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest')
+source=("git+https://github.com/jd/pifpaf.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pifpaf{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/pifpaf
+  python setup.py build
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pifpaf
+  python setup.py testr
+
+  cd "$srcdir"/pifpaf-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-pifpaf() {
+  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 
'python-fixtures'
+   'python-xattr')
+
+  cd "$srcdir"/pifpaf
+  python setup.py install --root="$pkgdir"/ --optimize=1
+}
+
+package_python2-pifpaf() {
+  depends=('python2-pbr' 'python2-cliff' 'python2-stevedore' 'python2-six' 
'python2-fixtures'
+   'python2-xattr')
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  mv "$pkgdir"/usr/bin/pifpaf{,2}
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 03:00:51
  Author: felixonmars
Revision: 181578

addpkg: python-pifpaf 0.6.0-1

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

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

Added: python-pifpaf/trunk/PKGBUILD
===
--- python-pifpaf/trunk/PKGBUILD(rev 0)
+++ python-pifpaf/trunk/PKGBUILD2016-06-29 03:00:51 UTC (rev 181578)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pifpaf
+pkgname=('python-pifpaf' 'python2-pifpaf')
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
+ 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
+ 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest')
+source=("git+https://github.com/jd/pifpaf.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pifpaf{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/pifpaf
+  python setup.py build
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pifpaf
+  python setup.py testr
+
+  cd "$srcdir"/pifpaf-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-pifpaf() {
+  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 
'python-fixtures'
+   'python-xattr')
+
+  cd "$srcdir"/pifpaf
+  python setup.py install --root="$pkgdir"/ --optimize=1
+}
+
+package_python2-pifpaf() {
+  depends=('python2-pbr' 'python2-cliff' 'python2-stevedore' 'python2-six' 
'python2-fixtures'
+   'python2-xattr')
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  mv "$pkgdir"/usr/bin/pifpaf{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in (4 files)

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 02:56:05
  Author: felixonmars
Revision: 181576

addpkg: python-xattr 0.8.0-1

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

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

Added: python-xattr/trunk/PKGBUILD
===
--- python-xattr/trunk/PKGBUILD (rev 0)
+++ python-xattr/trunk/PKGBUILD 2016-06-29 02:56:05 UTC (rev 181576)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-xattr
+pkgname=('python-xattr' 'python2-xattr')
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Python wrapper for extended filesystem attributes'
+arch=('i686' 'x86_64')
+license=('MIT')
+url='http://github.com/xattr/xattr'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi' 'git')
+source=("git+https://github.com/xattr/xattr.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a xattr{,-py2}
+}
+
+build() {
+  cd "$srcdir"/xattr
+  python setup.py build
+
+  cd "$srcdir"/xattr-py2
+  python2 setup.py build
+}
+
+check() { (
+  # Build env doesn't have permission for those xattrs
+  cd "$srcdir"/xattr
+  python setup.py test
+
+  cd "$srcdir"/xattr-py2
+  python2 setup.py test
+  ) || warning "Tests failed"
+}
+
+package_python-xattr() {
+  depends=('python-cffi')
+
+  cd xattr
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-xattr() {
+  depends=('python2-cffi')
+
+  cd xattr-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+
+  mv "$pkgdir"/usr/bin/xattr{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 02:56:43
  Author: felixonmars
Revision: 181577

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

Added:
  python-xattr/repos/community-i686/
  python-xattr/repos/community-i686/PKGBUILD
(from rev 181576, python-xattr/trunk/PKGBUILD)
  python-xattr/repos/community-x86_64/
  python-xattr/repos/community-x86_64/PKGBUILD
(from rev 181576, python-xattr/trunk/PKGBUILD)

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

Copied: python-xattr/repos/community-i686/PKGBUILD (from rev 181576, 
python-xattr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-29 02:56:43 UTC (rev 181577)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-xattr
+pkgname=('python-xattr' 'python2-xattr')
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Python wrapper for extended filesystem attributes'
+arch=('i686' 'x86_64')
+license=('MIT')
+url='http://github.com/xattr/xattr'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi' 'git')
+source=("git+https://github.com/xattr/xattr.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a xattr{,-py2}
+}
+
+build() {
+  cd "$srcdir"/xattr
+  python setup.py build
+
+  cd "$srcdir"/xattr-py2
+  python2 setup.py build
+}
+
+check() { (
+  # Build env doesn't have permission for those xattrs
+  cd "$srcdir"/xattr
+  python setup.py test
+
+  cd "$srcdir"/xattr-py2
+  python2 setup.py test
+  ) || warning "Tests failed"
+}
+
+package_python-xattr() {
+  depends=('python-cffi')
+
+  cd xattr
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-xattr() {
+  depends=('python2-cffi')
+
+  cd xattr-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+
+  mv "$pkgdir"/usr/bin/xattr{,2}
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-xattr/repos/community-x86_64/PKGBUILD (from rev 181576, 
python-xattr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-29 02:56:43 UTC (rev 181577)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-xattr
+pkgname=('python-xattr' 'python2-xattr')
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Python wrapper for extended filesystem attributes'
+arch=('i686' 'x86_64')
+license=('MIT')
+url='http://github.com/xattr/xattr'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi' 'git')
+source=("git+https://github.com/xattr/xattr.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a xattr{,-py2}
+}
+
+build() {
+  cd "$srcdir"/xattr
+  python setup.py build
+
+  cd "$srcdir"/xattr-py2
+  python2 setup.py build
+}
+
+check() { (
+  # Build env doesn't have permission for those xattrs
+  cd "$srcdir"/xattr
+  python setup.py test
+
+  cd "$srcdir"/xattr-py2
+  python2 setup.py test
+  ) || warning "Tests failed"
+}
+
+package_python-xattr() {
+  depends=('python-cffi')
+
+  cd xattr
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-xattr() {
+  depends=('python2-cffi')
+
+  cd xattr-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+
+  mv "$pkgdir"/usr/bin/xattr{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 02:23:00
  Author: felixonmars
Revision: 181575

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

Added:
  haskell-hpack/repos/community-staging-i686/
  haskell-hpack/repos/community-staging-i686/PKGBUILD
(from rev 181574, haskell-hpack/trunk/PKGBUILD)
  haskell-hpack/repos/community-staging-x86_64/
  haskell-hpack/repos/community-staging-x86_64/PKGBUILD
(from rev 181574, haskell-hpack/trunk/PKGBUILD)

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

Copied: haskell-hpack/repos/community-staging-i686/PKGBUILD (from rev 181574, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-29 02:23:00 UTC (rev 181575)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.14.1
+pkgrel=4
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+md5sums=('0d9934d24a6a1eb4c7e701c07eda076a')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 181574, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-29 02:23:00 UTC (rev 181575)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.14.1
+pkgrel=4
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+md5sums=('0d9934d24a6a1eb4c7e701c07eda076a')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}


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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 02:22:36
  Author: felixonmars
Revision: 181574

upgpkg: haskell-hpack 0.14.1-4

rebuild with Glob-0.7.7

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-29 02:10:58 UTC (rev 181573)
+++ PKGBUILD2016-06-29 02:22:36 UTC (rev 181574)
@@ -6,7 +6,7 @@
 pkgname=haskell-hpack
 _hkgname=hpack
 pkgver=0.14.1
-pkgrel=3
+pkgrel=4
 pkgdesc="An alternative format for Haskell packages"
 url="https://github.com/sol/hpack#readme;
 license=("MIT")


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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 02:10:58
  Author: felixonmars
Revision: 181573

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

Added:
  haskell-glob/repos/community-staging-i686/
  haskell-glob/repos/community-staging-i686/PKGBUILD
(from rev 181572, haskell-glob/trunk/PKGBUILD)
  haskell-glob/repos/community-staging-x86_64/
  haskell-glob/repos/community-staging-x86_64/PKGBUILD
(from rev 181572, haskell-glob/trunk/PKGBUILD)

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

Copied: haskell-glob/repos/community-staging-i686/PKGBUILD (from rev 181572, 
haskell-glob/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-29 02:10:58 UTC (rev 181573)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Glob
+pkgname=haskell-glob
+pkgver=0.7.7
+pkgrel=1
+pkgdesc="Globbing library"
+url="http://iki.fi/matti.niemenmaa/glob/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-dlist")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c1219b83da6f20a254d3cb6505d62026503080c1853ed9c59541af14f0f74b83')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}

Copied: haskell-glob/repos/community-staging-x86_64/PKGBUILD (from rev 181572, 
haskell-glob/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-29 02:10:58 UTC (rev 181573)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Glob
+pkgname=haskell-glob
+pkgver=0.7.7
+pkgrel=1
+pkgdesc="Globbing library"
+url="http://iki.fi/matti.niemenmaa/glob/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-dlist")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c1219b83da6f20a254d3cb6505d62026503080c1853ed9c59541af14f0f74b83')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}


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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 02:10:29
  Author: felixonmars
Revision: 181572

upgpkg: haskell-glob 0.7.7-1

rebuild with Glob-0.7.7

Modified:
  haskell-glob/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-29 01:14:10 UTC (rev 181571)
+++ PKGBUILD2016-06-29 02:10:29 UTC (rev 181572)
@@ -4,8 +4,8 @@
 
 _hkgname=Glob
 pkgname=haskell-glob
-pkgver=0.7.5
-pkgrel=2
+pkgver=0.7.7
+pkgrel=1
 pkgdesc="Globbing library"
 url="http://iki.fi/matti.niemenmaa/glob/;
 license=("custom:BSD3")
@@ -12,12 +12,8 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-dlist")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('0063bbc680d90f522455c0dec1121837689da542f4d9c70924d98bfb1389be41')
+sha256sums=('c1219b83da6f20a254d3cb6505d62026503080c1853ed9c59541af14f0f74b83')
 
-prepare() {
-sed -i 's/filepath >= 1.1 && < 1.4/filepath >= 1.1 \&\& < 1.5/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


[arch-commits] Commit in lib32-fontconfig/repos/multilib-x86_64 (4 files)

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 01:14:10
  Author: felixonmars
Revision: 181571

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fontconfig/repos/multilib-x86_64/PKGBUILD
(from rev 181570, lib32-fontconfig/trunk/PKGBUILD)
  lib32-fontconfig/repos/multilib-x86_64/lib32-fontconfig.install
(from rev 181570, lib32-fontconfig/trunk/lib32-fontconfig.install)
Deleted:
  lib32-fontconfig/repos/multilib-x86_64/PKGBUILD
  lib32-fontconfig/repos/multilib-x86_64/lib32-fontconfig.install

--+
 PKGBUILD |  112 ++---
 lib32-fontconfig.install |   22 
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-29 01:13:54 UTC (rev 181570)
+++ PKGBUILD2016-06-29 01:14:10 UTC (rev 181571)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-_pkgbasename=fontconfig
-pkgname=lib32-$_pkgbasename
-pkgver=2.11.95
-pkgrel=1
-pkgdesc="A library for configuring and customizing font access (32-bit)"
-arch=(x86_64)
-url="http://www.fontconfig.org/release/;
-license=('custom')
-depends=('lib32-expat' 'lib32-freetype2' $_pkgbasename)
-makedepends=('python2')
-install=lib32-fontconfig.install
-source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('7b165eee7aa22dcc1557db56f58d905b6a14b32f9701c79427452474375b4c89')
-
-  # a nice page to test font matching:
-  # http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
-
-build() {
-  cd $_pkgbasename-$pkgver
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---with-templatedir=/etc/fonts/conf.avail \
---with-xmldir=/etc/fonts \
---localstatedir=/var \
---disable-static \
---with-default-fonts=/usr/share/fonts \
---with-add-fonts=/usr/share/fonts \
---libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd $_pkgbasename-$pkgver
-  make -k check
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "$pkgdir"/{etc,usr/{include,share}}
-  find "$pkgdir/usr/bin" -not -type d -not -name fc-cache -delete
-  mv "$pkgdir"/usr/bin/fc-cache{,-32}
-
-  # Install license
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-fontconfig/repos/multilib-x86_64/PKGBUILD (from rev 181570, 
lib32-fontconfig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-29 01:14:10 UTC (rev 181571)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+_pkgbasename=fontconfig
+pkgname=lib32-$_pkgbasename
+pkgver=2.12.0
+pkgrel=1
+pkgdesc="A library for configuring and customizing font access (32-bit)"
+arch=(x86_64)
+url="http://www.fontconfig.org/release/;
+license=('custom')
+depends=('lib32-expat' 'lib32-freetype2' $_pkgbasename)
+makedepends=('python2')
+install=lib32-fontconfig.install
+source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('b433e4efff1f68fdd8aac221ed1df3ff1e580ffedbada020a703fe64017d8224')
+
+  # a nice page to test font matching:
+  # http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--with-templatedir=/etc/fonts/conf.avail \
+--with-xmldir=/etc/fonts \
+--localstatedir=/var \
+--disable-static \
+--with-default-fonts=/usr/share/fonts \
+--with-add-fonts=/usr/share/fonts \
+--libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd $_pkgbasename-$pkgver
+  make -k check
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "$pkgdir"/{etc,usr/{include,share}}
+  find "$pkgdir/usr/bin" -not -type d -not -name fc-cache -delete
+  mv "$pkgdir"/usr/bin/fc-cache{,-32}
+
+  # Install license
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: lib32-fontconfig.install
===
--- lib32-fontconfig.install2016-06-29 01:13:54 UTC (rev 181570)
+++ lib32-fontconfig.install2016-06-29 01:14:10 UTC (rev 181571)
@@ -1,11 +0,0 @@
-post_install() {
-  echo -n "updating font cache... "
-  /usr/bin/fc-cache-32 -f
-  echo "done."
-}
-
-post_upgrade() {
-  echo -n "updating font cache... "
-  /usr/bin/fc-cache-32 -f
-  echo "done."
-}

Copied: lib32-fontconfig/repos/multilib-x86_64/lib32-fontconfig.install (from 
rev 181570, lib32-fontconfig/trunk/lib32-fontconfig.install)
===
--- 

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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 01:13:54
  Author: felixonmars
Revision: 181570

upgpkg: lib32-fontconfig 2.12.0-1

Modified:
  lib32-fontconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-29 00:55:15 UTC (rev 181569)
+++ PKGBUILD2016-06-29 01:13:54 UTC (rev 181570)
@@ -3,7 +3,7 @@
 
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.11.95
+pkgver=2.12.0
 pkgrel=1
 pkgdesc="A library for configuring and customizing font access (32-bit)"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=('python2')
 install=lib32-fontconfig.install
 source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('7b165eee7aa22dcc1557db56f58d905b6a14b32f9701c79427452474375b4c89')
+sha256sums=('b433e4efff1f68fdd8aac221ed1df3ff1e580ffedbada020a703fe64017d8224')
 
   # a nice page to test font matching:
   # http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html


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

2016-06-28 Thread Sven-Hendrik Haase
Date: Wednesday, June 29, 2016 @ 00:55:07
  Author: svenstaro
Revision: 181568

upgpkg: pypy 5.3.1-1

upstream release 5.3.1

Modified:
  pypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-29 00:47:33 UTC (rev 181567)
+++ PKGBUILD2016-06-29 00:55:07 UTC (rev 181568)
@@ -3,7 +3,7 @@
 # Contributor: William Giokas <1007...@gmail.com>
 
 pkgname=pypy
-pkgver=5.3
+pkgver=5.3.1
 pkgrel=1
 pkgdesc="A Python implementation written in Python, JIT enabled"
 url="http://pypy.org;


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

2016-06-28 Thread Sven-Hendrik Haase
Date: Wednesday, June 29, 2016 @ 00:55:15
  Author: svenstaro
Revision: 181569

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

Added:
  pypy/repos/community-i686/LICENSE
(from rev 181568, pypy/trunk/LICENSE)
  pypy/repos/community-i686/PKGBUILD
(from rev 181568, pypy/trunk/PKGBUILD)
  pypy/repos/community-x86_64/LICENSE
(from rev 181568, pypy/trunk/LICENSE)
  pypy/repos/community-x86_64/PKGBUILD
(from rev 181568, pypy/trunk/PKGBUILD)
Deleted:
  pypy/repos/community-i686/LICENSE
  pypy/repos/community-i686/PKGBUILD
  pypy/repos/community-x86_64/LICENSE
  pypy/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |  308 
 /PKGBUILD |  112 
 community-i686/LICENSE|  154 --
 community-i686/PKGBUILD   |   56 
 community-x86_64/LICENSE  |  154 --
 community-x86_64/PKGBUILD |   56 
 6 files changed, 420 insertions(+), 420 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-06-29 00:55:07 UTC (rev 181568)
+++ community-i686/LICENSE  2016-06-29 00:55:15 UTC (rev 181569)
@@ -1,154 +0,0 @@
-License for files in the pypy/ directory 
-==
-
-Except when otherwise stated (look for LICENSE files in directories or
-information at the beginning of each file) all software and
-documentation in the 'pypy' directories is licensed as follows: 
-
-The MIT License
-
-Permission is hereby granted, free of charge, to any person 
-obtaining a copy of this software and associated documentation 
-files (the "Software"), to deal in the Software without 
-restriction, including without limitation the rights to use, 
-copy, modify, merge, publish, distribute, sublicense, and/or 
-sell copies of the Software, and to permit persons to whom the 
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included 
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
MERCHANTABILITY, 
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
-DEALINGS IN THE SOFTWARE.
-
-
-PyPy Copyright holders 2003-2010
 
-
-Except when otherwise stated (look for LICENSE files or information at
-the beginning of each file) the files in the 'pypy' directory are each
-copyrighted by one or more of the following people and organizations:
-
-Armin Rigo
-Maciej Fijalkowski
-Carl Friedrich Bolz
-Samuele Pedroni
-Antonio Cuni
-Michael Hudson
-Christian Tismer
-Holger Krekel
-Eric van Riet Paap
-Richard Emslie
-Anders Chrigstrom
-Amaury Forgeot d Arc
-Aurelien Campeas
-Anders Lehmann
-Niklaus Haldimann
-Seo Sanghyeon
-Leonardo Santagada
-Lawrence Oluyede
-Jakub Gustak
-Guido Wesdorp
-Benjamin Peterson
-Alexander Schremmer
-Niko Matsakis
-Ludovic Aubry
-Alex Martelli
-Toon Verwaest
-Stephan Diehl
-Adrien Di Mascio
-Stefan Schwarzer
-Tomek Meka
-Patrick Maupin
-Jacob Hallen
-Laura Creighton
-Bob Ippolito
-Camillo Bruni
-Simon Burton
-Bruno Gola
-Alexandre Fayolle
-Marius Gedminas
-Guido van Rossum
-Valentino Volonghi
-Adrian Kuhn
-Paul deGrandis
-Gerald Klix
-Wanja Saatkamp
-Anders Hammarquist
-Oscar Nierstrasz
-Eugene Oden
-Lukas Renggli
-Guenter Jantzen
-Dinu Gherman
-Bartosz Skowron
-Georg Brandl
-Ben Young
-Jean-Paul Calderone
-Nicolas Chauvat
-Rocco Moretti
-Michael Twomey
-boria
-Jared Grubb
-Olivier Dormond
-Stuart Williams
-Jens-Uwe Mager
-Justas Sadzevicius
-Mikael Schönenberg
-Brian Dorsey
-Jonathan David Riehl
-Beatrice During
-Elmo Mäntynen
-Andreas Friedge
-Alex Gaynor
-Anders Qvist
-Alan McIntyre
-Bert Freudenberg
-
-Heinrich-Heine University, Germany 
-Open End AB (formerly AB Strakt), Sweden
-merlinux GmbH, Germany 
-tismerysoft GmbH, Germany 
-Logilab Paris, France 
-DFKI GmbH, Germany 
-Impara, Germany
-Change Maker, Sweden 
-
- 
-License for 'lib-python/2.5.2' and 'lib-python/2.5.2-modified'
-== 
-
-Except when otherwise stated (look for LICENSE files or

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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 00:47:33
  Author: felixonmars
Revision: 181567

archrelease: copy trunk to community-any

Added:
  semver/repos/community-any/PKGBUILD
(from rev 181566, semver/trunk/PKGBUILD)
Deleted:
  semver/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-29 00:47:17 UTC (rev 181566)
+++ PKGBUILD2016-06-29 00:47:33 UTC (rev 181567)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=semver
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='The semantic version parser used by npm.'
-arch=('any')
-url='https://github.com/npm/node-semver'
-license=('ISC')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('9fa5e269242b1e966070baf6f31042e7')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: semver/repos/community-any/PKGBUILD (from rev 181566, 
semver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-29 00:47:33 UTC (rev 181567)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=semver
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='The semantic version parser used by npm.'
+arch=('any')
+url='https://github.com/npm/node-semver'
+license=('ISC')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('8ffeb2e0dfae3c5d0c544ff0491e863c')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 00:47:17
  Author: felixonmars
Revision: 181566

upgpkg: semver 5.2.0-1

Modified:
  semver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-29 00:45:42 UTC (rev 181565)
+++ PKGBUILD2016-06-29 00:47:17 UTC (rev 181566)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=semver
-pkgver=5.1.1
+pkgver=5.2.0
 pkgrel=1
 pkgdesc='The semantic version parser used by npm.'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('9fa5e269242b1e966070baf6f31042e7')
+md5sums=('8ffeb2e0dfae3c5d0c544ff0491e863c')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 00:45:42
  Author: felixonmars
Revision: 181565

archrelease: copy trunk to community-any

Added:
  python-fake-factory/repos/community-any/PKGBUILD
(from rev 181564, python-fake-factory/trunk/PKGBUILD)
Deleted:
  python-fake-factory/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-29 00:45:26 UTC (rev 181564)
+++ PKGBUILD2016-06-29 00:45:42 UTC (rev 181565)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgbase=python-fake-factory
-pkgname=(python-fake-factory python2-fake-factory)
-pkgver=0.5.7
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='http://www.joke2k.net/faker/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
-checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
-  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
-  'python2-ipaddress')
-source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a faker{,-py2}
-}
-
-build() {
-  cd "$srcdir"/faker
-  python setup.py build
-
-  cd "$srcdir"/faker-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/faker
-  nosetests3
-
-  cd "$srcdir"/faker-py2
-  nosetests2
-}
-
-package_python-fake-factory() {
-  depends=('python-setuptools' 'python-dateutil')
-
-  cd "$srcdir"/faker
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-package_python2-fake-factory() {
-  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
-
-  cd "$srcdir"/faker-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/faker{,2}
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-fake-factory/repos/community-any/PKGBUILD (from rev 181564, 
python-fake-factory/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-29 00:45:42 UTC (rev 181565)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgbase=python-fake-factory
+pkgname=(python-fake-factory python2-fake-factory)
+pkgver=0.5.8
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='http://www.joke2k.net/faker/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
+checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
+  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
+  'python2-ipaddress')
+source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a faker{,-py2}
+}
+
+build() {
+  cd "$srcdir"/faker
+  python setup.py build
+
+  cd "$srcdir"/faker-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/faker
+  nosetests3
+
+  cd "$srcdir"/faker-py2
+  nosetests2
+}
+
+package_python-fake-factory() {
+  depends=('python-setuptools' 'python-dateutil')
+
+  cd "$srcdir"/faker
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+package_python2-fake-factory() {
+  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
+
+  cd "$srcdir"/faker-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/faker{,2}
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-28 Thread Felix Yan
Date: Wednesday, June 29, 2016 @ 00:45:26
  Author: felixonmars
Revision: 181564

upgpkg: python-fake-factory 0.5.8-1

Modified:
  python-fake-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 21:47:18 UTC (rev 181563)
+++ PKGBUILD2016-06-29 00:45:26 UTC (rev 181564)
@@ -5,7 +5,7 @@
 
 pkgbase=python-fake-factory
 pkgname=(python-fake-factory python2-fake-factory)
-pkgver=0.5.7
+pkgver=0.5.8
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')


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

2016-06-28 Thread Rémy Oudompheng
Date: Tuesday, June 28, 2016 @ 22:03:14
  Author: remy
Revision: 270784

upgpkg: perl-data-compare 1.25-2

Modified:
  perl-data-compare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 21:57:43 UTC (rev 270783)
+++ PKGBUILD2016-06-28 22:03:14 UTC (rev 270784)
@@ -12,7 +12,7 @@
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
 depends=('perl-file-find-rule>=0.1')
-checkdepends=('perl-test-pod')
+checkdepends=('perl-test-pod' 'perl-json' 'perl-clone')
 makedepends=()
 url='https://metacpan.org/release/Data-Compare'
 
source=("http://search.cpan.org/CPAN/authors/id/D/DC/DCANTRELL/Data-Compare-${pkgver}.tar.gz;)


[arch-commits] Commit in perl-data-compare/repos (testing-any testing-any/PKGBUILD)

2016-06-28 Thread Rémy Oudompheng
Date: Tuesday, June 28, 2016 @ 22:03:15
  Author: remy
Revision: 270785

archrelease: copy trunk to testing-any

Added:
  perl-data-compare/repos/testing-any/
  perl-data-compare/repos/testing-any/PKGBUILD
(from rev 270784, perl-data-compare/trunk/PKGBUILD)

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

Copied: perl-data-compare/repos/testing-any/PKGBUILD (from rev 270784, 
perl-data-compare/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-06-28 22:03:15 UTC (rev 270785)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.32
+
+pkgname='perl-data-compare'
+_dist=Data-Compare
+pkgver=1.25
+pkgrel=2
+pkgdesc="compare perl data structures"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-file-find-rule>=0.1')
+checkdepends=('perl-test-pod' 'perl-json' 'perl-clone')
+makedepends=()
+url='https://metacpan.org/release/Data-Compare'
+source=("http://search.cpan.org/CPAN/authors/id/D/DC/DCANTRELL/Data-Compare-${pkgver}.tar.gz;)
+md5sums=('6a397ab5833237f3ca05ed7277b19a7a')
+sha512sums=('6db1235672030aa1afe52de1de9fac1f8a2af9eed99a3143d6c5b30669908125f584638fe06b8b33208f6d7fb734ccec7381c9411408a3f4fde1998707f748c9')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


[arch-commits] Commit in (4 files)

2016-06-28 Thread Rémy Oudompheng
Date: Tuesday, June 28, 2016 @ 21:57:43
  Author: remy
Revision: 270783

New package perl-data-compare.

Added as a dependency of biber.

Added:
  perl-data-compare/
  perl-data-compare/repos/
  perl-data-compare/trunk/
  perl-data-compare/trunk/PKGBUILD

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

Added: perl-data-compare/trunk/PKGBUILD
===
--- perl-data-compare/trunk/PKGBUILD(rev 0)
+++ perl-data-compare/trunk/PKGBUILD2016-06-28 21:57:43 UTC (rev 270783)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.32
+
+pkgname='perl-data-compare'
+_dist=Data-Compare
+pkgver=1.25
+pkgrel=2
+pkgdesc="compare perl data structures"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-file-find-rule>=0.1')
+checkdepends=('perl-test-pod')
+makedepends=()
+url='https://metacpan.org/release/Data-Compare'
+source=("http://search.cpan.org/CPAN/authors/id/D/DC/DCANTRELL/Data-Compare-${pkgver}.tar.gz;)
+md5sums=('6a397ab5833237f3ca05ed7277b19a7a')
+sha512sums=('6db1235672030aa1afe52de1de9fac1f8a2af9eed99a3143d6c5b30669908125f584638fe06b8b33208f6d7fb734ccec7381c9411408a3f4fde1998707f748c9')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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


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

2016-06-28 Thread Kyle Keen
Date: Tuesday, June 28, 2016 @ 21:47:18
  Author: kkeen
Revision: 181563

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 21:45:37 UTC (rev 181562)
+++ community-i686/PKGBUILD 2016-06-28 21:47:18 UTC (rev 181563)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgname=zeromq
-pkgver=4.1.4
-pkgrel=1
-pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
-arch=('i686' 'x86_64')
-url="http://www.zeromq.org;
-license=('LGPL')
-depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
-makedepends=('asciidoc' 'xmlto')
-options=('staticlibs')
-source=("http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
-'https://raw.githubusercontent.com/zeromq/cppzmq/014628c/zmq.hpp')
-md5sums=('a611ecc93fffeb6d058c0e6edf4ad4fb'
- '56f264ec5604a5576e0d836d89c38c77')
-
-prepare() {
-  # Needed for new libsodium
-  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr --with-pgm --with-libsodium \
---with-documentation --enable-static
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # this will fail if zmq.hpp is out of date
-  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
-  rm -f test.o
-
-  # 10/63 tests fail on the build server
-  # 100% pass on my local box?
-  return 0
-  if [[ $CARCH == 'i686' ]]; then
-return 0
-  fi
-  make -k check
-}
-
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
-}
-

Copied: zeromq/repos/community-i686/PKGBUILD (from rev 181562, 
zeromq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 21:47:18 UTC (rev 181563)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgname=zeromq
+pkgver=4.1.5
+pkgrel=1
+pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
+arch=('i686' 'x86_64')
+url="http://www.zeromq.org;
+license=('LGPL')
+depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
+makedepends=('asciidoc' 'xmlto')
+options=('staticlibs')
+# "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
+source=("https://github.com/zeromq/zeromq4-1/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
+'https://raw.githubusercontent.com/zeromq/cppzmq/014628c/zmq.hpp')
+md5sums=('e7adf4b7dbae09b28cfd10d26cd67fac'
+ '56f264ec5604a5576e0d836d89c38c77')
+
+prepare() {
+  # Needed for new libsodium
+  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr --with-pgm --with-libsodium \
+--with-documentation --enable-static
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # this will fail if zmq.hpp is out of date
+  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
+  rm -f test.o
+
+  # 10/63 tests fail on the build server
+  # 100% pass on my local box?
+  return 0
+  if [[ $CARCH == 'i686' ]]; then
+return 0
+  fi
+  make -k check
+}
+
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-28 21:45:37 UTC (rev 181562)
+++ community-x86_64/PKGBUILD   2016-06-28 21:47:18 UTC (rev 181563)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgname=zeromq
-pkgver=4.1.4
-pkgrel=1
-pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
-arch=('i686' 'x86_64')
-url="http://www.zeromq.org;
-license=('LGPL')
-depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
-makedepends=('asciidoc' 'xmlto')
-options=('staticlibs')
-source=("http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
-'https://raw.githubusercontent.com/zeromq/cppzmq/014628c/zmq.hpp')
-md5sums=('a611ecc93fffeb6d058c0e6edf4ad4fb'
- '56f264ec5604a5576e0d836d89c38c77')
-
-prepare() {
-  # Needed for new libsodium
-  sed -i 

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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 21:45:37
  Author: arodseth
Revision: 181562

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 21:45:29 UTC (rev 181561)
+++ PKGBUILD2016-06-28 21:45:37 UTC (rev 181562)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-# Contributor: Arvid Ephraim Picciani 
-# Contributor: Michael Krauss 
-
-pkgname=python-pyparsing
-pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.1.4
-pkgrel=1
-pkgdesc='General parsing module for Python'
-arch=('any')
-url='http://pyparsing.wikispaces.com/'
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('MIT')
-source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
-sha256sums=('a9234dea79b50d49b92a994132cd1c84e873f3936db94977a66f0a4159b1797c')
-
-prepare() {
-  cp -r "pyparsing-$pkgver" py2
-}
-
-package_python-pyparsing() {
-  depends=('python')
-  cd "pyparsing-$pkgver"
-
-  rm -rf build
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pyparsing() {
-  depends=('python2')
-  cd py2
-
-  rm -rf build
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: pypi.python.org/pypi/pyparsing
-# vim:set ts=2 sw=2 et:

Copied: python-pyparsing/repos/community-any/PKGBUILD (from rev 181561, 
python-pyparsing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 21:45:37 UTC (rev 181562)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Arvid Ephraim Picciani 
+# Contributor: Michael Krauss 
+
+pkgname=python-pyparsing
+pkgname=('python-pyparsing' 'python2-pyparsing')
+pkgver=2.1.5
+pkgrel=1
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='http://pyparsing.wikispaces.com/'
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('MIT')
+source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
+sha256sums=('b9ace99b581174d7ca98891a7bc57fd08892b94f17922645d90835f7b9b54a56')
+
+prepare() {
+  cp -r "pyparsing-$pkgver" py2
+}
+
+package_python-pyparsing() {
+  depends=('python')
+  cd "pyparsing-$pkgver"
+
+  rm -rf build
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyparsing() {
+  depends=('python2')
+  cd py2
+
+  rm -rf build
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: pypi.python.org/pypi/pyparsing
+# vim:set ts=2 sw=2 et:


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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 21:45:29
  Author: arodseth
Revision: 181561

upgpkg: python-pyparsing 2.1.5-1

Modified:
  python-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 21:37:53 UTC (rev 181560)
+++ PKGBUILD2016-06-28 21:45:29 UTC (rev 181561)
@@ -7,7 +7,7 @@
 
 pkgname=python-pyparsing
 pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.1.4
+pkgver=2.1.5
 pkgrel=1
 pkgdesc='General parsing module for Python'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 license=('MIT')
 source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz;)
-sha256sums=('a9234dea79b50d49b92a994132cd1c84e873f3936db94977a66f0a4159b1797c')
+sha256sums=('b9ace99b581174d7ca98891a7bc57fd08892b94f17922645d90835f7b9b54a56')
 
 prepare() {
   cp -r "pyparsing-$pkgver" py2


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

2016-06-28 Thread Anatol Pomozov
Date: Tuesday, June 28, 2016 @ 21:37:53
  Author: anatolik
Revision: 181560

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 21:36:54 UTC (rev 181559)
+++ community-i686/PKGBUILD 2016-06-28 21:37:53 UTC (rev 181560)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=0.18.4
-pkgrel=1
-_binary_rel=1
-pkgdesc='The Crystal Programming Language'
-arch=(i686 x86_64)
-url='http://crystal-lang.org'
-license=(Apache)
-depends=(gc libatomic_ops pcre libevent libffi)
-# depend on previous llvm version until 
https://github.com/crystal-lang/crystal/issues/1614 is resolved
-makedepends=(libxml2 llvm35)
-checkdepends=(libyaml libxml2 gmp inetutils git)
-optdepends=('shards: crystal language package manager'
-'libyaml: For YAML support'
-'gmp: For BigInt support'
-'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
-source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('3ed1f8452ed019675a4fbcb7bffeddd0394a943aa42dbab39b4afc52028e3507')
-sha256sums_i686=('a440e343b424a3d2a77d3daf855962100dcb772707598e7843ac7468adb480e8')
-sha256sums_x86_64=('8e482c66aa09a17a7e829a1efffc3be8c2c82b5629d7abaaf17c14d5163c1b79')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make release=1 \
-   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
-   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-   CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="libs:/usr/lib/crystal" \
-   CRYSTAL_CACHE_DIR="/tmp/crystal"
-  make doc CRYSTAL_CACHE_DIR="/tmp/crystal"
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  # splitting all_spec into 'compiler_spec std_spec' as a workaround for
-  # https://github.com/crystal-lang/crystal/issues/2789
-  make compiler_spec std_spec \
-CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver" \
-CRYSTAL_CACHE_DIR="/tmp/crystal"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # /usr/bin/crystalcompiled executable
-  # /usr/lib/crystal/   compiler src & core libs
-  # /usr/share/doc/crystal/api  api docs
-  # /usr/share/doc/crystal/samples/ samples
-
-  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
-
-  install -dm755 "$pkgdir/usr/lib"
-  cp -r src "$pkgdir/usr/lib/crystal"
-
-  install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
-  cp -r samples "$pkgdir/usr/share/doc/crystal/"
-
-  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
-  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: crystal/repos/community-i686/PKGBUILD (from rev 181559, 
crystal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 21:37:53 UTC (rev 181560)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.18.6
+pkgrel=1
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent libffi)
+# depend on previous llvm version until 
https://github.com/crystal-lang/crystal/issues/1614 is resolved
+makedepends=(libxml2 llvm35)
+checkdepends=(libyaml libxml2 gmp inetutils git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')

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

2016-06-28 Thread Anatol Pomozov
Date: Tuesday, June 28, 2016 @ 21:36:54
  Author: anatolik
Revision: 181559

upgpkg: crystal 0.18.6-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 21:31:54 UTC (rev 181558)
+++ PKGBUILD2016-06-28 21:36:54 UTC (rev 181559)
@@ -3,7 +3,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.18.4
+pkgver=0.18.6
 pkgrel=1
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
@@ -21,9 +21,9 @@
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
 
source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 
source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('3ed1f8452ed019675a4fbcb7bffeddd0394a943aa42dbab39b4afc52028e3507')
-sha256sums_i686=('a440e343b424a3d2a77d3daf855962100dcb772707598e7843ac7468adb480e8')
-sha256sums_x86_64=('8e482c66aa09a17a7e829a1efffc3be8c2c82b5629d7abaaf17c14d5163c1b79')
+sha256sums=('3954f6d1ff414ff55f694690c62fce5e2d12a78c0243cd76ed8457498fcef993')
+sha256sums_i686=('1654c675017e208790e971892c96ec2ba3cdb2e95f78b7bc1a7e2c999b11d3d6')
+sha256sums_x86_64=('72ad5f5623d8cde0ad51d151de6720fac759cde14e3eb37bc0d0b8b2925633af')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 21:31:54
  Author: arodseth
Revision: 181558

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 21:31:42 UTC (rev 181557)
+++ community-i686/PKGBUILD 2016-06-28 21:31:54 UTC (rev 181558)
@@ -1,76 +0,0 @@
-# $Id: PKGBUILD 121061 2014-10-20 12:57:19Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Dominik Picheta 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jesus Alvarez 
-
-pkgname=nim
-pkgver=0.14.0
-pkgrel=1
-pkgdesc='Imperative, multi-paradigm, compiled programming language'
-arch=('x86_64' 'i686')
-url='http://nim-lang.org/'
-license=('MIT')
-makedepends=('git' 'glib2')
-options=('!emptydirs')
-source=("$pkgname::git://github.com/Araq/Nimrod.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  rm build/empty.txt && rmdir build
-  git clone --depth=1 git://github.com/nimrod-code/csources build
-  cd build
-  git checkout b39a1df
-}
-
-build() {
-  cd "$pkgname/build"
-
-  sh build.sh
-
-  cd ..
-  ./bin/nim c koch
-  ./koch boot -d:release -d:useGnuReadline
-
-  export PATH="$srcdir/$pkgname/bin:$PATH"
-
-  cd lib
-  nim c --app:lib -d:createNimRtl -d:release nimrtl.nim
-
-  cd ../tools
-  nim c -d:release nimgrep.nim
-  #nim c -d:release nimrepl.nim # does not compile
-}
-
-package() {
-  cd "$pkgname"
-
-  export PATH="$srcdir/$pkgname/bin:$PATH"
-
-  ./koch install "$pkgdir"
-
-  install -d "$pkgdir/usr/share/nim/doc" "$pkgdir/usr/lib/nim" \
-"$pkgdir/etc" "$pkgdir/usr/bin"
-
-  cd "$pkgdir/nim"
-  mv "lib/"* "$pkgdir/usr/lib/nim/"
-  mv "config/"* "$pkgdir/etc/"
-  cp -a "$srcdir/$pkgname/lib/packages" "$pkgdir/usr/lib/nim/"
-  mv "bin/"* "$pkgdir/usr/bin/"
-
-  cd "$srcdir/$pkgname"
-  rm -r "$pkgdir/nim"
-  mv examples web "$pkgdir/usr/share/nim/doc/"
-  mv "doc/"* "$pkgdir/usr/share/nim/doc/"
-  install -m644 "lib/libnimrtl.so" "$pkgdir/usr/lib/libnimrtl.so"
-  install -m755 "tools/nimgrep" "$pkgdir/usr/bin/"
-  #install -m755 "tools/nimrepl" "$pkgdir/usr/bin/"
-  install -Dm644 "copying.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Fix FS#48118, related to the doc2 command
-  ln -s /usr/share/nim/doc "$pkgdir/usr/lib/nim/doc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nim/repos/community-i686/PKGBUILD (from rev 181557, nim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 21:31:54 UTC (rev 181558)
@@ -0,0 +1,76 @@
+# $Id: PKGBUILD 121061 2014-10-20 12:57:19Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Dominik Picheta 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Jesus Alvarez 
+
+pkgname=nim
+pkgver=0.14.2
+pkgrel=1
+pkgdesc='Imperative, multi-paradigm, compiled programming language'
+arch=('x86_64' 'i686')
+url='http://nim-lang.org/'
+license=('MIT')
+makedepends=('git' 'glib2')
+options=('!emptydirs')
+source=("$pkgname::git://github.com/Araq/Nimrod.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  rm build/empty.txt && rmdir build
+  git clone --depth=1 git://github.com/nimrod-code/csources build
+  cd build
+  git checkout b39a1df
+}
+
+build() {
+  cd "$pkgname/build"
+
+  sh build.sh
+
+  cd ..
+  ./bin/nim c koch
+  ./koch boot -d:release -d:useGnuReadline
+
+  export PATH="$srcdir/$pkgname/bin:$PATH"
+
+  cd lib
+  nim c --app:lib -d:createNimRtl -d:release nimrtl.nim
+
+  cd ../tools
+  nim c -d:release nimgrep.nim
+  #nim c -d:release nimrepl.nim # does not compile
+}
+
+package() {
+  cd "$pkgname"
+
+  export PATH="$srcdir/$pkgname/bin:$PATH"
+
+  ./koch install "$pkgdir"
+
+  install -d "$pkgdir/usr/share/nim/doc" "$pkgdir/usr/lib/nim" \
+"$pkgdir/etc" "$pkgdir/usr/bin"
+
+  cd "$pkgdir/nim"
+  mv "lib/"* "$pkgdir/usr/lib/nim/"
+  mv "config/"* "$pkgdir/etc/"
+  cp -a "$srcdir/$pkgname/lib/packages" "$pkgdir/usr/lib/nim/"
+  mv "bin/"* "$pkgdir/usr/bin/"
+
+  cd "$srcdir/$pkgname"
+  rm -r "$pkgdir/nim"
+  mv examples web "$pkgdir/usr/share/nim/doc/"
+  mv "doc/"* "$pkgdir/usr/share/nim/doc/"
+  install -m644 "lib/libnimrtl.so" "$pkgdir/usr/lib/libnimrtl.so"
+  

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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 21:31:42
  Author: arodseth
Revision: 181557

upgpkg: nim 0.14.2-1

Modified:
  nim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 20:53:16 UTC (rev 181556)
+++ PKGBUILD2016-06-28 21:31:42 UTC (rev 181557)
@@ -5,7 +5,7 @@
 # Contributor: Jesus Alvarez 
 
 pkgname=nim
-pkgver=0.14.0
+pkgver=0.14.2
 pkgrel=1
 pkgdesc='Imperative, multi-paradigm, compiled programming language'
 arch=('x86_64' 'i686')


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

2016-06-28 Thread Anatol Pomozov
Date: Tuesday, June 28, 2016 @ 21:12:55
  Author: anatolik
Revision: 270782

FS#49866 use release tarball + signing key

Modified:
  fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 20:37:52 UTC (rev 270781)
+++ PKGBUILD2016-06-28 21:12:55 UTC (rev 270782)
@@ -13,16 +13,16 @@
 depends=('glibc')
 makedepends=('pkg-config')
 backup=(etc/fuse.conf)
-_tag=fuse-$pkgver
-source=(https://github.com/libfuse/libfuse/archive/$_tag.zip
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
'fuse.conf')
-sha1sums=('805be38cbfb29d05036b03f2560b193010c38720'
+sha1sums=('cd174e3d37995a42fad32fac92f76cd18e24174f'
+  'SKIP'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

 
 build() {
-  cd libfuse-$_tag
+  cd fuse-$pkgver
 
-  ./makeconf.sh
   export MOUNT_FUSE_PATH=/usr/bin
   ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util 
--disable-example
   make
@@ -29,7 +29,7 @@
 }
 
 package() {
-  cd libfuse-$_tag
+  cd fuse-$pkgver
 
   make DESTDIR=${pkgdir} install
 


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

2016-06-28 Thread Kyle Keen
Date: Tuesday, June 28, 2016 @ 20:53:16
  Author: kkeen
Revision: 181556

upgpkg: zeromq 4.1.5-1

Modified:
  zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 19:29:10 UTC (rev 181555)
+++ PKGBUILD2016-06-28 20:53:16 UTC (rev 181556)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Kyle Keen 
 pkgname=zeromq
-pkgver=4.1.4
+pkgver=4.1.5
 pkgrel=1
 pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
 arch=('i686' 'x86_64')
@@ -10,9 +10,10 @@
 depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
 makedepends=('asciidoc' 'xmlto')
 options=('staticlibs')
-source=("http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
+# "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
+source=("https://github.com/zeromq/zeromq4-1/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
 'https://raw.githubusercontent.com/zeromq/cppzmq/014628c/zmq.hpp')
-md5sums=('a611ecc93fffeb6d058c0e6edf4ad4fb'
+md5sums=('e7adf4b7dbae09b28cfd10d26cd67fac'
  '56f264ec5604a5576e0d836d89c38c77')
 
 prepare() {


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

2016-06-28 Thread Rémy Oudompheng
Date: Tuesday, June 28, 2016 @ 20:37:30
  Author: remy
Revision: 270779

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

Added:
  perl-autovivification/repos/testing-i686/
  perl-autovivification/repos/testing-i686/PKGBUILD
(from rev 270778, perl-autovivification/trunk/PKGBUILD)
  perl-autovivification/repos/testing-x86_64/
  perl-autovivification/repos/testing-x86_64/PKGBUILD
(from rev 270778, perl-autovivification/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: perl-autovivification/repos/testing-i686/PKGBUILD (from rev 270778, 
perl-autovivification/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-28 20:37:30 UTC (rev 270779)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.16
+pkgrel=2
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64' 'armv7h')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+md5sums=('7e20817f6034910c1bc23351d81a0658')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Copied: perl-autovivification/repos/testing-x86_64/PKGBUILD (from rev 270778, 
perl-autovivification/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-28 20:37:30 UTC (rev 270779)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.16
+pkgrel=2
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64' 'armv7h')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+md5sums=('7e20817f6034910c1bc23351d81a0658')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


[arch-commits] Commit in perl-file-find-rule/repos (testing-any testing-any/PKGBUILD)

2016-06-28 Thread Rémy Oudompheng
Date: Tuesday, June 28, 2016 @ 20:37:52
  Author: remy
Revision: 270781

archrelease: copy trunk to testing-any

Added:
  perl-file-find-rule/repos/testing-any/
  perl-file-find-rule/repos/testing-any/PKGBUILD
(from rev 270780, perl-file-find-rule/trunk/PKGBUILD)

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

Copied: perl-file-find-rule/repos/testing-any/PKGBUILD (from rev 270780, 
perl-file-find-rule/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-06-28 20:37:52 UTC (rev 270781)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: John D Jones III 
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname='perl-file-find-rule'
+_dist="File-Find-Rule"
+pkgver=0.34
+pkgrel=1
+pkgdesc="Alternative interface to File::Find"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-number-compare' 'perl-text-glob>=0.07')
+makedepends=()
+url='http://search.mcpan.org/dist/File-Find-Rule'
+source=("http://search.mcpan.org/CPAN/authors/id/R/RC/RCLAMP/${_dist}-${pkgver}.tar.gz;)
+md5sums=('a7aa9ad4d8ee87b2a77b8e3722768712')
+sha512sums=('97328a86578942d214f7ac530cc88fc84dc7ef2018db06b8c0c58907a4045e90c9c97d1848ed4f16838bd8ca591aca4fa9f24649c81fd8dfe9efe7a2f9f2722c')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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

2016-06-28 Thread Rémy Oudompheng
Date: Tuesday, June 28, 2016 @ 20:37:51
  Author: remy
Revision: 270780

upgpkg: perl-file-find-rule 0.34-1

Modified:
  perl-file-find-rule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 20:37:30 UTC (rev 270779)
+++ PKGBUILD2016-06-28 20:37:51 UTC (rev 270780)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
 # Contributor: John D Jones III 
 # Generator  : CPANPLUS::Dist::Arch 1.29
 
@@ -13,8 +15,8 @@
 makedepends=()
 url='http://search.mcpan.org/dist/File-Find-Rule'
 
source=("http://search.mcpan.org/CPAN/authors/id/R/RC/RCLAMP/${_dist}-${pkgver}.tar.gz;)
-md5sums=('92c6cb88549c30f5665e39bf80f3d704')
-sha512sums=('287537a39e4ceeef6388dcf27c6b10fd7aceae7ab55b27f6acd608687ae695f964703e5b2ea2efbb57f7e5a6b658d7637fef5e87695fe39ae3222f8c7808ff31')
+md5sums=('a7aa9ad4d8ee87b2a77b8e3722768712')
+sha512sums=('97328a86578942d214f7ac530cc88fc84dc7ef2018db06b8c0c58907a4045e90c9c97d1848ed4f16838bd8ca591aca4fa9f24649c81fd8dfe9efe7a2f9f2722c')
 
 build() {
 cd "${srcdir}/${_dist}-${pkgver}"


[arch-commits] Commit in (4 files)

2016-06-28 Thread Rémy Oudompheng
Date: Tuesday, June 28, 2016 @ 20:32:42
  Author: remy
Revision: 270778

New package perl-autovivification

Added as a dependency of biber.

Added:
  perl-autovivification/
  perl-autovivification/repos/
  perl-autovivification/trunk/
  perl-autovivification/trunk/PKGBUILD

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

Added: perl-autovivification/trunk/PKGBUILD
===
--- perl-autovivification/trunk/PKGBUILD(rev 0)
+++ perl-autovivification/trunk/PKGBUILD2016-06-28 20:32:42 UTC (rev 
270778)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.16
+pkgrel=2
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64' 'armv7h')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+md5sums=('7e20817f6034910c1bc23351d81a0658')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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


[arch-commits] Commit in (4 files)

2016-06-28 Thread Rémy Oudompheng
Date: Tuesday, June 28, 2016 @ 20:23:32
  Author: remy
Revision: 270777

New package perl-file-find-rule

Added as a dependency of biber.

Added:
  perl-file-find-rule/
  perl-file-find-rule/repos/
  perl-file-find-rule/trunk/
  perl-file-find-rule/trunk/PKGBUILD

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

Added: perl-file-find-rule/trunk/PKGBUILD
===
--- perl-file-find-rule/trunk/PKGBUILD  (rev 0)
+++ perl-file-find-rule/trunk/PKGBUILD  2016-06-28 20:23:32 UTC (rev 270777)
@@ -0,0 +1,38 @@
+# Contributor: John D Jones III 
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname='perl-file-find-rule'
+_dist="File-Find-Rule"
+pkgver=0.34
+pkgrel=1
+pkgdesc="Alternative interface to File::Find"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-number-compare' 'perl-text-glob>=0.07')
+makedepends=()
+url='http://search.mcpan.org/dist/File-Find-Rule'
+source=("http://search.mcpan.org/CPAN/authors/id/R/RC/RCLAMP/${_dist}-${pkgver}.tar.gz;)
+md5sums=('92c6cb88549c30f5665e39bf80f3d704')
+sha512sums=('287537a39e4ceeef6388dcf27c6b10fd7aceae7ab55b27f6acd608687ae695f964703e5b2ea2efbb57f7e5a6b658d7637fef5e87695fe39ae3222f8c7808ff31')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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


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

2016-06-28 Thread Andrzej Giniewicz
Date: Tuesday, June 28, 2016 @ 19:29:10
  Author: aginiewicz
Revision: 181555

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 19:29:05 UTC (rev 181554)
+++ community-i686/PKGBUILD 2016-06-28 19:29:10 UTC (rev 181555)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=blosc
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='A blocking, shuffling and loss-less compression library.'
-arch=('i686' 'x86_64')
-url='http://blosc.org/'
-license=('MIT')
-depends=('lz4' 'snappy' 'zlib')
-makedepends=('cmake')
-options=(staticlibs)
-source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-md5sums=('7d708d3daadfacf984a87b71b1734ce2')
-
-build() {
-  cd "${srcdir}"
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DPREFER_EXTERNAL_LZ4="ON" \
--DBUILD_TESTS="OFF" \
-../c-blosc-${pkgver}
-
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}

Copied: blosc/repos/community-i686/PKGBUILD (from rev 181554, 
blosc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 19:29:10 UTC (rev 181555)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=blosc
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='A blocking, shuffling and loss-less compression library.'
+arch=('i686' 'x86_64')
+url='http://blosc.org/'
+license=('MIT')
+depends=('lz4' 'snappy' 'zlib')
+makedepends=('cmake')
+options=(staticlibs)
+source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
+md5sums=('dd2d83069d74b36b8093f1c6b49defc5')
+
+build() {
+  cd "${srcdir}"
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DPREFER_EXTERNAL_LZ4="ON" \
+-DBUILD_TESTS="OFF" \
+../c-blosc-${pkgver}
+
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-28 19:29:05 UTC (rev 181554)
+++ community-x86_64/PKGBUILD   2016-06-28 19:29:10 UTC (rev 181555)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=blosc
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='A blocking, shuffling and loss-less compression library.'
-arch=('i686' 'x86_64')
-url='http://blosc.org/'
-license=('MIT')
-depends=('lz4' 'snappy' 'zlib')
-makedepends=('cmake')
-options=(staticlibs)
-source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-md5sums=('7d708d3daadfacf984a87b71b1734ce2')
-
-build() {
-  cd "${srcdir}"
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DPREFER_EXTERNAL_LZ4="ON" \
--DBUILD_TESTS="OFF" \
-../c-blosc-${pkgver}
-
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}

Copied: blosc/repos/community-x86_64/PKGBUILD (from rev 181554, 
blosc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-28 19:29:10 UTC (rev 181555)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=blosc
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='A blocking, shuffling and loss-less compression library.'
+arch=('i686' 'x86_64')
+url='http://blosc.org/'
+license=('MIT')
+depends=('lz4' 'snappy' 'zlib')
+makedepends=('cmake')
+options=(staticlibs)
+source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
+md5sums=('dd2d83069d74b36b8093f1c6b49defc5')
+
+build() {
+  cd "${srcdir}"
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DPREFER_EXTERNAL_LZ4="ON" \
+-DBUILD_TESTS="OFF" \
+

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

2016-06-28 Thread Andrzej Giniewicz
Date: Tuesday, June 28, 2016 @ 19:29:05
  Author: aginiewicz
Revision: 181554

upgpkg: blosc 1.9.2-1

blosc: new upstream release

Modified:
  blosc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 19:28:27 UTC (rev 181553)
+++ PKGBUILD2016-06-28 19:29:05 UTC (rev 181554)
@@ -2,7 +2,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=blosc
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc='A blocking, shuffling and loss-less compression library.'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake')
 options=(staticlibs)
 source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-md5sums=('7d708d3daadfacf984a87b71b1734ce2')
+md5sums=('dd2d83069d74b36b8093f1c6b49defc5')
 
 build() {
   cd "${srcdir}"


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

2016-06-28 Thread Andrzej Giniewicz
Date: Tuesday, June 28, 2016 @ 19:28:27
  Author: aginiewicz
Revision: 181553

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 19:28:24 UTC (rev 181552)
+++ PKGBUILD2016-06-28 19:28:27 UTC (rev 181553)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Atlanis 
-
-pkgbase=python-oauth2client
-pkgname=('python2-oauth2client' 'python-oauth2client')
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="A client library for OAuth 2.0"
-arch=('any')
-url="https://github.com/google/oauth2client;
-license=('Apache')
-makedepends=('python2-setuptools' 'python-setuptools' 'python-httplib2'
- 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa'
- 'python-six' 'python2-httplib2' 'python2-pyasn1'
- 'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
-source=("https://github.com/google/oauth2client/archive/v${pkgver}.tar.gz;)
-md5sums=('31cf17622b54b8c491274a5ca7dc038e')
-
-prepare() {
-  cd "$srcdir"
-
-  cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver}
-  cd oauth2client-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/oauth2client-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/oauth2client-${pkgver}
-  python setup.py build
-}
-
-package_python2-oauth2client() {
-  depends=('python2-httplib2' 'python2-pyasn1' 'python2-pyasn1-modules' 
'python2-rsa' 'python2-six')
-  optdepends=('python2-gflags: for oauth2client.tools.run function')
-
-  cd "$srcdir"/oauth2client-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-
-package_python-oauth2client() {
-  depends=('python-httplib2' 'python-pyasn1' 'python-pyasn1-modules' 
'python-rsa' 'python-six')
-
-  cd "$srcdir"/oauth2client-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-

Copied: python-oauth2client/repos/community-any/PKGBUILD (from rev 181552, 
python-oauth2client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 19:28:27 UTC (rev 181553)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Atlanis 
+
+pkgbase=python-oauth2client
+pkgname=('python2-oauth2client' 'python-oauth2client')
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="A client library for OAuth 2.0"
+arch=('any')
+url="https://github.com/google/oauth2client;
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-httplib2'
+ 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa'
+ 'python-six' 'python2-httplib2' 'python2-pyasn1'
+ 'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
+source=("https://github.com/google/oauth2client/archive/v${pkgver}.tar.gz;)
+md5sums=('9bd7416807005bddf281915c65c9ebd2')
+
+prepare() {
+  cd "$srcdir"
+
+  cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver}
+  cd oauth2client-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/oauth2client-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/oauth2client-${pkgver}
+  python setup.py build
+}
+
+package_python2-oauth2client() {
+  depends=('python2-httplib2' 'python2-pyasn1' 'python2-pyasn1-modules' 
'python2-rsa' 'python2-six')
+  optdepends=('python2-gflags: for oauth2client.tools.run function')
+
+  cd "$srcdir"/oauth2client-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+
+package_python-oauth2client() {
+  depends=('python-httplib2' 'python-pyasn1' 'python-pyasn1-modules' 
'python-rsa' 'python-six')
+
+  cd "$srcdir"/oauth2client-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+


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

2016-06-28 Thread Andrzej Giniewicz
Date: Tuesday, June 28, 2016 @ 19:28:24
  Author: aginiewicz
Revision: 181552

upgpkg: python-oauth2client 2.2.0-1

python-oauth2client: new upstream release

Modified:
  python-oauth2client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 19:26:16 UTC (rev 181551)
+++ PKGBUILD2016-06-28 19:28:24 UTC (rev 181552)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oauth2client
 pkgname=('python2-oauth2client' 'python-oauth2client')
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="A client library for OAuth 2.0"
 arch=('any')
@@ -15,7 +15,7 @@
  'python-six' 'python2-httplib2' 'python2-pyasn1'
  'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
 source=("https://github.com/google/oauth2client/archive/v${pkgver}.tar.gz;)
-md5sums=('31cf17622b54b8c491274a5ca7dc038e')
+md5sums=('9bd7416807005bddf281915c65c9ebd2')
 
 prepare() {
   cd "$srcdir"


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

2016-06-28 Thread Andreas Radke
Date: Tuesday, June 28, 2016 @ 19:27:07
  Author: andyrtr
Revision: 270776

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

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

-+
 testing-i686/PKGBUILD   |   63 ++
 testing-i686/xf86-video-intel.install   |   20 +
 testing-x86_64/PKGBUILD |   63 ++
 testing-x86_64/xf86-video-intel.install |   20 +
 4 files changed, 166 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 270775, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-28 19:27:07 UTC (rev 270776)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=cac7c8d # 7 digits
+pkgver=2.99.917+670+g${_commit}
+pkgrel=1
+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
+  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/xf86-video-intel.install (from rev 
270775, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2016-06-28 19:27:07 UTC (rev 
270776)
@@ -0,0 +1,20 @@
+post_upgrade() {
+  if (( $(vercmp $2 2.21.15) < 0 )); then
+post_install
+  fi
+}
+
+post_install() {
+  cat <>> This driver uses SNA as the default acceleration method. You can try
+falling back to UXA if you run into trouble. To do so, save a file with
+the following content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "AccelMethod"  "uxa"
+#Option  "AccelMethod"  "sna"
+  EndSection
+MSG
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 270775, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-28 19:27:07 UTC (rev 270776)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=cac7c8d # 7 digits
+pkgver=2.99.917+670+g${_commit}
+pkgrel=1
+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' 

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

2016-06-28 Thread Andreas Radke
Date: Tuesday, June 28, 2016 @ 19:26:59
  Author: andyrtr
Revision: 270775

upgpkg: xf86-video-intel 1:2.99.917+670+gcac7c8d-1

update to latest git commit

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 19:22:21 UTC (rev 270774)
+++ PKGBUILD2016-06-28 19:26:59 UTC (rev 270775)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-_commit=c28e62f # 7 digits
-pkgver=2.99.917+668+g${_commit}
+_commit=cac7c8d # 7 digits
+pkgver=2.99.917+670+g${_commit}
 pkgrel=1
 epoch=1
 arch=(i686 x86_64)


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

2016-06-28 Thread Andrzej Giniewicz
Date: Tuesday, June 28, 2016 @ 19:26:16
  Author: aginiewicz
Revision: 181551

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 19:26:13 UTC (rev 181550)
+++ PKGBUILD2016-06-28 19:26:16 UTC (rev 181551)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgbase=python-xlsxwriter
-pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="A Python module for creating Excel XLSX files"
-arch=('any')
-url="https://github.com/jmcnamara/XlsxWriter;
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
-md5sums=('91068c7888374eb99c493027cfa79f8b')
-
-prepare() {
-  cd "$srcdir"
-  cp -a XlsxWriter-RELEASE_${pkgver} XlsxWriter-py2-RELEASE_${pkgver}
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py build
-}
-
-package_python2-xlsxwriter() {
-  depends=('python2')
-
-  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/bin/vba_extract{,2}.py
-}
-
-package_python-xlsxwriter() {
-  depends=('python')
-
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-xlsxwriter/repos/community-any/PKGBUILD (from rev 181550, 
python-xlsxwriter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 19:26:16 UTC (rev 181551)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgbase=python-xlsxwriter
+pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="A Python module for creating Excel XLSX files"
+arch=('any')
+url="https://github.com/jmcnamara/XlsxWriter;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
+md5sums=('0b99ee84a0deb13bd1cf9934e4e4d8d9')
+
+prepare() {
+  cd "$srcdir"
+  cp -a XlsxWriter-RELEASE_${pkgver} XlsxWriter-py2-RELEASE_${pkgver}
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py build
+}
+
+package_python2-xlsxwriter() {
+  depends=('python2')
+
+  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir"/usr/bin/vba_extract{,2}.py
+}
+
+package_python-xlsxwriter() {
+  depends=('python')
+
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2016-06-28 Thread Andrzej Giniewicz
Date: Tuesday, June 28, 2016 @ 19:26:13
  Author: aginiewicz
Revision: 181550

upgpkg: python-xlsxwriter 0.9.2-1

python-xlsxwriter: new upstream release

Modified:
  python-xlsxwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 19:25:22 UTC (rev 181549)
+++ PKGBUILD2016-06-28 19:26:13 UTC (rev 181550)
@@ -3,7 +3,7 @@
 
 pkgbase=python-xlsxwriter
 pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=0.9.0
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
 
source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
-md5sums=('91068c7888374eb99c493027cfa79f8b')
+md5sums=('0b99ee84a0deb13bd1cf9934e4e4d8d9')
 
 prepare() {
   cd "$srcdir"


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

2016-06-28 Thread Andrzej Giniewicz
Date: Tuesday, June 28, 2016 @ 19:25:22
  Author: aginiewicz
Revision: 181549

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 19:25:15 UTC (rev 181548)
+++ PKGBUILD2016-06-28 19:25:22 UTC (rev 181549)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Aaron DeVore 
-# Contributor: David Moore 
-
-pkgbase=python-xlwt
-pkgname=('python2-xlwt' 'python-xlwt')
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Library to create spreadsheet files compatible with MS Excel 
97/2000/XP/2003 XLS files"
-arch=('any')
-url="http://www.python-excel.org/;
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://github.com/python-excel/xlwt/archive/${pkgver}.tar.gz;)
-md5sums=('27608701f6951fb8ef1162832721f4b2')
-
-build() {
-  cd "$srcdir"
-  cp -a xlwt-${pkgver} xlwt-py2-${pkgver}
-
-  msg "Building Python2"
-  cd "$srcdir"/xlwt-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/xlwt-${pkgver}
-  python setup.py build
-}
-
-package_python2-xlwt() {
-  depends=('python2')
-
-  cd "$srcdir"/xlwt-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 docs/licenses.rst 
"$pkgdir/usr/share/licenses/$pkgname/licences.rst"
-}
-
-package_python-xlwt() {
-  depends=('python')
-
-  cd "$srcdir"/xlwt-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 docs/licenses.rst 
"$pkgdir/usr/share/licenses/$pkgname/licences.rst"
-}
-

Copied: python-xlwt/repos/community-any/PKGBUILD (from rev 181548, 
python-xlwt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 19:25:22 UTC (rev 181549)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Aaron DeVore 
+# Contributor: David Moore 
+
+pkgbase=python-xlwt
+pkgname=('python2-xlwt' 'python-xlwt')
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="Library to create spreadsheet files compatible with MS Excel 
97/2000/XP/2003 XLS files"
+arch=('any')
+url="http://www.python-excel.org/;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://github.com/python-excel/xlwt/archive/${pkgver}.tar.gz;)
+md5sums=('7533c37c5908200627b754c135241b75')
+
+build() {
+  cd "$srcdir"
+  cp -a xlwt-${pkgver} xlwt-py2-${pkgver}
+
+  msg "Building Python2"
+  cd "$srcdir"/xlwt-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/xlwt-${pkgver}
+  python setup.py build
+}
+
+package_python2-xlwt() {
+  depends=('python2')
+
+  cd "$srcdir"/xlwt-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 docs/licenses.rst 
"$pkgdir/usr/share/licenses/$pkgname/licences.rst"
+}
+
+package_python-xlwt() {
+  depends=('python')
+
+  cd "$srcdir"/xlwt-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 docs/licenses.rst 
"$pkgdir/usr/share/licenses/$pkgname/licences.rst"
+}
+


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

2016-06-28 Thread Andrzej Giniewicz
Date: Tuesday, June 28, 2016 @ 19:25:15
  Author: aginiewicz
Revision: 181548

upgpkg: python-xlwt 1.1.2-1

python-xlwt: new upstream release

Modified:
  python-xlwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 19:20:50 UTC (rev 181547)
+++ PKGBUILD2016-06-28 19:25:15 UTC (rev 181548)
@@ -5,7 +5,7 @@
 
 pkgbase=python-xlwt
 pkgname=('python2-xlwt' 'python-xlwt')
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="Library to create spreadsheet files compatible with MS Excel 
97/2000/XP/2003 XLS files"
 arch=('any')
@@ -13,7 +13,7 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
 source=("https://github.com/python-excel/xlwt/archive/${pkgver}.tar.gz;)
-md5sums=('27608701f6951fb8ef1162832721f4b2')
+md5sums=('7533c37c5908200627b754c135241b75')
 
 build() {
   cd "$srcdir"


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

2016-06-28 Thread Andreas Radke
Date: Tuesday, June 28, 2016 @ 19:22:09
  Author: andyrtr
Revision: 270773

upgpkg: nano 2.6.1-1

upstream update 2.6.1

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 18:35:17 UTC (rev 270772)
+++ PKGBUILD2016-06-28 19:22:09 UTC (rev 270773)
@@ -3,7 +3,7 @@
 # Contributor: Judd 
 
 pkgname=nano
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')
 
source=(http://www.nano-editor.org/dist/v2.6/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('89051965a1de963190696348bc291b86'
+md5sums=('5154704d2f3461140e6798470e03b711'
  'SKIP')
 validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
   'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"


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

2016-06-28 Thread Andreas Radke
Date: Tuesday, June 28, 2016 @ 19:22:21
  Author: andyrtr
Revision: 270774

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

Added:
  nano/repos/testing-i686/
  nano/repos/testing-i686/PKGBUILD
(from rev 270773, nano/trunk/PKGBUILD)
  nano/repos/testing-x86_64/
  nano/repos/testing-x86_64/PKGBUILD
(from rev 270773, nano/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: nano/repos/testing-i686/PKGBUILD (from rev 270773, nano/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-28 19:22:21 UTC (rev 270774)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(http://www.nano-editor.org/dist/v2.6/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('5154704d2f3461140e6798470e03b711'
+ 'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 270773, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-28 19:22:21 UTC (rev 270774)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(http://www.nano-editor.org/dist/v2.6/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('5154704d2f3461140e6798470e03b711'
+ 'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}


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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 19:20:50
  Author: arodseth
Revision: 181547

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   60 ++--
 wordpress.install |   42 ++--
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 19:20:43 UTC (rev 181546)
+++ PKGBUILD2016-06-28 19:20:50 UTC (rev 181547)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jose Valecillos 
-# Contributor: Kaos 
-# Contributor: Christopher Rogers 
-
-pkgname=wordpress
-pkgver=4.5.2
-pkgrel=1
-pkgdesc='Blog tool and publishing platform'
-arch=('any')
-url='http://wordpress.org/'
-license=('GPL')
-depends=('php')
-optdepends=('apache: Web server to run wordpress'
-'nginx: Web server to run wordpress'
-'cherokee: Lightweight Web server to run wordpress'
-'mysql: Database server')
-options=('emptydirs')
-install="$pkgname.install"
-source=("http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('1a4d9f05142701e72413609cc30029f66af0f3b29d4ff051e888f48026d20ac9')
-
-package() {
-  install -d "$pkgdir/usr/share/webapps"
-  cp -r wordpress "$pkgdir/usr/share/webapps"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/PKGBUILD (from rev 181546, 
wordpress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 19:20:50 UTC (rev 181547)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jose Valecillos 
+# Contributor: Kaos 
+# Contributor: Christopher Rogers 
+
+pkgname=wordpress
+pkgver=4.5.3
+pkgrel=1
+pkgdesc='Blog tool and publishing platform'
+arch=('any')
+url='http://wordpress.org/'
+license=('GPL')
+depends=('php')
+optdepends=('apache: Web server to run wordpress'
+'nginx: Web server to run wordpress'
+'cherokee: Lightweight Web server to run wordpress'
+'mysql: Database server')
+options=('emptydirs')
+install="$pkgname.install"
+source=("http://wordpress.org/$pkgname-$pkgver.tar.gz;)
+sha256sums=('fd94288cd6fc657b2d8061737fcb121fc6acbe18acfcff80661e49fd2d3ee17c')
+
+package() {
+  install -d "$pkgdir/usr/share/webapps"
+  cp -r wordpress "$pkgdir/usr/share/webapps"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: wordpress.install
===
--- wordpress.install   2016-06-28 19:20:43 UTC (rev 181546)
+++ wordpress.install   2016-06-28 19:20:50 UTC (rev 181547)
@@ -1,21 +0,0 @@
-post_install() {
-  # Make uploads work
-  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
-  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
-  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
-}
-
-pre_remove() {
-  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
-  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
-}
-
-post_remove() {
-  rm -rf /usr/share/webapps/wordpress
-}
-
-post_upgrade() {
-  echo 'Wordpress is in /usr/share/webapps now'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/wordpress.install (from rev 181546, 
wordpress/trunk/wordpress.install)
===
--- wordpress.install   (rev 0)
+++ wordpress.install   2016-06-28 19:20:50 UTC (rev 181547)
@@ -0,0 +1,21 @@
+post_install() {
+  # Make uploads work
+  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
+  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
+  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
+}
+
+pre_remove() {
+  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
+  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
+}
+
+post_remove() {
+  rm -rf /usr/share/webapps/wordpress
+}
+
+post_upgrade() {
+  echo 'Wordpress is in /usr/share/webapps now'
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 19:20:43
  Author: arodseth
Revision: 181546

upgpkg: wordpress 4.5.3-1

Modified:
  wordpress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 19:20:09 UTC (rev 181545)
+++ PKGBUILD2016-06-28 19:20:43 UTC (rev 181546)
@@ -6,7 +6,7 @@
 # Contributor: Christopher Rogers 
 
 pkgname=wordpress
-pkgver=4.5.2
+pkgver=4.5.3
 pkgrel=1
 pkgdesc='Blog tool and publishing platform'
 arch=('any')
@@ -20,7 +20,7 @@
 options=('emptydirs')
 install="$pkgname.install"
 source=("http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('1a4d9f05142701e72413609cc30029f66af0f3b29d4ff051e888f48026d20ac9')
+sha256sums=('fd94288cd6fc657b2d8061737fcb121fc6acbe18acfcff80661e49fd2d3ee17c')
 
 package() {
   install -d "$pkgdir/usr/share/webapps"


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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 19:19:57
  Author: arodseth
Revision: 181544

upgpkg: moosefs 3.0.77-1

Modified:
  moosefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 19:10:58 UTC (rev 181543)
+++ PKGBUILD2016-06-28 19:19:57 UTC (rev 181544)
@@ -33,8 +33,10 @@
   make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
 
   # Move mount.moosefs from sbin to usr/bin
-  mv "$pkgdir/sbin/mount.moosefs" "$pkgdir/usr/bin/mount.moosefs"
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
   rmdir "$pkgdir/sbin"
+  rmdir "$pkgdir/usr/sbin"
 }
 
 


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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 19:20:09
  Author: arodseth
Revision: 181545

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

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

--+
 /PKGBUILD|   88 +
 /moosefs.install |   22 +
 community-i686/PKGBUILD  |   42 -
 community-i686/moosefs.install   |   11 
 community-x86_64/PKGBUILD|   42 -
 community-x86_64/moosefs.install |   11 
 6 files changed, 110 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 19:19:57 UTC (rev 181544)
+++ community-i686/PKGBUILD 2016-06-28 19:20:09 UTC (rev 181545)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=moosefs
-pkgver=3.0.77
-pkgrel=1
-pkgdesc='High performing and fault tolerant distributed file system'
-url='http://moosefs.com/'
-replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-arch=('x86_64' 'i686')
-license=('GPL2')
-depends=('fuse' 'python2' 'bash' 'xfsprogs')
-install="$pkgname.install"
-source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
-sha256sums=('07364ea631f93707e1ea12e4e6002b707d8d4eb160de20a139ae0a73c818ca29')
-
-build() {
-  cd "moosefs-${pkgver%_*}"
-
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---with-default-user=mfs \
---with-default-group=mfs \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
-
-  # Move mount.moosefs from sbin to usr/bin
-  mv "$pkgdir/sbin/mount.moosefs" "$pkgdir/usr/bin/mount.moosefs"
-  rmdir "$pkgdir/sbin"
-}
-
-
-# getver: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 181544, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 19:20:09 UTC (rev 181545)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.77
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
+sha256sums=('07364ea631f93707e1ea12e4e6002b707d8d4eb160de20a139ae0a73c818ca29')
+
+build() {
+  cd "moosefs-${pkgver%_*}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--with-default-user=mfs \
+--with-default-group=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+
+  # Move mount.moosefs from sbin to usr/bin
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
+  rmdir "$pkgdir/sbin"
+  rmdir "$pkgdir/usr/sbin"
+}
+
+
+# getver: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2016-06-28 19:19:57 UTC (rev 181544)
+++ community-i686/moosefs.install  2016-06-28 19:20:09 UTC (rev 181545)
@@ -1,11 +0,0 @@
-post_install() {
-  echo
-  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs/ can'
-  echo 'be used as a basis for writing the corresponding .cfg files.'
-  echo
-  echo 'For troubleshooting a service, like "mfschunkserver", just running'
-  echo '"/usr/bin/mfschunkserver start" can be helpful.'
-  echo
-}
-
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 181544, 
moosefs/trunk/moosefs.install)

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

2016-06-28 Thread Florian Pritz
Date: Tuesday, June 28, 2016 @ 19:10:53
  Author: bluewind
Revision: 181542

upgpkg: filezilla 3.19.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 19:05:52 UTC (rev 181541)
+++ PKGBUILD2016-06-28 19:10:53 UTC (rev 181542)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.18.0
+pkgver=3.19.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('9aaad9197ab3d80d658af8db6e8cbbcd')
+md5sums=('8cbb61393e029f4bd71cfe1d1f32adeb')


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

2016-06-28 Thread Florian Pritz
Date: Tuesday, June 28, 2016 @ 19:10:58
  Author: bluewind
Revision: 181543

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 19:10:53 UTC (rev 181542)
+++ community-i686/PKGBUILD 2016-06-28 19:10:58 UTC (rev 181543)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-pugixml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('9aaad9197ab3d80d658af8db6e8cbbcd')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 181542, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 19:10:58 UTC (rev 181543)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.19.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-pugixml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('8cbb61393e029f4bd71cfe1d1f32adeb')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-28 19:10:53 UTC (rev 181542)
+++ community-x86_64/PKGBUILD   2016-06-28 19:10:58 UTC (rev 181543)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-pugixml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('9aaad9197ab3d80d658af8db6e8cbbcd')

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 181542, 
filezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-28 19:10:58 UTC (rev 181543)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.19.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")

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

2016-06-28 Thread Antonio Rojas
Date: Tuesday, June 28, 2016 @ 19:05:52
  Author: arojas
Revision: 181541

Drop bundled pexpect

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 19:04:34 UTC (rev 181540)
+++ PKGBUILD2016-06-28 19:05:52 UTC (rev 181541)
@@ -34,11 +34,9 @@
 replaces=(sage-mathematics)
 provides=(sage-mathematics)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
-
pexpect.zip::"https://github.com/pexpect/pexpect/archive/524495960dd8898ddd30f7ba37298de51beee773.zip;
 anal.h env.patch paths.patch clean.patch skip-check.patch 
cython-sys-path.patch is-package-installed.patch package.patch
 disable-fes.patch jupyter-path.patch test-optional.patch 
python-2.7.11.patch linbox-1.4.patch ecm-7.patch)
 md5sums=('2afeb8f75a33107fef5d509698c0eabc'
- 'a346bb2c0350c1cb17d5325235c5e38a'
  'a906a180d198186a39820b0a2f9a9c63'
  'f6c62f0ccc168c5e6e3dd9d6f73f6389'
  '52d30e91110183489f66d7bf73c36c64'
@@ -124,9 +122,6 @@
   make sage/ext/interpreters/__init__.py
 
   python2 setup.py build
-
-  cd "$srcdir"/pexpect-*
-  python2 setup.py build
 }
 
 package() {
@@ -158,10 +153,4 @@
 
 # Remove sage_setup
   rm -r "$pkgdir"/usr/lib/python2.7/site-packages/sage_setup
-
-# install pexpect
-  cd "$srcdir"/pexpect-*
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mkdir -p "$pkgdir"/usr/lib/sage/site-packages/
-  mv "$pkgdir"/usr/lib/python2.7/site-packages/pexpect 
"$pkgdir"/usr/lib/sage/site-packages/
 }


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

2016-06-28 Thread Andrzej Giniewicz
Date: Tuesday, June 28, 2016 @ 19:04:25
  Author: aginiewicz
Revision: 181539

upgpkg: python-bottleneck 1.1.0-1

python-bottleneck: new upstream release

Modified:
  python-bottleneck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 18:59:10 UTC (rev 181538)
+++ PKGBUILD2016-06-28 19:04:25 UTC (rev 181539)
@@ -5,26 +5,26 @@
 
 pkgbase=python-bottleneck
 pkgname=('python2-bottleneck' 'python-bottleneck')
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="Fast NumPy array functions written in Cython"
 arch=('i686' 'x86_64')
 url="http://berkeleyanalytics.com/bottleneck/;
 license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
-source=("https://pypi.python.org/packages/source/B/Bottleneck/Bottleneck-${pkgver}.tar.gz;)
-md5sums=('380fa6f275bd24f27e7cf0e0d752f5d2')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy' 'cython' 'cython2')
+source=("https://github.com/kwgoodman/bottleneck/archive/v${pkgver}.tar.gz;)
+md5sums=('672fef459cce3bdc53ed6ae903a82f9d')
 
 build() {
   cd "$srcdir"
-  cp -a Bottleneck-${pkgver} Bottleneck-py2-${pkgver}
+  cp -a bottleneck-${pkgver} bottleneck-py2-${pkgver}
 
   msg "Building Python2"
-  cd "$srcdir"/Bottleneck-py2-${pkgver}
+  cd "$srcdir"/bottleneck-py2-${pkgver}
   python2 setup.py build
 
   msg "Building Python3"
-  cd "$srcdir"/Bottleneck-${pkgver}
+  cd "$srcdir"/bottleneck-${pkgver}
   python setup.py build
 }
 
@@ -33,7 +33,7 @@
   optdepends=('python2-nose: needed for integrated test suite'
   'python2-scipy: needed for integrated benchmarks')
 
-  cd "$srcdir"/Bottleneck-py2-${pkgver}
+  cd "$srcdir"/bottleneck-py2-${pkgver}
 
   python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
 
@@ -45,7 +45,7 @@
   optdepends=('python-nose: needed for integrated test suite'
   'python-scipy: needed for integrated benchmarks')
 
-  cd "$srcdir"/Bottleneck-${pkgver}
+  cd "$srcdir"/bottleneck-${pkgver}
 
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
 


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

2016-06-28 Thread Andrzej Giniewicz
Date: Tuesday, June 28, 2016 @ 19:04:34
  Author: aginiewicz
Revision: 181540

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 19:04:25 UTC (rev 181539)
+++ community-i686/PKGBUILD 2016-06-28 19:04:34 UTC (rev 181540)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Michael Schubert 
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgbase=python-bottleneck
-pkgname=('python2-bottleneck' 'python-bottleneck')
-pkgver=1.0.0
-pkgrel=3
-pkgdesc="Fast NumPy array functions written in Cython"
-arch=('i686' 'x86_64')
-url="http://berkeleyanalytics.com/bottleneck/;
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
-source=("https://pypi.python.org/packages/source/B/Bottleneck/Bottleneck-${pkgver}.tar.gz;)
-md5sums=('380fa6f275bd24f27e7cf0e0d752f5d2')
-
-build() {
-  cd "$srcdir"
-  cp -a Bottleneck-${pkgver} Bottleneck-py2-${pkgver}
-
-  msg "Building Python2"
-  cd "$srcdir"/Bottleneck-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/Bottleneck-${pkgver}
-  python setup.py build
-}
-
-package_python2-bottleneck() {
-  depends=('python2-numpy')
-  optdepends=('python2-nose: needed for integrated test suite'
-  'python2-scipy: needed for integrated benchmarks')
-
-  cd "$srcdir"/Bottleneck-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-bottleneck() {
-  depends=('python-numpy')
-  optdepends=('python-nose: needed for integrated test suite'
-  'python-scipy: needed for integrated benchmarks')
-
-  cd "$srcdir"/Bottleneck-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-bottleneck/repos/community-i686/PKGBUILD (from rev 181539, 
python-bottleneck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 19:04:34 UTC (rev 181540)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Michael Schubert 
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgbase=python-bottleneck
+pkgname=('python2-bottleneck' 'python-bottleneck')
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Fast NumPy array functions written in Cython"
+arch=('i686' 'x86_64')
+url="http://berkeleyanalytics.com/bottleneck/;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy' 'cython' 'cython2')
+source=("https://github.com/kwgoodman/bottleneck/archive/v${pkgver}.tar.gz;)
+md5sums=('672fef459cce3bdc53ed6ae903a82f9d')
+
+build() {
+  cd "$srcdir"
+  cp -a bottleneck-${pkgver} bottleneck-py2-${pkgver}
+
+  msg "Building Python2"
+  cd "$srcdir"/bottleneck-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/bottleneck-${pkgver}
+  python setup.py build
+}
+
+package_python2-bottleneck() {
+  depends=('python2-numpy')
+  optdepends=('python2-nose: needed for integrated test suite'
+  'python2-scipy: needed for integrated benchmarks')
+
+  cd "$srcdir"/bottleneck-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-bottleneck() {
+  depends=('python-numpy')
+  optdepends=('python-nose: needed for integrated test suite'
+  'python-scipy: needed for integrated benchmarks')
+
+  cd "$srcdir"/bottleneck-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-28 19:04:25 UTC (rev 181539)
+++ community-x86_64/PKGBUILD   2016-06-28 19:04:34 UTC (rev 181540)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 

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

2016-06-28 Thread Florian Pritz
Date: Tuesday, June 28, 2016 @ 18:59:05
  Author: bluewind
Revision: 181537

upgpkg: libfilezilla 0.5.3-1

upstream update

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 18:56:58 UTC (rev 181536)
+++ PKGBUILD2016-06-28 18:59:05 UTC (rev 181537)
@@ -2,7 +2,7 @@
 # Contributor: Martchus 
 
 pkgname=libfilezilla
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
   cd "${srcdir}/$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('be50726969cabda0f1b1c9ee432c1f4e')
+md5sums=('6192fd89318c1107b5b8095fd43dc3a5')


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

2016-06-28 Thread Florian Pritz
Date: Tuesday, June 28, 2016 @ 18:59:10
  Author: bluewind
Revision: 181538

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 18:59:05 UTC (rev 181537)
+++ community-i686/PKGBUILD 2016-06-28 18:59:10 UTC (rev 181538)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.5.2
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('i686' 'x86_64')
-url="https://filezilla-project.org/;
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2;)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('be50726969cabda0f1b1c9ee432c1f4e')

Copied: libfilezilla/repos/community-i686/PKGBUILD (from rev 181537, 
libfilezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 18:59:10 UTC (rev 181538)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.5.3
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://filezilla-project.org/;
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')
+source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2;)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('6192fd89318c1107b5b8095fd43dc3a5')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-28 18:59:05 UTC (rev 181537)
+++ community-x86_64/PKGBUILD   2016-06-28 18:59:10 UTC (rev 181538)
@@ -1,33 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.5.2
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('i686' 'x86_64')
-url="https://filezilla-project.org/;
-license=('GPL')
-depends=('gcc-libs')
-checkdepends=('cppunit')
-source=("http://downloads.sourceforge.net/project/filezilla/libfilezilla/${pkgver}/libfilezilla-${pkgver}.tar.bz2;)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('be50726969cabda0f1b1c9ee432c1f4e')

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 181537, 
libfilezilla/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-28 18:59:10 UTC (rev 181538)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.5.3
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('i686' 'x86_64')
+url="https://filezilla-project.org/;
+license=('GPL')
+depends=('gcc-libs')
+checkdepends=('cppunit')

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

2016-06-28 Thread Andrzej Giniewicz
Date: Tuesday, June 28, 2016 @ 18:56:58
  Author: aginiewicz
Revision: 181536

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 181535, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.sh
(from rev 181535, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.sh

-+
 PKGBUILD|   70 +-
 languagetool.sh |  142 +++---
 2 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 18:56:48 UTC (rev 181535)
+++ PKGBUILD2016-06-28 18:56:58 UTC (rev 181536)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=3.3
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="http://www.languagetool.org; 
-license=("LGPL")
-depends=('java-runtime-headless>=8')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-source=($pkgname-$pkgver.zip::"http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver;
 "$pkgname.sh")
-noextract=($pkgname-$pkgver.zip)
-md5sums=('6be1ee0e0c85fc13827a8511a060a3b9'
- '136387ef7979e23004330d553736a89b')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q $pkgname-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-

Copied: languagetool/repos/community-any/PKGBUILD (from rev 181535, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 18:56:58 UTC (rev 181536)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=3.4
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="http://www.languagetool.org; 
+license=("LGPL")
+depends=('java-runtime-headless>=8')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=($pkgname-$pkgver.zip::"http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver;
 "$pkgname.sh")
+noextract=($pkgname-$pkgver.zip)
+md5sums=('b86153c774e4526298ed77956d2ad16e'
+ '136387ef7979e23004330d553736a89b')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q $pkgname-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+

Deleted: languagetool.sh
===
--- languagetool.sh 2016-06-28 18:56:48 UTC (rev 181535)
+++ languagetool.sh 2016-06-28 18:56:58 UTC (rev 181536)
@@ -1,71 +0,0 @@
-#!/bin/bash
-
-file_present=false
-asked_for_help=false
-start_server=false
-http_server=false
-
-declare -a argv=("$@")
-
-i=0
-for arg in "$@"; do
-  if [[ $arg != -* ]]; then
-file_present=true
-  fi
-  if [[ $arg == --config* ]]; then
-start_server=true
-  fi
-  if [[ $arg == --http ]]; then
-start_server=true
-http_server=true
-unset argv[$i]
-  fi
-  if [[ $arg == -h ]]; then
-asked_for_help=true
-unset argv[$i]
-  fi
-  if [[ $arg == --help ]]; then
-asked_for_help=true
-unset argv[$i]
-  fi
-  ((i++))
-done
-
-CP=/usr/share/languagetool
-for name in /usr/share/java/languagetool/*.jar ; do
-  CP=$CP:$name
-done
-
-CLI_command='org.languagetool.commandline.Main'
-GUI_command='org.languagetool.gui.Main'
-NSRV_command='org.languagetool.server.HTTPServer'
-SSRV_command='org.languagetool.server.HTTPSServer'
-
-if $asked_for_help; then
-  echo "Command-line interface (CLI) help:"
-  "$JAVA_HOME/bin/java" -cp $CP $CLI_command -h | sed "s/java -jar 
languagetool-commandline.jar/languagetool/"
-  echo
-  echo "Graphical user interface (GUI) help:"
-  "$JAVA_HOME/bin/java" -cp $CP $GUI_command -h | sed "s/java 
org.languagetool.gui.Main/languagetool/"
-  echo
-  echo 

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

2016-06-28 Thread Andrzej Giniewicz
Date: Tuesday, June 28, 2016 @ 18:56:48
  Author: aginiewicz
Revision: 181535

upgpkg: languagetool 3.4-1

languagetool: new upstream release

Modified:
  languagetool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 18:45:04 UTC (rev 181534)
+++ PKGBUILD2016-06-28 18:56:48 UTC (rev 181535)
@@ -4,7 +4,7 @@
 # Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
 
 pkgname=languagetool
-pkgver=3.3
+pkgver=3.4
 pkgrel=1
 pkgdesc="An open source language checker"
 arch=('any')
@@ -17,7 +17,7 @@
 'gtk2: needed for the GUI version')
 
source=($pkgname-$pkgver.zip::"http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver;
 "$pkgname.sh")
 noextract=($pkgname-$pkgver.zip)
-md5sums=('6be1ee0e0c85fc13827a8511a060a3b9'
+md5sums=('b86153c774e4526298ed77956d2ad16e'
  '136387ef7979e23004330d553736a89b')
 
 package() {


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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 18:45:04
  Author: arodseth
Revision: 181534

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

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

--+
 /PKGBUILD|   84 +
 /moosefs.install |   22 +
 community-i686/PKGBUILD  |   38 
 community-i686/moosefs.install   |   11 
 community-x86_64/PKGBUILD|   38 
 community-x86_64/moosefs.install |   11 
 6 files changed, 106 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 18:44:52 UTC (rev 181533)
+++ community-i686/PKGBUILD 2016-06-28 18:45:04 UTC (rev 181534)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=moosefs
-pkgver=2.0.88
-pkgrel=1
-pkgdesc='High performing and fault tolerant distributed file system'
-url='http://moosefs.com/'
-replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-arch=('x86_64' 'i686')
-license=('GPL2')
-depends=('fuse' 'python2' 'bash' 'xfsprogs')
-install="$pkgname.install"
-source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
-sha256sums=('967d416b5df794aa384c13b4bcef67b2b0686face8a02d0e4a0ac3a42286b6e5')
-
-build() {
-  cd "moosefs-${pkgver%_*}"
-
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---with-default-user=mfs \
---with-default-group=mfs \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---sbindir=/usr/bin
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
-}
-
-# getver: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 181533, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 18:45:04 UTC (rev 181534)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.77
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
+sha256sums=('07364ea631f93707e1ea12e4e6002b707d8d4eb160de20a139ae0a73c818ca29')
+
+build() {
+  cd "moosefs-${pkgver%_*}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--with-default-user=mfs \
+--with-default-group=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+
+  # Move mount.moosefs from sbin to usr/bin
+  mv "$pkgdir/sbin/mount.moosefs" "$pkgdir/usr/bin/mount.moosefs"
+  rmdir "$pkgdir/sbin"
+}
+
+
+# getver: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2016-06-28 18:44:52 UTC (rev 181533)
+++ community-i686/moosefs.install  2016-06-28 18:45:04 UTC (rev 181534)
@@ -1,11 +0,0 @@
-post_install() {
-  echo
-  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs/ can'
-  echo 'be used as a basis for writing the corresponding .cfg files.'
-  echo
-  echo 'For troubleshooting a service, like "mfschunkserver", just running'
-  echo '"/usr/bin/mfschunkserver start" can be helpful.'
-  echo
-}
-
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 181533, 
moosefs/trunk/moosefs.install)
===
--- community-i686/moosefs.install  (rev 0)
+++ community-i686/moosefs.install  2016-06-28 18:45:04 UTC (rev 181534)
@@ -0,0 

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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 18:44:52
  Author: arodseth
Revision: 181533

upgpkg: moosefs 3.0.77-1

Modified:
  moosefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 18:10:54 UTC (rev 181532)
+++ PKGBUILD2016-06-28 18:44:52 UTC (rev 181533)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=moosefs
-pkgver=2.0.88
+pkgver=3.0.77
 pkgrel=1
 pkgdesc='High performing and fault tolerant distributed file system'
 url='http://moosefs.com/'
@@ -13,7 +13,7 @@
 depends=('fuse' 'python2' 'bash' 'xfsprogs')
 install="$pkgname.install"
 source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
-sha256sums=('967d416b5df794aa384c13b4bcef67b2b0686face8a02d0e4a0ac3a42286b6e5')
+sha256sums=('07364ea631f93707e1ea12e4e6002b707d8d4eb160de20a139ae0a73c818ca29')
 
 build() {
   cd "moosefs-${pkgver%_*}"
@@ -25,14 +25,18 @@
 --localstatedir=/var/lib \
 --with-default-user=mfs \
 --with-default-group=mfs \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---sbindir=/usr/bin
+--with-systemdsystemunitdir=/usr/lib/systemd/system
   make
 }
 
 package() {
   make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+
+  # Move mount.moosefs from sbin to usr/bin
+  mv "$pkgdir/sbin/mount.moosefs" "$pkgdir/usr/bin/mount.moosefs"
+  rmdir "$pkgdir/sbin"
 }
 
+
 # getver: moosefs.com/download/sources.html
 # vim:set ts=2 sw=2 et:


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

2016-06-28 Thread Sébastien Luttringer
Date: Tuesday, June 28, 2016 @ 18:35:17
  Author: seblu
Revision: 270772

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

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

--+
 testing-i686/MIT-LICENSE |   25 +++
 testing-i686/PKGBUILD|   59 +
 testing-i686/e2fsprogs.install   |   20 
 testing-i686/mke2fs.conf |   26 
 testing-x86_64/MIT-LICENSE   |   25 +++
 testing-x86_64/PKGBUILD  |   59 +
 testing-x86_64/e2fsprogs.install |   20 
 testing-x86_64/mke2fs.conf   |   26 
 8 files changed, 260 insertions(+)

Copied: e2fsprogs/repos/testing-i686/MIT-LICENSE (from rev 270771, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-i686/MIT-LICENSE(rev 0)
+++ testing-i686/MIT-LICENSE2016-06-28 18:35:17 UTC (rev 270772)
@@ -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 270771, 
e2fsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-28 18:35:17 UTC (rev 270772)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: judd 
+
+pkgname=e2fsprogs
+pkgver=1.43.1
+pkgrel=1
+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')
+install=${pkgname}.install
+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
+  

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

2016-06-28 Thread Sébastien Luttringer
Date: Tuesday, June 28, 2016 @ 18:35:00
  Author: seblu
Revision: 270771

upgpkg: e2fsprogs 1.43.1-1

Modified:
  e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 18:33:53 UTC (rev 270770)
+++ PKGBUILD2016-06-28 18:35:00 UTC (rev 270771)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=e2fsprogs
-pkgver=1.42.13
+pkgver=1.43.1
 pkgrel=1
 pkgdesc="Ext2/3/4 filesystem utilities"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 backup=('etc/mke2fs.conf')
 options=('staticlibs')
 install=${pkgname}.install
-sha1sums=('77d1412472ac5a67f8954166ec16c37616074c37'
+sha1sums=('26b75c27ba434e72ef630b160782a01b4d992b7a'
   'f4a0d5b0cdb980e3fedd6f5e7dde0b0ffb7bbdfb')
 
 


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

2016-06-28 Thread Sébastien Luttringer
Date: Tuesday, June 28, 2016 @ 18:33:53
  Author: seblu
Revision: 270770

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 270769, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 270769, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/btrfs-scrub@.service
(from rev 270769, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-i686/btrfs-scrub@.timer
(from rev 270769, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 270769, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 270769, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 270769, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 270769, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 270769, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 270769, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 270769, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 270769, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   60 
 testing-i686/btrfs-progs.install  |   15 
 testing-i686/btrfs-scrub@.service |7 +++
 testing-i686/btrfs-scrub@.timer   |   10 +
 testing-i686/initcpio-hook-btrfs  |7 +++
 testing-i686/initcpio-install-btrfs   |   17 +
 testing-x86_64/PKGBUILD   |   60 
 testing-x86_64/btrfs-progs.install|   15 
 testing-x86_64/btrfs-scrub@.service   |7 +++
 testing-x86_64/btrfs-scrub@.timer |   10 +
 testing-x86_64/initcpio-hook-btrfs|7 +++
 testing-x86_64/initcpio-install-btrfs |   17 +
 12 files changed, 232 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 270769, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-28 18:33:53 UTC (rev 270770)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.6.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad'
+ '794b867e09451284c545bae112aa0cfd'
+ 'a290e0ab88b7b4675cd20f5a2befc8cb')
+
+build() {
+  cd $pkgname
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname
+  make prefix="$pkgdir"/usr install
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 270769, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2016-06-28 18:33:53 UTC (rev 270770)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp "$2" 0.19.20121005)" < 0 )); then
+echo 'btrfs multi-device support 

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

2016-06-28 Thread Sébastien Luttringer
Date: Tuesday, June 28, 2016 @ 18:33:27
  Author: seblu
Revision: 270769

upgpkg: btrfs-progs 4.6.1-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 16:00:26 UTC (rev 270768)
+++ PKGBUILD2016-06-28 18:33:27 UTC (rev 270769)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=4.6
+pkgver=4.6.1
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')


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

2016-06-28 Thread Levente Polyak
Date: Tuesday, June 28, 2016 @ 18:10:54
  Author: anthraxx
Revision: 181532

archrelease: copy trunk to community-any

Added:
  ropper/repos/community-any/PKGBUILD
(from rev 181531, ropper/trunk/PKGBUILD)
Deleted:
  ropper/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 18:10:47 UTC (rev 181531)
+++ PKGBUILD2016-06-28 18:10:54 UTC (rev 181532)
@@ -1,68 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=ropper
-pkgname=('ropper' 'python-ropper' 'python2-ropper')
-_pkgname=Ropper
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="Show information about binary files and find gadgets to build rop 
chains for different architectures"
-url="https://github.com/sashs/Ropper;
-arch=('any')
-license=('GPL2')
-makedepends=('python-setuptools' 'python-capstone' 'python-filebytes' 
'python2-setuptools' 'python2-capstone' 'python2-filebytes')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('37dc70518a61fd6c7e34b6605e8a36442460b8a1c1bb4186519376b3dba5677241e3c670e89c523f81ed3dd43edcd9949e8a1fde3affe09b97d3bb8a4ffea4c4')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-  sed -r 's|(env python)|\12|' -i ${_pkgname}-${pkgver}-py2/sample.py
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-python test.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 test.py
-  )
-}
-
-package_ropper() {
-  depends=('python' "python-ropper>=${pkgver}")
-  optdepends=('python-keystone: assemble command support')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  rm -r "${pkgdir}/usr/lib"
-}
-
-package_python-ropper() {
-  depends=('python-capstone' 'python-filebytes')
-  optdepends=('python-keystone: assemble command support')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm 644 sample.py "${pkgdir}/usr/share/doc/${pkgname}/sample.py"
-  rm -r "${pkgdir}/usr/bin"
-}
-
-package_python2-ropper() {
-  depends=('python2-capstone' 'python2-filebytes')
-  optdepends=('python2-keystone: assemble command support')
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm 644 sample.py "${pkgdir}/usr/share/doc/${pkgname}/sample.py"
-  rm -r "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ropper/repos/community-any/PKGBUILD (from rev 181531, 
ropper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 18:10:54 UTC (rev 181532)
@@ -0,0 +1,68 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=ropper
+pkgname=('ropper' 'python-ropper' 'python2-ropper')
+_pkgname=Ropper
+pkgver=1.10.6
+pkgrel=1
+pkgdesc='Show information about binary files and find gadgets to build rop 
chains for different architectures'
+url='https://github.com/sashs/Ropper'
+arch=('any')
+license=('GPL2')
+makedepends=('python-setuptools' 'python-capstone' 'python-filebytes' 
'python2-setuptools' 'python2-capstone' 'python2-filebytes')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('e21f021b01343e18459bab3afbab3f2e3b517c66b4726b5db218beecbec252c597119ed97e897cd9400e521d11320a84064d628b372165ef8db376371da31bcb')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+  sed -r 's|(env python)|\12|' -i ${_pkgname}-${pkgver}-py2/sample.py
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+python test.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 test.py
+  )
+}
+
+package_ropper() {
+  depends=('python' "python-ropper>=${pkgver}")
+  optdepends=('python-keystone: assemble command support')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  rm -r "${pkgdir}/usr/lib"
+}
+
+package_python-ropper() {
+  depends=('python-capstone' 'python-filebytes')
+  optdepends=('python-keystone: assemble command support')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  

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

2016-06-28 Thread Levente Polyak
Date: Tuesday, June 28, 2016 @ 18:10:47
  Author: anthraxx
Revision: 181531

upgpkg: ropper 1.10.6-1

Modified:
  ropper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 17:36:26 UTC (rev 181530)
+++ PKGBUILD2016-06-28 18:10:47 UTC (rev 181531)
@@ -3,15 +3,15 @@
 pkgbase=ropper
 pkgname=('ropper' 'python-ropper' 'python2-ropper')
 _pkgname=Ropper
-pkgver=1.10.3
+pkgver=1.10.6
 pkgrel=1
-pkgdesc="Show information about binary files and find gadgets to build rop 
chains for different architectures"
-url="https://github.com/sashs/Ropper;
+pkgdesc='Show information about binary files and find gadgets to build rop 
chains for different architectures'
+url='https://github.com/sashs/Ropper'
 arch=('any')
 license=('GPL2')
 makedepends=('python-setuptools' 'python-capstone' 'python-filebytes' 
'python2-setuptools' 'python2-capstone' 'python2-filebytes')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('37dc70518a61fd6c7e34b6605e8a36442460b8a1c1bb4186519376b3dba5677241e3c670e89c523f81ed3dd43edcd9949e8a1fde3affe09b97d3bb8a4ffea4c4')
+sha512sums=('e21f021b01343e18459bab3afbab3f2e3b517c66b4726b5db218beecbec252c597119ed97e897cd9400e521d11320a84064d628b372165ef8db376371da31bcb')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}


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

2016-06-28 Thread Mihails Strasuns
Date: Tuesday, June 28, 2016 @ 17:36:26
  Author: dicebot
Revision: 181530

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 17:36:11 UTC (rev 181529)
+++ community-i686/PKGBUILD 2016-06-28 17:36:26 UTC (rev 181530)
@@ -1,98 +0,0 @@
-# Maintainer: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'libphobos-devel' 'libphobos')
-pkgdesc="D programming language compiler and standard library"
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.071.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.dlang.org;
-makedepends=('git' 'gcc' 'make' 'dmd' 'libphobos-devel')
-source=("git+http://github.com/D-Programming-Language/dmd.git#tag=v$pkgver;
-
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;
-"git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP'
-  'SKIP')
-
-[[ $CARCH == "x86_64" ]] && _archbits="64"
-[[ $CARCH == "i686" ]] && _archbits="32"
-
-build() {
-cd $srcdir/dmd/src
-echo $pkgver > ../VERSION
-make -f posix.mak MODEL=$_archbits RELEASE=1
-
-cd $srcdir/druntime
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos-devel')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'libphobos: standard D library, Phobos; shared library'
-'gcc-multilib: to cross-compile 32-bit applications'
-)
-provides=("d-compiler=$pkgver")
-license=('custom')
-backup=('etc/dmd.conf')
-
-install -Dm755 $srcdir/dmd/src/dmd $pkgdir/usr/bin/dmd
-
-mkdir -p $pkgdir/etc
-echo -e "[Environment]\nDFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib 
-L-L/usr/lib32 -L--export-dynamic" > $pkgdir/etc/dmd.conf
-
-mkdir -p $pkgdir/usr/share/man/man1
-mkdir -p $pkgdir/usr/share/man/man5
-cp -r $srcdir/dmd/docs/man/man1/* $pkgdir/usr/share/man/man1/
-cp -r $srcdir/dmd/docs/man/man5/* $pkgdir/usr/share/man/man5/
-
-install -Dm644 $srcdir/dmd/src/backendlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
-install -Dm644 $srcdir/dmd/src/boostlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend
-
-mkdir -p $pkgdir/usr/share/d/samples/
-cp -r $srcdir/dmd/samples/* $pkgdir/usr/share/d/samples/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-chmod 755 $pkgdir/usr/bin/*
-}
-
-package_libphobos-devel() {
-pkgdesc="The Phobos standard library for D programming language. Modules 
and static library."
-options=("staticlibs")
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
-license=("custom")
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.a 
$pkgdir/usr/lib/libphobos2.a
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-mkdir -p $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/phobos/{*.d,etc,std} $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/druntime/import/* $pkgdir/usr/include/dlang/dmd/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_libphobos() {
-pkgdesc="The Phobos standard library for D programming language."
-depends=("curl")
-license=("custom")
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.so 
$pkgdir/usr/lib/libphobos2.so
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dmd/repos/community-i686/PKGBUILD (from rev 181529, dmd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)

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

2016-06-28 Thread Mihails Strasuns
Date: Tuesday, June 28, 2016 @ 17:36:11
  Author: dicebot
Revision: 181529

upgpkg: dmd 2.071.1-1

DMD 2.071.1

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 17:27:44 UTC (rev 181528)
+++ PKGBUILD2016-06-28 17:36:11 UTC (rev 181529)
@@ -9,8 +9,8 @@
 pkgdesc="D programming language compiler and standard library"
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.071.0
-pkgrel=2
+pkgver=2.071.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.dlang.org;
 makedepends=('git' 'gcc' 'make' 'dmd' 'libphobos-devel')


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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 17:27:44
  Author: arodseth
Revision: 181528

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 17:27:36 UTC (rev 181527)
+++ PKGBUILD2016-06-28 17:27:44 UTC (rev 181528)
@@ -1,43 +0,0 @@
-#$Id$
-# Maintainer:
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
-arch=('any')
-url="https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('13fc160b30eb35407a531447b5c86dbc2a31e5c4d92c6e50e2cb823fa1119cd8')
-
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $pkgname-$pkgver
-
-perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check(){
-cd $pkgname-$pkgver
-
-make test
-}
-
-package() {
-cd $pkgname-$pkgver
-
-make install DESTDIR=$pkgdir
-rm -r "$pkgdir/usr/lib/"
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 181527, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 17:27:44 UTC (rev 181528)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.2.2
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('f70f4a634548a295b5479ce4cf616bcc7375af6dfe31c21a7c18e0903f366632')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+optdepends=(
+  'perl-json-xs: faster JSON to HASH conversion'
+  'perl-lwp-useragent-cached: cache support'
+  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
+  'perl-term-readline-gnu: for better STDIN support'
+  'youtube-dl: for playing videos with encrypted signatures'
+  'wget: for downloading videos with wget'
+  'mplayer: for playing the videos with MPlayer'
+  'vlc: for playing the videos with VLC'
+  'mpv: for playing the videos with MPV (recommended)'
+)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+  make -C "$pkgname-$pkgver" test
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+  rm -r "$pkgdir/usr/lib"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 17:27:36
  Author: arodseth
Revision: 181527

upgpkg: youtube-viewer 1:3.2.2-1

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 17:22:50 UTC (rev 181526)
+++ PKGBUILD2016-06-28 17:27:36 UTC (rev 181527)
@@ -1,43 +1,44 @@
 #$Id$
-# Maintainer:
+# Maintainer: Alexander F Rødseth 
 # Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
 # Contributor: Trizen 
 
 pkgname=youtube-viewer
 epoch=1
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
+pkgdesc='Command line utility for viewing YouTube videos'
 arch=('any')
-url="https://github.com/trizen/youtube-viewer;
+url='https://github.com/trizen/youtube-viewer'
 license=('GPL3')
 source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('13fc160b30eb35407a531447b5c86dbc2a31e5c4d92c6e50e2cb823fa1119cd8')
-
+sha256sums=('f70f4a634548a295b5479ce4cf616bcc7375af6dfe31c21a7c18e0903f366632')
 depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
+optdepends=(
+  'perl-json-xs: faster JSON to HASH conversion'
+  'perl-lwp-useragent-cached: cache support'
+  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
+  'perl-term-readline-gnu: for better STDIN support'
+  'youtube-dl: for playing videos with encrypted signatures'
+  'wget: for downloading videos with wget'
+  'mplayer: for playing the videos with MPlayer'
+  'vlc: for playing the videos with VLC'
+  'mpv: for playing the videos with MPV (recommended)'
+)
 
-
 build() {
-cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
 
-perl Makefile.PL INSTALLDIRS=vendor
+  perl Makefile.PL INSTALLDIRS=vendor
 }
 
 check(){
-cd $pkgname-$pkgver
-
-make test
+  make -C "$pkgname-$pkgver" test
 }
 
 package() {
-cd $pkgname-$pkgver
+  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+  rm -r "$pkgdir/usr/lib"
+}
 
-make install DESTDIR=$pkgdir
-rm -r "$pkgdir/usr/lib/"
-}
+# vim:set ts=2 sw=2 et:


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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 17:17:41
  Author: arodseth
Revision: 181524

archrelease: copy trunk to community-any

Added:
  jedit/repos/community-any/PKGBUILD
(from rev 181523, jedit/trunk/PKGBUILD)
  jedit/repos/community-any/jedit.props
(from rev 181523, jedit/trunk/jedit.props)
  jedit/repos/community-any/jedit.sh
(from rev 181523, jedit/trunk/jedit.sh)
  jedit/repos/community-any/jeditbg.sh
(from rev 181523, jedit/trunk/jeditbg.sh)
Deleted:
  jedit/repos/community-any/PKGBUILD
  jedit/repos/community-any/jedit.props
  jedit/repos/community-any/jedit.sh
  jedit/repos/community-any/jeditbg.sh

-+
 PKGBUILD|   98 ++---
 jedit.props |  126 +-
 jedit.sh|   36 
 jeditbg.sh  |6 +-
 4 files changed, 132 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 17:15:48 UTC (rev 181523)
+++ PKGBUILD2016-06-28 17:17:41 UTC (rev 181524)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel J Griffiths 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jeff Mickey 
-# Contributor: Dusty Phillips 
-
-pkgname=jedit
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Text editor for programmers'
-arch=('any')
-url='http://jedit.org/'
-license=('GPL')
-depends=('java-runtime')
-makedepends=('apache-ant' 'gendesk' 'unzip' 'maven' 'java-environment' 
'apache-ivy')
-optdepends=('java-environment: for java development'
-'noto-fonts: a usable font')
-options=('!emptydirs')
-source=('jedit.sh'
-'jeditbg.sh'
-'jedit.props'
-
"http://sourceforge.net/projects/jedit/files/jedit/$pkgver/jedit-${pkgver}-noarch-1sao.tgz;)
-sha256sums=('ae53cda453152dd7835d6428910171ca1383bb5e36a4b9b1164d98a940f6ed10'
-'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915'
-'dc5fe0050321d4f34bce556895fbc39cc6f7df194e14eb4f6ea53166a4d82347'
-'888740e33376781cd991ba7ba6abfa3ac1fe79cd939f5278ae7310f6a2084855')
-
-prepare() {
-  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --exec 'jeditbg %U' \
---name 'jEdit' --genericname 'Editor'
-}
-
-package() {
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/"{doc,java}
-  cp -r "usr/doc/$pkgname-$pkgver" "$pkgdir/usr/share/doc/$pkgname"
-  cp -r "usr/share/$pkgname-$pkgver" "$pkgdir/usr/share/java/$pkgname"
-
-  # Launchers, properties and desktop shortcuts
-  install -Dm755 jedit.sh "$pkgdir/usr/bin/jedit"
-  install -Dm755 jeditbg.sh "$pkgdir/usr/bin/jeditbg"
-  install -Dm644 jedit.props "$pkgdir/usr/share/jedit/default.props"
-  install -Dm644 jedit.desktop "$pkgdir/usr/share/applications/jedit.desktop"
-  install -Dm644 "$pkgdir/usr/share/java/jedit/doc/jedit.png" \
-"$pkgdir/usr/share/pixmaps/jedit.png"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jedit/repos/community-any/PKGBUILD (from rev 181523, 
jedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 17:17:41 UTC (rev 181524)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel J Griffiths 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jeff Mickey 
+# Contributor: Dusty Phillips 
+
+pkgname=jedit
+pkgver=5.3.0
+pkgrel=4
+pkgdesc='Editor for programmers'
+arch=('any')
+url='http://jedit.org/'
+license=('GPL')
+depends=('java-runtime')
+makedepends=('gendesk')
+optdepends=('java-environment: for java development'
+'noto-fonts: perfectly usable font')
+options=('!emptydirs')
+source=('jedit.sh'
+'jeditbg.sh'
+'jedit.props'
+
"http://sourceforge.net/projects/jedit/files/jedit/$pkgver/jedit-${pkgver}-noarch-1sao.tgz;)
+sha256sums=('ae53cda453152dd7835d6428910171ca1383bb5e36a4b9b1164d98a940f6ed10'
+'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915'
+'dc5fe0050321d4f34bce556895fbc39cc6f7df194e14eb4f6ea53166a4d82347'
+'888740e33376781cd991ba7ba6abfa3ac1fe79cd939f5278ae7310f6a2084855')
+
+prepare() {
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --exec 'jeditbg %U' \
+--name 'jEdit' --genericname 'Editor'
+}
+
+package() {
+  install -d "$pkgdir/usr/share/"{doc,java}
+  cp -r "usr/doc/$pkgname-$pkgver" "$pkgdir/usr/share/doc/$pkgname"
+  cp -r "usr/share/$pkgname-$pkgver" "$pkgdir/usr/share/java/$pkgname"
+
+  # Launchers, properties and desktop shortcuts
+  install -Dm755 jedit.sh "$pkgdir/usr/bin/jedit"
+  install -Dm755 jeditbg.sh "$pkgdir/usr/bin/jeditbg"
+  install -Dm644 jedit.props "$pkgdir/usr/share/jedit/default.props"
+  

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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 17:22:42
  Author: arodseth
Revision: 181525

upgpkg: python-pexpect 4.1.0-1

Modified:
  python-pexpect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 17:17:41 UTC (rev 181524)
+++ PKGBUILD2016-06-28 17:22:42 UTC (rev 181525)
@@ -3,8 +3,8 @@
 # Contributor: Aaron Schaefer 
 
 pkgname=('python-pexpect' 'python2-pexpect')
-pkgver=4.0.1
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
 pkgdesc='Make Python a better tool for controlling and automating other 
programs'
 arch=('any')
 url='http://pexpect.readthedocs.org/en/stable/'
@@ -12,8 +12,8 @@
 makedepends=('python' 'python2')
 conflicts=('python-pexpect<=2.4')
 replaces=('python-pexpect<=2.4')
-source=("http://pypi.python.org/packages/source/p/pexpect/pexpect-$pkgver.tar.gz;)
-sha256sums=('232795ebcaaf2e120396dbbaa3a129eda51757eeaae1911558f4ef8ee414fc6c')
+source=("https://pypi.python.org/packages/56/2b/9c9c113fb88082950067a42cc99e3c61f1df72035f89bb0bdf0a60308ca0/pexpect-$pkgver.tar.gz;)
+md5sums=('562a1a21f2a60b36dfd5d906dbf0943e')
 
 prepare() {
   cp -r "pexpect-$pkgver" "python2-pexpect-$pkgver"


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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 17:22:50
  Author: arodseth
Revision: 181526

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 17:22:42 UTC (rev 181525)
+++ PKGBUILD2016-06-28 17:22:50 UTC (rev 181526)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Aaron Schaefer 
-
-pkgname=('python-pexpect' 'python2-pexpect')
-pkgver=4.0.1
-pkgrel=2
-pkgdesc='Make Python a better tool for controlling and automating other 
programs'
-arch=('any')
-url='http://pexpect.readthedocs.org/en/stable/'
-license=('MIT')
-makedepends=('python' 'python2')
-conflicts=('python-pexpect<=2.4')
-replaces=('python-pexpect<=2.4')
-source=("http://pypi.python.org/packages/source/p/pexpect/pexpect-$pkgver.tar.gz;)
-sha256sums=('232795ebcaaf2e120396dbbaa3a129eda51757eeaae1911558f4ef8ee414fc6c')
-
-prepare() {
-  cp -r "pexpect-$pkgver" "python2-pexpect-$pkgver"
-  sed -i 's:env python:env python2:' "python2-pexpect-$pkgver/pexpect/FSM.py"
-}
-
-package_python-pexpect() {
-  depends+=('python' 'python-ptyprocess')
-  cd "pexpect-$pkgver"
-  python setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-
-package_python2-pexpect() {
-  depends+=('python2' 'python2-ptyprocess')
-  cd "python2-pexpect-$pkgver"
-  python2 setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pexpect/repos/community-any/PKGBUILD (from rev 181525, 
python-pexpect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 17:22:50 UTC (rev 181526)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Aaron Schaefer 
+
+pkgname=('python-pexpect' 'python2-pexpect')
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='Make Python a better tool for controlling and automating other 
programs'
+arch=('any')
+url='http://pexpect.readthedocs.org/en/stable/'
+license=('MIT')
+makedepends=('python' 'python2')
+conflicts=('python-pexpect<=2.4')
+replaces=('python-pexpect<=2.4')
+source=("https://pypi.python.org/packages/56/2b/9c9c113fb88082950067a42cc99e3c61f1df72035f89bb0bdf0a60308ca0/pexpect-$pkgver.tar.gz;)
+md5sums=('562a1a21f2a60b36dfd5d906dbf0943e')
+
+prepare() {
+  cp -r "pexpect-$pkgver" "python2-pexpect-$pkgver"
+  sed -i 's:env python:env python2:' "python2-pexpect-$pkgver/pexpect/FSM.py"
+}
+
+package_python-pexpect() {
+  depends+=('python' 'python-ptyprocess')
+  cd "pexpect-$pkgver"
+  python setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+
+package_python2-pexpect() {
+  depends+=('python2' 'python2-ptyprocess')
+  cd "python2-pexpect-$pkgver"
+  python2 setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 17:15:48
  Author: arodseth
Revision: 181523

upgpkg: jedit 5.3.0-4

Modified:
  jedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 17:14:39 UTC (rev 181522)
+++ PKGBUILD2016-06-28 17:15:48 UTC (rev 181523)
@@ -32,8 +32,6 @@
 }
 
 package() {
-  cd "$srcdir"
-
   install -d "$pkgdir/usr/share/"{doc,java}
   cp -r "usr/doc/$pkgname-$pkgver" "$pkgdir/usr/share/doc/$pkgname"
   cp -r "usr/share/$pkgname-$pkgver" "$pkgdir/usr/share/java/$pkgname"


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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 17:14:39
  Author: arodseth
Revision: 181522

upgpkg: jedit 5.3.0-4

Modified:
  jedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 17:10:58 UTC (rev 181521)
+++ PKGBUILD2016-06-28 17:14:39 UTC (rev 181522)
@@ -7,15 +7,15 @@
 
 pkgname=jedit
 pkgver=5.3.0
-pkgrel=3
-pkgdesc='Text editor for programmers'
+pkgrel=4
+pkgdesc='Editor for programmers'
 arch=('any')
 url='http://jedit.org/'
 license=('GPL')
 depends=('java-runtime')
-makedepends=('apache-ant' 'gendesk' 'unzip' 'maven' 'java-environment' 
'apache-ivy')
+makedepends=('gendesk')
 optdepends=('java-environment: for java development'
-'noto-fonts: a usable font')
+'noto-fonts: perfectly usable font')
 options=('!emptydirs')
 source=('jedit.sh'
 'jeditbg.sh'


[arch-commits] Commit in jedit/repos/community-any (9 files)

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 17:10:58
  Author: arodseth
Revision: 181521

archrelease: copy trunk to community-any

Added:
  jedit/repos/community-any/PKGBUILD
(from rev 181520, jedit/trunk/PKGBUILD)
  jedit/repos/community-any/jedit.props
(from rev 181520, jedit/trunk/jedit.props)
  jedit/repos/community-any/jedit.sh
(from rev 181520, jedit/trunk/jedit.sh)
  jedit/repos/community-any/jeditbg.sh
(from rev 181520, jedit/trunk/jeditbg.sh)
Deleted:
  jedit/repos/community-any/PKGBUILD
  jedit/repos/community-any/jedit.install
  jedit/repos/community-any/jedit.props
  jedit/repos/community-any/jedit.sh
  jedit/repos/community-any/jeditbg.sh

---+
 PKGBUILD  |  126 ++--
 jedit.install |   13 -
 jedit.props   |  126 
 jedit.sh  |   34 ---
 jeditbg.sh|6 +-
 5 files changed, 134 insertions(+), 171 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 17:10:49 UTC (rev 181520)
+++ PKGBUILD2016-06-28 17:10:58 UTC (rev 181521)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel J Griffiths 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jeff Mickey 
-# Contributor: Dusty Phillips 
-
-# Does not currently build in a chroot.
-
-pkgname=jedit
-pkgver=5.3.0
-pkgrel=2
-pkgdesc='Text editor for programmers'
-arch=('any')
-url='http://www.jedit.org/'
-license=('GPL')
-depends=('java-runtime' 'desktop-file-utils')
-makedepends=('apache-ant' 'gendesk' 'unzip' 'tar')
-optdepends=('java-environment: for java development'
-'noto-fonts: usable font')
-options=('!emptydirs')
-install=$pkgname.install
-noextract=("${pkgname}${pkgver}install.jar")
-source=('jedit.sh'
-'jeditbg.sh'
-'jedit.props'
-
"http://sourceforge.net/projects/jedit/files/jedit/$pkgver/jedit${pkgver}source.tar.bz2;)
-sha256sums=('b2e5a8f2f4818b336b5d71f677114f1bc01e929d7fa60918675cc2234dae1a3a'
-'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915'
-'dc5fe0050321d4f34bce556895fbc39cc6f7df194e14eb4f6ea53166a4d82347'
-'8d56d036be4dd45254748f063ade01293b862a615cdff6aed274ab58085f6304')
-
-prepare() {
-  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --exec 'jeditbg %U' \
---name 'jEdit' --genericname 'Editor'
-
-  # Extract the documentation so that it can be installed manually
-  #unzip "${pkgname}${pkgver}install.jar"
-  #tar jxf installer/jedit-api.tar.bz2
-}
-
-build() {
-  cd jEdit
-
-  ant dist-java
-}
-
-package() {
-  install -d "$pkgdir/usr/share/java/$pkgdir" \
-"$pkgdir/usr/bin" \
-"$pkgdir/usr/share/man/man1"
-
-  cd jEdit/dist
-
-  # Run the installer
-  (java -jar "${pkgname}${pkgver}install.jar" auto \
-"$pkgdir/usr/share/java/$pkgname/" \
-unix-script="$pkgdir/usr/bin/" \
-unix-man="$pkgdir/usr/share/man/man1/" 2>&1) > inst.log
-
-  cd "$srcdir"
-
-  # Launchers, properties and desktop shortcuts
-  install -Dm755 jedit.sh "$pkgdir/usr/bin/jedit"
-  install -Dm755 jeditbg.sh "$pkgdir/usr/bin/jeditbg"
-  install -Dm644 jedit.props "$pkgdir/usr/share/jedit/default.props"
-  install -Dm644 jedit.desktop "$pkgdir/usr/share/applications/jedit.desktop"
-  install -Dm644 "$pkgdir/usr/share/java/jedit/doc/jedit.png" \
-"$pkgdir/usr/share/pixmaps/jedit.png"
-
-  # The missing documentation files
-  cd jEdit
-  cp -ru doc "$pkgdir/usr/share/java/jedit/doc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jedit/repos/community-any/PKGBUILD (from rev 181520, 
jedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 17:10:58 UTC (rev 181521)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel J Griffiths 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jeff Mickey 
+# Contributor: Dusty Phillips 
+
+pkgname=jedit
+pkgver=5.3.0
+pkgrel=3
+pkgdesc='Text editor for programmers'
+arch=('any')
+url='http://jedit.org/'
+license=('GPL')
+depends=('java-runtime')
+makedepends=('apache-ant' 'gendesk' 'unzip' 'maven' 'java-environment' 
'apache-ivy')
+optdepends=('java-environment: for java development'
+'noto-fonts: a usable font')
+options=('!emptydirs')
+source=('jedit.sh'
+'jeditbg.sh'
+'jedit.props'
+
"http://sourceforge.net/projects/jedit/files/jedit/$pkgver/jedit-${pkgver}-noarch-1sao.tgz;)
+sha256sums=('ae53cda453152dd7835d6428910171ca1383bb5e36a4b9b1164d98a940f6ed10'
+'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915'
+

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

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 17:10:49
  Author: arodseth
Revision: 181520

upgpkg: jedit 5.3.0-3

Modified:
  jedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 17:07:02 UTC (rev 181519)
+++ PKGBUILD2016-06-28 17:10:49 UTC (rev 181520)
@@ -21,7 +21,7 @@
 'jeditbg.sh'
 'jedit.props'
 
"http://sourceforge.net/projects/jedit/files/jedit/$pkgver/jedit-${pkgver}-noarch-1sao.tgz;)
-sha256sums=('b2e5a8f2f4818b336b5d71f677114f1bc01e929d7fa60918675cc2234dae1a3a'
+sha256sums=('ae53cda453152dd7835d6428910171ca1383bb5e36a4b9b1164d98a940f6ed10'
 'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915'
 'dc5fe0050321d4f34bce556895fbc39cc6f7df194e14eb4f6ea53166a4d82347'
 '888740e33376781cd991ba7ba6abfa3ac1fe79cd939f5278ae7310f6a2084855')


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

2016-06-28 Thread Daniel Micay
Date: Tuesday, June 28, 2016 @ 17:07:02
  Author: thestinger
Revision: 181519

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 181518, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 181518, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 181518, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 181518, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 181518, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 181518, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 181518, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 181518, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 181518, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 181518, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 181518, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 181518, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  624 
 /change-default-console-loglevel.patch |   22 
 /config|16142 +++
 /config.x86_64 |15554 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  312 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8071 ---
 community-i686/config.x86_64   |  ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  312 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8071 ---
 community-x86_64/config.x86_64 |  ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 32444 insertions(+), 32444 deletions(-)

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


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

2016-06-28 Thread Daniel Micay
Date: Tuesday, June 28, 2016 @ 17:05:54
  Author: thestinger
Revision: 181518

upgpkg: linux-grsec 4.5.7.201606280009-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 16:58:50 UTC (rev 181517)
+++ PKGBUILD2016-06-28 17:05:54 UTC (rev 181518)
@@ -9,7 +9,7 @@
 _srcname=linux-4.5
 _pkgver=4.5.7
 _grsecver=3.1
-_timestamp=201606262019
+_timestamp=201606280009
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 '8fc8b46b44e49d5472745484751ba653be0c0e04554749ad276f3d0bc56a9bb3'
 'SKIP'
-'ed06c8cd44c386ff5a52777d519fd7c6da8621ce7051ecc4d1b8ca4aab381520'
+'6eed0b2e622ab5e0f841a03766832c2a6c4511215c1790a9db506ce80d8252b6'
 'SKIP'
 '1406610d5d8f3e5af1e5c462209724769a52c69e70b3c8008fdec68c1ac407e0'
 'd9f9f734c133f3a9ad3945eedd074492890e9959cfae1feb707d520f5db56ef2'


[arch-commits] Commit in jedit/trunk (PKGBUILD jedit.sh)

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 16:58:50
  Author: arodseth
Revision: 181517

Using the jEdit slackware package as basis instead of the jar installer

Modified:
  jedit/trunk/PKGBUILD
  jedit/trunk/jedit.sh

--+
 PKGBUILD |   45 ++---
 jedit.sh |   12 +++-
 2 files changed, 17 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 16:46:53 UTC (rev 181516)
+++ PKGBUILD2016-06-28 16:58:50 UTC (rev 181517)
@@ -5,60 +5,39 @@
 # Contributor: Jeff Mickey 
 # Contributor: Dusty Phillips 
 
-# TODO Fix problems when building in a chroot
-
 pkgname=jedit
 pkgver=5.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Text editor for programmers'
 arch=('any')
-url='http://www.jedit.org/'
+url='http://jedit.org/'
 license=('GPL')
 depends=('java-runtime')
-makedepends=('apache-ant' 'gendesk' 'unzip' 'tar' 'maven' 'java-environment' 
'apache-ivy')
+makedepends=('apache-ant' 'gendesk' 'unzip' 'maven' 'java-environment' 
'apache-ivy')
 optdepends=('java-environment: for java development'
-'noto-fonts: usable font')
+'noto-fonts: a usable font')
 options=('!emptydirs')
-noextract=("${pkgname}${pkgver}install.jar")
 source=('jedit.sh'
 'jeditbg.sh'
 'jedit.props'
-
"http://sourceforge.net/projects/jedit/files/jedit/$pkgver/jedit${pkgver}source.tar.bz2;)
+
"http://sourceforge.net/projects/jedit/files/jedit/$pkgver/jedit-${pkgver}-noarch-1sao.tgz;)
 sha256sums=('b2e5a8f2f4818b336b5d71f677114f1bc01e929d7fa60918675cc2234dae1a3a'
 'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915'
 'dc5fe0050321d4f34bce556895fbc39cc6f7df194e14eb4f6ea53166a4d82347'
-'8d56d036be4dd45254748f063ade01293b862a615cdff6aed274ab58085f6304')
+'888740e33376781cd991ba7ba6abfa3ac1fe79cd939f5278ae7310f6a2084855')
 
 prepare() {
   gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --exec 'jeditbg %U' \
 --name 'jEdit' --genericname 'Editor'
-
-  # Extract the documentation so that it can be installed manually
-  #unzip "${pkgname}${pkgver}install.jar"
-  #tar jxf installer/jedit-api.tar.bz2
 }
 
-build() {
-  cd jEdit
-
-  ant -k dist-java
-}
-
 package() {
-  install -d "$pkgdir/usr/share/java/$pkgdir" \
-"$pkgdir/usr/bin" \
-"$pkgdir/usr/share/man/man1"
+  cd "$srcdir"
 
-  cd jEdit/dist
+  install -d "$pkgdir/usr/share/"{doc,java}
+  cp -r "usr/doc/$pkgname-$pkgver" "$pkgdir/usr/share/doc/$pkgname"
+  cp -r "usr/share/$pkgname-$pkgver" "$pkgdir/usr/share/java/$pkgname"
 
-  # Run the installer
-  (java -jar "${pkgname}${pkgver}install.jar" auto \
-"$pkgdir/usr/share/java/$pkgname/" \
-unix-script="$pkgdir/usr/bin/" \
-unix-man="$pkgdir/usr/share/man/man1/" 2>&1) > inst.log
-
-  cd "$srcdir"
-
   # Launchers, properties and desktop shortcuts
   install -Dm755 jedit.sh "$pkgdir/usr/bin/jedit"
   install -Dm755 jeditbg.sh "$pkgdir/usr/bin/jeditbg"
@@ -66,10 +45,6 @@
   install -Dm644 jedit.desktop "$pkgdir/usr/share/applications/jedit.desktop"
   install -Dm644 "$pkgdir/usr/share/java/jedit/doc/jedit.png" \
 "$pkgdir/usr/share/pixmaps/jedit.png"
-
-  # The missing documentation files
-  cd jEdit
-  cp -ru doc "$pkgdir/usr/share/java/jedit/doc"
 }
 
 # vim:set ts=2 sw=2 et:

Modified: jedit.sh
===
--- jedit.sh2016-06-28 16:46:53 UTC (rev 181516)
+++ jedit.sh2016-06-28 16:58:50 UTC (rev 181517)
@@ -1,16 +1,18 @@
 #!/bin/sh
+
 # Runs jEdit - Programmer's Text Editor
 
-# If $HOME/.jedit or $HOME/.jedit/properties exists, don't do anything.
-# If not, copy in a default property file.
+# If both $HOME/.jedit and $HOME/.jedit/properties doesn't exist,
+# copy in a default property file.
 if [ ! -e $HOME/.jedit ]; then
   if [ ! -e $HOME/.jedit/properties ]; then
-mkdir $HOME/.jedit
-   cp /usr/share/jedit/default.props $HOME/.jedit/properties
+mkdir -p "$HOME/.jedit"
+cp "/usr/share/jedit/default.prop"s "$HOME/.jedit/properties"
   fi
 fi
 
-# Set jvm heap initial and maximum sizes (in megabytes).
+# Set the initial and maximum JVM heap size
 JAVA_HEAP_MAX_SIZE=192
 
+# Start jEdit
 exec java -Xmx${JAVA_HEAP_MAX_SIZE}M -Dawt.useSystemAAFontSettings=lcd -jar 
"/usr/share/java/jedit/jedit.jar" "$@"


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

2016-06-28 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 16:46:53
  Author: felixonmars
Revision: 181516

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

Added:
  python-fastpbkdf2/repos/community-i686/
  python-fastpbkdf2/repos/community-i686/PKGBUILD
(from rev 181515, python-fastpbkdf2/trunk/PKGBUILD)
  python-fastpbkdf2/repos/community-x86_64/
  python-fastpbkdf2/repos/community-x86_64/PKGBUILD
(from rev 181515, python-fastpbkdf2/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   50 
 community-x86_64/PKGBUILD |   50 
 2 files changed, 100 insertions(+)

Copied: python-fastpbkdf2/repos/community-i686/PKGBUILD (from rev 181515, 
python-fastpbkdf2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 16:46:53 UTC (rev 181516)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-fastpbkdf2
+pkgname=(python-fastpbkdf2 python2-fastpbkdf2)
+pkgver=0.1
+pkgrel=1
+pkgdesc="A faster implementation of PBKDF2"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="https://github.com/Ayrx/python-fastpbkdf2;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner') 
+source=("git+https://github.com/Ayrx/python-fastpbkdf2.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-fastpbkdf2{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-fastpbkdf2
+  python setup.py build
+
+  cd "$srcdir"/python-fastpbkdf2-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-fastpbkdf2
+  python setup.py ptr
+
+  cd "$srcdir"/python-fastpbkdf2-py2
+  python2 setup.py ptr
+}
+
+package_python-fastpbkdf2() {
+  depends=('python-cffi' 'python-six')
+
+  cd python-fastpbkdf2
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-fastpbkdf2() {
+  depends=('python2-cffi' 'python2-six')
+
+  cd python-fastpbkdf2-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}

Copied: python-fastpbkdf2/repos/community-x86_64/PKGBUILD (from rev 181515, 
python-fastpbkdf2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-28 16:46:53 UTC (rev 181516)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-fastpbkdf2
+pkgname=(python-fastpbkdf2 python2-fastpbkdf2)
+pkgver=0.1
+pkgrel=1
+pkgdesc="A faster implementation of PBKDF2"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="https://github.com/Ayrx/python-fastpbkdf2;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner') 
+source=("git+https://github.com/Ayrx/python-fastpbkdf2.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-fastpbkdf2{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-fastpbkdf2
+  python setup.py build
+
+  cd "$srcdir"/python-fastpbkdf2-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-fastpbkdf2
+  python setup.py ptr
+
+  cd "$srcdir"/python-fastpbkdf2-py2
+  python2 setup.py ptr
+}
+
+package_python-fastpbkdf2() {
+  depends=('python-cffi' 'python-six')
+
+  cd python-fastpbkdf2
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-fastpbkdf2() {
+  depends=('python2-cffi' 'python2-six')
+
+  cd python-fastpbkdf2-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


[arch-commits] Commit in (4 files)

2016-06-28 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 16:46:04
  Author: felixonmars
Revision: 181515

addpkg: python-fastpbkdf2 0.1-1

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

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

Added: python-fastpbkdf2/trunk/PKGBUILD
===
--- python-fastpbkdf2/trunk/PKGBUILD(rev 0)
+++ python-fastpbkdf2/trunk/PKGBUILD2016-06-28 16:46:04 UTC (rev 181515)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-fastpbkdf2
+pkgname=(python-fastpbkdf2 python2-fastpbkdf2)
+pkgver=0.1
+pkgrel=1
+pkgdesc="A faster implementation of PBKDF2"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="https://github.com/Ayrx/python-fastpbkdf2;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner') 
+source=("git+https://github.com/Ayrx/python-fastpbkdf2.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-fastpbkdf2{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-fastpbkdf2
+  python setup.py build
+
+  cd "$srcdir"/python-fastpbkdf2-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-fastpbkdf2
+  python setup.py ptr
+
+  cd "$srcdir"/python-fastpbkdf2-py2
+  python2 setup.py ptr
+}
+
+package_python-fastpbkdf2() {
+  depends=('python-cffi' 'python-six')
+
+  cd python-fastpbkdf2
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-fastpbkdf2() {
+  depends=('python2-cffi' 'python2-six')
+
+  cd python-fastpbkdf2-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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


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

2016-06-28 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 16:09:57
  Author: felixonmars
Revision: 181508

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 181507, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 16:09:40 UTC (rev 181507)
+++ PKGBUILD2016-06-28 16:09:57 UTC (rev 181508)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-pkgver=3.11.0
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
- 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
- 'python-oslo-i18n' 'python2-oslo-i18n')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
-options=('!emptydirs')
-source=("git+https://git.openstack.org/openstack/oslo.config#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/argparse/d' oslo.config/requirements.txt
-
-  cp -a oslo.config{,-py2}
-  find oslo.config-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-  cd "$srcdir"/oslo.config
-  python setup.py build
-
-  cd "$srcdir"/oslo.config-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.config
-  python setup.py testr
-
-  cd "$srcdir"/oslo.config-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-config() {
-  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector' 'python-oslo-i18n')
-
-  cd "$srcdir"/oslo.config
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-config() {
-  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector' 'python2-oslo-i18n')
-
-  cd "$srcdir"/oslo.config-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 181507, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 16:09:57 UTC (rev 181508)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+pkgver=3.12.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
+ 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
+ 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/oslo.config#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/argparse/d' oslo.config/requirements.txt
+
+  cp -a oslo.config{,-py2}
+  find oslo.config-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+  cd "$srcdir"/oslo.config
+  python setup.py build
+
+  cd "$srcdir"/oslo.config-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.config
+  python setup.py testr
+
+  cd "$srcdir"/oslo.config-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-config() {
+  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
+   'python-oslo-i18n' 'python-rfc3986')
+
+  cd "$srcdir"/oslo.config
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-config() {
+  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector'
+   'python2-oslo-i18n' 'python2-rfc3986')
+
+  cd "$srcdir"/oslo.config-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-28 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 16:18:08
  Author: felixonmars
Revision: 181513

upgpkg: python-bcrypt 3.0.0-1

Modified:
  python-bcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 16:11:45 UTC (rev 181512)
+++ PKGBUILD2016-06-28 16:18:08 UTC (rev 181513)
@@ -7,8 +7,8 @@
 _pypiname=bcrypt
 pkgbase=python-bcrypt
 pkgname=("python-bcrypt" "python2-bcrypt")
-pkgver=2.0.0
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="Modern password hashing for your software and your servers"
 arch=('i686' 'x86_64')
 url="https://github.com/pyca/bcrypt;
@@ -20,22 +20,24 @@
 md5sums=('SKIP')
 
 prepare() {
-  cp -a "$srcdir/$_pypiname" "$srcdir/$_pypiname-py2"
+  cp -a "$srcdir"/bcrypt{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8 
 }
 
 build() {
-  cd "$srcdir/$_pypiname"
+  cd "$srcdir"/bcrypt
   python setup.py build
 
-  cd "$srcdir/$_pypiname-py2"
+  cd "$srcdir"/bcrypt-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/$_pypiname"
+  cd "$srcdir"/bcrypt
   python setup.py ptr
 
-  cd "$srcdir/$_pypiname-py2"
+  cd "$srcdir"/bcrypt-py2
   python2 setup.py ptr
 }
 
@@ -42,17 +44,17 @@
 package_python-bcrypt() {
   depends=('python-cffi' 'python-six')
 
-  cd ${srcdir}/$_pypiname
-  python setup.py install --prefix=/usr --root=${pkgdir}
-  install -d ${pkgdir}/usr/share/licenses/$pkgname
-  install -m 644 "$srcdir/bcrypt/LICENSE" "$pkgdir/usr/share/licenses/$pkgname"
+  cd bcrypt
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -m 644 "$srcdir"/bcrypt/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
 }
 
 package_python2-bcrypt() {
   depends=('python2-cffi' 'python2-six')
 
-  cd ${srcdir}/$_pypiname-py2
-  python2 setup.py install --prefix=/usr --root=${pkgdir}
-  install -d ${pkgdir}/usr/share/licenses/$pkgname
-  install -m 644 "$srcdir/bcrypt/LICENSE" "$pkgdir/usr/share/licenses/$pkgname"
+  cd bcrypt-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -m 644 "$srcdir"/bcrypt/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
 }


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

2016-06-28 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 16:18:36
  Author: felixonmars
Revision: 181514

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 16:18:08 UTC (rev 181513)
+++ community-i686/PKGBUILD 2016-06-28 16:18:36 UTC (rev 181514)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Lex Black 
-# Contributor: Igor Nemilentsev 
-# Contributor: Alexander Diana 
-
-_pypiname=bcrypt
-pkgbase=python-bcrypt
-pkgname=("python-bcrypt" "python2-bcrypt")
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Modern password hashing for your software and your servers"
-arch=('i686' 'x86_64')
-url="https://github.com/pyca/bcrypt;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/pyca/bcrypt.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a "$srcdir/$_pypiname" "$srcdir/$_pypiname-py2"
-}
-
-build() {
-  cd "$srcdir/$_pypiname"
-  python setup.py build
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/$_pypiname"
-  python setup.py ptr
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py ptr
-}
-
-package_python-bcrypt() {
-  depends=('python-cffi' 'python-six')
-
-  cd ${srcdir}/$_pypiname
-  python setup.py install --prefix=/usr --root=${pkgdir}
-  install -d ${pkgdir}/usr/share/licenses/$pkgname
-  install -m 644 "$srcdir/bcrypt/LICENSE" "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-package_python2-bcrypt() {
-  depends=('python2-cffi' 'python2-six')
-
-  cd ${srcdir}/$_pypiname-py2
-  python2 setup.py install --prefix=/usr --root=${pkgdir}
-  install -d ${pkgdir}/usr/share/licenses/$pkgname
-  install -m 644 "$srcdir/bcrypt/LICENSE" "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: python-bcrypt/repos/community-i686/PKGBUILD (from rev 181513, 
python-bcrypt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 16:18:36 UTC (rev 181514)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Lex Black 
+# Contributor: Igor Nemilentsev 
+# Contributor: Alexander Diana 
+
+_pypiname=bcrypt
+pkgbase=python-bcrypt
+pkgname=("python-bcrypt" "python2-bcrypt")
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Modern password hashing for your software and your servers"
+arch=('i686' 'x86_64')
+url="https://github.com/pyca/bcrypt;
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://github.com/pyca/bcrypt.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a "$srcdir"/bcrypt{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8 
+}
+
+build() {
+  cd "$srcdir"/bcrypt
+  python setup.py build
+
+  cd "$srcdir"/bcrypt-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/bcrypt
+  python setup.py ptr
+
+  cd "$srcdir"/bcrypt-py2
+  python2 setup.py ptr
+}
+
+package_python-bcrypt() {
+  depends=('python-cffi' 'python-six')
+
+  cd bcrypt
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -m 644 "$srcdir"/bcrypt/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python2-bcrypt() {
+  depends=('python2-cffi' 'python2-six')
+
+  cd bcrypt-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -m 644 "$srcdir"/bcrypt/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-28 16:18:08 UTC (rev 181513)
+++ community-x86_64/PKGBUILD   2016-06-28 16:18:36 UTC (rev 181514)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Lex Black 
-# Contributor: Igor Nemilentsev 
-# Contributor: Alexander 

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

2016-06-28 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 16:11:28
  Author: felixonmars
Revision: 181511

upgpkg: python-oslo-utils 3.14.0-1

Modified:
  python-oslo-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 16:10:49 UTC (rev 181510)
+++ PKGBUILD2016-06-28 16:11:28 UTC (rev 181511)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-utils
 pkgname=(python-oslo-utils python2-oslo-utils)
-pkgver=3.13.0
+pkgver=3.14.0
 pkgrel=1
 pkgdesc="Oslo Utility library"
 arch=('any')


[arch-commits] Commit in python-oslo-serialization/repos/community-any (2 files)

2016-06-28 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 16:10:49
  Author: felixonmars
Revision: 181510

archrelease: copy trunk to community-any

Added:
  python-oslo-serialization/repos/community-any/PKGBUILD
(from rev 181509, python-oslo-serialization/trunk/PKGBUILD)
Deleted:
  python-oslo-serialization/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 16:10:32 UTC (rev 181509)
+++ PKGBUILD2016-06-28 16:10:49 UTC (rev 181510)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslo-serialization
-pkgname=(python-oslo-serialization python2-oslo-serialization)
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="Oslo Serialization library"
-arch=('any')
-url="http://docs.openstack.org/developer/oslo.serialization;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-msgpack' 'python2-msgpack'
- 'python-oslo-utils' 'python2-oslo-utils' 'python-pytz' 
'python2-pytz')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
-source=("git+https://git.openstack.org/openstack/oslo.serialization#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a oslo.serialization{,-py2}
-}
-
-build() {
-  cd "$srcdir"/oslo.serialization
-  python setup.py build
-
-  cd "$srcdir"/oslo.serialization-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.serialization
-  python setup.py testr
-
-  cd "$srcdir"/oslo.serialization-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-serialization() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
-   'python-pytz')
-
-  cd "$srcdir"/oslo.serialization
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-serialization() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 
'python2-oslo-utils'
-   'python2-pytz')
-
-  cd "$srcdir"/oslo.serialization-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-serialization/repos/community-any/PKGBUILD (from rev 
181509, python-oslo-serialization/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 16:10:49 UTC (rev 181510)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslo-serialization
+pkgname=(python-oslo-serialization python2-oslo-serialization)
+pkgver=2.10.0
+pkgrel=1
+pkgdesc="Oslo Serialization library"
+arch=('any')
+url="http://docs.openstack.org/developer/oslo.serialization;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-msgpack' 'python2-msgpack'
+ 'python-oslo-utils' 'python2-oslo-utils' 'python-pytz' 
'python2-pytz')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python2-ipaddress')
+source=("git+https://git.openstack.org/openstack/oslo.serialization#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a oslo.serialization{,-py2}
+}
+
+build() {
+  cd "$srcdir"/oslo.serialization
+  python setup.py build
+
+  cd "$srcdir"/oslo.serialization-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.serialization
+  python setup.py testr
+
+  cd "$srcdir"/oslo.serialization-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-serialization() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
+   'python-pytz')
+
+  cd "$srcdir"/oslo.serialization
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-serialization() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-msgpack' 
'python2-oslo-utils'
+   'python2-pytz')
+
+  cd "$srcdir"/oslo.serialization-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-28 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 16:09:40
  Author: felixonmars
Revision: 181507

upgpkg: python-oslo-config 3.12.0-1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 16:08:13 UTC (rev 181506)
+++ PKGBUILD2016-06-28 16:09:40 UTC (rev 181507)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
-pkgver=3.11.0
+pkgver=3.12.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('Apache')
 makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
  'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
- 'python-oslo-i18n' 'python2-oslo-i18n')
+ 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx')
 options=('!emptydirs')
 source=("git+https://git.openstack.org/openstack/oslo.config#tag=$pkgver;)
@@ -42,7 +42,8 @@
 }
 
 package_python-oslo-config() {
-  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector' 'python-oslo-i18n')
+  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
+   'python-oslo-i18n' 'python-rfc3986')
 
   cd "$srcdir"/oslo.config
   python setup.py install --root="$pkgdir/" --optimize=1
@@ -49,7 +50,8 @@
 }
 
 package_python2-oslo-config() {
-  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector' 'python2-oslo-i18n')
+  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector'
+   'python2-oslo-i18n' 'python2-rfc3986')
 
   cd "$srcdir"/oslo.config-py2
   python2 setup.py install --root="$pkgdir/" --optimize=1


[arch-commits] Commit in (4 files)

2016-06-28 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 16:07:14
  Author: felixonmars
Revision: 181505

addpkg: python-rfc3986 0.3.1-1

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

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

Added: python-rfc3986/trunk/PKGBUILD
===
--- python-rfc3986/trunk/PKGBUILD   (rev 0)
+++ python-rfc3986/trunk/PKGBUILD   2016-06-28 16:07:14 UTC (rev 181505)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-rfc3986
+pkgname=(python-rfc3986 python2-rfc3986)
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Validating URI References per RFC 3986"
+arch=('any')
+license=('Apache')
+url="https://rfc3986.readthedocs.org/;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz;)
+md5sums=('4a0cc842d0e1b061f1b5202917095340')
+
+prepare() {
+  cp -a rfc3986-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/rfc3986-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/rfc3986-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/rfc3986-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/rfc3986-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-rfc3986() {
+  depends=('python')
+
+  cd rfc3986-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-rfc3986() {
+  depends=('python2')
+
+  cd rfc3986-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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


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

2016-06-28 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 16:11:45
  Author: felixonmars
Revision: 181512

archrelease: copy trunk to community-any

Added:
  python-oslo-utils/repos/community-any/PKGBUILD
(from rev 181511, python-oslo-utils/trunk/PKGBUILD)
Deleted:
  python-oslo-utils/repos/community-any/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 16:11:28 UTC (rev 181511)
+++ PKGBUILD2016-06-28 16:11:45 UTC (rev 181512)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-utils
-pkgname=(python-oslo-utils python2-oslo-utils)
-pkgver=3.13.0
-pkgrel=1
-pkgdesc="Oslo Utility library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-funcsigs'
- 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 
'python2-oslo-i18n' 'python2-monotonic'
- 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 
'python-netifaces'
- 'python2-netifaces' 'python-debtcollector' 
'python2-debtcollector')
-checkdepends=('python-oslotest' 'python2-oslotest')
-source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a oslo.utils{,-py2}
-
-  # Use python 3's standard monotonic function
-  sed -i '/monotonic/d' oslo.utils/requirements.txt
-  sed -i 's/from monotonic import monotonic/from time import monotonic/' 
oslo.utils/oslo_utils/timeutils.py
-}
-
-build() {
-  cd "$srcdir"/oslo.utils
-  python setup.py build
-
-  cd "$srcdir"/oslo.utils-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.utils
-  python setup.py testr
-
-  cd "$srcdir"/oslo.utils-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-utils() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
-   'python-netaddr' 'python-netifaces' 'python-debtcollector')
-
-  cd "$srcdir"/oslo.utils
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-utils() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 
'python2-monotonic'
-   'python2-pytz' 'python2-netaddr' 'python2-netifaces' 
'python2-debtcollector'
-   'python2-funcsigs')
-
-  cd "$srcdir"/oslo.utils-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 181511, 
python-oslo-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 16:11:45 UTC (rev 181512)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-utils
+pkgname=(python-oslo-utils python2-oslo-utils)
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="Oslo Utility library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-funcsigs'
+ 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 
'python2-oslo-i18n' 'python2-monotonic'
+ 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 
'python-netifaces'
+ 'python2-netifaces' 'python-debtcollector' 
'python2-debtcollector')
+checkdepends=('python-oslotest' 'python2-oslotest')
+source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a oslo.utils{,-py2}
+
+  # Use python 3's standard monotonic function
+  sed -i '/monotonic/d' oslo.utils/requirements.txt
+  sed -i 's/from monotonic import monotonic/from time import monotonic/' 
oslo.utils/oslo_utils/timeutils.py
+}
+
+build() {
+  cd "$srcdir"/oslo.utils
+  python setup.py build
+
+  cd "$srcdir"/oslo.utils-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.utils
+  python setup.py testr
+
+  cd "$srcdir"/oslo.utils-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-utils() {
+  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
+   'python-netaddr' 'python-netifaces' 'python-debtcollector')
+
+  cd "$srcdir"/oslo.utils
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-utils() {
+  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 
'python2-monotonic'
+   'python2-pytz' 'python2-netaddr' 'python2-netifaces' 
'python2-debtcollector'
+   'python2-funcsigs')
+
+  cd "$srcdir"/oslo.utils-py2
+  python2 setup.py install --root="$pkgdir/" 

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

2016-06-28 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 16:10:32
  Author: felixonmars
Revision: 181509

upgpkg: python-oslo-serialization 2.10.0-1

Modified:
  python-oslo-serialization/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 16:09:57 UTC (rev 181508)
+++ PKGBUILD2016-06-28 16:10:32 UTC (rev 181509)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslo-serialization
 pkgname=(python-oslo-serialization python2-oslo-serialization)
-pkgver=2.9.0
+pkgver=2.10.0
 pkgrel=1
 pkgdesc="Oslo Serialization library"
 arch=('any')


  1   2   >