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

2019-07-24 Thread Felix Yan via arch-commits
Date: Thursday, July 25, 2019 @ 05:00:43
  Author: felixonmars
Revision: 492757

upgpkg: librime 1:1.5.3-1

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-25 04:23:10 UTC (rev 492756)
+++ PKGBUILD2019-07-25 05:00:43 UTC (rev 492757)
@@ -3,7 +3,7 @@
 # Contributor: 網軍總司令
 
 pkgname=librime
-pkgver=1.4.0
+pkgver=1.5.3
 pkgrel=1
 epoch=1
 pkgdesc="Rime input method engine"
@@ -15,7 +15,7 @@
 'plum-extra: extra input schemas')
 makedepends=('cmake' 'boost' 'gtest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rime/librime/archive/$pkgver.tar.gz;)
-sha512sums=('da68983638c6f25d994060a607f2ccab8917a71dbf10b9c6f1140c87c9ef4124e29a1d0ef16bbd0edc9a3a22bd5845aa894888d678607db372750f300638f562')
+sha512sums=('4d7f6ec43bd5728f59f0b3581bcd8a46128651430b6873017d80659942b8f6aa1a2f25f439ba8fba461fe22acbf701c2da7a786104a2e4852a70a89cdc0452d3')
 
 build() {
   cd $pkgname-$pkgver


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Thursday, July 25, 2019 @ 05:00:51
  Author: felixonmars
Revision: 492758

archrelease: copy trunk to community-testing-x86_64

Added:
  librime/repos/community-testing-x86_64/
  librime/repos/community-testing-x86_64/PKGBUILD
(from rev 492757, librime/trunk/PKGBUILD)

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

Copied: librime/repos/community-testing-x86_64/PKGBUILD (from rev 492757, 
librime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-07-25 05:00:51 UTC (rev 492758)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.5.3
+pkgrel=1
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('x86_64')
+url="https://github.com/rime/librime;
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('plum: preset input schemas'
+'plum-extra: extra input schemas')
+makedepends=('cmake' 'boost' 'gtest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rime/librime/archive/$pkgver.tar.gz;)
+sha512sums=('4d7f6ec43bd5728f59f0b3581bcd8a46128651430b6873017d80659942b8f6aa1a2f25f439ba8fba461fe22acbf701c2da7a786104a2e4852a70a89cdc0452d3')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-file-copy-recursive/repos/extra-any (PKGBUILD PKGBUILD)

2019-07-24 Thread Felix Yan via arch-commits
Date: Thursday, July 25, 2019 @ 04:29:27
  Author: felixonmars
Revision: 358568

archrelease: copy trunk to extra-any

Added:
  perl-file-copy-recursive/repos/extra-any/PKGBUILD
(from rev 358567, perl-file-copy-recursive/trunk/PKGBUILD)
Deleted:
  perl-file-copy-recursive/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-25 04:29:17 UTC (rev 358567)
+++ PKGBUILD2019-07-25 04:29:27 UTC (rev 358568)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-file-copy-recursive
-pkgver=0.44
-pkgrel=3
-pkgdesc="Perl extension for recursively copying files and directories"
-arch=('any')
-url="https://metacpan.org/release/File-Copy-Recursive;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-checkdepends=('perl-path-tiny' 'perl-test-deep' 'perl-test-fatal' 
'perl-test-file'
-  'perl-test-warnings')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-$pkgver.tar.gz;)
-sha512sums=('7599c48cee0b9848d5e275a1de00845cb2d4820eda9092d550063d4791974870129ce8d3d9337a8f7ea413ed4c21e533c2eb3134c2fcb5cc412dbbfddd2500e4')
-
-build() {
-  cd File-Copy-Recursive-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check () {
-  cd File-Copy-Recursive-$pkgver
-  make test
-}
-
-package () {
-  cd File-Copy-Recursive-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-file-copy-recursive/repos/extra-any/PKGBUILD (from rev 358567, 
perl-file-copy-recursive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-25 04:29:27 UTC (rev 358568)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-file-copy-recursive
+pkgver=0.45
+pkgrel=1
+pkgdesc="Perl extension for recursively copying files and directories"
+arch=('any')
+url="https://metacpan.org/release/File-Copy-Recursive;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-path-tiny' 'perl-test-deep' 'perl-test-fatal' 
'perl-test-file'
+  'perl-test-warnings')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-$pkgver.tar.gz;)
+sha512sums=('6d8a6c55bc54bfe5ce3834527776c6b1466d5672f5f8901c27053188bbc78e87dd62bed8d330c04079b02d0967be0a8d0cd779e67973cf79a2c6ff87d5921c60')
+
+build() {
+  cd File-Copy-Recursive-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check () {
+  cd File-Copy-Recursive-$pkgver
+  make test
+}
+
+package () {
+  cd File-Copy-Recursive-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-file-copy-recursive/trunk (PKGBUILD)

2019-07-24 Thread Felix Yan via arch-commits
Date: Thursday, July 25, 2019 @ 04:29:17
  Author: felixonmars
Revision: 358567

upgpkg: perl-file-copy-recursive 0.45-1

Modified:
  perl-file-copy-recursive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-25 04:19:51 UTC (rev 358566)
+++ PKGBUILD2019-07-25 04:29:17 UTC (rev 358567)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-file-copy-recursive
-pkgver=0.44
-pkgrel=3
+pkgver=0.45
+pkgrel=1
 pkgdesc="Perl extension for recursively copying files and directories"
 arch=('any')
 url="https://metacpan.org/release/File-Copy-Recursive;
@@ -12,7 +12,7 @@
   'perl-test-warnings')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-$pkgver.tar.gz;)
-sha512sums=('7599c48cee0b9848d5e275a1de00845cb2d4820eda9092d550063d4791974870129ce8d3d9337a8f7ea413ed4c21e533c2eb3134c2fcb5cc412dbbfddd2500e4')
+sha512sums=('6d8a6c55bc54bfe5ce3834527776c6b1466d5672f5f8901c27053188bbc78e87dd62bed8d330c04079b02d0967be0a8d0cd779e67973cf79a2c6ff87d5921c60')
 
 build() {
   cd File-Copy-Recursive-$pkgver


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Thursday, July 25, 2019 @ 04:23:10
  Author: felixonmars
Revision: 492756

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-25 04:23:01 UTC (rev 492755)
+++ PKGBUILD2019-07-25 04:23:10 UTC (rev 492756)
@@ -1,70 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.28.2
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('3926d00d507345a179b47cace3554e3caf3310f669b27540dcea7e8d6d8433fcd45fdbba0c2149a9b968fdc7db8a25b51089ee467606f7a2b5073e964fe50933')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 492755, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-25 04:23:10 UTC (rev 492756)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.31.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('9352544bf5f44d705c4cd358648791ecb6a9e81d57b27e8803bba068f2f2359bfb94aeac1a1decc5420320fff5b2dab39fcc3eb3c7e199c66856a294ad580f5c')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+
+  cp -a hypothesis-$pkgver{,-py2}
+
+  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
+  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+
+  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
+  python2 setup.py 

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

2019-07-24 Thread Felix Yan via arch-commits
Date: Thursday, July 25, 2019 @ 04:23:01
  Author: felixonmars
Revision: 492755

upgpkg: python-hypothesis 4.31.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-25 04:08:52 UTC (rev 492754)
+++ PKGBUILD2019-07-25 04:23:01 UTC (rev 492755)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.28.2
+pkgver=4.31.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('3926d00d507345a179b47cace3554e3caf3310f669b27540dcea7e8d6d8433fcd45fdbba0c2149a9b968fdc7db8a25b51089ee467606f7a2b5073e964fe50933')
+sha512sums=('9352544bf5f44d705c4cd358648791ecb6a9e81d57b27e8803bba068f2f2359bfb94aeac1a1decc5420320fff5b2dab39fcc3eb3c7e199c66856a294ad580f5c')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Thursday, July 25, 2019 @ 04:19:42
  Author: felixonmars
Revision: 358565

upgpkg: python-pyparsing 2.4.1.1-1

Modified:
  python-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-25 00:38:32 UTC (rev 358564)
+++ PKGBUILD2019-07-25 04:19:42 UTC (rev 358565)
@@ -7,7 +7,7 @@
 
 pkgname=python-pyparsing
 pkgname=('python-pyparsing' 'python2-pyparsing')
-pkgver=2.4.0
+pkgver=2.4.1.1
 pkgrel=1
 pkgdesc='General parsing module for Python'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 license=('MIT')
 
source=("https://github.com/pyparsing/pyparsing/archive/pyparsing_$pkgver.tar.gz;)
-sha512sums=('2888b60c2518b19979e00b01ea499c45cd0a98affe0551f80ea7985acd649d62b4e231e142d3efd65cdcd9e3a0182680bfe1c4d98e310fa2ac476f37ac4ff344')
+sha512sums=('f0145ea891c53d36a56e40479a3cb8c985b618822a4c9e38116975d746516f6454fe7f6de295a2941b8125d3063dafb83fb167a31ecfed3d7da22061534a0537')
 
 build() {
   cd pyparsing-pyparsing_$pkgver


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Thursday, July 25, 2019 @ 04:19:51
  Author: felixonmars
Revision: 358566

archrelease: copy trunk to testing-any

Added:
  python-pyparsing/repos/testing-any/
  python-pyparsing/repos/testing-any/PKGBUILD
(from rev 358565, python-pyparsing/trunk/PKGBUILD)

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

Copied: python-pyparsing/repos/testing-any/PKGBUILD (from rev 358565, 
python-pyparsing/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-07-25 04:19:51 UTC (rev 358566)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Arvid Ephraim Picciani 
+# Contributor: Michael Krauss 
+
+pkgname=python-pyparsing
+pkgname=('python-pyparsing' 'python2-pyparsing')
+pkgver=2.4.1.1
+pkgrel=1
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='https://github.com/pyparsing/pyparsing/'
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('MIT')
+source=("https://github.com/pyparsing/pyparsing/archive/pyparsing_$pkgver.tar.gz;)
+sha512sums=('f0145ea891c53d36a56e40479a3cb8c985b618822a4c9e38116975d746516f6454fe7f6de295a2941b8125d3063dafb83fb167a31ecfed3d7da22061534a0537')
+
+build() {
+  cd pyparsing-pyparsing_$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd pyparsing-pyparsing_$pkgver
+  python unitTests.py
+  python2 unitTests.py
+}
+
+package_python-pyparsing() {
+  depends=('python')
+
+  cd pyparsing-pyparsing_$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyparsing() {
+  depends=('python2')
+
+  cd pyparsing-pyparsing_$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2019-07-24 Thread Felix Yan via arch-commits
Date: Thursday, July 25, 2019 @ 04:08:43
  Author: felixonmars
Revision: 492753

upgpkg: v2ray-domain-list-community 20190725.1-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-25 02:08:41 UTC (rev 492752)
+++ PKGBUILD2019-07-25 04:08:43 UTC (rev 492753)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20190718.1
+pkgver=20190725.1
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('d741365743e9158bab84778bf6269161bd1c34cd77ac5b1d0123bd66348c1408da304fbda05f966a0d72cfd101b1c9912e68329c9a1a95dc0f4321f5888af34f')
+sha512sums=('2089e14e102deb1f2167e8e03189e019953054170b0c1ac4855d787bc8e379f131572ac124823ef67752381529a23fd995ea6f94d5e1aa9c84ba12e60a1879d5')
 
 prepare() {
   mkdir .gopath


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2019-07-24 Thread Felix Yan via arch-commits
Date: Thursday, July 25, 2019 @ 04:08:52
  Author: felixonmars
Revision: 492754

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 492753, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-25 04:08:43 UTC (rev 492753)
+++ PKGBUILD2019-07-25 04:08:52 UTC (rev 492754)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20190718.1
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community;
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('d741365743e9158bab84778bf6269161bd1c34cd77ac5b1d0123bd66348c1408da304fbda05f966a0d72cfd101b1c9912e68329c9a1a95dc0f4321f5888af34f')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/etc/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
492753, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-25 04:08:52 UTC (rev 492754)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20190725.1
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community;
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('2089e14e102deb1f2167e8e03189e019953054170b0c1ac4855d787bc8e379f131572ac124823ef67752381529a23fd995ea6f94d5e1aa9c84ba12e60a1879d5')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/etc/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in android-tools/repos (7 files)

2019-07-24 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 25, 2019 @ 02:08:41
  Author: anatolik
Revision: 492752

archrelease: copy trunk to community-testing-x86_64

Added:
  android-tools/repos/community-testing-x86_64/
  android-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 492751, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-x86_64/bash_completion.fastboot
(from rev 492751, android-tools/trunk/bash_completion.fastboot)
  android-tools/repos/community-testing-x86_64/fix_build_core.patch
(from rev 492751, android-tools/trunk/fix_build_core.patch)
  android-tools/repos/community-testing-x86_64/fix_build_e2fsprogs.patch
(from rev 492751, android-tools/trunk/fix_build_e2fsprogs.patch)
  android-tools/repos/community-testing-x86_64/fix_build_selinux.patch
(from rev 492751, android-tools/trunk/fix_build_selinux.patch)
  android-tools/repos/community-testing-x86_64/generate_build.rb
(from rev 492751, android-tools/trunk/generate_build.rb)

---+
 PKGBUILD  |   73 +++
 bash_completion.fastboot  |   90 +
 fix_build_core.patch  |  206 ++
 fix_build_e2fsprogs.patch |   43 
 fix_build_selinux.patch   |   26 ++
 generate_build.rb |  411 
 6 files changed, 849 insertions(+)

Copied: android-tools/repos/community-testing-x86_64/PKGBUILD (from rev 492751, 
android-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-07-25 02:08:41 UTC (rev 492752)
@@ -0,0 +1,73 @@
+# Maintainer: Anatol Pomozov
+# Contributor: 謝致邦 
+# Contributor: Alucryd 
+
+pkgname=android-tools
+pkgver=29.0.1
+pkgrel=1
+tag=platform-tools-$pkgver
+pkgdesc='Android platform tools'
+arch=(x86_64)
+url='http://tools.android.com/'
+license=(Apache MIT)
+depends=(pcre2 libusb)
+optdepends=('python: for mkbootimg script')
+makedepends=(git clang gtest ruby cmake ninja go-pie)
+provides=(fastboot adb)
+conflicts=(fastboot adb)
+_boringssl_commit=`curl 
https://android.googlesource.com/platform/external/boringssl/+/refs/tags/$tag/BORINGSSL_REVISION?format=TEXT
 | base64 -d`
+source=(git+https://android.googlesource.com/platform/system/core#tag=$tag
+git+https://android.googlesource.com/platform/system/extras#tag=$tag
+git+https://android.googlesource.com/platform/external/selinux#tag=$tag
+
git+https://android.googlesource.com/platform/external/f2fs-tools#tag=$tag
+
git+https://android.googlesource.com/platform/external/e2fsprogs#tag=$tag
+git+https://android.googlesource.com/platform/external/avb#tag=$tag
+
git+https://boringssl.googlesource.com/boringssl#commit=$_boringssl_commit
+generate_build.rb
+fix_build_core.patch
+fix_build_selinux.patch
+fix_build_e2fsprogs.patch
+bash_completion.fastboot)
+# Bash completion file was taken from 
https://github.com/mbrubeck/android-completion
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  '8510f5031c386c855f9be15cd8055237db290a33'
+  '16cf92e7ddbec79a672152a07837474ad8ad6356'
+  'b2ccf6dac3577d230f910e668ae70af6051fee46'
+  'bcebdf1e706a3c3da175234840c6ee4e13652012'
+  '7004dbd0c193668827174880de6f8434de8ceaee')
+
+prepare() {
+  PLATFORM_TOOLS_VERSION="$pkgver" LDFLAGS='-Wl,-z,relro,-z,now' 
./generate_build.rb > build.ninja
+
+  cd $srcdir/core
+  patch -p1 < ../fix_build_core.patch
+
+  cd $srcdir/selinux
+  patch -p1 < ../fix_build_selinux.patch
+
+  cd $srcdir/e2fsprogs
+  patch -p1 < ../fix_build_e2fsprogs.patch
+
+  cd $srcdir/avb
+  sed -i 's|/usr/bin/env python$|/usr/bin/env python2|g' avbtool
+
+  mkdir -p $srcdir/boringssl/build && cd $srcdir/boringssl/build && cmake 
-GNinja ..; ninja
+}
+
+build() {
+  ninja
+}
+
+package(){
+  install -m755 -d "$pkgdir"/usr/bin
+  install -m755 -t "$pkgdir"/usr/bin fastboot adb mke2fs.android e2fsdroid 
ext2simg avb/avbtool
+  install -Dm 755 core/mkbootimg/mkbootimg.py "$pkgdir"/usr/bin/mkbootimg
+  install -Dm 755 core/mkbootimg/unpack_bootimg.py 
"$pkgdir"/usr/bin/unpack_bootimg
+  install -Dm 644 bash_completion.fastboot 
"$pkgdir"/usr/share/bash-completion/completions/fastboot
+}

Copied: android-tools/repos/community-testing-x86_64/bash_completion.fastboot 
(from rev 492751, android-tools/trunk/bash_completion.fastboot)
===
--- community-testing-x86_64/bash_completion.fastboot   
(rev 0)
+++ community-testing-x86_64/bash_completion.fastboot   2019-07-25 02:08:41 UTC 
(rev 492752)
@@ -0,0 +1,90 @@
+## Bash completion for the Android SDK tools.
+##
+## Copyright (c) 2009 Matt Brubeck
+##
+## Permission is hereby granted, free of charge, to any person 

[arch-commits] Commit in android-tools/trunk (5 files)

2019-07-24 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 25, 2019 @ 02:08:00
  Author: anatolik
Revision: 492751

upgpkg: android-tools 29.0.1-1

Switch to platform-tools-* tags. It is a standard release tag for the tools 
like adb/fastboot.

Modified:
  android-tools/trunk/PKGBUILD
  android-tools/trunk/fix_build_core.patch
  android-tools/trunk/fix_build_e2fsprogs.patch
  android-tools/trunk/fix_build_selinux.patch
  android-tools/trunk/generate_build.rb

---+
 PKGBUILD  |   33 +-
 fix_build_core.patch  |  134 
 fix_build_e2fsprogs.patch |   46 ---
 fix_build_selinux.patch   |2 
 generate_build.rb |   91 +
 5 files changed, 184 insertions(+), 122 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-25 00:33:55 UTC (rev 492750)
+++ PKGBUILD2019-07-25 02:08:00 UTC (rev 492751)
@@ -3,8 +3,9 @@
 # Contributor: Alucryd 
 
 pkgname=android-tools
-pkgver=9.0.0_r45
+pkgver=29.0.1
 pkgrel=1
+tag=platform-tools-$pkgver
 pkgdesc='Android platform tools'
 arch=(x86_64)
 url='http://tools.android.com/'
@@ -14,13 +15,13 @@
 makedepends=(git clang gtest ruby cmake ninja go-pie)
 provides=(fastboot adb)
 conflicts=(fastboot adb)
-_boringssl_commit=`curl 
https://android.googlesource.com/platform/external/boringssl/+/refs/tags/android-$pkgver/BORINGSSL_REVISION?format=TEXT
 | base64 -d`
-source=(git+https://android.googlesource.com/platform/system/core#tag=android-$pkgver
-
git+https://android.googlesource.com/platform/system/extras#tag=android-$pkgver
-
git+https://android.googlesource.com/platform/external/selinux#tag=android-$pkgver
-
git+https://android.googlesource.com/platform/external/f2fs-tools#tag=android-$pkgver
-
git+https://android.googlesource.com/platform/external/e2fsprogs#tag=android-$pkgver
-
git+https://android.googlesource.com/platform/external/avb#tag=android-$pkgver
+_boringssl_commit=`curl 
https://android.googlesource.com/platform/external/boringssl/+/refs/tags/$tag/BORINGSSL_REVISION?format=TEXT
 | base64 -d`
+source=(git+https://android.googlesource.com/platform/system/core#tag=$tag
+git+https://android.googlesource.com/platform/system/extras#tag=$tag
+git+https://android.googlesource.com/platform/external/selinux#tag=$tag
+
git+https://android.googlesource.com/platform/external/f2fs-tools#tag=$tag
+
git+https://android.googlesource.com/platform/external/e2fsprogs#tag=$tag
+git+https://android.googlesource.com/platform/external/avb#tag=$tag
 
git+https://boringssl.googlesource.com/boringssl#commit=$_boringssl_commit
 generate_build.rb
 fix_build_core.patch
@@ -35,16 +36,14 @@
   'SKIP'
   'SKIP'
   'SKIP'
-  '238507086a99134820cc9900545cbff06772dc30'
-  '62446582a96b3a39e5d91e3e2ef8b8b38a5a735e'
-  'ec473160d7445f97bccabd1c32ac0ae2f77900c1'
-  '5df8c7e00a4066733d59050e8e1fcd4cc2b22104'
+  '8510f5031c386c855f9be15cd8055237db290a33'
+  '16cf92e7ddbec79a672152a07837474ad8ad6356'
+  'b2ccf6dac3577d230f910e668ae70af6051fee46'
+  'bcebdf1e706a3c3da175234840c6ee4e13652012'
   '7004dbd0c193668827174880de6f8434de8ceaee')
 
 prepare() {
-  # for the Android version calculation see FS#63200
-  android_sdk_ver=`curl 
https://android.googlesource.com/platform/development/+/refs/tags/android-$pkgver/sdk/plat_tools_source.prop_template?format=TEXT
 | base64 -d | sed -n 's/^Pkg.Revision=\(.*\)$/\1/p'`
-  PKGVER="$android_sdk_ver-$pkgver" LDFLAGS='-Wl,-z,relro,-z,now' 
./generate_build.rb > build.ninja
+  PLATFORM_TOOLS_VERSION="$pkgver" LDFLAGS='-Wl,-z,relro,-z,now' 
./generate_build.rb > build.ninja
 
   cd $srcdir/core
   patch -p1 < ../fix_build_core.patch
@@ -67,6 +66,8 @@
 
 package(){
   install -m755 -d "$pkgdir"/usr/bin
-  install -m755 -t "$pkgdir"/usr/bin fastboot adb mke2fs.android e2fsdroid 
ext2simg core/mkbootimg/mkbootimg avb/avbtool
+  install -m755 -t "$pkgdir"/usr/bin fastboot adb mke2fs.android e2fsdroid 
ext2simg avb/avbtool
+  install -Dm 755 core/mkbootimg/mkbootimg.py "$pkgdir"/usr/bin/mkbootimg
+  install -Dm 755 core/mkbootimg/unpack_bootimg.py 
"$pkgdir"/usr/bin/unpack_bootimg
   install -Dm 644 bash_completion.fastboot 
"$pkgdir"/usr/share/bash-completion/completions/fastboot
 }

Modified: fix_build_core.patch
===
--- fix_build_core.patch2019-07-25 00:33:55 UTC (rev 492750)
+++ fix_build_core.patch2019-07-25 02:08:00 UTC (rev 492751)
@@ -1,5 +1,46 @@
+diff --git a/adb/adb.cpp b/adb/adb.cpp
+index 24d4292d02..e4ad76b7c3 100644
+--- a/adb/adb.cpp
 b/adb/adb.cpp
+@@ -44,8 +44,6 @@
+ #include 
+ #include 
+ #include 
+-#include 
+-#include 
+ 
+ #include "adb_auth.h"
+ #include "adb_io.h"
+@@ -66,10 +64,10 @@ std::string 

[arch-commits] Commit in bftpd/repos/extra-x86_64 (18 files)

2019-07-24 Thread Levente Polyak via arch-commits
Date: Thursday, July 25, 2019 @ 00:38:32
  Author: anthraxx
Revision: 358564

archrelease: copy trunk to extra-x86_64

Added:
  bftpd/repos/extra-x86_64/PKGBUILD
(from rev 358563, bftpd/trunk/PKGBUILD)
  bftpd/repos/extra-x86_64/bftpd-4.9-Makefile.patch
(from rev 358563, bftpd/trunk/bftpd-4.9-Makefile.patch)
  bftpd/repos/extra-x86_64/bftpd.logrotate
(from rev 358563, bftpd/trunk/bftpd.logrotate)
  bftpd/repos/extra-x86_64/bftpd.pam
(from rev 358563, bftpd/trunk/bftpd.pam)
  bftpd/repos/extra-x86_64/bftpd.service
(from rev 358563, bftpd/trunk/bftpd.service)
  bftpd/repos/extra-x86_64/bftpd.socket
(from rev 358563, bftpd/trunk/bftpd.socket)
  bftpd/repos/extra-x86_64/bftpd.tmpfiles
(from rev 358563, bftpd/trunk/bftpd.tmpfiles)
  bftpd/repos/extra-x86_64/bftpd.xinetd
(from rev 358563, bftpd/trunk/bftpd.xinetd)
  bftpd/repos/extra-x86_64/bftpd_AT.service
(from rev 358563, bftpd/trunk/bftpd_AT.service)
Deleted:
  bftpd/repos/extra-x86_64/PKGBUILD
  bftpd/repos/extra-x86_64/bftpd-4.9-Makefile.patch
  bftpd/repos/extra-x86_64/bftpd.logrotate
  bftpd/repos/extra-x86_64/bftpd.pam
  bftpd/repos/extra-x86_64/bftpd.service
  bftpd/repos/extra-x86_64/bftpd.socket
  bftpd/repos/extra-x86_64/bftpd.tmpfiles
  bftpd/repos/extra-x86_64/bftpd.xinetd
  bftpd/repos/extra-x86_64/bftpd_AT.service

--+
 PKGBUILD |  136 ++---
 bftpd-4.9-Makefile.patch |  128 +-
 bftpd.logrotate  |   10 +--
 bftpd.pam|6 -
 bftpd.service|   20 +++---
 bftpd.socket |   20 +++---
 bftpd.tmpfiles   |2 
 bftpd.xinetd |   22 +++
 bftpd_AT.service |   16 ++---
 9 files changed, 180 insertions(+), 180 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-25 00:38:23 UTC (rev 358563)
+++ PKGBUILD2019-07-25 00:38:32 UTC (rev 358564)
@@ -1,68 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Thomas Bächler 
-
-pkgname=bftpd
-pkgver=5.1
-pkgrel=1
-pkgdesc='Small, easy-to-configure FTP server'
-url='http://bftpd.sourceforge.net/'
-arch=('x86_64')
-license=('GPL')
-depends=('pam' 'zlib' 'glibc')
-backup=(etc/bftpd.conf
-etc/logrotate.d/bftpd
-etc/pam.d/bftpd
-etc/xinetd.d/bftpd)
-source=(https://downloads.sourceforge.net/sourceforge/bftpd/bftpd-${pkgver}.tar.gz
-bftpd.logrotate
-bftpd.pam
-bftpd.xinetd
-bftpd.service
-bftpd.socket
-bftpd_AT.service
-bftpd.tmpfiles
-bftpd-4.9-Makefile.patch)
-sha512sums=('eb0e8eb24c033c3e8b592cce071639544e37d8ae37e1e29e6f2590e3c0ed25c91cdc554d40066fd2d09aa8ece50a27f054d7103dc1e652af78f576796f574ac1'
-
'50faec3cf93a4702945bb8aee5b2e9b227183ec098fe93c729ca14d02c9432ccf4b25bc86f9b4b1ae40c9a9820b6b5a9e83a1dde78085a36a2c84b69690262b6'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'98d7679faffd497f0cc2faa6129b010f0a47092e1caebc82582e362e3eb107c09cf17496b10bbc4fc406ebfea7f75a70d119c071721099d169765f53ce89b51a'
-
'1433b8b1a2eea07b095e41eb83e8819fcb22c63b632fe73ec87e1f0490a5f84f836cc65ea1ca2f8fa9ab901122350a45f781593748df04fa211168b5f08546b8'
-
'd37b9e6f69d781ecf8ddf63072a0e00c1cb27959ac622b5ba19fc7db0021f2da83fb427ee13f310c52565e5cbc8a5016bf28e63e9fb95e2fd0a568f5028f0056'
-
'b1a9f01f974b72a40d072c75a3962f5354eeb23f7383643f20cf3809ffc2d6217c450d0564be223b99552ebc55e26c0e4f1362a2ede24280e865a3f63ceca4a5'
-
'92650582747a34a29631b1755d2eb14d124a9632888c39cf2dbe5c2834f5b4c5f6506588ef0106cc643397587ffbe9a2240787030452bf29b17b7aacf1632cc1'
-
'c5b35f43b44cb60ee05329f45092f714ed542a5ce07c2c08d63761ca2d040bbd2dfd9a5b3f70e1826e3e6b48d8d35e8d66c222d9f5697f102154e4ea65e3d4af')
-prepare() {
-  cd ${pkgname}
-  patch -Np1 < ../bftpd-4.9-Makefile.patch
-  # Fix default in config file
-  sed 's|#ROOTDIR="/path/for/anonymous/user"|# bftpd interprets ROOTDIR="%h" 
(the default), as ROOTDIR="/" for the anonymous user, override it\n  
ROOTDIR="/srv/ftp"|' -i bftpd.conf
-  rm -f config.{cache,status}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}
-./configure \
---prefix=/usr \
---enable-pam \
---enable-libz \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/usr/var"
-  install -Dm 644 ../bftpd.service 
"${pkgdir}/usr/lib/systemd/system/bftpd.service"
-  install -Dm 644 ../bftpd_AT.service 
"${pkgdir}/usr/lib/systemd/system/bftpd@.service"
-  install -Dm 644 ../bftpd.socket 
"${pkgdir}/usr/lib/systemd/system/bftpd.socket"
-  install -Dm 644 ../bftpd.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/bftpd.conf"
-  install -Dm 644 

[arch-commits] Commit in bftpd/trunk (PKGBUILD bftpd-4.9-Makefile.patch)

2019-07-24 Thread Levente Polyak via arch-commits
Date: Thursday, July 25, 2019 @ 00:38:23
  Author: anthraxx
Revision: 358563

upgpkg: bftpd 5.2-1

Modified:
  bftpd/trunk/PKGBUILD
  bftpd/trunk/bftpd-4.9-Makefile.patch

--+
 PKGBUILD |6 +++---
 bftpd-4.9-Makefile.patch |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 23:52:40 UTC (rev 358562)
+++ PKGBUILD2019-07-25 00:38:23 UTC (rev 358563)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Bächler 
 
 pkgname=bftpd
-pkgver=5.1
+pkgver=5.2
 pkgrel=1
 pkgdesc='Small, easy-to-configure FTP server'
 url='http://bftpd.sourceforge.net/'
@@ -22,7 +22,7 @@
 bftpd_AT.service
 bftpd.tmpfiles
 bftpd-4.9-Makefile.patch)
-sha512sums=('eb0e8eb24c033c3e8b592cce071639544e37d8ae37e1e29e6f2590e3c0ed25c91cdc554d40066fd2d09aa8ece50a27f054d7103dc1e652af78f576796f574ac1'
+sha512sums=('2f0575e84ad198854d6457357bbddb8132276730431fcb4e2ef13d06f478bb2b100af6ef190ad9fb7b36898f14eeaf5884c8bd9f4cfff3c00af10247f7573f42'
 
'50faec3cf93a4702945bb8aee5b2e9b227183ec098fe93c729ca14d02c9432ccf4b25bc86f9b4b1ae40c9a9820b6b5a9e83a1dde78085a36a2c84b69690262b6'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
 
'98d7679faffd497f0cc2faa6129b010f0a47092e1caebc82582e362e3eb107c09cf17496b10bbc4fc406ebfea7f75a70d119c071721099d169765f53ce89b51a'
@@ -30,7 +30,7 @@
 
'd37b9e6f69d781ecf8ddf63072a0e00c1cb27959ac622b5ba19fc7db0021f2da83fb427ee13f310c52565e5cbc8a5016bf28e63e9fb95e2fd0a568f5028f0056'
 
'b1a9f01f974b72a40d072c75a3962f5354eeb23f7383643f20cf3809ffc2d6217c450d0564be223b99552ebc55e26c0e4f1362a2ede24280e865a3f63ceca4a5'
 
'92650582747a34a29631b1755d2eb14d124a9632888c39cf2dbe5c2834f5b4c5f6506588ef0106cc643397587ffbe9a2240787030452bf29b17b7aacf1632cc1'
-
'c5b35f43b44cb60ee05329f45092f714ed542a5ce07c2c08d63761ca2d040bbd2dfd9a5b3f70e1826e3e6b48d8d35e8d66c222d9f5697f102154e4ea65e3d4af')
+
'abc918f7f322bfc5ccc814ae66a4955f5ddd3387db06b6f38e0b63bb1050bbe641dbe6ab69056d725da4565cec9642f070779377afd0e85c467ce5dd3aed6ab5')
 prepare() {
   cd ${pkgname}
   patch -Np1 < ../bftpd-4.9-Makefile.patch

Modified: bftpd-4.9-Makefile.patch
===
--- bftpd-4.9-Makefile.patch2019-07-24 23:52:40 UTC (rev 358562)
+++ bftpd-4.9-Makefile.patch2019-07-25 00:38:23 UTC (rev 358563)
@@ -24,8 +24,8 @@
  SRCS=bftpdutmp.c commands.c commands_admin.c cwd.c dirlist.c list.c login.c 
logging.c main.c mystring.c options.c md5.c
  
  OBJS2LINK=$(OBJS) $(PAX)
--LDFLAGS=
-+LDFLAGS=@LDFLAGS@
+-LDFLAGS?=
++LDFLAGS?=@LDFLAGS@
  
  all: bftpd
  


[arch-commits] Commit in fasm/repos (community-x86_64 community-x86_64/PKGBUILD)

2019-07-24 Thread Levente Polyak via arch-commits
Date: Thursday, July 25, 2019 @ 00:33:34
  Author: anthraxx
Revision: 492748

archrelease: copy trunk to community-x86_64

Added:
  fasm/repos/community-x86_64/
  fasm/repos/community-x86_64/PKGBUILD
(from rev 492747, fasm/trunk/PKGBUILD)

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

Copied: fasm/repos/community-x86_64/PKGBUILD (from rev 492747, 
fasm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-07-25 00:33:34 UTC (rev 492748)
@@ -0,0 +1,58 @@
+# Maintainer: Levente Polyak 
+# Contributor: Chris Andrews 
+# Contributor: FadeMind 
+# Contributor: Serge Victor 
+# Contributor: Krzysztof Wloch 
+# Contributor: Luke McCarthy 
+
+pkgname=fasm
+pkgver=1.73.13
+pkgrel=1
+pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and 
Linux operating systems'
+url='https://flatassembler.net/'
+arch=('x86_64')
+license=('custom')
+depends_x86_64=('lib32-glibc' 'lib32-gcc-libs')
+source=(https://flatassembler.net/${pkgname}-${pkgver}.tgz)
+sha256sums=('c85caaf6cd8b7fd71f64d3408648cc121ce79c975b32e73d418ecbaacf8189bc')
+sha512sums=('09385bd7ac95f0a5ab81f14bd28a9bf8e0575031190df793a60e7e7726b6f2be95ea9f3ffc6b9e90a3c2e4387a2a27a680d43a2dabf279836df7e62905789995')
+
+build() {
+  cd ${pkgname}
+
+  if [ "${CARCH}" == "x86_64" ]; then
+SRCDIR=Linux/x64
+./fasm.x64 source/${SRCDIR}/fasm.asm
+  fi
+  mv source/${SRCDIR}/fasm ./fasm
+
+  # tools
+  local s
+  for s in listing prepsrc symbols; do
+./fasm tools/libc/${s}.asm ${s}.o
+gcc -m32 ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${s} ${s}.o
+  done
+}
+
+package() {
+  cd ${pkgname}
+
+  install -Dm 755 fasm -t "${pkgdir}/usr/bin"
+  # tools
+  local s
+  for s in listing prepsrc symbols; do
+install -Dm 755 ${s} "${pkgdir}/usr/bin/fasm-${s}"
+  done
+
+  # docs
+  install -Dm 644 ${pkgname}.txt whatsnew.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/elfexe/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe"
+  install -Dm 644 examples/elfexe/dynamic/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe/dynamic"
+  install -Dm 644 examples/elfexe/dynamic/*.inc -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe/dynamic"
+  install -Dm 644 examples/elfobj/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfobj"
+  install -Dm 644 examples/libcdemo/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/libcdemo"
+  install -Dm 644 examples/libcdemo/*.inc -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/libcdemo"
+  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in gpsim/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-24 Thread Levente Polyak via arch-commits
Date: Thursday, July 25, 2019 @ 00:33:55
  Author: anthraxx
Revision: 492750

archrelease: copy trunk to community-x86_64

Added:
  gpsim/repos/community-x86_64/PKGBUILD
(from rev 492749, gpsim/trunk/PKGBUILD)
Deleted:
  gpsim/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-25 00:33:51 UTC (rev 492749)
+++ PKGBUILD2019-07-25 00:33:55 UTC (rev 492750)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sergej Pupykin 
-# Contributor: mickael9 
-
-pkgname=gpsim
-pkgver=0.30.0
-pkgrel=2
-pkgdesc='Full-featured software simulator for Microchip PIC microcontrollers'
-url='http://gpsim.sourceforge.net/'
-arch=('x86_64')
-license=('GPL')
-depends=('gtk2' 'gtk2+extra' 'popt')
-makedepends=('gtk2+extra' 'gputils')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('8681f06e73569b801d2961858c8676490d93f7ef40e99f07e7a5eff16955850b66bcd8182aa22ba0edca0b10723cb3a5b7b8bf52fdb0cc94955c3072352292df')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: gpsim/repos/community-x86_64/PKGBUILD (from rev 492749, 
gpsim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-25 00:33:55 UTC (rev 492750)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
+# Contributor: mickael9 
+
+pkgname=gpsim
+pkgver=0.31.0
+pkgrel=1
+pkgdesc='Full-featured software simulator for Microchip PIC microcontrollers'
+url='http://gpsim.sourceforge.net/'
+arch=('x86_64')
+license=('GPL')
+depends=('gtk2' 'gtk2+extra' 'popt')
+makedepends=('gtk2+extra' 'gputils')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('110ee6be3a5d02b32803a91e480cbfc9d423ef72e0830703fc0bc97b9569923f')
+sha512sums=('a6af7e9170cee11c35f0e4731d39876e563edd8ca9cbd0f4b3017f224e5317b4c8bcc8aa4468102fa5c11157f487b6c7354e3aba8778842ed0b5be9bbb9ef45f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Thursday, July 25, 2019 @ 00:33:30
  Author: anthraxx
Revision: 492747

upgpkg: fasm 1.73.13-1

Modified:
  fasm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-25 00:27:27 UTC (rev 492746)
+++ PKGBUILD2019-07-25 00:33:30 UTC (rev 492747)
@@ -6,16 +6,16 @@
 # Contributor: Luke McCarthy 
 
 pkgname=fasm
-pkgver=1.73.08
+pkgver=1.73.13
 pkgrel=1
 pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and 
Linux operating systems'
 url='https://flatassembler.net/'
 arch=('x86_64')
 license=('custom')
-depends_x86_64=('lib32-glibc')
-source=(${pkgname}-${pkgver}.tgz::https://flatassembler.net/${pkgname}-${pkgver}.tgz)
-sha256sums=('2725714c06e235fddb727aa6f7dcdd6d14a91de95c3f1f6581065895ddf095d0')
-sha512sums=('753d8576ab3a4ce355367cd2390449cd6abdf226228aad1d0ce49df687142436fdc00103826a9900acbe62e9da610e41a274677c448c2866d9f5599e4ccecc1d')
+depends_x86_64=('lib32-glibc' 'lib32-gcc-libs')
+source=(https://flatassembler.net/${pkgname}-${pkgver}.tgz)
+sha256sums=('c85caaf6cd8b7fd71f64d3408648cc121ce79c975b32e73d418ecbaacf8189bc')
+sha512sums=('09385bd7ac95f0a5ab81f14bd28a9bf8e0575031190df793a60e7e7726b6f2be95ea9f3ffc6b9e90a3c2e4387a2a27a680d43a2dabf279836df7e62905789995')
 
 build() {
   cd ${pkgname}


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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Thursday, July 25, 2019 @ 00:33:51
  Author: anthraxx
Revision: 492749

upgpkg: gpsim 0.31.0-1

Modified:
  gpsim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-25 00:33:34 UTC (rev 492748)
+++ PKGBUILD2019-07-25 00:33:51 UTC (rev 492749)
@@ -3,8 +3,8 @@
 # Contributor: mickael9 
 
 pkgname=gpsim
-pkgver=0.30.0
-pkgrel=2
+pkgver=0.31.0
+pkgrel=1
 pkgdesc='Full-featured software simulator for Microchip PIC microcontrollers'
 url='http://gpsim.sourceforge.net/'
 arch=('x86_64')
@@ -12,7 +12,8 @@
 depends=('gtk2' 'gtk2+extra' 'popt')
 makedepends=('gtk2+extra' 'gputils')
 
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('8681f06e73569b801d2961858c8676490d93f7ef40e99f07e7a5eff16955850b66bcd8182aa22ba0edca0b10723cb3a5b7b8bf52fdb0cc94955c3072352292df')
+sha256sums=('110ee6be3a5d02b32803a91e480cbfc9d423ef72e0830703fc0bc97b9569923f')
+sha512sums=('a6af7e9170cee11c35f0e4731d39876e563edd8ca9cbd0f4b3017f224e5317b4c8bcc8aa4468102fa5c11157f487b6c7354e3aba8778842ed0b5be9bbb9ef45f')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -22,7 +23,7 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install
 }
 
 # vim: ts=2 sw=2 et:


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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Thursday, July 25, 2019 @ 00:27:22
  Author: anthraxx
Revision: 492745

upgpkg: python-tweepy 3.8.0-1

Modified:
  python-tweepy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-25 00:24:18 UTC (rev 492744)
+++ PKGBUILD2019-07-25 00:27:22 UTC (rev 492745)
@@ -3,7 +3,7 @@
 pkgbase=python-tweepy
 pkgname=('python-tweepy' 'python2-tweepy')
 _pypiname=tweepy
-pkgver=3.7.0
+pkgver=3.8.0
 pkgrel=1
 pkgdesc='Python library for accessing the entire Twitter API'
 url='https://www.tweepy.org/'
@@ -13,8 +13,9 @@
  'python-six' 'python-pysocks'
  'python2-setuptools' 'python2-pip' 'python2-requests' 
'python2-requests-oauthlib'
  'python2-six' 'python2-pysocks')
-source=(https://github.com/tweepy/${_pypiname}/archive/${pkgver}/${_pypiname}-${pkgver}.tar.gz)
-sha512sums=('d0aa9cb198544e6cd1f24094c672f113b425af6c9f8c470cd8721e7e423037a05aae7d5dba7ceb1d48d8a03e736921f67fd32a396f1f6a703cb9b194066a5248')
+source=(https://github.com/tweepy/${_pypiname}/archive/v${pkgver}/${_pypiname}-${pkgver}.tar.gz)
+sha256sums=('a71d2bb42ece75222fb34d8c1b7a23db70c276206ba5e38b467a02513da4d0c4')
+sha512sums=('ac0dd20db9bfc2e5ae8f0fbac77052c3636bb3035ed3f0c144e15834765f4feff989f5431dbcd54e934223b2a3256d70446ef94d9274468a2e59e2fea71690c9')
 
 build() {
   cd ${_pypiname}-${pkgver}


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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Thursday, July 25, 2019 @ 00:27:27
  Author: anthraxx
Revision: 492746

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-25 00:27:22 UTC (rev 492745)
+++ PKGBUILD2019-07-25 00:27:27 UTC (rev 492746)
@@ -1,41 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-tweepy
-pkgname=('python-tweepy' 'python2-tweepy')
-_pypiname=tweepy
-pkgver=3.7.0
-pkgrel=1
-pkgdesc='Python library for accessing the entire Twitter API'
-url='https://www.tweepy.org/'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-pip' 'python-requests' 
'python-requests-oauthlib'
- 'python-six' 'python-pysocks'
- 'python2-setuptools' 'python2-pip' 'python2-requests' 
'python2-requests-oauthlib'
- 'python2-six' 'python2-pysocks')
-source=(https://github.com/tweepy/${_pypiname}/archive/${pkgver}/${_pypiname}-${pkgver}.tar.gz)
-sha512sums=('d0aa9cb198544e6cd1f24094c672f113b425af6c9f8c470cd8721e7e423037a05aae7d5dba7ceb1d48d8a03e736921f67fd32a396f1f6a703cb9b194066a5248')
-
-build() {
-  cd ${_pypiname}-${pkgver}
-  python setup.py build
-  python2 setup.py build
-}
-
-package_python-tweepy() {
-  depends=('python' 'python-requests' 'python-requests-oauthlib' 'python-six' 
'python-pysocks')
-  cd ${_pypiname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-}
-
-package_python2-tweepy() {
-  depends=('python2' 'python2-requests' 'python2-requests-oauthlib' 
'python2-six' 'python2-pysocks')
-  cd ${_pypiname}-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-tweepy/repos/community-any/PKGBUILD (from rev 492745, 
python-tweepy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-25 00:27:27 UTC (rev 492746)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-tweepy
+pkgname=('python-tweepy' 'python2-tweepy')
+_pypiname=tweepy
+pkgver=3.8.0
+pkgrel=1
+pkgdesc='Python library for accessing the entire Twitter API'
+url='https://www.tweepy.org/'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-pip' 'python-requests' 
'python-requests-oauthlib'
+ 'python-six' 'python-pysocks'
+ 'python2-setuptools' 'python2-pip' 'python2-requests' 
'python2-requests-oauthlib'
+ 'python2-six' 'python2-pysocks')
+source=(https://github.com/tweepy/${_pypiname}/archive/v${pkgver}/${_pypiname}-${pkgver}.tar.gz)
+sha256sums=('a71d2bb42ece75222fb34d8c1b7a23db70c276206ba5e38b467a02513da4d0c4')
+sha512sums=('ac0dd20db9bfc2e5ae8f0fbac77052c3636bb3035ed3f0c144e15834765f4feff989f5431dbcd54e934223b2a3256d70446ef94d9274468a2e59e2fea71690c9')
+
+build() {
+  cd ${_pypiname}-${pkgver}
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-tweepy() {
+  depends=('python' 'python-requests' 'python-requests-oauthlib' 'python-six' 
'python-pysocks')
+  cd ${_pypiname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+package_python2-tweepy() {
+  depends=('python2' 'python2-requests' 'python2-requests-oauthlib' 
'python2-six' 'python2-pysocks')
+  cd ${_pypiname}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Thursday, July 25, 2019 @ 00:24:18
  Author: anthraxx
Revision: 492744

archrelease: copy trunk to community-x86_64

Added:
  wpscan/repos/community-x86_64/PKGBUILD
(from rev 492743, wpscan/trunk/PKGBUILD)
  wpscan/repos/community-x86_64/wpscan.install
(from rev 492743, wpscan/trunk/wpscan.install)
Deleted:
  wpscan/repos/community-x86_64/PKGBUILD
  wpscan/repos/community-x86_64/wpscan.install

+
 PKGBUILD   |   98 +++
 wpscan.install |   18 +-
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-25 00:24:13 UTC (rev 492743)
+++ PKGBUILD2019-07-25 00:24:18 UTC (rev 492744)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: alexiobash < me (at) alexiobash (dot) com >
-
-pkgname=wpscan
-pkgver=3.5.4
-pkgrel=1
-epoch=1
-pkgdesc='Black box WordPress vulnerability scanner'
-url='http://wpscan.org'
-arch=('x86_64')
-license=('custom:WPScan')
-depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl' 'libxml2')
-options=('!strip' '!emptydirs')
-install=wpscan.install
-source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('bd70d10e4cb177af212bcb3ddc3909e9154038d95c0c3d9ddfb73b88d1ee2eea')
-sha512sums=('9830cfeeb3486d2ce11e7c31f771f1c18568c551ec13e87f78472bf68cf0062da29497df095a09e9b757718ab86e7b0d2fccf6685530b52e7ef6afbf9814')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i '/bundler/ s|~>|>=|g' $pkgname.gemspec
-  bundle config build.nokogiri --use-system-libraries
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS+=" -I/usr/include/libxml2"
-  bundle install -j"$(nproc)" --path vendor/bundle --without development test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}"
-  cp -ra --no-preserve=owner . "${pkgdir}/opt/${pkgname}"
-
-  install -d "${pkgdir}/usr/bin"
-  cat > "${pkgdir}/usr/bin/${pkgname}" << EOF
-#!/bin/sh
-BUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/wpscan/bin/wpscan 
"\$@"
-EOF
-  chmod 755 "${pkgdir}/usr/bin/${pkgname}"
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  find "${pkgdir}" \( -name gem_make.out -or -name mkmf.log \) -delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: wpscan/repos/community-x86_64/PKGBUILD (from rev 492743, 
wpscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-25 00:24:18 UTC (rev 492744)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: alexiobash < me (at) alexiobash (dot) com >
+
+pkgname=wpscan
+pkgver=3.6.1
+pkgrel=1
+epoch=1
+pkgdesc='Black box WordPress vulnerability scanner'
+url='https://wpscan.org'
+arch=('x86_64')
+license=('custom:WPScan')
+depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl' 'libxml2')
+options=('!strip' '!emptydirs')
+install=wpscan.install
+source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('49a6dd0a361bd529a4c1fa95314b56a54db2f3bedf9a630576352f2ec0f71260')
+sha512sums=('6dd29021beb877696f8763d9b4e374d1de4d3e460995f252cf9ddfa5d640d9bfde1cd68bf5012aab1b21c51816fc66873951c8bffb11fc02faf926620db5717b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i '/bundler/ s|~>|>=|g' $pkgname.gemspec
+  bundle config build.nokogiri --use-system-libraries
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)" --path vendor/bundle --without development test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}"
+  cp -ra --no-preserve=owner . "${pkgdir}/opt/${pkgname}"
+
+  install -d "${pkgdir}/usr/bin"
+  cat > "${pkgdir}/usr/bin/${pkgname}" << EOF
+#!/bin/sh
+BUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/wpscan/bin/wpscan 
"\$@"
+EOF
+  chmod 755 "${pkgdir}/usr/bin/${pkgname}"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  find "${pkgdir}" \( -name gem_make.out -or -name mkmf.log \) -delete
+}
+
+# vim: ts=2 sw=2 et:

Deleted: wpscan.install
===
--- wpscan.install  2019-07-25 00:24:13 UTC (rev 492743)
+++ wpscan.install  2019-07-25 00:24:18 UTC (rev 492744)
@@ -1,9 +0,0 @@
-post_install() {
-  echo -n 'Updating wpscan database...'
-  /usr/bin/wpscan --update >/dev/null 2>&1
-  echo "done."
-}
-
-post_upgrade() {
-  post_install
-}

Copied: wpscan/repos/community-x86_64/wpscan.install (from rev 492743, 
wpscan/trunk/wpscan.install)
===
--- wpscan.install  (rev 0)
+++ wpscan.install  2019-07-25 

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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Thursday, July 25, 2019 @ 00:24:13
  Author: anthraxx
Revision: 492743

upgpkg: wpscan 1:3.6.1-1

Modified:
  wpscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-25 00:13:26 UTC (rev 492742)
+++ PKGBUILD2019-07-25 00:24:13 UTC (rev 492743)
@@ -2,7 +2,7 @@
 # Contributor: alexiobash < me (at) alexiobash (dot) com >
 
 pkgname=wpscan
-pkgver=3.5.4
+pkgver=3.6.1
 pkgrel=1
 epoch=1
 pkgdesc='Black box WordPress vulnerability scanner'
@@ -13,8 +13,8 @@
 options=('!strip' '!emptydirs')
 install=wpscan.install
 
source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('bd70d10e4cb177af212bcb3ddc3909e9154038d95c0c3d9ddfb73b88d1ee2eea')
-sha512sums=('9830cfeeb3486d2ce11e7c31f771f1c18568c551ec13e87f78472bf68cf0062da29497df095a09e9b757718ab86e7b0d2fccf6685530b52e7ef6afbf9814')
+sha256sums=('49a6dd0a361bd529a4c1fa95314b56a54db2f3bedf9a630576352f2ec0f71260')
+sha512sums=('6dd29021beb877696f8763d9b4e374d1de4d3e460995f252cf9ddfa5d640d9bfde1cd68bf5012aab1b21c51816fc66873951c8bffb11fc02faf926620db5717b')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Thursday, July 25, 2019 @ 00:13:26
  Author: anthraxx
Revision: 492742

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |  162 ++--
 gradle.sh |4 -
 2 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-25 00:13:20 UTC (rev 492741)
+++ PKGBUILD2019-07-25 00:13:26 UTC (rev 492742)
@@ -1,81 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=5.5
-pkgrel=1
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
-${pkgbase}.sh)
-sha256sums=('2493772a44b1c2235b3f3982d3820b79676d24573085aa7b77fcc83dec034c6b'
-'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('6f27dcf81c64c2eef8d2eae5389bd6aa5ddd5128e50874c397ee07e249f74135e3942d05a9a9bf3558dbce4ae207a27b3900736619536218e58c231e13bf298d'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  export PATH="/usr/lib/jvm/java-11-openjdk/bin:${PATH}"
-  ./gradlew installAll -Pgradle_installPath="$(pwd)/dist"
-}
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}/dist
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc='Powerful build system for the JVM (documentation and samples)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}/dist
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  install -d "${pkgdir}/usr/share/java/gradle/samples"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
-}
-
-package_gradle-src() {
-  pkgdesc='Powerful build system for the JVM (sources)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}/dist
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 492741, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-25 00:13:26 UTC (rev 492742)
@@ -0,0 +1,81 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=5.5.1
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
+${pkgbase}.sh)
+sha256sums=('ba2493ce9d71dbf6d70a1a63037a1f303aa7fc3b135b53d05e37739832a21843'
+'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
+sha512sums=('cfe2a998f7d09f64e4fcb4971e957d5beaced4861580c3847d7dd7d3f96ebf58999eb88ce05673d286e356f8a2643c37266407857803ba8e77ab70db6802518f'
+

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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Thursday, July 25, 2019 @ 00:13:20
  Author: anthraxx
Revision: 492741

upgpkg: gradle 5.5.1-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-25 00:11:51 UTC (rev 492740)
+++ PKGBUILD2019-07-25 00:13:20 UTC (rev 492741)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=5.5
+pkgver=5.5.1
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -15,9 +15,9 @@
 makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
 ${pkgbase}.sh)
-sha256sums=('2493772a44b1c2235b3f3982d3820b79676d24573085aa7b77fcc83dec034c6b'
+sha256sums=('ba2493ce9d71dbf6d70a1a63037a1f303aa7fc3b135b53d05e37739832a21843'
 '7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('6f27dcf81c64c2eef8d2eae5389bd6aa5ddd5128e50874c397ee07e249f74135e3942d05a9a9bf3558dbce4ae207a27b3900736619536218e58c231e13bf298d'
+sha512sums=('cfe2a998f7d09f64e4fcb4971e957d5beaced4861580c3847d7dd7d3f96ebf58999eb88ce05673d286e356f8a2643c37266407857803ba8e77ab70db6802518f'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 build() {


[arch-commits] Commit in testssl.sh/repos/community-any (4 files)

2019-07-24 Thread Levente Polyak via arch-commits
Date: Thursday, July 25, 2019 @ 00:11:51
  Author: anthraxx
Revision: 492740

archrelease: copy trunk to community-any

Added:
  testssl.sh/repos/community-any/PKGBUILD
(from rev 492739, testssl.sh/trunk/PKGBUILD)
  testssl.sh/repos/community-any/set-install-dir.patch
(from rev 492739, testssl.sh/trunk/set-install-dir.patch)
Deleted:
  testssl.sh/repos/community-any/PKGBUILD
  testssl.sh/repos/community-any/set-install-dir.patch

---+
 PKGBUILD  |   74 
 set-install-dir.patch |   22 +++---
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-25 00:11:46 UTC (rev 492739)
+++ PKGBUILD2019-07-25 00:11:51 UTC (rev 492740)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Johannes Schleifenbaum 
-
-pkgname=testssl.sh
-_pkgver=2.9.5-7
-pkgver=${_pkgver/-/.}
-pkgrel=1
-pkgdesc='Testing TLS/SSL encryption'
-url='https://github.com/drwetter/testssl.sh'
-arch=('any')
-license=('GPL2')
-depends=('bash' 'coreutils' 'util-linux' 'openssl' 'inetutils' 'bind-tools' 
'procps-ng')
-makedepends=('perl' 'perl-data-dump' 'perl-json' 'perl-test-base')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/drwetter/testssl.sh/archive/v${_pkgver}.tar.gz
-set-install-dir.patch)
-sha512sums=('35ab900b84db8a0a210cb9ce8bb794ff7e8cddd5c85a151083bc76eba834dce37597b29b6235fcf2ce37b004dd295b1756e01374a4943e1e2ed0d2a8cf8761f6'
-
'a02a7f1cfe62ee13b07af6a5e4ff2fbd2c346ae47fb416de84e7448ba89e5be5fe66870f749a9cc0cbd614c06a1419fe56595da9ad710799a837be4be99bea40')
-
-prepare() {
-  cd ${pkgname}-${_pkgver}
-  patch -p0 < "${srcdir}/set-install-dir.patch"
-}
-
-check() {
-  cd ${pkgname}-${_pkgver}
-  TESTSSL_INSTALL_DIR="$(pwd)" prove -v
-}
-
-package() {
-  cd ${pkgname}-${_pkgver}
-  install -Dm 755 testssl.sh "${pkgdir}/usr/bin/testssl"
-  install -Dm 644 etc/* -t "${pkgdir}/usr/share/testssl.sh/etc"
-  install -Dm 644 Readme.md doc/testssl.1.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/testssl.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: testssl.sh/repos/community-any/PKGBUILD (from rev 492739, 
testssl.sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-25 00:11:51 UTC (rev 492740)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Johannes Schleifenbaum 
+
+pkgname=testssl.sh
+_pkgver=2.9.5-8
+pkgver=${_pkgver/-/.}
+pkgrel=1
+pkgdesc='Testing TLS/SSL encryption'
+url='https://github.com/drwetter/testssl.sh'
+arch=('any')
+license=('GPL2')
+depends=('bash' 'coreutils' 'util-linux' 'openssl' 'inetutils' 'bind-tools' 
'procps-ng')
+makedepends=('perl' 'perl-data-dump' 'perl-json' 'perl-test-base')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/drwetter/testssl.sh/archive/v${_pkgver}.tar.gz
+set-install-dir.patch)
+sha512sums=('4c0fd1faa8978f85b46a6ae41471e16c8ab2d5651bdb6e009478aeed7b363a3648ff44e6e7689ccf421bd5e6374a2b5bfe9e5a13f7284c3a46371ed58ce4e5fb'
+
'a02a7f1cfe62ee13b07af6a5e4ff2fbd2c346ae47fb416de84e7448ba89e5be5fe66870f749a9cc0cbd614c06a1419fe56595da9ad710799a837be4be99bea40')
+
+prepare() {
+  cd ${pkgname}-${_pkgver}
+  patch -p0 < "${srcdir}/set-install-dir.patch"
+}
+
+check() {
+  cd ${pkgname}-${_pkgver}
+  TESTSSL_INSTALL_DIR="$(pwd)" prove -v
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  install -Dm 755 testssl.sh "${pkgdir}/usr/bin/testssl"
+  install -Dm 644 etc/* -t "${pkgdir}/usr/share/testssl.sh/etc"
+  install -Dm 644 Readme.md doc/testssl.1.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 doc/testssl.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: set-install-dir.patch
===
--- set-install-dir.patch   2019-07-25 00:11:46 UTC (rev 492739)
+++ set-install-dir.patch   2019-07-25 00:11:51 UTC (rev 492740)
@@ -1,11 +0,0 @@
 testssl.sh.orig2017-09-21 11:49:04.161576009 +0200
-+++ testssl.sh 2017-09-21 11:49:28.451753722 +0200
-@@ -116,7 +116,7 @@
- 
- readonly PROG_NAME="$(basename "$0")"
- readonly RUN_DIR="$(dirname "$0")"
--TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-""}"  # if you run testssl.sh 
from a different path you can set either TESTSSL_INSTALL_DIR
-+TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-"/usr/share/testssl.sh"}"  # if 
you run testssl.sh from a different path you can set either TESTSSL_INSTALL_DIR
- CA_BUNDLES_PATH="${CA_BUNDLES_PATH:-""}"  # or CA_BUNDLES_PATH to 
find the CA BUNDLES. TESTSSL_INSTALL_DIR helps you to find the RFC mapping also
- CIPHERS_BY_STRENGTH_FILE=""
- TLS_DATA_FILE=""  # mandatory file for socket 
based handdhakes

Copied: testssl.sh/repos/community-any/set-install-dir.patch (from 

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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Thursday, July 25, 2019 @ 00:11:46
  Author: anthraxx
Revision: 492739

upgpkg: testssl.sh 2.9.5.8-1

Modified:
  testssl.sh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 23:46:24 UTC (rev 492738)
+++ PKGBUILD2019-07-25 00:11:46 UTC (rev 492739)
@@ -2,7 +2,7 @@
 # Contributor: Johannes Schleifenbaum 
 
 pkgname=testssl.sh
-_pkgver=2.9.5-7
+_pkgver=2.9.5-8
 pkgver=${_pkgver/-/.}
 pkgrel=1
 pkgdesc='Testing TLS/SSL encryption'
@@ -13,7 +13,7 @@
 makedepends=('perl' 'perl-data-dump' 'perl-json' 'perl-test-base')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/drwetter/testssl.sh/archive/v${_pkgver}.tar.gz
 set-install-dir.patch)
-sha512sums=('35ab900b84db8a0a210cb9ce8bb794ff7e8cddd5c85a151083bc76eba834dce37597b29b6235fcf2ce37b004dd295b1756e01374a4943e1e2ed0d2a8cf8761f6'
+sha512sums=('4c0fd1faa8978f85b46a6ae41471e16c8ab2d5651bdb6e009478aeed7b363a3648ff44e6e7689ccf421bd5e6374a2b5bfe9e5a13f7284c3a46371ed58ce4e5fb'
 
'a02a7f1cfe62ee13b07af6a5e4ff2fbd2c346ae47fb416de84e7448ba89e5be5fe66870f749a9cc0cbd614c06a1419fe56595da9ad710799a837be4be99bea40')
 
 prepare() {


[arch-commits] Commit in java11-openjdk/repos/extra-x86_64 (14 files)

2019-07-24 Thread Levente Polyak via arch-commits
Date: Wednesday, July 24, 2019 @ 23:52:40
  Author: anthraxx
Revision: 358562

archrelease: copy trunk to extra-x86_64

Added:
  java11-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 358561, java11-openjdk/trunk/PKGBUILD)
  java11-openjdk/repos/extra-x86_64/freedesktop-java.desktop
(from rev 358561, java11-openjdk/trunk/freedesktop-java.desktop)
  java11-openjdk/repos/extra-x86_64/freedesktop-jconsole.desktop
(from rev 358561, java11-openjdk/trunk/freedesktop-jconsole.desktop)
  java11-openjdk/repos/extra-x86_64/freedesktop-jshell.desktop
(from rev 358561, java11-openjdk/trunk/freedesktop-jshell.desktop)
  java11-openjdk/repos/extra-x86_64/install_jdk-openjdk.sh
(from rev 358561, java11-openjdk/trunk/install_jdk-openjdk.sh)
  java11-openjdk/repos/extra-x86_64/install_jre-openjdk-headless.sh
(from rev 358561, java11-openjdk/trunk/install_jre-openjdk-headless.sh)
  java11-openjdk/repos/extra-x86_64/install_jre-openjdk.sh
(from rev 358561, java11-openjdk/trunk/install_jre-openjdk.sh)
Deleted:
  java11-openjdk/repos/extra-x86_64/PKGBUILD
  java11-openjdk/repos/extra-x86_64/freedesktop-java.desktop
  java11-openjdk/repos/extra-x86_64/freedesktop-jconsole.desktop
  java11-openjdk/repos/extra-x86_64/freedesktop-jshell.desktop
  java11-openjdk/repos/extra-x86_64/install_jdk-openjdk.sh
  java11-openjdk/repos/extra-x86_64/install_jre-openjdk-headless.sh
  java11-openjdk/repos/extra-x86_64/install_jre-openjdk.sh

-+
 PKGBUILD|  552 +++---
 freedesktop-java.desktop|   24 -
 freedesktop-jconsole.desktop|   22 -
 freedesktop-jshell.desktop  |   18 -
 install_jdk-openjdk.sh  |  100 +++---
 install_jre-openjdk-headless.sh |   96 +++---
 install_jre-openjdk.sh  |   70 ++--
 7 files changed, 441 insertions(+), 441 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 23:52:31 UTC (rev 358561)
+++ PKGBUILD2019-07-24 23:52:40 UTC (rev 358562)
@@ -1,276 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Guillaume ALAUX 
-
-# TODO add test, see about packaging jtreg and using it here
-# TODO see about building with OpenJDK10
-# TODO add javazi
-# TODO when IcedTea provides it, package icedtea-web and add it as optdepends
-# TODO package OpenJFX for OpenJDK10 and add it as optdepends
-
-## EXPLORATIONS
-# TODO extract a jmods package from jdk10-openjdk?
-# TODO extract a jdk-headless package?
-
-pkgbase=java11-openjdk
-pkgname=('jre11-openjdk-headless' 'jre11-openjdk' 'jdk11-openjdk' 
'openjdk11-src' 'openjdk11-doc')
-_majorver=11
-_minorver=0
-_securityver=4
-_updatever=7
-pkgrel=1
-pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
-_hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
-arch=('x86_64')
-url='https://openjdk.java.net/'
-license=('custom')
-makedepends=('java-environment>=10' 'java-environment<12' 'cpio' 'unzip' 'zip' 
'libelf' 'libcups' 'libx11'
- 'libxrender' 'libxtst' 'libxt' 'libxext' 'libxrandr' 'alsa-lib' 
'pandoc'
- 'graphviz' 'freetype2' 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2'
- 'libnet' 'bash')
-source=(http://hg.openjdk.java.net/jdk-updates/jdk${_majorver}u/archive/${_hg_tag}.tar.gz
-freedesktop-java.desktop
-freedesktop-jconsole.desktop
-freedesktop-jshell.desktop)
-sha256sums=('41eacd515663114bdd8d6ffbcc3e09b7e107200babaf2ffe08874330420a7469'
-'575587ad58dfa9908f046d307b9afc7b0b2eb20a1eb454f8fdbbd539ea7b3d01'
-'2f57b7c7dd671eabe9fa10c4f1283573e99d7f7c36eccd82c95b705979a2e8cb'
-'f271618a8c2a892b554caf26857af41efdf0d8bcb95d57ce7ba535d6979e96da')
-
-case "${CARCH}" in
-  x86_64) _JARCH='x86_64';;
-  i686)   _JARCH='x86';;
-esac
-
-_jvmdir=/usr/lib/jvm/java-${_majorver}-openjdk
-_jdkdir=jdk${_majorver}u-${_hg_tag}
-_imgdir=${_jdkdir}/build/linux-${_JARCH}-normal-server-release/images
-
-_nonheadless=(lib/libawt_xawt.{so,debuginfo}
-  lib/libjawt.{so,debuginfo}
-  lib/libjsound.{so,debuginfo}
-  lib/libsplashscreen.{so,debuginfo})
-
-build() {
-  cd ${_jdkdir}
-
-  NUM_PROC_OPT=''
-  MAKEFLAG_J=$(echo ${MAKEFLAGS} | sed -En 's/.*-j([0-9]+).*/\1/p')
-  if [ -n "${MAKEFLAG_J}" ]; then
-# 
http://hg.openjdk.java.net/jdk10/jdk10/file/85e6cb013b98/make/InitSupport.gmk#l105
-echo "Removing '-j${MAKEFLAG_J}' from MAKEFLAGS to prevent build fail. 
Passing it directly to ./configure."
-export MAKEFLAGS=${MAKEFLAGS/-j${MAKEFLAG_J}/}
-NUM_PROC_OPT="--with-num-cores=${MAKEFLAG_J}"
-  fi
-
-  # Avoid optimization of HotSpot being lowered from O3 to O2
-  local _CFLAGS="${CFLAGS//-O2/-O3} ${CPPFLAGS}"
-  local _CXXFLAGS="${CXXFLAGS//-O2/-O3} ${CPPFLAGS}"
-  local _LDFLAGS=${LDFLAGS}
-  if [[ ${CARCH} = i686 ]]; then
-echo "Removing '-fno-plt' from CFLAGS and CXXFLAGS to prevent build fail 
with this architecture"

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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Wednesday, July 24, 2019 @ 23:52:31
  Author: anthraxx
Revision: 358561

upgpkg: java11-openjdk 11.0.4.u11-1

Modified:
  java11-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 23:50:58 UTC (rev 358560)
+++ PKGBUILD2019-07-24 23:52:31 UTC (rev 358561)
@@ -16,7 +16,7 @@
 _majorver=11
 _minorver=0
 _securityver=4
-_updatever=7
+_updatever=11
 pkgrel=1
 pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
 _hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
@@ -31,7 +31,7 @@
 freedesktop-java.desktop
 freedesktop-jconsole.desktop
 freedesktop-jshell.desktop)
-sha256sums=('41eacd515663114bdd8d6ffbcc3e09b7e107200babaf2ffe08874330420a7469'
+sha256sums=('272aeab0b68262e270b9e2f9aae9a37a9793b110428c8d96d486c094cc6a6429'
 '575587ad58dfa9908f046d307b9afc7b0b2eb20a1eb454f8fdbbd539ea7b3d01'
 '2f57b7c7dd671eabe9fa10c4f1283573e99d7f7c36eccd82c95b705979a2e8cb'
 'f271618a8c2a892b554caf26857af41efdf0d8bcb95d57ce7ba535d6979e96da')


[arch-commits] Commit in java-openjdk/repos/extra-x86_64 (14 files)

2019-07-24 Thread Levente Polyak via arch-commits
Date: Wednesday, July 24, 2019 @ 23:50:58
  Author: anthraxx
Revision: 358560

archrelease: copy trunk to extra-x86_64

Added:
  java-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 358559, java-openjdk/trunk/PKGBUILD)
  java-openjdk/repos/extra-x86_64/freedesktop-java.desktop
(from rev 358559, java-openjdk/trunk/freedesktop-java.desktop)
  java-openjdk/repos/extra-x86_64/freedesktop-jconsole.desktop
(from rev 358559, java-openjdk/trunk/freedesktop-jconsole.desktop)
  java-openjdk/repos/extra-x86_64/freedesktop-jshell.desktop
(from rev 358559, java-openjdk/trunk/freedesktop-jshell.desktop)
  java-openjdk/repos/extra-x86_64/install_jdk-openjdk.sh
(from rev 358559, java-openjdk/trunk/install_jdk-openjdk.sh)
  java-openjdk/repos/extra-x86_64/install_jre-openjdk-headless.sh
(from rev 358559, java-openjdk/trunk/install_jre-openjdk-headless.sh)
  java-openjdk/repos/extra-x86_64/install_jre-openjdk.sh
(from rev 358559, java-openjdk/trunk/install_jre-openjdk.sh)
Deleted:
  java-openjdk/repos/extra-x86_64/PKGBUILD
  java-openjdk/repos/extra-x86_64/freedesktop-java.desktop
  java-openjdk/repos/extra-x86_64/freedesktop-jconsole.desktop
  java-openjdk/repos/extra-x86_64/freedesktop-jshell.desktop
  java-openjdk/repos/extra-x86_64/install_jdk-openjdk.sh
  java-openjdk/repos/extra-x86_64/install_jre-openjdk-headless.sh
  java-openjdk/repos/extra-x86_64/install_jre-openjdk.sh

-+
 PKGBUILD|  542 +++---
 freedesktop-java.desktop|   24 -
 freedesktop-jconsole.desktop|   22 -
 freedesktop-jshell.desktop  |   18 -
 install_jdk-openjdk.sh  |  100 +++
 install_jre-openjdk-headless.sh |   96 +++---
 install_jre-openjdk.sh  |   70 ++--
 7 files changed, 436 insertions(+), 436 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 23:50:47 UTC (rev 358559)
+++ PKGBUILD2019-07-24 23:50:58 UTC (rev 358560)
@@ -1,271 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Guillaume ALAUX 
-
-# TODO add test, see about packaging jtreg and using it here
-
-pkgbase=java-openjdk
-pkgname=('jre-openjdk-headless' 'jre-openjdk' 'jdk-openjdk' 'openjdk-src' 
'openjdk-doc')
-_majorver=12
-_minorver=0
-_securityver=1
-_updatever=12
-pkgrel=1
-pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
-_hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
-arch=('x86_64')
-url='https://openjdk.java.net/'
-license=('custom')
-makedepends=('java-environment>=11' 'cpio' 'unzip' 'zip' 'libelf' 'libcups' 
'libx11'
- 'libxrender' 'libxtst' 'libxt' 'libxext' 'libxrandr' 'alsa-lib' 
'pandoc'
- 'graphviz' 'freetype2' 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2'
- 'libnet' 'bash')
-source=(http://hg.openjdk.java.net/jdk-updates/jdk${_majorver}u/archive/${_hg_tag}.tar.gz
-freedesktop-java.desktop
-freedesktop-jconsole.desktop
-freedesktop-jshell.desktop)
-sha256sums=('055917843af812b2fcec82ec65c6448c353fa54174d3583d5c62ca8d9b15c0d0'
-'779dba7cf4f5de7cd512adf969354ec4aefddb33d970757eb3c49ea1fd8d5184'
-'fa67642a8ba1173c30536a12dfbeeacf5d0f37918849057c1049b88a81f261ed'
-'0a1d66a3e4774d7fad267c8a4e726ecf362ae2f33df12439567e0fb249655c48')
-
-case "${CARCH}" in
-  x86_64) _JARCH='x86_64';;
-  i686)   _JARCH='x86';;
-esac
-
-_jvmdir=/usr/lib/jvm/java-${_majorver}-openjdk
-_jdkdir=jdk${_majorver}u-${_hg_tag}
-_imgdir=${_jdkdir}/build/linux-${_JARCH}-server-release/images
-
-_nonheadless=(lib/libawt_xawt.{so,debuginfo}
-  lib/libjawt.{so,debuginfo}
-  lib/libjsound.{so,debuginfo}
-  lib/libsplashscreen.{so,debuginfo})
-
-build() {
-  cd ${_jdkdir}
-
-  NUM_PROC_OPT=''
-  MAKEFLAG_J=$(echo ${MAKEFLAGS} | sed -En 's/.*-j([0-9]+).*/\1/p')
-  if [ -n "${MAKEFLAG_J}" ]; then
-# 
http://hg.openjdk.java.net/jdk10/jdk10/file/85e6cb013b98/make/InitSupport.gmk#l105
-echo "Removing '-j${MAKEFLAG_J}' from MAKEFLAGS to prevent build fail. 
Passing it directly to ./configure."
-export MAKEFLAGS=${MAKEFLAGS/-j${MAKEFLAG_J}/}
-NUM_PROC_OPT="--with-num-cores=${MAKEFLAG_J}"
-  fi
-
-  # Avoid optimization of HotSpot to be lowered from O3 to O2
-  local _CFLAGS="${CFLAGS//-O2/-O3} ${CPPFLAGS}"
-  local _CXXFLAGS="${CXXFLAGS//-O2/-O3} ${CPPFLAGS}"
-  local _LDFLAGS=${LDFLAGS}
-  if [[ ${CARCH} = i686 ]]; then
-echo "Removing '-fno-plt' from CFLAGS and CXXFLAGS to prevent build fail 
with this architecture"
-_CFLAGS=${CFLAGS/-fno-plt/}
-_CXXFLAGS=${CXXFLAGS/-fno-plt/}
-  fi
-
-  # CFLAGS, CXXFLAGS and LDFLAGS are ignored as shown by a warning
-  # in the output of ./configure unless used like such:
-  #  --with-extra-cflags="${CFLAGS}"
-  #  --with-extra-cxxflags="${CXXFLAGS}"
-  #  --with-extra-ldflags="${LDFLAGS}"
-  # See also paragraph "Configure Control Variables from 

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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Wednesday, July 24, 2019 @ 23:50:47
  Author: anthraxx
Revision: 358559

upgpkg: java-openjdk 12.0.2.u10-1

Modified:
  java-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 23:36:40 UTC (rev 358558)
+++ PKGBUILD2019-07-24 23:50:47 UTC (rev 358559)
@@ -7,8 +7,8 @@
 pkgname=('jre-openjdk-headless' 'jre-openjdk' 'jdk-openjdk' 'openjdk-src' 
'openjdk-doc')
 _majorver=12
 _minorver=0
-_securityver=1
-_updatever=12
+_securityver=2
+_updatever=10
 pkgrel=1
 pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
 _hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
@@ -23,7 +23,7 @@
 freedesktop-java.desktop
 freedesktop-jconsole.desktop
 freedesktop-jshell.desktop)
-sha256sums=('055917843af812b2fcec82ec65c6448c353fa54174d3583d5c62ca8d9b15c0d0'
+sha256sums=('b2bcad35656b00928683416f3480ad00363b00993eb711c3e1886e4fe77eefeb'
 '779dba7cf4f5de7cd512adf969354ec4aefddb33d970757eb3c49ea1fd8d5184'
 'fa67642a8ba1173c30536a12dfbeeacf5d0f37918849057c1049b88a81f261ed'
 '0a1d66a3e4774d7fad267c8a4e726ecf362ae2f33df12439567e0fb249655c48')


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

2019-07-24 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, July 24, 2019 @ 23:46:10
  Author: sangy
Revision: 492737

upgpkg: git-lfs 2.8.0-1

Modified:
  git-lfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 23:39:33 UTC (rev 492736)
+++ PKGBUILD2019-07-24 23:46:10 UTC (rev 492737)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=git-lfs
-pkgver=2.7.2
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Git extension for versioning large files"
 arch=('x86_64')


[arch-commits] Commit in git-lfs/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-24 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, July 24, 2019 @ 23:46:24
  Author: sangy
Revision: 492738

archrelease: copy trunk to community-x86_64

Added:
  git-lfs/repos/community-x86_64/PKGBUILD
(from rev 492737, git-lfs/trunk/PKGBUILD)
Deleted:
  git-lfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 23:46:10 UTC (rev 492737)
+++ PKGBUILD2019-07-24 23:46:24 UTC (rev 492738)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=git-lfs
-pkgver=2.7.2
-pkgrel=1
-pkgdesc="Git extension for versioning large files"
-arch=('x86_64')
-url="https://git-lfs.github.com;
-license=('MIT')
-makedepends=('go-pie' 'ruby-ronn' 'go-tools')
-depends=('git')
-source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed;)
-#validpgpkeys=('4DB92D1D8CEE7E54F06713452D0C9BC12F82B3A1') # brian m. carlson 

-validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson 

-sha256sums=('SKIP')
-
-build(){
-  cd "$pkgname"
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-.
-  make man
-}
-
-check(){
-  cd "$pkgname"
-  make test
-}
-
-package() {
-  cd "$pkgname"
-  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
-  install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
-}

Copied: git-lfs/repos/community-x86_64/PKGBUILD (from rev 492737, 
git-lfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 23:46:24 UTC (rev 492738)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+
+pkgname=git-lfs
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Git extension for versioning large files"
+arch=('x86_64')
+url="https://git-lfs.github.com;
+license=('MIT')
+makedepends=('go-pie' 'ruby-ronn' 'go-tools')
+depends=('git')
+source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed;)
+#validpgpkeys=('4DB92D1D8CEE7E54F06713452D0C9BC12F82B3A1') # brian m. carlson 

+validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson 

+sha256sums=('SKIP')
+
+build(){
+  cd "$pkgname"
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+.
+  make man
+}
+
+check(){
+  cd "$pkgname"
+  make test
+}
+
+package() {
+  cd "$pkgname"
+  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
+  install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
+}


[arch-commits] Commit in ccache/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-24 Thread Levente Polyak via arch-commits
Date: Wednesday, July 24, 2019 @ 23:39:33
  Author: anthraxx
Revision: 492736

archrelease: copy trunk to community-x86_64

Added:
  ccache/repos/community-x86_64/PKGBUILD
(from rev 492735, ccache/trunk/PKGBUILD)
Deleted:
  ccache/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 23:39:29 UTC (rev 492735)
+++ PKGBUILD2019-07-24 23:39:33 UTC (rev 492736)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=ccache
-pkgver=3.7.1
-pkgrel=1
-pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
-url='https://ccache.samba.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('zlib')
-source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
-validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

-sha256sums=('66fc121a2a33968f9ec428e02f48ff4b8896fbabb759e9c09352267014dcbe65'
-'SKIP')
-sha512sums=('c2f369c861998f82600272deedc436840af7f85baa355a1e119dacea8f41275d601a0805c3e2a8bc434df621a4e52647bd8654a71c2329542a8b160f7f179cdf'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 ccache -t "${pkgdir}/usr/bin"
-  install -Dm 644 doc/ccache.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 doc/{AUTHORS,MANUAL,NEWS}.adoc README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -d "${pkgdir}/usr/lib/ccache/bin"
-  local _prog
-  for _prog in gcc g++ c++; do
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/${CHOST}-$_prog"
-  done
-  for _prog in cc clang clang++; do
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: ccache/repos/community-x86_64/PKGBUILD (from rev 492735, 
ccache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 23:39:33 UTC (rev 492736)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=ccache
+pkgver=3.7.2
+pkgrel=1
+pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
+url='https://ccache.samba.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('zlib')
+source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
+validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

+sha256sums=('a5da0008512ff9e882097acaffb3616fae98ec25827167bb4bd1e4acf0b66793'
+'SKIP')
+sha512sums=('3290f0609c27a2f063e632392be01ef163273115700f87a6d2954fcfd52fcc14bf66fc147ecbd2b692258317e113bf8be9f7efdf377560e2e8d9dd67cef58147'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 ccache -t "${pkgdir}/usr/bin"
+  install -Dm 644 doc/ccache.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 doc/{AUTHORS,MANUAL,NEWS}.adoc README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+
+  install -d "${pkgdir}/usr/lib/ccache/bin"
+  local _prog
+  for _prog in gcc g++ c++; do
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/${CHOST}-$_prog"
+  done
+  for _prog in cc clang clang++; do
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Wednesday, July 24, 2019 @ 23:39:29
  Author: anthraxx
Revision: 492735

upgpkg: ccache 3.7.2-1

Modified:
  ccache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 23:03:44 UTC (rev 492734)
+++ PKGBUILD2019-07-24 23:39:29 UTC (rev 492735)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=ccache
-pkgver=3.7.1
+pkgver=3.7.2
 pkgrel=1
 pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
 url='https://ccache.samba.org/'
@@ -12,9 +12,9 @@
 depends=('zlib')
 
source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
 validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

-sha256sums=('66fc121a2a33968f9ec428e02f48ff4b8896fbabb759e9c09352267014dcbe65'
+sha256sums=('a5da0008512ff9e882097acaffb3616fae98ec25827167bb4bd1e4acf0b66793'
 'SKIP')
-sha512sums=('c2f369c861998f82600272deedc436840af7f85baa355a1e119dacea8f41275d601a0805c3e2a8bc434df621a4e52647bd8654a71c2329542a8b160f7f179cdf'
+sha512sums=('3290f0609c27a2f063e632392be01ef163273115700f87a6d2954fcfd52fcc14bf66fc147ecbd2b692258317e113bf8be9f7efdf377560e2e8d9dd67cef58147'
 'SKIP')
 
 build() {


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

2019-07-24 Thread Jan Steffens via arch-commits
Date: Wednesday, July 24, 2019 @ 23:36:28
  Author: heftig
Revision: 358557

3.32.3-1

Modified:
  libdazzle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 22:16:52 UTC (rev 358556)
+++ PKGBUILD2019-07-24 23:36:28 UTC (rev 358557)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libdazzle
-pkgver=3.32.2
+pkgver=3.32.3
 pkgrel=1
 pkgdesc="A library to delight your users with fancy features"
 url="https://gitlab.gnome.org/GNOME/libdazzle;
@@ -11,7 +11,7 @@
 depends=(gtk3)
 makedepends=(git meson vala gobject-introspection gtk-doc)
 checkdepends=(xorg-server-xvfb)
-_commit=43a8284ec1ccf626dcedfe748f43e65ad051cb66  # tags/3.32.2^0
+_commit=1556f72e808abac874c922da0d1db9f8bbc6108b  # tags/3.32.3^0
 source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in libdazzle/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-07-24 Thread Jan Steffens via arch-commits
Date: Wednesday, July 24, 2019 @ 23:36:40
  Author: heftig
Revision: 358558

archrelease: copy trunk to extra-x86_64

Added:
  libdazzle/repos/extra-x86_64/PKGBUILD
(from rev 358557, libdazzle/trunk/PKGBUILD)
Deleted:
  libdazzle/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 23:36:28 UTC (rev 358557)
+++ PKGBUILD2019-07-24 23:36:40 UTC (rev 358558)
@@ -1,34 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libdazzle
-pkgver=3.32.2
-pkgrel=1
-pkgdesc="A library to delight your users with fancy features"
-url="https://gitlab.gnome.org/GNOME/libdazzle;
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-checkdepends=(xorg-server-xvfb)
-_commit=43a8284ec1ccf626dcedfe748f43e65ad051cb66  # tags/3.32.2^0
-source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build -D enable_gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  xvfb-run dbus-run-session meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libdazzle/repos/extra-x86_64/PKGBUILD (from rev 358557, 
libdazzle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 23:36:40 UTC (rev 358558)
@@ -0,0 +1,34 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libdazzle
+pkgver=3.32.3
+pkgrel=1
+pkgdesc="A library to delight your users with fancy features"
+url="https://gitlab.gnome.org/GNOME/libdazzle;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+checkdepends=(xorg-server-xvfb)
+_commit=1556f72e808abac874c922da0d1db9f8bbc6108b  # tags/3.32.3^0
+source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build -D enable_gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  xvfb-run dbus-run-session meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Wednesday, July 24, 2019 @ 23:03:39
  Author: anthraxx
Revision: 492733

upgpkg: checksec 2.0.1-1

Modified:
  checksec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 22:58:52 UTC (rev 492732)
+++ PKGBUILD2019-07-24 23:03:39 UTC (rev 492733)
@@ -4,7 +4,7 @@
 
 pkgname=checksec
 _pkgname=checksec.sh
-pkgver=1.11.1
+pkgver=2.0.1
 pkgrel=1
 pkgdesc='Tool designed to test which standard Linux OS and PaX security 
features are being used'
 url='https://github.com/slimm609/checksec.sh'
@@ -12,7 +12,8 @@
 license=('BSD')
 depends=('bash' 'binutils' 'procps-ng')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/slimm609/checksec.sh/archive/${pkgver}.tar.gz)
-sha512sums=('dd742d6c9bc567b10f8d50f5edd2e1f3439b469ced46da05f53e14c0fe5c90310114564e674afc8c7f55170e07beb6359263e1fd153e4b29f3edb4e88cfbf8c0')
+sha256sums=('16ac66217cfdced5e07ce193826cd8c92bd9e1d6048511134149270d39b4ee44')
+sha512sums=('b2466b621b6ddb3fa01cfc5eb3dc301d6d616b26ddd2017a622ba2a24e9daf8f5e294236d1dda695fd9ab25fa411724b5f7dbdabc944cdc124e4369c176f35b4')
 
 prepare() {
   cd ${_pkgname}-${pkgver}


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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Wednesday, July 24, 2019 @ 22:53:38
  Author: anthraxx
Revision: 492731

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 22:53:32 UTC (rev 492730)
+++ PKGBUILD2019-07-24 22:53:38 UTC (rev 492731)
@@ -1,48 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Johan Förberg 
-
-_pkgname=zstd
-pkgname=lib32-zstd
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Zstandard - Fast real-time compression algorithm (32-bit)'
-url='https://www.zstd.net/'
-arch=('x86_64')
-license=('BSD' 'GPL2')
-depends=('zstd' 'lib32-zlib' 'lib32-xz' 'lib32-lz4')
-makedepends=('gtest')
-source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz)
-sha256sums=('7f323f0e0c18488748f3d9b2d4353f00e904ea2ccd0372ea04d7f77aa1156557')
-sha512sums=('ef6d95639593fed3cfb9ff4f1527c4ba38658e42f16eb3369b2a4bbe150905751bb71c6e3fe9c8bbdfceee26a540ae3e41bd0f0bc692d36db444b7da65a6e304')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  make
-  make zstdmt
-  make -C contrib/pzstd
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  make check
-  make -C contrib/pzstd test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  make \
-PREFIX=/usr \
-LIBDIR=/usr/lib32 \
-PKGCONFIGDIR=/usr/lib32/pkgconfig \
-DESTDIR="${pkgdir}" \
-install
-  rm -rf "${pkgdir}"/usr/{share,include,bin}
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-zstd/repos/multilib-x86_64/PKGBUILD (from rev 492730, 
lib32-zstd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 22:53:38 UTC (rev 492731)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Johan Förberg 
+
+_pkgname=zstd
+pkgname=lib32-zstd
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Zstandard - Fast real-time compression algorithm (32-bit)'
+url='https://www.zstd.net/'
+arch=('x86_64')
+license=('BSD' 'GPL2')
+depends=('zstd' 'lib32-zlib' 'lib32-xz' 'lib32-lz4')
+makedepends=('gtest')
+source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz)
+sha256sums=('535020867eb3af61fbadfcb402335af7f52dfe44f081ccfa201e961f01751aa0')
+sha512sums=('d405b8e160703c3de2cdd395451c12b0b6a792f2ed88976b37ab662191af3dc32a844b4e627871dbba94ef8acfe011b2ba5833aa949238255dcab99e792b8b62')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  make
+  make zstdmt
+  make -C contrib/pzstd
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  make check
+  make -C contrib/pzstd test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  make \
+PREFIX=/usr \
+LIBDIR=/usr/lib32 \
+PKGCONFIGDIR=/usr/lib32/pkgconfig \
+DESTDIR="${pkgdir}" \
+install
+  rm -rf "${pkgdir}"/usr/{share,include,bin}
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Wednesday, July 24, 2019 @ 22:53:32
  Author: anthraxx
Revision: 492730

upgpkg: lib32-zstd 1.4.1-1

Modified:
  lib32-zstd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 22:37:20 UTC (rev 492729)
+++ PKGBUILD2019-07-24 22:53:32 UTC (rev 492730)
@@ -5,7 +5,7 @@
 
 _pkgname=zstd
 pkgname=lib32-zstd
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='Zstandard - Fast real-time compression algorithm (32-bit)'
 url='https://www.zstd.net/'
@@ -14,8 +14,8 @@
 depends=('zstd' 'lib32-zlib' 'lib32-xz' 'lib32-lz4')
 makedepends=('gtest')
 
source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz)
-sha256sums=('7f323f0e0c18488748f3d9b2d4353f00e904ea2ccd0372ea04d7f77aa1156557')
-sha512sums=('ef6d95639593fed3cfb9ff4f1527c4ba38658e42f16eb3369b2a4bbe150905751bb71c6e3fe9c8bbdfceee26a540ae3e41bd0f0bc692d36db444b7da65a6e304')
+sha256sums=('535020867eb3af61fbadfcb402335af7f52dfe44f081ccfa201e961f01751aa0')
+sha512sums=('d405b8e160703c3de2cdd395451c12b0b6a792f2ed88976b37ab662191af3dc32a844b4e627871dbba94ef8acfe011b2ba5833aa949238255dcab99e792b8b62')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in hcxdumptool/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-24 Thread Levente Polyak via arch-commits
Date: Wednesday, July 24, 2019 @ 22:37:20
  Author: anthraxx
Revision: 492729

archrelease: copy trunk to community-x86_64

Added:
  hcxdumptool/repos/community-x86_64/PKGBUILD
(from rev 492728, hcxdumptool/trunk/PKGBUILD)
Deleted:
  hcxdumptool/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 22:37:15 UTC (rev 492728)
+++ PKGBUILD2019-07-24 22:37:20 UTC (rev 492729)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=hcxdumptool
-pkgver=5.1.5
-pkgrel=1
-pkgdesc='Small tool to capture packets from wlan devices'
-url='https://github.com/ZerBea/hcxdumptool'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('53b7f53cf74d68a49e76e148f369874772046c20e2ab12aaa55cbc73b3a47aba531050a2f71a55ebb1d02aad44db1f3c74b2e44dcdae3f4ce7d3048d89039b7b'
-'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hcxdumptool/repos/community-x86_64/PKGBUILD (from rev 492728, 
hcxdumptool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 22:37:20 UTC (rev 492729)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+pkgname=hcxdumptool
+pkgver=5.1.7
+pkgrel=1
+pkgdesc='Small tool to capture packets from wlan devices'
+url='https://github.com/ZerBea/hcxdumptool'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('7866314bf16770ae7f18e608408a3f9bac996296aa37db258a6cf16ea1b353496bff1c493470e6b50b44e08c43940840fdd839630a9018aa44c9b52449c9'
+'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-07-24 Thread Levente Polyak via arch-commits
Date: Wednesday, July 24, 2019 @ 22:37:15
  Author: anthraxx
Revision: 492728

upgpkg: hcxdumptool 5.1.7-1

Modified:
  hcxdumptool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 22:17:24 UTC (rev 492727)
+++ PKGBUILD2019-07-24 22:37:15 UTC (rev 492728)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxdumptool
-pkgver=5.1.5
+pkgver=5.1.7
 pkgrel=1
 pkgdesc='Small tool to capture packets from wlan devices'
 url='https://github.com/ZerBea/hcxdumptool'
@@ -10,7 +10,7 @@
 depends=('glibc')
 
source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('53b7f53cf74d68a49e76e148f369874772046c20e2ab12aaa55cbc73b3a47aba531050a2f71a55ebb1d02aad44db1f3c74b2e44dcdae3f4ce7d3048d89039b7b'
+sha512sums=('7866314bf16770ae7f18e608408a3f9bac996296aa37db258a6cf16ea1b353496bff1c493470e6b50b44e08c43940840fdd839630a9018aa44c9b52449c9'
 'SKIP')
 validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

 


[arch-commits] Commit in fflas-ffpack/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 24, 2019 @ 22:03:07
  Author: arojas
Revision: 492724

archrelease: copy trunk to community-x86_64

Added:
  fflas-ffpack/repos/community-x86_64/PKGBUILD
(from rev 492722, fflas-ffpack/trunk/PKGBUILD)
Deleted:
  fflas-ffpack/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   49 -
 1 file changed, 24 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 22:03:06 UTC (rev 492723)
+++ PKGBUILD2019-07-24 22:03:07 UTC (rev 492724)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=fflas-ffpack
-pkgver=2.4.3
-pkgrel=1
-pkgdesc="A library for dense linear algebra over word-size finite fields"
-arch=(x86_64) # pkgconfig file is arch-specific
-url="https://linbox-team.github.io/fflas-ffpack/;
-license=(LGPL)
-depends=(givaro cblas lapack)
-source=("https://github.com/linbox-team/fflas-ffpack/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f372783a17a9899ee9f88d4c9421d80facccb95556146dad7020d07a03791cc9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-precompilation --with-blas-libs="-lblas 
-lcblas -llapack" \
---disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 
--disable-avx --disable-avx2 --disable-fma
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fflas-ffpack/repos/community-x86_64/PKGBUILD (from rev 492722, 
fflas-ffpack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 22:03:07 UTC (rev 492724)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=fflas-ffpack
+pkgver=2.4.3
+pkgrel=2
+pkgdesc="A library for dense linear algebra over word-size finite fields"
+arch=(x86_64) # pkgconfig file is arch-specific
+url="https://linbox-team.github.io/fflas-ffpack/;
+license=(LGPL)
+depends=(givaro cblas lapack)
+source=("https://github.com/linbox-team/fflas-ffpack/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f372783a17a9899ee9f88d4c9421d80facccb95556146dad7020d07a03791cc9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-precompilation --with-blas-libs="-lblas 
-lcblas -llapack" \
+--disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 
--disable-avx --disable-avx2 --disable-fma
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-07-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 24, 2019 @ 22:02:48
  Author: arojas
Revision: 492721

Don't link with --as-needed, it breaks blas symbols

Modified:
  fflas-ffpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 21:16:18 UTC (rev 492720)
+++ PKGBUILD2019-07-24 22:02:48 UTC (rev 492721)
@@ -2,7 +2,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for dense linear algebra over word-size finite fields"
 arch=(x86_64) # pkgconfig file is arch-specific
 url="https://linbox-team.github.io/fflas-ffpack/;
@@ -15,7 +15,6 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-precompilation --with-blas-libs="-lblas 
-lcblas -llapack" \
 --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 
--disable-avx --disable-avx2 --disable-fma
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
   make
 }
 


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

2019-07-24 Thread Maxim Baz via arch-commits
Date: Wednesday, July 24, 2019 @ 22:03:06
  Author: maximbaz
Revision: 492723

archrelease: copy trunk to community-any

Added:
  python-language-server/repos/community-any/PKGBUILD
(from rev 492722, python-language-server/trunk/PKGBUILD)
Deleted:
  python-language-server/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 22:03:02 UTC (rev 492722)
+++ PKGBUILD2019-07-24 22:03:06 UTC (rev 492723)
@@ -1,44 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: fenuks
-
-pkgname=python-language-server
-pkgver=0.27.0
-pkgrel=1
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-language-server;
-license=("MIT")
-depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" 
"python-pluggy")
-optdepends=("python-mccabe: for complexity checking"
-"python-rope: for completions and renaming"
-"python-pyflakes: for linter to detect various errors"
-"python-pycodestyle: for style checking"
-"python-pylint: for code linting"
-"autopep8: for code formatting"
-"yapf: for code formatting (preferred over autopep8)"
-"python-pydocstyle: for docstring style checking")
-makedepends=("python" "python-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes"
-  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
- "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('77c6d043bd4bc7c32f56d80ff12bcd93d341043da89a76bffe3b6fd263ebb165')
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-py.test
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=4 sw=4 et:

Copied: python-language-server/repos/community-any/PKGBUILD (from rev 492722, 
python-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 22:03:06 UTC (rev 492723)
@@ -0,0 +1,45 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: fenuks
+
+pkgname=python-language-server
+pkgver=0.28.0
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-language-server;
+license=("MIT")
+depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" 
"python-pluggy")
+optdepends=("python-mccabe: for complexity checking"
+"python-rope: for completions and renaming"
+"python-pyflakes: for linter to detect various errors"
+"python-pycodestyle: for style checking"
+"python-pylint: for code linting"
+"autopep8: for code formatting"
+"yapf: for code formatting (preferred over autopep8)"
+"python-pydocstyle: for docstring style checking")
+makedepends=("python" "python-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes"
+  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
+ "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('3a5b2a980ea124361ab65bbbe963039d3bad4cbf4713eccfbc0cdb5cb5335609')
+
+build() {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+}
+
+# https://github.com/palantir/python-language-server/issues/626
+# check() {
+# cd "${pkgname}-${pkgver}"
+# py.test
+# }
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:


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

2019-07-24 Thread Maxim Baz via arch-commits
Date: Wednesday, July 24, 2019 @ 22:03:02
  Author: maximbaz
Revision: 492722

upgpkg: python-language-server 0.28.0-1

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 22:02:48 UTC (rev 492721)
+++ PKGBUILD2019-07-24 22:03:02 UTC (rev 492722)
@@ -3,7 +3,7 @@
 # Contributor: fenuks
 
 pkgname=python-language-server
-pkgver=0.27.0
+pkgver=0.28.0
 pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -23,7 +23,7 @@
   "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
  "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server")
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('77c6d043bd4bc7c32f56d80ff12bcd93d341043da89a76bffe3b6fd263ebb165')
+sha256sums=('3a5b2a980ea124361ab65bbbe963039d3bad4cbf4713eccfbc0cdb5cb5335609')
 
 build() {
 cd "${pkgname}-${pkgver}"
@@ -30,10 +30,11 @@
 python setup.py build
 }
 
-check() {
-cd "${pkgname}-${pkgver}"
-py.test
-}
+# https://github.com/palantir/python-language-server/issues/626
+# check() {
+# cd "${pkgname}-${pkgver}"
+# py.test
+# }
 
 package() {
 cd "${pkgname}-${pkgver}"


[arch-commits] Commit in axel/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-24 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 24, 2019 @ 21:16:18
  Author: foutrelis
Revision: 492720

archrelease: copy trunk to community-x86_64

Added:
  axel/repos/community-x86_64/PKGBUILD
(from rev 492719, axel/trunk/PKGBUILD)
Deleted:
  axel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 21:16:14 UTC (rev 492719)
+++ PKGBUILD2019-07-24 21:16:18 UTC (rev 492720)
@@ -1,26 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Roman G 
-
-pkgname=axel
-pkgver=2.17.3
-pkgrel=1
-pkgdesc="Light command line download accelerator"
-arch=('x86_64')
-url="https://github.com/axel-download-accelerator/axel;
-license=('GPL')
-depends=('glibc' 'openssl')
-source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('43cfc7094e0e35a51e68921b314b7ab8dd87897007694833d695b3409750b3c6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: axel/repos/community-x86_64/PKGBUILD (from rev 492719, 
axel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 21:16:18 UTC (rev 492720)
@@ -0,0 +1,26 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Roman G 
+
+pkgname=axel
+pkgver=2.17.5
+pkgrel=1
+pkgdesc="Light command line download accelerator"
+arch=('x86_64')
+url="https://github.com/axel-download-accelerator/axel;
+license=('GPL')
+depends=('glibc' 'openssl')
+source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c5c682617d498071ff9083029fcecc2c2fdeeedc366c35d2bdf8663355616cc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-24 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 24, 2019 @ 21:16:14
  Author: foutrelis
Revision: 492719

upgpkg: axel 2.17.5-1

New upstream release.

Modified:
  axel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 20:51:16 UTC (rev 492718)
+++ PKGBUILD2019-07-24 21:16:14 UTC (rev 492719)
@@ -2,7 +2,7 @@
 # Contributor: Roman G 
 
 pkgname=axel
-pkgver=2.17.3
+pkgver=2.17.5
 pkgrel=1
 pkgdesc="Light command line download accelerator"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('glibc' 'openssl')
 
source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('43cfc7094e0e35a51e68921b314b7ab8dd87897007694833d695b3409750b3c6')
+sha256sums=('5c5c682617d498071ff9083029fcecc2c2fdeeedc366c35d2bdf8663355616cc')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in maven/trunk (0001-MNG-6642.patch PKGBUILD)

2019-07-24 Thread Christian Hesse via arch-commits
Date: Wednesday, July 24, 2019 @ 20:51:01
  Author: eworm
Revision: 492717

upgpkg: maven 3.6.1-2

fix MNG-6642

Added:
  maven/trunk/0001-MNG-6642.patch
Modified:
  maven/trunk/PKGBUILD

-+
 0001-MNG-6642.patch |   46 ++
 PKGBUILD|   10 +-
 2 files changed, 55 insertions(+), 1 deletion(-)

Added: 0001-MNG-6642.patch
===
--- 0001-MNG-6642.patch (rev 0)
+++ 0001-MNG-6642.patch 2019-07-24 20:51:01 UTC (rev 492717)
@@ -0,0 +1,46 @@
+commit 763f76cf833cddd6630add035c541ac54bbe381d
+Author: Sylwester Lachiewicz 
+Date:   Sat Oct 13 04:16:44 2018 +0200
+
+[MNG-6642] Revert "[MNG-5995] Remove dependency to maven-compat (#185)"
+
+This partially reverts commit bb3ec5da71d26d105972392f0a20bc61bc5d8c53 to 
restore working with Tycho P2 repository.
+
+diff --git 
a/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
 
b/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
+index 0bd94a86a..3159fac6b 100644
+--- 
a/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
 
b/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
+@@ -33,7 +33,6 @@
+ import org.apache.maven.artifact.Artifact;
+ import org.apache.maven.artifact.InvalidRepositoryException;
+ import org.apache.maven.artifact.repository.ArtifactRepository;
+-import org.apache.maven.bridge.MavenRepositorySystem;
+ import org.apache.maven.classrealm.ClassRealmManager;
+ import org.apache.maven.model.Build;
+ import org.apache.maven.model.Extension;
+@@ -45,6 +44,7 @@
+ import org.apache.maven.plugin.PluginManagerException;
+ import org.apache.maven.plugin.PluginResolutionException;
+ import org.apache.maven.plugin.version.PluginVersionResolutionException;
++import org.apache.maven.repository.RepositorySystem;
+ import org.codehaus.plexus.PlexusContainer;
+ import org.codehaus.plexus.classworlds.realm.ClassRealm;
+ import org.codehaus.plexus.component.annotations.Component;
+@@ -78,7 +78,7 @@
+ private ProjectRealmCache projectRealmCache;
+ 
+ @Requirement
+-private MavenRepositorySystem repositorySystem;
++private RepositorySystem repositorySystem;
+ 
+ @Requirement
+ private MavenPluginManager pluginManager;
+@@ -92,7 +92,7 @@
+ 
+ for ( Repository repository : pomRepositories )
+ {
+-internalRepositories.add( 
MavenRepositorySystem.buildArtifactRepository( repository ) );
++internalRepositories.add( 
repositorySystem.buildArtifactRepository( repository ) );
+ }
+ 
+ repositorySystem.injectMirror( request.getRepositorySession(), 
internalRepositories );

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 18:59:04 UTC (rev 492716)
+++ PKGBUILD2019-07-24 20:51:01 UTC (rev 492717)
@@ -4,7 +4,7 @@
 
 pkgname=maven
 pkgver=3.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Java project management and project comprehension tool'
 url='https://maven.apache.org'
 arch=('any')
@@ -13,6 +13,7 @@
 makedepends=('maven' 'java-environment=8')
 backup=('opt/maven/conf/settings.xml')
 
source=(https://www-eu.apache.org/dist/maven/maven-3/${pkgver}/source/apache-maven-${pkgver}-src.tar.gz{,.asc}
+0001-MNG-6642.patch
 maven.sh)
 # https://www.apache.org/dist/maven/KEYS
 validpgpkeys=(
@@ -21,8 +22,15 @@
 )
 sha256sums=('025921fff6ba827a25413ffc08fb1933565eb1f07ee2d3f228911913ee4f3c3f'
 'SKIP'
+'70858a5052fdcc93823f34fd6716200c433eec3990cef2058c186ef52fb9882d'
 '17d9b8efa6a922907110026273443bcc8d83e061e14ac82cb5052b483acc9b76')
 
+prepare() {
+  cd apache-maven-${pkgver}
+
+  patch -Np1 -i ../0001-MNG-6642.patch
+}
+
 build() {
   cd apache-maven-${pkgver}
 


[arch-commits] Commit in maven/repos/community-any (5 files)

2019-07-24 Thread Christian Hesse via arch-commits
Date: Wednesday, July 24, 2019 @ 20:51:16
  Author: eworm
Revision: 492718

archrelease: copy trunk to community-any

Added:
  maven/repos/community-any/0001-MNG-6642.patch
(from rev 492717, maven/trunk/0001-MNG-6642.patch)
  maven/repos/community-any/PKGBUILD
(from rev 492717, maven/trunk/PKGBUILD)
  maven/repos/community-any/maven.sh
(from rev 492717, maven/trunk/maven.sh)
Deleted:
  maven/repos/community-any/PKGBUILD
  maven/repos/community-any/maven.sh

-+
 0001-MNG-6642.patch |   46 +++
 PKGBUILD|  116 ++
 maven.sh|   10 ++--
 3 files changed, 113 insertions(+), 59 deletions(-)

Copied: maven/repos/community-any/0001-MNG-6642.patch (from rev 492717, 
maven/trunk/0001-MNG-6642.patch)
===
--- 0001-MNG-6642.patch (rev 0)
+++ 0001-MNG-6642.patch 2019-07-24 20:51:16 UTC (rev 492718)
@@ -0,0 +1,46 @@
+commit 763f76cf833cddd6630add035c541ac54bbe381d
+Author: Sylwester Lachiewicz 
+Date:   Sat Oct 13 04:16:44 2018 +0200
+
+[MNG-6642] Revert "[MNG-5995] Remove dependency to maven-compat (#185)"
+
+This partially reverts commit bb3ec5da71d26d105972392f0a20bc61bc5d8c53 to 
restore working with Tycho P2 repository.
+
+diff --git 
a/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
 
b/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
+index 0bd94a86a..3159fac6b 100644
+--- 
a/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
 
b/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
+@@ -33,7 +33,6 @@
+ import org.apache.maven.artifact.Artifact;
+ import org.apache.maven.artifact.InvalidRepositoryException;
+ import org.apache.maven.artifact.repository.ArtifactRepository;
+-import org.apache.maven.bridge.MavenRepositorySystem;
+ import org.apache.maven.classrealm.ClassRealmManager;
+ import org.apache.maven.model.Build;
+ import org.apache.maven.model.Extension;
+@@ -45,6 +44,7 @@
+ import org.apache.maven.plugin.PluginManagerException;
+ import org.apache.maven.plugin.PluginResolutionException;
+ import org.apache.maven.plugin.version.PluginVersionResolutionException;
++import org.apache.maven.repository.RepositorySystem;
+ import org.codehaus.plexus.PlexusContainer;
+ import org.codehaus.plexus.classworlds.realm.ClassRealm;
+ import org.codehaus.plexus.component.annotations.Component;
+@@ -78,7 +78,7 @@
+ private ProjectRealmCache projectRealmCache;
+ 
+ @Requirement
+-private MavenRepositorySystem repositorySystem;
++private RepositorySystem repositorySystem;
+ 
+ @Requirement
+ private MavenPluginManager pluginManager;
+@@ -92,7 +92,7 @@
+ 
+ for ( Repository repository : pomRepositories )
+ {
+-internalRepositories.add( 
MavenRepositorySystem.buildArtifactRepository( repository ) );
++internalRepositories.add( 
repositorySystem.buildArtifactRepository( repository ) );
+ }
+ 
+ repositorySystem.injectMirror( request.getRepositorySession(), 
internalRepositories );

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 20:51:01 UTC (rev 492717)
+++ PKGBUILD2019-07-24 20:51:16 UTC (rev 492718)
@@ -1,54 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=maven
-pkgver=3.6.1
-pkgrel=1
-pkgdesc='Java project management and project comprehension tool'
-url='https://maven.apache.org'
-arch=('any')
-license=('APACHE')
-depends=('java-environment>=7' 'bash' 'procps-ng')
-makedepends=('maven' 'java-environment=8')
-backup=('opt/maven/conf/settings.xml')
-source=(https://www-eu.apache.org/dist/maven/maven-3/${pkgver}/source/apache-maven-${pkgver}-src.tar.gz{,.asc}
-maven.sh)
-# https://www.apache.org/dist/maven/KEYS
-validpgpkeys=(
-  '042B29E928995B9DB963C636C7CA19B7B620D787' # 
StephenConnolly
-  'AE9E53FC28FF2AB1012273D0BF1518E0160788A2' # Karl Heinz Marbaise (ASF Key) 

-)
-sha256sums=('025921fff6ba827a25413ffc08fb1933565eb1f07ee2d3f228911913ee4f3c3f'
-'SKIP'
-'17d9b8efa6a922907110026273443bcc8d83e061e14ac82cb5052b483acc9b76')
-
-build() {
-  cd apache-maven-${pkgver}
-
-  export PATH="/usr/lib/jvm/java-8-openjdk/bin:${PATH}"
-  mvn package \
--Dmaven.repo.local="${srcdir}/repo" \
--Dproject.build.sourceEncoding=UTF-8 -e
-}
-
-package() {
-  cd apache-maven-${pkgver}
-
-  install -Dm 755 ../maven.sh -t "${pkgdir}/etc/profile.d"
-  install -d "${pkgdir}/opt/maven"
-
-  # skip tests as they were already executed
-  export PATH="/usr/lib/jvm/java-8-openjdk/bin:${PATH}"
-  mvn install \
--Dmaven.repo.local="${srcdir}/repo" \
--Dproject.build.sourceEncoding=UTF-8 -e \
--DdistributionTargetDir="${pkgdir}/opt/maven" \
-  

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

2019-07-24 Thread Jerome Leclanche via arch-commits
Date: Wednesday, July 24, 2019 @ 18:59:04
  Author: jleclanche
Revision: 492716

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 18:58:55 UTC (rev 492715)
+++ PKGBUILD2019-07-24 18:59:04 UTC (rev 492716)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.9.8
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="https://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-install=xonsh.install
-sha256sums=("85bf43496bb20825912214fe85d9bad8fe9fbb90c5971402df723f487cc95680")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 492715, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 18:59:04 UTC (rev 492716)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.9
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+install=xonsh.install
+sha256sums=("a26d4bbd49b106b0c650dc8ebc5f4948900fe1e18204e1af2887a572af6fad44")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2019-07-24 18:58:55 UTC (rev 492715)
+++ xonsh.install   2019-07-24 18:59:04 UTC (rev 492716)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 492715, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2019-07-24 18:59:04 UTC (rev 492716)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


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

2019-07-24 Thread Jerome Leclanche via arch-commits
Date: Wednesday, July 24, 2019 @ 18:58:55
  Author: jleclanche
Revision: 492715

upgpkg: xonsh 0.9.9-1

Upstream release 0.9.9

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 18:35:24 UTC (rev 492714)
+++ PKGBUILD2019-07-24 18:58:55 UTC (rev 492715)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.8
+pkgver=0.9.9
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("85bf43496bb20825912214fe85d9bad8fe9fbb90c5971402df723f487cc95680")
+sha256sums=("a26d4bbd49b106b0c650dc8ebc5f4948900fe1e18204e1af2887a572af6fad44")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-07-24 Thread Andreas Radke via arch-commits
Date: Wednesday, July 24, 2019 @ 18:55:37
  Author: andyrtr
Revision: 358553

upgpkg: glu 9.0.1-1

upstream update 9.0.1

Modified:
  glu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 18:48:18 UTC (rev 358552)
+++ PKGBUILD2019-07-24 18:55:37 UTC (rev 358553)
@@ -2,15 +2,17 @@
 # Contributor: Laurent Carlier 
 
 pkgname=glu
-pkgver=9.0.0
-pkgrel=5
+pkgver=9.0.1
+pkgrel=1
 pkgdesc="Mesa OpenGL Utility library"
 arch=('x86_64')
 url="https://cgit.freedesktop.org/mesa/glu/;
 license=('LGPL')
 depends=('libgl')
-source=(https://mesa.freedesktop.org/archive/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha512sums=('ff920e3fbca739794e1432a92fdd8517aa732110fea71ed724185425042f83ce18e9866c16f95c6e10f6993f0814a90fac9636e2b3d8ca2084d1ac0a860f61c8')
+source=(https://mesa.freedesktop.org/archive/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('8a6dae5b4bd63efb96d15f23ccda4ad9c2ffaa964897e5fa63d1e58360d8d4e6732c5efd2109dba04155d5fc457ab1718a65cf9b544ce0d452679ba988d04018'
+'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in glu/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-07-24 Thread Andreas Radke via arch-commits
Date: Wednesday, July 24, 2019 @ 18:55:42
  Author: andyrtr
Revision: 358554

archrelease: copy trunk to testing-x86_64

Added:
  glu/repos/testing-x86_64/
  glu/repos/testing-x86_64/PKGBUILD
(from rev 358553, glu/trunk/PKGBUILD)

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

Copied: glu/repos/testing-x86_64/PKGBUILD (from rev 358553, glu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-24 18:55:42 UTC (rev 358554)
@@ -0,0 +1,31 @@
+# Maintainer: Andreas Radke 
+# Contributor: Laurent Carlier 
+
+pkgname=glu
+pkgver=9.0.1
+pkgrel=1
+pkgdesc="Mesa OpenGL Utility library"
+arch=('x86_64')
+url="https://cgit.freedesktop.org/mesa/glu/;
+license=('LGPL')
+depends=('libgl')
+source=(https://mesa.freedesktop.org/archive/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('8a6dae5b4bd63efb96d15f23ccda4ad9c2ffaa964897e5fa63d1e58360d8d4e6732c5efd2109dba04155d5fc457ab1718a65cf9b544ce0d452679ba988d04018'
+'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2019-07-24 Thread Andreas Radke via arch-commits
Date: Wednesday, July 24, 2019 @ 18:48:10
  Author: andyrtr
Revision: 358551

upgpkg: xterm 348-1

upstream update 348

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 18:08:36 UTC (rev 358550)
+++ PKGBUILD2019-07-24 18:48:10 UTC (rev 358551)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=347
+pkgver=348
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('400f73e1277ef96dfcb3885388525e6a13a3657a4032b83c1203e812b710b908'
+sha256sums=('8b1f5121dbf3690de9d85a3b9329e3357021705dd7c21da192e47542769275be'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
 


[arch-commits] Commit in xterm/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-07-24 Thread Andreas Radke via arch-commits
Date: Wednesday, July 24, 2019 @ 18:48:18
  Author: andyrtr
Revision: 358552

archrelease: copy trunk to testing-x86_64

Added:
  xterm/repos/testing-x86_64/
  xterm/repos/testing-x86_64/PKGBUILD
(from rev 358551, xterm/trunk/PKGBUILD)

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

Copied: xterm/repos/testing-x86_64/PKGBUILD (from rev 358551, 
xterm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-24 18:48:18 UTC (rev 358552)
@@ -0,0 +1,60 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=348
+pkgrel=1
+pkgdesc="X Terminal Emulator"
+arch=('x86_64')
+url="https://invisible-island.net/xterm/;
+license=('custom')
+depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
+source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha256sums=('8b1f5121dbf3690de9d85a3b9329e3357021705dd7c21da192e47542769275be'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --libdir=/etc \
+  --mandir=/usr/share/man \
+  --with-app-defaults=/usr/share/X11/app-defaults/ \
+  --with-x \
+  --disable-full-tgetent \
+  --disable-imake \
+  --enable-ansi-color \
+  --enable-88-color \
+  --enable-256-color \
+  --enable-broken-osc \
+  --enable-broken-st \
+  --enable-load-vt-fonts \
+  --enable-i18n \
+  --enable-wide-chars \
+  --enable-doublechars \
+  --enable-warnings \
+  --enable-tcap-query \
+  --enable-logging \
+  --enable-dabbrev \
+  --enable-freetype \
+  --enable-luit \
+  --enable-mini-luit \
+  --enable-narrowproto \
+  --enable-exec-xterm \
+  --enable-sixel-graphics \
+  --enable-regis-graphics \
+  --with-tty-group=tty \
+  --with-utempter
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  chmod 0755 "${pkgdir}/usr/bin/xterm"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m755 -d ${pkgdir}/usr/share/applications
+  install -m644 ${srcdir}/${pkgname}-${pkgver}/{xterm,uxterm}.desktop 
${pkgdir}/usr/share/applications/
+}


[arch-commits] Commit in netpbm/trunk (PKGBUILD netpbm-CAN-2005-2471.patch)

2019-07-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 24, 2019 @ 18:08:03
  Author: arojas
Revision: 358549

Update to 10.73.28

Modified:
  netpbm/trunk/PKGBUILD
  netpbm/trunk/netpbm-CAN-2005-2471.patch

+
 PKGBUILD   |   32 
 netpbm-CAN-2005-2471.patch |8 
 2 files changed, 20 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 17:13:22 UTC (rev 358548)
+++ PKGBUILD2019-07-24 18:08:03 UTC (rev 358549)
@@ -1,7 +1,7 @@
 # Maintainer: 
 
 pkgname=netpbm
-pkgver=10.73.22
+pkgver=10.73.28
 _rev=r3413
 pkgrel=1
 pkgdesc="A toolkit for manipulation of graphic images"
@@ -12,19 +12,19 @@
 makedepends=('python2' 'jbigkit' 'subversion')
 options=('!makeflags')
 # Get docs with: wget --recursive --relative -nH 
http://netpbm.sourceforge.net/doc/
-source=(svn://svn.code.sf.net/p/netpbm/code/stable#revision=$_rev
+source=(https://downloads.sourceforge.net/project/netpbm/super_stable/$pkgver/netpbm-$pkgver.tgz
 
https://sources.archlinux.org/other/packages/netpbm/netpbm-doc-31Jan2014.tar.xz{,.sig}
 netpbm-CAN-2005-2471.patch netpbm-security-code.patch 
netpbm-security-scripts.patch)
-sha1sums=('SKIP'
-  '25a58975bd8cd383238b4ae31f4405c60914faac'
-  'SKIP'
-  'b79cf9d42488fea065ba16262ed97694c47af08d'
-  '60088182b44ed2f10914413f7c95841a71a594fe'
-  'ca61aabdeb24a6421781ca975719ce7314be2bb9')
+sha256sums=('c0d32d4b9a53fde47dd9a36f45653e0ef51f6c390517f10b0c5056d1a8a844bd'
+'74bcf840ee643c6917330c382484010cb99c004a3fcf05391bebcac63815acb3'
+'SKIP'
+'991aba7897e0710687369b4e2edfba1397ecd77d62578eac496afbc47b5ca970'
+'d39951cf96db6b3f430edef6fddcab5ef082db49968f09eb1c3e891205bcdb5f'
+'2c397588d9cba2c40dee55c07713d5e77e0e04245db939fdc1962d7de4cf4a33')
 validpgpkeys=('5357F3B111688D88C1D88119FCF2CB179205AC90')
 
 prepare() {
-  cd stable
+  cd $pkgname-$pkgver
 
   patch -p1 < ../netpbm-CAN-2005-2471.patch
   patch -p1 < ../netpbm-security-code.patch
@@ -47,27 +47,27 @@
 }
 
 build() {
-  cd stable
+  cd $pkgname-$pkgver
   make
   # Generating useful man pages with html doc
-  make MAKEMAN="${srcdir}/stable/buildtools/makeman" USERGUIDE=. \
--C ../doc -f "${srcdir}/stable/buildtools/manpage.mk" manpages
+  make MAKEMAN="${srcdir}/$pkgname-$pkgver/buildtools/makeman" USERGUIDE=. \
+-C ../doc -f "${srcdir}/$pkgname-$pkgver/buildtools/manpage.mk" manpages
 }
 
 package() {
-  cd stable
+  cd $pkgname-$pkgver
   make pkgdir="${pkgdir}/usr" PKGMANDIR=share/man install-run install-dev
 
 # Removing dummy man pages
   rm "${pkgdir}"/usr/share/man/man{1,3,5}/*
 
-  make MAKEMAN="${srcdir}/stable/buildtools/makeman" 
MANDIR="${pkgdir}/usr/share/man" \
--C ../doc -f "${srcdir}/stable/buildtools/manpage.mk" installman
+  make MAKEMAN="${srcdir}/$pkgname-$pkgver/buildtools/makeman" 
MANDIR="${pkgdir}/usr/share/man" \
+-C ../doc -f "${srcdir}/$pkgname-$pkgver/buildtools/manpage.mk" installman
 
 # Replace obsolete utility
   echo -e '#!/bin/sh\npamditherbw $@ | pamtopnm\n' > 
"${pkgdir}/usr/bin/pgmtopbm"
 
 # Licensing.  Note that each program in the package has a separate license.
-  install -D -m644 "${srcdir}/stable/doc/copyright_summary" \
+  install -D -m644 "${srcdir}/$pkgname-$pkgver/doc/copyright_summary" \
 "${pkgdir}/usr/share/licenses/${pkgname}/copyright_summary.txt"
 }

Modified: netpbm-CAN-2005-2471.patch
===
--- netpbm-CAN-2005-2471.patch  2019-07-24 17:13:22 UTC (rev 358548)
+++ netpbm-CAN-2005-2471.patch  2019-07-24 18:08:03 UTC (rev 358549)
@@ -1,6 +1,6 @@
 --- netpbm-10.29/converter/other/pstopnm.c.CAN-2005-2471   2005-08-15 
02:39:46.0 +0200
 +++ netpbm-10.29/converter/other/pstopnm.c 2005-08-16 15:38:15.0 
+0200
-@@ -711,11 +711,11 @@
+@@ -818,11 +818,11 @@
 ghostscriptProg, arg0,
 deviceopt, outfileopt, gopt, ropt, textalphabitsopt,
 "-q", "-dNOPAUSE", 
@@ -8,9 +8,9 @@
 +   "-dPARANOIDSAFER", "-");
  }
  
- execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
--  "-dNOPAUSE", "-dSAFER", "-", NULL);
-+  "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
+ execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, 
+-textalphabitsopt, "-q", "-dNOPAUSE", "-dSAFER", "-", NULL);
++ textalphabitsopt, "-q", "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
  
  pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
   ghostscriptProg, errno, strerror(errno));


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:31:46
  Author: felixonmars
Revision: 492712

upgpkg: python-sqlalchemy 1.3.6-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 17:18:20 UTC (rev 492711)
+++ PKGBUILD2019-07-24 17:31:46 UTC (rev 492712)
@@ -4,7 +4,7 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 arch=('x86_64') # python2 package contain .so
 url="https://www.sqlalchemy.org/;
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
 
source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('29541a4181ec7b33a44c90522629c135f22d27b659f8e83a26b6ce2f0938708a5f930c62fc99dc03d4be5e2dca2ea174f3f89c71d8e6890460783685290b3da1'
+sha512sums=('6f77938f51f0e57b053f8f1bd2409bc934a21cb28c759b78ef40bdc6c13e8c1134d93bcc0b1fb9f40403665266e6fdcbd8c509b4e1d632c1056bdf5b64493d06'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in python-sqlalchemy/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:31:56
  Author: felixonmars
Revision: 492713

archrelease: copy trunk to community-x86_64

Added:
  python-sqlalchemy/repos/community-x86_64/PKGBUILD
(from rev 492712, python-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 17:31:46 UTC (rev 492712)
+++ PKGBUILD2019-07-24 17:31:56 UTC (rev 492713)
@@ -1,61 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Sébastien Luttringer 
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.3.5
-pkgrel=1
-arch=('x86_64') # python2 package contain .so
-url="https://www.sqlalchemy.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('29541a4181ec7b33a44c90522629c135f22d27b659f8e83a26b6ce2f0938708a5f930c62fc99dc03d4be5e2dca2ea174f3f89c71d8e6890460783685290b3da1'
-'SKIP')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py pytest
- 
-  cd "$srcdir"/SQLAlchemy2-$pkgver  
-  python2 setup.py pytest
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-x86_64/PKGBUILD (from rev 492712, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 17:31:56 UTC (rev 492713)
@@ -0,0 +1,61 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Sébastien Luttringer 
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=1.3.6
+pkgrel=1
+arch=('x86_64') # python2 package contain .so
+url="https://www.sqlalchemy.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+sha512sums=('6f77938f51f0e57b053f8f1bd2409bc934a21cb28c759b78ef40bdc6c13e8c1134d93bcc0b1fb9f40403665266e6fdcbd8c509b4e1d632c1056bdf5b64493d06'
+'SKIP')
+
+prepare() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+}
+
+build() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py pytest
+ 
+  cd "$srcdir"/SQLAlchemy2-$pkgver  
+  python2 setup.py pytest
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+  optdepends=('python2-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root="$pkgdir"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:18:20
  Author: felixonmars
Revision: 492711

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 17:18:10 UTC (rev 492710)
+++ PKGBUILD2019-07-24 17:18:20 UTC (rev 492711)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.7.1
-pkgrel=1
-pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
-arch=('any')
-url="http://www.crummy.com/software/BeautifulSoup/index.html;
-license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 
'python2-soupsieve')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
-sha512sums=('7aa77bc6008bbcbbbe91b0a850007ab237d2832b63a787fbd94b7cbf47d4276b185e0c61c134df73221406458edff2b75b6b8c2b53b543aa3bb1b0e2202dac5a')
-
-prepare() {
-  cp -a beautifulsoup4-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/beautifulsoup4-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/beautifulsoup4-$pkgver/build
-  py.test
-
-  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
-  py.test2
-}
-
-package_python-beautifulsoup4() {
-  depends=('python-soupsieve')
-  optdepends=('python-chardet: to autodetect character encodings'
-  'python-lxml: alternative HTML parser'
-  'python-html5lib: alternative HTML parser')
-
-  cd beautifulsoup4-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2-soupsieve')
-  optdepends=('python2-chardet: to autodetect character encodings'
-  'python2-lxml: alternative HTML parser'
-  'python2-html5lib: alternative HTML parser')
-
-  cd beautifulsoup4-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 492710, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 17:18:20 UTC (rev 492711)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
+pkgver=4.8.0
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="https://www.crummy.com/software/BeautifulSoup/index.html;
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 
'python2-soupsieve')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
+sha512sums=('00e157f8031dbb0e30e49158ca30f9e9207647dd3355edf23c2906b9d0c8b93250669edf5b20372e62546501a0cd2d7e87b793faf30bc122b5544f9358c1a4db')
+
+prepare() {
+  cp -a beautifulsoup4-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/beautifulsoup4-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beautifulsoup4-$pkgver/build
+  py.test
+
+  cd "$srcdir"/beautifulsoup4-$pkgver-py2/build
+  py.test2
+}
+
+package_python-beautifulsoup4() {
+  depends=('python-soupsieve')
+  optdepends=('python-chardet: to autodetect character encodings'
+  'python-lxml: alternative HTML parser'
+  'python-html5lib: alternative HTML parser')
+
+  cd beautifulsoup4-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2-soupsieve')
+  optdepends=('python2-chardet: to autodetect character encodings'
+  'python2-lxml: alternative HTML parser'
+  'python2-html5lib: alternative HTML parser')
+
+  cd beautifulsoup4-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:18:10
  Author: felixonmars
Revision: 492710

upgpkg: python-beautifulsoup4 4.8.0-1

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 17:13:36 UTC (rev 492709)
+++ PKGBUILD2019-07-24 17:18:10 UTC (rev 492710)
@@ -4,7 +4,7 @@
 
 pkgbase=python-beautifulsoup4
 pkgname=('python-beautifulsoup4' 'python2-beautifulsoup4')
-pkgver=4.7.1
+pkgver=4.8.0
 pkgrel=1
 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-soupsieve' 
'python2-soupsieve')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-$pkgver.tar.gz;)
-sha512sums=('7aa77bc6008bbcbbbe91b0a850007ab237d2832b63a787fbd94b7cbf47d4276b185e0c61c134df73221406458edff2b75b6b8c2b53b543aa3bb1b0e2202dac5a')
+sha512sums=('00e157f8031dbb0e30e49158ca30f9e9207647dd3355edf23c2906b9d0c8b93250669edf5b20372e62546501a0cd2d7e87b793faf30bc122b5544f9358c1a4db')
 
 prepare() {
   cp -a beautifulsoup4-$pkgver{,-py2}


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:13:22
  Author: felixonmars
Revision: 358548

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 17:13:12 UTC (rev 358547)
+++ PKGBUILD2019-07-24 17:13:22 UTC (rev 358548)
@@ -1,29 +0,0 @@
-# Maintainer:
-
-pkgname=perl-class-inspector
-pkgver=1.34
-pkgrel=2
-pkgdesc="Get information about a class and its structure"
-arch=('any')
-url="https://search.cpan.org/dist/Class-Inspector;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Class-Inspector-${pkgver}.tar.gz;)
-sha512sums=('c9f3f3dbc10c45811d0dffca3f31b9579200cd3b5288bb878bf97f38c4c153bb665632e5238ecce55bd3c515200c8d9500d5b1e461a9ea47e5ad011783323a80')
-
-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 358547, 
perl-class-inspector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 17:13:22 UTC (rev 358548)
@@ -0,0 +1,29 @@
+# Maintainer:
+
+pkgname=perl-class-inspector
+pkgver=1.36
+pkgrel=1
+pkgdesc="Get information about a class and its structure"
+arch=('any')
+url="https://search.cpan.org/dist/Class-Inspector;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Class-Inspector-${pkgver}.tar.gz;)
+sha512sums=('488fcdbc9d135ed81b0d5feb452997f35400b185341be69996438c278961eeb543648a629940765e779ca5cc87c5c3aa2c61a7fac12d2ecf6c599b68715a')
+
+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)

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:13:12
  Author: felixonmars
Revision: 358547

upgpkg: perl-class-inspector 1.36-1

Modified:
  perl-class-inspector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 17:07:15 UTC (rev 358546)
+++ PKGBUILD2019-07-24 17:13:12 UTC (rev 358547)
@@ -1,8 +1,8 @@
 # Maintainer:
 
 pkgname=perl-class-inspector
-pkgver=1.34
-pkgrel=2
+pkgver=1.36
+pkgrel=1
 pkgdesc="Get information about a class and its structure"
 arch=('any')
 url="https://search.cpan.org/dist/Class-Inspector;
@@ -10,7 +10,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Class-Inspector-${pkgver}.tar.gz;)
-sha512sums=('c9f3f3dbc10c45811d0dffca3f31b9579200cd3b5288bb878bf97f38c4c153bb665632e5238ecce55bd3c515200c8d9500d5b1e461a9ea47e5ad011783323a80')
+sha512sums=('488fcdbc9d135ed81b0d5feb452997f35400b185341be69996438c278961eeb543648a629940765e779ca5cc87c5c3aa2c61a7fac12d2ecf6c599b68715a')
 
 build() {
   cd Class-Inspector-${pkgver}


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:12:40
  Author: felixonmars
Revision: 492705

upgpkg: hledger-ui 1.14.2-50

rebuild with data-clist 0.1.2.3

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 17:11:18 UTC (rev 492704)
+++ PKGBUILD2019-07-24 17:12:40 UTC (rev 492705)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.14.2
-pkgrel=49
+pkgrel=50
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


[arch-commits] Commit in hledger-ui/repos (2 files)

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:12:49
  Author: felixonmars
Revision: 492706

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 492705, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 492705, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-24 17:12:49 UTC (rev 492706)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.14.2
+pkgrel=50
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-fsnotify'
+ 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec' 
'haskell-pretty-show'
+ 'haskell-safe' 'haskell-split' 'haskell-text-zipper' 'haskell-vector' 
'haskell-brick'
+ 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('3d47bda183ab0d4022dca579ec38b574a168d2a30c4a6ab4ac141e373d18f9ae2858f09a35bf818af98394ff66bf2b287fb828eb1dfd21da4457364bc4420b46')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+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 haskell-brick/repos (2 files)

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:11:18
  Author: felixonmars
Revision: 492704

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-brick/repos/community-staging-x86_64/
  haskell-brick/repos/community-staging-x86_64/PKGBUILD
(from rev 492703, haskell-brick/trunk/PKGBUILD)

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 492703, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-24 17:11:18 UTC (rev 492704)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.47.1
+pkgrel=4
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('44788f9384f773ae80d173e45373a71b1ddf11ad0a4f2e7f1d5c798b428b0df3ab43c97e4222d18139a53fb96a1e9cc54a893c1d48919365ffd408748bd96daa')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-demos
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_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
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:11:10
  Author: felixonmars
Revision: 492703

upgpkg: haskell-brick 0.47.1-4

rebuild with data-clist 0.1.2.3

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 17:09:41 UTC (rev 492702)
+++ PKGBUILD2019-07-24 17:11:10 UTC (rev 492703)
@@ -4,7 +4,7 @@
 _hkgname=brick
 pkgname=haskell-brick
 pkgver=0.47.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
 license=("BSD")


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:09:41
  Author: felixonmars
Revision: 492702

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 17:09:30 UTC (rev 492701)
+++ PKGBUILD2019-07-24 17:09:41 UTC (rev 492702)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pygithub
-pkgver=1.43.7
-pkgrel=1
-pkgdesc="Use the full Github API v3"
-arch=('any')
-license=('LGPL')
-url="https://github.com/PyGithub/PyGithub;
-depends=('python-pyjwt' 'python-requests' 'python-deprecated')
-makedepends=('python-setuptools')
-checkdepends=('python-cryptography' 'python-httpretty')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz;)
-sha512sums=('15d7c7ca6a505a259fe59c96db667a278179df7acfe794116f118bb18966c573cbdcd9276fe50b321fd759988810250a0268c2e8e330c1ef5a8bdcc3a50b6391')
-
-build() {
-  cd PyGithub-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd PyGithub-$pkgver
-  python -m lib2to3 -w -n tests
-  python setup.py test
-}
-
-package() {
-  cd PyGithub-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pygithub/repos/community-any/PKGBUILD (from rev 492701, 
python-pygithub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 17:09:41 UTC (rev 492702)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pygithub
+pkgver=1.43.8
+pkgrel=1
+pkgdesc="Use the full Github API v3"
+arch=('any')
+license=('LGPL')
+url="https://github.com/PyGithub/PyGithub;
+depends=('python-pyjwt' 'python-requests' 'python-deprecated')
+makedepends=('python-setuptools')
+checkdepends=('python-cryptography' 'python-httpretty')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz;)
+sha512sums=('dc58166ebb27f855ed4f32448029abe7e53b8050d8d99029d460f2dd94180ca8bcef68a75469293abd021f70cc3c67c32061e6439db1b3f1dc77af464c658bb6')
+
+build() {
+  cd PyGithub-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd PyGithub-$pkgver
+  python -m lib2to3 -w -n tests
+  python setup.py test
+}
+
+package() {
+  cd PyGithub-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:09:12
  Author: felixonmars
Revision: 492699

upgpkg: deepin-desktop-schemas 3.13.9-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 17:09:03 UTC (rev 492698)
+++ PKGBUILD2019-07-24 17:09:12 UTC (rev 492699)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=3.13.8
+pkgver=3.13.9
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -16,7 +16,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
 
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('092aa2930f8bb694658811168ec729d3a13e2af5c5937ff6f36ff5a5cfc553234f9c5c6209110dabb61a0410510d0d9e5a2c8c1089cd5ba20284f3374527b5f7'
+sha512sums=('a9a4c254657fd960a693c07de310a726acffaa873597df6a1a3538d566a23626408e5e514eef94a5d2b1abc359ea2e27cbf7c529e98e20ede885dd8789d9b320'
 
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
 
 prepare() {


[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:09:23
  Author: felixonmars
Revision: 492700

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 492699, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 17:09:12 UTC (rev 492699)
+++ PKGBUILD2019-07-24 17:09:23 UTC (rev 492700)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=3.13.8
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
-makedepends=('python')
-conflicts=('deepin-artwork-themes')
-replaces=('deepin-artwork-themes')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
-
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('092aa2930f8bb694658811168ec729d3a13e2af5c5937ff6f36ff5a5cfc553234f9c5c6209110dabb61a0410510d0d9e5a2c8c1089cd5ba20284f3374527b5f7'
-
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
-
-prepare() {
-  cd deepin-desktop-schemas-$pkgver
-  # disable swap-sched
-  patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
-}
-
-build() {
-  cd deepin-desktop-schemas-$pkgver
-  make ARCH=x86
-}
-
-check() {
-  cd deepin-desktop-schemas-$pkgver
-  make test
-}
-
-package() {
-  cd deepin-desktop-schemas-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 492699, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 17:09:23 UTC (rev 492700)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=3.13.9
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
+makedepends=('python')
+conflicts=('deepin-artwork-themes')
+replaces=('deepin-artwork-themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
+
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
+sha512sums=('a9a4c254657fd960a693c07de310a726acffaa873597df6a1a3538d566a23626408e5e514eef94a5d2b1abc359ea2e27cbf7c529e98e20ede885dd8789d9b320'
+
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
+
+prepare() {
+  cd deepin-desktop-schemas-$pkgver
+  # disable swap-sched
+  patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+  cd deepin-desktop-schemas-$pkgver
+  make ARCH=x86
+}
+
+check() {
+  cd deepin-desktop-schemas-$pkgver
+  make test
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in haskell-data-clist/repos (2 files)

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:09:03
  Author: felixonmars
Revision: 492698

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-clist/repos/community-staging-x86_64/
  haskell-data-clist/repos/community-staging-x86_64/PKGBUILD
(from rev 492697, haskell-data-clist/trunk/PKGBUILD)

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

Copied: haskell-data-clist/repos/community-staging-x86_64/PKGBUILD (from rev 
492697, haskell-data-clist/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-24 17:09:03 UTC (rev 492698)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-clist
+pkgname=haskell-data-clist
+pkgver=0.1.2.3
+pkgrel=1
+pkgdesc="Simple functional ring type."
+url="https://github.com/sw17ch/data-clist;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-quickcheck")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('efd547b36452f46943778059b5b7854932b9459faa3e196bae9571504ad4f4cb71f07c5b2f8d05faa1752147704008ac1091d391e341b6775534e250939e63c4')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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 $_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
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:09:30
  Author: felixonmars
Revision: 492701

upgpkg: python-pygithub 1.43.8-1

Modified:
  python-pygithub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 17:09:23 UTC (rev 492700)
+++ PKGBUILD2019-07-24 17:09:30 UTC (rev 492701)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pygithub
-pkgver=1.43.7
+pkgver=1.43.8
 pkgrel=1
 pkgdesc="Use the full Github API v3"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-cryptography' 'python-httpretty')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz;)
-sha512sums=('15d7c7ca6a505a259fe59c96db667a278179df7acfe794116f118bb18966c573cbdcd9276fe50b321fd759988810250a0268c2e8e330c1ef5a8bdcc3a50b6391')
+sha512sums=('dc58166ebb27f855ed4f32448029abe7e53b8050d8d99029d460f2dd94180ca8bcef68a75469293abd021f70cc3c67c32061e6439db1b3f1dc77af464c658bb6')
 
 build() {
   cd PyGithub-$pkgver


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:08:55
  Author: felixonmars
Revision: 492697

upgpkg: haskell-data-clist 0.1.2.3-1

rebuild with data-clist 0.1.2.3

Modified:
  haskell-data-clist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 17:07:35 UTC (rev 492696)
+++ PKGBUILD2019-07-24 17:08:55 UTC (rev 492697)
@@ -3,8 +3,8 @@
 
 _hkgname=data-clist
 pkgname=haskell-data-clist
-pkgver=0.1.2.2
-pkgrel=11
+pkgver=0.1.2.3
+pkgrel=1
 pkgdesc="Simple functional ring type."
 url="https://github.com/sw17ch/data-clist;
 license=("BSD")
@@ -12,13 +12,8 @@
 depends=('ghc-libs' "haskell-quickcheck")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('fe94838d19fa13daca258cf40b5df6303b55ed0ff70eccbef16cab22766028bdb9568547c85e3bf3ad95d858418887aae9d21e1873fb6fb8ac48c57310034ccb')
+sha512sums=('efd547b36452f46943778059b5b7854932b9459faa3e196bae9571504ad4f4cb71f07c5b2f8d05faa1752147704008ac1091d391e341b6775534e250939e63c4')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *2.13/<3/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:07:35
  Author: felixonmars
Revision: 492696

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 17:07:25 UTC (rev 492695)
+++ PKGBUILD2019-07-24 17:07:35 UTC (rev 492696)
@@ -1,63 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: David Campbell 
-# Contributor: Cilyan Olowen 
-
-pkgbase=python-paste
-pkgname=(python-paste python2-paste)
-pkgver=3.0.8
-pkgrel=1
-pkgdesc="Tools for using a Web Server Gateway Interface stack"
-arch=('any')
-url="http://pythonpaste.org/index.html;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-flup' 
'python2-flup'
-  'python2-openid')
-source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz;)
-sha512sums=('d811e9a69f6fdd9cd7c960bae45c889cfb9b761f66c84b045e26f8cea0fa499c5ec27510d2b639062ab75cb090a35a37930813ac1f42c59c0426f2e3231d9c96')
-
-prepare() {
-  cp -a Paste-${pkgver}{,-py2}
-
-  cd Paste-${pkgver}-py2
-  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
- -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  $(find . -name '*.py')
-}
-
-build() {
-  cd "$srcdir"/Paste-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Paste-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Paste-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/Paste-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-paste() {
-  depends=('python-six')
-  optdepends=('python-flup: WSGI utilities')
-
-  cd Paste-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python2-paste() {
-  depends=('python2-six')
-  optdepends=('python2-flup: WSGI utilities'
-  'python2-openid: Support for OpenID')
-
-  cd Paste-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-paste/repos/community-any/PKGBUILD (from rev 492695, 
python-paste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 17:07:35 UTC (rev 492696)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Contributor: David Campbell 
+# Contributor: Cilyan Olowen 
+
+pkgbase=python-paste
+pkgname=(python-paste python2-paste)
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Tools for using a Web Server Gateway Interface stack"
+arch=('any')
+url="http://pythonpaste.org/index.html;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-flup' 
'python2-flup'
+  'python2-openid')
+source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz;)
+sha512sums=('278922ea60be60bb89552f9ec9fb324e36b38b00c4283e4a2b38e4b77a977340fd83a2a35b69802fadaedfd74c5262592eb517b5e8ff7be05d9f9bd32c1b650e')
+
+prepare() {
+  cp -a Paste-${pkgver}{,-py2}
+
+  cd Paste-${pkgver}-py2
+  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+ -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  $(find . -name '*.py')
+}
+
+build() {
+  cd "$srcdir"/Paste-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Paste-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Paste-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/Paste-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-paste() {
+  depends=('python-six')
+  optdepends=('python-flup: WSGI utilities')
+
+  cd Paste-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python2-paste() {
+  depends=('python2-six')
+  optdepends=('python2-flup: WSGI utilities'
+  'python2-openid: Support for OpenID')
+
+  cd Paste-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:07:25
  Author: felixonmars
Revision: 492695

upgpkg: python-paste 3.1.0-1

Modified:
  python-paste/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 17:06:31 UTC (rev 492694)
+++ PKGBUILD2019-07-24 17:07:25 UTC (rev 492695)
@@ -4,7 +4,7 @@
 
 pkgbase=python-paste
 pkgname=(python-paste python2-paste)
-pkgver=3.0.8
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Tools for using a Web Server Gateway Interface stack"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-flup' 
'python2-flup'
   'python2-openid')
 
source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz;)
-sha512sums=('d811e9a69f6fdd9cd7c960bae45c889cfb9b761f66c84b045e26f8cea0fa499c5ec27510d2b639062ab75cb090a35a37930813ac1f42c59c0426f2e3231d9c96')
+sha512sums=('278922ea60be60bb89552f9ec9fb324e36b38b00c4283e4a2b38e4b77a977340fd83a2a35b69802fadaedfd74c5262592eb517b5e8ff7be05d9f9bd32c1b650e')
 
 prepare() {
   cp -a Paste-${pkgver}{,-py2}


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:07:06
  Author: felixonmars
Revision: 358545

upgpkg: python-mako 1.0.14-1

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 16:16:57 UTC (rev 358544)
+++ PKGBUILD2019-07-24 17:07:06 UTC (rev 358545)
@@ -2,7 +2,7 @@
 
 pkgbase=python-mako
 pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.13
+pkgver=1.0.14
 pkgrel=1
 pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
   'python-dogpile.cache' 'python2-dogpile.cache')
 source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('dc28ea717b9a6ad8e9466bb8d66a021a73a2d2047305d4c54cfeacc7f170c683f5b6329fedb83d4ec5262fb4252ea3caf121eb8ea3da6af9d375fcb7e6024846'
+sha512sums=('e9a4840f477d55ad6d3b8724f0326937c04aa9c8c578ec385c70f897419b13ffc234cc673a316de2fa8cd7060fc837cf12f2317658181f8d2eb7dd4ac88f'
 'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
 


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:07:15
  Author: felixonmars
Revision: 358546

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 17:07:06 UTC (rev 358545)
+++ PKGBUILD2019-07-24 17:07:15 UTC (rev 358546)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mako
-pkgname=('python-mako' 'python2-mako')
-pkgver=1.0.13
-pkgrel=1
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="https://www.makotemplates.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
- 'python-beaker' 'python2-beaker')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
-  'python-dogpile.cache' 'python2-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('dc28ea717b9a6ad8e9466bb8d66a021a73a2d2047305d4c54cfeacc7f170c683f5b6329fedb83d4ec5262fb4252ea3caf121eb8ea3da6af9d375fcb7e6024846'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cp -a Mako-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Mako-$pkgver
-  python setup.py ptr
-
-  cd "$srcdir"/Mako-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-mako() {
-  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-mako() {
-  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
-
-  cd Mako-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/mako-render{,2}
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 358545, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 17:07:15 UTC (rev 358546)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mako
+pkgname=('python-mako' 'python2-mako')
+pkgver=1.0.14
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="https://www.makotemplates.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe' 
'python2-markupsafe'
+ 'python-beaker' 'python2-beaker')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-babel' 'python2-babel' 'python-pygments' 
'python2-pygments'
+  'python-dogpile.cache' 'python2-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('e9a4840f477d55ad6d3b8724f0326937c04aa9c8c578ec385c70f897419b13ffc234cc673a316de2fa8cd7060fc837cf12f2317658181f8d2eb7dd4ac88f'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cp -a Mako-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Mako-$pkgver
+  python setup.py ptr
+
+  cd "$srcdir"/Mako-$pkgver-py2
+  python2 setup.py ptr
+}
+
+package_python-mako() {
+  depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mako() {
+  depends=('python2-markupsafe' 'python2-beaker' 'python2-setuptools')
+
+  cd Mako-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/mako-render{,2}
+}


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:06:31
  Author: felixonmars
Revision: 492694

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 17:06:21 UTC (rev 492693)
+++ PKGBUILD2019-07-24 17:06:31 UTC (rev 492694)
@@ -1,21 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=semver
-pkgver=6.2.0
-pkgrel=1
-pkgdesc='The semantic version parser used by npm.'
-arch=('any')
-url='https://github.com/npm/node-semver'
-license=('ISC')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('8dd142d55754193ff649c81b8a67fb152c7d8892d7a2a7e095217e8097ae356569884dfb3886dcd63cb047f189c85773de69e4cf6fe27742f427f72bd22cd1e4')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: semver/repos/community-any/PKGBUILD (from rev 492693, 
semver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 17:06:31 UTC (rev 492694)
@@ -0,0 +1,21 @@
+# Maintainer: Felix Yan 
+
+pkgname=semver
+pkgver=6.3.0
+pkgrel=1
+pkgdesc='The semantic version parser used by npm.'
+arch=('any')
+url='https://github.com/npm/node-semver'
+license=('ISC')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('6f7f5305a4d27d5eb206b6a953cf69e5f29e904da6fcdc270e870e56bb90152d7fbde320773b8f72738cdf833a0b0c56f231ff97111ae6b0680de530bb91c74f')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:06:21
  Author: felixonmars
Revision: 492693

upgpkg: semver 6.3.0-1

Modified:
  semver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 17:06:12 UTC (rev 492692)
+++ PKGBUILD2019-07-24 17:06:21 UTC (rev 492693)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=semver
-pkgver=6.2.0
+pkgver=6.3.0
 pkgrel=1
 pkgdesc='The semantic version parser used by npm.'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('8dd142d55754193ff649c81b8a67fb152c7d8892d7a2a7e095217e8097ae356569884dfb3886dcd63cb047f189c85773de69e4cf6fe27742f427f72bd22cd1e4')
+sha512sums=('6f7f5305a4d27d5eb206b6a953cf69e5f29e904da6fcdc270e870e56bb90152d7fbde320773b8f72738cdf833a0b0c56f231ff97111ae6b0680de530bb91c74f')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:06:02
  Author: felixonmars
Revision: 492691

upgpkg: python-pydoe2 1.2.1-1

Modified:
  python-pydoe2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 13:31:03 UTC (rev 492690)
+++ PKGBUILD2019-07-24 17:06:02 UTC (rev 492691)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pydoe2
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Design of experiments for Python"
 url="https://github.com/clicumu/pydoe2;
@@ -10,7 +10,7 @@
 depends=('python-numpy' 'python-scipy')
 makedepends=('python-setuptools')
 source=("https://pypi.io/packages/source/p/pyDOE2/pyDOE2-$pkgver.tar.gz;)
-sha512sums=('92343c35c6d39dca339b5359a613aca660117e4990c7e476083a243a0d18f828cd8f7150bfa5751432d252fc13cc21fc6312689ea59769b5767d671da44a7b83')
+sha512sums=('da730a1ac246a496c104085689e6e7cbf6f930aaf7a754ecf707ffb2379362ab225e1817eccaf6e43e2baf5a254085903f6be10fecf013ab67273b7415396148')
 
 build() {
   cd pyDOE2-$pkgver


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 17:06:12
  Author: felixonmars
Revision: 492692

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 17:06:02 UTC (rev 492691)
+++ PKGBUILD2019-07-24 17:06:12 UTC (rev 492692)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pydoe2
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Design of experiments for Python"
-url="https://github.com/clicumu/pydoe2;
-license=('BSD')
-arch=('any')
-depends=('python-numpy' 'python-scipy')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/p/pyDOE2/pyDOE2-$pkgver.tar.gz;)
-sha512sums=('92343c35c6d39dca339b5359a613aca660117e4990c7e476083a243a0d18f828cd8f7150bfa5751432d252fc13cc21fc6312689ea59769b5767d671da44a7b83')
-
-build() {
-  cd pyDOE2-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd pyDOE2-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pydoe2/repos/community-any/PKGBUILD (from rev 492691, 
python-pydoe2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 17:06:12 UTC (rev 492692)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pydoe2
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Design of experiments for Python"
+url="https://github.com/clicumu/pydoe2;
+license=('BSD')
+arch=('any')
+depends=('python-numpy' 'python-scipy')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/p/pyDOE2/pyDOE2-$pkgver.tar.gz;)
+sha512sums=('da730a1ac246a496c104085689e6e7cbf6f930aaf7a754ecf707ffb2379362ab225e1817eccaf6e43e2baf5a254085903f6be10fecf013ab67273b7415396148')
+
+build() {
+  cd pyDOE2-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pyDOE2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in lxc/repos/community-x86_64 (8 files)

2019-07-24 Thread Sergej Pupykin via arch-commits
Date: Wednesday, July 24, 2019 @ 13:30:47
  Author: spupykin
Revision: 492688

archrelease: copy trunk to community-x86_64

Added:
  lxc/repos/community-x86_64/PKGBUILD
(from rev 492687, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 492687, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 492687, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 492687, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

--+
 PKGBUILD |  166 ++---
 lxc-auto.service |   26 
 lxc.service  |   26 
 lxc.tmpfiles.d   |2 
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 13:30:31 UTC (rev 492687)
+++ PKGBUILD2019-07-24 13:30:47 UTC (rev 492688)
@@ -1,83 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="Linux Containers"
-arch=('x86_64')
-url="https://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
-makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor')
-optdepends=('dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-sha256sums=('4d8772c25baeaea2c37a954902b88c05d1454c91c887cb6a0997258cfac3fdc5'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"https://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\";|' \
-configure.ac
-  sed -i \
--e 's|\${prefix}/||g' \
-lxc.pc.in
-  sed -i \
--e 's|dirlen,|dirlen=0,|' \
-src/lxc/storage/overlay.c
-#  patch -p1 <"$srcdir"/71174d464fd3798a181d7768441f80f1952d93e9.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  bashcompdir=/usr/share/bash-completion/completions ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---enable-apparmor \
---enable-seccomp \
---enable-capabilities \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-pam \
---with-pamdir=/usr/lib/security
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 "$srcdir"/lxc.service 
"$pkgdir"/usr/lib/systemd/system/lxc@.service
-  install -D -m644 "$srcdir"/lxc-auto.service 
"$pkgdir"/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 "$srcdir"/lxc.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-x86_64/PKGBUILD (from rev 492687, 
lxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 13:30:47 UTC (rev 492688)
@@ -0,0 +1,83 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Zucchelli 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Liu 
+# Contributor: Jon Nordby 
+
+pkgname=lxc
+epoch=1
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Linux Containers"
+arch=('x86_64')
+url="https://linuxcontainers.org;
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
+makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor')
+optdepends=('dnsmasq: lxc-net.service'
+   'lua'
+   'lua-filesystem: lxc-top'
+   'lua-alt-getopt: lxc-top')
+license=('LGPL')
+options=('emptydirs')
+backup=('etc/lxc/default.conf'
+   'etc/default/lxc')

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

2019-07-24 Thread Sergej Pupykin via arch-commits
Date: Wednesday, July 24, 2019 @ 13:31:03
  Author: spupykin
Revision: 492690

archrelease: copy trunk to community-x86_64

Added:
  lxcfs/repos/community-x86_64/PKGBUILD
(from rev 492689, lxcfs/trunk/PKGBUILD)
  lxcfs/repos/community-x86_64/lxcfs.service
(from rev 492689, lxcfs/trunk/lxcfs.service)
Deleted:
  lxcfs/repos/community-x86_64/PKGBUILD
  lxcfs/repos/community-x86_64/lxcfs.service

---+
 PKGBUILD  |   68 
 lxcfs.service |   26 ++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 13:30:52 UTC (rev 492689)
+++ PKGBUILD2019-07-24 13:31:03 UTC (rev 492690)
@@ -1,34 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Brauner 
-
-pkgname=lxcfs
-pkgver=3.0.4
-pkgrel=1
-pkgdesc="FUSE filesystem for LXC"
-arch=(x86_64)
-url="https://linuxcontainers.org/;
-license=('GPL')
-depends=('lxc' 'libnih' 'fuse2' 'dbus-glib')
-makedepends=('help2man')
-options=('emptydirs')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
-   "lxcfs.service")
-sha256sums=('b5005d64aeafe3b60997e69868f999b1b5813bca865635988efb766d6f353719'
-'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-pamdir=/usr/lib/security \
---localstatedir=/var
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-install -dm0755 "$pkgdir"/var/lib/lxcfs
-install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
-}

Copied: lxcfs/repos/community-x86_64/PKGBUILD (from rev 492689, 
lxcfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 13:31:03 UTC (rev 492690)
@@ -0,0 +1,34 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Brauner 
+
+pkgname=lxcfs
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="FUSE filesystem for LXC"
+arch=(x86_64)
+url="https://linuxcontainers.org/;
+license=('GPL')
+depends=('lxc' 'libnih' 'fuse2' 'dbus-glib')
+makedepends=('help2man')
+options=('emptydirs')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
+   "lxcfs.service")
+sha256sums=('21f1042e8ada97474e364099b0fd1947d0a749c0dfb9a30327f4a9f99fdeeb17'
+'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-pamdir=/usr/lib/security \
+--localstatedir=/var
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+install -dm0755 "$pkgdir"/var/lib/lxcfs
+install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
+}

Deleted: lxcfs.service
===
--- lxcfs.service   2019-07-24 13:30:52 UTC (rev 492689)
+++ lxcfs.service   2019-07-24 13:31:03 UTC (rev 492690)
@@ -1,13 +0,0 @@
-[Unit]
-Description=FUSE filesystem for LXC
-ConditionVirtualization=!container
-Before=lxc.service
-
-[Service]
-ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
-KillMode=process
-Restart=on-failure
-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-
-[Install]
-WantedBy=multi-user.target

Copied: lxcfs/repos/community-x86_64/lxcfs.service (from rev 492689, 
lxcfs/trunk/lxcfs.service)
===
--- lxcfs.service   (rev 0)
+++ lxcfs.service   2019-07-24 13:31:03 UTC (rev 492690)
@@ -0,0 +1,13 @@
+[Unit]
+Description=FUSE filesystem for LXC
+ConditionVirtualization=!container
+Before=lxc.service
+
+[Service]
+ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
+KillMode=process
+Restart=on-failure
+ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
+
+[Install]
+WantedBy=multi-user.target


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

2019-07-24 Thread Sergej Pupykin via arch-commits
Date: Wednesday, July 24, 2019 @ 13:30:52
  Author: spupykin
Revision: 492689

upgpkg: lxcfs 3.1.1-1

Modified:
  lxcfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 13:30:47 UTC (rev 492688)
+++ PKGBUILD2019-07-24 13:30:52 UTC (rev 492689)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Brauner 
 
 pkgname=lxcfs
-pkgver=3.0.4
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="FUSE filesystem for LXC"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=('emptydirs')
 source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
"lxcfs.service")
-sha256sums=('b5005d64aeafe3b60997e69868f999b1b5813bca865635988efb766d6f353719'
+sha256sums=('21f1042e8ada97474e364099b0fd1947d0a749c0dfb9a30327f4a9f99fdeeb17'
 '3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
 
 build() {


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

2019-07-24 Thread Sergej Pupykin via arch-commits
Date: Wednesday, July 24, 2019 @ 13:30:31
  Author: spupykin
Revision: 492687

upgpkg: lxc 1:3.2.1-1

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 12:05:33 UTC (rev 492686)
+++ PKGBUILD2019-07-24 13:30:31 UTC (rev 492687)
@@ -6,8 +6,8 @@
 
 pkgname=lxc
 epoch=1
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc="Linux Containers"
 arch=('x86_64')
 url="https://linuxcontainers.org;
@@ -26,7 +26,7 @@
"lxc.tmpfiles.d"
"lxc.service"
"lxc-auto.service")
-sha256sums=('4d8772c25baeaea2c37a954902b88c05d1454c91c887cb6a0997258cfac3fdc5'
+sha256sums=('5f903986a4b17d607eea28c0aa56bf1e76e8707747b1aa07d31680338b1cc3d4'
 'SKIP'
 '10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
 '711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'


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

2019-07-24 Thread Jan Steffens via arch-commits
Date: Wednesday, July 24, 2019 @ 12:05:33
  Author: heftig
Revision: 358543

archrelease: copy trunk to testing-x86_64

Added:
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 358541, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/gio-querymodules.hook
(from rev 358541, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
(from rev 358541, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff
(from rev 358541, glib2/trunk/noisy-glib-compile-schemas.diff)

-+
 PKGBUILD|   75 ++
 gio-querymodules.hook   |   11 +
 glib-compile-schemas.hook   |   12 ++
 noisy-glib-compile-schemas.diff |   24 
 4 files changed, 122 insertions(+)

Copied: glib2/repos/testing-x86_64/PKGBUILD (from rev 358541, 
glib2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-24 12:05:33 UTC (rev 358543)
@@ -0,0 +1,75 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.60.6
+pkgrel=1
+pkgdesc="Low level core library"
+url="https://wiki.gnome.org/Projects/GLib;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(pcre libffi libutil-linux zlib)
+makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux 
meson dbus)
+checkdepends=(desktop-file-utils)
+optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, 
gtester-report'
+'libelf: gresource inspection tool')
+options=(!emptydirs)
+_commit=0a63daa96426715498b55318f68a67baee40c509  # tags/2.60.6^0
+source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
+noisy-glib-compile-schemas.diff
+glib-compile-schemas.hook gio-querymodules.hook)
+sha256sums=('SKIP'
+'81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
+'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
+'5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+
+  # Suppress noise from glib-compile-schemas.hook
+  patch -Np1 -i ../noisy-glib-compile-schemas.diff
+}
+
+build() {
+  CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
+  arch-meson glib build \
+-D selinux=disabled \
+-D man=true \
+-D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --no-suite flaky --print-errorlogs
+}
+
+package_glib2() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+
+  python -m compileall -d /usr/share/glib-2.0/codegen 
"$pkgdir/usr/share/glib-2.0/codegen"
+  python -O -m compileall -d /usr/share/glib-2.0/codegen 
"$pkgdir/usr/share/glib-2.0/codegen"
+
+  # Split docs
+  mv "$pkgdir/usr/share/gtk-doc" "$srcdir"
+}
+
+package_glib2-docs() {
+  pkgdesc="Documentation for GLib"
+  depends=()
+  optdepends=()
+  license+=(custom)
+
+  mkdir -p "$pkgdir/usr/share"
+  mv gtk-doc "$pkgdir/usr/share"
+
+  install -Dt "$pkgdir/usr/share/licenses/glib2-docs" -m644 
glib/docs/reference/COPYING
+}
+
+# vim:set sw=2 et:

Copied: glib2/repos/testing-x86_64/gio-querymodules.hook (from rev 358541, 
glib2/trunk/gio-querymodules.hook)
===
--- testing-x86_64/gio-querymodules.hook(rev 0)
+++ testing-x86_64/gio-querymodules.hook2019-07-24 12:05:33 UTC (rev 
358543)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gio/modules/*.so
+
+[Action]
+Description = Updating GIO module cache...
+When = PostTransaction
+Exec = /usr/bin/gio-querymodules /usr/lib/gio/modules

Copied: glib2/repos/testing-x86_64/glib-compile-schemas.hook (from rev 358541, 
glib2/trunk/glib-compile-schemas.hook)
===
--- testing-x86_64/glib-compile-schemas.hook(rev 0)
+++ testing-x86_64/glib-compile-schemas.hook2019-07-24 12:05:33 UTC (rev 
358543)
@@ -0,0 +1,12 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/glib-2.0/schemas/*.gschema.xml
+Target = usr/share/glib-2.0/schemas/*.gschema.override
+
+[Action]
+Description = Compiling GSettings XML schema files...
+When = PostTransaction
+Exec = /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas

Copied: glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff (from rev 
358541, glib2/trunk/noisy-glib-compile-schemas.diff)
===
--- testing-x86_64/noisy-glib-compile-schemas.diff  

[arch-commits] Commit in libphonenumber/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-07-24 Thread Jan Steffens via arch-commits
Date: Wednesday, July 24, 2019 @ 12:05:31
  Author: heftig
Revision: 358542

archrelease: copy trunk to extra-x86_64

Added:
  libphonenumber/repos/extra-x86_64/PKGBUILD
(from rev 358541, libphonenumber/trunk/PKGBUILD)
Deleted:
  libphonenumber/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 12:04:54 UTC (rev 358541)
+++ PKGBUILD2019-07-24 12:05:31 UTC (rev 358542)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libphonenumber
-pkgver=8.10.13
-pkgrel=1
-pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
-url="https://github.com/googlei18n/libphonenumber;
-arch=(x86_64)
-license=(Apache)
-depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest git 'java-environment>=9')
-_commit=ec543ddd5494b900060ce1537bca238b66d57965  # tags/v8.10.13^0
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
-  cmake -H$pkgname/cpp -Bbuild \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  cmake --build build
-}
-
-check() {
-  cmake --build build --target tests
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-}

Copied: libphonenumber/repos/extra-x86_64/PKGBUILD (from rev 358541, 
libphonenumber/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 12:05:31 UTC (rev 358542)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=8.10.15
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+url="https://github.com/googlei18n/libphonenumber;
+arch=(x86_64)
+license=(Apache)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git 'java-environment>=9')
+_commit=2ae18c163a5096eedce60c4b10ae3145e91c2297  # tags/v8.10.15^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
+  cmake -H$pkgname/cpp -Bbuild \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target tests
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


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

2019-07-24 Thread Jan Steffens via arch-commits
Date: Wednesday, July 24, 2019 @ 12:05:33
  Author: heftig
Revision: 492686

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-glib2/repos/multilib-testing-x86_64/
  lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 492685, lib32-glib2/trunk/PKGBUILD)
  lib32-glib2/repos/multilib-testing-x86_64/gio-querymodules-32.hook
(from rev 492685, lib32-glib2/trunk/gio-querymodules-32.hook)
  lib32-glib2/repos/multilib-testing-x86_64/multilib.diff
(from rev 492685, lib32-glib2/trunk/multilib.diff)

--+
 PKGBUILD |   60 +
 gio-querymodules-32.hook |   11 
 multilib.diff|   25 ++
 3 files changed, 96 insertions(+)

Copied: lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD (from rev 492685, 
lib32-glib2/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-07-24 12:05:33 UTC (rev 492686)
@@ -0,0 +1,60 @@
+# Contributor: Ionut Biru 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+pkgname=lib32-glib2
+pkgver=2.60.6
+pkgrel=1
+pkgdesc="Low level core library (32-bit)"
+url="https://wiki.gnome.org/Projects/GLib;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(lib32-pcre lib32-libffi lib32-util-linux lib32-zlib glib2)
+makedepends=(gettext gtk-doc shared-mime-info python lib32-libelf git 
util-linux meson lib32-dbus)
+checkdepends=(desktop-file-utils lib32-glib2)
+options=(!emptydirs)
+_commit=0a63daa96426715498b55318f68a67baee40c509  # tags/2.60.6^0
+source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
+multilib.diff
+gio-querymodules-32.hook)
+sha256sums=('SKIP'
+'a0292252363f32324d03486fee0b84a79781bdcb51ad913a2bf37530d74c3b24'
+'73b6791b58180e2a02fe908938e6c547ee1b263f8c387262f9a8c4105ffa999a')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+  patch -Np1 -i ../multilib.diff
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
+  arch-meson glib build \
+-D selinux=disabled \
+--libdir=/usr/lib32
+  ninja -C build
+}
+
+check() {
+  meson test -C build --no-suite flaky --no-suite slow --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  rm -r "$pkgdir"/usr/{share,include}
+  find "$pkgdir/usr/bin" -type f -not -name gio-querymodules -printf 'Removing 
%P\n' -delete
+  mv "$pkgdir"/usr/bin/gio-querymodules{,-32}
+
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
+}
+
+# vim:set sw=2 et:

Copied: lib32-glib2/repos/multilib-testing-x86_64/gio-querymodules-32.hook 
(from rev 492685, lib32-glib2/trunk/gio-querymodules-32.hook)
===
--- multilib-testing-x86_64/gio-querymodules-32.hook
(rev 0)
+++ multilib-testing-x86_64/gio-querymodules-32.hook2019-07-24 12:05:33 UTC 
(rev 492686)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib32/gio/modules/*.so
+
+[Action]
+Description = Updating 32-bit GIO module cache...
+When = PostTransaction
+Exec = /usr/bin/gio-querymodules-32 /usr/lib32/gio/modules

Copied: lib32-glib2/repos/multilib-testing-x86_64/multilib.diff (from rev 
492685, lib32-glib2/trunk/multilib.diff)
===
--- multilib-testing-x86_64/multilib.diff   (rev 0)
+++ multilib-testing-x86_64/multilib.diff   2019-07-24 12:05:33 UTC (rev 
492686)
@@ -0,0 +1,25 @@
+diff --git i/gio/tests/meson.build w/gio/tests/meson.build
+index 65f43e267..3bd66bf60 100644
+--- i/gio/tests/meson.build
 w/gio/tests/meson.build
+@@ -598,6 +598,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
+  '-r',
+  '-b','binary',
+  '@INPUT@',
++ '--oformat', 'elf32-i386',
+  '-o','@OUTPUT@'])
+ 
+ # Rename symbol to match the one in the C file
+diff --git i/glib/tests/meson.build w/glib/tests/meson.build
+index d54fc41fa..ad5511ca5 100644
+--- i/glib/tests/meson.build
 w/glib/tests/meson.build
+@@ -92,7 +92,7 @@ glib_tests = {
+   'test-printf' : {},
+   'thread' : {},
+   'timeout' : {},
+-  'timer' : {},
++  'timer' : {'suite': ['flaky']},
+   'tree' : {},
+   'utf8-performance' : {},
+   'utf8-pointer' : {},


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

2019-07-24 Thread Jan Steffens via arch-commits
Date: Wednesday, July 24, 2019 @ 12:04:40
  Author: heftig
Revision: 358540

8.10.15-1

Modified:
  libphonenumber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 06:17:15 UTC (rev 358539)
+++ PKGBUILD2019-07-24 12:04:40 UTC (rev 358540)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libphonenumber
-pkgver=8.10.13
+pkgver=8.10.15
 pkgrel=1
 pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
 url="https://github.com/googlei18n/libphonenumber;
@@ -9,7 +9,7 @@
 license=(Apache)
 depends=(icu protobuf boost-libs)
 makedepends=(boost cmake gtest git 'java-environment>=9')
-_commit=ec543ddd5494b900060ce1537bca238b66d57965  # tags/v8.10.13^0
+_commit=2ae18c163a5096eedce60c4b10ae3145e91c2297  # tags/v8.10.15^0
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2019-07-24 Thread Jan Steffens via arch-commits
Date: Wednesday, July 24, 2019 @ 12:04:54
  Author: heftig
Revision: 358541

2.60.6-1

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 12:04:40 UTC (rev 358540)
+++ PKGBUILD2019-07-24 12:04:54 UTC (rev 358541)
@@ -3,7 +3,7 @@
 
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
-pkgver=2.60.5
+pkgver=2.60.6
 pkgrel=1
 pkgdesc="Low level core library"
 url="https://wiki.gnome.org/Projects/GLib;
@@ -15,7 +15,7 @@
 optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, 
gtester-report'
 'libelf: gresource inspection tool')
 options=(!emptydirs)
-_commit=cffe8efd0a367cb08c651533ee07e049f3765edc  # tags/2.60.5^0
+_commit=0a63daa96426715498b55318f68a67baee40c509  # tags/2.60.6^0
 source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
 noisy-glib-compile-schemas.diff
 glib-compile-schemas.hook gio-querymodules.hook)


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

2019-07-24 Thread Jan Steffens via arch-commits
Date: Wednesday, July 24, 2019 @ 12:04:56
  Author: heftig
Revision: 492685

2.60.6-1

Modified:
  lib32-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 10:45:55 UTC (rev 492684)
+++ PKGBUILD2019-07-24 12:04:56 UTC (rev 492685)
@@ -3,7 +3,7 @@
 # Contributor: Mikko Seppälä 
 
 pkgname=lib32-glib2
-pkgver=2.60.5
+pkgver=2.60.6
 pkgrel=1
 pkgdesc="Low level core library (32-bit)"
 url="https://wiki.gnome.org/Projects/GLib;
@@ -13,7 +13,7 @@
 makedepends=(gettext gtk-doc shared-mime-info python lib32-libelf git 
util-linux meson lib32-dbus)
 checkdepends=(desktop-file-utils lib32-glib2)
 options=(!emptydirs)
-_commit=cffe8efd0a367cb08c651533ee07e049f3765edc  # tags/2.60.5^0
+_commit=0a63daa96426715498b55318f68a67baee40c509  # tags/2.60.6^0
 source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
 multilib.diff
 gio-querymodules-32.hook)


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 10:45:55
  Author: felixonmars
Revision: 492684

archrelease: copy trunk to community-testing-x86_64

Added:
  nodejs/repos/community-testing-x86_64/PKGBUILD
(from rev 492683, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-testing-x86_64/rebuild.list
(from rev 492683, nodejs/trunk/rebuild.list)
Deleted:
  nodejs/repos/community-testing-x86_64/PKGBUILD
  nodejs/repos/community-testing-x86_64/rebuild.list

--+
 PKGBUILD |  144 -
 rebuild.list |4 -
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 10:45:21 UTC (rev 492683)
+++ PKGBUILD2019-07-24 10:45:55 UTC (rev 492684)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=12.6.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('31edba94017206c9ac26d6c89871ccb1d62d9b5ff1aae278dfd167ae23eb5b4059ccb80b0dedf5deb71abeee2a65e0e74d089454070869426ebd3d67f7f2aba5')
-
-prepare() {
-  cd node-$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-cares \
---shared-nghttp2
-# --shared-v8
-# --shared-http-parser
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  # Expected failure: https://github.com/nodejs/node/issues/11627
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-testing-x86_64/PKGBUILD (from rev 492683, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 10:45:55 UTC (rev 492684)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=12.7.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
+sha512sums=('31cd5e46c4a6a9709aab28a4f87ce4bc642b874ba91e3101c4e3b488eb967cece90d030b31500ee2e1e633e09f0e753feef7b33c8fa2478d26ea35acc6a0c026')
+
+prepare() {
+  cd node-$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-cares \
+--shared-nghttp2
+# --shared-v8
+# --shared-http-parser
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+

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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 10:45:21
  Author: felixonmars
Revision: 492683

upgpkg: nodejs 12.7.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 08:43:48 UTC (rev 492682)
+++ PKGBUILD2019-07-24 10:45:21 UTC (rev 492683)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=12.6.0
+pkgver=12.7.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('31edba94017206c9ac26d6c89871ccb1d62d9b5ff1aae278dfd167ae23eb5b4059ccb80b0dedf5deb71abeee2a65e0e74d089454070869426ebd3d67f7f2aba5')
+sha512sums=('31cd5e46c4a6a9709aab28a4f87ce4bc642b874ba91e3101c4e3b488eb967cece90d030b31500ee2e1e633e09f0e753feef7b33c8fa2478d26ea35acc6a0c026')
 
 prepare() {
   cd node-$pkgver


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

2019-07-24 Thread David Runge via arch-commits
Date: Wednesday, July 24, 2019 @ 08:43:43
  Author: dvzrv
Revision: 492681

upgpkg: qtractor 0.9.9-1

Upgrading to 0.9.9.

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 07:19:26 UTC (rev 492680)
+++ PKGBUILD2019-07-24 08:43:43 UTC (rev 492681)
@@ -4,8 +4,8 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.9.9
+pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('x86_64')
 url="http://qtractor.org/;
@@ -15,7 +15,7 @@
 'qt5-x11extras' 'rubberband' 'suil')
 makedepends=('qt5-tools' 'ladspa' 'dssi')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('93e1e6e4b587731e24f39b8d51a3a2afd91cedd892713bd4b6b221a56f0a94605eddb7d14c549b509b6241a81afdcd576353fc6c1aea4377cf3d53779cb706da')
+sha512sums=('151a3a92cfb98b9c9b19d18730109bce83744d4c24d3ca200f53a04938cbab1f33dd8080d3faae47b5026ee750a74f64a5a046b0967278e848f424ff962a')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in qtractor/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-24 Thread David Runge via arch-commits
Date: Wednesday, July 24, 2019 @ 08:43:48
  Author: dvzrv
Revision: 492682

archrelease: copy trunk to community-x86_64

Added:
  qtractor/repos/community-x86_64/PKGBUILD
(from rev 492681, qtractor/trunk/PKGBUILD)
Deleted:
  qtractor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 08:43:43 UTC (rev 492681)
+++ PKGBUILD2019-07-24 08:43:48 UTC (rev 492682)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.9.8
-pkgrel=2
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('x86_64')
-url="http://qtractor.org/;
-license=('GPL')
-groups=('pro-audio')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'liblo' 'libmad' 'lilv'
-'qt5-x11extras' 'rubberband' 'suil')
-makedepends=('qt5-tools' 'ladspa' 'dssi')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('93e1e6e4b587731e24f39b8d51a3a2afd91cedd892713bd4b6b221a56f0a94605eddb7d14c549b509b6241a81afdcd576353fc6c1aea4377cf3d53779cb706da')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,README,README.VST,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-x86_64/PKGBUILD (from rev 492681, 
qtractor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 08:43:48 UTC (rev 492682)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.9.9
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('x86_64')
+url="http://qtractor.org/;
+license=('GPL')
+groups=('pro-audio')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'liblo' 'libmad' 'lilv'
+'qt5-x11extras' 'rubberband' 'suil')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('151a3a92cfb98b9c9b19d18730109bce83744d4c24d3ca200f53a04938cbab1f33dd8080d3faae47b5026ee750a74f64a5a046b0967278e848f424ff962a')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,README,README.VST,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 07:19:26
  Author: felixonmars
Revision: 492680

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 07:19:16 UTC (rev 492679)
+++ PKGBUILD2019-07-24 07:19:26 UTC (rev 492680)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=6.10.1
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'node-gyp' 'semver')
-makedepends=('procps-ng' 'marked-man')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
-sha512sums=('0d94bc51fc596cafb30ee61090f54e59d32322465d11c4ec8539126683d30b33dfa186e830bce75b3111bd217cfb9d46718c5e407882430b2d19fb7a31b78791')
-
-prepare() {
-  cd cli-$pkgver
-  mkdir -p node_modules/.bin
-  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
-
-  mkdir -p man/man1
-}
-
-build() {
-  cd cli-$pkgver
-  make
-}
-
-package() {
-  cd cli-$pkgver
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # Experimental dedup
-  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
-  rm -r "$_npmdir"/node_modules/{,.bin/}semver
-  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
-  sed -i '/node-gyp.js/c\  exec /usr/bin/node-gyp "$@"' \
-"$_npmdir"/node_modules/npm-lifecycle/node-gyp-bin/node-gyp \
-"$_npmdir"/bin/node-gyp-bin/node-gyp
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  node "$srcdir"/cli-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm
-
-  install -Dm644 "$srcdir"/cli-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 492679, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 07:19:26 UTC (rev 492680)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=6.10.2
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'node-gyp' 'semver')
+makedepends=('procps-ng' 'marked-man')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
+sha512sums=('b509046bb119ea431538d529bf19f970b5331e2950a5af0d2f7b5296274cd6fa734d6f8c0b3bef992082779d6476442e062b63a89216c858b9f060fc1a5c32ea')
+
+prepare() {
+  cd cli-$pkgver
+  mkdir -p node_modules/.bin
+  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
+
+  mkdir -p man/man1
+}
+
+build() {
+  cd cli-$pkgver
+  make
+}
+
+package() {
+  cd cli-$pkgver
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # Experimental dedup
+  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
+  rm -r "$_npmdir"/node_modules/{,.bin/}semver
+  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
+  sed -i '/node-gyp.js/c\  exec /usr/bin/node-gyp "$@"' \
+"$_npmdir"/node_modules/npm-lifecycle/node-gyp-bin/node-gyp \
+"$_npmdir"/bin/node-gyp-bin/node-gyp
+
+  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
+  node "$srcdir"/cli-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm
+
+  install -Dm644 "$srcdir"/cli-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 07:19:16
  Author: felixonmars
Revision: 492679

upgpkg: npm 6.10.2-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 07:18:25 UTC (rev 492678)
+++ PKGBUILD2019-07-24 07:19:16 UTC (rev 492679)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=6.10.1
+pkgver=6.10.2
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('procps-ng' 'marked-man')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
-sha512sums=('0d94bc51fc596cafb30ee61090f54e59d32322465d11c4ec8539126683d30b33dfa186e830bce75b3111bd217cfb9d46718c5e407882430b2d19fb7a31b78791')
+sha512sums=('b509046bb119ea431538d529bf19f970b5331e2950a5af0d2f7b5296274cd6fa734d6f8c0b3bef992082779d6476442e062b63a89216c858b9f060fc1a5c32ea')
 
 prepare() {
   cd cli-$pkgver


[arch-commits] Commit in pony-stable/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 07:18:25
  Author: felixonmars
Revision: 492678

archrelease: copy trunk to community-x86_64

Added:
  pony-stable/repos/community-x86_64/PKGBUILD
(from rev 492677, pony-stable/trunk/PKGBUILD)
Deleted:
  pony-stable/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 07:18:14 UTC (rev 492677)
+++ PKGBUILD2019-07-24 07:18:25 UTC (rev 492678)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Xavier Francisco 
-
-pkgname=pony-stable
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="A simple dependency manager for the Pony language."
-arch=('x86_64')
-url="https://github.com/ponylang/pony-stable;
-license=('BSD')
-depends=('ponyc')
-source=("pony-stable-$pkgver.tar.gz::https://github.com/ponylang/pony-stable/archive/$pkgver.tar.gz;)
-sha512sums=('72e7cfaab90f54e18adcb4e6d2d2a752ddab9b10cfa017d0e751183165e5de94b547cc5bcae7ff2268fe594e8901cb42ce50a86b9fed706ea0441efd3080f72b')
-
-build() {
-  cd pony-stable-$pkgver
-  make
-}
-
-check() {
-  cd pony-stable-$pkgver
-  make test
-}
-
-package() {
-  cd pony-stable-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: pony-stable/repos/community-x86_64/PKGBUILD (from rev 492677, 
pony-stable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 07:18:25 UTC (rev 492678)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: Xavier Francisco 
+
+pkgname=pony-stable
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="A simple dependency manager for the Pony language."
+arch=('x86_64')
+url="https://github.com/ponylang/pony-stable;
+license=('BSD')
+depends=('ponyc')
+source=("pony-stable-$pkgver.tar.gz::https://github.com/ponylang/pony-stable/archive/$pkgver.tar.gz;)
+sha512sums=('280d947ae04d26796d0bf0016925005b8f22dd4dd179f864ed34759f5f1f229c73870c7b3fcbb8d6a8411076af76d13d0321abc865d37d7cd2558aaf5c3b1e55')
+
+build() {
+  cd pony-stable-$pkgver
+  make
+}
+
+check() {
+  cd pony-stable-$pkgver
+  make test
+}
+
+package() {
+  cd pony-stable-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr install
+}


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 07:18:14
  Author: felixonmars
Revision: 492677

upgpkg: pony-stable 0.2.1-1

Modified:
  pony-stable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 07:16:16 UTC (rev 492676)
+++ PKGBUILD2019-07-24 07:18:14 UTC (rev 492677)
@@ -2,7 +2,7 @@
 # Contributor: Xavier Francisco 
 
 pkgname=pony-stable
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc="A simple dependency manager for the Pony language."
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('ponyc')
 
source=("pony-stable-$pkgver.tar.gz::https://github.com/ponylang/pony-stable/archive/$pkgver.tar.gz;)
-sha512sums=('72e7cfaab90f54e18adcb4e6d2d2a752ddab9b10cfa017d0e751183165e5de94b547cc5bcae7ff2268fe594e8901cb42ce50a86b9fed706ea0441efd3080f72b')
+sha512sums=('280d947ae04d26796d0bf0016925005b8f22dd4dd179f864ed34759f5f1f229c73870c7b3fcbb8d6a8411076af76d13d0321abc865d37d7cd2558aaf5c3b1e55')
 
 build() {
   cd pony-stable-$pkgver


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 07:16:16
  Author: felixonmars
Revision: 492676

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-24 07:15:35 UTC (rev 492675)
+++ PKGBUILD2019-07-24 07:16:16 UTC (rev 492676)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-execnet
-pkgname=('python-execnet' 'python2-execnet')
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Rapid multi-Python deployment"
-arch=('any')
-license=('MIT')
-url="http://codespeak.net/execnet;
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-apipkg' 
'python2-apipkg')
-checkdepends=('python-pytest-timeout' 'python2-pytest-timeout' 'procps-ng' 
'openssh' 'pypy')
-source=("https://pypi.io/packages/source/e/execnet/execnet-$pkgver.tar.gz;)
-sha512sums=('0ac4e7cca95687aa318d696d91ec937b77dd305197b9a73b759fcaae6436eaa16f616aa8492a68de23d9b3aa80622a9924dece97d5afb78b35a9c43f1b6e3932')
-
-prepare() {
-  cp -a execnet-${pkgver}{,-py2}
-}
-
-build() {
-  cd "$srcdir/execnet-${pkgver}"
-  python setup.py build
-
-  cd "$srcdir/execnet-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/execnet-${pkgver}"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test testing
-
-  cd "$srcdir/execnet-${pkgver}-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2 testing
-}
-
-package_python-execnet() {
-  depends=('python-apipkg')
-
-  cd execnet-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-execnet() {
-  depends=('python2-apipkg')
-
-  cd execnet-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-execnet/repos/community-any/PKGBUILD (from rev 492675, 
python-execnet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-24 07:16:16 UTC (rev 492676)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-execnet
+pkgname=('python-execnet' 'python2-execnet')
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Rapid multi-Python deployment"
+arch=('any')
+license=('MIT')
+url="https://codespeak.net/execnet;
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-apipkg' 
'python2-apipkg')
+checkdepends=('python-pytest-timeout' 'python2-pytest-timeout' 'procps-ng' 
'openssh' 'pypy')
+source=("https://pypi.io/packages/source/e/execnet/execnet-$pkgver.tar.gz;)
+sha512sums=('29119a949961baba1a84c4c245964bbd83fa585d38ef958e61f548be5d8ed9282c123f1b1ebd8be03a01a51a007664e1285489d06ca878837e3d75e2dbc4e03d')
+
+prepare() {
+  cp -a execnet-${pkgver}{,-py2}
+}
+
+build() {
+  cd "$srcdir/execnet-${pkgver}"
+  python setup.py build
+
+  cd "$srcdir/execnet-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/execnet-${pkgver}"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test testing
+
+  cd "$srcdir/execnet-${pkgver}-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2 testing
+}
+
+package_python-execnet() {
+  depends=('python-apipkg')
+
+  cd execnet-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-execnet() {
+  depends=('python2-apipkg')
+
+  cd execnet-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 24, 2019 @ 07:15:35
  Author: felixonmars
Revision: 492675

upgpkg: python-execnet 1.6.1-1

Modified:
  python-execnet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 06:22:03 UTC (rev 492674)
+++ PKGBUILD2019-07-24 07:15:35 UTC (rev 492675)
@@ -2,7 +2,7 @@
 
 pkgbase=python-execnet
 pkgname=('python-execnet' 'python2-execnet')
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="Rapid multi-Python deployment"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-apipkg' 
'python2-apipkg')
 checkdepends=('python-pytest-timeout' 'python2-pytest-timeout' 'procps-ng' 
'openssh' 'pypy')
 source=("https://pypi.io/packages/source/e/execnet/execnet-$pkgver.tar.gz;)
-sha512sums=('0ac4e7cca95687aa318d696d91ec937b77dd305197b9a73b759fcaae6436eaa16f616aa8492a68de23d9b3aa80622a9924dece97d5afb78b35a9c43f1b6e3932')
+sha512sums=('29119a949961baba1a84c4c245964bbd83fa585d38ef958e61f548be5d8ed9282c123f1b1ebd8be03a01a51a007664e1285489d06ca878837e3d75e2dbc4e03d')
 
 prepare() {
   cp -a execnet-${pkgver}{,-py2}


  1   2   >