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

2017-08-10 Thread Felix Yan
Date: Friday, August 11, 2017 @ 06:43:42
  Author: felixonmars
Revision: 301877

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

Added:
  python-wrapt/repos/extra-i686/PKGBUILD
(from rev 301876, python-wrapt/trunk/PKGBUILD)
  python-wrapt/repos/extra-x86_64/PKGBUILD
(from rev 301876, python-wrapt/trunk/PKGBUILD)
Deleted:
  python-wrapt/repos/extra-i686/PKGBUILD
  python-wrapt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-11 06:43:15 UTC (rev 301876)
+++ extra-i686/PKGBUILD 2017-08-11 06:43:42 UTC (rev 301877)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Troy C < rstrox -ta yahoo -tod com >
-
-pkgbase=python-wrapt
-pkgname=(python-wrapt python2-wrapt)
-pkgver=1.10.10
-pkgrel=1
-pkgdesc="A Python module for decorators, wrappers and monkey patching"
-arch=("i686" "x86_64")
-url="https://pypi.python.org/pypi/wrapt";
-license=("BSD")
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/GrahamDumpleton/wrapt/archive/$pkgver.tar.gz";)
-sha256sums=('ded853e421bbc7bb668b085391f2e2be9bd83f8e3565f8efddc937284446e3aa')
-
-prepare() {
-  cp -a wrapt-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/wrapt-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/wrapt-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/wrapt-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" py.test
-
-  cd "$srcdir"/wrapt-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
-}
-
-package_python-wrapt() {
-  depends=('python')
-
-  cd wrapt-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-wrapt() {
-  depends=('python2')
-
-  cd wrapt-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-wrapt/repos/extra-i686/PKGBUILD (from rev 301876, 
python-wrapt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-11 06:43:42 UTC (rev 301877)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Troy C < rstrox -ta yahoo -tod com >
+
+pkgbase=python-wrapt
+pkgname=(python-wrapt python2-wrapt)
+pkgver=1.10.11
+pkgrel=1
+pkgdesc="A Python module for decorators, wrappers and monkey patching"
+arch=("i686" "x86_64")
+url="https://pypi.python.org/pypi/wrapt";
+license=("BSD")
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GrahamDumpleton/wrapt/archive/$pkgver.tar.gz";)
+sha512sums=('cc051749341bcd6fc1a950607fad94f74334a00acf0366129470181a5af7a3af32a26e5c5deee9242ee12bcc7e4c47dacb958c514aba8a764be3bcc662845b98')
+
+prepare() {
+  cp -a wrapt-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/wrapt-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/wrapt-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/wrapt-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" py.test
+
+  cd "$srcdir"/wrapt-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+}
+
+package_python-wrapt() {
+  depends=('python')
+
+  cd wrapt-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-wrapt() {
+  depends=('python2')
+
+  cd wrapt-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-11 06:43:15 UTC (rev 301876)
+++ extra-x86_64/PKGBUILD   2017-08-11 06:43:42 UTC (rev 301877)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Troy C < rstrox -ta yahoo -tod com >
-
-pkgbase=python-wrapt
-pkgname=(python-wrapt python2-wrapt)
-pkgver=1.10.10
-pkgrel=1
-pkgdesc="A Python module for decorators, wrappers and monkey patching"
-arch=("i686" "x86_64")
-url="https://pypi.python.org/pypi/wrapt";
-license=("BSD")
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/GrahamDumpleton/wrapt/archive/$pkgver.tar.gz";)
-sha256sums=('ded853e421bbc7bb668b085391f2e2be9bd83f8e3565f8efddc937284446e3aa')
-
-prepare() {
-  cp -a wrapt-$

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

2017-08-10 Thread Felix Yan
Date: Friday, August 11, 2017 @ 06:43:15
  Author: felixonmars
Revision: 301876

upgpkg: python-wrapt 1.10.11-1

Modified:
  python-wrapt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 02:46:08 UTC (rev 301875)
+++ PKGBUILD2017-08-11 06:43:15 UTC (rev 301876)
@@ -4,7 +4,7 @@
 
 pkgbase=python-wrapt
 pkgname=(python-wrapt python2-wrapt)
-pkgver=1.10.10
+pkgver=1.10.11
 pkgrel=1
 pkgdesc="A Python module for decorators, wrappers and monkey patching"
 arch=("i686" "x86_64")
@@ -13,7 +13,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/GrahamDumpleton/wrapt/archive/$pkgver.tar.gz";)
-sha256sums=('ded853e421bbc7bb668b085391f2e2be9bd83f8e3565f8efddc937284446e3aa')
+sha512sums=('cc051749341bcd6fc1a950607fad94f74334a00acf0366129470181a5af7a3af32a26e5c5deee9242ee12bcc7e4c47dacb958c514aba8a764be3bcc662845b98')
 
 prepare() {
   cp -a wrapt-$pkgver{,-py2}


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

2017-08-10 Thread Felix Yan
Date: Friday, August 11, 2017 @ 02:48:36
  Author: felixonmars
Revision: 249814

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

Added:
  pandoc-crossref/repos/community-i686/PKGBUILD
(from rev 249813, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-x86_64/PKGBUILD
(from rev 249813, pandoc-crossref/trunk/PKGBUILD)
Deleted:
  pandoc-crossref/repos/community-i686/PKGBUILD
  pandoc-crossref/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-11 02:48:09 UTC (rev 249813)
+++ community-i686/PKGBUILD 2017-08-11 02:48:36 UTC (rev 249814)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=pandoc-crossref
-pkgver=0.2.5.0
-pkgrel=91
-pkgdesc="Pandoc filter for cross-references"
-url="https://hackage.haskell.org/package/${pkgname}";
-license=("GPL2")
-arch=('i686' 'x86_64')
-depends=('ghc' "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
- "haskell-data-accessor-transformers" "haskell-mtl" "pandoc" 
"haskell-pandoc-types"
- "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
-conflicts=('haskell-pandoc-crossref')
-replaces=('haskell-pandoc-crossref')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
-
-prepare() {
-sed -e 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' \
--e 's/, syb >= 0.4 && < 0.7/, syb >= 0.4 \&\& < 0.8/' \
--i ${pkgname}-${pkgver}/${pkgname}.cabal
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
-
-# Remove static libs
-find "$pkgdir"/usr/lib -name "*.a" -delete
-}

Copied: pandoc-crossref/repos/community-i686/PKGBUILD (from rev 249813, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-11 02:48:36 UTC (rev 249814)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.2.6.0
+pkgrel=1
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" "pandoc" 
"haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('2af52b5f347b039148d5285b1277a1c3e382bf0f666d353ac593635f1bae3ef692fac7319ed0ca8c9ab33475a2bb28ae5b540d80c637eb39f8f5a22830258fc1')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}

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

2017-08-10 Thread Felix Yan
Date: Friday, August 11, 2017 @ 02:48:09
  Author: felixonmars
Revision: 249813

upgpkg: pandoc-crossref 0.2.6.0-1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 02:37:39 UTC (rev 249812)
+++ PKGBUILD2017-08-11 02:48:09 UTC (rev 249813)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=pandoc-crossref
-pkgver=0.2.5.0
-pkgrel=91
+pkgver=0.2.6.0
+pkgrel=1
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}";
 license=("GPL2")
@@ -15,17 +15,11 @@
 conflicts=('haskell-pandoc-crossref')
 replaces=('haskell-pandoc-crossref')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+sha512sums=('2af52b5f347b039148d5285b1277a1c3e382bf0f666d353ac593635f1bae3ef692fac7319ed0ca8c9ab33475a2bb28ae5b540d80c637eb39f8f5a22830258fc1')
 
-prepare() {
-sed -e 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' \
--e 's/, syb >= 0.4 && < 0.7/, syb >= 0.4 \&\& < 0.8/' \
--i ${pkgname}-${pkgver}/${pkgname}.cabal
-}
-
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
-
+
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
@@ -39,7 +33,7 @@
 
 package() {
 cd "${srcdir}/${pkgname}-${pkgver}"
-
+
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
 install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"


[arch-commits] Commit in perl-net-server/trunk (2 files)

2017-08-10 Thread Felix Yan
Date: Friday, August 11, 2017 @ 02:45:52
  Author: felixonmars
Revision: 301874

upgpkg: perl-net-server 2.009-1

Modified:
  perl-net-server/trunk/PKGBUILD
Deleted:
  perl-net-server/trunk/Use-File-Temp-instead-of-POSIX-tmpnam.patch

-+
 PKGBUILD|   16 --
 Use-File-Temp-instead-of-POSIX-tmpnam.patch |  156 --
 2 files changed, 4 insertions(+), 168 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 02:36:37 UTC (rev 301873)
+++ PKGBUILD2017-08-11 02:45:52 UTC (rev 301874)
@@ -2,8 +2,8 @@
 # Maintainer: Justin Davis (juster) 
 
 pkgname=perl-net-server
-pkgver=2.008
-pkgrel=2
+pkgver=2.009
+pkgrel=1
 pkgdesc='Extensible, general Perl server engine'
 arch=('any')
 url="https://metacpan.org/release/Net-Server";
@@ -10,17 +10,9 @@
 license=('PerlArtistic' 'GPL')
 depends=('perl')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Net-Server-$pkgver.tar.gz";
-'Use-File-Temp-instead-of-POSIX-tmpnam.patch')
-md5sums=('85d488bc800f582839dd924ffa3f0d26'
- 'e2ee4ba0d489f1e6fb13bfa3724fe2c9')
+source=("http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Net-Server-$pkgver.tar.gz";)
+sha512sums=('36409f8d2478877c68cbfcbe9c08045b0c24a926b64f022faf3de8f4b4369ff417d5c41ff1e9800553c38da29c6d72ef301119c956cb26439f6b6366ff4b459c')
 
-prepare() {
-  cd Net-Server-$pkgver
-  # https://github.com/rhandom/perl-net-server/issues/9
-  patch -Np1 -i ../Use-File-Temp-instead-of-POSIX-tmpnam.patch
-}
-
 build() {
   cd Net-Server-$pkgver
   perl Makefile.PL INSTALLDIRS=vendor

Deleted: Use-File-Temp-instead-of-POSIX-tmpnam.patch
===
--- Use-File-Temp-instead-of-POSIX-tmpnam.patch 2017-08-11 02:36:37 UTC (rev 
301873)
+++ Use-File-Temp-instead-of-POSIX-tmpnam.patch 2017-08-11 02:45:52 UTC (rev 
301874)
@@ -1,156 +0,0 @@
-From 128c34c9823340454dbdc16700bb67b40398a997 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= 
-Date: Mon, 22 May 2017 18:04:28 +0100
-Subject: [PATCH 1/2] Use File::Temp::tempdir in UNIX socket test/example
-
-POSIX::tmpnam is insecure, and has been removed in Perl 5.26.
-Instead, use File::Temp::tempdir() to create a secure tmporary
-directory that the server can create its UNIX sockets in.

- examples/connection_test.pl | 14 --
- t/UNIX_test.t   |  6 --
- 2 files changed, 12 insertions(+), 8 deletions(-)
-
-diff --git a/examples/connection_test.pl b/examples/connection_test.pl
-index 1ec49a1..7d8ff7a 100644
 a/examples/connection_test.pl
-+++ b/examples/connection_test.pl
-@@ -20,11 +20,11 @@ =head1 CLIENT SYNOPSIS
- 
- # or
- 
--perl connection_test.pl UNIX
-+perl connection_test.pl UNIX 
- 
- # or
- 
--perl connection_test.pl UNIX_DGRAM
-+perl connection_test.pl UNIX_DGRAM 
- 
- =cut
- 
-@@ -34,7 +34,8 @@ package MyPack;
- use warnings;
- use base qw(Net::Server);
- use IO::Socket ();
--use POSIX qw(tmpnam);
-+use File::Temp qw(tempdir);
-+use File::Spec::Functions qw(catdir);
- use Socket qw(SOCK_DGRAM SOCK_STREAM);
- 
- sub post_bind_hook {
-@@ -44,13 +45,14 @@ sub post_bind_hook {
-   }
- }
- 
--my $socket_file  = tmpnam();
--$socket_file =~ s|/[^/]+$|/mysocket.file|;
--my $socket_file2 = $socket_file ."2";
-+my $socket_dir  = $ARGV[1] || tempdir();
-+my $socket_file = catdir($socket_dir, 'mysocket.file');
-+my $socket_file2 = catdir($socket_dir, 'mysocket.file2');
- my $udp_port= 20204;
- my $tcp_port= 20204;
- 
- print "\$Net::Server::VERSION = $Net::Server::VERSION\n";
-+print "UNIX socket directory = $socket_dir\n";
- 
- if( @ARGV ){
-   if( uc($ARGV[0]) eq 'UDP' ){
-diff --git a/t/UNIX_test.t b/t/UNIX_test.t
-index b41f2fa..92649f2 100644
 a/t/UNIX_test.t
-+++ b/t/UNIX_test.t
-@@ -2,7 +2,8 @@
- 
- package Net::Server::Test;
- use strict;
--use POSIX qw(tmpnam);
-+use File::Temp qw(tempdir);
-+use File::Spec::Functions qw(catfile);
- use English qw($UID $GID);
- use FindBin qw($Bin);
- use lib $Bin;
-@@ -22,7 +23,8 @@ sub accept {
- return shift->SUPER::accept(@_);
- }
- 
--my $socket_file = tmpnam; # must do before fork
-+my $socket_dir = tempdir();
-+my $socket_file = catfile($socket_dir, 'socket'); # must do before fork
- my $ok = eval {
- local $SIG{'ALRM'} = sub { die "Timeout\n" };
- alarm $env->{'timeout'};
-
-From 25a33396e0af3a0a24463f4633b6b130904a8676 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= 
-Date: Mon, 22 May 2017 18:05:58 +0100
-Subject: [PATCH 2/2] Use File::Temp::tempfile instead of POSIX::tmpnam for
- lock file
-
-POSIX::tmpnam is insecure, and has been removed in Perl 5.26.
-Instead, use File::Temp::tempfile to create the lock file.

- Makefile.PL | 1 +
- lib/Net/Server/PreFork.pm   | 2 +-
- lib/Net/Server/PreFork

[arch-commits] Commit in perl-net-server/repos/extra-any (3 files)

2017-08-10 Thread Felix Yan
Date: Friday, August 11, 2017 @ 02:46:08
  Author: felixonmars
Revision: 301875

archrelease: copy trunk to extra-any

Added:
  perl-net-server/repos/extra-any/PKGBUILD
(from rev 301874, perl-net-server/trunk/PKGBUILD)
Deleted:
  perl-net-server/repos/extra-any/PKGBUILD
  perl-net-server/repos/extra-any/Use-File-Temp-instead-of-POSIX-tmpnam.patch

-+
 PKGBUILD|   68 +--
 Use-File-Temp-instead-of-POSIX-tmpnam.patch |  156 --
 2 files changed, 30 insertions(+), 194 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-11 02:45:52 UTC (rev 301874)
+++ PKGBUILD2017-08-11 02:46:08 UTC (rev 301875)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Justin Davis (juster) 
-
-pkgname=perl-net-server
-pkgver=2.008
-pkgrel=2
-pkgdesc='Extensible, general Perl server engine'
-arch=('any')
-url="https://metacpan.org/release/Net-Server";
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Net-Server-$pkgver.tar.gz";
-'Use-File-Temp-instead-of-POSIX-tmpnam.patch')
-md5sums=('85d488bc800f582839dd924ffa3f0d26'
- 'e2ee4ba0d489f1e6fb13bfa3724fe2c9')
-
-prepare() {
-  cd Net-Server-$pkgver
-  # https://github.com/rhandom/perl-net-server/issues/9
-  patch -Np1 -i ../Use-File-Temp-instead-of-POSIX-tmpnam.patch
-}
-
-build() {
-  cd Net-Server-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Net-Server-$pkgver
-  make test
-}
-
-package() {
-  cd Net-Server-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-net-server/repos/extra-any/PKGBUILD (from rev 301874, 
perl-net-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-11 02:46:08 UTC (rev 301875)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Justin Davis (juster) 
+
+pkgname=perl-net-server
+pkgver=2.009
+pkgrel=1
+pkgdesc='Extensible, general Perl server engine'
+arch=('any')
+url="https://metacpan.org/release/Net-Server";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Net-Server-$pkgver.tar.gz";)
+sha512sums=('36409f8d2478877c68cbfcbe9c08045b0c24a926b64f022faf3de8f4b4369ff417d5c41ff1e9800553c38da29c6d72ef301119c956cb26439f6b6366ff4b459c')
+
+build() {
+  cd Net-Server-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-Server-$pkgver
+  make test
+}
+
+package() {
+  cd Net-Server-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Deleted: Use-File-Temp-instead-of-POSIX-tmpnam.patch
===
--- Use-File-Temp-instead-of-POSIX-tmpnam.patch 2017-08-11 02:45:52 UTC (rev 
301874)
+++ Use-File-Temp-instead-of-POSIX-tmpnam.patch 2017-08-11 02:46:08 UTC (rev 
301875)
@@ -1,156 +0,0 @@
-From 128c34c9823340454dbdc16700bb67b40398a997 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= 
-Date: Mon, 22 May 2017 18:04:28 +0100
-Subject: [PATCH 1/2] Use File::Temp::tempdir in UNIX socket test/example
-
-POSIX::tmpnam is insecure, and has been removed in Perl 5.26.
-Instead, use File::Temp::tempdir() to create a secure tmporary
-directory that the server can create its UNIX sockets in.

- examples/connection_test.pl | 14 --
- t/UNIX_test.t   |  6 --
- 2 files changed, 12 insertions(+), 8 deletions(-)
-
-diff --git a/examples/connection_test.pl b/examples/connection_test.pl
-index 1ec49a1..7d8ff7a 100644
 a/examples/connection_test.pl
-+++ b/examples/connection_test.pl
-@@ -20,11 +20,11 @@ =head1 CLIENT SYNOPSIS
- 
- # or
- 
--perl connection_test.pl UNIX
-+perl connection_test.pl UNIX 
- 
- # or
- 
--perl connection_test.pl UNIX_DGRAM
-+perl connection_test.pl UNIX_DGRAM 
- 
- =cut
- 
-@@ -34,7 +34,8 @@ package MyPack;
- use warnings;
- use base qw(Net::Server);
- use IO::Socket ();
--use POSIX qw(tmpnam);
-+use File::Temp qw(tempdir);
-+use File::Spec::Functions qw(catdir);
- use Socket qw(SOCK_DGRAM SOCK_STREAM);
- 
- sub post_bind_hook {
-@@ -44,13 +45,14 @@ sub post_bind_hook {
-   }
- }
- 
--my $socket_file  = tmpnam();
--$socket_file =~ s|/[^/]+$|/mysocket.file|;
--my $socket_file2 = $socket_file ."2";
-+my $socket_dir  = $ARGV[1] || tempdir();
-+my $socket_file = catdir($socket_dir, 'mysocket.file');
-+my $socket_file2 = catdir($socket_dir, 'mysocket.file2');
- my $udp_port= 20204;
- my $tcp_port= 20204;
- 
- print "\$Net::Server::VERSION = $Net::Server::VERSION\n";
-+print "UNIX socket directory = $socket_dir\n";
- 
- if( @ARGV ){
-   if( uc($ARGV[0]) eq 'UDP' ){
-diff --git a/t/UNIX_test.t b/t/UNIX_test.t
-index b41f2fa..92649f2 100644
 a/t/UNIX_test.t
-+++ b/t/UNIX_test.t
-@@ -2,7 +2,8 @@
- 
- pac

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

2017-08-10 Thread Felix Yan
Date: Friday, August 11, 2017 @ 02:37:22
  Author: felixonmars
Revision: 249811

upgpkg: python-softlayer 5.2.12-1

Modified:
  python-softlayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 02:34:17 UTC (rev 249810)
+++ PKGBUILD2017-08-11 02:37:22 UTC (rev 249811)
@@ -3,7 +3,7 @@
 
 pkgbase=python-softlayer
 pkgname=('python-softlayer' 'python2-softlayer')
-pkgver=5.2.11
+pkgver=5.2.12
 pkgrel=1
 pkgdesc="A library for SoftLayer's API"
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
   'python-testtools' 'python2-testtools')
 
source=("$pkgbase-$pkgver.tar.gz::http://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz";)
-sha512sums=('f7e8326cd3dadf1ff2b2b75d3bfa6cd326c37800874ed34706eb3e57917e596ed27d4b03712bb88ab2bd5c4ccb558afa44e769ad542958e93d0dcfb50ba7')
+sha512sums=('c18f8b755e050e8ea1311ab2daf9db0efb144b7dd52d23e6544150265bb5318249fedb53944e21354b77d5cfaae65fb36c78cd1f6c55c2d09c3e086757defe2e')
 
 prepare() {
   cp -a softlayer-python-$pkgver{,-py2}


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

2017-08-10 Thread Felix Yan
Date: Friday, August 11, 2017 @ 02:37:39
  Author: felixonmars
Revision: 249812

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-11 02:37:22 UTC (rev 249811)
+++ PKGBUILD2017-08-11 02:37:39 UTC (rev 249812)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-softlayer
-pkgname=('python-softlayer' 'python2-softlayer')
-pkgver=5.2.11
-pkgrel=1
-pkgdesc="A library for SoftLayer's API"
-arch=('any')
-license=('MIT')
-url='http://github.com/softlayer/softlayer-python'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-prettytable' 
'python2-prettytable'
- 'python-click' 'python2-click' 'python-requests' 
'python2-requests'
- 'python-prompt_toolkit' 'python2-prompt_toolkit' 
'python-pygments' 'python2-pygments')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-testtools' 'python2-testtools')
-source=("$pkgbase-$pkgver.tar.gz::http://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz";)
-sha512sums=('f7e8326cd3dadf1ff2b2b75d3bfa6cd326c37800874ed34706eb3e57917e596ed27d4b03712bb88ab2bd5c4ccb558afa44e769ad542958e93d0dcfb50ba7')
-
-prepare() {
-  cp -a softlayer-python-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/softlayer-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/softlayer-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/softlayer-python-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/softlayer-python-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-softlayer() {
-  depends=('python-setuptools' 'python-prettytable' 'python-click' 
'python-requests'
-   'python-prompt_toolkit' 'python-pygments')
-
-  cd softlayer-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-softlayer() {
-  depends=('python2-setuptools' 'python2-prettytable' 'python2-click' 
'python2-requests'
-   'python2-prompt_toolkit' 'python2-pygments')
-
-  cd softlayer-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/sl{,2}
-  mv "$pkgdir"/usr/bin/slcli{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-softlayer/repos/community-any/PKGBUILD (from rev 249811, 
python-softlayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-11 02:37:39 UTC (rev 249812)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-softlayer
+pkgname=('python-softlayer' 'python2-softlayer')
+pkgver=5.2.12
+pkgrel=1
+pkgdesc="A library for SoftLayer's API"
+arch=('any')
+license=('MIT')
+url='http://github.com/softlayer/softlayer-python'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-prettytable' 
'python2-prettytable'
+ 'python-click' 'python2-click' 'python-requests' 
'python2-requests'
+ 'python-prompt_toolkit' 'python2-prompt_toolkit' 
'python-pygments' 'python2-pygments')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-testtools' 'python2-testtools')
+source=("$pkgbase-$pkgver.tar.gz::http://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz";)
+sha512sums=('c18f8b755e050e8ea1311ab2daf9db0efb144b7dd52d23e6544150265bb5318249fedb53944e21354b77d5cfaae65fb36c78cd1f6c55c2d09c3e086757defe2e')
+
+prepare() {
+  cp -a softlayer-python-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/softlayer-python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/softlayer-python-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/softlayer-python-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/softlayer-python-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-softlayer() {
+  depends=('python-setuptools' 'python-prettytable' 'python-click' 
'python-requests'
+   'python-prompt_toolkit' 'python-pygments')
+
+  cd softlayer-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-softlayer() {
+  depends=('python2-setuptools' 'python2-prettytable' 'python2-click' 
'python2-requests'
+   'python2-prompt_toolkit' 'python2-pygments')
+
+  cd softlayer-python-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICE

[arch-commits] Commit in perl-class-inspector/repos/extra-any (PKGBUILD PKGBUILD)

2017-08-10 Thread Felix Yan
Date: Friday, August 11, 2017 @ 02:36:37
  Author: felixonmars
Revision: 301873

archrelease: copy trunk to extra-any

Added:
  perl-class-inspector/repos/extra-any/PKGBUILD
(from rev 301872, perl-class-inspector/trunk/PKGBUILD)
Deleted:
  perl-class-inspector/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-11 02:36:11 UTC (rev 301872)
+++ PKGBUILD2017-08-11 02:36:37 UTC (rev 301873)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-class-inspector
-pkgver=1.31
-pkgrel=2
-pkgdesc="Get information about a class and its structure"
-arch=('any')
-url="http://search.cpan.org/dist/Class-Inspector";
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Class-Inspector-${pkgver}.tar.gz";)
-sha1sums=('17154dfc8d22c60f2072a6d68724668af9eecdcd')
-
-build() {
-  cd Class-Inspector-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Class-Inspector-${pkgver}
-  make test
-}
-
-package() {
-  cd Class-Inspector-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-class-inspector/repos/extra-any/PKGBUILD (from rev 301872, 
perl-class-inspector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-11 02:36:37 UTC (rev 301873)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-class-inspector
+pkgver=1.32
+pkgrel=1
+pkgdesc="Get information about a class and its structure"
+arch=('any')
+url="http://search.cpan.org/dist/Class-Inspector";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Class-Inspector-${pkgver}.tar.gz";)
+sha512sums=('980654614d968e2fb61df864322f5c5248e352f0697a425539600c3549505f47b857d7856bc9d406ebc8757f8fc379a669f1f5085412f6fa48672c9db8a82df4')
+
+build() {
+  cd Class-Inspector-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Class-Inspector-${pkgver}
+  make test
+}
+
+package() {
+  cd Class-Inspector-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-class-inspector/trunk (PKGBUILD)

2017-08-10 Thread Felix Yan
Date: Friday, August 11, 2017 @ 02:36:11
  Author: felixonmars
Revision: 301872

upgpkg: perl-class-inspector 1.32-1

Modified:
  perl-class-inspector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 20:31:12 UTC (rev 301871)
+++ PKGBUILD2017-08-11 02:36:11 UTC (rev 301872)
@@ -2,8 +2,8 @@
 # Maintainer:
 
 pkgname=perl-class-inspector
-pkgver=1.31
-pkgrel=2
+pkgver=1.32
+pkgrel=1
 pkgdesc="Get information about a class and its structure"
 arch=('any')
 url="http://search.cpan.org/dist/Class-Inspector";
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Class-Inspector-${pkgver}.tar.gz";)
-sha1sums=('17154dfc8d22c60f2072a6d68724668af9eecdcd')
+sha512sums=('980654614d968e2fb61df864322f5c5248e352f0697a425539600c3549505f47b857d7856bc9d406ebc8757f8fc379a669f1f5085412f6fa48672c9db8a82df4')
 
 build() {
   cd Class-Inspector-${pkgver}


[arch-commits] Commit in (pulp purescript)

2017-08-10 Thread Felix Yan
Date: Friday, August 11, 2017 @ 02:34:17
  Author: felixonmars
Revision: 249810

drop purescript: upstream doesn't intend to cooperate on keeping dependencies 
up to date

Deleted:
  pulp/
  purescript/


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

2017-08-10 Thread Sven-Hendrik Haase
Date: Thursday, August 10, 2017 @ 22:13:04
  Author: svenstaro
Revision: 249795

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-10 22:12:33 UTC (rev 249794)
+++ community-i686/PKGBUILD 2017-08-10 22:13:04 UTC (rev 249795)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-# I would just like to take a minute here to state that this is probably one
-# of the worst packaged software packages that I have ever looked at.
-# The Makefile has defaults set to the upstream developers' specific systems
-# as well as other oddities.
-
-pkgname=openvdb
-pkgver=3.2.0
-pkgrel=3
-pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
-url='https://github.com/dreamworksanimation/openvdb'
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc')
-makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy' 
'texlive-core' 'ghostscript' 'epydoc')
-optdepends=('python2-numpy: Python module')
-source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz";)
-sha512sums=('df9a4895b219aae3b5a9616c34eb846d565877ff76648405691f0c903507f6faba94e8eba9173423b50cb5cef80f3ec500a9f70977cb7161701d39fd105abc91')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-  make all \
-OPENVDB_ENABLE_3_ABI_COMPATIBLE=ON \
-PYTHON_VERSION='2.7' \
-CPPUNIT_INCL_DIR='' \
-HDSO='/usr' \
-PYTHON_INCL_DIR=/usr/include/python2.7 \
-PYTHON_LIB_DIR=/usr/lib \
-EXR_LIB_DIR=/usr/lib \
-ILMBASE_LIB_DIR=/usr/lib \
-NUMPY_INCL_DIR=/usr/lib/python2.7/site-packages/numpy/core/include/numpy \
-GLFW_INCL_DIR='' \
-BOOST_PYTHON_LIB_DIR=/usr/lib \
-BOOST_PYTHON_LIB=-lboost_python
-
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-  mkdir ${pkgdir}/usr
-  make install \
-GLFW_INCL_DIR='' \
-EPYDOC=/usr/bin/epydoc \
-DESTDIR=${pkgdir}/usr
-}
-
-# vim:set sw=2 sts=2 et:

Copied: openvdb/repos/community-i686/PKGBUILD (from rev 249794, 
openvdb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-10 22:13:04 UTC (rev 249795)
@@ -0,0 +1,51 @@
+# Maintainer : Sven-Hendrik Haase 
+
+# I would just like to take a minute here to state that this is probably one
+# of the worst packaged software packages that I have ever looked at.
+# The Makefile has defaults set to the upstream developers' specific systems
+# as well as other oddities.
+
+pkgname=openvdb
+pkgver=3.2.0
+pkgrel=4
+pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
+url='https://github.com/dreamworksanimation/openvdb'
+arch=('i686' 'x86_64')
+license=('MPL')
+depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc')
+makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'python2-numpy' 
'texlive-core' 'ghostscript')
+optdepends=('python2-numpy: Python module'
+'log4cplus: for vdb_print')
+source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz";)
+sha512sums=('df9a4895b219aae3b5a9616c34eb846d565877ff76648405691f0c903507f6faba94e8eba9173423b50cb5cef80f3ec500a9f70977cb7161701d39fd105abc91')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+  make all \
+OPENVDB_ENABLE_3_ABI_COMPATIBLE=ON \
+PYTHON_VERSION='2.7' \
+CPPUNIT_INCL_DIR='' \
+HDSO='/usr' \
+PYTHON_INCL_DIR=/usr/include/python2.7 \
+PYTHON_LIB_DIR=/usr/lib \
+EXR_LIB_DIR=/usr/lib \
+ILMBASE_LIB_DIR=/usr/lib \
+NUMPY_INCL_DIR=/usr/lib/python2.7/site-packages/numpy/core/include/numpy \
+GLFW_INCL_DIR='' \
+BOOST_PYTHON_LIB_DIR=/usr/lib \
+BOOST_PYTHON_LIB=-lboost_python
+
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+  mkdir ${pkgdir}/usr
+  make install \
+GLFW_INCL_DIR='' \
+EPYDOC='' \
+DESTDIR=${pkgdir}/usr
+}
+
+# vim:set sw=2 sts=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-10 22:12:33 UTC (rev 249794)
+++ 

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

2017-08-10 Thread Sven-Hendrik Haase
Date: Thursday, August 10, 2017 @ 22:12:33
  Author: svenstaro
Revision: 249794

upgpkg: openvdb 3.2.0-4

rebuild without python docs

Modified:
  openvdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 22:03:55 UTC (rev 249793)
+++ PKGBUILD2017-08-10 22:12:33 UTC (rev 249794)
@@ -1,4 +1,4 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer : Sven-Hendrik Haase 
 
 # I would just like to take a minute here to state that this is probably one
 # of the worst packaged software packages that I have ever looked at.
@@ -7,13 +7,13 @@
 
 pkgname=openvdb
 pkgver=3.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
 url='https://github.com/dreamworksanimation/openvdb'
 arch=('i686' 'x86_64')
 license=('MPL')
 depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc')
-makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy' 
'texlive-core' 'ghostscript' 'epydoc')
+makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'python2-numpy' 
'texlive-core' 'ghostscript')
 optdepends=('python2-numpy: Python module'
 'log4cplus: for vdb_print')
 
source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz";)
@@ -44,7 +44,7 @@
   mkdir ${pkgdir}/usr
   make install \
 GLFW_INCL_DIR='' \
-EPYDOC=/usr/bin/epydoc \
+EPYDOC='' \
 DESTDIR=${pkgdir}/usr
 }
 


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

2017-08-10 Thread Jaroslav Lichtblau
Date: Thursday, August 10, 2017 @ 22:03:55
  Author: jlichtblau
Revision: 249793

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 249792, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing-relaysrv.service
(from rev 249792, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
(from rev 249792, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
(from rev 249792, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-i686/syncthing.install
(from rev 249792, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 249792, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 249792, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 249792, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 249792, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 249792, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing-relaysrv.service
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

--+
 /PKGBUILD|  188 +
 /syncthing-relaysrv.service  |   34 
 /syncthing-relaysrv.sysusers |4 
 /syncthing-relaysrv.tmpfiles |2 
 /syncthing.install   |   18 ++
 community-i686/PKGBUILD  |   94 
 community-i686/syncthing-relaysrv.service|   17 --
 community-i686/syncthing-relaysrv.sysusers   |2 
 community-i686/syncthing-relaysrv.tmpfiles   |1 
 community-i686/syncthing.install |9 -
 community-x86_64/PKGBUILD|   94 
 community-x86_64/syncthing-relaysrv.service  |   17 --
 community-x86_64/syncthing-relaysrv.sysusers |2 
 community-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-x86_64/syncthing.install   |9 -
 15 files changed, 246 insertions(+), 246 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-10 22:03:31 UTC (rev 249792)
+++ community-i686/PKGBUILD 2017-08-10 22:03:55 UTC (rev 249793)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.35
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://syncthing.net/";
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('31f1382476fd3a62689d5373a37d99ea5ffd3fbbc25b4acf9c23e0b1a61eb7d9'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -D

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

2017-08-10 Thread Jaroslav Lichtblau
Date: Thursday, August 10, 2017 @ 22:03:31
  Author: jlichtblau
Revision: 249792

upgpkg: syncthing 0.14.36-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 21:43:58 UTC (rev 249791)
+++ PKGBUILD2017-08-10 22:03:31 UTC (rev 249792)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.35
+pkgver=0.14.36
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/";
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('31f1382476fd3a62689d5373a37d99ea5ffd3fbbc25b4acf9c23e0b1a61eb7d9'
+sha256sums=('9b1c445b51f9c169da866aa6c0c68d8fa3f64f1ab5c54263e8dcd89eb8ff761e'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2017-08-10 Thread Jaroslav Lichtblau
Date: Thursday, August 10, 2017 @ 21:43:41
  Author: jlichtblau
Revision: 249790

upgpkg: youtube-dl 2017.08.09-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 20:28:02 UTC (rev 249789)
+++ PKGBUILD2017-08-10 21:43:41 UTC (rev 249790)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.08.06
+pkgver=2017.08.09
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('95c7e6d7ee9990701c6191223334fce966404b86f7b28e94c570b2c0856aaeed'
+sha256sums=('9c4f06fdd56189935fda60c2bdddc6acf98275d71c6ea65654d5480ea3561529'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


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

2017-08-10 Thread Jaroslav Lichtblau
Date: Thursday, August 10, 2017 @ 21:43:58
  Author: jlichtblau
Revision: 249791

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-10 21:43:41 UTC (rev 249790)
+++ PKGBUILD2017-08-10 21:43:58 UTC (rev 249791)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.08.06
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('95c7e6d7ee9990701c6191223334fce966404b86f7b28e94c570b2c0856aaeed'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 249790, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-10 21:43:58 UTC (rev 249791)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.08.09
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('9c4f06fdd56189935fda60c2bdddc6acf98275d71c6ea65654d5480ea3561529'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-08-10 Thread Andreas Radke
Date: Thursday, August 10, 2017 @ 20:31:12
  Author: andyrtr
Revision: 301871

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

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

-+
 testing-i686/PKGBUILD   |   64 ++
 testing-i686/xf86-video-intel.install   |   21 +
 testing-x86_64/PKGBUILD |   64 ++
 testing-x86_64/xf86-video-intel.install |   21 +
 4 files changed, 170 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 301870, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-10 20:31:12 UTC (rev 301871)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=2100efa105e8c9615eda867d39471d78e500b1bb # master
+pkgver=2.99.917+779+g2100efa1
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9' 'libsystemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
+ # additional for git snapshot
+ 'git')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output'
+'libxss: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers')
+source=("git+https://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--with-default-dri=3
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
301870, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2017-08-10 20:31:12 UTC (rev 
301871)
@@ -0,0 +1,21 @@
+post_install() {
+  cat <>> This driver now uses DRI3 as the default Direct Rendering
+Infrastructure. You can try falling back to DRI2 if you run
+into trouble. To do so, save a file with the following 
+content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "DRI" "2" # DRI3 is now default 
+#Option  "AccelMethod"  "sna" # default
+#Option  "AccelMethod"  "uxa" # fallback
+  EndSection
+MSG
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 1:2.99.917+684+g6988b87-3) < 0 )); then
+post_install
+  fi
+}

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 301870, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-10 20:31:12 UTC (rev 301871)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=2100efa105e8c9615eda867d39471d78e500b1bb # master
+pkgver=2.99.917+779+g2100efa1
+pkgrel=1
+epoch=1
+arch=(i686 x86_64)
+url="https://01.org/linuxgraphics";
+license=('custom')
+install=$pkgname.install
+pkgdesc=

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

2017-08-10 Thread Andreas Radke
Date: Thursday, August 10, 2017 @ 20:30:57
  Author: andyrtr
Revision: 301870

upgpkg: xf86-video-intel 1:2.99.917+779+g2100efa1-1

update to latest git commit

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 20:07:54 UTC (rev 301869)
+++ PKGBUILD2017-08-10 20:30:57 UTC (rev 301870)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-_commit=6babcf15dd605ef40de53f5c34f95b7fd195edbe # master
-pkgver=2.99.917+777+g6babcf15
+_commit=2100efa105e8c9615eda867d39471d78e500b1bb # master
+pkgver=2.99.917+779+g2100efa1
 pkgrel=1
 epoch=1
 arch=(i686 x86_64)


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 20:27:35
  Author: felixonmars
Revision: 249788

upgpkg: idris 1.1.0-10

rebuild with th-abstraction,0.2.5.0

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:54:11 UTC (rev 249787)
+++ PKGBUILD2017-08-10 20:27:35 UTC (rev 249788)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=1.1.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/";
 license=("custom:BSD3")


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 20:28:02
  Author: felixonmars
Revision: 249789

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

Added:
  idris/repos/community-staging-i686/
  idris/repos/community-staging-i686/PKGBUILD
(from rev 249788, idris/trunk/PKGBUILD)
  idris/repos/community-staging-i686/cheapskate-0.1.1.patch
(from rev 249788, idris/trunk/cheapskate-0.1.1.patch)
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 249788, idris/trunk/PKGBUILD)
  idris/repos/community-staging-x86_64/cheapskate-0.1.1.patch
(from rev 249788, idris/trunk/cheapskate-0.1.1.patch)

-+
 community-staging-i686/PKGBUILD |   63 ++
 community-staging-i686/cheapskate-0.1.1.patch   |   36 
 community-staging-x86_64/PKGBUILD   |   63 ++
 community-staging-x86_64/cheapskate-0.1.1.patch |   36 
 4 files changed, 198 insertions(+)

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 249788, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-10 20:28:02 UTC (rev 249789)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.1.0
+pkgrel=10
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-cheapskate" "haskell-code-page" 
"haskell-fingertree"
+ "haskell-fsnotify" "haskell-ieee754" "haskell-mtl" "haskell-libffi" 
"haskell-network"
+ "haskell-optparse-applicative" "haskell-parsers" "haskell-regex-tdfa" 
"haskell-safe"
+ "haskell-split" "haskell-terminal-size" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-trifecta" "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-vector-binary-instances" 
"haskell-zip-archive")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz";
+cheapskate-0.1.1.patch)
+sha512sums=('689f98315a835a623d5bfdb8419ff6888ab82e357f243f0adad47f496ee388cf521172d147855ccf63f5d95c6d4ef0977b1ec99c61b755772bd316d49daa1c44'
+
'bbde8342befd769657e5b1e19e52abd190d18c4512bec26a8431090d9e9bb97b59c4395ad89fa54990332c34b2933aee0643e46f3b37a1f747d2e12c30e549a0')
+
+prepare() {
+cd Idris-dev-$pkgver
+patch -p1 -i ../cheapskate-0.1.1.patch
+
+sed -i 's/, trifecta >= 1.6 && < 1.7/, trifecta >= 1.6 \&\& < 1.8/' 
idris.cabal
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+}
+
+build() {
+cd "$srcdir"/Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "$srcdir"/Idris-dev-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: idris/repos/community-staging-i686/cheapskate-0.1.1.patch (from rev 
249788, idris/trunk/cheapskate-0.1.1.patch)
===
--- community-staging-i686/cheapskate-0.1.1.patch   
(rev 0)
+++ community-staging-i686/cheapskate-0.1.1.patch   2017-08-10 20:28:02 UTC 
(rev 249789)
@@ -0,0 +1,36 @@
+commit eb932ec422ecbe9ce7835b5143a40c0be882ccb7
+Author: Felix Yan 
+Date:   Thu Aug 3 21:17:39 2017 +

[arch-commits] Commit in libreoffice-fresh/trunk (2 files)

2017-08-10 Thread Andreas Radke
Date: Thursday, August 10, 2017 @ 20:07:54
  Author: andyrtr
Revision: 301869

fix uno; FS#55031

Modified:
  libreoffice-fresh/trunk/PKGBUILD
  libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff

--+
 PKGBUILD |2 +-
 make-pyuno-work-with-system-wide-module-install.diff |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 20:06:43 UTC (rev 301868)
+++ PKGBUILD2017-08-10 20:07:54 UTC (rev 301869)
@@ -134,7 +134,7 @@
 'f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770'
 'a0bd3e0186e043223bfb231a888e2bfb06c78ee2e07c2f0eca434236d173cf34'
 'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
-'ff546050a1789b0cf62369524fe939526541e32a74bdd0c9137bbe0d40d7f533'
+'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
 '76f62957d0058092b11316357d9d716a62b48a53e5277426ffa87429ab5510e4'
 'd24cfcb556ae1db02087c49012bbc4621f9ef7e3465ca832e1410326d260f283')
 

Modified: make-pyuno-work-with-system-wide-module-install.diff
===
--- make-pyuno-work-with-system-wide-module-install.diff2017-08-10 
20:06:43 UTC (rev 301868)
+++ make-pyuno-work-with-system-wide-module-install.diff2017-08-10 
20:07:54 UTC (rev 301869)
@@ -10,7 +10,7 @@
 +import os
  import sys
 +sys.path.append("/usr/lib/libreoffice/program/")
-+os.putenv("URE_BOOTSTRAP", 
"vnd.sun.start.pathname:/usr/lib/libreoffice/program/fundamentalrc")
++os.putenv("URE_BOOTSTRAP", 
"vnd.sun.star.pathname:/usr/lib/libreoffice/program/fundamentalrc")
 +
 +import pyuno
  import traceback


[arch-commits] Commit in libreoffice-still/trunk (2 files)

2017-08-10 Thread Andreas Radke
Date: Thursday, August 10, 2017 @ 20:06:43
  Author: andyrtr
Revision: 301868

fix uno; FS#55031

Modified:
  libreoffice-still/trunk/PKGBUILD
  libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff

--+
 PKGBUILD |2 +-
 make-pyuno-work-with-system-wide-module-install.diff |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:57:50 UTC (rev 301867)
+++ PKGBUILD2017-08-10 20:06:43 UTC (rev 301868)
@@ -134,7 +134,7 @@
 'f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770'
 'a0bd3e0186e043223bfb231a888e2bfb06c78ee2e07c2f0eca434236d173cf34'
 'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
-'ff546050a1789b0cf62369524fe939526541e32a74bdd0c9137bbe0d40d7f533'
+'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
 '76f62957d0058092b11316357d9d716a62b48a53e5277426ffa87429ab5510e4'
 'd24cfcb556ae1db02087c49012bbc4621f9ef7e3465ca832e1410326d260f283')
 

Modified: make-pyuno-work-with-system-wide-module-install.diff
===
--- make-pyuno-work-with-system-wide-module-install.diff2017-08-10 
19:57:50 UTC (rev 301867)
+++ make-pyuno-work-with-system-wide-module-install.diff2017-08-10 
20:06:43 UTC (rev 301868)
@@ -10,7 +10,7 @@
 +import os
  import sys
 +sys.path.append("/usr/lib/libreoffice/program/")
-+os.putenv("URE_BOOTSTRAP", 
"vnd.sun.start.pathname:/usr/lib/libreoffice/program/fundamentalrc")
++os.putenv("URE_BOOTSTRAP", 
"vnd.sun.star.pathname:/usr/lib/libreoffice/program/fundamentalrc")
 +
 +import pyuno
  import traceback


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

2017-08-10 Thread Andreas Radke
Date: Thursday, August 10, 2017 @ 19:57:50
  Author: andyrtr
Revision: 301867

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

Added:
  libetonyek/repos/extra-i686/0001-Allow-building-with-mdds-1.2.patch
(from rev 301866, libetonyek/trunk/0001-Allow-building-with-mdds-1.2.patch)
  libetonyek/repos/extra-i686/0001-drop-test-that-violates-Unicode-tr-35.patch
(from rev 301866, 
libetonyek/trunk/0001-drop-test-that-violates-Unicode-tr-35.patch)
  libetonyek/repos/extra-i686/0001-fix-test-on-i686.patch
(from rev 301866, libetonyek/trunk/0001-fix-test-on-i686.patch)
  libetonyek/repos/extra-i686/PKGBUILD
(from rev 301866, libetonyek/trunk/PKGBUILD)
  libetonyek/repos/extra-x86_64/0001-Allow-building-with-mdds-1.2.patch
(from rev 301866, libetonyek/trunk/0001-Allow-building-with-mdds-1.2.patch)
  libetonyek/repos/extra-x86_64/0001-drop-test-that-violates-Unicode-tr-35.patch
(from rev 301866, 
libetonyek/trunk/0001-drop-test-that-violates-Unicode-tr-35.patch)
  libetonyek/repos/extra-x86_64/0001-fix-test-on-i686.patch
(from rev 301866, libetonyek/trunk/0001-fix-test-on-i686.patch)
  libetonyek/repos/extra-x86_64/PKGBUILD
(from rev 301866, libetonyek/trunk/PKGBUILD)
Deleted:
  libetonyek/repos/extra-i686/PKGBUILD
  libetonyek/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   92 ++
 extra-i686/0001-Allow-building-with-mdds-1.2.patch|   83 +
 extra-i686/0001-drop-test-that-violates-Unicode-tr-35.patch   |   37 
 extra-i686/0001-fix-test-on-i686.patch|   27 ++
 extra-i686/PKGBUILD   |   32 ---
 extra-x86_64/0001-Allow-building-with-mdds-1.2.patch  |   83 +
 extra-x86_64/0001-drop-test-that-violates-Unicode-tr-35.patch |   37 
 extra-x86_64/0001-fix-test-on-i686.patch  |   27 ++
 extra-x86_64/PKGBUILD |   32 ---
 9 files changed, 386 insertions(+), 64 deletions(-)

Copied: libetonyek/repos/extra-i686/0001-Allow-building-with-mdds-1.2.patch 
(from rev 301866, libetonyek/trunk/0001-Allow-building-with-mdds-1.2.patch)
===
--- extra-i686/0001-Allow-building-with-mdds-1.2.patch  
(rev 0)
+++ extra-i686/0001-Allow-building-with-mdds-1.2.patch  2017-08-10 19:57:50 UTC 
(rev 301867)
@@ -0,0 +1,83 @@
+From f6d14b3b510de5c50e45c98fe812a73ba00f3def Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Fridrich=20=C5=A0trba?= 
+Date: Thu, 9 Jun 2016 10:50:41 +0200
+Subject: [PATCH] Allow building with mdds-1.2
+
+Change-Id: If8791b4c1c3fbefdd06af345276e0a724dff5482
+---
+ configure.ac | 44 +++-
+ 1 file changed, 23 insertions(+), 21 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index ca4bb07..bb946eb 100644
+--- a/configure.ac
 b/configure.ac
+@@ -24,7 +24,7 @@ AC_LANG([C++])
+ # Configure options
+ # =
+ AC_ARG_WITH([mdds],
+-AS_HELP_STRING([--with-mdds=1.0|0.x], [Specify which version of 
mdds to use (1.0 is the default)]),
++AS_HELP_STRING([--with-mdds=1.2|1.0|0.x], [Specify which version 
of mdds to use (1.0 is the default)]),
+ [], [with_mdds="1.0"])
+ 
+ # ===
+@@ -47,7 +47,7 @@ AC_PROG_SED
+ 
+ AM_MISSING_PROG([GPERF], [gperf])
+ 
+-AS_IF([test "$with_mdds" = "1.0"], [AX_CXX_COMPILE_STDCXX_11([noext])])
++AS_IF([test "$with_mdds" = "1.0" -o "$with_mdds" = "1.2" ], 
[AX_CXX_COMPILE_STDCXX_11([noext])])
+ 
+ # ===
+ # Find librevenge
+@@ -138,25 +138,27 @@ AC_SUBST([GLM_CFLAGS])
+ # =
+ # Find mdds
+ # =
+-AS_IF([test "$with_mdds" = "1.0"], [
+-PKG_CHECK_MODULES([MDDS], [mdds-1.0])
+-], [
+-PKG_CHECK_MODULES([MDDS], [mdds])
+-AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values of 
any type])
+-old_CPPFLAGS="$CPPFLAGS"
+-CPPFLAGS="$MDDS_CFLAGS $CPPFLAGS"
+-AC_COMPILE_IFELSE([AC_LANG_SOURCE([
+-#include 
+-struct Value {};
+-mdds::flat_segment_tree tree(0, 4, Value());
+-])], [
+-AC_MSG_RESULT([yes])
+-], [
+-AC_MSG_RESULT([no])
+-AC_MSG_ERROR([please install mdds >= 0.12.1])
+-])
+-CPPFLAGS="$old_CPPFLAGS"
+-])
++AS_CASE(["$with_mdds"],
++["1.2"], [PKG_CHECK_MODULES([MDDS], [mdds-1.2])],
++["1.0"], [PKG_CHECK_MODULES([MDDS], [mdds-1.0])],
++[
++PKG_CHECK_MODULES([MDDS], [mdds])
++AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values 
of any type])
++old_CPPFLAGS="$CPPFLAGS"
++CPPFLAGS="$MDDS_CFLAGS $CPPFLAGS"
++AC_COMPILE_IFELSE([AC_LANG_SOURCE([
++#include 
++struct Value {};
++mdds::flat_segment_tree tree(0, 4, Value());
++])], [
++AC_MSG_RESULT([yes])
++   

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

2017-08-10 Thread Andreas Radke
Date: Thursday, August 10, 2017 @ 19:57:32
  Author: andyrtr
Revision: 301866

upgpkg: libetonyek 0.1.6-2

fix build; FS#55083

Added:
  libetonyek/trunk/0001-Allow-building-with-mdds-1.2.patch
  libetonyek/trunk/0001-drop-test-that-violates-Unicode-tr-35.patch
  libetonyek/trunk/0001-fix-test-on-i686.patch
Modified:
  libetonyek/trunk/PKGBUILD

--+
 0001-Allow-building-with-mdds-1.2.patch  |   83 +
 0001-drop-test-that-violates-Unicode-tr-35.patch |   37 +
 0001-fix-test-on-i686.patch  |   27 ++
 PKGBUILD |   22 -
 4 files changed, 165 insertions(+), 4 deletions(-)

Added: 0001-Allow-building-with-mdds-1.2.patch
===
--- 0001-Allow-building-with-mdds-1.2.patch (rev 0)
+++ 0001-Allow-building-with-mdds-1.2.patch 2017-08-10 19:57:32 UTC (rev 
301866)
@@ -0,0 +1,83 @@
+From f6d14b3b510de5c50e45c98fe812a73ba00f3def Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Fridrich=20=C5=A0trba?= 
+Date: Thu, 9 Jun 2016 10:50:41 +0200
+Subject: [PATCH] Allow building with mdds-1.2
+
+Change-Id: If8791b4c1c3fbefdd06af345276e0a724dff5482
+---
+ configure.ac | 44 +++-
+ 1 file changed, 23 insertions(+), 21 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index ca4bb07..bb946eb 100644
+--- a/configure.ac
 b/configure.ac
+@@ -24,7 +24,7 @@ AC_LANG([C++])
+ # Configure options
+ # =
+ AC_ARG_WITH([mdds],
+-AS_HELP_STRING([--with-mdds=1.0|0.x], [Specify which version of 
mdds to use (1.0 is the default)]),
++AS_HELP_STRING([--with-mdds=1.2|1.0|0.x], [Specify which version 
of mdds to use (1.0 is the default)]),
+ [], [with_mdds="1.0"])
+ 
+ # ===
+@@ -47,7 +47,7 @@ AC_PROG_SED
+ 
+ AM_MISSING_PROG([GPERF], [gperf])
+ 
+-AS_IF([test "$with_mdds" = "1.0"], [AX_CXX_COMPILE_STDCXX_11([noext])])
++AS_IF([test "$with_mdds" = "1.0" -o "$with_mdds" = "1.2" ], 
[AX_CXX_COMPILE_STDCXX_11([noext])])
+ 
+ # ===
+ # Find librevenge
+@@ -138,25 +138,27 @@ AC_SUBST([GLM_CFLAGS])
+ # =
+ # Find mdds
+ # =
+-AS_IF([test "$with_mdds" = "1.0"], [
+-PKG_CHECK_MODULES([MDDS], [mdds-1.0])
+-], [
+-PKG_CHECK_MODULES([MDDS], [mdds])
+-AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values of 
any type])
+-old_CPPFLAGS="$CPPFLAGS"
+-CPPFLAGS="$MDDS_CFLAGS $CPPFLAGS"
+-AC_COMPILE_IFELSE([AC_LANG_SOURCE([
+-#include 
+-struct Value {};
+-mdds::flat_segment_tree tree(0, 4, Value());
+-])], [
+-AC_MSG_RESULT([yes])
+-], [
+-AC_MSG_RESULT([no])
+-AC_MSG_ERROR([please install mdds >= 0.12.1])
+-])
+-CPPFLAGS="$old_CPPFLAGS"
+-])
++AS_CASE(["$with_mdds"],
++["1.2"], [PKG_CHECK_MODULES([MDDS], [mdds-1.2])],
++["1.0"], [PKG_CHECK_MODULES([MDDS], [mdds-1.0])],
++[
++PKG_CHECK_MODULES([MDDS], [mdds])
++AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values 
of any type])
++old_CPPFLAGS="$CPPFLAGS"
++CPPFLAGS="$MDDS_CFLAGS $CPPFLAGS"
++AC_COMPILE_IFELSE([AC_LANG_SOURCE([
++#include 
++struct Value {};
++mdds::flat_segment_tree tree(0, 4, Value());
++])], [
++AC_MSG_RESULT([yes])
++], [
++AC_MSG_RESULT([no])
++AC_MSG_ERROR([please install mdds >= 0.12.1])
++])
++CPPFLAGS="$old_CPPFLAGS"
++]
++)
+ 
+ # =
+ # Libtool/Version Makefile settings
+-- 
+2.9.3
+
+

Added: 0001-drop-test-that-violates-Unicode-tr-35.patch
===
--- 0001-drop-test-that-violates-Unicode-tr-35.patch
(rev 0)
+++ 0001-drop-test-that-violates-Unicode-tr-35.patch2017-08-10 19:57:32 UTC 
(rev 301866)
@@ -0,0 +1,37 @@
+From 1a20d8ece2ea3e8aa1d319cd88e8a6aa637982f2 Mon Sep 17 00:00:00 2001
+From: David Tardon 
+Date: Fri, 30 Sep 2016 09:57:15 +0200
+Subject: [PATCH] drop test that violates Unicode tr#35
+
+(and therefore fails with latest liblangtag)
+
+Change-Id: I0e06c6c4e8bcf999cf5559d6287e77ae97e555d8
+---
+ src/test/IWORKLanguageManagerTest.cpp | 10 --
+ 1 file changed, 10 deletions(-)
+
+diff --git a/src/test/IWORKLanguageManagerTest.cpp 
b/src/test/IWORKLanguageManagerTest.cpp
+index 8fca0a6..e663bd2 100644
+--- a/src/test/IWORKLanguageManagerTest.cpp
 b/src/test/IWORKLanguageManagerTest.cpp
+@@ -104,16 +104,6 @@ void IWORKLanguageManagerTest::testTagToProps()
+   }
+ 
+   {
+-const string tag(mgr.addTag("ccc"));
+-CPPUNIT_ASSERT(!tag.empty());
+-RVNGPropertyList props;
+-mgr.writeProperties(tag, props);
+-assertProperty("unknown lang", props, "fo:language", "ccc");
+-CPPUNIT_ASS

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:54:11
  Author: felixonmars
Revision: 249787

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

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

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

Copied: haskell-trifecta/repos/community-staging-i686/PKGBUILD (from rev 
249786, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-10 19:54:11 UTC (rev 249787)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.7.1.1
+pkgrel=3
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5da4e04be3f4f02220aa730b830a50b9a5df243815d6e00051beb7274af3bc78e50cf70747e3e1f448b2966d1c3051ab589e7d99a0432620390c6193d034a602')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
249786, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-10 19:54:11 UTC (rev 249787)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.7.1.1
+pkgrel=3
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5da4e04be3f4f02220aa730b830a50b9a5df243815d6e00051beb7274af3bc78e50cf70747e3e1f448b2966d1c3051ab589e7d99a0432620390c6193d034a602')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:53:41
  Author: felixonmars
Revision: 249785

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

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

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

Copied: libmongoc/repos/community-testing-i686/PKGBUILD (from rev 249784, 
libmongoc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-10 19:53:41 UTC (rev 249785)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+checkdepends=('python-pifpaf')
+checkdepends_x86_64=('mongodb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz";)
+sha512sums=('632347c3ebfc717f9f369f8bf3d374ace9f3c139ce96342b0e91b62f3965662fe0a233cbcd0fbeef2387dacf9cc539c60ec1cf8f4efe4f240f5a262206324b5b')
+
+prepare() {
+  cd mongo-c-driver-$pkgver
+  # Remove check for bundled libbson
+  sed -i 's|src/libbson/autogen.sh|/usr/bin/true|' autogen.sh
+}
+
+build() {
+  cd mongo-c-driver-$pkgver
+  PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+  make
+}
+
+check() {
+  cd mongo-c-driver-$pkgver
+  pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+  cd mongo-c-driver-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Copied: libmongoc/repos/community-testing-x86_64/PKGBUILD (from rev 249784, 
libmongoc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-08-10 19:53:41 UTC (rev 249785)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+checkdepends=('python-pifpaf')
+checkdepends_x86_64=('mongodb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz";)
+sha512sums=('632347c3ebfc717f9f369f8bf3d374ace9f3c139ce96342b0e91b62f3965662fe0a233cbcd0fbeef2387dacf9cc539c60ec1cf8f4efe4f240f5a262206324b5b')
+
+prepare() {
+  cd mongo-c-driver-$pkgver
+  # Remove check for bundled libbson
+  sed -i 's|src/libbson/autogen.sh|/usr/bin/true|' autogen.sh
+}
+
+build() {
+  cd mongo-c-driver-$pkgver
+  PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+  make
+}
+
+check() {
+  cd mongo-c-driver-$pkgver
+  pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+  cd mongo-c-driver-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:53:48
  Author: felixonmars
Revision: 249786

upgpkg: haskell-trifecta 1.7.1.1-3

rebuild with th-abstraction,0.2.5.0

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:53:41 UTC (rev 249785)
+++ PKGBUILD2017-08-10 19:53:48 UTC (rev 249786)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.7.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="http://github.com/ekmett/trifecta/";
 license=("custom:BSD3")


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:50:46
  Author: felixonmars
Revision: 249784

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

Added:
  hledger-api/repos/community-staging-i686/
  hledger-api/repos/community-staging-i686/PKGBUILD
(from rev 249783, hledger-api/trunk/PKGBUILD)
  hledger-api/repos/community-staging-x86_64/
  hledger-api/repos/community-staging-x86_64/PKGBUILD
(from rev 249783, hledger-api/trunk/PKGBUILD)

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

Copied: hledger-api/repos/community-staging-i686/PKGBUILD (from rev 249783, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-10 19:50:46 UTC (rev 249784)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.3
+pkgrel=28
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-aeson" 
"haskell-decimal" "haskell-docopt"
+ "haskell-either" "haskell-microlens" "haskell-microlens-platform" 
"haskell-safe"
+ "haskell-servant-server" "haskell-servant-swagger" "haskell-swagger2" 
"haskell-text"
+ "haskell-wai" "haskell-wai-extra" "haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('1349f1943afcf7f2bb4000fde580ef48f7f55ecd604c6d1df161449df6ffa00714e06b7ba10b77f07056eeb0711eada1a91559a7606062f83f8f3d4e830ede20')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 249783, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-10 19:50:46 UTC (rev 249784)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.3
+pkgrel=28
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-aeson" 
"haskell-decimal" "haskell-docopt"
+ "haskell-either" "haskell-microlens" "haskell-microlens-platform" 
"haskell-safe"
+ "haskell-servant-server" "haskell-servant-swagger" "haskell-swagger2" 
"haskell-text"
+ "haskell-wai" "haskell-wai-extra" "haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('1349f1943afcf7f2bb4000fde580ef48f7f55ecd604c6d1df161449df6ffa00714e06b7ba10b77f07056eeb0711eada1a91559a7606062f83f8f3d4e830ede20')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:50:23
  Author: felixonmars
Revision: 249783

upgpkg: hledger-api 1.3-28

rebuild with th-abstraction,0.2.5.0

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:49:33 UTC (rev 249782)
+++ PKGBUILD2017-08-10 19:50:23 UTC (rev 249783)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.3
-pkgrel=27
+pkgrel=28
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


[arch-commits] Commit in libmongoc/repos (testing-i686 testing-x86_64)

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:49:33
  Author: felixonmars
Revision: 249782

remove broken release

Deleted:
  libmongoc/repos/testing-i686/
  libmongoc/repos/testing-x86_64/


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:47:36
  Author: felixonmars
Revision: 249781

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

Added:
  haskell-servant-swagger/repos/community-staging-i686/
  haskell-servant-swagger/repos/community-staging-i686/PKGBUILD
(from rev 249780, haskell-servant-swagger/trunk/PKGBUILD)
  haskell-servant-swagger/repos/community-staging-x86_64/
  haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD
(from rev 249780, haskell-servant-swagger/trunk/PKGBUILD)

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

Copied: haskell-servant-swagger/repos/community-staging-i686/PKGBUILD (from rev 
249780, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-10 19:47:36 UTC (rev 249781)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.3.1
+pkgrel=11
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-http-media" 
"haskell-insert-ordered-containers"
+ "haskell-lens" "haskell-servant" "haskell-swagger2" "haskell-text"
+ "haskell-unordered-containers" "haskell-hspec" "haskell-quickcheck")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ad4acada55a6474dd506f411fa7bc0f79f8acaa71ece1ca26d71bd95e6b6fca68d168cee578a476f0f2f9d450a0bf19f129ce2d4f149494f4b5ad032543f1a86')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 249780, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-10 19:47:36 UTC (rev 249781)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.3.1
+pkgrel=11
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-http-media" 
"haskell-insert-ordered-containers"
+ "haskell-lens" "haskell-servant" "haskell-swagger2" "haskell-text"
+ "haskell-unordered-containers" "haskell-hspec" "haskell-quickcheck")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ad4acada55a6474dd506f411fa7bc0f79f8acaa71ece1ca26d71bd95e6b6fca68d168cee578a476f0f2f9d450a0bf19f129ce2d4f149494f4b5ad032543f1a86')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:47:00
  Author: felixonmars
Revision: 249780

upgpkg: haskell-servant-swagger 1.1.3.1-11

rebuild with th-abstraction,0.2.5.0

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:33:16 UTC (rev 249779)
+++ PKGBUILD2017-08-10 19:47:00 UTC (rev 249780)
@@ -5,7 +5,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.3.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger";
 license=("custom:BSD3")


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:47:18
  Author: felixonmars
Revision: 301865

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

Added:
  subversion/repos/testing-i686/
  subversion/repos/testing-i686/PKGBUILD
(from rev 301864, subversion/trunk/PKGBUILD)
  subversion/repos/testing-i686/ruby-frozen-nil.patch
(from rev 301864, subversion/trunk/ruby-frozen-nil.patch)
  subversion/repos/testing-i686/subversion.rpath.fix.patch
(from rev 301864, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-i686/svn
(from rev 301864, subversion/trunk/svn)
  subversion/repos/testing-i686/svnserve.conf
(from rev 301864, subversion/trunk/svnserve.conf)
  subversion/repos/testing-i686/svnserve.service
(from rev 301864, subversion/trunk/svnserve.service)
  subversion/repos/testing-i686/svnserve.tmpfiles
(from rev 301864, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/testing-x86_64/
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 301864, subversion/trunk/PKGBUILD)
  subversion/repos/testing-x86_64/ruby-frozen-nil.patch
(from rev 301864, subversion/trunk/ruby-frozen-nil.patch)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 301864, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 301864, subversion/trunk/svn)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 301864, subversion/trunk/svnserve.conf)
  subversion/repos/testing-x86_64/svnserve.service
(from rev 301864, subversion/trunk/svnserve.service)
  subversion/repos/testing-x86_64/svnserve.tmpfiles
(from rev 301864, subversion/trunk/svnserve.tmpfiles)

---+
 testing-i686/PKGBUILD |  110 
 testing-i686/ruby-frozen-nil.patch|   42 ++
 testing-i686/subversion.rpath.fix.patch   |   11 ++
 testing-i686/svn  |   11 ++
 testing-i686/svnserve.conf|5 +
 testing-i686/svnserve.service |   11 ++
 testing-i686/svnserve.tmpfiles|1 
 testing-x86_64/PKGBUILD   |  110 
 testing-x86_64/ruby-frozen-nil.patch  |   42 ++
 testing-x86_64/subversion.rpath.fix.patch |   11 ++
 testing-x86_64/svn|   11 ++
 testing-x86_64/svnserve.conf  |5 +
 testing-x86_64/svnserve.service   |   11 ++
 testing-x86_64/svnserve.tmpfiles  |1 
 14 files changed, 382 insertions(+)

Copied: subversion/repos/testing-i686/PKGBUILD (from rev 301864, 
subversion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-10 19:47:18 UTC (rev 301865)
@@ -0,0 +1,110 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Paul Mattal 
+# Contributor: Jason Chu 
+
+pkgname=subversion
+pkgver=1.9.7
+pkgrel=1
+pkgdesc="A Modern Concurrent Version Control System"
+arch=('i686' 'x86_64')
+url="http://subversion.apache.org/";
+license=('APACHE')
+depends=('sqlite' 'file' 'serf' 'systemd')
+makedepends=('apache' 'python2' 'perl' 'swig' 'java-environment'
+ 'libgnome-keyring' 'kdelibs' 'ruby')
+optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
+'kdebase-runtime: for KWallet for auth credentials'
+'bash-completion: for svn bash completion'
+'python2: for some hook scripts'
+'java-environment: for Java support'
+'ruby: for some hook scripts')
+provides=('svn')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+options=('!makeflags' '!emptydirs')
+source=(https://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion.rpath.fix.patch
+ruby-frozen-nil.patch)
+sha512sums=('a55efd3edaddbc099450d849fcc6fe5a8d20b85ece966d8ac2fd73ee9cb4255a0349bbcfceb4e9fca6daf054ce7c648eff8d273c6873f5dade6e62dcea7eeb2b'
+'SKIP'
+
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
+
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
+
'7775f4da5003970c9ebdc2f696ba090df194a77d9daed791875488c943f72ae496b5f9cc6f3ff9f3f4de9f352a3b518137babdea38947d1a2d5dd16aa1844036'
+
'8cc23ae71bd7ce7c337eaf12929f1af0a11b55250808e88f06397b874daf2efb9491c464be3d082d937a82c2b0b7c3ed06d6695cfd8a3fda1f803bbfd15837de'
+
'60d538160e738eb3b3e84a3881fe5a8d75c79053d3f31c4c29ef6ace6ccc5dd4367ed712766c911bae3436e9706e4dd144b270bb45161a6c1834a37e154d0440'
+
'bb772e55acd9601121ad06b254c3

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:46:18
  Author: felixonmars
Revision: 301864

upgpkg: subversion 1.9.7-1

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:38:34 UTC (rev 301863)
+++ PKGBUILD2017-08-10 19:46:18 UTC (rev 301864)
@@ -6,7 +6,7 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.9.6
+pkgver=1.9.7
 pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
 svnserve.service
 subversion.rpath.fix.patch
 ruby-frozen-nil.patch)
-sha512sums=('bdca362ff45a7f028e2123efbc9bfd41a07e6ebdfcf62627ce24f413e0304b45011bbac1f142ceb1c031a07622c06786982f86cd9109065cae5e26fd689fc11e'
+sha512sums=('a55efd3edaddbc099450d849fcc6fe5a8d20b85ece966d8ac2fd73ee9cb4255a0349bbcfceb4e9fca6daf054ce7c648eff8d273c6873f5dade6e62dcea7eeb2b'
 'SKIP'
 
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
 
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'


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

2017-08-10 Thread Jelle van der Waa
Date: Thursday, August 10, 2017 @ 19:38:34
  Author: jelle
Revision: 301863

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-10 19:38:15 UTC (rev 301862)
+++ extra-i686/PKGBUILD 2017-08-10 19:38:34 UTC (rev 301863)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgbase=pysmbc
-pkgname=('python2-pysmbc' 'python-pysmbc')
-pkgver=1.0.15.7
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/pysmbc/";
-license=('GPL')
-makedepends=('python2' 'python' 'smbclient')
-# validpgpkeys=('228521116D3438163C2EA5B916BED1016069BE55')  # Tsukasa Hamano, 
revoked
-source=(https://pypi.io/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('f5538684792793fb53e1a1c9fdc6695d')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgbase}-${pkgver}-python2/smbc/xattr.py
-}
-
-build(){
-  cd ${pkgbase}-${pkgver}
-  python setup.py build
-  cd "${srcdir}"/${pkgbase}-${pkgver}-python2
-  python2 setup.py build
-}
-
-package_python-pysmbc() {
-  pkgdesc="Python 3 bindings for libsmbclient"
-  depends=('python' 'smbclient')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pysmbc() {
-  pkgdesc="Python 2 bindings for libsmbclient"
-  depends=('python2' 'smbclient')
-
-  cd ${pkgbase}-${pkgver}-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: pysmbc/repos/extra-i686/PKGBUILD (from rev 301862, 
pysmbc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-10 19:38:34 UTC (rev 301863)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+
+pkgbase=pysmbc
+pkgname=('python2-pysmbc' 'python-pysmbc')
+pkgver=1.0.15.8
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/pysmbc/";
+license=('GPL')
+makedepends=('python2' 'python' 'smbclient')
+# validpgpkeys=('228521116D3438163C2EA5B916BED1016069BE55')  # Tsukasa Hamano, 
revoked
+source=(https://pypi.io/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('56ea1ddc2451d6c773daef37ad1807cd')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgbase}-${pkgver}-python2/smbc/xattr.py
+}
+
+build(){
+  cd ${pkgbase}-${pkgver}
+  python setup.py build
+  cd "${srcdir}"/${pkgbase}-${pkgver}-python2
+  python2 setup.py build
+}
+
+package_python-pysmbc() {
+  pkgdesc="Python 3 bindings for libsmbclient"
+  depends=('python' 'smbclient')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pysmbc() {
+  pkgdesc="Python 2 bindings for libsmbclient"
+  depends=('python2' 'smbclient')
+
+  cd ${pkgbase}-${pkgver}-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-10 19:38:15 UTC (rev 301862)
+++ extra-x86_64/PKGBUILD   2017-08-10 19:38:34 UTC (rev 301863)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgbase=pysmbc
-pkgname=('python2-pysmbc' 'python-pysmbc')
-pkgver=1.0.15.7
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/pysmbc/";
-license=('GPL')
-makedepends=('python2' 'python' 'smbclient')
-# validpgpkeys=('228521116D3438163C2EA5B916BED1016069BE55')  # Tsukasa Hamano, 
revoked
-source=(https://pypi.io/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('f5538684792793fb53e1a1c9fdc6695d')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgbase}-${pkgver}-python2/smbc/xattr.py
-}
-
-build(){
-  cd ${pkgbase}-${pkgver}
-  python setup.py build
-  cd "${srcdir}"/${pkgbase}-${pkgver}-python2
-  python2 setup.py build
-}
-
-package_python-pysmbc() {
-  pkgdesc="Python 3 bindings for libsmbclient"
-  depends=('python' 'smbclient')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pysmbc() {
-  pkgdesc="Python 2 bindings for libsmbclient"
-  depends=('python2' 'smbclient')
-
-  cd ${pkgbase}-${pkgver}-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: pysmbc/repos/ex

[arch-commits] Commit in pysmbc/repos (community-i686 community-x86_64)

2017-08-10 Thread Jelle van der Waa
Date: Thursday, August 10, 2017 @ 19:38:15
  Author: jelle
Revision: 301862

remove woops

Deleted:
  pysmbc/repos/community-i686/
  pysmbc/repos/community-x86_64/


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

2017-08-10 Thread Jelle van der Waa
Date: Thursday, August 10, 2017 @ 19:35:51
  Author: jelle
Revision: 301861

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

Added:
  pysmbc/repos/community-i686/
  pysmbc/repos/community-i686/PKGBUILD
(from rev 301860, pysmbc/trunk/PKGBUILD)
  pysmbc/repos/community-x86_64/
  pysmbc/repos/community-x86_64/PKGBUILD
(from rev 301860, pysmbc/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   42 ++
 community-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: pysmbc/repos/community-i686/PKGBUILD (from rev 301860, 
pysmbc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-10 19:35:51 UTC (rev 301861)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+
+pkgbase=pysmbc
+pkgname=('python2-pysmbc' 'python-pysmbc')
+pkgver=1.0.15.8
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/pysmbc/";
+license=('GPL')
+makedepends=('python2' 'python' 'smbclient')
+# validpgpkeys=('228521116D3438163C2EA5B916BED1016069BE55')  # Tsukasa Hamano, 
revoked
+source=(https://pypi.io/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('56ea1ddc2451d6c773daef37ad1807cd')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgbase}-${pkgver}-python2/smbc/xattr.py
+}
+
+build(){
+  cd ${pkgbase}-${pkgver}
+  python setup.py build
+  cd "${srcdir}"/${pkgbase}-${pkgver}-python2
+  python2 setup.py build
+}
+
+package_python-pysmbc() {
+  pkgdesc="Python 3 bindings for libsmbclient"
+  depends=('python' 'smbclient')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pysmbc() {
+  pkgdesc="Python 2 bindings for libsmbclient"
+  depends=('python2' 'smbclient')
+
+  cd ${pkgbase}-${pkgver}-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Copied: pysmbc/repos/community-x86_64/PKGBUILD (from rev 301860, 
pysmbc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-10 19:35:51 UTC (rev 301861)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+
+pkgbase=pysmbc
+pkgname=('python2-pysmbc' 'python-pysmbc')
+pkgver=1.0.15.8
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/pysmbc/";
+license=('GPL')
+makedepends=('python2' 'python' 'smbclient')
+# validpgpkeys=('228521116D3438163C2EA5B916BED1016069BE55')  # Tsukasa Hamano, 
revoked
+source=(https://pypi.io/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('56ea1ddc2451d6c773daef37ad1807cd')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgbase}-${pkgver}-python2/smbc/xattr.py
+}
+
+build(){
+  cd ${pkgbase}-${pkgver}
+  python setup.py build
+  cd "${srcdir}"/${pkgbase}-${pkgver}-python2
+  python2 setup.py build
+}
+
+package_python-pysmbc() {
+  pkgdesc="Python 3 bindings for libsmbclient"
+  depends=('python' 'smbclient')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pysmbc() {
+  pkgdesc="Python 2 bindings for libsmbclient"
+  depends=('python2' 'smbclient')
+
+  cd ${pkgbase}-${pkgver}-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-08-10 Thread Jelle van der Waa
Date: Thursday, August 10, 2017 @ 19:35:38
  Author: jelle
Revision: 301860

upgpkg: pysmbc 1.0.15.8-1

Modified:
  pysmbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:32:41 UTC (rev 301859)
+++ PKGBUILD2017-08-10 19:35:38 UTC (rev 301860)
@@ -3,7 +3,7 @@
 
 pkgbase=pysmbc
 pkgname=('python2-pysmbc' 'python-pysmbc')
-pkgver=1.0.15.7
+pkgver=1.0.15.8
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://pypi.python.org/pypi/pysmbc/";
@@ -11,7 +11,7 @@
 makedepends=('python2' 'python' 'smbclient')
 # validpgpkeys=('228521116D3438163C2EA5B916BED1016069BE55')  # Tsukasa Hamano, 
revoked
 
source=(https://pypi.io/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('f5538684792793fb53e1a1c9fdc6695d')
+md5sums=('56ea1ddc2451d6c773daef37ad1807cd')
 
 prepare() {
   cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2


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

2017-08-10 Thread Christian Hesse
Date: Thursday, August 10, 2017 @ 19:33:16
  Author: eworm
Revision: 249779

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

Added:
  yubikey-personalization/repos/community-i686/PKGBUILD
(from rev 249778, yubikey-personalization/trunk/PKGBUILD)
  yubikey-personalization/repos/community-x86_64/PKGBUILD
(from rev 249778, yubikey-personalization/trunk/PKGBUILD)
Deleted:
  yubikey-personalization/repos/community-i686/PKGBUILD
  yubikey-personalization/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-10 19:33:10 UTC (rev 249778)
+++ community-i686/PKGBUILD 2017-08-10 19:33:16 UTC (rev 249779)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=yubikey-personalization
-_shortname=ykpers
-pkgver=1.18.0
-pkgrel=2
-pkgdesc='Yubico YubiKey Personalization library and tool'
-arch=('i686' 'x86_64')
-url='https://github.com/Yubico/yubikey-personalization'
-license=('BSD')
-depends=('libusb' 'yubico-c-client')
-provides=('ykpers')
-conflicts=('ykpers')
-validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 

-source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('cf333e133b551adf5963e0f5fe0566f4e397f9784d4c1b8fc56b9d2ebcf982ad'
-'SKIP')
-
-build() {
-   cd "${_shortname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --with-udevrulesdir=/usr/lib/udev/rules.d/
-   make
-}
-
-check() {
-   cd "${_shortname}-${pkgver}"
-
-   make check
-}
-
-package() {
-   cd "${_shortname}-${pkgver}"
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubikey-personalization/COPYING"
-   install -D -m0644 README 
"${pkgdir}/usr/share/doc/yubikey-personalization/README"
-   make DESTDIR="${pkgdir}/" install
-}
-

Copied: yubikey-personalization/repos/community-i686/PKGBUILD (from rev 249778, 
yubikey-personalization/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-10 19:33:16 UTC (rev 249779)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=yubikey-personalization
+_shortname=ykpers
+pkgver=1.18.0
+pkgrel=3
+pkgdesc='Yubico YubiKey Personalization library and tool'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubikey-personalization'
+license=('BSD')
+depends=('libusb' 'yubico-c-client')
+# We need systemd to be installed for udev version check
+makedepends=('systemd')
+provides=('ykpers')
+conflicts=('ykpers')
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 

+source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('cf333e133b551adf5963e0f5fe0566f4e397f9784d4c1b8fc56b9d2ebcf982ad'
+'SKIP')
+
+build() {
+   cd "${_shortname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --with-udevrulesdir=/usr/lib/udev/rules.d/
+   make
+}
+
+check() {
+   cd "${_shortname}-${pkgver}"
+
+   make check
+}
+
+package() {
+   cd "${_shortname}-${pkgver}"
+
+   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubikey-personalization/COPYING"
+   install -D -m0644 README 
"${pkgdir}/usr/share/doc/yubikey-personalization/README"
+   make DESTDIR="${pkgdir}/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-10 19:33:10 UTC (rev 249778)
+++ community-x86_64/PKGBUILD   2017-08-10 19:33:16 UTC (rev 249779)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=yubikey-personalization
-_shortname=ykpers
-pkgver=1.18.0
-pkgrel=2
-pkgdesc='Yubico YubiKey Personalization library and tool'
-arch=('i686' 'x86_64')
-url='https://github.com/Yubico/yubikey-personalization'
-license=('BSD')
-depends=('libusb' 'yubico-c-client')
-provides=('ykpers')
-conflicts=('ykpers')
-validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 

-source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('cf333e133b551adf5963e0f5fe0566f4e397f9784d4c1b8fc56b9d2ebcf982ad'
-'SKIP')
-
-build() {
-   cd "${_shortname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --with-udevrulesdir=/usr/lib/udev/rules.d/
-   make
-}
-
-check() {
-   cd "${_shortname}-${pkgver}"
-
-   make check
-}
-
-package() {
-   cd "

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

2017-08-10 Thread Christian Hesse
Date: Thursday, August 10, 2017 @ 19:33:10
  Author: eworm
Revision: 249778

upgpkg: yubikey-personalization 1.18.0-3

fix udev rules file

Modified:
  yubikey-personalization/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:13:20 UTC (rev 249777)
+++ PKGBUILD2017-08-10 19:33:10 UTC (rev 249778)
@@ -4,12 +4,14 @@
 pkgname=yubikey-personalization
 _shortname=ykpers
 pkgver=1.18.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Yubico YubiKey Personalization library and tool'
 arch=('i686' 'x86_64')
 url='https://github.com/Yubico/yubikey-personalization'
 license=('BSD')
 depends=('libusb' 'yubico-c-client')
+# We need systemd to be installed for udev version check
+makedepends=('systemd')
 provides=('ykpers')
 conflicts=('ykpers')
 validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 



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

2017-08-10 Thread Andreas Radke
Date: Thursday, August 10, 2017 @ 19:32:07
  Author: andyrtr
Revision: 301858

upgpkg: openjpeg2 2.2.0-1

upstream update 2.2.0

Modified:
  openjpeg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:24:13 UTC (rev 301857)
+++ PKGBUILD2017-08-10 19:32:07 UTC (rev 301858)
@@ -3,28 +3,26 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=openjpeg2
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="An open source JPEG 2000 codec, version ${pkgver}"
 arch=(i686 x86_64)
 license=('custom: BSD')
-url="http://www.openjpeg.org";
+#url="http://www.openjpeg.org";
+url="https://github.com/uclouvain/openjpeg";
 makedepends=('cmake' 'doxygen')
  #'fcgi' 'xerces2-java')
 depends=('zlib' 'libpng' 'libtiff' 'lcms2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/uclouvain/openjpeg/archive/v$pkgver.tar.gz";
-
repair_bugs_of_871_and_872.patch::https://github.com/szukw000/openjpeg/commit/cadff5fb.patch)
-sha256sums=('4ce77b6ef538ef090d9bde1d5eeff8b3069ab56c4906f083475517c2c023dfa7'
-'e352e9480925a31804d965c673545eeaa32d0a47605abaaa09b515ca956058ba')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/uclouvain/openjpeg/archive/v$pkgver.tar.gz";)
+sha256sums=('6fddbce5a618e910e03ad00d66e7fcd09cc6ee307ce69932666d54c73b7c6e7b')
 
 prepare() {
   cd ${srcdir}
   mkdir build
+  # remove thirdparty libs
+  sed -i '/add_subdirectory(thirdparty)/d' openjpeg-${pkgver}/CMakeLists.txt
   # Install doxygen docs to the right directory
   sed -i -e "s:DESTINATION\ share/doc:DESTINATION\ share/doc/${pkgname}:" 
openjpeg-${pkgver}/doc/CMakeLists.txt
-  # http://seclists.org/oss-sec/2016/q4/649
-  cd ${srcdir}/openjpeg-$pkgver
-  patch -Np1 -i  ../repair_bugs_of_871_and_872.patch
 }
 
 build() {
@@ -55,6 +53,6 @@
   make DESTDIR="${pkgdir}" install
   
   install -m755 -d "${pkgdir}/usr/share/licenses/openjpeg2"
-  mv ${pkgdir}/usr/share/doc/openjpeg-2.1/LICENSE 
${pkgdir}/usr/share/licenses/openjpeg2
-  rmdir ${pkgdir}/usr/share/doc/openjpeg-2.1
+  mv ${pkgdir}/usr/share/doc/openjpeg-2.2/LICENSE 
${pkgdir}/usr/share/licenses/openjpeg2
+  rmdir ${pkgdir}/usr/share/doc/openjpeg-2.2
 }


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

2017-08-10 Thread Andreas Radke
Date: Thursday, August 10, 2017 @ 19:32:41
  Author: andyrtr
Revision: 301859

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

Added:
  openjpeg2/repos/testing-i686/
  openjpeg2/repos/testing-i686/PKGBUILD
(from rev 301858, openjpeg2/trunk/PKGBUILD)
  openjpeg2/repos/testing-x86_64/
  openjpeg2/repos/testing-x86_64/PKGBUILD
(from rev 301858, openjpeg2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   58 ++
 testing-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: openjpeg2/repos/testing-i686/PKGBUILD (from rev 301858, 
openjpeg2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-10 19:32:41 UTC (rev 301859)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Sergej Pupykin 
+
+pkgname=openjpeg2
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="An open source JPEG 2000 codec, version ${pkgver}"
+arch=(i686 x86_64)
+license=('custom: BSD')
+#url="http://www.openjpeg.org";
+url="https://github.com/uclouvain/openjpeg";
+makedepends=('cmake' 'doxygen')
+ #'fcgi' 'xerces2-java')
+depends=('zlib' 'libpng' 'libtiff' 'lcms2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/uclouvain/openjpeg/archive/v$pkgver.tar.gz";)
+sha256sums=('6fddbce5a618e910e03ad00d66e7fcd09cc6ee307ce69932666d54c73b7c6e7b')
+
+prepare() {
+  cd ${srcdir}
+  mkdir build
+  # remove thirdparty libs
+  sed -i '/add_subdirectory(thirdparty)/d' openjpeg-${pkgver}/CMakeLists.txt
+  # Install doxygen docs to the right directory
+  sed -i -e "s:DESTINATION\ share/doc:DESTINATION\ share/doc/${pkgname}:" 
openjpeg-${pkgver}/doc/CMakeLists.txt
+}
+
+build() {
+  cd "${srcdir}/build"
+
+  # CMAKE flags
+  # MJ2 executables: '-DBUILD_MJ2:bool=on' (default: 'OFF')
+  # JPWL executables and JPWL library: '-DBUILD_JPWL:bool=on' (default: 'OFF')
+  # JPIP client (java compiler recommended) library and executables: 
'-DBUILD_JPIP:bool=on' (default: 'OFF')
+  # JPIP server (need fcgi) library and executables: 
'-DBUILD_JPIP_SERVER:bool=on' (default: 'OFF')
+
+  cmake "../openjpeg-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_DOC=on
+
+#-DBUILD_MJ2=ON \
+#-DBUILD_JPWL=ON \
+#-DBUILD_JPIP=ON \
+#-DBUILD_JPIP_SERVER=ON \
+#-DBUILD_JP3D=ON # --help -LAH
+
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/openjpeg2"
+  mv ${pkgdir}/usr/share/doc/openjpeg-2.2/LICENSE 
${pkgdir}/usr/share/licenses/openjpeg2
+  rmdir ${pkgdir}/usr/share/doc/openjpeg-2.2
+}

Copied: openjpeg2/repos/testing-x86_64/PKGBUILD (from rev 301858, 
openjpeg2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-10 19:32:41 UTC (rev 301859)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Sergej Pupykin 
+
+pkgname=openjpeg2
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="An open source JPEG 2000 codec, version ${pkgver}"
+arch=(i686 x86_64)
+license=('custom: BSD')
+#url="http://www.openjpeg.org";
+url="https://github.com/uclouvain/openjpeg";
+makedepends=('cmake' 'doxygen')
+ #'fcgi' 'xerces2-java')
+depends=('zlib' 'libpng' 'libtiff' 'lcms2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/uclouvain/openjpeg/archive/v$pkgver.tar.gz";)
+sha256sums=('6fddbce5a618e910e03ad00d66e7fcd09cc6ee307ce69932666d54c73b7c6e7b')
+
+prepare() {
+  cd ${srcdir}
+  mkdir build
+  # remove thirdparty libs
+  sed -i '/add_subdirectory(thirdparty)/d' openjpeg-${pkgver}/CMakeLists.txt
+  # Install doxygen docs to the right directory
+  sed -i -e "s:DESTINATION\ share/doc:DESTINATION\ share/doc/${pkgname}:" 
openjpeg-${pkgver}/doc/CMakeLists.txt
+}
+
+build() {
+  cd "${srcdir}/build"
+
+  # CMAKE flags
+  # MJ2 executables: '-DBUILD_MJ2:bool=on' (default: 'OFF')
+  # JPWL executables and JPWL library: '-DBUILD_JPWL:bool=on' (default: 'OFF')
+  # JPIP client (java compiler recommended) library and executables: 
'-DBUILD_JPIP:bool=on' (default: 'OFF')
+  # JPIP server (need fcgi) library and executables: 
'-DBUILD_JPIP_SERVER:bool=on' (default: 'OFF')
+
+  cmake "../openjpeg-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_DOC=on
+
+#-DBUILD_MJ2=ON \
+#-DBUILD_JPWL=ON \
+#-DBUILD_JPIP=ON \
+#-DBUILD_JPIP_SERVER=ON \
+#-DBUILD_JP3D=ON # --help -LAH
+
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/openjpeg2"
+  mv ${pkgdir}/usr/share/doc/openjpeg-2.2/LICENSE 
${pkgdir}/usr/share/licenses/openjpeg2
+  rmdir ${pkgdir}/usr/share/doc/openjpeg-2.2

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

2017-08-10 Thread Jan Steffens
Date: Thursday, August 10, 2017 @ 19:24:13
  Author: heftig
Revision: 301857

Add some missing locales

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:10:29 UTC (rev 301856)
+++ PKGBUILD2017-08-10 19:24:13 UTC (rev 301857)
@@ -20,6 +20,7 @@
   'as "Assamese"'
   'ast"Asturian"'
   'az "Azerbaijani"'
+  'be "Belarusian"'
   'bg "Bulgarian"'
   'bn-BD  "Bengali (Bangladesh)"'
   'bn-IN  "Bengali (India)"'
@@ -63,6 +64,8 @@
   'is "Icelandic"'
   'it "Italian"'
   'ja "Japanese"'
+  'ka "Georgian"'
+  'kab"Kabyle"'
   'kk "Kazakh"'
   'km "Khmer"'
   'kn "Kannada"'
@@ -75,6 +78,7 @@
   'ml "Malayalam"'
   'mr "Marathi"'
   'ms "Malay"'
+  'my "Burmese"'
   'nb-NO  "Norwegian (Bokmål)"'
   'nl "Dutch"'
   'nn-NO  "Norwegian (Nynorsk)"'
@@ -137,6 +141,7 @@
 'eda8c3227dcc8ff518a85184a9d9bd121b54a9d9bef7936650a59ff405bee942'
 '4003edf17a241136abcc2722131b4d0c9f0ad5f9d3cad30f0903786c11dbe527'
 '227f74edc75a27483eacac85f775a7aed4d551f2da8b80ec8f6df102855d0e0d'
+'3e93a38c9e81ecd6b12686cb553a9d4963b3aa27544eca1a7d702dfb4d59bf17'
 '85a0566d0df2b8501f76c7680c47aed147d07f74bad80a4734a3e5a0f1c5d93a'
 '477429b439a1bf73b59f21690988786ae87c06c5b587cdee8269c1cc2f5ffeca'
 '9d7004f7d7cc21ec8026d34fbc7a78c52bc8205f738df715d9d53bd57e56f664'
@@ -180,6 +185,8 @@
 '0f8efe945dd9faee7d4fd2c88ba3b9caa810e2fda7b390e0793b84b5c6575979'
 '45daddf8cd24a00716877a9bac62fc76257d8abba7bde2861a16feb88778a4b8'
 '07a7a1adecbebaf193a77beec7df50ae44550c1bfea91de82b751a9bf256341f'
+'a2de711f6531681ee4e9bff14fd0fe0d8d987eeb8bc9a1171da70d9708713c70'
+'ca6b5c9c05ec6bfe7c209457b8f326e9554f7e6cfc0c7da942fbbf807373f4b7'
 '91d5d5279c7ca52211c66b11ce16cbbe448ea1e0f77b8516bdb730dc26ede4a0'
 '66b2d22c136861fe25b0030d937758f2b9304cebc00ea1c1204440ade26cf0d0'
 '9304a1dd34f0549df39cd49e598945916a9342ca82497f8365bf69adfc845128'
@@ -192,6 +199,7 @@
 '53440574bd1e31bd11a31874c0a3dbad7bb4ebe6009cc4add6219ba9790010f9'
 '96556da0ac4ed3d4a328bfcfc0d1559de7857a10d6c5546efb659117e4e76f7c'
 '779321a93bd2a406fbbfa53977e3965678df5449f882cdfede8a71662943313d'
+'610c3680b94ba69f17755e62428267d873375c1700d6cb7c2ebf1e14f85f4a44'
 '088ebff9c0be6ed01060d75a8b9bce408051093e4529ae1b7f6258311ed1e3f1'
 'd5755cd3d461dcf7003220bd93d8c8d7fa78a09d67a8ed09bb48ca372e61a0f6'
 '83fb7df21553416dc7e489b5968bc9824c8f971ea68194a3c7addab58db1ef9a'


[arch-commits] Commit in gitlab/repos/community-x86_64 (22 files)

2017-08-10 Thread Sven-Hendrik Haase
Date: Thursday, August 10, 2017 @ 19:13:20
  Author: svenstaro
Revision: 249777

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 249776, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 249776, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 249776, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 249776, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 249776, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 249776, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 249776, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 249776, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 249776, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 249776, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 249776, gitlab/trunk/lighttpd.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example

-+
 PKGBUILD|  404 +++---
 gitlab-backup.service   |   38 ++--
 gitlab-backup.timer |   20 +-
 gitlab-mailroom.service |   40 ++--
 gitlab-sidekiq.service  |   58 +++---
 gitlab-unicorn.service  |   58 +++---
 gitlab.install  |   40 ++--
 gitlab.logrotate|   22 +-
 gitlab.target   |   28 +--
 gitlab.tmpfiles.d   |2 
 lighttpd.conf.example   |   70 +++
 11 files changed, 390 insertions(+), 390 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-10 19:13:10 UTC (rev 249776)
+++ PKGBUILD2017-08-10 19:13:20 UTC (rev 249777)
@@ -1,202 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=9.4.3
-pkgrel=3
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README";
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 'nodejs' 're2')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/gitlab-org/gitlab-ce/repository/archive.tar.bz2?ref=v${pkgver}";
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('1caac46183ce7a7926401a831459bb8e5fc006420e3208c637bb7cf8e13f94c7da69adf968cd911b97f82b3842e7afc3f122eeb708d68e8f8c1a750c348e5978'
-
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
-
'8678b2f0632a830e42a8a62b59ffe66b629b7d96034ff167e2a93fdbb3c7617db0c7529990b73c7a12a78a900ec833e48c691ebbac6cd8257e53de060da16a37'
-
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'
-
'c097a26d1c24f120967ae457f9008df06af0cd2662306410d8e3f6cc4b5772416125fcd3c895bc35872251060083e8c95b37455b8d20154518d8c467625291eb'
-
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'
-
'c519a51d313000

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

2017-08-10 Thread Sven-Hendrik Haase
Date: Thursday, August 10, 2017 @ 19:13:10
  Author: svenstaro
Revision: 249776

upgpkg: gitlab 9.4.4-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:09:22 UTC (rev 249775)
+++ PKGBUILD2017-08-10 19:13:10 UTC (rev 249776)
@@ -7,8 +7,8 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=9.4.3
-pkgrel=3
+pkgver=9.4.4
+pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README";
@@ -35,7 +35,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('1caac46183ce7a7926401a831459bb8e5fc006420e3208c637bb7cf8e13f94c7da69adf968cd911b97f82b3842e7afc3f122eeb708d68e8f8c1a750c348e5978'
+sha512sums=('32751345bea95a96f596bd23c86569358591cb8139e63dd1a0f579785167d291c4dc34da3621279e796b8f5fa79ae4802e4d5f69cb797cf04dfe4996bcd90ff2'
 
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
 
'8678b2f0632a830e42a8a62b59ffe66b629b7d96034ff167e2a93fdbb3c7617db0c7529990b73c7a12a78a900ec833e48c691ebbac6cd8257e53de060da16a37'
 
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'


[arch-commits] Commit in systemd/repos (28 files)

2017-08-10 Thread Christian Hesse
Date: Thursday, August 10, 2017 @ 19:10:29
  Author: eworm
Revision: 301856

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 301855, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 301855, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 301855, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 301855, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 301855, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 301855, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 301855, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd-hwdb.hook
(from rev 301855, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-i686/systemd-sysusers.hook
(from rev 301855, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-i686/systemd-tmpfiles.hook
(from rev 301855, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-i686/systemd-update.hook
(from rev 301855, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-i686/systemd-user.pam
(from rev 301855, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-i686/systemd.install
(from rev 301855, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 301855, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 301855, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 301855, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 301855, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 301855, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 301855, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 301855, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 301855, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 301855, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 301855, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 301855, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 301855, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 301855, systemd/trunk/systemd.install)

-+
 testing-i686/PKGBUILD   |  278 ++
 testing-i686/arch.conf  |7 
 testing-i686/initcpio-hook-udev |   22 ++
 testing-i686/initcpio-install-systemd   |  198 +
 testing-i686/initcpio-install-udev  |   29 +++
 testing-i686/loader.conf|1 
 testing-i686/systemd-hwdb.hook  |   11 +
 testing-i686/systemd-sysusers.hook  |   11 +
 testing-i686/systemd-tmpfiles.hook  |   11 +
 testing-i686/systemd-update.hook|   11 +
 testing-i686/systemd-user.pam   |5 
 testing-i686/systemd.install|   99 ++
 testing-x86_64/PKGBUILD |  278 ++
 testing-x86_64/arch.conf|7 
 testing-x86_64/initcpio-hook-udev   |   22 ++
 testing-x86_64/initcpio-install-systemd |  198 +
 testing-x86_64/initcpio-install-udev|   29 +++
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd-hwdb.hook|   11 +
 testing-x86_64/systemd-sysusers.hook|   11 +
 testing-x86_64/systemd-tmpfiles.hook|   11 +
 testing-x86_64/systemd-update.hook  |   11 +
 testing-x86_64/systemd-user.pam |5 
 testing-x86_64/systemd.install  |   99 ++
 24 files changed, 1366 insertions(+)

Copied: systemd/repos/testing-i686/PKGBUILD (from rev 301855, 
systemd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-10 19:10:29 UTC (rev 301856)
@@ -0,0 +1,278 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgbase=systemd
+pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
+# latest commit on stable branch
+_commit='d52e2bb9c20216972754c054e8534bca28baab66'
+# Bump this to latest major release for signed tag verification,
+# the commit count is handled by pkgver() function.
+pkgver=234.11
+pkgrel=7
+arch=('i686' 'x86_64')
+url="

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

2017-08-10 Thread Christian Hesse
Date: Thursday, August 10, 2017 @ 19:10:10
  Author: eworm
Revision: 301855

upgpkg: systemd 234.11-7

systemd-{sysusers,tmpfiles}.hook: call systemd-{sysusers,tmpfiles} with
basename to search all directories as specified in sysusers.d(5) for a
matching file

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd-sysusers.hook
  systemd/trunk/systemd-tmpfiles.hook

---+
 PKGBUILD  |6 +++---
 systemd-sysusers.hook |2 +-
 systemd-tmpfiles.hook |2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:04:42 UTC (rev 301854)
+++ PKGBUILD2017-08-10 19:10:10 UTC (rev 301855)
@@ -10,7 +10,7 @@
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
 pkgver=234.11
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd";
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -42,8 +42,8 @@
 
'5a1d78b5170da5abe3d18fdf9f2c3a4d78f15ba7d1ee9ec2708c4c9c2e28973469bc19386f70b3cf32ffafbe4fcc4303e5ebbd6d5187a1df3314ae0965b25e75'
 
'b90c99d768dc2a4f020ba854edf45ccf1b86a09d2f66e475de21fe589ff7e32c33ef4aa0876d7f1864491488fd7edb2682fc0d68e83a6d4890a0778dc2d6fe19'
 
'2c1f765e7cefc50f07ad994634ea25d9396e6b9c0de46e58f18377e642a471517a0dbf5eb547070a38c6ecf84ec8e030f650a6cee010871cd7a466a32534adda'
-
'9d27d97f172a503f5b7044480a0b9ccc0c4ed5dbb2eb3b2b1aa929332c3bcfe38ef0c0310b6566f23b34f9c05b77035221164a7ab7677784c4a54664f12fca22'
-
'0f4efddd25256e09c42b953caeee4b93eb49ecc6eaebf02e616b4dcbfdac9860c3d8a3d1a106325b2ebc4dbc6e08ac46702abcb67a06737227ccb052aaa2a067'
+
'7d49a948f5d58f662a7d81544254528257ef8c0a08ca560834f09a7cdf566161d2df4d419ebbc2983196cd45c9eeefcd0c4c2c554376916dce42e895262afc30'
+
'e521d92674597f82d589b83c378c50c92c881fdb84c436c8b26f7a3436a4c91a20585824a5563933f6868a3023b9ee2fdc7bd58e04bb47c25a0a36e296308fd3'
 
'10190fba9f39a8f4b620a0829e0ba8ed63bb4dbeca712966011ee7807880d01ab2abff1a80baafeb6674db70526a473fe585db8190e864f318fc4d6068552618')
 validpgpkeys=(
   '63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering

Modified: systemd-sysusers.hook
===
--- systemd-sysusers.hook   2017-08-10 19:04:42 UTC (rev 301854)
+++ systemd-sysusers.hook   2017-08-10 19:10:10 UTC (rev 301855)
@@ -7,5 +7,5 @@
 [Action]
 Description = Updating system user accounts...
 When = PostTransaction
-Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-sysusers "/$f" ; done'
+Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-sysusers "$(basename 
"$f")" ; done'
 NeedsTargets

Modified: systemd-tmpfiles.hook
===
--- systemd-tmpfiles.hook   2017-08-10 19:04:42 UTC (rev 301854)
+++ systemd-tmpfiles.hook   2017-08-10 19:10:10 UTC (rev 301855)
@@ -7,5 +7,5 @@
 [Action]
 Description = Creating temporary files...
 When = PostTransaction
-Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-tmpfiles --create 
"/$f"; done'
+Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-tmpfiles --create 
"$(basename "$f")"; done'
 NeedsTargets


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

2017-08-10 Thread Jelle van der Waa
Date: Thursday, August 10, 2017 @ 19:09:22
  Author: jelle
Revision: 249775

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-10 19:09:06 UTC (rev 249774)
+++ community-i686/PKGBUILD 2017-08-10 19:09:22 UTC (rev 249775)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=3.5.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/";
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
-sha256sums=('bb13d96cbe24c6cc75f3affe750ff13005b2cc0dc3c4015ca69dee1f82df80aa'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files
-  rm -rf resources/${pkgname}-portable.*
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 249774, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-10 19:09:22 UTC (rev 249775)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/";
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+ 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
+makedepends=('qt5-x11extras' 'x

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

2017-08-10 Thread Jelle van der Waa
Date: Thursday, August 10, 2017 @ 19:09:06
  Author: jelle
Revision: 249774

upgpkg: calibre 3.6.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:00:45 UTC (rev 249773)
+++ PKGBUILD2017-08-10 19:09:06 UTC (rev 249774)
@@ -8,7 +8,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=3.5.0
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
-sha256sums=('bb13d96cbe24c6cc75f3affe750ff13005b2cc0dc3c4015ca69dee1f82df80aa'
+sha256sums=('4c13463764ac9dd4955daf1e6e9b11ed8d040e0eece6003564ab974574b3e26e'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:04:42
  Author: felixonmars
Revision: 301854

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

Added:
  udisks2/repos/testing-i686/
  udisks2/repos/testing-i686/PKGBUILD
(from rev 301853, udisks2/trunk/PKGBUILD)
  udisks2/repos/testing-x86_64/
  udisks2/repos/testing-x86_64/PKGBUILD
(from rev 301853, udisks2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   46 ++
 testing-x86_64/PKGBUILD |   46 ++
 2 files changed, 92 insertions(+)

Copied: udisks2/repos/testing-i686/PKGBUILD (from rev 301853, 
udisks2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-10 19:04:42 UTC (rev 301854)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+
+pkgname=udisks2
+pkgver=2.7.2
+pkgrel=1
+pkgdesc="Disk Management Service, version 2"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/udisks";
+license=('GPL2')
+depends=('polkit' 'libatasmart' 'libgudev' 'libblockdev')
+makedepends=('docbook-xsl' 'gobject-introspection' 'gnome-common' 'intltool' 
'parted' 'libiscsi')
+optdepends=('gptfdisk: GUID partition table support'
+'ntfs-3g: NTFS filesystem management support'
+'dosfstools: VFAT filesystem management support'
+'libiscsi: iSCSI support')
+source=("https://github.com/storaged-project/udisks/archive/udisks-$pkgver.tar.gz";)
+sha512sums=('5729ba5314db88a72d932865352c133afb5b515a4e15f7d729f9074a3fcbc4ce195c7e58e0c4a8eb2df9fe4d29ccffed4be50cc605f1c6d7cf26f9b941ef7edb')
+
+prepare() {
+  sed -e 's/AC_MSG_ERROR(\[libstoragemgmt/AC_MSG_WARN([libstoragemgmt/' \
+  -e 's/AC_MSG_ERROR(\[libconfig/AC_MSG_WARN([libconfig/' \
+  -i udisks-udisks-$pkgver/configure.ac
+}
+
+build() {
+  cd udisks-udisks-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --sbindir=/usr/bin --libexecdir=/usr/lib \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --localstatedir=/var --disable-static \
+  --enable-available-modules
+  make
+}
+
+check() {
+  cd udisks-udisks-$pkgver
+  make check
+}
+
+package() {
+  cd udisks-udisks-$pkgver
+  make DESTDIR="$pkgdir" install \
+bash_completiondir=/usr/share/bash-completion/completions
+}

Copied: udisks2/repos/testing-x86_64/PKGBUILD (from rev 301853, 
udisks2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-10 19:04:42 UTC (rev 301854)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+
+pkgname=udisks2
+pkgver=2.7.2
+pkgrel=1
+pkgdesc="Disk Management Service, version 2"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/udisks";
+license=('GPL2')
+depends=('polkit' 'libatasmart' 'libgudev' 'libblockdev')
+makedepends=('docbook-xsl' 'gobject-introspection' 'gnome-common' 'intltool' 
'parted' 'libiscsi')
+optdepends=('gptfdisk: GUID partition table support'
+'ntfs-3g: NTFS filesystem management support'
+'dosfstools: VFAT filesystem management support'
+'libiscsi: iSCSI support')
+source=("https://github.com/storaged-project/udisks/archive/udisks-$pkgver.tar.gz";)
+sha512sums=('5729ba5314db88a72d932865352c133afb5b515a4e15f7d729f9074a3fcbc4ce195c7e58e0c4a8eb2df9fe4d29ccffed4be50cc605f1c6d7cf26f9b941ef7edb')
+
+prepare() {
+  sed -e 's/AC_MSG_ERROR(\[libstoragemgmt/AC_MSG_WARN([libstoragemgmt/' \
+  -e 's/AC_MSG_ERROR(\[libconfig/AC_MSG_WARN([libconfig/' \
+  -i udisks-udisks-$pkgver/configure.ac
+}
+
+build() {
+  cd udisks-udisks-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --sbindir=/usr/bin --libexecdir=/usr/lib \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --localstatedir=/var --disable-static \
+  --enable-available-modules
+  make
+}
+
+check() {
+  cd udisks-udisks-$pkgver
+  make check
+}
+
+package() {
+  cd udisks-udisks-$pkgver
+  make DESTDIR="$pkgdir" install \
+bash_completiondir=/usr/share/bash-completion/completions
+}


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:04:18
  Author: felixonmars
Revision: 301853

upgpkg: udisks2 2.7.2-1

Modified:
  udisks2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 19:01:54 UTC (rev 301852)
+++ PKGBUILD2017-08-10 19:04:18 UTC (rev 301853)
@@ -3,8 +3,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=udisks2
-pkgver=2.7.1
-pkgrel=2
+pkgver=2.7.2
+pkgrel=1
 pkgdesc="Disk Management Service, version 2"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/udisks";
@@ -16,7 +16,7 @@
 'dosfstools: VFAT filesystem management support'
 'libiscsi: iSCSI support')
 
source=("https://github.com/storaged-project/udisks/archive/udisks-$pkgver.tar.gz";)
-sha512sums=('14ce08f30f6698fb3cd26c2076e916bf2f9600c5ea6042f170c721644243f55497a3afdc5b26fdcfe79dda7fe7c25b6156c7b0b94edf732689b1bf158d69')
+sha512sums=('5729ba5314db88a72d932865352c133afb5b515a4e15f7d729f9074a3fcbc4ce195c7e58e0c4a8eb2df9fe4d29ccffed4be50cc605f1c6d7cf26f9b941ef7edb')
 
 prepare() {
   sed -e 's/AC_MSG_ERROR(\[libstoragemgmt/AC_MSG_WARN([libstoragemgmt/' \


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

2017-08-10 Thread Jan Steffens
Date: Thursday, August 10, 2017 @ 19:01:54
  Author: heftig
Revision: 301852

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

Added:
  
libsoup/repos/extra-i686/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
(from rev 301851, 
libsoup/trunk/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch)
  libsoup/repos/extra-i686/PKGBUILD
(from rev 301851, libsoup/trunk/PKGBUILD)
  
libsoup/repos/extra-x86_64/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
(from rev 301851, 
libsoup/trunk/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch)
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 301851, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-i686/PKGBUILD
  libsoup/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD| 
 100 
 extra-i686/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch   | 
 114 ++
 extra-i686/PKGBUILD  | 
  44 ---
 extra-x86_64/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch | 
 114 ++
 extra-x86_64/PKGBUILD| 
  44 ---
 5 files changed, 328 insertions(+), 88 deletions(-)

Copied: 
libsoup/repos/extra-i686/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
 (from rev 301851, 
libsoup/trunk/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch)
===
--- extra-i686/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch  
(rev 0)
+++ extra-i686/0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch  
2017-08-10 19:01:54 UTC (rev 301852)
@@ -0,0 +1,114 @@
+From 22fae95aff7073da55b2a79055292d320475439b Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 9 May 2017 22:54:16 +0200
+Subject: [PATCH] Configure PHP to load the XMLRPC extension if present
+
+This is needed when the system PHP configuration does not already load
+the extension.
+---
+ configure.ac| 7 ++-
+ tests/Makefile.am   | 8 +++-
+ tests/httpd.conf.in | 2 ++
+ tests/php.ini.in| 1 +
+ 4 files changed, 16 insertions(+), 2 deletions(-)
+ create mode 100644 tests/php.ini.in
+
+diff --git a/configure.ac b/configure.ac
+index 3df131e67d586522..868b00e7f091a70e 100644
+--- a/configure.ac
 b/configure.ac
+@@ -272,22 +272,26 @@ if test "$have_apache" = 1; then
+ 
+ if test "$have_php" = yes; then
+   AC_MSG_CHECKING([for php-xmlrpc])
+-  if $PHP --rf xmlrpc_server_create | grep -q "does not exist"; then
++  if $PHP -d extension=xmlrpc.so --rf xmlrpc_server_create | grep -q 
"does not exist"; then
+   have_php_xmlrpc=no
++  IF_HAVE_PHP_XMLRPC=";"
+   else
+   have_php_xmlrpc=yes
++  IF_HAVE_PHP_XMLRPC=""
+   AC_DEFINE(HAVE_PHP_XMLRPC, 1, [Have php-xmlrpc])
+   fi
+   AC_MSG_RESULT($have_php_xmlrpc)
++  AC_SUBST(IF_HAVE_PHP_XMLRPC)
+ fi
+ 
+ if test -f "$APACHE_MODULE_DIR/mod_unixd.so"; then
+   IF_HAVE_MOD_UNIXD=""
+ else
+   IF_HAVE_MOD_UNIXD="#"
+ fi
+ AC_SUBST(IF_HAVE_MOD_UNIXD)
+ fi
++AM_CONDITIONAL(HAVE_PHP, test "$have_php" = yes)
+ 
+ AC_PATH_PROG(CURL, curl, no)
+ if test "$CURL" != no; then
+@@ -415,6 +419,7 @@ AC_CONFIG_FILES([
+   po/Makefile
+   tests/Makefile
+   tests/httpd.conf
++  tests/php.ini
+   examples/Makefile
+   docs/Makefile
+   docs/reference/Makefile
+diff --git a/tests/Makefile.am b/tests/Makefile.am
+index 81a72cbc5ffd9739..d2986975be11eca2 100644
+--- a/tests/Makefile.am
 b/tests/Makefile.am
+@@ -73,24 +73,30 @@ test_data +=   \
+   httpd.conf
+ endif
+ 
++if HAVE_PHP
++test_data +=  \
++  php.ini
++endif
++
+ RESOURCES = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) 
--generate-dependencies $(srcdir)/soup-tests.gresource.xml)
+ 
+ soup-tests.gresource: soup-tests.gresource.xml $(RESOURCES)
+   $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) 
$<
+ 
+ EXTRA_DIST +=  \
+   htdigest \
+   htpasswd \
+   httpd.conf.in\
+   index.txt\
+   libsoup.supp \
++  php.ini.in   \
+   soup-tests.gresource.xml \
+   test-cert.pem\
+   test-key.pem \
+   xmlrpc-server.php\
+   $(RESOURCES)
+ 
+-DISTCLEANFILES += soup-tests.gresource httpd.conf
++DISTCLEANFILES += soup-tests.gresource httpd.conf php.ini
+ 
+ TESTS_ENVIRONMENT += SOUP_TESTS_IN_MAKE_CHECK=1
+ 
+diff --git a/tests/httpd.conf.in b/tests/httpd.conf.in
+index b818c12d198e6618..31c36674a9c5d8c2 100644
+--- a/tests/httpd.conf.in
 b/t

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:00:45
  Author: felixonmars
Revision: 249773

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

Added:
  libmongoc/repos/testing-i686/
  libmongoc/repos/testing-i686/PKGBUILD
(from rev 249772, libmongoc/trunk/PKGBUILD)
  libmongoc/repos/testing-x86_64/
  libmongoc/repos/testing-x86_64/PKGBUILD
(from rev 249772, libmongoc/trunk/PKGBUILD)

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

Copied: libmongoc/repos/testing-i686/PKGBUILD (from rev 249772, 
libmongoc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-10 19:00:45 UTC (rev 249773)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+checkdepends=('python-pifpaf')
+checkdepends_x86_64=('mongodb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz";)
+sha512sums=('632347c3ebfc717f9f369f8bf3d374ace9f3c139ce96342b0e91b62f3965662fe0a233cbcd0fbeef2387dacf9cc539c60ec1cf8f4efe4f240f5a262206324b5b')
+
+prepare() {
+  cd mongo-c-driver-$pkgver
+  # Remove check for bundled libbson
+  sed -i 's|src/libbson/autogen.sh|/usr/bin/true|' autogen.sh
+}
+
+build() {
+  cd mongo-c-driver-$pkgver
+  PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+  make
+}
+
+check() {
+  cd mongo-c-driver-$pkgver
+  pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+  cd mongo-c-driver-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Copied: libmongoc/repos/testing-x86_64/PKGBUILD (from rev 249772, 
libmongoc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-10 19:00:45 UTC (rev 249773)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl')
+checkdepends=('python-pifpaf')
+checkdepends_x86_64=('mongodb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz";)
+sha512sums=('632347c3ebfc717f9f369f8bf3d374ace9f3c139ce96342b0e91b62f3965662fe0a233cbcd0fbeef2387dacf9cc539c60ec1cf8f4efe4f240f5a262206324b5b')
+
+prepare() {
+  cd mongo-c-driver-$pkgver
+  # Remove check for bundled libbson
+  sed -i 's|src/libbson/autogen.sh|/usr/bin/true|' autogen.sh
+}
+
+build() {
+  cd mongo-c-driver-$pkgver
+  PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+  make
+}
+
+check() {
+  cd mongo-c-driver-$pkgver
+  pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+  cd mongo-c-driver-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 19:00:22
  Author: felixonmars
Revision: 249772

upgpkg: libmongoc 1.7.0-1

Modified:
  libmongoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 18:56:42 UTC (rev 249771)
+++ PKGBUILD2017-08-10 19:00:22 UTC (rev 249772)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libmongoc
-pkgver=1.6.3
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='A client library written in C for MongoDB'
 arch=('i686' 'x86_64')
@@ -9,24 +9,29 @@
 url='http://www.mongodb.org/display/DOCS/C+Language+Center'
 license=('Apache')
 depends=('libbson' 'libsasl')
-makedepends=('git')
 checkdepends=('python-pifpaf')
 checkdepends_x86_64=('mongodb')
-source=("git+https://github.com/mongodb/mongo-c-driver.git#tag=$pkgver";)
-sha512sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz";)
+sha512sums=('632347c3ebfc717f9f369f8bf3d374ace9f3c139ce96342b0e91b62f3965662fe0a233cbcd0fbeef2387dacf9cc539c60ec1cf8f4efe4f240f5a262206324b5b')
 
+prepare() {
+  cd mongo-c-driver-$pkgver
+  # Remove check for bundled libbson
+  sed -i 's|src/libbson/autogen.sh|/usr/bin/true|' autogen.sh
+}
+
 build() {
-cd "$srcdir/mongo-c-driver"
-PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
-make
+  cd mongo-c-driver-$pkgver
+  PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+  make
 }
 
 check() {
-cd "$srcdir/mongo-c-driver"
-pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+  cd mongo-c-driver-$pkgver
+  pifpaf run mongodb --port 27017 make test || warning "Tests failed"
 }
 
 package() {
-cd "$srcdir/mongo-c-driver"
-make DESTDIR="$pkgdir/" install
+  cd mongo-c-driver-$pkgver
+  make DESTDIR="$pkgdir/" install
 }


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:56:42
  Author: felixonmars
Revision: 249771

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-10 18:56:24 UTC (rev 249770)
+++ PKGBUILD2017-08-10 18:56:42 UTC (rev 249771)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-responses
-pkgname=('python-responses' 'python2-responses')
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='A utility library for mocking out the `requests` Python library.'
-arch=('any')
-license=('Apache')
-url='https://github.com/getsentry/responses'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
- 'python-cookies' 'python2-cookies' 'python-six' 'python2-six' 
'python2-mock')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov'
-  'python2-pytest-cov' 'flake8' 'python2-flake8')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz";)
-sha512sums=('438252864ed99c823f4ea0691acfabd8fe38f5e2dfa8da1aa31d93adc8483e2e1421a4bc79a3cc81c3258c84eb0569e0c9cc320302fb2dffe2c6874c93d51f49')
-
-prepare() {
-  cp -a responses-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/responses-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/responses-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/responses-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/responses-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-responses() {
-  depends=('python-requests' 'python-cookies' 'python-six')
-
-  cd responses-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-responses() {
-  depends=('python2-requests' 'python2-cookies' 'python2-six' 'python2-mock')
-
-  cd responses-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-responses/repos/community-any/PKGBUILD (from rev 249770, 
python-responses/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-10 18:56:42 UTC (rev 249771)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-responses
+pkgname=('python-responses' 'python2-responses')
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='A utility library for mocking out the `requests` Python library.'
+arch=('any')
+license=('Apache')
+url='https://github.com/getsentry/responses'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-cookies' 'python2-cookies' 'python-six' 'python2-six' 
'python2-mock')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov'
+  'python2-pytest-cov' 'flake8' 'python2-flake8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz";)
+sha512sums=('cd9886614e4335a2217c5c0fcf98dbe882f0e5ea8b34173d4fb5498af4519f7dfba6701e8a2df83240bab4a58d876e320f8c2f0cc6ca304dc7167b92d4275acf')
+
+prepare() {
+  cp -a responses-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/responses-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/responses-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/responses-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/responses-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-responses() {
+  depends=('python-requests' 'python-cookies' 'python-six')
+
+  cd responses-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-responses() {
+  depends=('python2-requests' 'python2-cookies' 'python2-six' 'python2-mock')
+
+  cd responses-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:56:24
  Author: felixonmars
Revision: 249770

upgpkg: python-responses 0.7.0-1

Modified:
  python-responses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 18:50:43 UTC (rev 249769)
+++ PKGBUILD2017-08-10 18:56:24 UTC (rev 249770)
@@ -3,7 +3,7 @@
 
 pkgbase=python-responses
 pkgname=('python-responses' 'python2-responses')
-pkgver=0.6.2
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='A utility library for mocking out the `requests` Python library.'
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-cov'
   'python2-pytest-cov' 'flake8' 'python2-flake8')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz";)
-sha512sums=('438252864ed99c823f4ea0691acfabd8fe38f5e2dfa8da1aa31d93adc8483e2e1421a4bc79a3cc81c3258c84eb0569e0c9cc320302fb2dffe2c6874c93d51f49')
+sha512sums=('cd9886614e4335a2217c5c0fcf98dbe882f0e5ea8b34173d4fb5498af4519f7dfba6701e8a2df83240bab4a58d876e320f8c2f0cc6ca304dc7167b92d4275acf')
 
 prepare() {
   cp -a responses-$pkgver{,-py2}


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

2017-08-10 Thread Christian Hesse
Date: Thursday, August 10, 2017 @ 18:53:22
  Author: eworm
Revision: 301851

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

Added:
  mercurial/repos/testing-i686/
  mercurial/repos/testing-i686/PKGBUILD
(from rev 301850, mercurial/trunk/PKGBUILD)
  mercurial/repos/testing-i686/mercurial.profile
(from rev 301850, mercurial/trunk/mercurial.profile)
  mercurial/repos/testing-x86_64/
  mercurial/repos/testing-x86_64/PKGBUILD
(from rev 301850, mercurial/trunk/PKGBUILD)
  mercurial/repos/testing-x86_64/mercurial.profile
(from rev 301850, mercurial/trunk/mercurial.profile)

--+
 testing-i686/PKGBUILD|   61 +
 testing-i686/mercurial.profile   |1 
 testing-x86_64/PKGBUILD  |   61 +
 testing-x86_64/mercurial.profile |1 
 4 files changed, 124 insertions(+)

Copied: mercurial/repos/testing-i686/PKGBUILD (from rev 301850, 
mercurial/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-10 18:53:22 UTC (rev 301851)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=4.2.3
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="https://www.mercurial-scm.org/";
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler 

+source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'mercurial.profile')
+sha256sums=('04908fc7d89e5810edf3d2762f5aecce5b5c0cb8534f3dbff7d0d848d11ff7ac'
+'SKIP'
+'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/contrib/chg
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
+  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
+
+  # set some variables
+  install -m755 -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
+
+  # install configuration file
+  install -m755 -d ${pkgdir}/etc/mercurial
+  # install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
+
+  # FS#38825 - Add certs config to package
+  echo -e "\n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n" >> 
"${pkgdir}/etc/mercurial/hgrc"
+
+  cd contrib/chg
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}

Copied: mercurial/repos/testing-i686/mercurial.profile (from rev 301850, 
mercurial/trunk/mercurial.profile)
===
--- testing-i686/mercurial.profile  (rev 0)
+++ testing-i686/mercurial.profile  2017-08-10 18:53:22 UTC (rev 301851)
@@ -0,0 +1 @@
+export HG=/usr/bin/hg

Copied: mercurial/repos/testing-x86_64/PKGBUILD (from rev 301850, 
mercurial/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-10 18:53:22 UTC (rev 301851)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=4.2.3
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="https://www.mercurial-scm.org/";
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler 

+source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'mercurial.profile')
+sha256sums=('04908fc7d89e5810edf3d2762f5aecce5b5c0cb8534f3dbff7d0d848d11ff7ac'
+'SKIP'
+'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/contrib/chg
+  make
+}
+
+package() {
+  cd ${p

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

2017-08-10 Thread Christian Hesse
Date: Thursday, August 10, 2017 @ 18:53:17
  Author: eworm
Revision: 301850

upgpkg: mercurial 4.2.3-1

* new upstream release, including a fix for CVE-2017-1000116
* verify source by gpg signature

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 18:47:44 UTC (rev 301849)
+++ PKGBUILD2017-08-10 18:53:17 UTC (rev 301850)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=4.2.2
+pkgver=4.2.3
 pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('i686' 'x86_64')
@@ -12,9 +12,11 @@
 depends=('python2')
 optdepends=('tk: for the hgk GUI')
 backup=('etc/mercurial/hgrc')
-source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz";
+validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler 

+source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'mercurial.profile')
-sha256sums=('b20132dec5ae6d27ee43a133144069895befe09f7e454bfa9e39950a185f0afe'
+sha256sums=('04908fc7d89e5810edf3d2762f5aecce5b5c0cb8534f3dbff7d0d848d11ff7ac'
+'SKIP'
 '87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
 
 prepare() {


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

2017-08-10 Thread Jelle van der Waa
Date: Thursday, August 10, 2017 @ 18:50:43
  Author: jelle
Revision: 249769

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

Added:
  python-html5-parser/repos/community-i686/PKGBUILD
(from rev 249768, python-html5-parser/trunk/PKGBUILD)
  python-html5-parser/repos/community-x86_64/PKGBUILD
(from rev 249768, python-html5-parser/trunk/PKGBUILD)
Deleted:
  python-html5-parser/repos/community-i686/PKGBUILD
  python-html5-parser/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-10 18:50:30 UTC (rev 249768)
+++ community-i686/PKGBUILD 2017-08-10 18:50:43 UTC (rev 249769)
@@ -1,51 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Eli Schwartz 
-
-_pkgname=html5-parser
-pkgbase='python-html5-parser'
-pkgname=('python-html5-parser' 'python2-html5-parser')
-pkgver=0.4.3
-pkgrel=1
-pkgdesc="Fast C based HTML 5 parsing for python"
-arch=('i686' 'x86_64')
-url="https://github.com/kovidgoyal/${_pkgname}";
-license=('Apache')
-makedepends=('python-chardet' 'python-lxml' 'python-setuptools'
- 'python2-chardet' 'python2-lxml' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('dd5e3647c5919439c41600172ef96b5fdbf278028bd4000476f87412c4fb7b9c'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-build() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-
-python setup.py build
-python2 setup.py build
-}
-
-#check() {
-#cd "${srcdir}/${_pkgname}-${pkgver}"
-#
-## Does not work right now because a necessary file isn't contained in the
-## PyPI tarball. Fixed in master via
-## https://github.com/kovidgoyal/html5-parser/issues/3
-#python setup.py test
-#python2 setup.py test
-#}
-
-package_python-html5-parser() {
-depends=('python-chardet' 'python-lxml')
-optdepends=('python-beautifulsoup4: to use the soup treebuilder')
-
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-html5-parser() {
-depends=('python2-chardet' 'python2-lxml')
-optdepends=('python2-beautifulsoup4: to use the soup treebuilder')
-
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-html5-parser/repos/community-i686/PKGBUILD (from rev 249768, 
python-html5-parser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-10 18:50:43 UTC (rev 249769)
@@ -0,0 +1,49 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Eli Schwartz 
+
+_pkgname=html5-parser
+pkgbase='python-html5-parser'
+pkgname=('python-html5-parser' 'python2-html5-parser')
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Fast C based HTML 5 parsing for python"
+arch=('i686' 'x86_64')
+url="https://github.com/kovidgoyal/${_pkgname}";
+license=('Apache')
+checkdepends=('python-beautifulsoup4' 'python2-beautifulsoup4')
+makedepends=('python-chardet' 'python-lxml' 'python-setuptools'
+ 'python2-chardet' 'python2-lxml' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('b9f3a1d4cdb8742e8e4ecafab04bff541bde4ff09af233293ed0b94028ec1ab5'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+python setup.py test
+python2 setup.py test
+}
+
+package_python-html5-parser() {
+depends=('python-chardet' 'python-lxml')
+optdepends=('python-beautifulsoup4: to use the soup treebuilder')
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-html5-parser() {
+depends=('python2-chardet' 'python2-lxml')
+optdepends=('python2-beautifulsoup4: to use the soup treebuilder')
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-10 18:50:30 UTC (rev 249768)
+++ community-x86_64/PKGBUILD   2017-08-10 18:50:43 UTC (rev 249769)
@@ -1,51 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Eli Sc

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

2017-08-10 Thread Jelle van der Waa
Date: Thursday, August 10, 2017 @ 18:50:30
  Author: jelle
Revision: 249768

upgpkg: python-html5-parser 0.4.4-1

Modified:
  python-html5-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 18:42:25 UTC (rev 249767)
+++ PKGBUILD2017-08-10 18:50:30 UTC (rev 249768)
@@ -4,16 +4,17 @@
 _pkgname=html5-parser
 pkgbase='python-html5-parser'
 pkgname=('python-html5-parser' 'python2-html5-parser')
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc="Fast C based HTML 5 parsing for python"
 arch=('i686' 'x86_64')
 url="https://github.com/kovidgoyal/${_pkgname}";
 license=('Apache')
+checkdepends=('python-beautifulsoup4' 'python2-beautifulsoup4')
 makedepends=('python-chardet' 'python-lxml' 'python-setuptools'
  'python2-chardet' 'python2-lxml' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('dd5e3647c5919439c41600172ef96b5fdbf278028bd4000476f87412c4fb7b9c'
+sha256sums=('b9f3a1d4cdb8742e8e4ecafab04bff541bde4ff09af233293ed0b94028ec1ab5'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 
@@ -24,16 +25,13 @@
 python2 setup.py build
 }
 
-#check() {
-#cd "${srcdir}/${_pkgname}-${pkgver}"
-#
-## Does not work right now because a necessary file isn't contained in the
-## PyPI tarball. Fixed in master via
-## https://github.com/kovidgoyal/html5-parser/issues/3
-#python setup.py test
-#python2 setup.py test
-#}
+check() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
 
+python setup.py test
+python2 setup.py test
+}
+
 package_python-html5-parser() {
 depends=('python-chardet' 'python-lxml')
 optdepends=('python-beautifulsoup4: to use the soup treebuilder')


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

2017-08-10 Thread Jan Steffens
Date: Thursday, August 10, 2017 @ 18:47:44
  Author: heftig
Revision: 301849

2.58.2-1

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 18:25:22 UTC (rev 301848)
+++ PKGBUILD2017-08-10 18:47:44 UTC (rev 301849)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libsoup
-pkgver=2.58.1
+pkgver=2.58.2
 pkgrel=1
 pkgdesc="HTTP client/server library for GNOME"
 url="https://wiki.gnome.org/Projects/libsoup";
@@ -11,7 +11,7 @@
 depends=(glib2 libxml2 glib-networking sqlite krb5)
 makedepends=(intltool gobject-introspection python vala git gtk-doc)
 checkdepends=(apache php-apache)
-_commit=d6e006deed3a1f55b7a2bedded613a212fe9a16a  # tags/2.58.1^0
+_commit=d059ed12af843def9b5b24a2ea3de69454df8f1f  # tags/2.58.2^0
 source=("git+https://git.gnome.org/browse/libsoup#commit=$_commit";
 0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch)
 sha256sums=('SKIP'
@@ -24,7 +24,10 @@
 
 prepare() {
   cd $pkgname
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=782410
   patch -Np1 -i 
../0001-Configure-PHP-to-load-the-XMLRPC-extension-if-presen.patch
+
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:42:25
  Author: felixonmars
Revision: 249767

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

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

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

Copied: reaver/repos/community-testing-i686/PKGBUILD (from rev 249766, 
reaver/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-10 18:42:25 UTC (rev 249767)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartosz Feński 
+
+pkgname=reaver
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Brute force attack against Wifi Protected Setup"
+arch=('i686' 'x86_64')
+url="https://github.com/t6x/reaver-wps-fork-t6x";
+license=('GPL2')
+depends=('libpcap')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/t6x/reaver-wps-fork-t6x/archive/v$pkgver.tar.gz";)
+sha512sums=('08f2d37f4375896d28eddc0deca2cf3487bd6c0a75c3d647a9adf3828f530d16b2d87a33f2ca4f56049044f7def5de73759b57bf7492d5ccc45548cd0fecf188')
+
+build() {
+  cd reaver-wps-fork-t6x-$pkgver/src
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make CONFDIR=/etc/reaver
+}
+
+package() {
+  cd reaver-wps-fork-t6x-$pkgver
+
+  install -Dm755 src/reaver "$pkgdir"/usr/bin/reaver
+  install -Dm755 src/wash "$pkgdir"/usr/bin/wash
+  install -dm755 "$pkgdir"/etc/reaver
+  install -Dm644 docs/README "$pkgdir"/usr/share/doc/reaver/README
+  install -Dm644 docs/reaver.1.gz "$pkgdir"/usr/share/man/man1/reaver.1.gz
+}

Copied: reaver/repos/community-testing-x86_64/PKGBUILD (from rev 249766, 
reaver/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-08-10 18:42:25 UTC (rev 249767)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartosz Feński 
+
+pkgname=reaver
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Brute force attack against Wifi Protected Setup"
+arch=('i686' 'x86_64')
+url="https://github.com/t6x/reaver-wps-fork-t6x";
+license=('GPL2')
+depends=('libpcap')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/t6x/reaver-wps-fork-t6x/archive/v$pkgver.tar.gz";)
+sha512sums=('08f2d37f4375896d28eddc0deca2cf3487bd6c0a75c3d647a9adf3828f530d16b2d87a33f2ca4f56049044f7def5de73759b57bf7492d5ccc45548cd0fecf188')
+
+build() {
+  cd reaver-wps-fork-t6x-$pkgver/src
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make CONFDIR=/etc/reaver
+}
+
+package() {
+  cd reaver-wps-fork-t6x-$pkgver
+
+  install -Dm755 src/reaver "$pkgdir"/usr/bin/reaver
+  install -Dm755 src/wash "$pkgdir"/usr/bin/wash
+  install -dm755 "$pkgdir"/etc/reaver
+  install -Dm644 docs/README "$pkgdir"/usr/share/doc/reaver/README
+  install -Dm644 docs/reaver.1.gz "$pkgdir"/usr/share/man/man1/reaver.1.gz
+}


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:42:01
  Author: felixonmars
Revision: 249766

upgpkg: reaver 1.6.1-1

Modified:
  reaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 18:41:47 UTC (rev 249765)
+++ PKGBUILD2017-08-10 18:42:01 UTC (rev 249766)
@@ -3,28 +3,28 @@
 # Contributor: Bartosz Feński 
 
 pkgname=reaver
-pkgver=1.5.2
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="Brute force attack against Wifi Protected Setup"
 arch=('i686' 'x86_64')
-url="http://code.google.com/p/reaver-wps/";
+url="https://github.com/t6x/reaver-wps-fork-t6x";
 license=('GPL2')
-depends=('libpcap' 'sqlite')
-makedepends=('git')
-backup=('etc/reaver/reaver.db')
-source=("git+https://github.com/t6x/reaver-wps-fork-t6x.git#tag=v$pkgver";)
-md5sums=('SKIP')
+depends=('libpcap')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/t6x/reaver-wps-fork-t6x/archive/v$pkgver.tar.gz";)
+sha512sums=('08f2d37f4375896d28eddc0deca2cf3487bd6c0a75c3d647a9adf3828f530d16b2d87a33f2ca4f56049044f7def5de73759b57bf7492d5ccc45548cd0fecf188')
 
 build() {
-  cd "$srcdir/reaver-wps-fork-t6x/src"
+  cd reaver-wps-fork-t6x-$pkgver/src
   ./configure --prefix=/usr --sysconfdir=/etc
-  make
+  make CONFDIR=/etc/reaver
 }
 
 package() {
-  install -Dm755 "$srcdir/reaver-wps-fork-t6x/src/reaver" 
"$pkgdir/usr/bin/reaver"
-  install -Dm755 "$srcdir/reaver-wps-fork-t6x/src/wash" "$pkgdir/usr/bin/wash"
-  install -Dm644 "$srcdir/reaver-wps-fork-t6x/src/reaver.db" 
"$pkgdir/etc/reaver/reaver.db"
-  install -Dm644 "$srcdir/reaver-wps-fork-t6x/docs/README" 
"$pkgdir/usr/share/doc/reaver/README"
-  install -Dm644 "$srcdir/reaver-wps-fork-t6x/docs/reaver.1.gz" 
"$pkgdir/usr/share/man/man1/reaver.1.gz"
+  cd reaver-wps-fork-t6x-$pkgver
+
+  install -Dm755 src/reaver "$pkgdir"/usr/bin/reaver
+  install -Dm755 src/wash "$pkgdir"/usr/bin/wash
+  install -dm755 "$pkgdir"/etc/reaver
+  install -Dm644 docs/README "$pkgdir"/usr/share/doc/reaver/README
+  install -Dm644 docs/reaver.1.gz "$pkgdir"/usr/share/man/man1/reaver.1.gz
 }


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:41:20
  Author: felixonmars
Revision: 249764

upgpkg: haskell-swagger2 2.1.4.1-11

rebuild with th-abstraction,0.2.5.0

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 18:36:37 UTC (rev 249763)
+++ PKGBUILD2017-08-10 18:41:20 UTC (rev 249764)
@@ -5,7 +5,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.1.4.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2";
 license=("custom:BSD3")


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:41:47
  Author: felixonmars
Revision: 249765

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

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

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

Copied: haskell-swagger2/repos/community-staging-i686/PKGBUILD (from rev 
249764, haskell-swagger2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-10 18:41:47 UTC (rev 249765)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=swagger2
+pkgname=haskell-swagger2
+pkgver=2.1.4.1
+pkgrel=11
+pkgdesc="Swagger 2.0 data model"
+url="https://github.com/GetShopTV/swagger2";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-base-compat" "haskell-hashable" 
"haskell-generics-sop"
+ "haskell-http-media" "haskell-insert-ordered-containers" 
"haskell-lens" "haskell-mtl"
+ "haskell-network" "haskell-scientific" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-uuid-types")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0a0f809e91fb89a8c2f648ff625e2748efd2d17aed6c7eada7b50290061b52995bea839bcce549f7372f14df0866a15e6ea4e41b1d2a756ca6659ac929698dee')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-swagger2/repos/community-staging-x86_64/PKGBUILD (from rev 
249764, haskell-swagger2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-10 18:41:47 UTC (rev 249765)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=swagger2
+pkgname=haskell-swagger2
+pkgver=2.1.4.1
+pkgrel=11
+pkgdesc="Swagger 2.0 data model"
+url="https://github.com/GetShopTV/swagger2";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-base-compat" "haskell-hashable" 
"haskell-generics-sop"
+ "haskell-http-media" "haskell-insert-ordered-containers" 
"haskell-lens" "haskell-mtl"
+ "haskell-network" "haskell-scientific" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-uuid-types")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0a0f809e91fb89a8c2f648ff625e2748efd2d17aed6c7eada7b50290061b52995bea839bcce549f7372f14df0866a15e6ea4e41b1d2a756ca6659ac929698dee')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:36:37
  Author: felixonmars
Revision: 249763

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

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

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

Copied: libbson/repos/community-testing-i686/PKGBUILD (from rev 249762, 
libbson/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-10 18:36:37 UTC (rev 249763)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz";)
+sha512sums=('03120f02a24dd3ebf0a43c1776c13e138118aff0a50b1cf9984300266a6449b4c6ce63ba045b12988fea3ce76f8a851f700d68eb29076038b728a76e74077559')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libbson/repos/community-testing-x86_64/PKGBUILD (from rev 249762, 
libbson/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-08-10 18:36:37 UTC (rev 249763)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz";)
+sha512sums=('03120f02a24dd3ebf0a43c1776c13e138118aff0a50b1cf9984300266a6449b4c6ce63ba045b12988fea3ce76f8a851f700d68eb29076038b728a76e74077559')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:36:07
  Author: felixonmars
Revision: 249762

upgpkg: libbson 1.7.0-1

Modified:
  libbson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 18:32:05 UTC (rev 249761)
+++ PKGBUILD2017-08-10 18:36:07 UTC (rev 249762)
@@ -4,7 +4,7 @@
 # Contributor: monty 
 
 pkgname=libbson
-pkgver=1.6.3
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='A BSON utility library.'
 arch=('i686' 'x86_64')
@@ -11,17 +11,17 @@
 url='http://www.mongodb.org/display/DOCS/C+Language+Center'
 license=('Apache')
 depends=('glibc')
-makedepends=('python' 'git')
-source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver";)
-sha512sums=('SKIP')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz";)
+sha512sums=('03120f02a24dd3ebf0a43c1776c13e138118aff0a50b1cf9984300266a6449b4c6ce63ba045b12988fea3ce76f8a851f700d68eb29076038b728a76e74077559')
 
 build() {
-cd "$srcdir/$pkgname"
-./autogen.sh --prefix=/usr
-make
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
 }
 
 package() {
-cd "$srcdir/$pkgname"
-make DESTDIR="$pkgdir/" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:32:05
  Author: felixonmars
Revision: 249761

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

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

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

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 249760, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-10 18:32:05 UTC (rev 249761)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.6
+pkgrel=26
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat" "haskell-blaze-html"
+ "haskell-bower-json" "haskell-boxes" "haskell-cheapskate" 
"haskell-clock"
+ "haskell-data-ordlist" "haskell-dlist" "haskell-edit-distance" 
"haskell-file-embed"
+ "haskell-fsnotify" "haskell-glob" "haskell-http-client" 
"haskell-http-types"
+ "haskell-language-javascript" "haskell-lens" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-network" 
"haskell-optparse-applicative"
+ "haskell-parallel" "haskell-parsec" "haskell-pattern-arrows" 
"haskell-pipes"
+ "haskell-pipes-http" "haskell-protolude" "haskell-regex-tdfa" 
"haskell-safe"
+ "haskell-semigroups" "haskell-sourcemap" "haskell-spdx" 
"haskell-split" "haskell-stm"
+ "haskell-stringsearch" "haskell-syb" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-wai" "haskell-wai-websockets" "haskell-warp"
+ "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('98a82eb3468c79cc0d0f4adf52879814680f06c40bf443e6ec10a1797ddcbf87b627423714a6d392139fb28a1fb1971a839e24d91f5dd89b8d0ead25ba2eb6a0')
+
+prepare() {
+sed -e 's/aeson >=1.0 && <1.1/aeson >=1.0/' \
+-e 's/, blaze-html >=0.8.1 && <0.9/, blaze-html >=0.8.1/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+sed -i 's/^import   Protolude$/import   Protolude hiding 
((<\&>))/' $pkgname-$pkgver/src/Language/PureScript/Ide/Completion.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-frelease
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: purescript/repos/community-staging-x86_64/PKGBUILD (from rev 249760, 
purescript/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-10 18:32:05 UTC (rev 249761)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.6
+pkgrel=26
+pkgdesc="PureScript Programming Language Compiler"
+url="http:/

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:31:41
  Author: felixonmars
Revision: 249760

upgpkg: purescript 0.11.6-26

rebuild with th-abstraction,0.2.5.0

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 18:08:53 UTC (rev 249759)
+++ PKGBUILD2017-08-10 18:31:41 UTC (rev 249760)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.11.6
-pkgrel=25
+pkgrel=26
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/";
 license=("custom:BSD3")


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

2017-08-10 Thread Christian Hesse
Date: Thursday, August 10, 2017 @ 18:25:22
  Author: eworm
Revision: 301848

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

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

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

Copied: git/repos/testing-i686/PKGBUILD (from rev 301847, git/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-10 18:25:22 UTC (rev 301848)
@@ -0,0 +1,132 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=2.14.1
+pkgrel=1
+pkgdesc="the fast distributed version control system"
+arch=(i686 x86_64)
+url="http://git-scm.com/";
+license=('GPL2')
+depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre2')
+makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn'
+'perl-mime-tools: git send-email'
+'perl-net-smtp-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'perl-mediawiki-api: git mediawiki support'
+'perl-datetime-format-iso8601: git mediawiki support'
+'perl-lwp-protocol-https: git mediawiki https support'
+'perl-cgi: gitweb (web interface) support'
+'python2: various helper scripts'
+'subversion: git svn'
+'cvsps2: git cvsimport'
+'gnome-keyring: GNOME keyring credential helper')
+replaces=('git-core')
+provides=('git-core')
+install=git.install
+validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
+source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz";
+"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign";
+git-daemon@.service
+git-daemon.socket)
+sha256sums=('6f724c6d0e9e13114ab35db6f67e1b2c1934b641e89366e6a0e37618231f2cc6'
+'SKIP'
+'3bc3250d9e04b05c41975c01f85f512d3386d60b41475cbc7292bc88148852f6'
+'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203')
+
+build() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE2=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1 \
+all doc
+
+  make -C contrib/emacs prefix=/usr
+  make -C contrib/credential/gnome-keyring
+  make -C contrib/credential/libsecret
+  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
+  make -C contrib/mw-to-git prefix=/usr all
+  make -C contrib/diff-highlight prefix=/usr
+}
+
+check() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  local jobs
+  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
+  mkdir -p /dev/shm/git-test
+  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
+  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
+  # build chroot (i.e.: /usr/bin/nologin)
+  SHELL=/bin/sh \
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE2=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1 \
+NO_SVN_TESTS=y \
+DEFAULT_TEST_TARGET=prove \
+GIT_PROVE_OPTS="$jobs -Q" \
+GIT_TEST_OPTS="--root=/dev/shm/git-test" \
+test
+}
+
+package() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE2=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1

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

2017-08-10 Thread Christian Hesse
Date: Thursday, August 10, 2017 @ 18:25:14
  Author: eworm
Revision: 301847

upgpkg: git 2.14.1-1

new upstream release, including fix for CVE-2017-1000117

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 18:10:41 UTC (rev 301846)
+++ PKGBUILD2017-08-10 18:25:14 UTC (rev 301847)
@@ -3,7 +3,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.14.0
+pkgver=2.14.1
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -33,7 +33,7 @@
 "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign";
 git-daemon@.service
 git-daemon.socket)
-sha256sums=('f93e6e6a307d2e953cccafd9f4003c62992628fa508d07586476c953c1655975'
+sha256sums=('6f724c6d0e9e13114ab35db6f67e1b2c1934b641e89366e6a0e37618231f2cc6'
 'SKIP'
 '3bc3250d9e04b05c41975c01f85f512d3386d60b41475cbc7292bc88148852f6'
 'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203')


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:10:41
  Author: felixonmars
Revision: 301846

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

Added:
  perl-libintl-perl/repos/extra-i686/PKGBUILD
(from rev 301845, perl-libintl-perl/trunk/PKGBUILD)
  perl-libintl-perl/repos/extra-x86_64/PKGBUILD
(from rev 301845, perl-libintl-perl/trunk/PKGBUILD)
Deleted:
  perl-libintl-perl/repos/extra-i686/PKGBUILD
  perl-libintl-perl/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-10 18:10:13 UTC (rev 301845)
+++ extra-i686/PKGBUILD 2017-08-10 18:10:41 UTC (rev 301846)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: kevin 
-# Contributor: Tobias Kieslich 
-
-pkgname=perl-libintl-perl
-pkgver=1.26
-pkgrel=2
-pkgdesc="Perl Module: Localization support"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://search.cpan.org/dist/libintl-perl";
-depends=('coreutils' 'gettext' 'perl')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz";)
-md5sums=('d355998f5f33a6f4202cd7ded7bf052a')
-
-build() {
-  cd libintl-perl-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd libintl-perl-$pkgver
-  make test
-}
-
-package() {
-  cd libintl-perl-$pkgver
-  PERL_USE_UNSAFE_INC=1 \
-  make install DESTDIR="$pkgdir"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-libintl-perl/repos/extra-i686/PKGBUILD (from rev 301845, 
perl-libintl-perl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-10 18:10:41 UTC (rev 301846)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: Tobias Kieslich 
+
+pkgname=perl-libintl-perl
+pkgver=1.27
+pkgrel=1
+pkgdesc="Perl Module: Localization support"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://search.cpan.org/dist/libintl-perl";
+depends=('coreutils' 'gettext' 'perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz";)
+sha512sums=('538673a66a2fbe50c7571c558d64dc20f16ca4663174ab6551c76fa3923962432762eeda3fee8f17d9632941587239b06bb5b351222d4e7bfaffdc74740ece4c')
+
+build() {
+  cd libintl-perl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd libintl-perl-$pkgver
+  make test
+}
+
+package() {
+  cd libintl-perl-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
+  make install DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-10 18:10:13 UTC (rev 301845)
+++ extra-x86_64/PKGBUILD   2017-08-10 18:10:41 UTC (rev 301846)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: kevin 
-# Contributor: Tobias Kieslich 
-
-pkgname=perl-libintl-perl
-pkgver=1.26
-pkgrel=2
-pkgdesc="Perl Module: Localization support"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://search.cpan.org/dist/libintl-perl";
-depends=('coreutils' 'gettext' 'perl')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz";)
-md5sums=('d355998f5f33a6f4202cd7ded7bf052a')
-
-build() {
-  cd libintl-perl-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd libintl-perl-$pkgver
-  make test
-}
-
-package() {
-  cd libintl-perl-$pkgver
-  PERL_USE_UNSAFE_INC=1 \
-  make install DESTDIR="$pkgdir"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-libintl-perl/repos/extra-x86_64/PKGBUILD (fro

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:10:13
  Author: felixonmars
Revision: 301845

upgpkg: perl-libintl-perl 1.27-1

Modified:
  perl-libintl-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 15:12:45 UTC (rev 301844)
+++ PKGBUILD2017-08-10 18:10:13 UTC (rev 301845)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=perl-libintl-perl
-pkgver=1.26
-pkgrel=2
+pkgver=1.27
+pkgrel=1
 pkgdesc="Perl Module: Localization support"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -13,7 +13,7 @@
 depends=('coreutils' 'gettext' 'perl')
 options=('!emptydirs')
 
source=("http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz";)
-md5sums=('d355998f5f33a6f4202cd7ded7bf052a')
+sha512sums=('538673a66a2fbe50c7571c558d64dc20f16ca4663174ab6551c76fa3923962432762eeda3fee8f17d9632941587239b06bb5b351222d4e7bfaffdc74740ece4c')
 
 build() {
   cd libintl-perl-$pkgver


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:08:53
  Author: felixonmars
Revision: 249759

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

Added:
  haskell-lens-aeson/repos/community-staging-i686/
  haskell-lens-aeson/repos/community-staging-i686/PKGBUILD
(from rev 249758, haskell-lens-aeson/trunk/PKGBUILD)
  haskell-lens-aeson/repos/community-staging-x86_64/
  haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD
(from rev 249758, haskell-lens-aeson/trunk/PKGBUILD)

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

Copied: haskell-lens-aeson/repos/community-staging-i686/PKGBUILD (from rev 
249758, haskell-lens-aeson/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-10 18:08:53 UTC (rev 249759)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=lens-aeson
+pkgname=haskell-lens-aeson
+pkgver=1.0.2
+pkgrel=9
+pkgdesc="Law-abiding lenses for aeson"
+url="http://github.com/lens/lens-aeson/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('db13c9126b41fd1b3b2e66c72e069ef07722c4e125a128eca2592bf2c68b7e550c10a0d35795616c0e66ed6c70bbe3b188e9baba19913bba41b5d44900b71013')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-doctests
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 
249758, haskell-lens-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-10 18:08:53 UTC (rev 249759)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=lens-aeson
+pkgname=haskell-lens-aeson
+pkgver=1.0.2
+pkgrel=9
+pkgdesc="Law-abiding lenses for aeson"
+url="http://github.com/lens/lens-aeson/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('db13c9126b41fd1b3b2e66c72e069ef07722c4e125a128eca2592bf2c68b7e550c10a0d35795616c0e66ed6c70bbe3b188e9baba19913bba41b5d44900b71013')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-doctests
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkg

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:08:30
  Author: felixonmars
Revision: 249758

upgpkg: haskell-lens-aeson 1.0.2-9

rebuild with th-abstraction,0.2.5.0

Modified:
  haskell-lens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 18:06:53 UTC (rev 249757)
+++ PKGBUILD2017-08-10 18:08:30 UTC (rev 249758)
@@ -4,7 +4,7 @@
 _hkgname=lens-aeson
 pkgname=haskell-lens-aeson
 pkgver=1.0.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Law-abiding lenses for aeson"
 url="http://github.com/lens/lens-aeson/";
 license=('MIT')


[arch-commits] Commit in haskell-insert-ordered-containers/repos (4 files)

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:06:53
  Author: felixonmars
Revision: 249757

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

Added:
  haskell-insert-ordered-containers/repos/community-staging-i686/
  haskell-insert-ordered-containers/repos/community-staging-i686/PKGBUILD
(from rev 249756, haskell-insert-ordered-containers/trunk/PKGBUILD)
  haskell-insert-ordered-containers/repos/community-staging-x86_64/
  haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD
(from rev 249756, haskell-insert-ordered-containers/trunk/PKGBUILD)

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

Copied: haskell-insert-ordered-containers/repos/community-staging-i686/PKGBUILD 
(from rev 249756, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-10 18:06:53 UTC (rev 249757)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.1.0
+pkgrel=28
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
+
+prepare() {
+sed -i 's/, semigroupoids >=4.3  && <5.2/, semigroupoids   
  >=4.3  \&\& <5.3/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: 
haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD (from 
rev 249756, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-10 18:06:53 UTC (rev 249757)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.1.0
+pkgrel=28
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
+
+prepare() {
+sed -i 's/, semigroupoids >=4.3  && <5.2/, semigroupoids   
  >=4.3  \&\& <5.3/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$

[arch-commits] Commit in haskell-insert-ordered-containers/trunk (PKGBUILD)

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:06:31
  Author: felixonmars
Revision: 249756

upgpkg: haskell-insert-ordered-containers 0.2.1.0-28

rebuild with th-abstraction,0.2.5.0

Modified:
  haskell-insert-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 18:04:51 UTC (rev 249755)
+++ PKGBUILD2017-08-10 18:06:31 UTC (rev 249756)
@@ -4,7 +4,7 @@
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
 pkgver=0.2.1.0
-pkgrel=27
+pkgrel=28
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers";
 license=('custom:BSD3')


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:04:51
  Author: felixonmars
Revision: 249755

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

Added:
  hopenpgp-tools/repos/community-staging-i686/
  hopenpgp-tools/repos/community-staging-i686/PKGBUILD
(from rev 249754, hopenpgp-tools/trunk/PKGBUILD)
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 249754, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 249754, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-10 18:04:51 UTC (rev 249755)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=149
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-attoparsec"
+ "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" 
"haskell-errors"
+ "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" 
"haskell-lens"
+ "haskell-monad-loops" "haskell-openpgp-asciiarmor" 
"haskell-optparse-applicative"
+ "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" 
"haskell-wl-pprint-extras"
+ "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
249754, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-10 18:04:51 UTC (rev 249755)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=149
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-attoparsec"
+ "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" 
"haskell-errors"
+ "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" 
"haskell-lens"
+ "haskell-monad-loops" "haskell-openpgp-asciiarmor" 
"haskell-optparse-applicative"
+ "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" 
"haskell-wl-pprint-extras"
+ "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:04:29
  Author: felixonmars
Revision: 249754

upgpkg: hopenpgp-tools 0.19.4-149

rebuild with th-abstraction,0.2.5.0

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 18:01:06 UTC (rev 249753)
+++ PKGBUILD2017-08-10 18:04:29 UTC (rev 249754)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=148
+pkgrel=149
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools";
 license=("AGPL3")


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:01:06
  Author: felixonmars
Revision: 249753

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

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

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

Copied: haskell-hopenpgp/repos/community-staging-i686/PKGBUILD (from rev 
249752, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-10 18:01:06 UTC (rev 249753)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=105
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-wl-pprint-extras'
+ 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('f480201a10f14150adc290c81d38e7b6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
249752, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-10 18:01:06 UTC (rev 249753)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=105
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'has

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 18:00:42
  Author: felixonmars
Revision: 249752

upgpkg: haskell-hopenpgp 2.5.5-105

rebuild with th-abstraction,0.2.5.0

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 17:51:15 UTC (rev 249751)
+++ PKGBUILD2017-08-10 18:00:42 UTC (rev 249752)
@@ -4,7 +4,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.5.5
-pkgrel=104
+pkgrel=105
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/";
 license=('MIT')


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:51:15
  Author: felixonmars
Revision: 249751

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 249750, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-i686/quickcheck-2.10.patch
(from rev 249750, git-annex/trunk/quickcheck-2.10.patch)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 249750, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/quickcheck-2.10.patch
(from rev 249750, git-annex/trunk/quickcheck-2.10.patch)

+
 community-staging-i686/PKGBUILD|   60 ++
 community-staging-i686/quickcheck-2.10.patch   |   75 +++
 community-staging-x86_64/PKGBUILD  |   60 ++
 community-staging-x86_64/quickcheck-2.10.patch |   75 +++
 4 files changed, 270 insertions(+)

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 249750, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-10 17:51:15 UTC (rev 249751)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170520
+pkgrel=61
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'ghc' "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive" 
"haskell-clientsession"
+ "haskell-concurrent-output" "haskell-conduit" "haskell-crypto-api" 
"haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
+ "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
+ "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-hinotify"
+ "haskell-hslogger" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-ifelse" "haskell-magic" "haskell-memory" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mountpoints" "haskell-mtl" 
"haskell-network"
+ "haskell-network-info" "haskell-network-multicast" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" 
"haskell-tasty"
+ "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
+ "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
+ "haskell-yesod-form" "haskell-yesod-static")
+makedepends=("chrpath")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";
+quickcheck-2.10.patch)
+sha512sums=('SKIP'
+
'a987bb49072fa27bdbb061bffa9174e75c1e7cfa1e139945465262557c1bd31832373e2684d9ff83b682dcb6b5cfdf2f40e86a8cedf118fb768f9c5827318f4c')
+
+prepare() {
+  cd git-annex
+  patch -p1 -i ../quickcheck-2.10.patch
+}
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-i686/quickcheck-2.10.patch (from rev 
249750, git-annex/trunk/quickcheck-2.10.patch)
===
--- community-staging-i686/quickcheck-2.10.patch
(rev 0)
+++ community-staging-i686/quickcheck-2.10.patch2017-08-10 17:51:15 UTC 
(rev 249751)
@@ -0,0 +1,75 @@
+From 75cecbbe3fdafdb6652e95ac17cd755c28e67f20 Mon Sep 17 00:00:00 2001
+From: Joey Hess 
+D

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:50:52
  Author: felixonmars
Revision: 249750

upgpkg: git-annex 6.20170520-61

rebuild with th-abstraction,0.2.5.0

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 17:37:40 UTC (rev 249749)
+++ PKGBUILD2017-08-10 17:50:52 UTC (rev 249750)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170520
-pkgrel=60
+pkgrel=61
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:37:16
  Author: felixonmars
Revision: 249748

upgpkg: haskell-dav 1.3.1-144

rebuild with th-abstraction,0.2.5.0

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 17:34:42 UTC (rev 249747)
+++ PKGBUILD2017-08-10 17:37:16 UTC (rev 249748)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=143
+pkgrel=144
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV";
 license=("GPL3")


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:37:40
  Author: felixonmars
Revision: 249749

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

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

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 249748, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-10 17:37:40 UTC (rev 249749)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=144
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 249748, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-10 17:37:40 UTC (rev 249749)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=144
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+ 

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:34:42
  Author: felixonmars
Revision: 249747

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

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

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

Copied: haskell-lens/repos/community-staging-i686/PKGBUILD (from rev 249746, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-10 17:34:42 UTC (rev 249747)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lens
+pkgname=haskell-lens
+pkgver=4.15.4
+pkgrel=2
+pkgdesc="Lenses, Folds and Traversals"
+url="http://github.com/ekmett/lens/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base-orphans" "haskell-bifunctors" 
"haskell-call-stack" "haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-exceptions" 
"haskell-free"
+ "haskell-hashable" "haskell-kan-extensions" "haskell-mtl" 
"haskell-parallel"
+ "haskell-profunctors" "haskell-reflection" "haskell-semigroupoids" 
"haskell-semigroups"
+ "haskell-tagged" "haskell-text" "haskell-th-abstraction" 
"haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1f1333829eba740d406413c6d59fb16398b56198cd16a2506631487e20ce128163892a3934d0f4a59b9151b39c1ef19e80fb425f8d59013004118ad08a697530')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-j -ftrustworthy -f-safe -ftest-templates -ftest-properties 
-ftest-hunit \
+-ftest-doctests -f-dump-splices -f-old-inline-pragmas -finlining \
+-f-benchmark-uniplate
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-lens/repos/community-staging-x86_64/PKGBUILD (from rev 249746, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-10 17:34:42 UTC (rev 249747)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lens
+pkgname=haskell-lens
+pkgver=4.15.4
+pkgrel=2
+pkgdesc="Lenses, Folds and Traversals"
+url="http://github.com/ekmett/lens/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base-orphans" "haskell-bifunctors" 
"haskell-call-stack" "haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-exceptions" 
"haskell-free"
+ "haskell-hashable" "haskell-kan-extensions" "haskell-mtl" 
"haskell-parallel"
+ "haskell-profunctors" "haskell-reflection" "haskell-semigroupoids" 
"haskell-semigroups"
+ "haskell-tagged" "haskell-text" "haskell-th-abstraction" 
"haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1f1333829eba740d406413c6d59fb16398b56198cd16a2506631487e20ce128163892a3934d0f4a59b9151b39c1ef19e80fb425f8d59013004118ad08a69753

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:34:19
  Author: felixonmars
Revision: 249746

upgpkg: haskell-lens 4.15.4-2

rebuild with th-abstraction,0.2.5.0

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 17:28:52 UTC (rev 249745)
+++ PKGBUILD2017-08-10 17:34:19 UTC (rev 249746)
@@ -5,7 +5,7 @@
 _hkgname=lens
 pkgname=haskell-lens
 pkgver=4.15.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Lenses, Folds and Traversals"
 url="http://github.com/ekmett/lens/";
 license=("custom:BSD3")


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:28:52
  Author: felixonmars
Revision: 249745

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

Added:
  haskell-th-abstraction/repos/community-staging-i686/
  haskell-th-abstraction/repos/community-staging-i686/PKGBUILD
(from rev 249744, haskell-th-abstraction/trunk/PKGBUILD)
  haskell-th-abstraction/repos/community-staging-x86_64/
  haskell-th-abstraction/repos/community-staging-x86_64/PKGBUILD
(from rev 249744, haskell-th-abstraction/trunk/PKGBUILD)

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

Copied: haskell-th-abstraction/repos/community-staging-i686/PKGBUILD (from rev 
249744, haskell-th-abstraction/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-10 17:28:52 UTC (rev 249745)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=th-abstraction
+pkgname=haskell-th-abstraction
+pkgver=0.2.5.0
+pkgrel=1
+pkgdesc="Nicer interface for reified information about data types"
+url="http://github.com/glguy/th-abstraction/";
+license=("custom:ISC")
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b7a3cb36af20eeaa2e9df3dd8a96824ca42805d6525d57fe4381e86599f1212147a00adfa245f0e7b0cac49d146a59a8f199f14596bf920a614938ade70965c3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-th-abstraction/repos/community-staging-x86_64/PKGBUILD (from 
rev 249744, haskell-th-abstraction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-10 17:28:52 UTC (rev 249745)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=th-abstraction
+pkgname=haskell-th-abstraction
+pkgver=0.2.5.0
+pkgrel=1
+pkgdesc="Nicer interface for reified information about data types"
+url="http://github.com/glguy/th-abstraction/";
+license=("custom:ISC")
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b7a3cb36af20eeaa2e9df3dd8a96824ca42805d6525d57fe4381e86599f1212147a00adfa245f0e7b0cac49d146a59a8f199f14596bf920a614938ade70965c3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install 

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:28:27
  Author: felixonmars
Revision: 249744

upgpkg: haskell-th-abstraction 0.2.5.0-1

rebuild with th-abstraction,0.2.5.0

Modified:
  haskell-th-abstraction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 17:28:19 UTC (rev 249743)
+++ PKGBUILD2017-08-10 17:28:27 UTC (rev 249744)
@@ -4,7 +4,7 @@
 
 _hkgname=th-abstraction
 pkgname=haskell-th-abstraction
-pkgver=0.2.4.0
+pkgver=0.2.5.0
 pkgrel=1
 pkgdesc="Nicer interface for reified information about data types"
 url="http://github.com/glguy/th-abstraction/";
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('26885d1fc7b8edbccd07e79a89a5c9bc7d5947643532e6af9c4135f10b24c9b2ff8d020dcea949ce446ba2f13555cfed31e569c7a324ff0d593a32a0778a03e1')
+sha512sums=('b7a3cb36af20eeaa2e9df3dd8a96824ca42805d6525d57fe4381e86599f1212147a00adfa245f0e7b0cac49d146a59a8f199f14596bf920a614938ade70965c3')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:28:19
  Author: felixonmars
Revision: 249743

archrelease: copy trunk to community-any

Added:
  python-pytest-xdist/repos/community-any/PKGBUILD
(from rev 249742, python-pytest-xdist/trunk/PKGBUILD)
Deleted:
  python-pytest-xdist/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-10 17:27:59 UTC (rev 249742)
+++ PKGBUILD2017-08-10 17:28:19 UTC (rev 249743)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-xdist
-pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.18.2
-pkgrel=1
-pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
-arch=('any')
-license=('MIT')
-url='https://bitbucket.org/pytest-dev/pytest-xdist'
-makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
- 'python-execnet' 'python2-execnet')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz";)
-sha512sums=('0f7e6d004386ef07fcfacc4fa221cfee320319433937a7dac494739a0661223739d55072d4675d591461ca3eaa4b4ae7fb5ddd5c18d70b97b477018951ce37ac')
-
-prepare() {
-  cp -a pytest-xdist-$pkgver{,-py2}
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pytest-xdist-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-xdist-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-  # https://github.com/pytest-dev/pytest-xdist/issues/163
-
-  cd "$srcdir"/pytest-xdist-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
-
-  cd "$srcdir"/pytest-xdist-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 || warning "Tests failed"
-}
-
-package_python-pytest-xdist() {
-  depends=('python-pytest' 'python-execnet')
-
-  cd pytest-xdist-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest-xdist() {
-  depends=('python2-pytest' 'python2-execnet')
-
-  cd pytest-xdist-$pkgver-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:

Copied: python-pytest-xdist/repos/community-any/PKGBUILD (from rev 249742, 
python-pytest-xdist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-10 17:28:19 UTC (rev 249743)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-xdist
+pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
+pkgver=1.19.1
+pkgrel=1
+pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
+arch=('any')
+license=('MIT')
+url='https://bitbucket.org/pytest-dev/pytest-xdist'
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
+ 'python-execnet' 'python2-execnet')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz";)
+sha512sums=('3c61f7f23bcb0f4fa761c0ab77b48117452c4f4db53699cb55ccc62a28279e15356d6f9cbd7b9f14fc69ae981fac4f18bcac3d214149d8ecef6a02d2293c6ca6')
+
+prepare() {
+  cp -a pytest-xdist-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-xdist-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-xdist-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+  # https://github.com/pytest-dev/pytest-xdist/issues/163
+
+  cd "$srcdir"/pytest-xdist-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
+
+  cd "$srcdir"/pytest-xdist-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 || warning "Tests failed"
+}
+
+package_python-pytest-xdist() {
+  depends=('python-pytest' 'python-execnet')
+
+  cd pytest-xdist-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest-xdist() {
+  depends=('python2-pytest' 'python2-execnet')
+
+  cd pytest-xdist-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:27:59
  Author: felixonmars
Revision: 249742

upgpkg: python-pytest-xdist 1.19.1-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 17:25:27 UTC (rev 249741)
+++ PKGBUILD2017-08-10 17:27:59 UTC (rev 249742)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.18.2
+pkgver=1.19.1
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz";)
-sha512sums=('0f7e6d004386ef07fcfacc4fa221cfee320319433937a7dac494739a0661223739d55072d4675d591461ca3eaa4b4ae7fb5ddd5c18d70b97b477018951ce37ac')
+sha512sums=('3c61f7f23bcb0f4fa761c0ab77b48117452c4f4db53699cb55ccc62a28279e15356d6f9cbd7b9f14fc69ae981fac4f18bcac3d214149d8ecef6a02d2293c6ca6')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:25:27
  Author: felixonmars
Revision: 249741

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

Added:
  deepin-screen-recorder/repos/community-i686/PKGBUILD
(from rev 249740, deepin-screen-recorder/trunk/PKGBUILD)
  deepin-screen-recorder/repos/community-x86_64/PKGBUILD
(from rev 249740, deepin-screen-recorder/trunk/PKGBUILD)
Deleted:
  deepin-screen-recorder/repos/community-i686/PKGBUILD
  deepin-screen-recorder/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-10 17:24:54 UTC (rev 249740)
+++ community-i686/PKGBUILD 2017-08-10 17:25:27 UTC (rev 249741)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screen-recorder
-pkgver=2.4
-pkgrel=1
-pkgdesc='Deepin Screen Recorder'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-screen-recorder";
-license=('GPL3')
-depends=('deepin-tool-kit' 'byzanz' 'ffmpeg')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-screen-recorder/archive/$pkgver.tar.gz";)
-sha512sums=('bbda600e5788006d9bb2554e8c13d3ec29f68bc3dd0ee0338500c804d1613208b735fffc313ac0dc3a4c60aebefb57e5eb81d29b33b509fb7ccfaf2bd49e6e18')
-
-build(){
-  cd deepin-screen-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screen-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screen-recorder/repos/community-i686/PKGBUILD (from rev 249740, 
deepin-screen-recorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-10 17:25:27 UTC (rev 249741)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screen-recorder
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='Deepin Screen Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-screen-recorder";
+license=('GPL3')
+depends=('deepin-tool-kit' 'byzanz' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-screen-recorder/archive/$pkgver.tar.gz";)
+sha512sums=('153784c6f256b7d886b878bdcfd285c45e5ca8b101df8c7152571308de67a944e2d75ee9efb79f3da060be17bd2ff461ba52edf34074bad9de19a4237f5c18f1')
+
+build(){
+  cd deepin-screen-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screen-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-10 17:24:54 UTC (rev 249740)
+++ community-x86_64/PKGBUILD   2017-08-10 17:25:27 UTC (rev 249741)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screen-recorder
-pkgver=2.4
-pkgrel=1
-pkgdesc='Deepin Screen Recorder'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-screen-recorder";
-license=('GPL3')
-depends=('deepin-tool-kit' 'byzanz' 'ffmpeg')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-screen-recorder/archive/$pkgver.tar.gz";)
-sha512sums=('bbda600e5788006d9bb2554e8c13d3ec29f68bc3dd0ee0338500c804d1613208b735fffc313ac0dc3a4c60aebefb57e5eb81d29b33b509fb7ccfaf2bd49e6e18')
-
-build(){
-  cd deepin-screen-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screen-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screen-recorder/repos/community-x86_64/PKGBUILD (from rev 
249740, deepin-screen-recorder/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-10 17:25:27 UTC (rev 249741)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screen-recorder
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='Deepin Screen Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-screen-recorder";
+license=('GPL3')
+depends=('deepin-tool-kit' 'byzanz' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-screen-recorder/archive/$pkgver.tar.gz";)
+sha512sums=('153784c6f2

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:24:54
  Author: felixonmars
Revision: 249740

upgpkg: deepin-screen-recorder 2.4.1-1

Modified:
  deepin-screen-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 17:16:52 UTC (rev 249739)
+++ PKGBUILD2017-08-10 17:24:54 UTC (rev 249740)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-screen-recorder
-pkgver=2.4
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='Deepin Screen Recorder'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-screen-recorder/archive/$pkgver.tar.gz";)
-sha512sums=('bbda600e5788006d9bb2554e8c13d3ec29f68bc3dd0ee0338500c804d1613208b735fffc313ac0dc3a4c60aebefb57e5eb81d29b33b509fb7ccfaf2bd49e6e18')
+sha512sums=('153784c6f256b7d886b878bdcfd285c45e5ca8b101df8c7152571308de67a944e2d75ee9efb79f3da060be17bd2ff461ba52edf34074bad9de19a4237f5c18f1')
 
 build(){
   cd deepin-screen-recorder-$pkgver


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:16:52
  Author: felixonmars
Revision: 249739

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-10 17:16:25 UTC (rev 249738)
+++ community-i686/PKGBUILD 2017-08-10 17:16:52 UTC (rev 249739)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=2.5.2
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal";
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz";)
-sha512sums=('68b8eb118ffcb18aecdfadcc39f24038b2fde23aca8ebddf77adfc49286dd8baecd6f4e565eedf8a4f1c23faf1cedde300acd61fde2d7ef24d1ce6d5bb6800eb')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
-
-  rm deepin-terminal-$pkgver/vapi/gee-0.8.vapi
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../deepin-terminal-$pkgver
-  make
-}
-
-package() {
-  make -C build DESTDIR="$pkgdir" install
-  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
-}

Copied: deepin-terminal/repos/community-i686/PKGBUILD (from rev 249738, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-10 17:16:52 UTC (rev 249739)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-terminal
+pkgver=2.5.3
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal";
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu'
+ 'deepin-manual')
+makedepends=('vala' 'cmake')
+groups=('deepin-extra')
+#options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz";)
+sha512sums=('afb2a0fba3b70f98519dd51bf424a5b1ac624b9a57a7d0699d97f97cef37b9f5347aae2676f549296cc73d63d58fd510836d76c57ecab1ea6fc653f93088129f')
+
+prepare() {
+  mkdir -p build
+
+  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
+
+  rm deepin-terminal-$pkgver/vapi/gee-0.8.vapi
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../deepin-terminal-$pkgver
+  make
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-10 17:16:25 UTC (rev 249738)
+++ community-x86_64/PKGBUILD   2017-08-10 17:16:52 UTC (rev 249739)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=2.5.2
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal";
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz";)
-sha512sums=('68b8eb118ffcb18aecdfadcc39f24038b2fde23aca8ebddf77adfc49286dd8baecd6f4e565eedf8a4f1c23faf1cedde300acd61fde2d7ef24d1ce6d5bb6800eb')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
-
-  rm d

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:16:25
  Author: felixonmars
Revision: 249738

upgpkg: deepin-terminal 2.5.3-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 17:13:58 UTC (rev 249737)
+++ PKGBUILD2017-08-10 17:16:25 UTC (rev 249738)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-terminal
-pkgver=2.5.2
+pkgver=2.5.3
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('deepin-extra')
 #options=(!emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz";)
-sha512sums=('68b8eb118ffcb18aecdfadcc39f24038b2fde23aca8ebddf77adfc49286dd8baecd6f4e565eedf8a4f1c23faf1cedde300acd61fde2d7ef24d1ce6d5bb6800eb')
+sha512sums=('afb2a0fba3b70f98519dd51bf424a5b1ac624b9a57a7d0699d97f97cef37b9f5347aae2676f549296cc73d63d58fd510836d76c57ecab1ea6fc653f93088129f')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in python-pycuda/repos/community-x86_64 (4 files)

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:13:58
  Author: felixonmars
Revision: 249737

archrelease: copy trunk to community-x86_64

Added:
  python-pycuda/repos/community-x86_64/LICENSE
(from rev 249736, python-pycuda/trunk/LICENSE)
  python-pycuda/repos/community-x86_64/PKGBUILD
(from rev 249736, python-pycuda/trunk/PKGBUILD)
Deleted:
  python-pycuda/repos/community-x86_64/LICENSE
  python-pycuda/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   14 ++---
 PKGBUILD |  154 ++---
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-08-10 17:13:39 UTC (rev 249736)
+++ LICENSE 2017-08-10 17:13:58 UTC (rev 249737)
@@ -1,7 +0,0 @@
-Copyright (c) 2009,10 Andreas Klöckner and Contributors.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the “Software”), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Copied: python-pycuda/repos/community-x86_64/LICENSE (from rev 249736, 
python-pycuda/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-08-10 17:13:58 UTC (rev 249737)
@@ -0,0 +1,7 @@
+Copyright (c) 2009,10 Andreas Klöckner and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the “Software”), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-10 17:13:39 UTC (rev 249736)
+++ PKGBUILD2017-08-10 17:13:58 UTC (rev 249737)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-
-pkgbase=python-pycuda
-pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2017.1
-pkgrel=2
-pkgdesc="Python wrapper for Nvidia CUDA"
-arch=('x86_64')
-url="http://mathema.tician.de/software/pycuda";
-license=('MIT' 'Apache')
-source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz";
-LICENSE)
-makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('ce3de28de613352bec4efb86ffaa055f92ccd0c758b903aecc60af5b84f0f0643d04a869d6a23ce329c3d33670cfb266ad69c784ba917a190a11bdfea1fe6690'
-
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
-
-build() {
-   cd "${srcdir}"
-  
-   _arch=''
-   [[ "$CARCH" = "x86_64" ]] && _arch='64'
-
-   cp -a pycuda-${pkgver}{,-python2}
-  
-   cd "${srcdir}"/pycuda-${pkgver}
-   python3 ./configure.py \
-  --cuda-root=/opt/cuda \
-  --cuda-inc-dir=/opt/cuda/include \
-  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
-  --cudart-lib-dir=/opt/cuda/lib${_arch} \
-  --no-use-shipped-boost \
-  --boost-python-libname=boost_python3
-   make
-
-   cd "${srcdir}"/pycuda-${pkgver}-python2
-   python2 ./configure.py \
-  --cuda-root=/opt/cuda \
-

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:13:39
  Author: felixonmars
Revision: 249736

upgpkg: python-pycuda 2017.1.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 17:09:51 UTC (rev 249735)
+++ PKGBUILD2017-08-10 17:13:39 UTC (rev 249736)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2017.1
-pkgrel=2
+pkgver=2017.1.1
+pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda";
@@ -13,7 +13,7 @@
 source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz";
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('ce3de28de613352bec4efb86ffaa055f92ccd0c758b903aecc60af5b84f0f0643d04a869d6a23ce329c3d33670cfb266ad69c784ba917a190a11bdfea1fe6690'
+sha512sums=('aa791efcac637dce195f729ca9d22d745b1729f23debf7d9bb7b931e67e590b15149deaafaf917ed5549d2643d3a49874953baaa6fce2fa430c5832cc0bf3e12'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:09:51
  Author: felixonmars
Revision: 249735

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

Added:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
(from rev 249734, python-ruamel-yaml/trunk/PKGBUILD)
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 249734, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-10 17:09:23 UTC (rev 249734)
+++ community-i686/PKGBUILD 2017-08-10 17:09:51 UTC (rev 249735)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.25
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml";
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz";)
-sha512sums=('dbd1ad926a156f840ebd2a54918b10c9ffe9613f59d84ad8452044fd824e6c330d13e0c74b3ccc8e474f3344d302ad8e945b2533df91676a2da546427618cb3d')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-i686/PKGBUILD (from rev 249734, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-10 17:09:51 UTC (rev 249735)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.26
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml";
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz";)
+sha512sums=('f669f295b529168371980386bd63808a7367593289a580f59d2c2546315155915b78ee1fa7cd2951004f511e1ece7c0a1bbdc333bc5d071ddfd97fdea7635775')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-10 17:09:23 UTC (rev 249734)
+++ community-x86_64/PKGBUILD   2017-08-10 17:09:51 UTC (rev 249735)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.25
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml";
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz";)
-sha512sums=('dbd1ad926a156f840ebd2a54918b10c9ffe9613f59d84ad8452044fd824e6c330d13e0c74b3ccc8e474f3344d302ad8e945b2533df91676a2da546427618cb3d')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 249734, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-10 17:09:51 UTC (rev 249735)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.26
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml";
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz";)
+sha512sums=('f669f295b529168371980386bd63808a7367593289a580f59d2c2546315155915b78ee1fa7cd2951004f511e1ece7c0a1bbdc333bc5d071d

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

2017-08-10 Thread Felix Yan
Date: Thursday, August 10, 2017 @ 17:09:23
  Author: felixonmars
Revision: 249734

upgpkg: python-ruamel-yaml 0.15.26-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 15:25:54 UTC (rev 249733)
+++ PKGBUILD2017-08-10 17:09:23 UTC (rev 249734)
@@ -4,7 +4,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.25
+pkgver=0.15.26
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz";)
-sha512sums=('dbd1ad926a156f840ebd2a54918b10c9ffe9613f59d84ad8452044fd824e6c330d13e0c74b3ccc8e474f3344d302ad8e945b2533df91676a2da546427618cb3d')
+sha512sums=('f669f295b529168371980386bd63808a7367593289a580f59d2c2546315155915b78ee1fa7cd2951004f511e1ece7c0a1bbdc333bc5d071ddfd97fdea7635775')
 
 package() {
   depends=('python')


  1   2   >