[arch-commits] Commit in perl-cpan-meta-check/repos/community-any (PKGBUILD PKGBUILD)

2016-07-21 Thread Felix Yan
Date: Friday, July 22, 2016 @ 05:31:54
  Author: felixonmars
Revision: 183684

archrelease: copy trunk to community-any

Added:
  perl-cpan-meta-check/repos/community-any/PKGBUILD
(from rev 183683, perl-cpan-meta-check/trunk/PKGBUILD)
Deleted:
  perl-cpan-meta-check/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-22 05:31:41 UTC (rev 183683)
+++ PKGBUILD2016-07-22 05:31:54 UTC (rev 183684)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Moritz Bunkus 
-
-pkgname=perl-cpan-meta-check
-pkgver=0.012
-pkgrel=1
-pkgdesc="Verify requirements in a CPAN::Meta object"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url='http://search.cpan.org/dist/CPAN-Meta-Check'
-depends=('perl')
-makedepends=('perl-test-deep')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-$pkgver.tar.gz;)
-sha512sums=('99ec6721dfb6be8fae7e5a4f6418d4d12d8d093df11f0596480ecc19a46ef3af3fc3da91ccdd7110f974e8f4d04e33166d76804b673a019bc4994f96b7078e7d')
-
-build() {
-  cd CPAN-Meta-Check-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd CPAN-Meta-Check-$pkgver
-  make test
-}
-
-package() {
-  cd CPAN-Meta-Check-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-cpan-meta-check/repos/community-any/PKGBUILD (from rev 183683, 
perl-cpan-meta-check/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-22 05:31:54 UTC (rev 183684)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Moritz Bunkus 
+
+pkgname=perl-cpan-meta-check
+pkgver=0.013
+pkgrel=1
+pkgdesc="Verify requirements in a CPAN::Meta object"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url='http://search.cpan.org/dist/CPAN-Meta-Check'
+depends=('perl')
+makedepends=('perl-test-deep')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-$pkgver.tar.gz;)
+sha512sums=('c7bb972ce6afd21f415d0bca03f9ebefe0298e8b7db32e42f0195ae5da535da079f482c9d2bf598cb39d234b467397eb4b949b93c34c4d02b113caf76fd5a9c5')
+
+build() {
+  cd CPAN-Meta-Check-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd CPAN-Meta-Check-$pkgver
+  make test
+}
+
+package() {
+  cd CPAN-Meta-Check-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-cpan-meta-check/trunk (PKGBUILD)

2016-07-21 Thread Felix Yan
Date: Friday, July 22, 2016 @ 05:31:41
  Author: felixonmars
Revision: 183683

upgpkg: perl-cpan-meta-check 0.013-1

Modified:
  perl-cpan-meta-check/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-22 03:38:35 UTC (rev 183682)
+++ PKGBUILD2016-07-22 05:31:41 UTC (rev 183683)
@@ -3,7 +3,7 @@
 # Contributor: Moritz Bunkus 
 
 pkgname=perl-cpan-meta-check
-pkgver=0.012
+pkgver=0.013
 pkgrel=1
 pkgdesc="Verify requirements in a CPAN::Meta object"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('perl-test-deep')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-$pkgver.tar.gz;)
-sha512sums=('99ec6721dfb6be8fae7e5a4f6418d4d12d8d093df11f0596480ecc19a46ef3af3fc3da91ccdd7110f974e8f4d04e33166d76804b673a019bc4994f96b7078e7d')
+sha512sums=('c7bb972ce6afd21f415d0bca03f9ebefe0298e8b7db32e42f0195ae5da535da079f482c9d2bf598cb39d234b467397eb4b949b93c34c4d02b113caf76fd5a9c5')
 
 build() {
   cd CPAN-Meta-Check-$pkgver


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

2016-07-21 Thread Felix Yan
Date: Friday, July 22, 2016 @ 03:38:11
  Author: felixonmars
Revision: 183681

upgpkg: nodejs 6.3.1-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 22:49:42 UTC (rev 183680)
+++ PKGBUILD2016-07-22 03:38:11 UTC (rev 183681)
@@ -9,8 +9,8 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=6.3.0
-pkgrel=2
+pkgver=6.3.1
+pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'


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

2016-07-21 Thread Felix Yan
Date: Friday, July 22, 2016 @ 03:38:35
  Author: felixonmars
Revision: 183682

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-22 03:38:11 UTC (rev 183681)
+++ community-i686/PKGBUILD 2016-07-22 03:38:35 UTC (rev 183682)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=6.3.0
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
-makedepends=('python2' 'procps-ng' 'git')
-optdepends=('npm: nodejs package manager')
-source=("git+https://github.com/nodejs/node.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd node
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser
-# --shared-v8
-
-  make
-}
-
-check() {
-  cd node
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 183681, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-22 03:38:35 UTC (rev 183682)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=6.3.1
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
+makedepends=('python2' 'procps-ng' 'git')
+optdepends=('npm: nodejs package manager')
+source=("git+https://github.com/nodejs/node.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd node
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser
+# --shared-v8
+
+  make
+}
+
+check() {
+  cd node
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-22 03:38:11 UTC (rev 183681)
+++ community-x86_64/PKGBUILD   2016-07-22 03:38:35 UTC (rev 183682)
@@ -1,69 +0,0 @@
-# $Id$
-# 

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

2016-07-21 Thread Felix Yan
Date: Friday, July 22, 2016 @ 03:02:56
  Author: felixonmars
Revision: 272105

upgpkg: python-setuptools 1:24.3.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 20:22:59 UTC (rev 272104)
+++ PKGBUILD2016-07-22 03:02:56 UTC (rev 272105)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=24.2.1
+pkgver=24.3.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"


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

2016-07-21 Thread Felix Yan
Date: Friday, July 22, 2016 @ 03:03:15
  Author: felixonmars
Revision: 272106

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-22 03:02:56 UTC (rev 272105)
+++ PKGBUILD2016-07-22 03:03:15 UTC (rev 272106)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=24.2.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  cd "$srcdir"/setuptools
-  LC_CTYPE=en_US.utf8 python setup.py ptr
-
-  cd "$srcdir"/setuptools-py2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 272105, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-22 03:03:15 UTC (rev 272106)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=24.3.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  cd "$srcdir"/setuptools
+  LC_CTYPE=en_US.utf8 python setup.py ptr
+
+  cd "$srcdir"/setuptools-py2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python-packaging')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "$srcdir"/setuptools
+  python setup.py install --prefix=/usr --root="$pkgdir" 

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

2016-07-21 Thread Felix Yan
Date: Thursday, July 21, 2016 @ 22:49:42
  Author: felixonmars
Revision: 183680

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-21 22:49:13 UTC (rev 183679)
+++ community-i686/PKGBUILD 2016-07-21 22:49:42 UTC (rev 183680)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
-# Maintainer: Massimiliano Torromeo 
-# Maintainer: Felix Yan 
-# Contributor: Ralf Schmitt 
-
-pkgbase=python-gevent
-pkgname=(python-gevent python2-gevent)
-pkgver=1.1.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
-license=("MIT")
-url="http://www.gevent.org/;
-makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2' 'git')
-checkdepends=('lsof')
-source=("git+https://github.com/gevent/gevent.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's/C.UTF-8/en_US.UTF-8/' gevent/Makefile
-  cp -a gevent{,-py2}
-}
-
-build() {
-  cd "$srcdir"/gevent
-
-  EMBED=1 \
-  CYTHON=cython \
-  PYTHON=python \
-  python setup.py build
-
-  cd "$srcdir"/gevent-py2
-
-  EMBED=1 \
-  CYTHON=cython2 \
-  PYTHON=python2 \
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/gevent
-  PYTHON=python PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
-
-  cd "$srcdir"/gevent-py2
-  PYTHON=python2 PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
-}
-
-package_python-gevent() {
-  depends=('python-greenlet')
-
-  cd gevent
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-gevent() {
-  depends=('python2-greenlet')
-
-  cd gevent-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-gevent/repos/community-i686/PKGBUILD (from rev 183679, 
python-gevent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-21 22:49:42 UTC (rev 183680)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Felix Yan 
+# Contributor: Ralf Schmitt 
+
+pkgbase=python-gevent
+pkgname=(python-gevent python2-gevent)
+pkgver=1.1.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"
+license=("MIT")
+url="http://www.gevent.org/;
+makedepends=('python-greenlet' 'python2-greenlet' 'cython' 'cython2' 'git')
+checkdepends=('lsof')
+source=("git+https://github.com/gevent/gevent.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's/C.UTF-8/en_US.UTF-8/' gevent/Makefile
+  cp -a gevent{,-py2}
+}
+
+build() {
+  cd "$srcdir"/gevent
+
+  EMBED=1 \
+  CYTHON=cython \
+  PYTHON=python \
+  python setup.py build
+
+  cd "$srcdir"/gevent-py2
+
+  EMBED=1 \
+  CYTHON=cython2 \
+  PYTHON=python2 \
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/gevent
+  PYTHON=python PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
+
+  cd "$srcdir"/gevent-py2
+  PYTHON=python2 PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make 
fulltoxtest || warning "Tests failed"
+}
+
+package_python-gevent() {
+  depends=('python-greenlet')
+
+  cd gevent
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-gevent() {
+  depends=('python2-greenlet')
+
+  cd gevent-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-21 22:49:13 UTC (rev 183679)
+++ community-x86_64/PKGBUILD   2016-07-21 22:49:42 UTC (rev 183680)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 70305 

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

2016-07-21 Thread Felix Yan
Date: Thursday, July 21, 2016 @ 22:49:13
  Author: felixonmars
Revision: 183679

upgpkg: python-gevent 1.1.2-1

Modified:
  python-gevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 22:00:11 UTC (rev 183678)
+++ PKGBUILD2016-07-21 22:49:13 UTC (rev 183679)
@@ -5,7 +5,7 @@
 
 pkgbase=python-gevent
 pkgname=(python-gevent python2-gevent)
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Python network library that uses greenlet and libev for easy and 
scalable concurrency"


[arch-commits] Commit in rkt/repos/community-x86_64 (6 files)

2016-07-21 Thread Massimiliano Torromeo
Date: Thursday, July 21, 2016 @ 22:00:11
  Author: mtorromeo
Revision: 183678

archrelease: copy trunk to community-x86_64

Added:
  rkt/repos/community-x86_64/PKGBUILD
(from rev 183677, rkt/trunk/PKGBUILD)
  rkt/repos/community-x86_64/rkt.install
(from rev 183677, rkt/trunk/rkt.install)
  rkt/repos/community-x86_64/rkt.sysusers
(from rev 183677, rkt/trunk/rkt.sysusers)
Deleted:
  rkt/repos/community-x86_64/PKGBUILD
  rkt/repos/community-x86_64/rkt.install
  rkt/repos/community-x86_64/rkt.sysusers

--+
 PKGBUILD |  188 -
 rkt.install  |   20 +++---
 rkt.sysusers |4 -
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-21 21:59:45 UTC (rev 183677)
+++ PKGBUILD2016-07-21 22:00:11 UTC (rev 183678)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
-# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
-# Contributor: Adrián Pérez de Castro  
PGP-Key: 91C559DBE4C9123B
-# Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
-
-pkgname=rkt
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="App container runtime"
-arch=('x86_64')
-url="https://github.com/coreos/rkt;
-license=(apache)
-depends=('glibc' 'openssl' 'zlib' 'systemd')
-makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny'
- 'intltool' 'gperf' 'git' 'libseccomp' 'bc')
-
-# stage1/usr_from_coreos/coreos-common.mk
-CCN_IMG_RELEASE=1068.0.0
-CCN_SYSTEMD_VERSION=v229
-
-# stage1/usr_from_kvm/kernel.mk
-KERNEL_VERSION=4.3.1
-
-source=(https://github.com/coreos/rkt/archive/v$pkgver/$pkgname-$pkgver.tar.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz.sig::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz.sig
-
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.xz
-rkt.sysusers)
-noextract=(coreos_production_pxe_image.cpio.gz
-   linux-$KERNEL_VERSION.tar.xz)
-validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4')
-sha256sums=('4a3c5db16be05292d6174d9d2c1d1f4c5c967e37686390927b8ca0d2bf570eb5'
-'f7ae0b0c676a2f2872fd5d0d692744d6af9185a334354c3c673865e54a1a'
-'SKIP'
-'11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
-'2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
-install="rkt.install"
-
-prepare() {
-  cd $pkgname-$pkgver
-  mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  cd build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export GOPATH="$PWD/Godeps/_workspace/src"
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---enable-tpm=auto \
---with-stage1-flavors=coreos,kvm,host,fly \
---with-stage1-default-flavor=coreos \
---with-stage1-default-images-directory=/usr/lib/rkt/stage1-images \
-
--with-stage1-default-location=/usr/lib/rkt/stage1-images/stage1-coreos.aci \
-
--with-coreos-local-pxe-image-path="$srcdir"/coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz
 \
---with-coreos-local-pxe-image-systemd-version=$CCN_SYSTEMD_VERSION
-
-  make manpages
-  make bash-completion
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  for unit in rkt-gc.{timer,service} rkt-metadata.{socket,service}; do
-install -Dm644 dist/init/systemd/$unit 
"$pkgdir"/usr/lib/systemd/system/$unit
-  done
-
-  install -Dm644 dist/init/systemd/tmpfiles.d/rkt.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rkt.conf
-  install -Dm644 "$srcdir"/rkt.sysusers "$pkgdir"/usr/lib/sysusers.d/rkt.conf
-  install -Dm644 dist/bash_completion/rkt.bash 
"$pkgdir"/usr/share/bash-completion/completions/rkt
-
-  cd dist/manpages
-  for f in *; do
-install -Dm644 "$f" "$pkgdir/usr/share/man/man1/$f"
-  done
-  cd ../..
-
-  cd build-$pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/bin "$pkgdir"/usr/lib/rkt/stage1-images
-  mv target/bin/rkt tools/actool "$pkgdir"/usr/bin
-  mv target/bin/stage1-*.aci "$pkgdir"/usr/lib/rkt/stage1-images/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rkt/repos/community-x86_64/PKGBUILD (from rev 183677, 
rkt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-21 22:00:11 UTC (rev 183678)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
+# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
+# Contributor: Adrián Pérez de Castro  

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

2016-07-21 Thread Massimiliano Torromeo
Date: Thursday, July 21, 2016 @ 21:59:45
  Author: mtorromeo
Revision: 183677

upgpkg: rkt 1.11.0-1

Updated to 1.11.0

Modified:
  rkt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 21:39:55 UTC (rev 183676)
+++ PKGBUILD2016-07-21 21:59:45 UTC (rev 183677)
@@ -7,7 +7,7 @@
 # Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
 
 pkgname=rkt
-pkgver=1.10.1
+pkgver=1.11.0
 pkgrel=1
 pkgdesc="App container runtime"
 arch=('x86_64')
@@ -18,7 +18,7 @@
  'intltool' 'gperf' 'git' 'libseccomp' 'bc')
 
 # stage1/usr_from_coreos/coreos-common.mk
-CCN_IMG_RELEASE=1068.0.0
+CCN_IMG_RELEASE=1097.0.0
 CCN_SYSTEMD_VERSION=v229
 
 # stage1/usr_from_kvm/kernel.mk
@@ -32,8 +32,8 @@
 noextract=(coreos_production_pxe_image.cpio.gz
linux-$KERNEL_VERSION.tar.xz)
 validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4')
-sha256sums=('4a3c5db16be05292d6174d9d2c1d1f4c5c967e37686390927b8ca0d2bf570eb5'
-'f7ae0b0c676a2f2872fd5d0d692744d6af9185a334354c3c673865e54a1a'
+sha256sums=('cd75f1648ae6736da731c14a2102646ee90467efd6d2a32b518fd36b8c9806c5'
+'aa205919c4c733cf4cb7220f038f272f4b3ce6a185e5195945fdc625f506f737'
 'SKIP'
 '11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
 '2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')


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

2016-07-21 Thread Alexander Rødseth
Date: Thursday, July 21, 2016 @ 21:39:55
  Author: arodseth
Revision: 183676

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

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

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

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

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

2016-07-21 Thread Alexander Rødseth
Date: Thursday, July 21, 2016 @ 21:38:46
  Author: arodseth
Revision: 183675

upgpkg: go 2:1.6.3-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 20:56:28 UTC (rev 183674)
+++ PKGBUILD2016-07-21 21:38:46 UTC (rev 183675)
@@ -11,8 +11,8 @@
 # Contributor: John Luebs 
 
 pkgname=('go' 'go-tools')
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.3
+pkgrel=1
 epoch=2
 arch=('x86_64' 'i686')
 url='http://golang.org/'
@@ -69,7 +69,7 @@
   bash make.bash --no-clean
 
   # System-wide tools
-  for tool in godex godoc goimports gomvpkg gorename gotype; do
+  for tool in godex goimports gomvpkg gorename gotype; do
 $GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
 $GOROOT/bin/go build -v -x -o $GOPATH/bin/$tool $_gourl/$tool
   done
@@ -97,7 +97,7 @@
   export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
   export GOROOT_BOOTSTRAP=/usr/lib/go
 
-  for tool in godoc goimports gomvpkg gorename gotype \
+  for tool in goimports gomvpkg gorename gotype \
 benchcmp bundle callgraph digraph eg fiximports guru html2article oracle 
present ssadump stress stringer; do
 GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
   done
@@ -112,7 +112,7 @@
   'git: for fetching sources from git repositories'
   'bzr: for fetching sources from bazaar repositories'
   'subversion: for fetching sources from subversion repositories'
-  'go-tools: godoc, goimports, gorename, and other tools.')
+  'go-tools: doc, goimports, gorename, and other tools.')
   install="$pkgname.install"
 
   cd "$pkgname-$pkgver"
@@ -145,7 +145,7 @@
 
   install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
 
-  # For godoc
+  # For the doc command
   install -Dm644 favicon.ico "$pkgdir/usr/lib/go/favicon.ico"
 
   # Clean Windows specific files.
@@ -159,7 +159,7 @@
 }
 
 package_go-tools() {
-  pkgdesc='Developer tools for the Go programming language (includes godoc)'
+  pkgdesc='Developer tools for the Go programming language'
   depends=('go>2:1.5.3-1')
 
   GOOS=linux


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

2016-07-21 Thread Jaroslav Lichtblau
Date: Thursday, July 21, 2016 @ 20:56:28
  Author: jlichtblau
Revision: 183674

archrelease: copy trunk to community-any

Added:
  wgetpaste/repos/community-any/PKGBUILD
(from rev 183673, wgetpaste/trunk/PKGBUILD)
  wgetpaste/repos/community-any/wgetpaste.changelog
(from rev 183673, wgetpaste/trunk/wgetpaste.changelog)
Deleted:
  wgetpaste/repos/community-any/PKGBUILD
  wgetpaste/repos/community-any/wgetpaste.changelog

-+
 PKGBUILD|   56 ++--
 wgetpaste.changelog |   77 +-
 2 files changed, 68 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-21 20:56:21 UTC (rev 183673)
+++ PKGBUILD2016-07-21 20:56:28 UTC (rev 183674)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=wgetpaste
-pkgver=2.27
-pkgrel=1
-pkgdesc="A script that automates pasting to a number of pastebin services"
-arch=('any')
-url="http://wgetpaste.zlin.dk/;
-license=('custom')
-depends=('wget')
-optdepends=('xclip: interface to Xclipboard')
-source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
-http://wgetpaste.zlin.dk/$pkgname.example)
-sha256sums=('d55b789803ddc5dceee2649f35eca53e4ee276fda948ba7b5d4bd3961a92edb8'
-'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  install -Dm755 ${pkgname} "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 _${pkgname} 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
-  install -Dm644 "${srcdir}"/${pkgname}.example 
${pkgdir}/usr/share/${pkgname}/${pkgname}.example
-
-# license
-  sed -n '2,5p' wgetpaste > LICENSE
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wgetpaste/repos/community-any/PKGBUILD (from rev 183673, 
wgetpaste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-21 20:56:28 UTC (rev 183674)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=wgetpaste
+pkgver=2.28
+pkgrel=1
+pkgdesc="A script that automates pasting to a number of pastebin services"
+arch=('any')
+url="http://wgetpaste.zlin.dk/;
+license=('custom')
+depends=('wget')
+optdepends=('xclip: interface to Xclipboard')
+source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
+http://wgetpaste.zlin.dk/$pkgname.example)
+sha256sums=('538d38bab491544bdf6f05f7a38f83d4c3dfee77de7759cb6b9be1ebfdd609c2'
+'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  install -Dm755 ${pkgname} "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 _${pkgname} 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
+  install -Dm644 "${srcdir}"/${pkgname}.example 
${pkgdir}/usr/share/${pkgname}/${pkgname}.example
+
+# license
+  sed -n '2,5p' wgetpaste > LICENSE
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: wgetpaste.changelog
===
--- wgetpaste.changelog 2016-07-21 20:56:21 UTC (rev 183673)
+++ wgetpaste.changelog 2016-07-21 20:56:28 UTC (rev 183674)
@@ -1,37 +0,0 @@
-2016-03-10 Jaroslav Lichtblau 
-   * wgetpaste 2.27-1
-
-2015-04-18 Jaroslav Lichtblau 
-   * wgetpaste 2.26-1
-
-2014-10-07 Jaroslav Lichtblau 
-   * wgetpaste 2.25-1
-
-2013-12-02 Jaroslav Lichtblau 
-   * wgetpaste 2.23-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * wgetpaste 2.22-1
-
-2012-05-13 Jaroslav Lichtblau 
-   * wgetpaste 2.20-1
-
-2012-05-05 Jaroslav Lichtblau 
-   * wgetpaste 2.19-1
-
-2010-09-16 Jaroslav Lichtblau 
-   * wgetpaste 2.18
-
-2010-02-23 Jaroslav Lichtblau 
-   * wgetpaste 2.16
-
-2009-07-05 Jaroslav Lichtblau 
-   * FS#15223 fixed 2.13-3
-   * sed dependency removed - included in the base group
-
-2009-05-31 Jaroslav Lichtblau 
-   * FS#14864 fixed 2.13-2
-
-2009-05-28 Jaroslav Lichtblau 
-   * wgetpaste 2.13
-   * Moved to [community] repo

Copied: wgetpaste/repos/community-any/wgetpaste.changelog (from rev 183673, 
wgetpaste/trunk/wgetpaste.changelog)
===
--- wgetpaste.changelog (rev 0)
+++ wgetpaste.changelog 2016-07-21 20:56:28 UTC (rev 183674)
@@ -0,0 +1,40 @@
+2016-07-21 Jaroslav Lichtblau 
+   * wgetpaste 2.28-1
+
+2016-03-10 

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

2016-07-21 Thread Jaroslav Lichtblau
Date: Thursday, July 21, 2016 @ 20:56:21
  Author: jlichtblau
Revision: 183673

upgpkg: wgetpaste 2.28-1 - new upstream release

Modified:
  wgetpaste/trunk/PKGBUILD
  wgetpaste/trunk/wgetpaste.changelog

-+
 PKGBUILD|4 ++--
 wgetpaste.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 18:56:43 UTC (rev 183672)
+++ PKGBUILD2016-07-21 20:56:21 UTC (rev 183673)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=wgetpaste
-pkgver=2.27
+pkgver=2.28
 pkgrel=1
 pkgdesc="A script that automates pasting to a number of pastebin services"
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('xclip: interface to Xclipboard')
 source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
 http://wgetpaste.zlin.dk/$pkgname.example)
-sha256sums=('d55b789803ddc5dceee2649f35eca53e4ee276fda948ba7b5d4bd3961a92edb8'
+sha256sums=('538d38bab491544bdf6f05f7a38f83d4c3dfee77de7759cb6b9be1ebfdd609c2'
 'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
 
 package() {

Modified: wgetpaste.changelog
===
--- wgetpaste.changelog 2016-07-21 18:56:43 UTC (rev 183672)
+++ wgetpaste.changelog 2016-07-21 20:56:21 UTC (rev 183673)
@@ -1,3 +1,6 @@
+2016-07-21 Jaroslav Lichtblau 
+   * wgetpaste 2.28-1
+
 2016-03-10 Jaroslav Lichtblau 
* wgetpaste 2.27-1
 


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

2016-07-21 Thread Antonio Rojas
Date: Thursday, July 21, 2016 @ 20:22:59
  Author: arojas
Revision: 272104

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-21 20:22:43 UTC (rev 272103)
+++ extra-i686/PKGBUILD 2016-07-21 20:22:59 UTC (rev 272104)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
-# Maintainer: Tom Gundersen 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.6
-pkgrel=3
-pkgdesc="A user friendly IRC client for KDE"
-arch=('i686' 'x86_64')
-url="http://konversation.kde.org;
-depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 
'hicolor-icon-theme')
-optdepends=('python: python scripting support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-license=('GPL2' 'FDL')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('16e8c1969b04c0946b48a436e8825654b0029bb9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: konversation/repos/extra-i686/PKGBUILD (from rev 272103, 
konversation/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-21 20:22:59 UTC (rev 272104)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+pkgname=konversation
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A user friendly IRC client for KDE"
+arch=('i686' 'x86_64')
+url="http://konversation.kde.org;
+depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 
'hicolor-icon-theme')
+optdepends=('python: python scripting support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+license=('GPL2' 'FDL')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c15e6814366093c6280f24db04610e763c75cb97')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-21 20:22:43 UTC (rev 272103)
+++ extra-x86_64/PKGBUILD   2016-07-21 20:22:59 UTC (rev 272104)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
-# Maintainer: Tom Gundersen 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.6
-pkgrel=3
-pkgdesc="A user friendly IRC client for KDE"
-arch=('i686' 'x86_64')
-url="http://konversation.kde.org;
-depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 
'hicolor-icon-theme')
-optdepends=('python: python scripting support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-license=('GPL2' 'FDL')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('16e8c1969b04c0946b48a436e8825654b0029bb9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: 

[arch-commits] Commit in konversation (kde-unstable)

2016-07-21 Thread Antonio Rojas
Date: Thursday, July 21, 2016 @ 20:22:43
  Author: arojas
Revision: 272103

Remove old kde-unstable branch

Deleted:
  konversation/kde-unstable/


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

2016-07-21 Thread Antonio Rojas
Date: Thursday, July 21, 2016 @ 20:21:51
  Author: arojas
Revision: 272102

Update to 1.6.1

Modified:
  konversation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 20:13:26 UTC (rev 272101)
+++ PKGBUILD2016-07-21 20:21:51 UTC (rev 272102)
@@ -1,5 +1,6 @@
 # $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
-# Maintainer: Tom Gundersen 
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
 # Contributor: Stéphane Gaudreault 
 # Contributor: Andrea Scarpino 
 # Contributor: James Rayner 
@@ -6,8 +7,8 @@
 # Contributor: Sergio Jovani Guzman 
 
 pkgname=konversation
-pkgver=1.6
-pkgrel=3
+pkgver=1.6.1
+pkgrel=1
 pkgdesc="A user friendly IRC client for KDE"
 arch=('i686' 'x86_64')
 url="http://konversation.kde.org;
@@ -16,7 +17,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 license=('GPL2' 'FDL')
 
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('16e8c1969b04c0946b48a436e8825654b0029bb9')
+sha1sums=('c15e6814366093c6280f24db04610e763c75cb97')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in noto-fonts-emoji/repos/extra-any (4 files)

2016-07-21 Thread Antonio Rojas
Date: Thursday, July 21, 2016 @ 20:13:26
  Author: arojas
Revision: 272101

archrelease: copy trunk to extra-any

Added:
  noto-fonts-emoji/repos/extra-any/PKGBUILD
(from rev 272100, noto-fonts-emoji/trunk/PKGBUILD)
  noto-fonts-emoji/repos/extra-any/noto-fonts-emoji.install
(from rev 272100, noto-fonts-emoji/trunk/noto-fonts-emoji.install)
Deleted:
  noto-fonts-emoji/repos/extra-any/PKGBUILD
  noto-fonts-emoji/repos/extra-any/noto-fonts-emoji.install

--+
 PKGBUILD |   71 ++---
 noto-fonts-emoji.install |   22 ++---
 2 files changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-21 20:12:30 UTC (rev 272100)
+++ PKGBUILD2016-07-21 20:13:26 UTC (rev 272101)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=noto-fonts-emoji
-_pkgver=2015-12-24
-_commit=941712
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc="Google Noto emoji fonts"
-arch=(any)
-url="https://www.google.com/get/noto/;
-license=(Apache)
-depends=(fontconfig)
-makedepends=(cairo optipng python2-fonttools nototools imagemagick zopfli 
python2-setuptools)
-install=$pkgname.install
-#source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz;)
-source=("https://github.com/googlei18n/noto-emoji/archive/$_commit.zip;)
-md5sums=('ee5c7ba995682b98a9f9b55e5eb7c7d5')
-
-prepare() {
-  cd noto-emoji-*
-  find -name '*.py' | xargs sed -e 's|/usr/bin/env python|/usr/bin/env 
python2|' -i
-  sed -e 's|python|python2|g' -e 's|ttx "$<"|ttx2 "$<"|g' -i Makefile
-  ln -rs add_emoji_gsub.py third_party/color_emoji/
-}
-
-build() {
-  cd noto-emoji-*
-  make
-}
-
-package() {
-  cd noto-emoji-*
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 NotoColorEmoji.ttf fonts/NotoEmoji-Regular.ttf 
"$pkgdir"/usr/share/fonts/noto
-}

Copied: noto-fonts-emoji/repos/extra-any/PKGBUILD (from rev 272100, 
noto-fonts-emoji/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-21 20:13:26 UTC (rev 272101)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=noto-fonts-emoji
+_pkgver=2016-07-14
+_commit=2c3079c
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc="Google Noto emoji fonts"
+arch=(any)
+url="https://www.google.com/get/noto/;
+license=(Apache)
+depends=(fontconfig)
+makedepends=(cairo optipng python2-fonttools nototools imagemagick zopfli 
python2-setuptools)
+install=$pkgname.install
+#source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz;)
+source=("https://github.com/googlei18n/noto-emoji/archive/$_commit.zip;)
+md5sums=('cb8e4bda2a1bfe91420dac7320b2f7f1')
+
+prepare() {
+  cd noto-emoji-*
+  find -name '*.py' | xargs sed -e 's|/usr/bin/env python|/usr/bin/env 
python2|' -i
+  sed -e 's|python|python2|g' -e 's|ttx "$<"|ttx2 "$<"|g' -i Makefile
+}
+
+build() {
+  cd noto-emoji-*
+  make
+}
+
+package() {
+  cd noto-emoji-*
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  install -m644 NotoColorEmoji.ttf fonts/NotoEmoji-Regular.ttf 
"$pkgdir"/usr/share/fonts/noto
+}

Deleted: noto-fonts-emoji.install
===
--- noto-fonts-emoji.install2016-07-21 20:12:30 UTC (rev 272100)
+++ noto-fonts-emoji.install2016-07-21 20:13:26 UTC (rev 272101)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: noto-fonts-emoji/repos/extra-any/noto-fonts-emoji.install (from rev 
272100, noto-fonts-emoji/trunk/noto-fonts-emoji.install)
===
--- noto-fonts-emoji.install(rev 0)
+++ noto-fonts-emoji.install2016-07-21 20:13:26 UTC (rev 272101)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in noto-fonts-emoji/trunk (PKGBUILD)

2016-07-21 Thread Antonio Rojas
Date: Thursday, July 21, 2016 @ 20:12:30
  Author: arojas
Revision: 272100

New snapshot

Modified:
  noto-fonts-emoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 19:37:18 UTC (rev 272099)
+++ PKGBUILD2016-07-21 20:12:30 UTC (rev 272100)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-emoji
-_pkgver=2015-12-24
-_commit=941712
+_pkgver=2016-07-14
+_commit=2c3079c
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc="Google Noto emoji fonts"
@@ -15,13 +15,12 @@
 install=$pkgname.install
 
#source=("https://github.com/googlei18n/noto-emoji/archive/v$_pkgver-license-apache.tar.gz;)
 source=("https://github.com/googlei18n/noto-emoji/archive/$_commit.zip;)
-md5sums=('ee5c7ba995682b98a9f9b55e5eb7c7d5')
+md5sums=('cb8e4bda2a1bfe91420dac7320b2f7f1')
 
 prepare() {
   cd noto-emoji-*
   find -name '*.py' | xargs sed -e 's|/usr/bin/env python|/usr/bin/env 
python2|' -i
   sed -e 's|python|python2|g' -e 's|ttx "$<"|ttx2 "$<"|g' -i Makefile
-  ln -rs add_emoji_gsub.py third_party/color_emoji/
 }
 
 build() {


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

2016-07-21 Thread Jan Steffens
Date: Thursday, July 21, 2016 @ 19:37:18
  Author: heftig
Revision: 272099

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-21 19:36:33 UTC (rev 272098)
+++ extra-i686/PKGBUILD 2016-07-21 19:37:18 UTC (rev 272099)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.2.7
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026')
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd $pkgbase-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  CFLAGS+=' -DNDEBUG'
-  CXXFLAGS+=' -DNDEBUG'
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject --enable-doc
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  PATH="$srcdir/path:$PATH" make check
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 272098, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-21 19:37:18 UTC (rev 272099)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('b04be31633efee2cae1d62d46434587302554fa837224845a62565ec68a0334d')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  CFLAGS+=' -DNDEBUG'
+  CXXFLAGS+=' -DNDEBUG'
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  PATH="$srcdir/path:$PATH" make check
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-21 19:36:33 UTC (rev 272098)
+++ extra-x86_64/PKGBUILD   2016-07-21 19:37:18 UTC (rev 272099)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.2.7

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

2016-07-21 Thread Jan Steffens
Date: Thursday, July 21, 2016 @ 19:36:33
  Author: heftig
Revision: 272098

1.3.0-1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 19:23:07 UTC (rev 272097)
+++ PKGBUILD2016-07-21 19:36:33 UTC (rev 272098)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.2.7
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026')
+sha256sums=('b04be31633efee2cae1d62d46434587302554fa837224845a62565ec68a0334d')
 
 prepare() {
   mkdir path
@@ -27,7 +27,7 @@
   CXXFLAGS+=' -DNDEBUG'
   ./configure --prefix=/usr \
 --with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject --enable-doc
+--with-gobject --enable-gtk-doc
   make
 }
 


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

2016-07-21 Thread Lukas Fleischer
Date: Thursday, July 21, 2016 @ 18:56:35
  Author: lfleischer
Revision: 183671

upgpkg: notmuch 0.22.1-1

Upstream update.

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 15:59:40 UTC (rev 183670)
+++ PKGBUILD2016-07-21 18:56:35 UTC (rev 183671)
@@ -6,7 +6,7 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.22
+pkgver=0.22.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://notmuchmail.org/;
@@ -14,7 +14,7 @@
 makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
 source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d4f604b82eeed216ed0cf14814b56d14')
+md5sums=('5093abaca53f3690f091022eb9a75d8a')
 
 prepare(){
 cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}


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

2016-07-21 Thread Lukas Fleischer
Date: Thursday, July 21, 2016 @ 18:56:43
  Author: lfleischer
Revision: 183672

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

Added:
  notmuch/repos/community-i686/PKGBUILD
(from rev 183671, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch-vim.install
(from rev 183671, notmuch/trunk/notmuch-vim.install)
  notmuch/repos/community-i686/notmuch.install
(from rev 183671, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 183671, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch-vim.install
(from rev 183671, notmuch/trunk/notmuch-vim.install)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 183671, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/PKGBUILD
  notmuch/repos/community-i686/notmuch-vim.install
  notmuch/repos/community-i686/notmuch.install
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch-vim.install
  notmuch/repos/community-x86_64/notmuch.install

--+
 /PKGBUILD|  204 +
 /notmuch-vim.install |   42 ++
 /notmuch.install |   16 ++
 community-i686/PKGBUILD  |  102 
 community-i686/notmuch-vim.install   |   21 ---
 community-i686/notmuch.install   |8 -
 community-x86_64/PKGBUILD|  102 
 community-x86_64/notmuch-vim.install |   21 ---
 community-x86_64/notmuch.install |8 -
 9 files changed, 262 insertions(+), 262 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-21 18:56:35 UTC (rev 183671)
+++ community-i686/PKGBUILD 2016-07-21 18:56:43 UTC (rev 183672)
@@ -1,102 +0,0 @@
-# Maintainer: Daniel Wallace 
-# Maintainer: Lukas Fleischer 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.22
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d4f604b82eeed216ed0cf14814b56d14')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
-make 
-
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-
-install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
-rm -rf "$pkgdir/usr/share"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-install=notmuch-vim.install
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-# Install manpages
-make DESTDIR="$pkgdir" prefix="/usr" install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 

[arch-commits] Commit in nototools/repos/extra-any (4 files)

2016-07-21 Thread Antonio Rojas
Date: Thursday, July 21, 2016 @ 18:24:07
  Author: arojas
Revision: 272095

archrelease: copy trunk to extra-any

Added:
  nototools/repos/extra-any/PKGBUILD
(from rev 272094, nototools/trunk/PKGBUILD)
  nototools/repos/extra-any/data_path.patch
(from rev 272094, nototools/trunk/data_path.patch)
Deleted:
  nototools/repos/extra-any/PKGBUILD
  nototools/repos/extra-any/data_path.patch

-+
 PKGBUILD|   72 +++---
 data_path.patch |   24 +-
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-21 18:23:42 UTC (rev 272094)
+++ PKGBUILD2016-07-21 18:24:07 UTC (rev 272095)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 249445 2015-10-16 23:55:30Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=nototools
-_commit=0c3cc04
-pkgver=git20160719
-pkgrel=2
-pkgdesc="Noto fonts support tools and scripts"
-arch=(any)
-url="https://www.google.com/get/noto/;
-license=(Apache)
-depends=(python2)
-makedepends=(python2-setuptools)
-source=("https://github.com/googlei18n/nototools/archive/$_commit.zip; 
data_path.patch
-https://github.com/googlei18n/nototools/commit/0484c9e4.patch)
-sha256sums=('1d699a9e0b7ddf734331d97e83b6f3c8e6c0d6a268089fb0b41af64cf74fe068'
-'8ef0f97a049a28d5b9dd8afa8b89ead06ae2cb81ebbf17da5e6f053c51b9b28c'
-'a00d1401f5e0ba6258bc87298c991a4238ad7c3eb3fc07ead418928779d58370')
-
-prepare() {
-  cd nototools-*
-  find -name '*.py' | xargs sed -e 's|/usr/bin/python|/usr/bin/python2|g' -e 
's|/usr/bin/env python|/usr/bin/env python2|' -i
-
-# Fix data files location
-  patch -p0 -i ../data_path.patch
-# Remove broken unichr import
-  patch -p1 -R -i ../0484c9e4.patch
-}
-
-package() {
-  cd nototools-*
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mkdir -p "$pkgdir"/usr/share/nototools
-  cp -r third_party "$pkgdir"/usr/share/nototools
-}

Copied: nototools/repos/extra-any/PKGBUILD (from rev 272094, 
nototools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-21 18:24:07 UTC (rev 272095)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 249445 2015-10-16 23:55:30Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=nototools
+_commit=71d0fca
+pkgver=git20160719
+pkgrel=3
+pkgdesc="Noto fonts support tools and scripts"
+arch=(any)
+url="https://www.google.com/get/noto/;
+license=(Apache)
+depends=(python2)
+makedepends=(python2-setuptools)
+source=("https://github.com/googlei18n/nototools/archive/$_commit.zip; 
data_path.patch
+https://github.com/googlei18n/nototools/commit/0484c9e4.patch)
+sha256sums=('b96df8e153de944b8687f7f17e15f53567aedae223d5cca2d8ac2dc08b011d18'
+'8ef0f97a049a28d5b9dd8afa8b89ead06ae2cb81ebbf17da5e6f053c51b9b28c'
+'a00d1401f5e0ba6258bc87298c991a4238ad7c3eb3fc07ead418928779d58370')
+
+prepare() {
+  cd nototools-*
+  find -name '*.py' | xargs sed -e 's|/usr/bin/python|/usr/bin/python2|g' -e 
's|/usr/bin/env python|/usr/bin/env python2|' -i
+
+# Fix data files location
+  patch -p0 -i ../data_path.patch
+# Remove broken unichr import
+  patch -p1 -R -i ../0484c9e4.patch
+}
+
+package() {
+  cd nototools-*
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mkdir -p "$pkgdir"/usr/share/nototools
+  cp -r third_party "$pkgdir"/usr/share/nototools
+}

Deleted: data_path.patch
===
--- data_path.patch 2016-07-21 18:23:42 UTC (rev 272094)
+++ data_path.patch 2016-07-21 18:24:07 UTC (rev 272095)
@@ -1,12 +0,0 @@
 nototools/unicode_data.py.orig 2015-10-20 19:21:32.611686276 +
-+++ nototools/unicode_data.py  2015-10-20 19:22:40.021351354 +
-@@ -329,8 +329,7 @@
- return frozenset(_script_code_to_long_name.keys())
- 
- 
--_DATA_DIR_PATH = path.join(path.abspath(path.dirname(__file__)),
--   os.pardir, "third_party", "ucd")
-+_DATA_DIR_PATH = "/usr/share/nototools/third_party/ucd"
- 
- 
- def open_unicode_data_file(data_file_name):

Copied: nototools/repos/extra-any/data_path.patch (from rev 272094, 
nototools/trunk/data_path.patch)
===
--- data_path.patch (rev 0)
+++ data_path.patch 2016-07-21 18:24:07 UTC (rev 272095)
@@ -0,0 +1,12 @@
+--- nototools/unicode_data.py.orig 2015-10-20 19:21:32.611686276 +
 nototools/unicode_data.py  2015-10-20 19:22:40.021351354 +
+@@ -329,8 +329,7 @@
+ return frozenset(_script_code_to_long_name.keys())
+ 
+ 
+-_DATA_DIR_PATH = path.join(path.abspath(path.dirname(__file__)),
+-   os.pardir, "third_party", "ucd")
++_DATA_DIR_PATH = "/usr/share/nototools/third_party/ucd"
+ 
+ 
+ def 

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

2016-07-21 Thread Antonio Rojas
Date: Thursday, July 21, 2016 @ 18:23:42
  Author: arojas
Revision: 272094

Current git is broken, use a slightly older snapshot

Modified:
  nototools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 15:41:27 UTC (rev 272093)
+++ PKGBUILD2016-07-21 18:23:42 UTC (rev 272094)
@@ -2,9 +2,9 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=nototools
-_commit=0c3cc04
+_commit=71d0fca
 pkgver=git20160719
-pkgrel=2
+pkgrel=3
 pkgdesc="Noto fonts support tools and scripts"
 arch=(any)
 url="https://www.google.com/get/noto/;
@@ -13,7 +13,7 @@
 makedepends=(python2-setuptools)
 source=("https://github.com/googlei18n/nototools/archive/$_commit.zip; 
data_path.patch
 https://github.com/googlei18n/nototools/commit/0484c9e4.patch)
-sha256sums=('1d699a9e0b7ddf734331d97e83b6f3c8e6c0d6a268089fb0b41af64cf74fe068'
+sha256sums=('b96df8e153de944b8687f7f17e15f53567aedae223d5cca2d8ac2dc08b011d18'
 '8ef0f97a049a28d5b9dd8afa8b89ead06ae2cb81ebbf17da5e6f053c51b9b28c'
 'a00d1401f5e0ba6258bc87298c991a4238ad7c3eb3fc07ead418928779d58370')
 


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

2016-07-21 Thread Felix Yan
Date: Thursday, July 21, 2016 @ 15:59:40
  Author: felixonmars
Revision: 183670

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-21 15:59:24 UTC (rev 183669)
+++ PKGBUILD2016-07-21 15:59:40 UTC (rev 183670)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pifpaf
-pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.9.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'
-  'memcached' 'mongodb' 'mariadb' 'postgresql' 'redis' 'ceph' 
'consul')
-# 'elasticsearch': test fails
-# 'rabbitmq': test hangs
-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() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pifpaf
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" 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:

Copied: python-pifpaf/repos/community-any/PKGBUILD (from rev 183669, 
python-pifpaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-21 15:59:40 UTC (rev 183670)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pifpaf
+pkgname=('python-pifpaf' 'python2-pifpaf')
+pkgver=0.10.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'
+  'memcached' 'mongodb' 'mariadb' 'postgresql' 'redis' 'ceph' 
'consul')
+# 'elasticsearch': test fails
+# 'rabbitmq': test hangs
+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() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pifpaf
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
+}
+
+package_python-pifpaf() {
+  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 
'python-fixtures'
+   

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

2016-07-21 Thread Christian Hesse
Date: Thursday, July 21, 2016 @ 15:41:25
  Author: eworm
Revision: 272092

upgpkg: thin-provisioning-tools 0.6.3-1

new upstream release

Modified:
  thin-provisioning-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 15:28:44 UTC (rev 272091)
+++ PKGBUILD2016-07-21 15:41:25 UTC (rev 272092)
@@ -3,7 +3,7 @@
 # Contributor: Jason Hall 
 
 pkgname=thin-provisioning-tools
-pkgver=0.6.2
+pkgver=0.6.3
 pkgrel=1
 pkgdesc='Suite of tools for manipulating the metadata of the dm-thin 
device-mapper target'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('expat' 'gcc-libs' 'libaio')
 makedepends=('boost')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
-sha1sums=('5aab3250a6af1855d3dcdcc44e6cd8d5cf5008b6')
+sha1sums=('6e2db216ffaa62a8945d42d91131b94b59fe73d7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-07-21 Thread Christian Hesse
Date: Thursday, July 21, 2016 @ 15:41:27
  Author: eworm
Revision: 272093

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

Added:
  thin-provisioning-tools/repos/testing-i686/
  thin-provisioning-tools/repos/testing-i686/PKGBUILD
(from rev 272092, thin-provisioning-tools/trunk/PKGBUILD)
  thin-provisioning-tools/repos/testing-x86_64/
  thin-provisioning-tools/repos/testing-x86_64/PKGBUILD
(from rev 272092, thin-provisioning-tools/trunk/PKGBUILD)

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

Copied: thin-provisioning-tools/repos/testing-i686/PKGBUILD (from rev 272092, 
thin-provisioning-tools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-21 15:41:27 UTC (rev 272093)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Jason Hall 
+
+pkgname=thin-provisioning-tools
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Suite of tools for manipulating the metadata of the dm-thin 
device-mapper target'
+arch=('i686' 'x86_64')
+url="https://github.com/jthornber/thin-provisioning-tools;
+license=('GPL3')
+depends=('expat' 'gcc-libs' 'libaio')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
+sha1sums=('6e2db216ffaa62a8945d42d91131b94b59fe73d7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" BINDIR="${pkgdir}"/usr/bin MANDIR=/usr/share/man 
install
+}
+

Copied: thin-provisioning-tools/repos/testing-x86_64/PKGBUILD (from rev 272092, 
thin-provisioning-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-21 15:41:27 UTC (rev 272093)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Jason Hall 
+
+pkgname=thin-provisioning-tools
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Suite of tools for manipulating the metadata of the dm-thin 
device-mapper target'
+arch=('i686' 'x86_64')
+url="https://github.com/jthornber/thin-provisioning-tools;
+license=('GPL3')
+depends=('expat' 'gcc-libs' 'libaio')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
+sha1sums=('6e2db216ffaa62a8945d42d91131b94b59fe73d7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" BINDIR="${pkgdir}"/usr/bin MANDIR=/usr/share/man 
install
+}
+


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

2016-07-21 Thread Felix Yan
Date: Thursday, July 21, 2016 @ 15:28:44
  Author: felixonmars
Revision: 272091

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-21 15:28:27 UTC (rev 272090)
+++ PKGBUILD2016-07-21 15:28:44 UTC (rev 272091)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=24.2.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  cd "$srcdir"/setuptools
-  LC_CTYPE=en_US.utf8 python setup.py ptr
-
-  cd "$srcdir"/setuptools-py2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 272090, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-21 15:28:44 UTC (rev 272091)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=24.2.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  cd "$srcdir"/setuptools
+  LC_CTYPE=en_US.utf8 python setup.py ptr
+
+  cd "$srcdir"/setuptools-py2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python-packaging')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "$srcdir"/setuptools
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+  

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

2016-07-21 Thread Felix Yan
Date: Thursday, July 21, 2016 @ 15:28:27
  Author: felixonmars
Revision: 272090

upgpkg: python-setuptools 1:24.2.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 15:24:31 UTC (rev 272089)
+++ PKGBUILD2016-07-21 15:28:27 UTC (rev 272090)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=24.2.0
+pkgver=24.2.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -12,7 +12,8 @@
 license=('PSF')
 url="http://pypi.python.org/pypi/setuptools;
 makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'git')
 source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
 sha512sums=('SKIP')
 


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

2016-07-21 Thread Felix Yan
Date: Thursday, July 21, 2016 @ 15:27:07
  Author: felixonmars
Revision: 183668

archrelease: copy trunk to community-any

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

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

Copied: python-pytest-flake8/repos/community-any/PKGBUILD (from rev 183667, 
python-pytest-flake8/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-07-21 15:27:07 UTC (rev 183668)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-flake8
+pkgname=('python-pytest-flake8' 'python2-pytest-flake8')
+pkgver=0.5
+pkgrel=1
+pkgdesc='pytest plugin to check FLAKE8 requirements'
+arch=('any')
+license=('MIT')
+url='http://github.com/tholo/pytest-flake8'
+makedepends=('python-pytest' 'python2-pytest' 'flake8' 'python2-flake8' 'git')
+source=("git+https://github.com/tholo/pytest-flake8#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pytest-flake8{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-flake8
+  python setup.py build
+
+  cd "$srcdir"/pytest-flake8-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-flake8
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir"/pytest-flake8-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-pytest-flake8() {
+  depends=('python-pytest' 'flake8')
+
+  cd pytest-flake8
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest-flake8() {
+  depends=('python2-pytest' 'python2-flake8')
+
+  cd pytest-flake8-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-07-21 Thread Felix Yan
Date: Thursday, July 21, 2016 @ 15:26:49
  Author: felixonmars
Revision: 183667

addpkg: python-pytest-flake8 0.5-1

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

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

Added: python-pytest-flake8/trunk/PKGBUILD
===
--- python-pytest-flake8/trunk/PKGBUILD (rev 0)
+++ python-pytest-flake8/trunk/PKGBUILD 2016-07-21 15:26:49 UTC (rev 183667)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-flake8
+pkgname=('python-pytest-flake8' 'python2-pytest-flake8')
+pkgver=0.5
+pkgrel=1
+pkgdesc='pytest plugin to check FLAKE8 requirements'
+arch=('any')
+license=('MIT')
+url='http://github.com/tholo/pytest-flake8'
+makedepends=('python-pytest' 'python2-pytest' 'flake8' 'python2-flake8' 'git')
+source=("git+https://github.com/tholo/pytest-flake8#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pytest-flake8{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-flake8
+  python setup.py build
+
+  cd "$srcdir"/pytest-flake8-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-flake8
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir"/pytest-flake8-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-pytest-flake8() {
+  depends=('python-pytest' 'flake8')
+
+  cd pytest-flake8
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest-flake8() {
+  depends=('python2-pytest' 'python2-flake8')
+
+  cd pytest-flake8-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2016-07-21 Thread Andreas Radke
Date: Thursday, July 21, 2016 @ 15:24:31
  Author: andyrtr
Revision: 272089

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-21 15:24:17 UTC (rev 272088)
+++ extra-i686/PKGBUILD 2016-07-21 15:24:31 UTC (rev 272089)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: megadriver 
-# Contributor: Luca Bennati 
-
-pkgname=libcdr
-pkgver=0.1.2
-pkgrel=2
-pkgdesc="CorelDraw file format importer library for LibreOffice"
-arch=('i686' 'x86_64')
-url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr;
-license=('GPL2' 'LGPL2.1' 'MPL')
-depends=('libwpd' 'lcms2' 'icu' 'librevenge')
-makedepends=('libwpg' 'boost' 'doxygen' 'cppunit')
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('c8f6c5e3b5769c9814e07ce5b9d07fba')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libcdr/repos/extra-i686/PKGBUILD (from rev 272088, 
libcdr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-21 15:24:31 UTC (rev 272089)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: megadriver 
+# Contributor: Luca Bennati 
+
+pkgname=libcdr
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="CorelDraw file format importer library for LibreOffice"
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'lcms2' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('74589ce5bb944974f4308906d9e9dc5c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-21 15:24:17 UTC (rev 272088)
+++ extra-x86_64/PKGBUILD   2016-07-21 15:24:31 UTC (rev 272089)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: megadriver 
-# Contributor: Luca Bennati 
-
-pkgname=libcdr
-pkgver=0.1.2
-pkgrel=2
-pkgdesc="CorelDraw file format importer library for LibreOffice"
-arch=('i686' 'x86_64')
-url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr;
-license=('GPL2' 'LGPL2.1' 'MPL')
-depends=('libwpd' 'lcms2' 'icu' 'librevenge')
-makedepends=('libwpg' 'boost' 'doxygen' 'cppunit')
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('c8f6c5e3b5769c9814e07ce5b9d07fba')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libcdr/repos/extra-x86_64/PKGBUILD (from rev 272088, 
libcdr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-07-21 15:24:31 UTC (rev 272089)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: megadriver 
+# Contributor: Luca Bennati 
+
+pkgname=libcdr
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="CorelDraw file format importer library for LibreOffice"
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'lcms2' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('74589ce5bb944974f4308906d9e9dc5c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-07-21 Thread Andreas Radke
Date: Thursday, July 21, 2016 @ 15:24:17
  Author: andyrtr
Revision: 272088

upgpkg: libcdr 0.1.3-1

upstream update 0.1.3

Modified:
  libcdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 13:02:15 UTC (rev 272087)
+++ PKGBUILD2016-07-21 15:24:17 UTC (rev 272088)
@@ -4,8 +4,8 @@
 # Contributor: Luca Bennati 
 
 pkgname=libcdr
-pkgver=0.1.2
-pkgrel=2
+pkgver=0.1.3
+pkgrel=1
 pkgdesc="CorelDraw file format importer library for LibreOffice"
 arch=('i686' 'x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr;
@@ -13,7 +13,7 @@
 depends=('libwpd' 'lcms2' 'icu' 'librevenge')
 makedepends=('libwpg' 'boost' 'doxygen' 'cppunit')
 source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('c8f6c5e3b5769c9814e07ce5b9d07fba')
+md5sums=('74589ce5bb944974f4308906d9e9dc5c')
 
 build() {
   cd $pkgname-$pkgver


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

2016-07-21 Thread Felix Yan
Date: Thursday, July 21, 2016 @ 15:22:30
  Author: felixonmars
Revision: 183666

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

Added:
  deepin-notifications/repos/community-i686/PKGBUILD
(from rev 183665, deepin-notifications/trunk/PKGBUILD)
  deepin-notifications/repos/community-x86_64/PKGBUILD
(from rev 183665, deepin-notifications/trunk/PKGBUILD)
Deleted:
  deepin-notifications/repos/community-i686/PKGBUILD
  deepin-notifications/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-21 15:22:01 UTC (rev 183665)
+++ community-i686/PKGBUILD 2016-07-21 15:22:30 UTC (rev 183666)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-notifications
-pkgver=2.3.6
-pkgrel=1
-pkgdesc="System notifications for linuxdeepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-notifications;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'qt5-svg' 'qt5-declarative')
-makedepends=('git')
-provides=('notification-daemon')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-notifications.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-notifications/repos/community-i686/PKGBUILD (from rev 183665, 
deepin-notifications/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-21 15:22:30 UTC (rev 183666)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-notifications
+pkgver=2.3.7
+pkgrel=1
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-notifications;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'qt5-svg' 'qt5-declarative')
+makedepends=('git')
+provides=('notification-daemon')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-notifications.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-21 15:22:01 UTC (rev 183665)
+++ community-x86_64/PKGBUILD   2016-07-21 15:22:30 UTC (rev 183666)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-notifications
-pkgver=2.3.6
-pkgrel=1
-pkgdesc="System notifications for linuxdeepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-notifications;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'qt5-svg' 'qt5-declarative')
-makedepends=('git')
-provides=('notification-daemon')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-notifications.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-notifications/repos/community-x86_64/PKGBUILD (from rev 183665, 
deepin-notifications/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-21 15:22:30 UTC (rev 183666)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-notifications
+pkgver=2.3.7
+pkgrel=1
+pkgdesc="System notifications for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-notifications;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'qt5-svg' 'qt5-declarative')
+makedepends=('git')
+provides=('notification-daemon')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-notifications.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2016-07-21 Thread Felix Yan
Date: Thursday, July 21, 2016 @ 15:22:01
  Author: felixonmars
Revision: 183665

upgpkg: deepin-notifications 2.3.7-1

Modified:
  deepin-notifications/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 15:19:56 UTC (rev 183664)
+++ PKGBUILD2016-07-21 15:22:01 UTC (rev 183665)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-notifications
-pkgver=2.3.6
+pkgver=2.3.7
 pkgrel=1
 pkgdesc="System notifications for linuxdeepin desktop environment"
 arch=('i686' 'x86_64')


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

2016-07-21 Thread Felix Yan
Date: Thursday, July 21, 2016 @ 15:19:56
  Author: felixonmars
Revision: 183664

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-21 15:19:38 UTC (rev 183663)
+++ PKGBUILD2016-07-21 15:19:56 UTC (rev 183664)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.4.1
-pkgrel=1
-pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
-arch=('any')
-url="http://www.crummy.com/software/BeautifulSoup/index.html;
-license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('8fbd9a7cac0704645fa20d1419036815')
-
-build() {
-  cd "${srcdir}"
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py build
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2')
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
-}
-
-package_python-beautifulsoup4() {
-  depends=('python')
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 183663, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-21 15:19:56 UTC (rev 183664)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+pkgver=4.5.0
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="http://www.crummy.com/software/BeautifulSoup/index.html;
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
+md5sums=('2b3805e0078a2033b269ecea2403acf1')
+
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/beautifulsoup4-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
+}
+
+package_python-beautifulsoup4() {
+  depends=('python')
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd beautifulsoup4-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2')
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd beautifulsoup4-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2016-07-21 Thread Felix Yan
Date: Thursday, July 21, 2016 @ 15:19:38
  Author: felixonmars
Revision: 183663

upgpkg: python-beautifulsoup4 4.5.0-1

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 15:13:42 UTC (rev 183662)
+++ PKGBUILD2016-07-21 15:19:38 UTC (rev 183663)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Daniel Wallace 
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
 # Contributor: Giovanni Scafora 
 
 pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.4.1
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+pkgver=4.5.0
 pkgrel=1
 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
 arch=('any')
@@ -11,31 +12,28 @@
 url="http://www.crummy.com/software/BeautifulSoup/index.html;
 license=('PSF')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('8fbd9a7cac0704645fa20d1419036815')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
+md5sums=('2b3805e0078a2033b269ecea2403acf1')
 
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
 build() {
-  cd "${srcdir}"
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  cd "$srcdir"/beautifulsoup4-$pkgver
   python setup.py build
 
-  # Build python 2 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
   python2 setup.py build
 }
 
-package_python2-beautifulsoup4() {
-  depends=('python2')
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
 
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
 }
 
 package_python-beautifulsoup4() {
@@ -43,8 +41,15 @@
   optdepends=('python-chardet: universal encoding detector'
   'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
 
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  cd beautifulsoup4-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
 
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
+package_python2-beautifulsoup4() {
+  depends=('python2')
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd beautifulsoup4-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }


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

2016-07-21 Thread Felix Yan
Date: Thursday, July 21, 2016 @ 15:13:42
  Author: felixonmars
Revision: 183662

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-21 15:13:21 UTC (rev 183661)
+++ PKGBUILD2016-07-21 15:13:42 UTC (rev 183662)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jerome Leclanche 
-
-pkgbase=python-webtest
-pkgname=(python-webtest python2-webtest)
-pkgver=2.0.21
-pkgrel=1
-pkgdesc="Helper to test WSGI applications"
-arch=('any')
-url='http://webtest.pythonpaste.org/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-webob' 
'python2-webob' 'python-six' 'python2-six'
- 'python-beautifulsoup4' 'python2-beautifulsoup4' 
'python-waitress' 'python2-waitress')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-coverage' 'python2-coverage'
-  'python-pyquery' 'python2-pyquery'  'python-pastedeploy' 
'python2-pastedeploy'
-  'python-wsgiproxy2' 'python2-wsgiproxy2')
-source=("http://pypi.python.org/packages/source/W/WebTest/WebTest-$pkgver.tar.gz;)
-sha256sums=('3dc92ecd7604e21fc7c97578e4c43aff2a67cebdd4884a2aa804d85e85b34b55')
-
-prepare() {
-  cp -a WebTest-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/WebTest-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/WebTest-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/WebTest-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" nosetests3
-
-  cd "$srcdir"/WebTest-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" nosetests2
-}
-
-package_python-webtest() {
-  depends=('python-webob' 'python-six' 'python-beautifulsoup4' 
'python-waitress')
-  optdepends=('python-pyquery: for response.pyquery'
-  'python-lxml: for response.lxml')
-
-  cd WebTest-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 "docs/license.rst" 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-webtest() {
-  depends=('python2-webob' 'python2-six' 'python2-beautifulsoup4' 
'python2-waitress')
-  optdepends=('python2-pyquery: for response.pyquery'
-  'python2-lxml: for response.lxml')
-
-  cd WebTest-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 "docs/license.rst" 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-webtest/repos/community-any/PKGBUILD (from rev 183661, 
python-webtest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-21 15:13:42 UTC (rev 183662)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jerome Leclanche 
+
+pkgbase=python-webtest
+pkgname=(python-webtest python2-webtest)
+pkgver=2.0.23
+pkgrel=1
+pkgdesc="Helper to test WSGI applications"
+arch=('any')
+url='http://webtest.pythonpaste.org/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-webob' 
'python2-webob' 'python-six' 'python2-six'
+ 'python-beautifulsoup4' 'python2-beautifulsoup4' 
'python-waitress' 'python2-waitress')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-coverage' 'python2-coverage'
+  'python-pyquery' 'python2-pyquery'  'python-pastedeploy' 
'python2-pastedeploy'
+  'python-wsgiproxy2' 'python2-wsgiproxy2')
+source=("https://pypi.io/packages/source/W/WebTest/WebTest-$pkgver.tar.gz;)
+sha256sums=('879da5c2310b75c74dffa23a45a7a74d09c2a0fcc7e7a128b4f92a4f64722e97')
+
+prepare() {
+  cp -a WebTest-$pkgver{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/WebTest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/WebTest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/WebTest-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" nosetests3
+
+  cd "$srcdir"/WebTest-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" nosetests2
+}
+
+package_python-webtest() {
+  depends=('python-webob' 'python-six' 'python-beautifulsoup4' 
'python-waitress')
+  optdepends=('python-pyquery: for response.pyquery'
+  'python-lxml: for response.lxml')
+
+  cd WebTest-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+  install -Dm644 "docs/license.rst" 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-webtest() {
+  

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

2016-07-21 Thread Felix Yan
Date: Thursday, July 21, 2016 @ 15:13:21
  Author: felixonmars
Revision: 183661

upgpkg: python-webtest 2.0.23-1

Modified:
  python-webtest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 10:33:01 UTC (rev 183660)
+++ PKGBUILD2016-07-21 15:13:21 UTC (rev 183661)
@@ -4,7 +4,7 @@
 
 pkgbase=python-webtest
 pkgname=(python-webtest python2-webtest)
-pkgver=2.0.21
+pkgver=2.0.23
 pkgrel=1
 pkgdesc="Helper to test WSGI applications"
 arch=('any')
@@ -15,11 +15,13 @@
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-coverage' 'python2-coverage'
   'python-pyquery' 'python2-pyquery'  'python-pastedeploy' 
'python2-pastedeploy'
   'python-wsgiproxy2' 'python2-wsgiproxy2')
-source=("http://pypi.python.org/packages/source/W/WebTest/WebTest-$pkgver.tar.gz;)
-sha256sums=('3dc92ecd7604e21fc7c97578e4c43aff2a67cebdd4884a2aa804d85e85b34b55')
+source=("https://pypi.io/packages/source/W/WebTest/WebTest-$pkgver.tar.gz;)
+sha256sums=('879da5c2310b75c74dffa23a45a7a74d09c2a0fcc7e7a128b4f92a4f64722e97')
 
 prepare() {
   cp -a WebTest-$pkgver{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
 }
 
 build() {


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

2016-07-21 Thread Dave Reisner
Date: Thursday, July 21, 2016 @ 13:02:15
  Author: dreisner
Revision: 272087

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

Added:
  curl/repos/testing-i686/PKGBUILD
(from rev 272086, curl/trunk/PKGBUILD)
  curl/repos/testing-i686/curlbuild.h
(from rev 272086, curl/trunk/curlbuild.h)
  curl/repos/testing-x86_64/PKGBUILD
(from rev 272086, curl/trunk/PKGBUILD)
  curl/repos/testing-x86_64/curlbuild.h
(from rev 272086, curl/trunk/curlbuild.h)
Deleted:
  curl/repos/testing-i686/PKGBUILD
  curl/repos/testing-i686/curlbuild.h
  curl/repos/testing-x86_64/PKGBUILD
  curl/repos/testing-x86_64/curlbuild.h

+
 /PKGBUILD  |  120 +++
 /curlbuild.h   |   18 ++
 testing-i686/PKGBUILD  |   60 -
 testing-i686/curlbuild.h   |9 ---
 testing-x86_64/PKGBUILD|   60 -
 testing-x86_64/curlbuild.h |9 ---
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-07-21 13:01:41 UTC (rev 272086)
+++ testing-i686/PKGBUILD   2016-07-21 13:02:15 UTC (rev 272087)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Angel Velasquez 
-# Contributor: Eric Belanger 
-# Contributor: Lucien Immink 
-# Contributor: Daniel J Griffiths 
-
-pkgname=curl
-pkgver=7.50.0
-pkgrel=1
-pkgdesc="An URL retrieval utility and library"
-arch=('i686' 'x86_64')
-url="http://curl.haxx.se;
-license=('MIT')
-depends=('ca-certificates' 'krb5' 'libidn' 'libssh2' 'openssl' 'zlib')
-provides=('libcurl.so')
-options=('strip' 'debug')
-source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-curlbuild.h)
-md5sums=('03940d7d4fcea1521fbbf07c1cf16f5e'
- 'SKIP'
- '751bd433ede935c8fae727377625a8ae')
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
-  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --with-gssapi \
-  --with-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  local wordsize=$(cpp -include 'bits/wordsize.h' <<<'__WORDSIZE' | sed 
'/^#/d')
-  local _curlbuild=curlbuild-$wordsize.h
-
-  # license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # devel
-  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/curl/$_curlbuild"
-  install -m644 "$srcdir/curlbuild.h" "$pkgdir/usr/include/curl/curlbuild.h"
-}

Copied: curl/repos/testing-i686/PKGBUILD (from rev 272086, curl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-21 13:02:15 UTC (rev 272087)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.50.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library"
+arch=('i686' 'x86_64')
+url="http://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libidn' 'libssh2' 'openssl' 'zlib')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+curlbuild.h)
+md5sums=('03940d7d4fcea1521fbbf07c1cf16f5e'
+ 'SKIP'
+ '751bd433ede935c8fae727377625a8ae')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  local wordsize=$(cpp -include 'bits/wordsize.h' <<<'__WORDSIZE' | sed '$!d')
+  local _curlbuild=curlbuild-$wordsize.h
+

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

2016-07-21 Thread Dave Reisner
Date: Thursday, July 21, 2016 @ 13:01:41
  Author: dreisner
Revision: 272086

upgpkg: curl 7.50.0-1

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 12:42:59 UTC (rev 272085)
+++ PKGBUILD2016-07-21 13:01:41 UTC (rev 272086)
@@ -48,7 +48,7 @@
 
   make DESTDIR="$pkgdir" install
 
-  local wordsize=$(cpp -include 'bits/wordsize.h' <<<'__WORDSIZE' | sed 
'/^#/d')
+  local wordsize=$(cpp -include 'bits/wordsize.h' <<<'__WORDSIZE' | sed '$!d')
   local _curlbuild=curlbuild-$wordsize.h
 
   # license


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

2016-07-21 Thread Dave Reisner
Date: Thursday, July 21, 2016 @ 12:42:59
  Author: dreisner
Revision: 272085

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

Added:
  curl/repos/testing-i686/
  curl/repos/testing-i686/PKGBUILD
(from rev 272084, curl/trunk/PKGBUILD)
  curl/repos/testing-i686/curlbuild.h
(from rev 272084, curl/trunk/curlbuild.h)
  curl/repos/testing-x86_64/
  curl/repos/testing-x86_64/PKGBUILD
(from rev 272084, curl/trunk/PKGBUILD)
  curl/repos/testing-x86_64/curlbuild.h
(from rev 272084, curl/trunk/curlbuild.h)

+
 testing-i686/PKGBUILD  |   60 +++
 testing-i686/curlbuild.h   |9 ++
 testing-x86_64/PKGBUILD|   60 +++
 testing-x86_64/curlbuild.h |9 ++
 4 files changed, 138 insertions(+)

Copied: curl/repos/testing-i686/PKGBUILD (from rev 272084, curl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-21 12:42:59 UTC (rev 272085)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.50.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library"
+arch=('i686' 'x86_64')
+url="http://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libidn' 'libssh2' 'openssl' 'zlib')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+curlbuild.h)
+md5sums=('03940d7d4fcea1521fbbf07c1cf16f5e'
+ 'SKIP'
+ '751bd433ede935c8fae727377625a8ae')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  local wordsize=$(cpp -include 'bits/wordsize.h' <<<'__WORDSIZE' | sed 
'/^#/d')
+  local _curlbuild=curlbuild-$wordsize.h
+
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # devel
+  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/curl/$_curlbuild"
+  install -m644 "$srcdir/curlbuild.h" "$pkgdir/usr/include/curl/curlbuild.h"
+}

Copied: curl/repos/testing-i686/curlbuild.h (from rev 272084, 
curl/trunk/curlbuild.h)
===
--- testing-i686/curlbuild.h(rev 0)
+++ testing-i686/curlbuild.h2016-07-21 12:42:59 UTC (rev 272085)
@@ -0,0 +1,9 @@
+#include 
+
+#if __WORDSIZE == 32
+#include "curlbuild-32.h"
+#elif __WORDSIZE == 64
+#include "curlbuild-64.h"
+#else
+#error "Unknown word size"
+#endif

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 272084, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-21 12:42:59 UTC (rev 272085)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.50.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library"
+arch=('i686' 'x86_64')
+url="http://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libidn' 'libssh2' 'openssl' 'zlib')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+curlbuild.h)
+md5sums=('03940d7d4fcea1521fbbf07c1cf16f5e'
+ 'SKIP'
+ '751bd433ede935c8fae727377625a8ae')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  

[arch-commits] Commit in curl/trunk (0001-curl-fix-q-regression.patch PKGBUILD)

2016-07-21 Thread Dave Reisner
Date: Thursday, July 21, 2016 @ 12:42:38
  Author: dreisner
Revision: 272084

upgpkg: curl 7.50.0-1

Modified:
  curl/trunk/PKGBUILD
Deleted:
  curl/trunk/0001-curl-fix-q-regression.patch

--+
 0001-curl-fix-q-regression.patch |   28 
 PKGBUILD |   26 ++
 2 files changed, 6 insertions(+), 48 deletions(-)

Deleted: 0001-curl-fix-q-regression.patch
===
--- 0001-curl-fix-q-regression.patch2016-07-21 09:05:34 UTC (rev 272083)
+++ 0001-curl-fix-q-regression.patch2016-07-21 12:42:38 UTC (rev 272084)
@@ -1,28 +0,0 @@
-From 6dbc23cfd86bbf8c1616759068a5909ced3dcc99 Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg 
-Date: Tue, 31 May 2016 14:13:33 +0200
-Subject: [PATCH] curl: fix -q [regression]
-
-This broke in 7.49.0 with commit e200034425a7625
-
-Fixes #842

- src/tool_operate.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/tool_operate.c b/src/tool_operate.c
-index 5f49efb..2b53c9a 100644
 a/src/tool_operate.c
-+++ b/src/tool_operate.c
-@@ -1842,7 +1842,7 @@ CURLcode operate(struct GlobalConfig *config, int argc, 
argv_item_t argv[])
- 
-   /* Parse .curlrc if necessary */
-   if((argc == 1) ||
-- (!curlx_strequal(argv[1], "-q") ||
-+ (!curlx_strequal(argv[1], "-q") &&
-   !curlx_strequal(argv[1], "--disable"))) {
- parseconfig(NULL, config); /* ignore possible failure */
- 
--- 
-2.8.3
-

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 09:05:34 UTC (rev 272083)
+++ PKGBUILD2016-07-21 12:42:38 UTC (rev 272084)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=curl
-pkgver=7.49.1
+pkgver=7.50.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library"
 arch=('i686' 'x86_64')
@@ -16,21 +16,13 @@
 provides=('libcurl.so')
 options=('strip' 'debug')
 source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-curlbuild.h
-'0001-curl-fix-q-regression.patch')
-md5sums=('2feb3767b958add6a177c6602ff21e8c'
+curlbuild.h)
+md5sums=('03940d7d4fcea1521fbbf07c1cf16f5e'
  'SKIP'
- '751bd433ede935c8fae727377625a8ae'
- 'cf4fe87fc22ae744d87800891d608fa3')
+ '751bd433ede935c8fae727377625a8ae')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
   '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
 
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 <../0001-curl-fix-q-regression.patch
-}
-
 build() {
   cd "$pkgname-$pkgver"
 
@@ -56,14 +48,8 @@
 
   make DESTDIR="$pkgdir" install
 
-  local ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
-  case $ptrsize in
-8) _curlbuild=curlbuild-64.h ;;
-4) _curlbuild=curlbuild-32.h ;;
-*) error "unknown pointer size for architecture: %s bytes" "$ptrsize"
-  exit 1
-  ;;
-  esac
+  local wordsize=$(cpp -include 'bits/wordsize.h' <<<'__WORDSIZE' | sed 
'/^#/d')
+  local _curlbuild=curlbuild-$wordsize.h
 
   # license
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"


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

2016-07-21 Thread Antonio Rojas
Date: Thursday, July 21, 2016 @ 10:33:01
  Author: arojas
Revision: 183660

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-21 10:32:28 UTC (rev 183659)
+++ community-i686/PKGBUILD 2016-07-21 10:33:01 UTC (rev 183660)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=discover
-pkgver=5.7.1
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/discover'
-license=(LGPL)
-depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects 
appstream-qt archlinux-appstream-data hicolor-icon-theme)
-makedepends=(extra-cmake-modules python plasma-framework)
-conflicts=(muon)
-replaces=(muon)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('af3339fba43d657df2a9474a64966e75')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: discover/repos/community-i686/PKGBUILD (from rev 183659, 
discover/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-21 10:33:01 UTC (rev 183660)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.7.2
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/discover'
+license=(LGPL)
+depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects 
appstream-qt archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python plasma-framework)
+conflicts=(muon)
+replaces=(muon)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('7cfa14c1aa5ce0372233b2fa69a12e8d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-21 10:32:28 UTC (rev 183659)
+++ community-x86_64/PKGBUILD   2016-07-21 10:33:01 UTC (rev 183660)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=discover
-pkgver=5.7.1
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/discover'
-license=(LGPL)
-depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects 
appstream-qt archlinux-appstream-data hicolor-icon-theme)
-makedepends=(extra-cmake-modules python plasma-framework)
-conflicts=(muon)
-replaces=(muon)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('af3339fba43d657df2a9474a64966e75')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: discover/repos/community-x86_64/PKGBUILD (from rev 183659, 
discover/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-21 10:33:01 UTC (rev 183660)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.7.2
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/discover'
+license=(LGPL)
+depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects 
appstream-qt archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python 

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

2016-07-21 Thread Antonio Rojas
Date: Thursday, July 21, 2016 @ 10:32:28
  Author: arojas
Revision: 183659

Update to 5.7.2

Modified:
  discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 10:26:10 UTC (rev 183658)
+++ PKGBUILD2016-07-21 10:32:28 UTC (rev 183659)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas  
 
 pkgname=discover
-pkgver=5.7.1
+pkgver=5.7.2
 pkgrel=1
 pkgdesc='A collection of package management tools for KDE'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 conflicts=(muon)
 replaces=(muon)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('af3339fba43d657df2a9474a64966e75')
+md5sums=('7cfa14c1aa5ce0372233b2fa69a12e8d')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in owncloud-app-bookmarks/repos/community-any (2 files)

2016-07-21 Thread Sergej Pupykin
Date: Thursday, July 21, 2016 @ 10:25:58
  Author: spupykin
Revision: 183656

archrelease: copy trunk to community-any

Added:
  owncloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 183655, owncloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  owncloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-21 10:25:49 UTC (rev 183655)
+++ PKGBUILD2016-07-21 10:25:58 UTC (rev 183656)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-bookmarks
-pkgver=9.0.4
-pkgrel=1
-pkgdesc="Bookmarks app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('c2afa7d998e9283a7bac2416a57536fa')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
-}

Copied: owncloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 183655, 
owncloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-21 10:25:58 UTC (rev 183656)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-bookmarks
+pkgver=9.1.0
+pkgrel=1
+pkgdesc="Bookmarks app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
+md5sums=('0cdc079528d0c86d43dc35f01d1decc1')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
+}


[arch-commits] Commit in owncloud-app-bookmarks/trunk (PKGBUILD)

2016-07-21 Thread Sergej Pupykin
Date: Thursday, July 21, 2016 @ 10:25:49
  Author: spupykin
Revision: 183655

upgpkg: owncloud-app-bookmarks 9.1.0-1

upd

Modified:
  owncloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 10:25:35 UTC (rev 183654)
+++ PKGBUILD2016-07-21 10:25:49 UTC (rev 183655)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-bookmarks
-pkgver=9.0.4
+pkgver=9.1.0
 pkgrel=1
 pkgdesc="Bookmarks app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('c2afa7d998e9283a7bac2416a57536fa')
+md5sums=('0cdc079528d0c86d43dc35f01d1decc1')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-documents/trunk (PKGBUILD)

2016-07-21 Thread Sergej Pupykin
Date: Thursday, July 21, 2016 @ 10:26:01
  Author: spupykin
Revision: 183657

upgpkg: owncloud-app-documents 1:9.1.0-1

upd

Modified:
  owncloud-app-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 10:25:58 UTC (rev 183656)
+++ PKGBUILD2016-07-21 10:26:01 UTC (rev 183657)
@@ -3,7 +3,7 @@
 
 pkgname=owncloud-app-documents
 epoch=1
-pkgver=9.0.4
+pkgver=9.1.0
 pkgrel=1
 pkgdesc="Documents app for owncloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
-md5sums=('dd1a7f2c00e2bbc679f6597c263a01b6')
+md5sums=('9f2dd60c5fc70fb5ccb55d1dfc416f5c')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-documents/repos/community-any (2 files)

2016-07-21 Thread Sergej Pupykin
Date: Thursday, July 21, 2016 @ 10:26:10
  Author: spupykin
Revision: 183658

archrelease: copy trunk to community-any

Added:
  owncloud-app-documents/repos/community-any/PKGBUILD
(from rev 183657, owncloud-app-documents/trunk/PKGBUILD)
Deleted:
  owncloud-app-documents/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-21 10:26:01 UTC (rev 183657)
+++ PKGBUILD2016-07-21 10:26:10 UTC (rev 183658)
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-documents
-epoch=1
-pkgver=9.0.4
-pkgrel=1
-pkgdesc="Documents app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
-md5sums=('dd1a7f2c00e2bbc679f6597c263a01b6')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
-}

Copied: owncloud-app-documents/repos/community-any/PKGBUILD (from rev 183657, 
owncloud-app-documents/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-21 10:26:10 UTC (rev 183658)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-documents
+epoch=1
+pkgver=9.1.0
+pkgrel=1
+pkgdesc="Documents app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
+md5sums=('9f2dd60c5fc70fb5ccb55d1dfc416f5c')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
+}


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

2016-07-21 Thread Sergej Pupykin
Date: Thursday, July 21, 2016 @ 10:25:35
  Author: spupykin
Revision: 183654

archrelease: copy trunk to community-any

Added:
  owncloud/repos/community-any/PKGBUILD
(from rev 183653, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-any/apache.example.conf
(from rev 183653, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-any/PKGBUILD
  owncloud/repos/community-any/apache.example.conf

-+
 PKGBUILD|  135 +-
 apache.example.conf |   36 ++---
 2 files changed, 87 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-21 10:25:24 UTC (rev 183653)
+++ PKGBUILD2016-07-21 10:25:35 UTC (rev 183654)
@@ -1,66 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Antonio Rojas 
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=9.0.4
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://owncloud.org/;
-license=('GPL')
-depends=('php-gd')
-optdepends=('php-apache: to use the Apache web server'
-'php-sqlite: to use the SQLite database backend'
-'php-pgsql: to use the PostgreSQL database backend'
-'php-ldap: LDAP authentication'
-'php-intl'
-'php-apcu'
-'php-xcache'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'php-mcrypt'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-conflicts=('owncloud-app-gallery')
-replaces=('owncloud-app-gallery')
-options=('!strip')
-backup=('etc/webapps/owncloud/apache.example.conf')
-validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
-source=("https://download.owncloud.org/community/owncloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf')
-sha256sums=('845c43fe981fa0fd07fc3708f41f1ea15ecb11c2a15c65a4de191fc85b237c74'
-'SKIP'
-'4a2ad4b4ecc6ede355bec9a21cbf8c8c4b9144033bdf0ed3366617bcb4df1144')
-sha256sums=('5cf45c1b75434496635a58fcbece668bc0abb40f04d8304ce6d01e6b75887f60'
-'SKIP'
-'4a2ad4b4ecc6ede355bec9a21cbf8c8c4b9144033bdf0ed3366617bcb4df1144')
-sha256sums=('ab71e8648c918629f6551333c45dd3b79d90f1dc0171d3def0a443bdc238a669'
-'SKIP'
-'4a2ad4b4ecc6ede355bec9a21cbf8c8c4b9144033bdf0ed3366617bcb4df1144')
-
-package() {
-# install license
-install -d ${pkgdir}/usr/share/licenses/${pkgname}
-cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-# install project
-install -d ${pkgdir}/usr/share/webapps/
-cp -R ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/.
-
-# install apache config file
-install -d  ${pkgdir}/etc/webapps/${pkgname}
-install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
-
-# move config to /etc
-install -d  ${pkgdir}/etc/webapps/${pkgname}
-mv ${pkgdir}/usr/share/webapps/${pkgname}/config 
${pkgdir}/etc/webapps/${pkgname}/config
-chown -R http:http ${pkgdir}/etc/webapps/${pkgname}
-ln -s /etc/webapps/${pkgname}/config 
${pkgdir}/usr/share/webapps/${pkgname}/config
-chown -R root:http ${pkgdir}/usr/share/webapps/${pkgname}
-
-find ${pkgdir}/usr/share/webapps/${pkgname} -type f -exec chmod 0644 {} \;
-find ${pkgdir}/usr/share/webapps/${pkgname} -type d -exec chmod 0755 {} \;
-
-chmod a+x ${pkgdir}/usr/share/webapps/${pkgname}/occ
-}

Copied: owncloud/repos/community-any/PKGBUILD (from rev 183653, 
owncloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-21 10:25:35 UTC (rev 183654)
@@ -0,0 +1,69 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Antonio Rojas 
+# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
+
+pkgname=owncloud
+pkgver=9.1.0
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://owncloud.org/;
+license=('GPL')
+depends=('php-gd')
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'php-xcache'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+conflicts=('owncloud-app-gallery')
+replaces=('owncloud-app-gallery')
+options=('!strip')
+backup=('etc/webapps/owncloud/apache.example.conf')

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

2016-07-21 Thread Sergej Pupykin
Date: Thursday, July 21, 2016 @ 10:25:24
  Author: spupykin
Revision: 183653

upgpkg: owncloud 9.1.0-1

upd

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 09:29:36 UTC (rev 183652)
+++ PKGBUILD2016-07-21 10:25:24 UTC (rev 183653)
@@ -3,7 +3,7 @@
 # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
 
 pkgname=owncloud
-pkgver=9.0.4
+pkgver=9.1.0
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -38,6 +38,9 @@
 sha256sums=('ab71e8648c918629f6551333c45dd3b79d90f1dc0171d3def0a443bdc238a669'
 'SKIP'
 '4a2ad4b4ecc6ede355bec9a21cbf8c8c4b9144033bdf0ed3366617bcb4df1144')
+sha256sums=('26df5f51ae87f83dba93c130a1929278afe69f9426b877e3c5064034bec28ee3'
+'SKIP'
+'4a2ad4b4ecc6ede355bec9a21cbf8c8c4b9144033bdf0ed3366617bcb4df1144')
 
 package() {
 # install license


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

2016-07-21 Thread Jonathan Steel
Date: Thursday, July 21, 2016 @ 09:29:36
  Author: jsteel
Revision: 183652

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

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

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

Copied: facter/repos/community-testing-i686/PKGBUILD (from rev 183651, 
facter/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-07-21 09:29:36 UTC (rev 183652)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake' 'java-environment' 'leatherman')
+optdepends=('java-environment: jruby support')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('8d6445df0f243444c4d330f528625cbf')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Replace rb_data_object_alloc symbol with rb_data_object_wrap
+  # https://tickets.puppetlabs.com/browse/FACT-1291
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc lib/src/ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  JAVA_HOME=/usr/lib/jvm/default cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  # TODO: Investigate why tests fail on i686 most of the time with Ruby 2.3.0
+  make test || [[ $CARCH == i686 ]]
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: facter/repos/community-testing-x86_64/PKGBUILD (from rev 183651, 
facter/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-07-21 09:29:36 UTC (rev 183652)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake' 'java-environment' 'leatherman')
+optdepends=('java-environment: jruby support')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('8d6445df0f243444c4d330f528625cbf')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Replace rb_data_object_alloc symbol with rb_data_object_wrap
+  # https://tickets.puppetlabs.com/browse/FACT-1291
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc lib/src/ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  JAVA_HOME=/usr/lib/jvm/default cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  # TODO: Investigate why tests fail on i686 most of the time with Ruby 2.3.0
+  make test || [[ $CARCH == i686 ]]
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-07-21 Thread Jonathan Steel
Date: Thursday, July 21, 2016 @ 09:29:24
  Author: jsteel
Revision: 183651

upgpkg: facter 3.3.0-1

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 09:11:47 UTC (rev 183650)
+++ PKGBUILD2016-07-21 09:29:24 UTC (rev 183651)
@@ -7,7 +7,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=facter
-pkgver=3.1.8
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="Collect and display system facts"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 optdepends=('java-environment: jruby support')
 replaces=('cfacter')
 source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('8e0789eb1d452388fdba9c2e46df9d54')
+md5sums=('8d6445df0f243444c4d330f528625cbf')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-07-21 Thread Jonathan Steel
Date: Thursday, July 21, 2016 @ 09:11:47
  Author: jsteel
Revision: 183650

archrelease: copy trunk to community-testing-any

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

+
 PKGBUILD   |   65 +++
 puppet.install |   20 
 2 files changed, 85 insertions(+)

Copied: puppet/repos/community-testing-any/PKGBUILD (from rev 183649, 
puppet/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-07-21 09:11:47 UTC (rev 183650)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=4.5.3
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="http://puppetlabs.com/puppet/puppet-open-source;
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('199c3efd1e45dea02119c951cd9c3f1d')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
+
+  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+
+  # vim and emacs
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
+"$pkgdir"/usr/share/emacs/site-lisp/$pkgname-mode.el
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
+"$pkgdir"/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Match permissions that puppet sets when running
+  chmod 775 "$pkgdir"/var/lib/puppet
+  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
+
+  rm -r "$pkgdir"/var/run
+}

Copied: puppet/repos/community-testing-any/puppet.install (from rev 183649, 
puppet/trunk/puppet.install)
===
--- community-testing-any/puppet.install(rev 0)
+++ community-testing-any/puppet.install2016-07-21 09:11:47 UTC (rev 
183650)
@@ -0,0 +1,20 @@
+pre_install() {
+  getent group puppet &>/dev/null || groupadd -r puppet -g 52
+  getent passwd puppet &>/dev/null || useradd -r -u 52 -g puppet \
+-d /var/lib/puppet -s /usr/bin/nologin -c "Puppet" puppet
+}
+
+pre_upgrade() {
+  pre_install
+
+  # puppetmaster has been dropped
+  if [[ -f /run/puppetlabs/master.pid ]]; then
+systemctl stop puppetmaster
+  fi
+}
+
+pre_remove() {
+  if [[ -f /run/puppetlabs/agent.pid ]]; then
+systemctl stop puppet
+  fi
+}


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

2016-07-21 Thread Jonathan Steel
Date: Thursday, July 21, 2016 @ 09:11:39
  Author: jsteel
Revision: 183649

upgpkg: puppet 4.5.3-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 08:38:52 UTC (rev 183648)
+++ PKGBUILD2016-07-21 09:11:39 UTC (rev 183649)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=puppet
-pkgver=4.5.2
+pkgver=4.5.3
 pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
@@ -21,7 +21,7 @@
 'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('baae92065c1d9d6636063513d30764b5')
+md5sums=('199c3efd1e45dea02119c951cd9c3f1d')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in deluge/repos (5 files)

2016-07-21 Thread Jan Steffens
Date: Thursday, July 21, 2016 @ 09:05:34
  Author: heftig
Revision: 272083

archrelease: copy trunk to testing-any

Added:
  deluge/repos/testing-any/
  deluge/repos/testing-any/PKGBUILD
(from rev 272082, deluge/trunk/PKGBUILD)
  deluge/repos/testing-any/deluge-web.service
(from rev 272082, deluge/trunk/deluge-web.service)
  deluge/repos/testing-any/deluge.install
(from rev 272082, deluge/trunk/deluge.install)
  deluge/repos/testing-any/deluged.service
(from rev 272082, deluge/trunk/deluged.service)

+
 PKGBUILD   |   54 +++
 deluge-web.service |   10 +
 deluge.install |7 ++
 deluged.service|   11 ++
 4 files changed, 82 insertions(+)

Copied: deluge/repos/testing-any/PKGBUILD (from rev 272082, 
deluge/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-07-21 09:05:34 UTC (rev 272083)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=deluge
+pkgver=1.3.13
+pkgrel=1
+pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
+arch=(any)
+url="http://deluge-torrent.org/;
+license=(GPL3)
+depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
+ python2-chardet python2-setuptools)
+makedepends=(intltool pygtk librsvg python2-mako git)
+optdepends=('python2-notify: libnotify notifications'
+'pygtk: needed for gtk ui'
+'librsvg: needed for gtk ui'
+'python2-mako: needed for web ui')
+install=deluge.install
+_commit=226346311412c164cfb5e467d04b1ee8627bc015
+source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
+deluged.service deluge-web.service)
+sha256sums=('SKIP'
+'58a451bb6cf4fe6ff78a4fb71d51c5910340a2de032ff435c3c7365015ab538f'
+'c3f2d6ad5bc9de5ffd9973d92badbe04a9ecf12c0c575e13d505a96add03275a')
+
+prepare() {
+  cd $pkgname
+  sed -i '1s/python$/&2/' \
+deluge/ui/Win32IconImagePlugin.py \
+deluge/ui/web/gen_gettext.py
+}
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/^deluge-//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 ../deluged.service 
"$pkgdir/usr/lib/systemd/system/deluged.service"
+  install -Dm644 ../deluge-web.service 
"$pkgdir/usr/lib/systemd/system/deluge-web.service"
+
+  install -d "$pkgdir/srv"
+  install -d -m 775 -o 125 -g 125 "$pkgdir/srv/deluge"
+}

Copied: deluge/repos/testing-any/deluge-web.service (from rev 272082, 
deluge/trunk/deluge-web.service)
===
--- testing-any/deluge-web.service  (rev 0)
+++ testing-any/deluge-web.service  2016-07-21 09:05:34 UTC (rev 272083)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Deluge WebUI
+After=deluged.service
+
+[Service]
+User=deluge
+ExecStart=/usr/bin/deluge-web
+
+[Install]
+WantedBy=multi-user.target

Copied: deluge/repos/testing-any/deluge.install (from rev 272082, 
deluge/trunk/deluge.install)
===
--- testing-any/deluge.install  (rev 0)
+++ testing-any/deluge.install  2016-07-21 09:05:34 UTC (rev 272083)
@@ -0,0 +1,7 @@
+post_install() {
+  if ! getent passwd deluge &>/dev/null; then
+groupadd -g 125 deluge
+useradd -c 'Deluge user' -u 125 -g deluge -d /srv/deluge -s /bin/false 
deluge
+passwd -l deluge &>/dev/null
+  fi
+}

Copied: deluge/repos/testing-any/deluged.service (from rev 272082, 
deluge/trunk/deluged.service)
===
--- testing-any/deluged.service (rev 0)
+++ testing-any/deluged.service 2016-07-21 09:05:34 UTC (rev 272083)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Deluge Daemon
+After=network.target
+
+[Service]
+User=deluge
+ExecStart=/usr/bin/deluged -d
+UMask=0002
+
+[Install]
+WantedBy=multi-user.target


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

2016-07-21 Thread Jan Steffens
Date: Thursday, July 21, 2016 @ 09:04:27
  Author: heftig
Revision: 272082

1.3.13-1

Modified:
  deluge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 08:58:38 UTC (rev 272081)
+++ PKGBUILD2016-07-21 09:04:27 UTC (rev 272082)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=deluge
-pkgver=1.3.12+73+g5f92810
+pkgver=1.3.13
 pkgrel=1
 pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
 arch=(any)
@@ -18,7 +18,7 @@
 'librsvg: needed for gtk ui'
 'python2-mako: needed for web ui')
 install=deluge.install
-_commit=5f92810f761e7df7b1f03e916535ad8b4ce6c08c
+_commit=226346311412c164cfb5e467d04b1ee8627bc015
 source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
 deluged.service deluge-web.service)
 sha256sums=('SKIP'


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

2016-07-21 Thread Jan Steffens
Date: Thursday, July 21, 2016 @ 08:58:38
  Author: heftig
Revision: 272081

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

Added:
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-i686/PKGBUILD
(from rev 272080, libtorrent-rasterbar/trunk/PKGBUILD)
  
libtorrent-rasterbar/repos/testing-i686/libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch
(from rev 272080, 
libtorrent-rasterbar/trunk/libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch)
  
libtorrent-rasterbar/repos/testing-i686/libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch
(from rev 272080, 
libtorrent-rasterbar/trunk/libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch)
  
libtorrent-rasterbar/repos/testing-i686/libtorrent-rasterbar-1.1.0-python-fixes.patch
(from rev 272080, 
libtorrent-rasterbar/trunk/libtorrent-rasterbar-1.1.0-python-fixes.patch)
  libtorrent-rasterbar/repos/testing-x86_64/
  libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD
(from rev 272080, libtorrent-rasterbar/trunk/PKGBUILD)
  
libtorrent-rasterbar/repos/testing-x86_64/libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch
(from rev 272080, 
libtorrent-rasterbar/trunk/libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch)
  
libtorrent-rasterbar/repos/testing-x86_64/libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch
(from rev 272080, 
libtorrent-rasterbar/trunk/libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch)
  
libtorrent-rasterbar/repos/testing-x86_64/libtorrent-rasterbar-1.1.0-python-fixes.patch
(from rev 272080, 
libtorrent-rasterbar/trunk/libtorrent-rasterbar-1.1.0-python-fixes.patch)

-+
 testing-i686/PKGBUILD   |   69 
++
 testing-i686/libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch |   31 
+
 testing-i686/libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch   |  262 
++
 testing-i686/libtorrent-rasterbar-1.1.0-python-fixes.patch  |   50 
+
 testing-x86_64/PKGBUILD |   69 
++
 testing-x86_64/libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch   |   31 
+
 testing-x86_64/libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch |  262 
++
 testing-x86_64/libtorrent-rasterbar-1.1.0-python-fixes.patch|   50 
+
 8 files changed, 824 insertions(+)

Copied: libtorrent-rasterbar/repos/testing-i686/PKGBUILD (from rev 272080, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-07-21 08:58:38 UTC (rev 272081)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.1
+pkgrel=3
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs')
+makedepends=('boost' 'python2' 'python3')
+options=('!emptydirs')
+_pkgver=${pkgver//./_}
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz
+libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch
+libtorrent-rasterbar-1.1.0-python-fixes.patch
+libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch)
+sha1sums=('ac6e871d3b71a56e849ab1fc6369165a80acfd32'
+  'b05f12f7d43960273b2d7e15aeeeb2bbc755b58b'
+  '5ade010320bde598f48351f0659f88d9d980fad4'
+  '3dd8a74d5ce785755efbf8fc10d3013bba4bc261')
+
+prepare() {
+  mkdir py2 py3
+  cd libtorrent-libtorrent-${_pkgver}
+
+  # Backports from master, patches sourced from
+  # 
https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar
+  patch -Np1 -i ../libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch
+  patch -Np1 -i ../libtorrent-rasterbar-1.1.0-python-fixes.patch
+  patch -Np1 -i ../libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch
+
+  # Avoid depending on newer processors
+  sed -i 's/-msse4.2//' configure.ac
+
+  ./autotool.sh
+}
+
+_build() (
+  cd py$1
+  # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
+  CXXFLAGS="$CXXFLAGS -std=c++11" \
+  PYTHON=/usr/bin/python$1 \
+  ../libtorrent-libtorrent-${_pkgver}/configure \
+--prefix=/usr \
+--enable-python-binding \
+--enable-examples \
+--disable-static \
+--with-libiconv
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+package() {
+  make -C py2 DESTDIR="$pkgdir" install
+  make -C py3 DESTDIR="$pkgdir" install
+  install -Dm644 libtorrent-libtorrent-${_pkgver}/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove most example binaries
+  rm 

[arch-commits] Commit in libtorrent-rasterbar/trunk (5 files)

2016-07-21 Thread Jan Steffens
Date: Thursday, July 21, 2016 @ 08:57:24
  Author: heftig
Revision: 272080

1.1-3

Added:
  libtorrent-rasterbar/trunk/libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch
  
libtorrent-rasterbar/trunk/libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch
  libtorrent-rasterbar/trunk/libtorrent-rasterbar-1.1.0-python-fixes.patch
Modified:
  libtorrent-rasterbar/trunk/PKGBUILD
Deleted:
  libtorrent-rasterbar/trunk/boost-1.60.patch

--+
 PKGBUILD |   62 ++-
 boost-1.60.patch |   22 -
 libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch   |   31 +
 libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch |  262 +
 libtorrent-rasterbar-1.1.0-python-fixes.patch|   50 ++
 5 files changed, 388 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 01:30:43 UTC (rev 272079)
+++ PKGBUILD2016-07-21 08:57:24 UTC (rev 272080)
@@ -5,37 +5,65 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;
 arch=('i686' 'x86_64')
 license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
+depends=('boost-libs')
+makedepends=('boost' 'python2' 'python3')
 options=('!emptydirs')
-source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${pkgver//./_}/$pkgname-$pkgver.tar.gz)
-sha1sums=('ac6e871d3b71a56e849ab1fc6369165a80acfd32')
+_pkgver=${pkgver//./_}
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz
+libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch
+libtorrent-rasterbar-1.1.0-python-fixes.patch
+libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch)
+sha1sums=('ac6e871d3b71a56e849ab1fc6369165a80acfd32'
+  'b05f12f7d43960273b2d7e15aeeeb2bbc755b58b'
+  '5ade010320bde598f48351f0659f88d9d980fad4'
+  '3dd8a74d5ce785755efbf8fc10d3013bba4bc261')
 
 prepare() {
-  # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
-  export CXXFLAGS="$CXXFLAGS -std=c++11"
+  mkdir py2 py3
+  cd libtorrent-libtorrent-${_pkgver}
+
+  # Backports from master, patches sourced from
+  # 
https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar
+  patch -Np1 -i ../libtorrent-rasterbar-1.1.0-fix-get-ip-filter.patch
+  patch -Np1 -i ../libtorrent-rasterbar-1.1.0-python-fixes.patch
+  patch -Np1 -i ../libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch
+
+  # Avoid depending on newer processors
+  sed -i 's/-msse4.2//' configure.ac
+
+  ./autotool.sh
 }
 
-build() {
-  cd libtorrent-libtorrent-${pkgver//./_}
-  ./autotool.sh
-  PYTHON=/usr/bin/python2 \
-  ./configure \
+_build() (
+  cd py$1
+  # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
+  CXXFLAGS="$CXXFLAGS -std=c++11" \
+  PYTHON=/usr/bin/python$1 \
+  ../libtorrent-libtorrent-${_pkgver}/configure \
 --prefix=/usr \
 --enable-python-binding \
---with-libgeoip=system \
+--enable-examples \
+--disable-static \
 --with-libiconv
-  make
+)
+
+build() {
+  _build 2
+  _build 3
 }
 
 package() {
-  cd libtorrent-libtorrent-${pkgver//./_}
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  make -C py2 DESTDIR="$pkgdir" install
+  make -C py3 DESTDIR="$pkgdir" install
+  install -Dm644 libtorrent-libtorrent-${_pkgver}/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove most example binaries
+  rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
 }

Deleted: boost-1.60.patch
===
--- boost-1.60.patch2016-07-21 01:30:43 UTC (rev 272079)
+++ boost-1.60.patch2016-07-21 08:57:24 UTC (rev 272080)
@@ -1,22 +0,0 @@
-From 5330ba5af717b983e456be9f576d66b78d9ca214 Mon Sep 17 00:00:00 2001
-From: Andrew Resch 
-Date: Sat, 2 Jan 2016 14:40:02 -0800
-Subject: [PATCH] register_ptr_to_python for boost::shared_ptr
-

- bindings/python/src/session.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/bindings/python/src/session.cpp b/bindings/python/src/session.cpp
-index fe53e10..727a54a 100644
 a/bindings/python/src/session.cpp
-+++ b/bindings/python/src/session.cpp
-@@ -799,7 +799,7 @@ void bind_session()
- .def("settings", _feed_settings)
- ;
- 
--register_ptr_to_python();
-+register_ptr_to_python();
- 
- def("high_performance_seed", high_performance_seed);
- def("min_memory_usage", min_memory_usage);

Added: 

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

2016-07-21 Thread Sven-Hendrik Haase
Date: Thursday, July 21, 2016 @ 08:38:52
  Author: svenstaro
Revision: 183648

Fix paste

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 07:25:20 UTC (rev 183647)
+++ PKGBUILD2016-07-21 08:38:52 UTC (rev 183648)
@@ -1,4 +1,3 @@
-source_x86_64=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux32.tar.bz2)
 # $Id$
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Daenyth 


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

2016-07-21 Thread Timothy Redaelli
Date: Thursday, July 21, 2016 @ 07:25:20
  Author: tredaelli
Revision: 183647

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

Added:
  purple-skypeweb/repos/community-i686/PKGBUILD
(from rev 183646, purple-skypeweb/trunk/PKGBUILD)
  purple-skypeweb/repos/community-x86_64/PKGBUILD
(from rev 183646, purple-skypeweb/trunk/PKGBUILD)
Deleted:
  purple-skypeweb/repos/community-i686/PKGBUILD
  purple-skypeweb/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-21 07:25:11 UTC (rev 183646)
+++ community-i686/PKGBUILD 2016-07-21 07:25:20 UTC (rev 183647)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Colin Arnott
-
-pkgname=purple-skypeweb
-_pkgname=skypeweb
-_parentname=skype4pidgin
-pkgver=1.1
-pkgrel=1
-arch=('x86_64' 'i686')
-license=('GPL3')
-pkgdesc="SkypeWeb Plugin for Pidgin"
-url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
-depends=('libpurple' 'json-glib')
-makedepends=('pkg-config')
-conflicts=('skype4pidgin')
-
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
-sha256sums=('e1c3c07fa2ed82500b8a14045bd5d59e893002dbbeb66ade7ad6dc042be39700')
-
-build() {
-cd "$srcdir/$_parentname-$pkgver/$_pkgname"
-make
-}
-
-package() {
-cd "$srcdir/$_parentname-$pkgver/$_pkgname"
-make DESTDIR="$pkgdir" install
-}

Copied: purple-skypeweb/repos/community-i686/PKGBUILD (from rev 183646, 
purple-skypeweb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-21 07:25:20 UTC (rev 183647)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Colin Arnott
+
+pkgname=purple-skypeweb
+_pkgname=skypeweb
+_parentname=skype4pidgin
+pkgver=1.2
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL3')
+pkgdesc="SkypeWeb Plugin for Pidgin"
+url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
+depends=('libpurple' 'json-glib')
+makedepends=('pkg-config')
+conflicts=('skype4pidgin')
+
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/v$pkgver.tar.gz;)
+sha256sums=('a04c595965a161304aee8cfe10a450b24618cd4d4bba632820dffcf9ff98414c')
+
+build() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make
+}
+
+package() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-21 07:25:11 UTC (rev 183646)
+++ community-x86_64/PKGBUILD   2016-07-21 07:25:20 UTC (rev 183647)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Colin Arnott
-
-pkgname=purple-skypeweb
-_pkgname=skypeweb
-_parentname=skype4pidgin
-pkgver=1.1
-pkgrel=1
-arch=('x86_64' 'i686')
-license=('GPL3')
-pkgdesc="SkypeWeb Plugin for Pidgin"
-url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
-depends=('libpurple' 'json-glib')
-makedepends=('pkg-config')
-conflicts=('skype4pidgin')
-
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
-sha256sums=('e1c3c07fa2ed82500b8a14045bd5d59e893002dbbeb66ade7ad6dc042be39700')
-
-build() {
-cd "$srcdir/$_parentname-$pkgver/$_pkgname"
-make
-}
-
-package() {
-cd "$srcdir/$_parentname-$pkgver/$_pkgname"
-make DESTDIR="$pkgdir" install
-}

Copied: purple-skypeweb/repos/community-x86_64/PKGBUILD (from rev 183646, 
purple-skypeweb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-21 07:25:20 UTC (rev 183647)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Colin Arnott
+
+pkgname=purple-skypeweb
+_pkgname=skypeweb
+_parentname=skype4pidgin
+pkgver=1.2
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL3')
+pkgdesc="SkypeWeb Plugin for Pidgin"
+url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
+depends=('libpurple' 'json-glib')
+makedepends=('pkg-config')
+conflicts=('skype4pidgin')
+
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/v$pkgver.tar.gz;)
+sha256sums=('a04c595965a161304aee8cfe10a450b24618cd4d4bba632820dffcf9ff98414c')
+
+build() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make
+}
+

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

2016-07-21 Thread Timothy Redaelli
Date: Thursday, July 21, 2016 @ 07:25:11
  Author: tredaelli
Revision: 183646

upgpkg: purple-skypeweb 1.2-1

Modified:
  purple-skypeweb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 07:18:14 UTC (rev 183645)
+++ PKGBUILD2016-07-21 07:25:11 UTC (rev 183646)
@@ -5,7 +5,7 @@
 pkgname=purple-skypeweb
 _pkgname=skypeweb
 _parentname=skype4pidgin
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
 arch=('x86_64' 'i686')
 license=('GPL3')
@@ -15,8 +15,8 @@
 makedepends=('pkg-config')
 conflicts=('skype4pidgin')
 
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
-sha256sums=('e1c3c07fa2ed82500b8a14045bd5d59e893002dbbeb66ade7ad6dc042be39700')
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/v$pkgver.tar.gz;)
+sha256sums=('a04c595965a161304aee8cfe10a450b24618cd4d4bba632820dffcf9ff98414c')
 
 build() {
 cd "$srcdir/$_parentname-$pkgver/$_pkgname"


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

2016-07-21 Thread Timothy Redaelli
Date: Thursday, July 21, 2016 @ 07:18:05
  Author: tredaelli
Revision: 183644

upgpkg: qbittorrent 3.3.6-1

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-21 05:42:43 UTC (rev 183643)
+++ PKGBUILD2016-07-21 07:18:05 UTC (rev 183644)
@@ -8,7 +8,7 @@
 
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.5
+pkgver=3.3.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.qbittorrent.org;
@@ -17,7 +17,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
 'qbittorrent.service'
'qbittorrent@.service')
-sha256sums=('38cdad6644ff6eb3f4b957629b41a3c16e811e254a742575ce06be3549a604da'
+sha256sums=('5a1610311edd86023a6475dac20e24e89515d08a289d8bf0bf2ad1e27d4c624c'
 'SKIP'
 '8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
 '12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')


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

2016-07-21 Thread Timothy Redaelli
Date: Thursday, July 21, 2016 @ 07:18:14
  Author: tredaelli
Revision: 183645

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

Added:
  qbittorrent/repos/community-i686/PKGBUILD
(from rev 183644, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-i686/qbittorrent.service
(from rev 183644, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-i686/qbittorrent@.service
(from rev 183644, qbittorrent/trunk/qbittorrent@.service)
  qbittorrent/repos/community-x86_64/PKGBUILD
(from rev 183644, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-x86_64/qbittorrent.service
(from rev 183644, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-x86_64/qbittorrent@.service
(from rev 183644, qbittorrent/trunk/qbittorrent@.service)
Deleted:
  qbittorrent/repos/community-i686/PKGBUILD
  qbittorrent/repos/community-i686/qbittorrent.service
  qbittorrent/repos/community-i686/qbittorrent@.service
  qbittorrent/repos/community-x86_64/PKGBUILD
  qbittorrent/repos/community-x86_64/qbittorrent.service
  qbittorrent/repos/community-x86_64/qbittorrent@.service

---+
 /PKGBUILD |  126 
 /qbittorrent.service  |   22 +
 /qbittorrent@.service |   24 ++
 community-i686/PKGBUILD   |   63 
 community-i686/qbittorrent.service|   11 --
 community-i686/qbittorrent@.service   |   12 ---
 community-x86_64/PKGBUILD |   63 
 community-x86_64/qbittorrent.service  |   11 --
 community-x86_64/qbittorrent@.service |   12 ---
 9 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-21 07:18:05 UTC (rev 183644)
+++ community-i686/PKGBUILD 2016-07-21 07:18:14 UTC (rev 183645)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=qbittorrent
-pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.5
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org;
-license=('custom' 'GPL')
-makedepends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils' 'boost' 'qt5-tools')
-source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
-'qbittorrent.service'
-   'qbittorrent@.service')
-sha256sums=('38cdad6644ff6eb3f4b957629b41a3c16e811e254a742575ce06be3549a604da'
-'SKIP'
-'8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
-'12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')
-validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  mkdir $pkgbase
-  pushd $pkgbase
-  ../configure --prefix=/usr
-  make
-
-  # Build nox variant
-  popd
-  mkdir "$pkgbase-nox"
-  pushd "$pkgbase-nox"
-  ../configure --prefix=/usr --disable-gui
-}
-
-package_qbittorrent() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar."
-  depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils')
-  optdepends=('python: needed for torrent search tab')
-
-  cd $pkgbase-$pkgver/$pkgbase
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_qbittorrent-nox() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar, w/o gui"
-  depends=('libtorrent-rasterbar' 'qt5-base')
-
-  cd $pkgbase-$pkgver/$pkgbase-nox
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  install -Dm644 "$srcdir/qbittorrent.service" 
"$pkgdir/usr/lib/systemd/user/qbittorrent.service"
-  install -Dm644 "$srcdir/qbittorrent@.service" 
"$pkgdir/usr/lib/systemd/system/qbittorrent@.service"
-}

Copied: qbittorrent/repos/community-i686/PKGBUILD (from rev 183644, 
qbittorrent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-21 07:18:14 UTC (rev 183645)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Jkkyll Wu 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Geoffroy Carrier