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

2018-10-27 Thread Rémy Oudompheng via arch-commits
Date: Sunday, October 28, 2018 @ 06:54:06
  Author: remy
Revision: 337406

upgpkg: perl-business-issn 1.003-1

Upstream update, license changed to Artistic2.0

Modified:
  perl-business-issn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 23:35:30 UTC (rev 337405)
+++ PKGBUILD2018-10-28 06:54:06 UTC (rev 337406)
@@ -4,18 +4,18 @@
 
 pkgname='perl-business-issn'
 _dist=Business-ISSN
-pkgver=1.002
-pkgrel=4
+pkgver=1.003
+pkgrel=1
 pkgdesc="Perl package to work with International Standard Serial Numbers"
 arch=('any')
 url="https://metacpan.org/release/${_dist}";
-license=('PerlArtistic' 'GPL')
+license=('Artistic2.0')
 depends=('perl')
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 url='http://search.cpan.org/dist/Business-ISSN'
 
source=(http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/${_dist}-${pkgver}.tar.gz)
-sha256sums=('cb889cae7f2461bb35c3294eaeceb4ee39011974faf7d4dd4effe2c5cc38e5e1')
+sha256sums=('1272456c19937a24bc5f9a0db9dc447043591137719ee4dc955a63be544b99d1')
 
 build() {
 cd "${srcdir}/${_dist}-${pkgver}"


[arch-commits] Commit in perl-business-issn/repos/extra-any (PKGBUILD PKGBUILD)

2018-10-27 Thread Rémy Oudompheng via arch-commits
Date: Sunday, October 28, 2018 @ 06:54:08
  Author: remy
Revision: 337407

archrelease: copy trunk to extra-any

Added:
  perl-business-issn/repos/extra-any/PKGBUILD
(from rev 337406, perl-business-issn/trunk/PKGBUILD)
Deleted:
  perl-business-issn/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 06:54:06 UTC (rev 337406)
+++ PKGBUILD2018-10-28 06:54:08 UTC (rev 337407)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: John D Jones III 

-# Generator  : CPANPLUS::Dist::Arch 1.25
-
-pkgname='perl-business-issn'
-_dist=Business-ISSN
-pkgver=1.002
-pkgrel=4
-pkgdesc="Perl package to work with International Standard Serial Numbers"
-arch=('any')
-url="https://metacpan.org/release/${_dist}";
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-url='http://search.cpan.org/dist/Business-ISSN'
-source=(http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/${_dist}-${pkgver}.tar.gz)
-sha256sums=('cb889cae7f2461bb35c3294eaeceb4ee39011974faf7d4dd4effe2c5cc38e5e1')
-
-build() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1
-make test
-}
-
-package() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-business-issn/repos/extra-any/PKGBUILD (from rev 337406, 
perl-business-issn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 06:54:08 UTC (rev 337407)
@@ -0,0 +1,39 @@
+# Maintainer: Rémy Oudompheng 
+# Contributor: John D Jones III 

+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-business-issn'
+_dist=Business-ISSN
+pkgver=1.003
+pkgrel=1
+pkgdesc="Perl package to work with International Standard Serial Numbers"
+arch=('any')
+url="https://metacpan.org/release/${_dist}";
+license=('Artistic2.0')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+url='http://search.cpan.org/dist/Business-ISSN'
+source=(http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/${_dist}-${pkgver}.tar.gz)
+sha256sums=('1272456c19937a24bc5f9a0db9dc447043591137719ee4dc955a63be544b99d1')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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

2018-10-27 Thread Eli Schwartz via arch-commits
Date: Sunday, October 28, 2018 @ 00:52:39
  Author: eschwartz
Revision: 399243

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-28 00:52:05 UTC (rev 399242)
+++ PKGBUILD2018-10-28 00:52:39 UTC (rev 399243)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: lilydjwg 
-
-pkgbase=python-dateutil
-pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.7.3
-pkgrel=2
-pkgdesc="Provides powerful extensions to the standard datetime module"
-arch=('any')
-license=('BSD' 'Apache')
-url="https://github.com/dateutil/dateutil";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-checkdepends=('python-pytest' 'python-freezegun' 'python-hypothesis'
-  'python2-pytest' 'python2-freezegun' 'python2-hypothesis')
-source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('e27001de32f627c22380a688bcc43ce83504a7bc5da472209b4c70f02829f0b8'
-'SKIP')
-validpgpkeys=('6B49ACBADCF6BD1CA20667ABCD54FCE3D964BEFB') # Paul Ganssle 

-
-prepare() {
-  cd "$srcdir"
-
-  cp -r  python-dateutil-$pkgver python2-dateutil-$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-dateutil-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python2-dateutil-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-dateutil-$pkgver
-  pytest
-
-  cd "$srcdir"/python2-dateutil-$pkgver
-  pytest2
-}
-
-package_python-dateutil() {
-depends=('python-six')
-  cd "$srcdir"/python-dateutil-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-dateutil() {
-depends=('python2-six')
-  cd "$srcdir"/python2-dateutil-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-dateutil/repos/community-any/PKGBUILD (from rev 399242, 
python-dateutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-28 00:52:39 UTC (rev 399243)
@@ -0,0 +1,55 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: lilydjwg 
+
+pkgbase=python-dateutil
+pkgname=('python-dateutil' 'python2-dateutil')
+pkgver=2.7.4
+pkgrel=1
+pkgdesc="Provides powerful extensions to the standard datetime module"
+arch=('any')
+license=('BSD' 'Apache')
+url="https://github.com/dateutil/dateutil";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-pytest' 'python-freezegun' 'python-hypothesis'
+  'python2-pytest' 'python2-freezegun' 'python2-hypothesis')
+source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('2f13d3ea236aeb237e7258d5729c46eafe1506fd7f8507f34730734ed8b37454'
+'SKIP')
+validpgpkeys=('6B49ACBADCF6BD1CA20667ABCD54FCE3D964BEFB') # Paul Ganssle 

+
+prepare() {
+  cd "$srcdir"
+
+  cp -r  python-dateutil-$pkgver python2-dateutil-$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-dateutil-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python2-dateutil-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-dateutil-$pkgver
+  pytest
+
+  cd "$srcdir"/python2-dateutil-$pkgver
+  pytest2
+}
+
+package_python-dateutil() {
+depends=('python-six')
+  cd "$srcdir"/python-dateutil-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-dateutil() {
+depends=('python2-six')
+  cd "$srcdir"/python2-dateutil-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-10-27 Thread Eli Schwartz via arch-commits
Date: Sunday, October 28, 2018 @ 00:52:05
  Author: eschwartz
Revision: 399242

upgpkg: python-dateutil 2.7.4-1

upstream release adds updated tzdata

Modified:
  python-dateutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 23:41:58 UTC (rev 399241)
+++ PKGBUILD2018-10-28 00:52:05 UTC (rev 399242)
@@ -4,8 +4,8 @@
 
 pkgbase=python-dateutil
 pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.7.3
-pkgrel=2
+pkgver=2.7.4
+pkgrel=1
 pkgdesc="Provides powerful extensions to the standard datetime module"
 arch=('any')
 license=('BSD' 'Apache')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-freezegun' 'python-hypothesis'
   'python2-pytest' 'python2-freezegun' 'python2-hypothesis')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('e27001de32f627c22380a688bcc43ce83504a7bc5da472209b4c70f02829f0b8'
+sha256sums=('2f13d3ea236aeb237e7258d5729c46eafe1506fd7f8507f34730734ed8b37454'
 'SKIP')
 validpgpkeys=('6B49ACBADCF6BD1CA20667ABCD54FCE3D964BEFB') # Paul Ganssle 

 


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (8 files)

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 23:41:58
  Author: felixonmars
Revision: 399241

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 399240, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 399240, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
(from rev 399240, wine-staging/trunk/wine-binfmt.conf)
  wine-staging/repos/multilib-x86_64/wine.install
(from rev 399240, wine-staging/trunk/wine.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  362 ++---
 wine-binfmt.conf |4 
 wine.install |   14 +-
 3 files changed, 190 insertions(+), 190 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
399240, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 23:41:34 UTC (rev 399240)
+++ PKGBUILD2018-10-27 23:41:58 UTC (rev 399241)
@@ -1,181 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=3.18
-_winever=$pkgver
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/3.x/wine-$_winever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz";
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('2137662ea69964a69d77ff5c05f271783bda49af65d605909074d465ed8087d84065156e5c509eae31b4c3a20e83a838fc71bd077b2267640b163acfa5f7366e'
-'SKIP'
-
'd7c353b2302616b8ffe9f41090bc36c8869238410eda16072aed0b70e54c8a09b4a48d439fc9e4f211804945d55dc4a00a5d70efd2ca4a50f72db7607e6ef10e'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com";
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite   

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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 23:41:34
  Author: felixonmars
Revision: 399240

upgpkg: wine-staging 3.19-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 23:36:19 UTC (rev 399239)
+++ PKGBUILD2018-10-27 23:41:34 UTC (rev 399240)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=3.18
+pkgver=3.19
 _winever=$pkgver
 pkgrel=1
 
@@ -15,9 +15,9 @@
 
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz";
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('2137662ea69964a69d77ff5c05f271783bda49af65d605909074d465ed8087d84065156e5c509eae31b4c3a20e83a838fc71bd077b2267640b163acfa5f7366e'
+sha512sums=('84a1811b01024191959fd16a86bd532c96f16344feb4241954d0b5819ba1db8073dc7adcf1589b67169fb6089d2d501846f6fcbdc396c804f26c794cc4a1edd1'
 'SKIP'
-
'd7c353b2302616b8ffe9f41090bc36c8869238410eda16072aed0b70e54c8a09b4a48d439fc9e4f211804945d55dc4a00a5d70efd2ca4a50f72db7607e6ef10e'
+
'c3e66c88b4baad4c854b8729ef58aabff587f16f0a13fe89396dd5d99c9b928c6e23ff15938dd40376ec76a40538bba950dd0e2b5b25ce1260de023bb1d17198'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 23:35:25
  Author: felixonmars
Revision: 399234

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 23:35:08 UTC (rev 399233)
+++ PKGBUILD2018-10-27 23:35:25 UTC (rev 399234)
@@ -1,71 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-_pkgname=${pkgbase#python-}
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=15.1.0
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="https://github.com/jaraco/keyring";
-license=('PSF' 'MIT')
-optdepends=('python-keyrings-alt: Alternative backends')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints'
- 'python2-entrypoints' 'python-secretstorage' 
'python2-secretstorage')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
-  'python2-pytest-runner' 'python-dbus' 'python2-dbus')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-sha512sums=('27415ad44a562dfea2ac0276cf53d4cb6e1daced66ccf133de155c48656c554b27424ea63dcd928f9dce45de904544ff0e89fc0ac0e5eb09fcbb614a7e39daa7')
-
-prepare() {
-  echo -e '\nflake8-ignore = W191 W503 W504' >> $_pkgname-$pkgver/pytest.ini
-
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  echo "Building python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  echo "Building python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  echo "Running tests on python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py pytest
-
-  echo "Running tests on python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-keyring() {
-  depends=('python-entrypoints' 'python-secretstorage')
-  optdepends=('python-dbus: for kwallet backend')
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-keyring() {
-  depends=('python2-entrypoints' 'python2-secretstorage')
-  optdepends=('python2-dbus: for kwallet backend')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"/usr/bin/keyring "$pkgdir"/usr/bin/keyring2 # Fix the binary name
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 399233, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 23:35:25 UTC (rev 399234)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=15.2.0
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="https://github.com/jaraco/keyring";
+license=('PSF' 'MIT')
+optdepends=('python-keyrings-alt: Alternative backends')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints'
+ 'python2-entrypoints' 'python-secretstorage' 
'python2-secretstorage')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
+  'python2-pytest-runner' 'python-dbus' 'python2-dbus')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";)
+sha512sums=('905f8cab267706af98a0fae2dbed587facfb53815860611ccf56f9968e5bc7f24ea62704592983191f4f58018790192602d84ab5c08bcf77b6db8b28230a6f4c')
+
+prepare() {
+  echo -e '\nflake8-ignore = W191 W503 W504' >> $_pkgname-$pkgver/pytest.ini
+
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver

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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 23:35:08
  Author: felixonmars
Revision: 399233

upgpkg: python-keyring 15.2.0-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 23:34:32 UTC (rev 399232)
+++ PKGBUILD2018-10-27 23:35:08 UTC (rev 399233)
@@ -9,7 +9,7 @@
 pkgbase=python-keyring
 _pkgname=${pkgbase#python-}
 pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=15.1.0
+pkgver=15.2.0
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -21,7 +21,7 @@
 checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
   'python2-pytest-runner' 'python-dbus' 'python2-dbus')
 
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-sha512sums=('27415ad44a562dfea2ac0276cf53d4cb6e1daced66ccf133de155c48656c554b27424ea63dcd928f9dce45de904544ff0e89fc0ac0e5eb09fcbb614a7e39daa7')
+sha512sums=('905f8cab267706af98a0fae2dbed587facfb53815860611ccf56f9968e5bc7f24ea62704592983191f4f58018790192602d84ab5c08bcf77b6db8b28230a6f4c')
 
 prepare() {
   echo -e '\nflake8-ignore = W191 W503 W504' >> $_pkgname-$pkgver/pytest.ini


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 23:34:32
  Author: felixonmars
Revision: 399232

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD
(from rev 399231, lib32-v4l-utils/trunk/PKGBUILD)
Deleted:
  lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 23:34:14 UTC (rev 399231)
+++ PKGBUILD2018-10-27 23:34:32 UTC (rev 399232)
@@ -1,35 +0,0 @@
-# Maintainer: Jan "heftig" Steffens 
-_pkgbasename=v4l-utils
-pkgname=lib32-$_pkgbasename
-pkgver=1.14.2
-pkgrel=1
-pkgdesc="Userspace tools and conversion library for Video 4 Linux (32-bit)"
-arch=('x86_64')
-url="https://linuxtv.org/";
-provides=("lib32-libv4l=$pkgver")
-replaces=('lib32-libv4l')
-conflicts=('lib32-libv4l')
-license=('LGPL')
-depends=($_pkgbasename 'lib32-gcc-libs' 'lib32-libjpeg-turbo' 'lib32-systemd')
-source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
-
https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
-validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

-sha512sums=('5c469479deb7065768e0254d1c80d9096caf05e445ceeabc7649f7158f02fb2d11ff2ad8c82debc1dbe6bbd7776cc5aa2febb52d5da0328d2b60b54af67c7a27'
-'SKIP')
-
-build() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc
-  make -C lib
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  MAKEFLAGS="-j1" make -C lib install DESTDIR="${pkgdir}/"
-  rm -rf "${pkgdir}"/{usr/{include,share,bin,sbin},etc,lib}
-}

Copied: lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD (from rev 399231, 
lib32-v4l-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 23:34:32 UTC (rev 399232)
@@ -0,0 +1,35 @@
+# Maintainer: Jan "heftig" Steffens 
+_pkgbasename=v4l-utils
+pkgname=lib32-$_pkgbasename
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="Userspace tools and conversion library for Video 4 Linux (32-bit)"
+arch=('x86_64')
+url="https://linuxtv.org/";
+provides=("lib32-libv4l=$pkgver")
+replaces=('lib32-libv4l')
+conflicts=('lib32-libv4l')
+license=('LGPL')
+depends=($_pkgbasename 'lib32-gcc-libs' 'lib32-libjpeg-turbo' 'lib32-systemd')
+source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
+
https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
+validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

+sha512sums=('164306fd80339de4a0cdae9bac9bd53a0ac2dbd8997b81c2233886189e0df49563ad575dc703a20b229749f657c99dd4f35b58fdaf52ce469936b3c81a35e20e'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc
+  make -C lib
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  MAKEFLAGS="-j1" make -C lib install DESTDIR="${pkgdir}/"
+  rm -rf "${pkgdir}"/{usr/{include,share,bin,sbin},etc,lib}
+}


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 23:34:14
  Author: felixonmars
Revision: 399231

upgpkg: lib32-v4l-utils 1.16.0-1

Modified:
  lib32-v4l-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 23:28:55 UTC (rev 399230)
+++ PKGBUILD2018-10-27 23:34:14 UTC (rev 399231)
@@ -1,7 +1,7 @@
 # Maintainer: Jan "heftig" Steffens 
 _pkgbasename=v4l-utils
 pkgname=lib32-$_pkgbasename
-pkgver=1.14.2
+pkgver=1.16.0
 pkgrel=1
 pkgdesc="Userspace tools and conversion library for Video 4 Linux (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
 
https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
 validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

-sha512sums=('5c469479deb7065768e0254d1c80d9096caf05e445ceeabc7649f7158f02fb2d11ff2ad8c82debc1dbe6bbd7776cc5aa2febb52d5da0328d2b60b54af67c7a27'
+sha512sums=('164306fd80339de4a0cdae9bac9bd53a0ac2dbd8997b81c2233886189e0df49563ad575dc703a20b229749f657c99dd4f35b58fdaf52ce469936b3c81a35e20e'
 'SKIP')
 
 build() {


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 23:28:37
  Author: felixonmars
Revision: 399229

upgpkg: python-pytest 3.9.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 23:22:54 UTC (rev 399228)
+++ PKGBUILD2018-10-27 23:28:37 UTC (rev 399229)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.9.2
+pkgver=3.9.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz";)
-sha512sums=('c540282087ab1420c97b3c241d3167781a5f5bb9e5a3fc6336ccb3e9b2cd35fe2814823662dff3c7c38373ad8d3831e50f2a44f9c9724cbff847f43d99a7b33c')
+sha512sums=('6ae634e234a0384536d62b0855ff3317fa2558f9480a3814f4aa9fffd034da1016eb05304233e41ac8dff6d60fb7f3590f70582fa9ed8ec5f22abfb3be36bc05')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 23:28:55
  Author: felixonmars
Revision: 399230

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 23:28:37 UTC (rev 399229)
+++ PKGBUILD2018-10-27 23:28:55 UTC (rev 399230)
@@ -1,64 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.9.2
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="http://pytest.org/";
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-pluggy'
- 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
- 'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
- 'python2-funcsigs' 'python2-pathlib2')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
-  'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
-  'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
-  'python2-requests' 'python-hypothesis' 'python2-hypothesis')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz";)
-sha512sums=('c540282087ab1420c97b3c241d3167781a5f5bb9e5a3fc6336ccb3e9b2cd35fe2814823662dff3c7c38373ad8d3831e50f2a44f9c9724cbff847f43d99a7b33c')
-
-prepare() {
-  cp -a pytest-$pkgver{,-py2}
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pytest-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pytest-$pkgver
-  PYTHONPATH="$PWD"/build/lib python src/pytest.py
-
-  cd "$srcdir"/pytest-$pkgver-py2
-  PYTHONPATH="$PWD"/build/lib python2 src/pytest.py
-}
-
-package_python-pytest() {
-  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
-   'python-atomicwrites')
-
-  cd pytest-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs'
-   'python2-more-itertools' 'python2-atomicwrites' 'python2-funcsigs' 
'python2-pathlib2')
-
-  cd pytest-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/py.test{,2}
-  mv "$pkgdir"/usr/bin/pytest{,2}
-}

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 399229, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 23:28:55 UTC (rev 399230)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=3.9.3
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/";
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-pluggy'
+ 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
+ 'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
+ 'python2-funcsigs' 'python2-pathlib2')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
+  'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
+  'python2-requests' 'python-hypothesis' 'python2-hypothesis')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz";)
+sha512sums=('6ae634e234a0384536d62b0855ff3317fa2558f9480a3814f4aa9fffd034da1016eb05304233e41ac8dff6d60fb7f3590f70582fa9ed8ec5f22abfb3be36bc05')
+
+prepare() {
+  cp -a pytest-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pytest-$pkgver
+  PYTHONPATH="$PWD"/build/lib python src/pytest.py
+
+  cd "$srcdir"/pytest-$pkgver-py2
+  PYTHONPATH="$PWD"/build/lib python2 src/pytest.py
+}
+
+package_python-pytest() {
+  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-it

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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 23:22:54
  Author: felixonmars
Revision: 399228

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 23:22:36
  Author: felixonmars
Revision: 399227

upgpkg: python-ruamel-yaml 0.15.75-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 20:15:19 UTC (rev 399226)
+++ PKGBUILD2018-10-27 23:22:36 UTC (rev 399227)
@@ -3,7 +3,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.74
+pkgver=0.15.75
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz";)
-sha512sums=('07facb428830a93ecb699cfee3b828ff4b476c628538d019bd8dc04081a330f786d479afd4074b40053b4a52b4820f7637b07e564c0de10fae3c2519f55ca29d')
+sha512sums=('c22b853a890afcfd5d6fbb9bcc92635703e3ec3d4863090e4df47e843edab936a2acb86e270f1e3a0f586601d52306c1e4fbefb8cb929bd277a51b7edf749a19')
 
 package() {
   depends=('python')


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

2018-10-27 Thread Antonio Rojas via arch-commits
Date: Saturday, October 27, 2018 @ 21:20:59
  Author: arojas
Revision: 337403

archrelease: copy trunk to extra-x86_64

Added:
  freecell-solver/repos/extra-x86_64/PKGBUILD
(from rev 337402, freecell-solver/trunk/PKGBUILD)
Deleted:
  freecell-solver/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 21:20:25 UTC (rev 337402)
+++ PKGBUILD2018-10-27 21:20:59 UTC (rev 337403)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=freecell-solver
-pkgver=4.20.0
-pkgrel=2
-pkgdesc="A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire"
-arch=(x86_64)
-url="http://fc-solve.shlomifish.org";
-license=(MIT)
-depends=(bash)
-makedepends=(cmake gperf perl-path-tiny perl-template-toolkit python-random2 
python-six)
-optdepends=('python-random2: for the Python scripts' 'python-six: for the 
Python scripts')
-source=(http://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
-sha256sums=('869c210e7b63b0e0dcfb1c4a2322c41cfa8fbf8db01e7722254a7425a1ab7f81')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFCS_WITH_TEST_SUITE=OFF \
--DBUILD_STATIC_LIBRARY=OFF
-  make -j1
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: freecell-solver/repos/extra-x86_64/PKGBUILD (from rev 337402, 
freecell-solver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 21:20:59 UTC (rev 337403)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=freecell-solver
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire"
+arch=(x86_64)
+url="http://fc-solve.shlomifish.org";
+license=(MIT)
+depends=(bash)
+makedepends=(cmake gperf perl-path-tiny perl-template-toolkit python-random2 
python-six)
+optdepends=('python-random2: for the Python scripts' 'python-six: for the 
Python scripts')
+source=(http://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
+sha256sums=('696717df7e4fab2d5a038b26cc23e2259f7b68a101bc8a4855dffa2841699dfd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFCS_WITH_TEST_SUITE=OFF \
+-DBUILD_STATIC_LIBRARY=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
+}
+


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

2018-10-27 Thread Antonio Rojas via arch-commits
Date: Saturday, October 27, 2018 @ 21:20:25
  Author: arojas
Revision: 337402

Update to 5.0.0

Modified:
  freecell-solver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 16:55:34 UTC (rev 337401)
+++ PKGBUILD2018-10-27 21:20:25 UTC (rev 337402)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=freecell-solver
-pkgver=4.20.0
-pkgrel=2
+pkgver=5.0.0
+pkgrel=1
 pkgdesc="A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire"
 arch=(x86_64)
 url="http://fc-solve.shlomifish.org";
@@ -11,7 +11,7 @@
 makedepends=(cmake gperf perl-path-tiny perl-template-toolkit python-random2 
python-six)
 optdepends=('python-random2: for the Python scripts' 'python-six: for the 
Python scripts')
 
source=(http://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
-sha256sums=('869c210e7b63b0e0dcfb1c4a2322c41cfa8fbf8db01e7722254a7425a1ab7f81')
+sha256sums=('696717df7e4fab2d5a038b26cc23e2259f7b68a101bc8a4855dffa2841699dfd')
 
 prepare() {
   mkdir -p build
@@ -23,11 +23,12 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DFCS_WITH_TEST_SUITE=OFF \
 -DBUILD_STATIC_LIBRARY=OFF
-  make -j1
+  make
 }
 
 package() {
   cd build
   make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
 }
+


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

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 20:15:19
  Author: bluewind
Revision: 399226

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 20:15:15 UTC (rev 399225)
+++ PKGBUILD2018-10-27 20:15:19 UTC (rev 399226)
@@ -1,35 +0,0 @@
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.38.0
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('x86_64')
-url="http://filezilla-project.org/";
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
-source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
-md5sums=('4f9706adbb2c3168be68b15dd79151f0')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---with-pugixml=builtin \
---with-wx-config=/usr/bin/wx-config-gtk3
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 399225, 
filezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 20:15:19 UTC (rev 399226)
@@ -0,0 +1,35 @@
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.38.1
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('x86_64')
+url="http://filezilla-project.org/";
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
+source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
+md5sums=('ff47f3858f7fd81c68e2ea9e57370ce8')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--with-pugixml=builtin \
+--with-wx-config=/usr/bin/wx-config-gtk3
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


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

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 20:15:15
  Author: bluewind
Revision: 399225

upgpkg: filezilla 3.38.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 19:47:30 UTC (rev 399224)
+++ PKGBUILD2018-10-27 20:15:15 UTC (rev 399225)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.38.0
+pkgver=3.38.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
 
source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
-md5sums=('4f9706adbb2c3168be68b15dd79151f0')
+md5sums=('ff47f3858f7fd81c68e2ea9e57370ce8')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2018-10-27 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, October 27, 2018 @ 19:47:30
  Author: svenstaro
Revision: 399224

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 19:47:21 UTC (rev 399223)
+++ PKGBUILD2018-10-27 19:47:30 UTC (rev 399224)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-
-pkgname=('python-itsdangerous' 'python2-itsdangerous')
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Various helpers to pass trusted data to untrusted environments'
-arch=('any')
-url="http://pypi.python.org/pypi/itsdangerous";
-license=('BSD')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mitsuhiko/itsdangerous/archive/${pkgver}.tar.gz";)
-sha256sums=('95f6eff8475ea8679cb721534f94ab7ab373313d566ffcfd679a73d9f1ce3f0a')
-
-prepare() {
-  cp -r "itsdangerous-$pkgver" "python-itsdangerous-$pkgver"
-  cp -r "itsdangerous-$pkgver" "python2-itsdangerous-$pkgver"
-}
-
-package_python-itsdangerous() {
-  cd "$pkgname-$pkgver"
-  depends+=('python')
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}
-
-package_python2-itsdangerous() {
-  cd "$pkgname-$pkgver"
-  depends+=('python2')
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-itsdangerous/repos/community-any/PKGBUILD (from rev 399223, 
python-itsdangerous/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 19:47:30 UTC (rev 399224)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+
+pkgname=('python-itsdangerous' 'python2-itsdangerous')
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Various helpers to pass trusted data to untrusted environments'
+arch=('any')
+url="http://pypi.python.org/pypi/itsdangerous";
+license=('BSD')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mitsuhiko/itsdangerous/archive/${pkgver}.tar.gz";)
+sha256sums=('2fbc62987b9f7aa646083326e5746ab5d791628e63575851a8ce5d5d5e8754b9')
+
+prepare() {
+  cp -r "itsdangerous-$pkgver" "python-itsdangerous-$pkgver"
+  cp -r "itsdangerous-$pkgver" "python2-itsdangerous-$pkgver"
+}
+
+package_python-itsdangerous() {
+  cd "$pkgname-$pkgver"
+  depends+=('python')
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+package_python2-itsdangerous() {
+  cd "$pkgname-$pkgver"
+  depends+=('python2')
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-10-27 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, October 27, 2018 @ 19:47:21
  Author: svenstaro
Revision: 399223

upgpkg: python-itsdangerous 1.1.0-1

Modified:
  python-itsdangerous/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 19:46:22 UTC (rev 399222)
+++ PKGBUILD2018-10-27 19:47:21 UTC (rev 399223)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=('python-itsdangerous' 'python2-itsdangerous')
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Various helpers to pass trusted data to untrusted environments'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('BSD')
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mitsuhiko/itsdangerous/archive/${pkgver}.tar.gz";)
-sha256sums=('95f6eff8475ea8679cb721534f94ab7ab373313d566ffcfd679a73d9f1ce3f0a')
+sha256sums=('2fbc62987b9f7aa646083326e5746ab5d791628e63575851a8ce5d5d5e8754b9')
 
 prepare() {
   cp -r "itsdangerous-$pkgver" "python-itsdangerous-$pkgver"


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

2018-10-27 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, October 27, 2018 @ 19:46:22
  Author: svenstaro
Revision: 399222

archrelease: copy trunk to community-x86_64

Added:
  fd/repos/community-x86_64/PKGBUILD
(from rev 399221, fd/trunk/PKGBUILD)
Deleted:
  fd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 19:46:10 UTC (rev 399221)
+++ PKGBUILD2018-10-27 19:46:22 UTC (rev 399222)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daniel M. Capella 
-
-pkgname=fd
-pkgver=7.1.0
-pkgrel=1
-pkgdesc='Simple, fast and user-friendly alternative to find'
-arch=('x86_64')
-url=https://github.com/sharkdp/fd
-license=('MIT' 'APACHE')
-makedepends=('rust')
-replaces=('fd-rs')
-source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f203a61633ed7f84821755427b6c09944ca084c895709b379d0baf74033204b0cf93f2de9d7536cc74888e349e77c18ea150c41b86e25f79be43d6d2e49a93a1')
-
-build() {
-  cd fd-$pkgver
-  cargo build --release
-}
-
-check() {
-  cd fd-$pkgver
-  cargo test --release
-}
-
-package() {
-  cd fd-$pkgver
-  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
-  install -Dm644 target/release/build/fd-find-*/out/fd.bash 
"$pkgdir"/usr/share/bash-completion/completions/fd
-  install -Dm644 target/release/build/fd-find-*/out/fd.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
-  install -Dm644 target/release/build/fd-find-*/out/_fd 
"$pkgdir"/usr/share/zsh/site-functions/_fd
-  install -Dm644 doc/fd.1 "$pkgdir"/usr/share/man/man1/fd.1
-  install -Dm644 LICENSE-APACHE "$pkgdir"/usr/share/licenses/fd/LICENSE-APACHE
-  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/fd/LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fd/repos/community-x86_64/PKGBUILD (from rev 399221, fd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 19:46:22 UTC (rev 399222)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daniel M. Capella 
+
+pkgname=fd
+pkgver=7.2.0
+pkgrel=1
+pkgdesc='Simple, fast and user-friendly alternative to find'
+arch=('x86_64')
+url=https://github.com/sharkdp/fd
+license=('MIT' 'APACHE')
+makedepends=('rust')
+replaces=('fd-rs')
+source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('22823904e4a1645a6f248501e507cad6ef08341ac69d0e9675571a202fa2316fe6c85b274fc958676da6a8e26399b26bdb78fdca876146b0e91b4780948d8ca2')
+
+build() {
+  cd fd-$pkgver
+  cargo build --release
+}
+
+check() {
+  cd fd-$pkgver
+  cargo test --release
+}
+
+package() {
+  cd fd-$pkgver
+  install -Dm755 target/release/fd "$pkgdir"/usr/bin/fd
+  install -Dm644 target/release/build/fd-find-*/out/fd.bash 
"$pkgdir"/usr/share/bash-completion/completions/fd
+  install -Dm644 target/release/build/fd-find-*/out/fd.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/fd.fish
+  install -Dm644 target/release/build/fd-find-*/out/_fd 
"$pkgdir"/usr/share/zsh/site-functions/_fd
+  install -Dm644 doc/fd.1 "$pkgdir"/usr/share/man/man1/fd.1
+  install -Dm644 LICENSE-APACHE "$pkgdir"/usr/share/licenses/fd/LICENSE-APACHE
+  install -Dm644 LICENSE-MIT "$pkgdir"/usr/share/licenses/fd/LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-10-27 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, October 27, 2018 @ 19:46:10
  Author: svenstaro
Revision: 399221

upgpkg: fd 7.2.0-1

Modified:
  fd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 15:57:20 UTC (rev 399220)
+++ PKGBUILD2018-10-27 19:46:10 UTC (rev 399221)
@@ -2,7 +2,7 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=fd
-pkgver=7.1.0
+pkgver=7.2.0
 pkgrel=1
 pkgdesc='Simple, fast and user-friendly alternative to find'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('rust')
 replaces=('fd-rs')
 source=("fd-rs-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f203a61633ed7f84821755427b6c09944ca084c895709b379d0baf74033204b0cf93f2de9d7536cc74888e349e77c18ea150c41b86e25f79be43d6d2e49a93a1')
+sha512sums=('22823904e4a1645a6f248501e507cad6ef08341ac69d0e9675571a202fa2316fe6c85b274fc958676da6a8e26399b26bdb78fdca876146b0e91b4780948d8ca2')
 
 build() {
   cd fd-$pkgver


[arch-commits] Commit in network-manager-applet/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:55:34
  Author: heftig
Revision: 337401

archrelease: copy trunk to extra-x86_64

Added:
  network-manager-applet/repos/extra-x86_64/PKGBUILD
(from rev 337400, network-manager-applet/trunk/PKGBUILD)
Deleted:
  network-manager-applet/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 16:55:19 UTC (rev 337400)
+++ PKGBUILD2018-10-27 16:55:34 UTC (rev 337401)
@@ -1,98 +0,0 @@
-# Maintainer: Jan de Groot 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Arjan Timmerman 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-
-pkgbase=network-manager-applet
-pkgname=(network-manager-applet nm-connection-editor libnma libnm-gtk)
-pkgdesc="Applet for managing network connections"
-url="https://wiki.gnome.org/Projects/NetworkManager/";
-pkgver=1.8.18
-pkgrel=2
-arch=(x86_64)
-license=(GPL LGPL)
-makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection git 
gtk-doc meson
- libnm-glib libgudev gtk3 mobile-broadband-provider-info iso-codes 
gcr)
-_commit=f0193b49a55482498200202a256c2f396abc2f72  # tags/1.8.18^0
-source=("git+https://gitlab.gnome.org/GNOME/network-manager-applet.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-dev/dev/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build -D selinux=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_network-manager-applet() {
-  depends=(nm-connection-editor libmm-glib libnotify libsecret networkmanager)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-### Split libnma
-  _pick libnma "$pkgdir"/usr/include/libnma
-  _pick libnma "$pkgdir"/usr/lib/girepository-1.0/NMA-*
-  _pick libnma "$pkgdir"/usr/lib/libnma.*
-  _pick libnma "$pkgdir"/usr/lib/pkgconfig/libnma.pc
-  _pick libnma "$pkgdir"/usr/share/gir-1.0/NMA-*
-  _pick libnma "$pkgdir"/usr/share/glib-2.0/schemas
-  _pick libnma "$pkgdir"/usr/share/gtk-doc/html/libnma
-
-### Split libnm-gtk
-  _pick libnm-gtk "$pkgdir"/usr/include/libnm-gtk
-  _pick libnm-gtk "$pkgdir"/usr/lib/girepository-1.0/NMGtk-*
-  _pick libnm-gtk "$pkgdir"/usr/lib/libnm-gtk.*
-  _pick libnm-gtk "$pkgdir"/usr/lib/pkgconfig/libnm-gtk.pc
-  _pick libnm-gtk "$pkgdir"/usr/share/gir-1.0/NMGtk-*
-
-### Split nm-connection-editor
-  _pick nm-connection-editor "$pkgdir"/usr/bin/nm-connection-editor
-  _pick nm-connection-editor 
"$pkgdir"/usr/share/applications/nm-connection-editor.desktop
-  _pick nm-connection-editor 
"$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-device-wwan.png
-  _pick nm-connection-editor "$pkgdir"/usr/share/locale
-  _pick nm-connection-editor 
"$pkgdir"/usr/share/man/man1/nm-connection-editor.1
-  _pick nm-connection-editor "$pkgdir"/usr/share/metainfo
-}
-
-package_nm-connection-editor() {
-  pkgdesc="NetworkManager GUI connection editor and widgets"
-  depends=(libnma libnm-gtk)
-  conflicts=('libnm-gtk<1.8.18-1')
-  replaces=('libnm-gtk<1.8.18-1')
-  mv nm-connection-editor/* "$pkgdir"
-}
-
-package_libnma() {
-  pkgdesc="NetworkManager GUI client library"
-  depends=(libnm gcr gtk3 iso-codes mobile-broadband-provider-info)
-  mv libnma/* "$pkgdir"
-}
-
-package_libnm-gtk() {
-  pkgdesc="NetworkManager GUI client library (legacy)"
-  depends=(libnm-glib gtk3 iso-codes libgudev)
-  mv libnm-gtk/* "$pkgdir"
-}

Copied: network-manager-applet/repos/extra-x86_64/PKGBUILD (from rev 337400, 
network-manager-applet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 16:55:34 UTC (rev 337401)
@@ -0,0 +1,98 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Arjan Timmerman 
+# Contributor: Wael Nasreddine 
+# Contributor: Tor Krill 
+# Contributor: Will Rea 
+
+pkgbase=network-manager-applet
+pkgname=(network-manager-applet nm-connection-editor libnma libnm-gtk)
+pkgdesc="Applet for managing network connections"
+url="https://wiki.gnome.org/Projects/NetworkManager/";
+pkgver=1.8.19dev+21+geebf7f95
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL)
+makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection git 
gtk-doc meson
+ libnm-glib libgudev gtk3 mobile-broadband-provider-info iso-codes 
gcr)
+_commit=eebf7f958f0ccb15877496e5ce66ed8a0bd9e297  # merge-requests/31/head
+source=("git+https://gitlab.gnome.org/GNOME/network-manager-applet.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgve

[arch-commits] Commit in network-manager-applet/trunk (PKGBUILD)

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:55:19
  Author: heftig
Revision: 337400

1.8.19dev+21+geebf7f95-1

Modified:
  network-manager-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 16:49:43 UTC (rev 337399)
+++ PKGBUILD2018-10-27 16:55:19 UTC (rev 337400)
@@ -9,13 +9,13 @@
 pkgname=(network-manager-applet nm-connection-editor libnma libnm-gtk)
 pkgdesc="Applet for managing network connections"
 url="https://wiki.gnome.org/Projects/NetworkManager/";
-pkgver=1.8.18
-pkgrel=2
+pkgver=1.8.19dev+21+geebf7f95
+pkgrel=1
 arch=(x86_64)
 license=(GPL LGPL)
 makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection git 
gtk-doc meson
  libnm-glib libgudev gtk3 mobile-broadband-provider-info iso-codes 
gcr)
-_commit=f0193b49a55482498200202a256c2f396abc2f72  # tags/1.8.18^0
+_commit=eebf7f958f0ccb15877496e5ce66ed8a0bd9e297  # merge-requests/31/head
 
source=("git+https://gitlab.gnome.org/GNOME/network-manager-applet.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -29,7 +29,7 @@
 }
 
 build() {
-  arch-meson $pkgbase build -D selinux=false
+  arch-meson $pkgbase build -D selinux=false -D libnm_gtk=true
   ninja -C build
 }
 


[arch-commits] Commit in alsa-plugins/repos/extra-x86_64 (3 files)

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:49:43
  Author: heftig
Revision: 337399

archrelease: copy trunk to extra-x86_64

Added:
  alsa-plugins/repos/extra-x86_64/PKGBUILD
(from rev 337398, alsa-plugins/trunk/PKGBUILD)
  alsa-plugins/repos/extra-x86_64/ffmpeg.diff
(from rev 337398, alsa-plugins/trunk/ffmpeg.diff)
Deleted:
  alsa-plugins/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|   79 +-
 ffmpeg.diff |   35 +
 2 files changed, 80 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 16:49:29 UTC (rev 337398)
+++ PKGBUILD2018-10-27 16:49:43 UTC (rev 337399)
@@ -1,34 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.1.7
-pkgrel=1
-pkgdesc="Extra alsa plugins"
-arch=(x86_64)
-url="http://www.alsa-project.org";
-license=(GPL)
-depends=(alsa-lib)
-makedepends=(libpulse jack ffmpeg)
-optdepends=('libpulse: PulseAudio plugin'
-'jack: Jack plugin'
-'ffmpeg: libavcodec resampling plugin, a52 plugin'
-'libsamplerate: libsamplerate resampling plugin'
-'speex: libspeexdsp resampling plugin')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
-sha1sums=('d2f3c210ec8ef92738ded8a1931904c031b2c86a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: alsa-plugins/repos/extra-x86_64/PKGBUILD (from rev 337398, 
alsa-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 16:49:43 UTC (rev 337399)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.1.7
+pkgrel=2
+pkgdesc="Extra alsa plugins"
+arch=(x86_64)
+url="http://www.alsa-project.org";
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin, a52 plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";
+ffmpeg.diff)
+sha256sums=('a74b405ab6d9e346e6908a853d5e7631cc61038d9b265bc7f37fab16e827da47'
+'b98b760fe28bd33d18fa5f0c904d9f2735c07d42775e52afacd669459817a8c7')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # https://bugs.archlinux.org/task/60586
+  patch -Np1 -i ../ffmpeg.diff
+
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
+}

Copied: alsa-plugins/repos/extra-x86_64/ffmpeg.diff (from rev 337398, 
alsa-plugins/trunk/ffmpeg.diff)
===
--- ffmpeg.diff (rev 0)
+++ ffmpeg.diff 2018-10-27 16:49:43 UTC (rev 337399)
@@ -0,0 +1,35 @@
+diff --git a/configure.ac b/configure.ac
+index 1eb9d65..e1fa4d6 100644
+--- a/configure.ac
 b/configure.ac
+@@ -93,7 +93,7 @@ AC_ARG_ENABLE([libav],
+   AS_HELP_STRING([--disable-libav], [Do not build plugins depending on 
libav/ffmpeg (a52,lavrate...)]))
+ 
+ if test "x$enable_libav" != "xno"; then
+-  PKG_CHECK_MODULES(LIBAV, [libavcodec libavutil libavresample], 
[HAVE_LIBAV=yes], [HAVE_LIBAV=no])
++  PKG_CHECK_MODULES(LIBAV, [libavcodec libavutil], [HAVE_LIBAV=yes], 
[HAVE_LIBAV=no])
+ fi
+ 
+ if test "x$HAVE_LIBAV" = "xno"; then
+@@ -121,6 +121,12 @@ AM_CONDITIONAL(HAVE_LIBAV, test x$HAVE_LIBAV = xyes)
+ AC_SUBST(LIBAV_CFLAGS)
+ AC_SUBST(LIBAV_LIBS)
+ AC_SUBST(LIBAV_CODEC_LIBS)
++
++if test "x$enable_libav" != "xno"; then
++  PKG_CHECK_MODULES(LIBAVRESAMPLE, [libavresample], [HAVE_LIBAVRESAMPLE=yes], 
[HAVE_LIBAVRESAMPLE=no])
++fi
++
++AM_CONDITIONAL(HAVE_LIBAV, test x$HAVE_LIBAVRESAMLE = xyes)
+ AC_SUBST(LIBAV_RESAMPLE_LIBS)
+ 
+ AC_ARG_ENABLE([a52],
+@@ -134,7 +140,7 @@ AM_CONDITIONAL(HAVE_A52, test x$HAVE_A52 = xyes)
+ AC_ARG_ENABLE([lavrate],
+   AS_HELP_STRING([--disable-lavrate], [Disable building of libav/ffmpeg 
rate plugin]))
+ 
+-if test "x$enable_lavrate" != "xno" -a "$HAVE_LIBAV" = "yes"; then
++if test "x$enable_lavrate" != "xno" -a "$HAVE_LIBAVRESAMPLE" = "yes"; then
+   HAVE_LAVRATE=yes
+ fi
+ AM_CONDITIONAL(HAVE_LAVRATE, test x$HAVE_LAVRATE = xyes)


[arch-commits] Commit in alsa-plugins/trunk (PKGBUILD ffmpeg.diff)

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:49:29
  Author: heftig
Revision: 337398

1.1.7-2: FS#60586 bring back a52

Added:
  alsa-plugins/trunk/ffmpeg.diff
Modified:
  alsa-plugins/trunk/PKGBUILD

-+
 PKGBUILD|   17 ++---
 ffmpeg.diff |   35 +++
 2 files changed, 49 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 16:42:57 UTC (rev 337397)
+++ PKGBUILD2018-10-27 16:49:29 UTC (rev 337398)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-plugins
 pkgver=1.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra alsa plugins"
 arch=(x86_64)
 url="http://www.alsa-project.org";
@@ -16,9 +16,20 @@
 'ffmpeg: libavcodec resampling plugin, a52 plugin'
 'libsamplerate: libsamplerate resampling plugin'
 'speex: libspeexdsp resampling plugin')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('a74b405ab6d9e346e6908a853d5e7631cc61038d9b265bc7f37fab16e827da47')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";
+ffmpeg.diff)
+sha256sums=('a74b405ab6d9e346e6908a853d5e7631cc61038d9b265bc7f37fab16e827da47'
+'b98b760fe28bd33d18fa5f0c904d9f2735c07d42775e52afacd669459817a8c7')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  # https://bugs.archlinux.org/task/60586
+  patch -Np1 -i ../ffmpeg.diff
+
+  autoreconf -fvi
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr

Added: ffmpeg.diff
===
--- ffmpeg.diff (rev 0)
+++ ffmpeg.diff 2018-10-27 16:49:29 UTC (rev 337398)
@@ -0,0 +1,35 @@
+diff --git a/configure.ac b/configure.ac
+index 1eb9d65..e1fa4d6 100644
+--- a/configure.ac
 b/configure.ac
+@@ -93,7 +93,7 @@ AC_ARG_ENABLE([libav],
+   AS_HELP_STRING([--disable-libav], [Do not build plugins depending on 
libav/ffmpeg (a52,lavrate...)]))
+ 
+ if test "x$enable_libav" != "xno"; then
+-  PKG_CHECK_MODULES(LIBAV, [libavcodec libavutil libavresample], 
[HAVE_LIBAV=yes], [HAVE_LIBAV=no])
++  PKG_CHECK_MODULES(LIBAV, [libavcodec libavutil], [HAVE_LIBAV=yes], 
[HAVE_LIBAV=no])
+ fi
+ 
+ if test "x$HAVE_LIBAV" = "xno"; then
+@@ -121,6 +121,12 @@ AM_CONDITIONAL(HAVE_LIBAV, test x$HAVE_LIBAV = xyes)
+ AC_SUBST(LIBAV_CFLAGS)
+ AC_SUBST(LIBAV_LIBS)
+ AC_SUBST(LIBAV_CODEC_LIBS)
++
++if test "x$enable_libav" != "xno"; then
++  PKG_CHECK_MODULES(LIBAVRESAMPLE, [libavresample], [HAVE_LIBAVRESAMPLE=yes], 
[HAVE_LIBAVRESAMPLE=no])
++fi
++
++AM_CONDITIONAL(HAVE_LIBAV, test x$HAVE_LIBAVRESAMLE = xyes)
+ AC_SUBST(LIBAV_RESAMPLE_LIBS)
+ 
+ AC_ARG_ENABLE([a52],
+@@ -134,7 +140,7 @@ AM_CONDITIONAL(HAVE_A52, test x$HAVE_A52 = xyes)
+ AC_ARG_ENABLE([lavrate],
+   AS_HELP_STRING([--disable-lavrate], [Disable building of libav/ffmpeg 
rate plugin]))
+ 
+-if test "x$enable_lavrate" != "xno" -a "$HAVE_LIBAV" = "yes"; then
++if test "x$enable_lavrate" != "xno" -a "$HAVE_LIBAVRESAMPLE" = "yes"; then
+   HAVE_LAVRATE=yes
+ fi
+ AM_CONDITIONAL(HAVE_LAVRATE, test x$HAVE_LAVRATE = xyes)


[arch-commits] Commit in gconf/repos/extra-x86_64 (16 files)

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:42:57
  Author: heftig
Revision: 337397

archrelease: copy trunk to extra-x86_64

Added:
  gconf/repos/extra-x86_64/01_xml-gettext-domain.patch
(from rev 337395, gconf/trunk/01_xml-gettext-domain.patch)
  gconf/repos/extra-x86_64/PKGBUILD
(from rev 337395, gconf/trunk/PKGBUILD)
  gconf/repos/extra-x86_64/gconf-install.hook
(from rev 337395, gconf/trunk/gconf-install.hook)
  gconf/repos/extra-x86_64/gconf-merge-schema
(from rev 337395, gconf/trunk/gconf-merge-schema)
  gconf/repos/extra-x86_64/gconf-reload.patch
(from rev 337395, gconf/trunk/gconf-reload.patch)
  gconf/repos/extra-x86_64/gconf-remove.hook
(from rev 337395, gconf/trunk/gconf-remove.hook)
  gconf/repos/extra-x86_64/gconf.install
(from rev 337396, gconf/trunk/gconf.install)
  gconf/repos/extra-x86_64/gconfpkg
(from rev 337396, gconf/trunk/gconfpkg)
Deleted:
  gconf/repos/extra-x86_64/01_xml-gettext-domain.patch
  gconf/repos/extra-x86_64/PKGBUILD
  gconf/repos/extra-x86_64/gconf-install.hook
  gconf/repos/extra-x86_64/gconf-merge-schema
  gconf/repos/extra-x86_64/gconf-reload.patch
  gconf/repos/extra-x86_64/gconf-remove.hook
  gconf/repos/extra-x86_64/gconf.install
  gconf/repos/extra-x86_64/gconfpkg

-+
 01_xml-gettext-domain.patch |  724 +-
 PKGBUILD|  143 
 gconf-install.hook  |   22 -
 gconf-merge-schema  |   68 +--
 gconf-reload.patch  |   40 +-
 gconf-remove.hook   |   20 -
 gconf.install   |   10 
 gconfpkg|  100 ++---
 8 files changed, 561 insertions(+), 566 deletions(-)

Deleted: 01_xml-gettext-domain.patch
===
--- 01_xml-gettext-domain.patch 2018-10-27 16:42:53 UTC (rev 337396)
+++ 01_xml-gettext-domain.patch 2018-10-27 16:42:57 UTC (rev 337397)
@@ -1,362 +0,0 @@
-# Description: Support calling gettext at runtime and putting the gettext 
domain into the .schemas file instead of replicating translations in 
/usr/share/gconf/schemas/*.schemas *and* 
/var/lib/gconf/defaults/%gconf-tree-$LANG.xml. This saves in the order of 90 MB 
uncompressed/10 MB compressed on hard disks.
-# Ubuntu: https://bugs.launchpad.net/bugs/123025
-# Upstream: http://bugzilla.gnome.org/show_bug.cgi?id=568845
 GConf-2.26.0/backends/markup-tree.c.gettext2009-04-26 
23:33:05.258484987 -0400
-+++ GConf-2.26.0/backends/markup-tree.c2009-04-26 23:34:25.026700526 
-0400
-@@ -52,6 +52,7 @@ struct _MarkupEntry
-   char   *schema_name;
-   char   *mod_user;
-   GTime   mod_time;
-+  const char *gettext_domain;
- };
- 
- static LocalSchemaInfo* local_schema_info_new  (void);
-@@ -1593,6 +1594,8 @@ markup_entry_set_value (MarkupEntry 
-  gconf_schema_get_type (schema));
-   gconf_schema_set_owner (current_schema,
-   gconf_schema_get_owner (schema));
-+  gconf_schema_set_gettext_domain (current_schema,
-+  gconf_schema_get_gettext_domain (schema));
- }
- 
-   /* Update mod time */
-@@ -1805,6 +1808,8 @@ markup_entry_get_value (MarkupEntry *ent
-   else if (c_local_schema && c_local_schema->long_desc)
- gconf_schema_set_long_desc (schema, c_local_schema->long_desc);
- 
-+  gconf_schema_set_gettext_domain (schema, entry->gettext_domain);
-+
-   return retval;
- }
- }
-@@ -2339,8 +2344,9 @@ parse_value_element (GMarkupParseContext
-   const char *ltype;
-   const char *list_type;
-   const char *owner;
-+
-   GConfValueType vtype;
--  const char *dummy1, *dummy2, *dummy3, *dummy4;
-+  const char *dummy1, *dummy2, *dummy3, *dummy4, *dummy5;
-   
- #if 0
-   g_assert (ELEMENT_IS ("entry") ||
-@@ -2377,6 +2383,7 @@ parse_value_element (GMarkupParseContext
-   "muser", &dummy2,
-   "mtime", &dummy3,
-   "schema", &dummy4,
-+  "gettext_domain", &dummy5,
- 
-   NULL))
- return;
-@@ -2683,6 +2690,7 @@ parse_entry_element (GMarkupParseContext
-   const char *mtime;
-   const char *schema;
-   const char *type;
-+  const char *gettext_domain;
-   const char *dummy1, *dummy2, *dummy3, *dummy4;
-   const char *dummy5, *dummy6, *dummy7;
-   GConfValue *value;
-@@ -2693,6 +2701,7 @@ parse_entry_element (GMarkupParseContext
-   mtime = NULL;
-   schema = NULL;
-   type = NULL;
-+  gettext_domain = NULL;
- 
-   if (!locate_attributes (context, element_name, attribute_names, 
attribute_values,
-   error,
-@@ -2701,6 +2710,7 @@ parse_entry_element (GMarkupParseContext
-   "mtime", &mtime,
-   "schema", &schema,
-   "type", &type,
-+  "gette

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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:42:53
  Author: heftig
Revision: 337396

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 16:42:22 UTC (rev 337395)
+++ PKGBUILD2018-10-27 16:42:53 UTC (rev 337396)
@@ -1,63 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.30.2
-pkgrel=1
-pkgdesc="Default file manager for GNOME"
-url="https://wiki.gnome.org/Apps/Nautilus";
-arch=(x86_64)
-license=(GPL)
-depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar)
-makedepends=(gobject-introspection packagekit git gtk-doc meson appstream-glib)
-options=(!emptydirs)
-_commit=09fd9171dbb3a4ecbac093710411314f83e6322e  # tags/3.30.2^0
-source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libgd.git";)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgbase build -D docs=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-### Split libnautilus-extension
-
-  mkdir -p libne/{lib,share}
-  mv "$pkgdir"/usr/include libne
-  mv "$pkgdir"/usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig} 
libne/lib
-  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} libne/share
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-  mv libne "$pkgdir/usr"
-}
-
-# vim:set sw=2 et:

Copied: nautilus/repos/extra-x86_64/PKGBUILD (from rev 337395, 
nautilus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 16:42:53 UTC (rev 337396)
@@ -0,0 +1,66 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.30.2+5+g667935354
+pkgrel=1
+pkgdesc="Default file manager for GNOME"
+url="https://wiki.gnome.org/Apps/Nautilus";
+arch=(x86_64)
+license=(GPL)
+depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar)
+makedepends=(gobject-introspection packagekit git gtk-doc meson appstream-glib)
+options=(!emptydirs)
+_commit=6679353548e52fe5679f6c2008a569c922dac835  # gnome-3-30
+source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libgd.git";)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgbase
+
+  # Fixup tag
+  git tag -f 3.30.2 b98248134de06a596500fba7014f3033c3111314
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgbase build -D docs=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+
+  DESTDIR="$pkgdir" meson install -C build
+
+### Split libnautilus-extension
+
+  mkdir -p libne/{lib,share}
+  mv "$pkgdir"/usr/include libne
+  mv "$pkgdir"/usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig} 
libne/lib
+  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} libne/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+  mv libne "$pkgdir/usr"
+}
+
+# vim:set sw=2 et:


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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:42:15
  Author: heftig
Revision: 337394

3.2.6+11+g07808097-4: FS#60488

Modified:
  gconf/trunk/PKGBUILD
  gconf/trunk/gconf.install

---+
 PKGBUILD  |   10 +-
 gconf.install |6 +-
 2 files changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 16:29:39 UTC (rev 337393)
+++ PKGBUILD2018-10-27 16:42:15 UTC (rev 337394)
@@ -1,17 +1,17 @@
-# Maintainer:  Jan de Groot 
+# Maintainer: Jan de Groot 
 
 pkgname=gconf
 pkgver=3.2.6+11+g07808097
-pkgrel=3
-pkgdesc="A configuration database system"
+pkgrel=4
+pkgdesc="An obsolete configuration database system"
 url="https://projects-old.gnome.org/gconf/";
 arch=(x86_64)
 license=(LGPL)
-depends=(libxml2 polkit libldap dbus-glib)
+depends=(libxml2 polkit libldap dbus-glib python2)
 makedepends=(intltool gtk-doc gobject-introspection git gnome-common)
 install=gconf.install
 _commit=0780809731c8ab1c364202b1900d3df106b28626  # master
-source=("git+https://git.gnome.org/browse/gconf#commit=$_commit";
+source=("git+https://gitlab.gnome.org/Archive/gconf.git#commit=$_commit";
 01_xml-gettext-domain.patch gconf-reload.patch
 gconf-merge-schema gconfpkg gconf-{install,remove}.hook)
 sha256sums=('SKIP'

Modified: gconf.install
===
--- gconf.install   2018-10-27 16:29:39 UTC (rev 337393)
+++ gconf.install   2018-10-27 16:42:15 UTC (rev 337394)
@@ -1,7 +1,3 @@
 post_upgrade() {
-  if (( $(vercmp $1 3.2.6+11+g07808097-1) < 0 )); then
-pkill -fx /usr/lib/GConf/gconfd-2 || :
-  else
-pkill -fx /usr/lib/gconfd-2 || :
-  fi
+  pkill -fx /usr/lib/gconfd-2 || :
 }


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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:42:22
  Author: heftig
Revision: 337395

3.30.2+5+g667935354-1: FS#60451

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 16:42:15 UTC (rev 337394)
+++ PKGBUILD2018-10-27 16:42:22 UTC (rev 337395)
@@ -3,7 +3,7 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=3.30.2
+pkgver=3.30.2+5+g667935354
 pkgrel=1
 pkgdesc="Default file manager for GNOME"
 url="https://wiki.gnome.org/Apps/Nautilus";
@@ -12,7 +12,7 @@
 depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar)
 makedepends=(gobject-introspection packagekit git gtk-doc meson appstream-glib)
 options=(!emptydirs)
-_commit=09fd9171dbb3a4ecbac093710411314f83e6322e  # tags/3.30.2^0
+_commit=6679353548e52fe5679f6c2008a569c922dac835  # gnome-3-30
 source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'
@@ -21,6 +21,9 @@
 prepare() {
   cd $pkgbase
 
+  # Fixup tag
+  git tag -f 3.30.2 b98248134de06a596500fba7014f3033c3111314
+
   git submodule init
   git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
   git submodule update


[arch-commits] Commit in perl-io-socket-ssl/repos (testing-any testing-any/PKGBUILD)

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 16:29:39
  Author: felixonmars
Revision: 337393

archrelease: copy trunk to testing-any

Added:
  perl-io-socket-ssl/repos/testing-any/
  perl-io-socket-ssl/repos/testing-any/PKGBUILD
(from rev 337392, perl-io-socket-ssl/trunk/PKGBUILD)

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

Copied: perl-io-socket-ssl/repos/testing-any/PKGBUILD (from rev 337392, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-10-27 16:29:39 UTC (rev 337393)
@@ -0,0 +1,30 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-io-socket-ssl
+pkgver=2.060
+pkgrel=1
+pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/IO-Socket-SSL/";
+depends=('perl-net-ssleay' 'perl' 'perl-uri')
+checkdepends=('perl-io-socket-inet6')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+sha512sums=('1a1e29f8a4b912bd3643509356c66b3a567ae41bb0ac9eb30f6ca97eb68bf9507e20c0fb8512f5dfd309accd6cfba61811b8d637f5e991aaa0a250a906fcb95c')
+
+build() {
+  cd IO-Socket-SSL-${pkgver}
+  yes | perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IO-Socket-SSL-${pkgver}
+  make test || warning "TLS 1.3 related errors"
+}
+
+package() {
+  cd IO-Socket-SSL-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 16:29:22
  Author: felixonmars
Revision: 337392

upgpkg: perl-io-socket-ssl 2.060-1

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 16:15:29 UTC (rev 337391)
+++ PKGBUILD2018-10-27 16:29:22 UTC (rev 337392)
@@ -1,8 +1,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=perl-io-socket-ssl
-pkgver=2.056
-pkgrel=2
+pkgver=2.060
+pkgrel=1
 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
 arch=('any')
 license=('GPL' 'PerlArtistic')
@@ -11,7 +11,7 @@
 checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('281b20a3b50294b4362a7a7b9c631dc5a0d04b4c')
+sha512sums=('1a1e29f8a4b912bd3643509356c66b3a567ae41bb0ac9eb30f6ca97eb68bf9507e20c0fb8512f5dfd309accd6cfba61811b8d637f5e991aaa0a250a906fcb95c')
 
 build() {
   cd IO-Socket-SSL-${pkgver}
@@ -21,7 +21,7 @@
 
 check() {
   cd IO-Socket-SSL-${pkgver}
-  make test
+  make test || warning "TLS 1.3 related errors"
 }
 
 package() {


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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:15:26
  Author: heftig
Revision: 337390

archrelease: copy trunk to extra-x86_64

Added:
  gmime3/repos/extra-x86_64/PKGBUILD
(from rev 337389, gmime3/trunk/PKGBUILD)
Deleted:
  gmime3/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 16:15:09 UTC (rev 337389)
+++ PKGBUILD2018-10-27 16:15:26 UTC (rev 337390)
@@ -1,44 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Ben 
-
-pkgname=gmime3
-pkgver=3.2.0
-pkgrel=3
-pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
-arch=(x86_64)
-license=(GPL)
-url="https://github.com/jstedfast/gmime";
-depends=(glib2 gpgme zlib libidn)
-makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=7bae7f1dddf5e017548841a9803f8b0f505caa9f  # tags/3.2.0^0
-source=("git+https://github.com/jstedfast/gmime#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gmime
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gmime
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gmime
-
-  ./configure --prefix=/usr \
---program-prefix=$pkgname \
---enable-gtk-doc \
---enable-smime \
---disable-static
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd gmime
-  make DESTDIR="$pkgdir" install
-}

Copied: gmime3/repos/extra-x86_64/PKGBUILD (from rev 337389, 
gmime3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 16:15:26 UTC (rev 337390)
@@ -0,0 +1,44 @@
+# Maintainer: Jan de Groot 
+# Contributor: Ben 
+
+pkgname=gmime3
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
+arch=(x86_64)
+license=(GPL)
+url="https://github.com/jstedfast/gmime";
+depends=(glib2 gpgme zlib libidn2)
+makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
+_commit=e5151d4b10d3d5d1420db13450c729f2f1cdc368  # tags/3.2.1^0
+source=("git+https://github.com/jstedfast/gmime#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gmime
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gmime
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gmime
+
+  ./configure --prefix=/usr \
+--program-prefix=$pkgname \
+--enable-gtk-doc \
+--enable-smime \
+--disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd gmime
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnome-desktop/repos/extra-x86_64 (4 files)

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:15:29
  Author: heftig
Revision: 337391

archrelease: copy trunk to extra-x86_64

Added:
  gnome-desktop/repos/extra-x86_64/PKGBUILD
(from rev 337389, gnome-desktop/trunk/PKGBUILD)
  gnome-desktop/repos/extra-x86_64/bwrap-var.diff
(from rev 337389, gnome-desktop/trunk/bwrap-var.diff)
Deleted:
  gnome-desktop/repos/extra-x86_64/PKGBUILD
  gnome-desktop/repos/extra-x86_64/bwrap-var.diff

+
 PKGBUILD   |   98 +++
 bwrap-var.diff |   30 
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 16:15:26 UTC (rev 337390)
+++ PKGBUILD2018-10-27 16:15:29 UTC (rev 337391)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.30.1
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-url="https://gitlab.gnome.org/GNOME/gnome-desktop";
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
-makedepends=(gobject-introspection git autoconf-archive gtk-doc yelp-tools)
-_commit=82cd85e8e0fba88acfa203832fa0b123ee2f2d04  # tags/3.30.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit";
-bwrap-var.diff)
-sha256sums=('SKIP'
-'f45d72715ff4893d71b186f5f547a7c466dbe9c6db097be28d32667c73bdee73')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../bwrap-var.diff  # evince-thumbnailer needs fontconfig cache
-  gtkdocize
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc \
---with-gnome-distributor="Arch Linux®" --enable-compile-warnings=yes
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/extra-x86_64/PKGBUILD (from rev 337389, 
gnome-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 16:15:29 UTC (rev 337391)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.30.2
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+url="https://gitlab.gnome.org/GNOME/gnome-desktop";
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
+makedepends=(gobject-introspection git autoconf-archive gtk-doc yelp-tools)
+_commit=8b7e4d1986450c4991e03de6b32bc98ee4f13c21  # tags/3.30.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit";
+bwrap-var.diff)
+sha256sums=('SKIP'
+'f45d72715ff4893d71b186f5f547a7c466dbe9c6db097be28d32667c73bdee73')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../bwrap-var.diff  # evince-thumbnailer needs fontconfig cache
+  gtkdocize
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc \
+--with-gnome-distributor="Arch Linux®" --enable-compile-warnings=yes
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: bwrap-var.diff
===
--- bwrap-var.diff  2018-10-27 16:15:26 UTC (rev 337390)
+++ bwrap-var.diff  2018-10-27 16:15:29 UTC (rev 337391)
@@ -1,15 +0,0 @@
- libgnome-desktop/gnome-desktop-thumbnail-script.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git c/libgnome-desktop/gnome-desktop-thumbnail-script.c 
i/libgnome-desktop/gnome-desktop-thumbnail-script.c
-index 14e2fed3..87da30f9 100644
 c/libgnome-desktop/gnome-desktop-thumbnail-script.c
-+++ i/libgnome-desktop/gnome-desktop-thumbnail-script.c
-@@ -515,6 +515,7 @@ add_bwrap (GPtrArray   *array,
- 
-   add_args (array,
-   "bwrap",
-+  "--ro-bind", "/var", "/var",
-   "--ro-bind", "/usr", "/usr",
-   "--ro-bind", "/lib", "/lib",
-   "--ro-bind", "/lib64", "/lib64",

Copied: gnome-desktop/repos/extra-x86_64/bwrap-var.diff (from rev 337389, 
gnome-desktop/trunk/bwrap-var.diff)
===
--- bwrap-var.diff  (rev 0)
+++ bwrap-var.diff  2018-10-27 16:1

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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:15:09
  Author: heftig
Revision: 337389

3.2.1-1

Modified:
  gmime3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 16:13:25 UTC (rev 337388)
+++ PKGBUILD2018-10-27 16:15:09 UTC (rev 337389)
@@ -2,15 +2,15 @@
 # Contributor: Ben 
 
 pkgname=gmime3
-pkgver=3.2.0
-pkgrel=3
+pkgver=3.2.1
+pkgrel=1
 pkgdesc="A C/C++ MIME creation and parser library with support for S/MIME, 
PGP, and Unix mbox spools"
 arch=(x86_64)
 license=(GPL)
 url="https://github.com/jstedfast/gmime";
-depends=(glib2 gpgme zlib libidn)
+depends=(glib2 gpgme zlib libidn2)
 makedepends=(gobject-introspection gtk-doc git vala docbook-utils)
-_commit=7bae7f1dddf5e017548841a9803f8b0f505caa9f  # tags/3.2.0^0
+_commit=e5151d4b10d3d5d1420db13450c729f2f1cdc368  # tags/3.2.1^0
 source=("git+https://github.com/jstedfast/gmime#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:13:25
  Author: heftig
Revision: 337388

3.30.2-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 16:09:03 UTC (rev 337387)
+++ PKGBUILD2018-10-27 16:13:25 UTC (rev 337388)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-desktop
-pkgver=3.30.1
+pkgver=3.30.2
 pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
@@ -11,7 +11,7 @@
 license=(GPL LGPL)
 depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes 
libseccomp bubblewrap)
 makedepends=(gobject-introspection git autoconf-archive gtk-doc yelp-tools)
-_commit=82cd85e8e0fba88acfa203832fa0b123ee2f2d04  # tags/3.30.1^0
+_commit=8b7e4d1986450c4991e03de6b32bc98ee4f13c21  # tags/3.30.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit";
 bwrap-var.diff)
 sha256sums=('SKIP'


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 16:09:03
  Author: felixonmars
Revision: 337387

archrelease: copy trunk to testing-x86_64

Added:
  aspell/repos/testing-x86_64/
  aspell/repos/testing-x86_64/PKGBUILD
(from rev 337386, aspell/trunk/PKGBUILD)

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

Copied: aspell/repos/testing-x86_64/PKGBUILD (from rev 337386, 
aspell/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-10-27 16:09:03 UTC (rev 337387)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Jochem Kossen 
+# Contributor: dorphell 
+# Contributor: Thayer Williams 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aspell
+_pkgver=0.60.7-rc1
+pkgver=${_pkgver/-/}
+_pkgmajorver=0.60
+pkgrel=1
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('x86_64')
+url="http://aspell.net/";
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+source=("https://github.com/GNUAspell/aspell/archive/rel-$_pkgver.tar.gz";)
+sha512sums=('8ba34c2de543f82d4f638dca945a6e465e3c21ffd1b8a2f08b6c6b7b326c78d15c35607257e2e9939c61e95fc06951d06249eb5d2847a8750b592c11d4402875')
+
+build() {
+  cd $pkgname-rel-$_pkgver
+  PERL_USE_UNSAFE_INC=1 ./autogen
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-rel-$_pkgver
+  make DESTDIR="$pkgdir" install
+  ln -s $pkgname-$_pkgmajorver "$pkgdir"/usr/lib/$pkgname
+}


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 16:08:36
  Author: felixonmars
Revision: 337386

upgpkg: aspell 0.60.7rc1-1

Modified:
  aspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 16:07:37 UTC (rev 337385)
+++ PKGBUILD2018-10-27 16:08:36 UTC (rev 337386)
@@ -1,4 +1,4 @@
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: Jochem Kossen 
 # Contributor: dorphell 
 # Contributor: Thayer Williams 
@@ -5,9 +5,10 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=aspell
-pkgver=0.60.6.1
+_pkgver=0.60.7-rc1
+pkgver=${_pkgver/-/}
 _pkgmajorver=0.60
-pkgrel=5
+pkgrel=1
 pkgdesc="A spell checker designed to eventually replace Ispell"
 arch=('x86_64')
 url="http://aspell.net/";
@@ -14,18 +15,18 @@
 license=('LGPL')
 depends=('gcc-libs' 'ncurses')
 optdepends=('perl: to import old dictionaries')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
-sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
+source=("https://github.com/GNUAspell/aspell/archive/rel-$_pkgver.tar.gz";)
+sha512sums=('8ba34c2de543f82d4f638dca945a6e465e3c21ffd1b8a2f08b6c6b7b326c78d15c35607257e2e9939c61e95fc06951d06249eb5d2847a8750b592c11d4402875')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-rel-$_pkgver
+  PERL_USE_UNSAFE_INC=1 ./autogen
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
+  cd $pkgname-rel-$_pkgver
+  make DESTDIR="$pkgdir" install
+  ln -s $pkgname-$_pkgmajorver "$pkgdir"/usr/lib/$pkgname
 }


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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:07:37
  Author: heftig
Revision: 337385

archrelease: copy trunk to extra-x86_64

Added:
  gnome-documents/repos/extra-x86_64/PKGBUILD
(from rev 337384, gnome-documents/trunk/PKGBUILD)
Deleted:
  gnome-documents/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 16:06:42 UTC (rev 337384)
+++ PKGBUILD2018-10-27 16:07:37 UTC (rev 337385)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-documents
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="A document manager application for GNOME"
-url="https://wiki.gnome.org/Apps/Documents";
-arch=(x86_64)
-license=(GPL)
-depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata 
tracker-miners libzapojit
- webkit2gtk gnome-online-miners librsvg libgepub)
-makedepends=(gobject-introspection git meson yelp-tools inkscape)
-optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-groups=(gnome)
-_commit=a8cb36c7a6d21ae1984df85c16ab1da914ef28b9  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-documents.git#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libgd.git";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-  
-
-build() {
-  arch-meson $pkgname build -D getting_started=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/extra-x86_64/PKGBUILD (from rev 337384, 
gnome-documents/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 16:07:37 UTC (rev 337385)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.30.0
+pkgrel=2
+pkgdesc="A document manager application for GNOME"
+url="https://wiki.gnome.org/Apps/Documents";
+arch=(x86_64)
+license=(GPL)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata 
tracker-miners libzapojit
+ webkit2gtk gnome-online-miners librsvg libgepub 
gnome-epub-thumbnailer)
+makedepends=(gobject-introspection git meson yelp-tools inkscape)
+optdepends=('libreoffice-fresh: Support for Libreoffice document types')
+groups=(gnome)
+_commit=a8cb36c7a6d21ae1984df85c16ab1da914ef28b9  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-documents.git#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libgd.git";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+  
+
+build() {
+  arch-meson $pkgname build -D getting_started=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gnome-epub-thumbnailer/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:06:42
  Author: heftig
Revision: 337384

archrelease: copy trunk to extra-x86_64

Added:
  gnome-epub-thumbnailer/repos/extra-x86_64/PKGBUILD
(from rev 337383, gnome-epub-thumbnailer/trunk/PKGBUILD)
Deleted:
  gnome-epub-thumbnailer/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 16:04:58 UTC (rev 337383)
+++ PKGBUILD2018-10-27 16:06:42 UTC (rev 337384)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-epub-thumbnailer
-pkgver=1.5
-pkgrel=1
-pkgdesc="Thumbnailer for EPub and MOBI books"
-url="https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer";
-license=(GPL)
-arch=(x86_64)
-_commit=cce8d8e594ef8fe77720ca33656c2f4368cd424a  # tags/1.5^0
-depends=(gdk-pixbuf2 libarchive libxml2)
-makedepends=(git gnome-common)
-source=("git+https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer.git#commit=$_commit";)
-sha256sums=('SKIP')
- 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-compile-warnings=minimum
-  make
-}
-
-check() {
-  make -C $pkgname check
-}
- 
-package() {
-  DESTDIR="$pkgdir" make -C $pkgname install
-}
-
-# vim:set sw=2 et:

Copied: gnome-epub-thumbnailer/repos/extra-x86_64/PKGBUILD (from rev 337383, 
gnome-epub-thumbnailer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 16:06:42 UTC (rev 337384)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-epub-thumbnailer
+pkgver=1.5
+pkgrel=1
+pkgdesc="Thumbnailer for EPub and MOBI books"
+url="https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer";
+license=(GPL)
+arch=(x86_64)
+_commit=cce8d8e594ef8fe77720ca33656c2f4368cd424a  # tags/1.5^0
+depends=(gdk-pixbuf2 libarchive libxml2)
+makedepends=(git gnome-common)
+source=("git+https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer.git#commit=$_commit";)
+sha256sums=('SKIP')
+ 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-compile-warnings=minimum
+  make
+}
+
+check() {
+  make -C $pkgname check
+}
+ 
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+}
+
+# vim:set sw=2 et:


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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 16:04:58
  Author: heftig
Revision: 337383

3.30.0-2: FS#58972 add thumbnailer

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 16:00:55 UTC (rev 337382)
+++ PKGBUILD2018-10-27 16:04:58 UTC (rev 337383)
@@ -2,13 +2,13 @@
 
 pkgname=gnome-documents
 pkgver=3.30.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A document manager application for GNOME"
 url="https://wiki.gnome.org/Apps/Documents";
 arch=(x86_64)
 license=(GPL)
 depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata 
tracker-miners libzapojit
- webkit2gtk gnome-online-miners librsvg libgepub)
+ webkit2gtk gnome-online-miners librsvg libgepub 
gnome-epub-thumbnailer)
 makedepends=(gobject-introspection git meson yelp-tools inkscape)
 optdepends=('libreoffice-fresh: Support for Libreoffice document types')
 groups=(gnome)


[arch-commits] Commit in gnome-epub-thumbnailer/repos (2 files)

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 15:57:06
  Author: heftig
Revision: 337381

archrelease: copy trunk to extra-x86_64

Added:
  gnome-epub-thumbnailer/repos/extra-x86_64/
  gnome-epub-thumbnailer/repos/extra-x86_64/PKGBUILD
(from rev 337380, gnome-epub-thumbnailer/trunk/PKGBUILD)

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

Copied: gnome-epub-thumbnailer/repos/extra-x86_64/PKGBUILD (from rev 337380, 
gnome-epub-thumbnailer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-10-27 15:57:06 UTC (rev 337381)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-epub-thumbnailer
+pkgver=1.5
+pkgrel=1
+pkgdesc="Thumbnailer for EPub and MOBI books"
+url="https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer";
+license=(GPL)
+arch=(x86_64)
+_commit=cce8d8e594ef8fe77720ca33656c2f4368cd424a  # tags/1.5^0
+depends=(gdk-pixbuf2 libarchive libxml2)
+makedepends=(git gnome-common)
+source=("git+https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer.git#commit=$_commit";)
+sha256sums=('SKIP')
+ 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-compile-warnings=minimum
+  make
+}
+
+check() {
+  make -C $pkgname check
+}
+ 
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in gnome-epub-thumbnailer/trunk (PKGBUILD)

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 15:56:27
  Author: heftig
Revision: 337380

1.5-1: FS#58972 add thumbnailer

Added:
  gnome-epub-thumbnailer/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 15:56:27 UTC (rev 337380)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-epub-thumbnailer
+pkgver=1.5
+pkgrel=1
+pkgdesc="Thumbnailer for EPub and MOBI books"
+url="https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer";
+license=(GPL)
+arch=(x86_64)
+_commit=cce8d8e594ef8fe77720ca33656c2f4368cd424a  # tags/1.5^0
+depends=(gdk-pixbuf2 libarchive libxml2)
+makedepends=(git gnome-common)
+source=("git+https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer.git#commit=$_commit";)
+sha256sums=('SKIP')
+ 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-compile-warnings=minimum
+  make
+}
+
+check() {
+  make -C $pkgname check
+}
+ 
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+}
+
+# vim:set sw=2 et:


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


[arch-commits] Commit in (3 files)

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 15:53:28
  Author: heftig
Revision: 337379

Add gnome-epub-thumbnailer

Added:
  gnome-epub-thumbnailer/
  gnome-epub-thumbnailer/repos/
  gnome-epub-thumbnailer/trunk/


[arch-commits] Commit in deepin-music/repos/community-staging-x86_64 (2 files)

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 15:47:39
  Author: felixonmars
Revision: 399216

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-music/repos/community-staging-x86_64/PKGBUILD
(from rev 399215, deepin-music/trunk/PKGBUILD)
Deleted:
  deepin-music/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 15:46:53 UTC (rev 399215)
+++ PKGBUILD2018-10-27 15:47:39 UTC (rev 399216)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-music
-pkgver=3.1.8.4
-pkgrel=2
-pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-music";
-license=('GPL3')
-depends=('deepin-qt5integration' 'ffmpeg' 'taglib' 'libcue' 'qt5-svg' 
'gst-plugins-bad')
-makedepends=('python' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz";)
-sha512sums=('2628298d81d1c1878c618819b6a468366130e59ea83c8db25d1b8d714b27b55d3e6409554214bf76a547e63da1ffe60f7a20641a6a8913df170c3c04ccf5c39c')
-
-build() {
-  cd deepin-music-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-music-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-music/repos/community-staging-x86_64/PKGBUILD (from rev 399215, 
deepin-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 15:47:39 UTC (rev 399216)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-music
+pkgver=3.1.8.5
+pkgrel=2
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-music";
+license=('GPL3')
+depends=('deepin-qt5integration' 'ffmpeg' 'taglib' 'libcue' 'qt5-svg' 
'gst-plugins-bad')
+makedepends=('python' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz";)
+sha512sums=('269b0f52b091d611bdef97c2faa6411589180ad655f16ce8c621f752308a1deb0b9e919cd261239660efb49db950d7fa81cff88d8af8e45a427233e228840001')
+
+build() {
+  cd deepin-music-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-music-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 15:46:53
  Author: felixonmars
Revision: 399215

icu 63.1 / poppler 0.70.0 rebuild

Modified:
  deepin-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 15:01:52 UTC (rev 399214)
+++ PKGBUILD2018-10-27 15:46:53 UTC (rev 399215)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-music
 pkgver=3.1.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-music";


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 15:01:52
  Author: felixonmars
Revision: 399214

archrelease: copy trunk to community-x86_64

Added:
  deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 399213, deepin-dock/trunk/PKGBUILD)
Deleted:
  deepin-dock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 15:01:00 UTC (rev 399213)
+++ PKGBUILD2018-10-27 15:01:52 UTC (rev 399214)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=4.7.4
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-dock";
-license=('GPL3')
-depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
- 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz";)
-sha512sums=('230da0a11fa87e7d471f354dcc19db112abb940b159f96057392c773b3bc554754b0a0476c865564197a248c107b27e9f7cb69c3d0f54857ff217211b98a7f52')
-
-build() {
-  cd dde-dock-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DARCHITECTURE=$CARCH
-  make
-}
-
-package() {
-  cd dde-dock-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 399213, 
deepin-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 15:01:52 UTC (rev 399214)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=4.7.4
+pkgrel=2
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock";
+license=('GPL3')
+depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
+ 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz";)
+sha512sums=('230da0a11fa87e7d471f354dcc19db112abb940b159f96057392c773b3bc554754b0a0476c865564197a248c107b27e9f7cb69c3d0f54857ff217211b98a7f52')
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DDOCK_TRAY_USE_NATIVE_POPUP=YES
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 15:01:00
  Author: felixonmars
Revision: 399213

upgpkg: deepin-dock 4.7.4-2

specify DOCK_TRAY_USE_NATIVE_POPUP as per upstream suggested

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 14:53:37 UTC (rev 399212)
+++ PKGBUILD2018-10-27 15:01:00 UTC (rev 399213)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-dock
 pkgver=4.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-dock";
@@ -20,7 +20,7 @@
 
 build() {
   cd dde-dock-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DARCHITECTURE=$CARCH
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DDOCK_TRAY_USE_NATIVE_POPUP=YES
   make
 }
 


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 14:53:37
  Author: felixonmars
Revision: 399212

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtshadowsocks/repos/community-staging-x86_64/
  libqtshadowsocks/repos/community-staging-x86_64/PKGBUILD
(from rev 399210, libqtshadowsocks/trunk/PKGBUILD)

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

Copied: libqtshadowsocks/repos/community-staging-x86_64/PKGBUILD (from rev 
399210, libqtshadowsocks/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-27 14:53:37 UTC (rev 399212)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+# Contributor: yk 
+
+pkgname=libqtshadowsocks
+pkgver=2.1.0
+pkgrel=4
+pkgdesc="A lightweight library for shadowsocks"
+arch=("x86_64")
+url="https://github.com/shadowsocks/libQtShadowsocks";
+license=("GPL")
+depends=('botan>=2.7.0' 'qt5-base')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz";)
+sha512sums=('af5b71ce7e40b593bf95c1000d866e2c4426d17398620083a996b84234524e8418fbae071edd03ac1944817a96d7eee8b0b7a5860872fef41996ebbda8418558')
+
+build() {
+  cd libQtShadowsocks-$pkgver
+  cmake -DUSE_BOTAN2=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
.
+  make
+}
+
+package() {
+  cd libQtShadowsocks-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 14:48:17
  Author: felixonmars
Revision: 399211

archrelease: copy trunk to community-testing-any

Added:
  python-digitalocean/repos/community-testing-any/
  python-digitalocean/repos/community-testing-any/PKGBUILD
(from rev 399210, python-digitalocean/trunk/PKGBUILD)

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

Copied: python-digitalocean/repos/community-testing-any/PKGBUILD (from rev 
399210, python-digitalocean/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-10-27 14:48:17 UTC (rev 399211)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-digitalocean
+pkgname=('python-digitalocean' 'python2-digitalocean')
+pkgver=1.14.0
+pkgrel=1
+pkgdesc='digitalocean.com API to manage Droplets and Images'
+arch=('any')
+license=('LGPL')
+url='https://github.com/koalalorenzo/python-digitalocean'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-jsonpickle' 'python2-jsonpickle')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-responses' 'python2-responses')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/koalalorenzo/python-digitalocean/archive/v$pkgver.tar.gz";)
+sha512sums=('821116dfdfa2191af409f3433d1edee4b6d2f97700b1b8ba6d7ca1cd6e38dd555e8dcf83e0b631d1a4e958abd0e989e3001d774916f94b2244a9d9f6bcffbf4e')
+
+prepare() {
+  cp -a python-digitalocean-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-digitalocean-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-digitalocean-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-digitalocean-$pkgver
+  python setup.py pytest || warning 
"https://github.com/koalalorenzo/python-digitalocean/issues/258";
+
+  cd "$srcdir"/python-digitalocean-$pkgver-py2
+  python2 setup.py pytest || warning 
"https://github.com/koalalorenzo/python-digitalocean/issues/258";
+}
+
+package_python-digitalocean() {
+  depends=('python-requests' 'python-jsonpickle')
+
+  cd python-digitalocean-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-digitalocean() {
+  depends=('python2-requests' 'python2-jsonpickle')
+
+  cd python-digitalocean-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 14:42:07
  Author: felixonmars
Revision: 399210

upgpkg: python-digitalocean 1.14.0-1

Modified:
  python-digitalocean/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 14:40:51 UTC (rev 399209)
+++ PKGBUILD2018-10-27 14:42:07 UTC (rev 399210)
@@ -2,8 +2,8 @@
 
 pkgbase=python-digitalocean
 pkgname=('python-digitalocean' 'python2-digitalocean')
-pkgver=1.13.2
-pkgrel=2
+pkgver=1.14.0
+pkgrel=1
 pkgdesc='digitalocean.com API to manage Droplets and Images'
 arch=('any')
 license=('LGPL')
@@ -12,7 +12,7 @@
  'python-jsonpickle' 'python2-jsonpickle')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-responses' 'python2-responses')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/koalalorenzo/python-digitalocean/archive/v$pkgver.tar.gz";)
-sha512sums=('6ccc559d755c96b84c311b8f8798388e7e6c1f4e344568093f5c81902c703b9b05e6a143a59c5935d049e407ec11df326e0cf2192524f74829857c1013a12bbc')
+sha512sums=('821116dfdfa2191af409f3433d1edee4b6d2f97700b1b8ba6d7ca1cd6e38dd555e8dcf83e0b631d1a4e958abd0e989e3001d774916f94b2244a9d9f6bcffbf4e')
 
 prepare() {
   cp -a python-digitalocean-$pkgver{,-py2}
@@ -28,10 +28,10 @@
 
 check() {
   cd "$srcdir"/python-digitalocean-$pkgver
-  python setup.py pytest
+  python setup.py pytest || warning 
"https://github.com/koalalorenzo/python-digitalocean/issues/258";
 
   cd "$srcdir"/python-digitalocean-$pkgver-py2
-  python2 setup.py pytest
+  python2 setup.py pytest || warning 
"https://github.com/koalalorenzo/python-digitalocean/issues/258";
 }
 
 package_python-digitalocean() {


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 14:40:51
  Author: felixonmars
Revision: 399209

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   94 
 v2ray.service |   26 +++
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 14:40:31 UTC (rev 399208)
+++ PKGBUILD2018-10-27 14:40:51 UTC (rev 399209)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: pandada8 
-
-pkgname=v2ray
-pkgver=3.49
-pkgrel=1
-pkgdesc="A platform for building proxies to bypass network restrictions"
-arch=('x86_64')
-url="https://github.com/v2ray/v2ray-core";
-license=('MIT')
-makedepends=('go' 'git')
-backup=(etc/v2ray/config.json)
-source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip";
-
"v2ray-ext-$pkgver.tar.gz::https://github.com/v2ray/ext/archive/v$pkgver.tar.gz";
-'v2ray.service')
-sha512sums=('d5bfe85c3fe4738d085c93783cadeabf096f60dcfc8b5a263d5fd8e22d5b45137ef28993bef4660e43021a62ffd9c4fc7c6629bdd41c5ce9ff6d5e5f7b4c022b'
-
'ac1aa63dfe321f2c32ad172fb1b817a7aea0f9f3e672afab938971d2cb3ab4d2d01a2902e1fb51c4336a5e255dbb6174dfdb5f247757e545240bd1be663aff5a'
-
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p "$GOPATH"/src
-
-  mv *.com *.io *.org "$GOPATH"/src/
-}
-
-build() {
-  go build -o v2ray v2ray.com/core/main
-  go build -o v2ctl v2ray.com/ext/tools/control/main
-}
-
-check() {
-  cd "$GOPATH"/src/v2ray.com/core
-  go test -p 1 -tags json -v v2ray.com/core/...
-}
-
-package() {
-  cd "$GOPATH"/src/v2ray.com/core
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
-  install -Dm644 release/config/systemd/v2ray.service 
${pkgdir}/usr/lib/systemd/system/v2ray.service
-  sed -i '/ExecStart/c\ExecStart=/usr/bin/env v2ray.location.asset=/etc/v2ray 
/usr/bin/v2ray -config /etc/v2ray/config.json' 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
-  install -Dm755 "$srcdir"/v2ray -t "$pkgdir"/usr/bin/
-  install -Dm755 "$srcdir"/v2ctl -t "$pkgdir"/usr/bin/
-
-  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
-}

Copied: v2ray/repos/community-x86_64/PKGBUILD (from rev 399208, 
v2ray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 14:40:51 UTC (rev 399209)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: pandada8 
+
+pkgname=v2ray
+pkgver=3.50
+pkgrel=1
+pkgdesc="A platform for building proxies to bypass network restrictions"
+arch=('x86_64')
+url="https://github.com/v2ray/v2ray-core";
+license=('MIT')
+makedepends=('go' 'git')
+backup=(etc/v2ray/config.json)
+source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip";
+
"v2ray-ext-$pkgver.tar.gz::https://github.com/v2ray/ext/archive/v$pkgver.tar.gz";
+'v2ray.service')
+sha512sums=('29c2d21f630813fb106f6807b55c963ab2a9ab2730d3354c1531ca6b4d85c09326a29d77c26743cc7b88a08769973511eb27618b8dcb7eaf2f7272d1d4b1c764'
+
'66ddcea6ba0bae08d4bd631e1b053b37d6bc653475b5fbc7fbb2f0cd683a374edb8694661488f0139d4a9eb3effc27c56a0cb8b2eb3d2bb8429e555948add902'
+
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p "$GOPATH"/src
+
+  mv *.com *.io *.org "$GOPATH"/src/
+}
+
+build() {
+  go build -o v2ray v2ray.com/core/main
+  go build -o v2ctl v2ray.com/ext/tools/control/main
+}
+
+check() {
+  cd "$GOPATH"/src/v2ray.com/core
+  go test -p 1 -tags json -v v2ray.com/core/...
+}
+
+package() {
+  cd "$GOPATH"/src/v2ray.com/core
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
+  install -Dm644 release/config/systemd/v2ray.service 
${pkgdir}/usr/lib/systemd/system/v2ray.service
+  sed -i '/ExecStart/c\ExecStart=/usr/bin/env v2ray.location.asset=/etc/v2ray 
/usr/bin/v2ray -config /etc/v2ray/config.json' 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
+  install -Dm644 release/config/geoip.dat release/config/geosite.dat 
release/config/*.json -t "$pkgdir"/etc/v2ray/
+  install -Dm755 "$srcdir"/v2ray -t "$pkgdir"/usr/bin/
+  install -Dm755 "$srcdir"/v2ctl -t "$p

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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 14:40:31
  Author: felixonmars
Revision: 399208

upgpkg: v2ray 3.50-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 13:55:12 UTC (rev 399207)
+++ PKGBUILD2018-10-27 14:40:31 UTC (rev 399208)
@@ -2,7 +2,7 @@
 # Contributor: pandada8 
 
 pkgname=v2ray
-pkgver=3.49
+pkgver=3.50
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 
source=("$pkgname-$pkgver.zip::https://github.com/v2ray/v2ray-core/releases/download/v$pkgver/src_all.zip";
 
"v2ray-ext-$pkgver.tar.gz::https://github.com/v2ray/ext/archive/v$pkgver.tar.gz";
 'v2ray.service')
-sha512sums=('d5bfe85c3fe4738d085c93783cadeabf096f60dcfc8b5a263d5fd8e22d5b45137ef28993bef4660e43021a62ffd9c4fc7c6629bdd41c5ce9ff6d5e5f7b4c022b'
-
'ac1aa63dfe321f2c32ad172fb1b817a7aea0f9f3e672afab938971d2cb3ab4d2d01a2902e1fb51c4336a5e255dbb6174dfdb5f247757e545240bd1be663aff5a'
+sha512sums=('29c2d21f630813fb106f6807b55c963ab2a9ab2730d3354c1531ca6b4d85c09326a29d77c26743cc7b88a08769973511eb27618b8dcb7eaf2f7272d1d4b1c764'
+
'66ddcea6ba0bae08d4bd631e1b053b37d6bc653475b5fbc7fbb2f0cd683a374edb8694661488f0139d4a9eb3effc27c56a0cb8b2eb3d2bb8429e555948add902'
 
'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
 
 prepare() {


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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 14:12:40
  Author: heftig
Revision: 337376

archrelease: copy trunk to extra-any

Added:
  perl-file-sharedir/repos/extra-any/PKGBUILD
(from rev 337375, perl-file-sharedir/trunk/PKGBUILD)
Deleted:
  perl-file-sharedir/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 14:07:36 UTC (rev 337375)
+++ PKGBUILD2018-10-27 14:12:40 UTC (rev 337376)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Caleb Cushing 
-
-pkgname=perl-file-sharedir
-_realname=File-ShareDir
-pkgver=1.102
-pkgrel=4
-pkgdesc="Locate per-dist and per-module shared files"
-arch=(any)
-license=(PerlArtistic GPL)
-depends=(perl-class-inspector)
-url="http://search.cpan.org/dist/File-ShareDir";
-options=('!emptydirs')
-_author=REHSACK
-source=("http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/${_author}/$_realname-$pkgver.tar.gz";)
-md5sums=('553157f0e81cd2dabfe140ceb06cd03f')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-file-sharedir/repos/extra-any/PKGBUILD (from rev 337375, 
perl-file-sharedir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 14:12:40 UTC (rev 337376)
@@ -0,0 +1,27 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Caleb Cushing 
+
+pkgname=perl-file-sharedir
+_realname=File-ShareDir
+pkgver=1.116
+pkgrel=1
+pkgdesc="Locate per-dist and per-module shared files"
+arch=(any)
+license=(PerlArtistic GPL)
+depends=(perl-class-inspector)
+url="https://metacpan.org/release/File-ShareDir";
+options=('!emptydirs')
+_author=REHSACK
+source=("https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/${_author}/$_realname-$pkgver.tar.gz";)
+md5sums=('f2a0eee9f04c93753dd56437175e5bda')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 14:12:42
  Author: heftig
Revision: 337378

archrelease: copy trunk to extra-x86_64

Added:
  perl-sdl/repos/extra-x86_64/PKGBUILD
(from rev 337375, perl-sdl/trunk/PKGBUILD)
Deleted:
  perl-sdl/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 14:12:41 UTC (rev 337377)
+++ PKGBUILD2018-10-27 14:12:42 UTC (rev 337378)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Sarah Hay 
-
-pkgname=perl-sdl
-pkgver=2.546
-pkgrel=7
-pkgdesc="Simple DirectMedia Layer for Perl"
-arch=(x86_64)
-license=(LGPL)
-url="http://sdl.perl.org";
-depends=(perl-alien-sdl perl-tie-simple
- sdl_net sdl_ttf sdl_image sdl_mixer sdl_gfx sdl_pango smpeg)
-makedepends=('perl-module-build>=0.40')
-options=('!emptydirs')
-replaces=(sdl_perl)
-conflicts=(sdl_perl)
-provides=("sdl_perl=$pkgver")
-# http://search.cpan.org/dist/SDL/
-_author=FROGGS
-source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/SDL-$pkgver.tar.gz)
-md5sums=('a93283d0fff67bdec5ff4bb8c1d30a09')
-
-build() {
-  cd SDL-$pkgver
-  # Perl selects the proper CFLAGS set for binary modules
-  unset CFLAGS
-  # install module in vendor directories
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd SDL-$pkgver
-  perl Build test || true
-}
-
-package() {
-  cd SDL-$pkgver
-  perl Build install destdir="$pkgdir"
-}

Copied: perl-sdl/repos/extra-x86_64/PKGBUILD (from rev 337375, 
perl-sdl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 14:12:42 UTC (rev 337378)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Sarah Hay 
+
+pkgname=perl-sdl
+pkgver=2.548
+pkgrel=1
+pkgdesc="Simple DirectMedia Layer for Perl"
+arch=(x86_64)
+license=(LGPL)
+url="http://sdl.perl.org";
+depends=(perl-alien-sdl perl-tie-simple
+ sdl_net sdl_ttf sdl_image sdl_mixer sdl_gfx sdl_pango smpeg)
+makedepends=('perl-module-build>=0.40')
+options=('!emptydirs')
+replaces=(sdl_perl)
+conflicts=(sdl_perl)
+provides=("sdl_perl=$pkgver")
+# https://metacpan.org/release/SDL
+_author=FROGGS
+source=(https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/$_author/SDL-$pkgver.tar.gz)
+md5sums=('35faca310f0e246d5cea93a062f054d9')
+sha512sums=('bafc49dddb7e592861f822920915c73bf0c5eea3a6c567623b48a2332c7644caf1451e457545eadea5e314b23bcd85a3f3a52c770abfd498c0e4c0feae85')
+
+build() {
+  cd SDL-$pkgver
+  # Perl selects the proper CFLAGS set for binary modules
+  unset CFLAGS
+  # install module in vendor directories
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd SDL-$pkgver
+  perl Build test || true
+}
+
+package() {
+  cd SDL-$pkgver
+  perl Build install destdir="$pkgdir"
+}


[arch-commits] Commit in perl-text-csv/repos/extra-any (PKGBUILD PKGBUILD)

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 14:12:41
  Author: heftig
Revision: 337377

archrelease: copy trunk to extra-any

Added:
  perl-text-csv/repos/extra-any/PKGBUILD
(from rev 337375, perl-text-csv/trunk/PKGBUILD)
Deleted:
  perl-text-csv/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 14:12:40 UTC (rev 337376)
+++ PKGBUILD2018-10-27 14:12:41 UTC (rev 337377)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname='perl-text-csv'
-_dist="Text-CSV"
-pkgver=1.95
-pkgrel=4
-pkgdesc="comma-separated values manipulator"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url="https://metacpan.org/release/Text-CSV";
-source=("https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/${_dist}-${pkgver}.tar.gz";)
-md5sums=('1e076b4b1f8ba6a5003bf93f3c437a9e')
-sha512sums=('447d38c9f6058251b9c3b1e42bffdec80ffe9ea7f232552921477d3c0dc1e913fe2a1cf1d4cec1410fab92a7e4e59601f429e11a005051710cd2b8d3b77201f9')
-
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-
-build() {
-cd $_dist-$pkgver
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd $_dist-$pkgver
-export PERL_MM_USE_DEFAULT=1
-make test
-}
-
-package() {
-cd $_dist-$pkgver
-make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-text-csv/repos/extra-any/PKGBUILD (from rev 337375, 
perl-text-csv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 14:12:41 UTC (rev 337377)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname='perl-text-csv'
+_dist="Text-CSV"
+pkgver=1.97
+pkgrel=1
+pkgdesc="comma-separated values manipulator"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url="https://metacpan.org/release/Text-CSV";
+source=("https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/${_dist}-${pkgver}.tar.gz";)
+md5sums=('06e9ff3c867fa5ba7f8793ae06ea73ac')
+sha512sums=('3700acb49a563ba7e08d234a383a7d579761d67097cadac8a9cb166cc436756b58a7c4a4d2c7e690e57b3aee99ec3d36e7f05ee135ce29ad6d8034b4570583f3')
+
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+
+build() {
+cd $_dist-$pkgver
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd $_dist-$pkgver
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd $_dist-$pkgver
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 14:07:36
  Author: heftig
Revision: 337375

archrelease: copy trunk to extra-x86_64

Added:
  gitg/repos/extra-x86_64/PKGBUILD
(from rev 337374, gitg/trunk/PKGBUILD)
Deleted:
  gitg/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 14:04:22 UTC (rev 337374)
+++ PKGBUILD2018-10-27 14:07:36 UTC (rev 337375)
@@ -1,39 +0,0 @@
-# Contributor: Eric Bélanger 
-
-pkgname=gitg
-pkgver=3.30
-pkgrel=1
-epoch=1
-pkgdesc="GNOME GUI client to view git repositories"
-url="https://wiki.gnome.org/Apps/Gitg";
-arch=(x86_64)
-license=(GPL)
-depends=(gtksourceview3 git libgit2-glib libgee webkit2gtk libpeas gtkspell3 
python-gobject)
-makedepends=(intltool gobject-introspection git meson vala)
-_commit=1d306388c4c8562d5225d02a737d4636fff24ccf  # tags/v3.30^0
-source=("git+https://gitlab.gnome.org/GNOME/gitg.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
-  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
-}

Copied: gitg/repos/extra-x86_64/PKGBUILD (from rev 337374, gitg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 14:07:36 UTC (rev 337375)
@@ -0,0 +1,39 @@
+# Contributor: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.30.1
+pkgrel=1
+epoch=1
+pkgdesc="GNOME GUI client to view git repositories"
+url="https://wiki.gnome.org/Apps/Gitg";
+arch=(x86_64)
+license=(GPL)
+depends=(gtksourceview3 git libgit2-glib libgee webkit2gtk libpeas gtkspell3 
python-gobject)
+makedepends=(intltool gobject-introspection git meson vala)
+_commit=a10e9899a4ec5f6ce382d6a0d42fcc0d66b114ef  # tags/v3.30.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gitg.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}


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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 14:04:22
  Author: heftig
Revision: 337374

3.30.1-1

Modified:
  gitg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 13:56:26 UTC (rev 337373)
+++ PKGBUILD2018-10-27 14:04:22 UTC (rev 337374)
@@ -1,7 +1,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=gitg
-pkgver=3.30
+pkgver=3.30.1
 pkgrel=1
 epoch=1
 pkgdesc="GNOME GUI client to view git repositories"
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(gtksourceview3 git libgit2-glib libgee webkit2gtk libpeas gtkspell3 
python-gobject)
 makedepends=(intltool gobject-introspection git meson vala)
-_commit=1d306388c4c8562d5225d02a737d4636fff24ccf  # tags/v3.30^0
+_commit=a10e9899a4ec5f6ce382d6a0d42fcc0d66b114ef  # tags/v3.30.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gitg.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 13:56:26
  Author: heftig
Revision: 337373

2.548-1

Modified:
  perl-sdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 13:36:38 UTC (rev 337372)
+++ PKGBUILD2018-10-27 13:56:26 UTC (rev 337373)
@@ -3,8 +3,8 @@
 # Contributor: Sarah Hay 
 
 pkgname=perl-sdl
-pkgver=2.546
-pkgrel=7
+pkgver=2.548
+pkgrel=1
 pkgdesc="Simple DirectMedia Layer for Perl"
 arch=(x86_64)
 license=(LGPL)
@@ -16,10 +16,11 @@
 replaces=(sdl_perl)
 conflicts=(sdl_perl)
 provides=("sdl_perl=$pkgver")
-# http://search.cpan.org/dist/SDL/
+# https://metacpan.org/release/SDL
 _author=FROGGS
-source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/SDL-$pkgver.tar.gz)
-md5sums=('a93283d0fff67bdec5ff4bb8c1d30a09')
+source=(https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/$_author/SDL-$pkgver.tar.gz)
+md5sums=('35faca310f0e246d5cea93a062f054d9')
+sha512sums=('bafc49dddb7e592861f822920915c73bf0c5eea3a6c567623b48a2332c7644caf1451e457545eadea5e314b23bcd85a3f3a52c770abfd498c0e4c0feae85')
 
 build() {
   cd SDL-$pkgver


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

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:55:08
  Author: bluewind
Revision: 399206

upgpkg: python-ansi2html 1.5.2-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 13:49:39 UTC (rev 399205)
+++ PKGBUILD2018-10-27 13:55:08 UTC (rev 399206)
@@ -1,7 +1,8 @@
 # Maintainer: Florian Pritz 
 
 pkgname=python-ansi2html
-pkgver=1.5.1
+_libname=${pkgname/python-/}
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
@@ -8,9 +9,9 @@
 url="http://pypi.python.org/pypi/ansi2html";
 license=('GPL')
 depends=('python-six' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/2d/a0/552aff322ed78f425e9bb8d4868e60340f7137b020d9e423f2d408754184/ansi2html-$pkgver.tar.gz";)
-md5sums=('1166e40ded73e8612b81ffc68c4ecf40')
-sha256sums=('5b721aef18549934cdbf86c11ceb08c844a4c8e85a808986bb5388dfc25a1027')
+source=("https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz";)
+md5sums=('52d6085ad1c5970082ea5305a26af981')
+sha256sums=('96ae85ae7b26b7da674d87de2870ba4d1964bca733ae4614587080b6358c3ba9')
 validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
 
 package() {


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

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:55:12
  Author: bluewind
Revision: 399207

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 13:55:08 UTC (rev 399206)
+++ PKGBUILD2018-10-27 13:55:12 UTC (rev 399207)
@@ -1,20 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=python-ansi2html
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Convert text with ANSI color codes to HTML"
-arch=('any')
-url="http://pypi.python.org/pypi/ansi2html";
-license=('GPL')
-depends=('python-six' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/2d/a0/552aff322ed78f425e9bb8d4868e60340f7137b020d9e423f2d408754184/ansi2html-$pkgver.tar.gz";)
-md5sums=('1166e40ded73e8612b81ffc68c4ecf40')
-sha256sums=('5b721aef18549934cdbf86c11ceb08c844a4c8e85a808986bb5388dfc25a1027')
-validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
-
-package() {
-  cd ansi2html-$pkgver
-
-  python setup.py install --root="$pkgdir"  --optimize=1
-}

Copied: python-ansi2html/repos/community-any/PKGBUILD (from rev 399206, 
python-ansi2html/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 13:55:12 UTC (rev 399207)
@@ -0,0 +1,21 @@
+# Maintainer: Florian Pritz 
+
+pkgname=python-ansi2html
+_libname=${pkgname/python-/}
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Convert text with ANSI color codes to HTML"
+arch=('any')
+url="http://pypi.python.org/pypi/ansi2html";
+license=('GPL')
+depends=('python-six' 'python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz";)
+md5sums=('52d6085ad1c5970082ea5305a26af981')
+sha256sums=('96ae85ae7b26b7da674d87de2870ba4d1964bca733ae4614587080b6358c3ba9')
+validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
+
+package() {
+  cd ansi2html-$pkgver
+
+  python setup.py install --root="$pkgdir"  --optimize=1
+}


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

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:49:36
  Author: bluewind
Revision: 399204

upgpkg: perl-statistics-descriptive 3.0702-1

upstream update

Modified:
  perl-statistics-descriptive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 13:48:58 UTC (rev 399203)
+++ PKGBUILD2018-10-27 13:49:36 UTC (rev 399204)
@@ -1,8 +1,8 @@
 # Maintainer: Florian Pritz 
 
 pkgname=perl-statistics-descriptive
-pkgver=3.0612
-pkgrel=3
+pkgver=3.0702
+pkgrel=1
 pkgdesc='Module of basic descriptive statistical functions.'
 arch=(any)
 license=(PerlArtistic GPL)
@@ -11,8 +11,8 @@
 makedepends=(perl-module-build)
 url=https://metacpan.org/release/Statistics-Descriptive
 
source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-$pkgver.tar.gz";)
-md5sums=(e38cfbc1e3962d099b62a14a57a175f1)
-sha512sums=(1157c0259a376f44363861c515ef56a25cf5a496d67faea546e225751d39c3529f9aa7d1bd021e2e399d5e884e7f5372df67249fe4f5607a6bdd806235503d46)
+md5sums=(7d367a2b1b057261edd48efcbe66eb97)
+sha512sums=(e0742ec356a38ad38f52e56a3ef58af6e539fbfa090d9a1d154560f353a3346d1c800d5d9f7bb0e2f32fb92b611fec16c939a19b7af104ec6ebe627c6c719df6)
 _ddir="Statistics-Descriptive-$pkgver"
 
 build()


[arch-commits] Commit in perl-statistics-descriptive/repos/community-any (2 files)

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:49:39
  Author: bluewind
Revision: 399205

archrelease: copy trunk to community-any

Added:
  perl-statistics-descriptive/repos/community-any/PKGBUILD
(from rev 399204, perl-statistics-descriptive/trunk/PKGBUILD)
Deleted:
  perl-statistics-descriptive/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 13:49:36 UTC (rev 399204)
+++ PKGBUILD2018-10-27 13:49:39 UTC (rev 399205)
@@ -1,48 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-statistics-descriptive
-pkgver=3.0612
-pkgrel=3
-pkgdesc='Module of basic descriptive statistical functions.'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.6' perl-list-moreutils)
-makedepends=(perl-module-build)
-url=https://metacpan.org/release/Statistics-Descriptive
-source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-$pkgver.tar.gz";)
-md5sums=(e38cfbc1e3962d099b62a14a57a175f1)
-sha512sums=(1157c0259a376f44363861c515ef56a25cf5a496d67faea546e225751d39c3529f9aa7d1bd021e2e399d5e884e7f5372df67249fe4f5607a6bdd806235503d46)
-_ddir="Statistics-Descriptive-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  /usr/bin/perl Build.PL
-  ./Build
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  ./Build test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  ./Build install --installdirs=vendor --destdir="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-statistics-descriptive/repos/community-any/PKGBUILD (from rev 
399204, perl-statistics-descriptive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 13:49:39 UTC (rev 399205)
@@ -0,0 +1,48 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-statistics-descriptive
+pkgver=3.0702
+pkgrel=1
+pkgdesc='Module of basic descriptive statistical functions.'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.6' perl-list-moreutils)
+makedepends=(perl-module-build)
+url=https://metacpan.org/release/Statistics-Descriptive
+source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-$pkgver.tar.gz";)
+md5sums=(7d367a2b1b057261edd48efcbe66eb97)
+sha512sums=(e0742ec356a38ad38f52e56a3ef58af6e539fbfa090d9a1d154560f353a3346d1c800d5d9f7bb0e2f32fb92b611fec16c939a19b7af104ec6ebe627c6c719df6)
+_ddir="Statistics-Descriptive-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  /usr/bin/perl Build.PL
+  ./Build
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  unset PERL5LIB PERL_MB_OPT
+  ./Build install --installdirs=vendor --destdir="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-path-tiny/repos/community-any (PKGBUILD PKGBUILD)

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:48:58
  Author: bluewind
Revision: 399203

archrelease: copy trunk to community-any

Added:
  perl-path-tiny/repos/community-any/PKGBUILD
(from rev 399202, perl-path-tiny/trunk/PKGBUILD)
Deleted:
  perl-path-tiny/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 13:48:55 UTC (rev 399202)
+++ PKGBUILD2018-10-27 13:48:58 UTC (rev 399203)
@@ -1,45 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-path-tiny
-pkgver=0.104
-pkgrel=2
-pkgdesc='File path utility'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.8.1')
-url=https://metacpan.org/release/Path-Tiny
-source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-$pkgver.tar.gz";)
-md5sums=(17354181d9794df01be555b25114dd24)
-sha512sums=(6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c)
-_ddir="Path-Tiny-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-path-tiny/repos/community-any/PKGBUILD (from rev 399202, 
perl-path-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 13:48:58 UTC (rev 399203)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-path-tiny
+pkgver=0.108
+pkgrel=1
+pkgdesc='File path utility'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1')
+url=https://metacpan.org/release/Path-Tiny
+source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-$pkgver.tar.gz";)
+md5sums=(1a7fbdccc4585074ce4419b7bec0966c)
+sha512sums=(21cbc8ec84474a2fc14b77a2c8b659676d4842a87a7572497c0dd6ba1c2e5f91cdefa30fc9578fdc416d8c8ee4155ff302833925c1fdf9242c898ba6a0ebee13)
+_ddir="Path-Tiny-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


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

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:48:55
  Author: bluewind
Revision: 399202

upgpkg: perl-path-tiny 0.108-1

upstream update

Modified:
  perl-path-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 13:33:08 UTC (rev 399201)
+++ PKGBUILD2018-10-27 13:48:55 UTC (rev 399202)
@@ -1,8 +1,8 @@
 # Maintainer: Florian Pritz 
 
 pkgname=perl-path-tiny
-pkgver=0.104
-pkgrel=2
+pkgver=0.108
+pkgrel=1
 pkgdesc='File path utility'
 arch=(any)
 license=(PerlArtistic GPL)
@@ -10,8 +10,8 @@
 depends=('perl>=5.8.1')
 url=https://metacpan.org/release/Path-Tiny
 
source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Path-Tiny-$pkgver.tar.gz";)
-md5sums=(17354181d9794df01be555b25114dd24)
-sha512sums=(6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c)
+md5sums=(1a7fbdccc4585074ce4419b7bec0966c)
+sha512sums=(21cbc8ec84474a2fc14b77a2c8b659676d4842a87a7572497c0dd6ba1c2e5f91cdefa30fc9578fdc416d8c8ee4155ff302833925c1fdf9242c898ba6a0ebee13)
 _ddir="Path-Tiny-$pkgver"
 
 build()


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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 13:36:38
  Author: heftig
Revision: 337372

1.97-1

Modified:
  perl-text-csv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 13:33:49 UTC (rev 337371)
+++ PKGBUILD2018-10-27 13:36:38 UTC (rev 337372)
@@ -2,8 +2,8 @@
 
 pkgname='perl-text-csv'
 _dist="Text-CSV"
-pkgver=1.95
-pkgrel=4
+pkgver=1.97
+pkgrel=1
 pkgdesc="comma-separated values manipulator"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -11,8 +11,8 @@
 depends=('perl')
 url="https://metacpan.org/release/Text-CSV";
 
source=("https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/${_dist}-${pkgver}.tar.gz";)
-md5sums=('1e076b4b1f8ba6a5003bf93f3c437a9e')
-sha512sums=('447d38c9f6058251b9c3b1e42bffdec80ffe9ea7f232552921477d3c0dc1e913fe2a1cf1d4cec1410fab92a7e4e59601f429e11a005051710cd2b8d3b77201f9')
+md5sums=('06e9ff3c867fa5ba7f8793ae06ea73ac')
+sha512sums=('3700acb49a563ba7e08d234a383a7d579761d67097cadac8a9cb166cc436756b58a7c4a4d2c7e690e57b3aee99ec3d36e7f05ee135ce29ad6d8034b4570583f3')
 
 unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
 


[arch-commits] Commit in perl-net-openssh/repos/community-any (PKGBUILD PKGBUILD)

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:33:08
  Author: bluewind
Revision: 399201

archrelease: copy trunk to community-any

Added:
  perl-net-openssh/repos/community-any/PKGBUILD
(from rev 399200, perl-net-openssh/trunk/PKGBUILD)
Deleted:
  perl-net-openssh/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 13:33:03 UTC (rev 399200)
+++ PKGBUILD2018-10-27 13:33:08 UTC (rev 399201)
@@ -1,45 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-net-openssh
-pkgver=0.74
-pkgrel=4
-pkgdesc='Perl SSH client package implemented on top of OpenSSH'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=https://metacpan.org/release/Net-OpenSSH
-source=("http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Net-OpenSSH-$pkgver.tar.gz";)
-md5sums=(3a8287d59746ddc245fbe38435b63a43)
-sha512sums=(27b35ed512fe6da160e71264aaf7e1696f8182c5e731a71b95f84736e2dd04b9d3324d3a26549d4426ab6ca470810e5e16c82fbb6a88526015122dee3411a73a)
-_ddir="Net-OpenSSH-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-net-openssh/repos/community-any/PKGBUILD (from rev 399200, 
perl-net-openssh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 13:33:08 UTC (rev 399201)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-net-openssh
+pkgver=0.78
+pkgrel=1
+pkgdesc='Perl SSH client package implemented on top of OpenSSH'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+url=https://metacpan.org/release/Net-OpenSSH
+source=("http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Net-OpenSSH-$pkgver.tar.gz";)
+md5sums=(7289656f3abf30a7d5e39a748ca40fad)
+sha512sums=(5130b9fa0963955397c2fcbf2c317f42bb3a8c181e2d2a73d58b901ff9a9bfb477322fd6b80134f1e67c4c6f661978ffb214317686ab6d8e38a13558d9156307)
+_ddir="Net-OpenSSH-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


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

2018-10-27 Thread Jan Steffens via arch-commits
Date: Saturday, October 27, 2018 @ 13:33:49
  Author: heftig
Revision: 337371

1.116-1

Modified:
  perl-file-sharedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 13:32:17 UTC (rev 337370)
+++ PKGBUILD2018-10-27 13:33:49 UTC (rev 337371)
@@ -3,17 +3,17 @@
 
 pkgname=perl-file-sharedir
 _realname=File-ShareDir
-pkgver=1.102
-pkgrel=4
+pkgver=1.116
+pkgrel=1
 pkgdesc="Locate per-dist and per-module shared files"
 arch=(any)
 license=(PerlArtistic GPL)
 depends=(perl-class-inspector)
-url="http://search.cpan.org/dist/File-ShareDir";
+url="https://metacpan.org/release/File-ShareDir";
 options=('!emptydirs')
 _author=REHSACK
-source=("http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/${_author}/$_realname-$pkgver.tar.gz";)
-md5sums=('553157f0e81cd2dabfe140ceb06cd03f')
+source=("https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/${_author}/$_realname-$pkgver.tar.gz";)
+md5sums=('f2a0eee9f04c93753dd56437175e5bda')
 
 build() {
   cd "$srcdir/$_realname-$pkgver"


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

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:33:03
  Author: bluewind
Revision: 399200

upgpkg: perl-net-openssh 0.78-1

upstream update

Modified:
  perl-net-openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 13:30:21 UTC (rev 399199)
+++ PKGBUILD2018-10-27 13:33:03 UTC (rev 399200)
@@ -1,8 +1,8 @@
 # Maintainer: Florian Pritz 
 
 pkgname=perl-net-openssh
-pkgver=0.74
-pkgrel=4
+pkgver=0.78
+pkgrel=1
 pkgdesc='Perl SSH client package implemented on top of OpenSSH'
 arch=(any)
 license=(PerlArtistic GPL)
@@ -10,8 +10,8 @@
 depends=(perl)
 url=https://metacpan.org/release/Net-OpenSSH
 
source=("http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Net-OpenSSH-$pkgver.tar.gz";)
-md5sums=(3a8287d59746ddc245fbe38435b63a43)
-sha512sums=(27b35ed512fe6da160e71264aaf7e1696f8182c5e731a71b95f84736e2dd04b9d3324d3a26549d4426ab6ca470810e5e16c82fbb6a88526015122dee3411a73a)
+md5sums=(7289656f3abf30a7d5e39a748ca40fad)
+sha512sums=(5130b9fa0963955397c2fcbf2c317f42bb3a8c181e2d2a73d58b901ff9a9bfb477322fd6b80134f1e67c4c6f661978ffb214317686ab6d8e38a13558d9156307)
 _ddir="Net-OpenSSH-$pkgver"
 
 build()


[arch-commits] Commit in perl-mail-dkim/repos/extra-any (PKGBUILD PKGBUILD)

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:32:17
  Author: bluewind
Revision: 337370

archrelease: copy trunk to extra-any

Added:
  perl-mail-dkim/repos/extra-any/PKGBUILD
(from rev 337369, perl-mail-dkim/trunk/PKGBUILD)
Deleted:
  perl-mail-dkim/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 13:32:14 UTC (rev 337369)
+++ PKGBUILD2018-10-27 13:32:17 UTC (rev 337370)
@@ -1,55 +0,0 @@
-# $Id: PKGBUILD 41765 2011-03-08 20:18:32Z spupykin $
-# Maintainer: Florian Pritz 
-# Contributor: Sergej Pupykin 
-# Contributor: Francois Charette 
-
-pkgname=perl-mail-dkim
-pkgver=0.53
-pkgrel=2
-pkgdesc='Signs/verifies Internet mail with DKIM/DomainKey signatures'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl-crypt-openssl-rsa>=0.24' perl-mailtools perl-net-dns
- perl-net-dns-resolver-mock perl-yaml-libyaml)
-checkdepends=(perl-test-requiresinternet)
-url=https://metacpan.org/release/Mail-DKIM
-source=("http://search.cpan.org/CPAN/authors/id/M/MB/MBRADSHAW/Mail-DKIM-$pkgver.tar.gz";)
-md5sums=(7f957f68c009e84544993a136d5ded34)
-sha512sums=(d670dafa3408338f9b59629dbd6038e087e1c6a51e9b5dd49fc459110a40d434b68ab75d6b7e065eb261c1bb13c273542a2d3d8034ee32c33b06c0b225f0a7b3)
-_ddir="Mail-DKIM-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-
-  # Test fails due to dns errors in chroot. Weird, but works on the host 
itself...
-  # possibly fixed in 0.53 so comment for now
-  #rm t/policy.t
-
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-mail-dkim/repos/extra-any/PKGBUILD (from rev 337369, 
perl-mail-dkim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 13:32:17 UTC (rev 337370)
@@ -0,0 +1,54 @@
+# Maintainer: Florian Pritz 
+# Contributor: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-mail-dkim
+pkgver=0.54
+pkgrel=1
+pkgdesc='Signs/verifies Internet mail with DKIM/DomainKey signatures'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl-crypt-openssl-rsa>=0.24' perl-mailtools perl-net-dns
+ perl-net-dns-resolver-mock perl-yaml-libyaml)
+checkdepends=(perl-test-requiresinternet)
+url=https://metacpan.org/release/Mail-DKIM
+source=("http://search.cpan.org/CPAN/authors/id/M/MB/MBRADSHAW/Mail-DKIM-$pkgver.tar.gz";)
+md5sums=(7f65cb291545aa10fa9d0d87d0e8d1d2)
+sha512sums=(fc27c87f9de1207721a14b36b25fec0debdae9e5b075786dc9a5c08de6cc4689954efb2e4900f044809891425a9473455886cde210c8da6a4b1893927b5984eb)
+_ddir="Mail-DKIM-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+
+  # Test fails due to dns errors in chroot. Weird, but works on the host 
itself...
+  # possibly fixed in 0.53 so comment for now
+  #rm t/policy.t
+
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


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

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:32:14
  Author: bluewind
Revision: 337369

upgpkg: perl-mail-dkim 0.54-1

upstream update

Modified:
  perl-mail-dkim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 09:50:13 UTC (rev 337368)
+++ PKGBUILD2018-10-27 13:32:14 UTC (rev 337369)
@@ -3,8 +3,8 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-mail-dkim
-pkgver=0.53
-pkgrel=2
+pkgver=0.54
+pkgrel=1
 pkgdesc='Signs/verifies Internet mail with DKIM/DomainKey signatures'
 arch=(any)
 license=(PerlArtistic GPL)
@@ -14,8 +14,8 @@
 checkdepends=(perl-test-requiresinternet)
 url=https://metacpan.org/release/Mail-DKIM
 
source=("http://search.cpan.org/CPAN/authors/id/M/MB/MBRADSHAW/Mail-DKIM-$pkgver.tar.gz";)
-md5sums=(7f957f68c009e84544993a136d5ded34)
-sha512sums=(d670dafa3408338f9b59629dbd6038e087e1c6a51e9b5dd49fc459110a40d434b68ab75d6b7e065eb261c1bb13c273542a2d3d8034ee32c33b06c0b225f0a7b3)
+md5sums=(7f65cb291545aa10fa9d0d87d0e8d1d2)
+sha512sums=(fc27c87f9de1207721a14b36b25fec0debdae9e5b075786dc9a5c08de6cc4689954efb2e4900f044809891425a9473455886cde210c8da6a4b1893927b5984eb)
 _ddir="Mail-DKIM-$pkgver"
 
 build()


[arch-commits] Commit in perl-log-any-adapter-log4perl/trunk (PKGBUILD)

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:30:12
  Author: bluewind
Revision: 399196

upgpkg: perl-log-any-adapter-log4perl 0.09-1

upstream update

Modified:
  perl-log-any-adapter-log4perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 13:27:16 UTC (rev 399195)
+++ PKGBUILD2018-10-27 13:30:12 UTC (rev 399196)
@@ -1,8 +1,8 @@
 # Maintainer: Florian Pritz 
 
 pkgname=perl-log-any-adapter-log4perl
-pkgver=0.08
-pkgrel=3
+pkgver=0.09
+pkgrel=1
 pkgdesc='Log::Any adapter for Log::Log4perl'
 arch=(any)
 license=(PerlArtistic GPL)
@@ -10,9 +10,9 @@
 depends=('perl>=5.6' perl-log-any 'perl-log-log4perl>=1.32')
 checkdepends=(perl-log-any)
 url=https://metacpan.org/release/Log-Any-Adapter-Log4perl
-source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Log-Any-Adapter-Log4perl-$pkgver.tar.gz";)
-md5sums=(2313296a3f04e16dd7b974edb12fa2ce)
-sha512sums=(6522aa87a9a5d6c81f77b9415e25919d031fd588c1eb73a8e50aa1c3e43f5226d3c4589b6d89d03ef06b347f40e07ce83a0db5461aed5625f028a6d64fb6c343)
+source=("http://search.cpan.org/CPAN/authors/id/P/PR/PREACTION/Log-Any-Adapter-Log4perl-$pkgver.tar.gz";)
+md5sums=(33f58745a229cfbe5558fd75aeddf6b4)
+sha512sums=(7b7e0d20e8280be7e741676216e37ef9d480c82e874f22495055b29a365951f3f20d76a27a5a1ab9ee22e93a31bead0b2e09063375284c5342fa0694ccc83114)
 _ddir="Log-Any-Adapter-Log4perl-$pkgver"
 
 build()


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

2018-10-27 Thread Levente Polyak via arch-commits
Date: Saturday, October 27, 2018 @ 13:30:14
  Author: anthraxx
Revision: 399197

upgpkg: sniffglue 0.8.2-1

Modified:
  sniffglue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 13:30:12 UTC (rev 399196)
+++ PKGBUILD2018-10-27 13:30:14 UTC (rev 399197)
@@ -2,7 +2,7 @@
 # Contributor: kpcyrd 
 
 pkgname=sniffglue
-pkgver=0.8.0
+pkgver=0.8.2
 pkgrel=1
 pkgdesc='Secure multithreaded packet sniffer'
 url='https://github.com/kpcyrd/sniffglue'
@@ -14,10 +14,10 @@
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 sniffglue-sysuser.conf
 sniffglue.conf)
-sha256sums=('ed1dc26cbe00f0c934422127a505094adc218b1426100febcf35ba5a54ee3f1f'
+sha256sums=('08b3b3077399d634bfefaad5d9c036b423c484ff06997fcf4223ce37f58de304'
 '531e051488e57ed2f5bf5d8289fa5562aa0ca73783838c11ec13c043dc268d02'
 'a2e6cfa918a4e354b5c4c4c84867f3bb142833fde4acab545e13c8e89864004c')
-sha512sums=('2ce40333e155c421636579bcb766c7b9940b3550b6f5b7a7aa6496a70659c1e7092466b7d47d470d5148a7dd06b8cb1a144f6d1f5e6d0f7dfdaa46d62761'
+sha512sums=('5a781e93ac792bcac1c4f355a06fe92a5f51f0796adeb2352a2c0306ad40968e276baed74611e15cffcb3bc2190bff318990bac3be7d957d9cbbd3431753e799'
 
'2595eb4856bc7a59c078255bf2aeeaa44a4f6a69b37cc8982e5d70a8ef14cb29b83b4d191ab3baabfbcf209f3effd232c10ec5baabc6ce52990969526d6fda98'
 
'66e6b87e832ba8424334d24e3457a214e60e67c731471098329d0ca54c574518f7856ba780bb6bffde53bdefe2c8f789a242138ae67e2fef3e562fa083b362b1')
 


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

2018-10-27 Thread Levente Polyak via arch-commits
Date: Saturday, October 27, 2018 @ 13:30:21
  Author: anthraxx
Revision: 399199

archrelease: copy trunk to community-x86_64

Added:
  sniffglue/repos/community-x86_64/PKGBUILD
(from rev 399198, sniffglue/trunk/PKGBUILD)
  sniffglue/repos/community-x86_64/sniffglue-sysuser.conf
(from rev 399198, sniffglue/trunk/sniffglue-sysuser.conf)
  sniffglue/repos/community-x86_64/sniffglue.conf
(from rev 399198, sniffglue/trunk/sniffglue.conf)
Deleted:
  sniffglue/repos/community-x86_64/PKGBUILD
  sniffglue/repos/community-x86_64/sniffglue-sysuser.conf
  sniffglue/repos/community-x86_64/sniffglue.conf

+
 PKGBUILD   |   86 +++
 sniffglue-sysuser.conf |2 -
 sniffglue.conf |6 +--
 3 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 13:30:16 UTC (rev 399198)
+++ PKGBUILD2018-10-27 13:30:21 UTC (rev 399199)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: kpcyrd 
-
-pkgname=sniffglue
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Secure multithreaded packet sniffer'
-url='https://github.com/kpcyrd/sniffglue'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpcap' 'libseccomp')
-makedepends=('cargo')
-backup=('etc/sniffglue.conf')
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-sniffglue-sysuser.conf
-sniffglue.conf)
-sha256sums=('ed1dc26cbe00f0c934422127a505094adc218b1426100febcf35ba5a54ee3f1f'
-'531e051488e57ed2f5bf5d8289fa5562aa0ca73783838c11ec13c043dc268d02'
-'a2e6cfa918a4e354b5c4c4c84867f3bb142833fde4acab545e13c8e89864004c')
-sha512sums=('2ce40333e155c421636579bcb766c7b9940b3550b6f5b7a7aa6496a70659c1e7092466b7d47d470d5148a7dd06b8cb1a144f6d1f5e6d0f7dfdaa46d62761'
-
'2595eb4856bc7a59c078255bf2aeeaa44a4f6a69b37cc8982e5d70a8ef14cb29b83b4d191ab3baabfbcf209f3effd232c10ec5baabc6ce52990969526d6fda98'
-
'66e6b87e832ba8424334d24e3457a214e60e67c731471098329d0ca54c574518f7856ba780bb6bffde53bdefe2c8f789a242138ae67e2fef3e562fa083b362b1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 "${srcdir}/sniffglue-sysuser.conf" 
"${pkgdir}/usr/lib/sysusers.d/sniffglue.conf"
-  install -Dm 644 "${srcdir}/sniffglue.conf" -t "${pkgdir}/etc"
-  install -Dm 644 docs/sniffglue.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sniffglue/repos/community-x86_64/PKGBUILD (from rev 399198, 
sniffglue/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 13:30:21 UTC (rev 399199)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: kpcyrd 
+
+pkgname=sniffglue
+pkgver=0.8.2
+pkgrel=1
+pkgdesc='Secure multithreaded packet sniffer'
+url='https://github.com/kpcyrd/sniffglue'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpcap' 'libseccomp')
+makedepends=('cargo')
+backup=('etc/sniffglue.conf')
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+sniffglue-sysuser.conf
+sniffglue.conf)
+sha256sums=('08b3b3077399d634bfefaad5d9c036b423c484ff06997fcf4223ce37f58de304'
+'531e051488e57ed2f5bf5d8289fa5562aa0ca73783838c11ec13c043dc268d02'
+'a2e6cfa918a4e354b5c4c4c84867f3bb142833fde4acab545e13c8e89864004c')
+sha512sums=('5a781e93ac792bcac1c4f355a06fe92a5f51f0796adeb2352a2c0306ad40968e276baed74611e15cffcb3bc2190bff318990bac3be7d957d9cbbd3431753e799'
+
'2595eb4856bc7a59c078255bf2aeeaa44a4f6a69b37cc8982e5d70a8ef14cb29b83b4d191ab3baabfbcf209f3effd232c10ec5baabc6ce52990969526d6fda98'
+
'66e6b87e832ba8424334d24e3457a214e60e67c731471098329d0ca54c574518f7856ba780bb6bffde53bdefe2c8f789a242138ae67e2fef3e562fa083b362b1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 "${srcdir}/sniffglue-sysuser.conf" 
"${pkgdir}/usr/lib/sysusers.d/sniffglue.conf"
+  install -Dm 644 "${srcdir}/sniffglue.conf" -t "${pkgdir}/etc"
+  install -Dm 644 docs/sniffglue.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: sniffglue-sysuser.conf
===
--- sniffglue-sysuser.conf  2018-10-27 13:30:16 UTC (rev 399198)
+++ sniffglue-sysuser.c

[arch-commits] Commit in perl-log-any-adapter-log4perl/repos/community-any (2 files)

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:30:16
  Author: bluewind
Revision: 399198

archrelease: copy trunk to community-any

Added:
  perl-log-any-adapter-log4perl/repos/community-any/PKGBUILD
(from rev 399197, perl-log-any-adapter-log4perl/trunk/PKGBUILD)
Deleted:
  perl-log-any-adapter-log4perl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 13:30:14 UTC (rev 399197)
+++ PKGBUILD2018-10-27 13:30:16 UTC (rev 399198)
@@ -1,46 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-log-any-adapter-log4perl
-pkgver=0.08
-pkgrel=3
-pkgdesc='Log::Any adapter for Log::Log4perl'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.6' perl-log-any 'perl-log-log4perl>=1.32')
-checkdepends=(perl-log-any)
-url=https://metacpan.org/release/Log-Any-Adapter-Log4perl
-source=("http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Log-Any-Adapter-Log4perl-$pkgver.tar.gz";)
-md5sums=(2313296a3f04e16dd7b974edb12fa2ce)
-sha512sums=(6522aa87a9a5d6c81f77b9415e25919d031fd588c1eb73a8e50aa1c3e43f5226d3c4589b6d89d03ef06b347f40e07ce83a0db5461aed5625f028a6d64fb6c343)
-_ddir="Log-Any-Adapter-Log4perl-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-log-any-adapter-log4perl/repos/community-any/PKGBUILD (from rev 
399197, perl-log-any-adapter-log4perl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 13:30:16 UTC (rev 399198)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-log-any-adapter-log4perl
+pkgver=0.09
+pkgrel=1
+pkgdesc='Log::Any adapter for Log::Log4perl'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.6' perl-log-any 'perl-log-log4perl>=1.32')
+checkdepends=(perl-log-any)
+url=https://metacpan.org/release/Log-Any-Adapter-Log4perl
+source=("http://search.cpan.org/CPAN/authors/id/P/PR/PREACTION/Log-Any-Adapter-Log4perl-$pkgver.tar.gz";)
+md5sums=(33f58745a229cfbe5558fd75aeddf6b4)
+sha512sums=(7b7e0d20e8280be7e741676216e37ef9d480c82e874f22495055b29a365951f3f20d76a27a5a1ab9ee22e93a31bead0b2e09063375284c5342fa0694ccc83114)
+_ddir="Log-Any-Adapter-Log4perl-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


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

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:27:12
  Author: bluewind
Revision: 399194

upgpkg: perl-log-any 1.707-1

upstream update

Modified:
  perl-log-any/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 12:20:51 UTC (rev 399193)
+++ PKGBUILD2018-10-27 13:27:12 UTC (rev 399194)
@@ -1,8 +1,8 @@
 # Maintainer: Florian Pritz 
 
 pkgname=perl-log-any
-pkgver=1.049
-pkgrel=4
+pkgver=1.707
+pkgrel=1
 pkgdesc='Bringing loggers and listeners together'
 arch=(any)
 license=(PerlArtistic GPL)
@@ -10,8 +10,8 @@
 depends=(perl)
 url=https://metacpan.org/release/Log-Any
 
source=("http://search.cpan.org/CPAN/authors/id/P/PR/PREACTION/Log-Any-$pkgver.tar.gz";)
-md5sums=(65ea31597f5bcef73d28e18502e42643)
-sha512sums=(9a6363c7fa8c187deb1c9008411150d3c6a723e17c51cfd957127b2f33246ce680bcea47eae15e856358e643ea8bd8c923a540503b733c421d94f9fdca340f7b)
+md5sums=(610f81b7b74859a105790347472dce34)
+sha512sums=(b5fc37130b3bb07c9fac896c539657fffad2e80c2055a09816e133e48f3f5db9a3b896ea11bf087b5fe6844a72fb6189656a3033c7761c00f471282747e1c290)
 _ddir="Log-Any-$pkgver"
 
 build()


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

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:27:16
  Author: bluewind
Revision: 399195

archrelease: copy trunk to community-any

Added:
  perl-log-any/repos/community-any/PKGBUILD
(from rev 399194, perl-log-any/trunk/PKGBUILD)
Deleted:
  perl-log-any/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 13:27:12 UTC (rev 399194)
+++ PKGBUILD2018-10-27 13:27:16 UTC (rev 399195)
@@ -1,45 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-log-any
-pkgver=1.049
-pkgrel=4
-pkgdesc='Bringing loggers and listeners together'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=https://metacpan.org/release/Log-Any
-source=("http://search.cpan.org/CPAN/authors/id/P/PR/PREACTION/Log-Any-$pkgver.tar.gz";)
-md5sums=(65ea31597f5bcef73d28e18502e42643)
-sha512sums=(9a6363c7fa8c187deb1c9008411150d3c6a723e17c51cfd957127b2f33246ce680bcea47eae15e856358e643ea8bd8c923a540503b733c421d94f9fdca340f7b)
-_ddir="Log-Any-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-log-any/repos/community-any/PKGBUILD (from rev 399194, 
perl-log-any/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 13:27:16 UTC (rev 399195)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-log-any
+pkgver=1.707
+pkgrel=1
+pkgdesc='Bringing loggers and listeners together'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+url=https://metacpan.org/release/Log-Any
+source=("http://search.cpan.org/CPAN/authors/id/P/PR/PREACTION/Log-Any-$pkgver.tar.gz";)
+md5sums=(610f81b7b74859a105790347472dce34)
+sha512sums=(b5fc37130b3bb07c9fac896c539657fffad2e80c2055a09816e133e48f3f5db9a3b896ea11bf087b5fe6844a72fb6189656a3033c7761c00f471282747e1c290)
+_ddir="Log-Any-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


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

2018-10-27 Thread Christian Rebischke via arch-commits
Date: Saturday, October 27, 2018 @ 12:20:51
  Author: shibumi
Revision: 399193

archrelease: copy trunk to community-staging-any

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

+
 PKGBUILD   |   58 +++
 puppet.install |5 
 2 files changed, 63 insertions(+)

Copied: puppet/repos/community-staging-any/PKGBUILD (from rev 399192, 
puppet/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-10-27 12:20:51 UTC (rev 399193)
@@ -0,0 +1,58 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=6.0.2
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="https://puppet.com/products/open-source-projects";
+license=('Apache')
+depends=('facter' 'hiera' 'ruby-semantic-puppet')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('d7115d13cc816725a8536ff879930ae5')
+conflicts=('puppet5')
+provides=('puppet')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/usr/lib/{sysusers.d,tmpfiles.d}
+
+  echo 'u puppet 52 "Puppet" /var/lib/puppet' > \
+"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
+  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Match permissions that puppet sets when running
+  install -dm775 "$pkgdir"/var/lib/puppet
+  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
+
+  rm -r "$pkgdir"/var/run
+}

Copied: puppet/repos/community-staging-any/puppet.install (from rev 399192, 
puppet/trunk/puppet.install)
===
--- community-staging-any/puppet.install(rev 0)
+++ community-staging-any/puppet.install2018-10-27 12:20:51 UTC (rev 
399193)
@@ -0,0 +1,5 @@
+pre_remove() {
+  if [[ -f /run/puppetlabs/agent.pid ]]; then
+systemctl stop puppet
+  fi
+}


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

2018-10-27 Thread Christian Rebischke via arch-commits
Date: Saturday, October 27, 2018 @ 12:20:45
  Author: shibumi
Revision: 399192

upgpkg: puppet 6.0.2-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 12:20:29 UTC (rev 399191)
+++ PKGBUILD2018-10-27 12:20:45 UTC (rev 399192)
@@ -8,19 +8,21 @@
 # Contributor: Niels Abspoel 
 
 pkgname=puppet
-pkgver=5.5.3
+pkgver=6.0.2
 pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
 url="https://puppet.com/products/open-source-projects";
 license=('Apache')
-depends=('facter' 'hiera')
+depends=('facter' 'hiera' 'ruby-semantic-puppet')
 optdepends=('ruby-shadow: user password management')
 backup=('etc/puppetlabs/puppet/auth.conf'
 'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('919269a73cec0790ab68e4c7baede5ca')
+md5sums=('d7115d13cc816725a8536ff879930ae5')
+conflicts=('puppet5')
+provides=('puppet')
 
 prepare() {
   cd $pkgname-$pkgver


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

2018-10-27 Thread Christian Rebischke via arch-commits
Date: Saturday, October 27, 2018 @ 12:20:29
  Author: shibumi
Revision: 399191

archrelease: copy trunk to community-staging-any

Added:
  puppet5/repos/community-staging-any/
  puppet5/repos/community-staging-any/PKGBUILD
(from rev 399190, puppet5/trunk/PKGBUILD)
  puppet5/repos/community-staging-any/puppet.install
(from rev 399190, puppet5/trunk/puppet.install)

+
 PKGBUILD   |   59 +++
 puppet.install |5 
 2 files changed, 64 insertions(+)

Copied: puppet5/repos/community-staging-any/PKGBUILD (from rev 399190, 
puppet5/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-10-27 12:20:29 UTC (rev 399191)
@@ -0,0 +1,59 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+_pkgname=puppet
+pkgname=puppet5
+pkgver=5.5.7
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="https://puppet.com/products/open-source-projects";
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$_pkgname.install
+source=(https://downloads.puppetlabs.com/$_pkgname/$_pkgname-$pkgver.tar.gz)
+md5sums=('019693f1d9f47fa8edbb340488da68ca')
+conflicts=('puppet')
+provides=('puppet')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/usr/lib/{sysusers.d,tmpfiles.d}
+
+  echo 'u puppet 52 "Puppet" /var/lib/puppet' > \
+"$pkgdir"/usr/lib/sysusers.d/$_pkgname.conf
+  echo "d /run/puppetlabs 0755 $_pkgname $_pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$_pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$_pkgname-$pkgver/ext/systemd/$_pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$_pkgname.service
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$_pkgname/LICENSE
+
+  # Match permissions that puppet sets when running
+  install -dm775 "$pkgdir"/var/lib/puppet
+  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
+
+  rm -r "$pkgdir"/var/run
+}

Copied: puppet5/repos/community-staging-any/puppet.install (from rev 399190, 
puppet5/trunk/puppet.install)
===
--- community-staging-any/puppet.install(rev 0)
+++ community-staging-any/puppet.install2018-10-27 12:20:29 UTC (rev 
399191)
@@ -0,0 +1,5 @@
+pre_remove() {
+  if [[ -f /run/puppetlabs/agent.pid ]]; then
+systemctl stop puppet
+  fi
+}


[arch-commits] Commit in (5 files)

2018-10-27 Thread Christian Rebischke via arch-commits
Date: Saturday, October 27, 2018 @ 12:17:07
  Author: shibumi
Revision: 399190

puppet5 added to community for mcollective

Added:
  puppet5/
  puppet5/repos/
  puppet5/trunk/
  puppet5/trunk/PKGBUILD
  puppet5/trunk/puppet.install

+
 PKGBUILD   |   59 +++
 puppet.install |5 
 2 files changed, 64 insertions(+)

Added: puppet5/trunk/PKGBUILD
===
--- puppet5/trunk/PKGBUILD  (rev 0)
+++ puppet5/trunk/PKGBUILD  2018-10-27 12:17:07 UTC (rev 399190)
@@ -0,0 +1,59 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+_pkgname=puppet
+pkgname=puppet5
+pkgver=5.5.7
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="https://puppet.com/products/open-source-projects";
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$_pkgname.install
+source=(https://downloads.puppetlabs.com/$_pkgname/$_pkgname-$pkgver.tar.gz)
+md5sums=('019693f1d9f47fa8edbb340488da68ca')
+conflicts=('puppet')
+provides=('puppet')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/usr/lib/{sysusers.d,tmpfiles.d}
+
+  echo 'u puppet 52 "Puppet" /var/lib/puppet' > \
+"$pkgdir"/usr/lib/sysusers.d/$_pkgname.conf
+  echo "d /run/puppetlabs 0755 $_pkgname $_pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$_pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$_pkgname-$pkgver/ext/systemd/$_pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$_pkgname.service
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$_pkgname/LICENSE
+
+  # Match permissions that puppet sets when running
+  install -dm775 "$pkgdir"/var/lib/puppet
+  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
+
+  rm -r "$pkgdir"/var/run
+}

Added: puppet5/trunk/puppet.install
===
--- puppet5/trunk/puppet.install(rev 0)
+++ puppet5/trunk/puppet.install2018-10-27 12:17:07 UTC (rev 399190)
@@ -0,0 +1,5 @@
+pre_remove() {
+  if [[ -f /run/puppetlabs/agent.pid ]]; then
+systemctl stop puppet
+  fi
+}


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

2018-10-27 Thread Christian Rebischke via arch-commits
Date: Saturday, October 27, 2018 @ 11:18:04
  Author: shibumi
Revision: 399187

upgpkg: ruby-semantic-puppet 1.0.2-1

Modified:
  ruby-semantic-puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 11:02:33 UTC (rev 399186)
+++ PKGBUILD2018-10-27 11:18:04 UTC (rev 399187)
@@ -1,7 +1,7 @@
 # Maintainer : Christian Rebischke 
 # Contributor: Tim Meusel 
 _gemname=semantic_puppet
-pkgname="ruby-${_gemname}"
+pkgname="ruby-semantic-puppet"
 pkgver=1.0.2
 pkgrel=1
 pkgdesc='Tools used by Puppet to parse, validate, and compare Semantic 
Versions and Version Ranges and to query and resolve module dependencies.'


[arch-commits] Commit in ruby-semantic-puppet/repos/community-any (PKGBUILD PKGBUILD)

2018-10-27 Thread Christian Rebischke via arch-commits
Date: Saturday, October 27, 2018 @ 11:18:11
  Author: shibumi
Revision: 399188

archrelease: copy trunk to community-any

Added:
  ruby-semantic-puppet/repos/community-any/PKGBUILD
(from rev 399187, ruby-semantic-puppet/trunk/PKGBUILD)
Deleted:
  ruby-semantic-puppet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 11:18:04 UTC (rev 399187)
+++ PKGBUILD2018-10-27 11:18:11 UTC (rev 399188)
@@ -1,31 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Tim Meusel 
-_gemname=semantic_puppet
-pkgname="ruby-${_gemname}"
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Tools used by Puppet to parse, validate, and compare Semantic 
Versions and Version Ranges and to query and resolve module dependencies.'
-arch=('any')
-url='https://github.com/puppetlabs/semantic_puppet#semanticpuppet'
-depends=('ruby')
-makedepends=('ruby-rdoc' 'rubygems')
-license=('Apache')
-options=('!emptydirs')
-source=("https://rubygems.org/gems/${_gemname}-${pkgver}.gem";)
-noextract=("${_gemname}-${pkgver}.gem")
-sha512sums=('b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480')
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install \
---ignore-dependencies \
---no-user-install \
---install-dir "${pkgdir}${_gemdir}" \
---bindir "${pkgdir}/usr/bin" \
---verbose \
-${_gemname}-${pkgver}.gem
-
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-
-  install -D -m644 
"${pkgdir}/usr/lib/ruby/gems/2.5.0/gems/semantic_puppet-1.0.2/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ruby-semantic-puppet/repos/community-any/PKGBUILD (from rev 399187, 
ruby-semantic-puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 11:18:11 UTC (rev 399188)
@@ -0,0 +1,31 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Tim Meusel 
+_gemname=semantic_puppet
+pkgname="ruby-semantic-puppet"
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Tools used by Puppet to parse, validate, and compare Semantic 
Versions and Version Ranges and to query and resolve module dependencies.'
+arch=('any')
+url='https://github.com/puppetlabs/semantic_puppet#semanticpuppet'
+depends=('ruby')
+makedepends=('ruby-rdoc' 'rubygems')
+license=('Apache')
+options=('!emptydirs')
+source=("https://rubygems.org/gems/${_gemname}-${pkgver}.gem";)
+noextract=("${_gemname}-${pkgver}.gem")
+sha512sums=('b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480')
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+--verbose \
+${_gemname}-${pkgver}.gem
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+
+  install -D -m644 
"${pkgdir}/usr/lib/ruby/gems/2.5.0/gems/semantic_puppet-1.0.2/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in ruby-semantic-puppet/repos/community-any (PKGBUILD PKGBUILD)

2018-10-27 Thread Christian Rebischke via arch-commits
Date: Saturday, October 27, 2018 @ 11:02:33
  Author: shibumi
Revision: 399186

archrelease: copy trunk to community-any

Added:
  ruby-semantic-puppet/repos/community-any/PKGBUILD
(from rev 399185, ruby-semantic-puppet/trunk/PKGBUILD)
Deleted:
  ruby-semantic-puppet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 11:01:12 UTC (rev 399185)
+++ PKGBUILD2018-10-27 11:02:33 UTC (rev 399186)
@@ -1,31 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Tim Meusel 
-_gemname=semantic_puppet
-pkgname="ruby-${_gemname}"
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Tools used by Puppet to parse, validate, and compare Semantic 
Versions and Version Ranges and to query and resolve module dependencies.'
-arch=('any')
-url='https://github.com/puppetlabs/semantic_puppet#semanticpuppet'
-depends=('ruby')
-makedepends=('ruby-rdoc' 'rubygems')
-license=('Apache')
-options=('!emptydirs')
-source=("https://rubygems.org/gems/${_gemname}-${pkgver}.gem";)
-noextract=("${_gemname}-${pkgver}.gem")
-sha512sums=('b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480')
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install \
---ignore-dependencies \
---no-user-install \
---install-dir "${pkgdir}${_gemdir}" \
---bindir "${pkgdir}/usr/bin" \
---verbose \
-${_gemname}-${pkgver}.gem
-
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-
-  install -D -m644 
"${pkgdir}/usr/lib/ruby/gems/2.5.0/gems/semantic_puppet-1.0.2/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ruby-semantic-puppet/repos/community-any/PKGBUILD (from rev 399185, 
ruby-semantic-puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 11:02:33 UTC (rev 399186)
@@ -0,0 +1,31 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Tim Meusel 
+_gemname=semantic_puppet
+pkgname="ruby-${_gemname}"
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Tools used by Puppet to parse, validate, and compare Semantic 
Versions and Version Ranges and to query and resolve module dependencies.'
+arch=('any')
+url='https://github.com/puppetlabs/semantic_puppet#semanticpuppet'
+depends=('ruby')
+makedepends=('ruby-rdoc' 'rubygems')
+license=('Apache')
+options=('!emptydirs')
+source=("https://rubygems.org/gems/${_gemname}-${pkgver}.gem";)
+noextract=("${_gemname}-${pkgver}.gem")
+sha512sums=('b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480')
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+--verbose \
+${_gemname}-${pkgver}.gem
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+
+  install -D -m644 
"${pkgdir}/usr/lib/ruby/gems/2.5.0/gems/semantic_puppet-1.0.2/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in ruby-semantic-puppet/repos/community-any (PKGBUILD PKGBUILD)

2018-10-27 Thread Christian Rebischke via arch-commits
Date: Saturday, October 27, 2018 @ 11:01:12
  Author: shibumi
Revision: 399185

archrelease: copy trunk to community-any

Added:
  ruby-semantic-puppet/repos/community-any/PKGBUILD
(from rev 399184, ruby-semantic-puppet/trunk/PKGBUILD)
Deleted:
  ruby-semantic-puppet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 10:58:50 UTC (rev 399184)
+++ PKGBUILD2018-10-27 11:01:12 UTC (rev 399185)
@@ -1,31 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Tim Meusel 
-_gemname=semantic_puppet
-pkgname="ruby-${_gemname}"
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Tools used by Puppet to parse, validate, and compare Semantic 
Versions and Version Ranges and to query and resolve module dependencies.'
-arch=('any')
-url='https://github.com/puppetlabs/semantic_puppet#semanticpuppet'
-depends=('ruby')
-makedepends=('ruby-rdoc' 'rubygems')
-license=('Apache')
-options=('!emptydirs')
-source=("https://rubygems.org/gems/${_gemname}-${pkgver}.gem";)
-noextract=("${_gemname}-${pkgver}.gem")
-sha512sums=('b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480')
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install \
---ignore-dependencies \
---no-user-install \
---install-dir "${pkgdir}${_gemdir}" \
---bindir "${pkgdir}/usr/bin" \
---verbose \
-${_gemname}-${pkgver}.gem
-
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-
-  install -D -m644 
"${pkgdir}/usr/lib/ruby/gems/2.5.0/gems/semantic_puppet-1.0.2/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ruby-semantic-puppet/repos/community-any/PKGBUILD (from rev 399184, 
ruby-semantic-puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 11:01:12 UTC (rev 399185)
@@ -0,0 +1,31 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Tim Meusel 
+_gemname=semantic_puppet
+pkgname="ruby-${_gemname}"
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Tools used by Puppet to parse, validate, and compare Semantic 
Versions and Version Ranges and to query and resolve module dependencies.'
+arch=('any')
+url='https://github.com/puppetlabs/semantic_puppet#semanticpuppet'
+depends=('ruby')
+makedepends=('ruby-rdoc' 'rubygems')
+license=('Apache')
+options=('!emptydirs')
+source=("https://rubygems.org/gems/${_gemname}-${pkgver}.gem";)
+noextract=("${_gemname}-${pkgver}.gem")
+sha512sums=('b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480')
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+--verbose \
+${_gemname}-${pkgver}.gem
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+
+  install -D -m644 
"${pkgdir}/usr/lib/ruby/gems/2.5.0/gems/semantic_puppet-1.0.2/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in ruby-semantic-puppet/repos (2 files)

2018-10-27 Thread Christian Rebischke via arch-commits
Date: Saturday, October 27, 2018 @ 10:58:50
  Author: shibumi
Revision: 399184

archrelease: copy trunk to community-any

Added:
  ruby-semantic-puppet/repos/community-any/
  ruby-semantic-puppet/repos/community-any/PKGBUILD
(from rev 399183, ruby-semantic-puppet/trunk/PKGBUILD)

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

Copied: ruby-semantic-puppet/repos/community-any/PKGBUILD (from rev 399183, 
ruby-semantic-puppet/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-10-27 10:58:50 UTC (rev 399184)
@@ -0,0 +1,31 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Tim Meusel 
+_gemname=semantic_puppet
+pkgname="ruby-${_gemname}"
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Tools used by Puppet to parse, validate, and compare Semantic 
Versions and Version Ranges and to query and resolve module dependencies.'
+arch=('any')
+url='https://github.com/puppetlabs/semantic_puppet#semanticpuppet'
+depends=('ruby')
+makedepends=('ruby-rdoc' 'rubygems')
+license=('Apache')
+options=('!emptydirs')
+source=("https://rubygems.org/gems/${_gemname}-${pkgver}.gem";)
+noextract=("${_gemname}-${pkgver}.gem")
+sha512sums=('b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480')
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+--verbose \
+${_gemname}-${pkgver}.gem
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+
+  install -D -m644 
"${pkgdir}/usr/lib/ruby/gems/2.5.0/gems/semantic_puppet-1.0.2/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2018-10-27 Thread Christian Rebischke via arch-commits
Date: Saturday, October 27, 2018 @ 10:57:10
  Author: shibumi
Revision: 399183

added ruby-semantic puppet for puppet

Added:
  ruby-semantic-puppet/
  ruby-semantic-puppet/repos/
  ruby-semantic-puppet/trunk/
  ruby-semantic-puppet/trunk/PKGBUILD

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

Added: ruby-semantic-puppet/trunk/PKGBUILD
===
--- ruby-semantic-puppet/trunk/PKGBUILD (rev 0)
+++ ruby-semantic-puppet/trunk/PKGBUILD 2018-10-27 10:57:10 UTC (rev 399183)
@@ -0,0 +1,31 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Tim Meusel 
+_gemname=semantic_puppet
+pkgname="ruby-${_gemname}"
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Tools used by Puppet to parse, validate, and compare Semantic 
Versions and Version Ranges and to query and resolve module dependencies.'
+arch=('any')
+url='https://github.com/puppetlabs/semantic_puppet#semanticpuppet'
+depends=('ruby')
+makedepends=('ruby-rdoc' 'rubygems')
+license=('Apache')
+options=('!emptydirs')
+source=("https://rubygems.org/gems/${_gemname}-${pkgver}.gem";)
+noextract=("${_gemname}-${pkgver}.gem")
+sha512sums=('b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480')
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}${_gemdir}" \
+--bindir "${pkgdir}/usr/bin" \
+--verbose \
+${_gemname}-${pkgver}.gem
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+
+  install -D -m644 
"${pkgdir}/usr/lib/ruby/gems/2.5.0/gems/semantic_puppet-1.0.2/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-10-27 Thread Levente Polyak via arch-commits
Date: Saturday, October 27, 2018 @ 10:21:54
  Author: anthraxx
Revision: 399182

archrelease: copy trunk to community-staging-x86_64

Added:
  powerdns/repos/community-staging-x86_64/
  powerdns/repos/community-staging-x86_64/PKGBUILD
(from rev 399181, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-x86_64/sysusers.conf
(from rev 399181, powerdns/trunk/sysusers.conf)

---+
 PKGBUILD  |   78 
 sysusers.conf |1 
 2 files changed, 79 insertions(+)

Copied: powerdns/repos/community-staging-x86_64/PKGBUILD (from rev 399181, 
powerdns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-27 10:21:54 UTC (rev 399182)
@@ -0,0 +1,78 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.1.4
+pkgrel=4
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
+ 'sqlite' 'systemd' 'lua')
+makedepends=('boost' 'geoip' 'libldap' 'libmariadbclient' 'opendbx'
+ 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'libmariadbclient: MariaDB/MySQL and MyDNS backend'
+'libldap: LDAP backend'
+'opendbx: OpenDBX backend'
+'postgresql-libs: PostgreSQL backend'
+'unixodbc: ODBC backend'
+'tinycdb: TinyDNS backend'
+'yaml-cpp: GeoIP backend')
+provides=('pdns')
+conflicts=('pdns')
+backup=('etc/powerdns/pdns.conf')
+source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
+sysusers.conf)
+sha512sums=('ae5cd89d039635beddcb9709d0f6b06321a923343900f88e536aac2feb1e08d41b466b6addb2399f50b20d7ac19fcf4c48d47d0d9219367b37b260c40863ad93'
+'SKIP'
+
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

+  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

+
+prepare() {
+  cd pdns-${pkgver}
+  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
+  # This allows for running pdns_server without setting `module-dir` in the 
config.
+  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
+}
+
+build() {
+  cd pdns-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--sbindir=/usr/bin \
+--with-modules='' \
+--with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lua mydns 
opendbx pipe random remote tinydns" \
+--docdir=/usr/share/doc/powerdns \
+--enable-libsodium \
+--enable-botan \
+--enable-tools \
+--disable-dependency-tracking \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-unit-tests \
+--enable-systemd
+  make
+}
+
+check() {
+  make -C pdns-${pkgver} check
+}
+
+package() {
+  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
+  install -D -m644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
+  # Ensure we run as the powerdns user
+  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-staging-x86_64/sysusers.conf (from rev 399181, 
powerdns/trunk/sysusers.conf)
===
--- community-staging-x86_64/sysusers.conf  (rev 0)
+++ community-staging-x86_64/sysusers.conf  2018-10-27 10:21:54 UTC (rev 
399182)
@@ -0,0 +1 @@
+u powerdns - "PowerDNS Authoritative Server" -


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

2018-10-27 Thread Levente Polyak via arch-commits
Date: Saturday, October 27, 2018 @ 10:20:43
  Author: anthraxx
Revision: 399181

upgpkg: powerdns 4.1.4-4

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 09:31:00 UTC (rev 399180)
+++ PKGBUILD2018-10-27 10:20:43 UTC (rev 399181)
@@ -7,7 +7,7 @@
 
 pkgname=powerdns
 pkgver=4.1.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Authoritative DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')


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

2018-10-27 Thread Levente Polyak via arch-commits
Date: Saturday, October 27, 2018 @ 09:50:13
  Author: anthraxx
Revision: 337368

archrelease: copy trunk to extra-x86_64

Added:
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 337367, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 09:49:52 UTC (rev 337367)
+++ PKGBUILD2018-10-27 09:50:13 UTC (rev 337368)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sylvain HENRY 
-# Contributor: Hervé YVIQUEL 
-
-pkgname=hwloc
-pkgver=1.11.10
-pkgrel=1
-pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
-url='https://www.open-mpi.org/projects/hwloc/'
-arch=('x86_64')
-license=('BSD')
-depends=('numactl' 'libtool' 'libsystemd')
-makedepends=('cairo' 'libxml2' 'pciutils' 'systemd')
-optdepends=('cairo' 'libxml2' 'pciutils')
-options=('!docs')
-source=(https://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2be808383d8337846fe77ce49c7ad3336fb6857505494d85c0ac03f22c5bd1e7')
-
-build() {
-  cd hwloc-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---enable-plugins
-  make
-}
-
-check() {
-  cd hwloc-${pkgver}
-  make check
-}
-
-package() {
-  cd hwloc-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 337367, 
hwloc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 09:50:13 UTC (rev 337368)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.11
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+url='https://www.open-mpi.org/projects/hwloc/'
+arch=('x86_64')
+license=('BSD')
+depends=('numactl' 'libtool' 'libsystemd')
+makedepends=('cairo' 'libxml2' 'pciutils' 'systemd')
+optdepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('16a061cabd9319eb8cf9c6705c79142520b5b38d28a3f2a1d832bcb2fb7ea5fd')
+
+build() {
+  cd hwloc-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-${pkgver}
+  make check
+}
+
+package() {
+  cd hwloc-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-10-27 Thread Levente Polyak via arch-commits
Date: Saturday, October 27, 2018 @ 09:49:52
  Author: anthraxx
Revision: 337367

upgpkg: hwloc 1.11.11-1

Modified:
  hwloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 09:06:08 UTC (rev 337366)
+++ PKGBUILD2018-10-27 09:49:52 UTC (rev 337367)
@@ -4,7 +4,7 @@
 # Contributor: Hervé YVIQUEL 
 
 pkgname=hwloc
-pkgver=1.11.10
+pkgver=1.11.11
 pkgrel=1
 pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
 url='https://www.open-mpi.org/projects/hwloc/'
@@ -14,8 +14,8 @@
 makedepends=('cairo' 'libxml2' 'pciutils' 'systemd')
 optdepends=('cairo' 'libxml2' 'pciutils')
 options=('!docs')
-source=(https://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2be808383d8337846fe77ce49c7ad3336fb6857505494d85c0ac03f22c5bd1e7')
+source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('16a061cabd9319eb8cf9c6705c79142520b5b38d28a3f2a1d832bcb2fb7ea5fd')
 
 build() {
   cd hwloc-${pkgver}


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

2018-10-27 Thread Antonio Rojas via arch-commits
Date: Saturday, October 27, 2018 @ 09:31:00
  Author: arojas
Revision: 399180

Update URL and license

Modified:
  arb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 09:30:26 UTC (rev 399179)
+++ PKGBUILD2018-10-27 09:31:00 UTC (rev 399180)
@@ -5,8 +5,8 @@
 pkgrel=1
 pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
 arch=(x86_64)
-url="http://fredrikj.net/arb/";
-license=(GPL)
+url="http://arblib.org/";
+license=(LGPL)
 depends=(flint)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz";)
 sha256sums=('cb4a0cee3da56492ef3bf110fa0a1df60c58384bfcd52dd7ea7ac3d8472e21bd')


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

2018-10-27 Thread Levente Polyak via arch-commits
Date: Saturday, October 27, 2018 @ 09:30:26
  Author: anthraxx
Revision: 399179

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 09:30:20 UTC (rev 399178)
+++ PKGBUILD2018-10-27 09:30:26 UTC (rev 399179)
@@ -1,48 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: alexiobash < me (at) alexiobash (dot) com >
-
-pkgname=wpscan
-pkgver=3.3.1
-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=(${pkgname}-${pkgver}.tar.gz::https://github.com/wpscanteam/wpscan/archive/v${pkgver}.tar.gz)
-sha256sums=('b4e0f31c591e9b55ee58a2675b7bc6dd31ad7fdfa1ded3c2da1fe72ce9fb0e05')
-sha512sums=('1b0dc3cf8d3459c2ae6a189f0ec45fe8ca80cc22cdd55c6f2122d474259c373aeb1577d3d8f3a24b31f51160b5a3f73c36c6e9c64d272e066c1b106047bff7a2')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  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 399178, 
wpscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 09:30:26 UTC (rev 399179)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+# Contributor: alexiobash < me (at) alexiobash (dot) com >
+
+pkgname=wpscan
+pkgver=3.3.2
+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=(${pkgname}-${pkgver}.tar.gz::https://github.com/wpscanteam/wpscan/archive/v${pkgver}.tar.gz)
+sha256sums=('c31038c55f1227a6e08bc832ba1290787dbbd25e7510a05c68e37a7a09c70c6a')
+sha512sums=('a36ce992dd16e9acbd6e1d8d77caf93131e7e9d5a34adb2028b35fe1c66ab074f33a6925b07a5ca0e24fcd2b615c601a652be479c9f493c9da7611cc39252c71')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  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  2018-10-27 09:30:20 UTC (rev 399178)
+++ wpscan.install  2018-10-27 09:30:26 UTC (rev 399179)
@@ -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 399178, 
wpscan/trunk/wpscan.install)
===
--- wpscan.install  (rev 0)
+++ wpscan.install  2018-10-27 09:30:26 UTC (rev 399179)
@@ -0,0 +1,9 @@
+post_install() {
+  echo -n 'Updating wps

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

2018-10-27 Thread Levente Polyak via arch-commits
Date: Saturday, October 27, 2018 @ 09:30:20
  Author: anthraxx
Revision: 399178

upgpkg: wpscan 1:3.3.2-1

Modified:
  wpscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 09:28:15 UTC (rev 399177)
+++ PKGBUILD2018-10-27 09:30:20 UTC (rev 399178)
@@ -2,7 +2,7 @@
 # Contributor: alexiobash < me (at) alexiobash (dot) com >
 
 pkgname=wpscan
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 epoch=1
 pkgdesc='Black box WordPress vulnerability scanner'
@@ -13,8 +13,8 @@
 options=('!strip' '!emptydirs')
 install=wpscan.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wpscanteam/wpscan/archive/v${pkgver}.tar.gz)
-sha256sums=('b4e0f31c591e9b55ee58a2675b7bc6dd31ad7fdfa1ded3c2da1fe72ce9fb0e05')
-sha512sums=('1b0dc3cf8d3459c2ae6a189f0ec45fe8ca80cc22cdd55c6f2122d474259c373aeb1577d3d8f3a24b31f51160b5a3f73c36c6e9c64d272e066c1b106047bff7a2')
+sha256sums=('c31038c55f1227a6e08bc832ba1290787dbbd25e7510a05c68e37a7a09c70c6a')
+sha512sums=('a36ce992dd16e9acbd6e1d8d77caf93131e7e9d5a34adb2028b35fe1c66ab074f33a6925b07a5ca0e24fcd2b615c601a652be479c9f493c9da7611cc39252c71')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2018-10-27 Thread Levente Polyak via arch-commits
Date: Saturday, October 27, 2018 @ 09:28:08
  Author: anthraxx
Revision: 399176

upgpkg: lynis 2.7.0-1

Modified:
  lynis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 08:15:20 UTC (rev 399175)
+++ PKGBUILD2018-10-27 09:28:08 UTC (rev 399176)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer 
 
 pkgname=lynis
-pkgver=2.6.9
+pkgver=2.7.0
 pkgrel=1
 pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
 url='https://cisofy.com/lynis/'
@@ -15,7 +15,7 @@
 'iptables: firewall tests'
 'bash-completion: completion for bash')
 source=(https://downloads.cisofy.com/lynis/lynis-${pkgver}.tar.gz{,.asc})
-sha512sums=('d5af6d6e571b4098c9b03e509c8ac25d73ed9aa86e8e525353c0761c5427ad35c4ef764e0f9c2c3495e2addd3d6229ba1309b803978f6e380f5edae3fef60070'
+sha512sums=('bf7fab22f762a15c2ace620731dee5a05b3c463acc7c7a4d9c2729cd5fb04639cd41faa951a9a0c99a85ed816dd531abb8f76f35d2af9ad81e6691a6f278450b'
 'SKIP')
 validpgpkeys=('73AC9FC55848E977024D1A61429A566FD5B79251') # CISOfy (Software 
Signing Key) 
 


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

2018-10-27 Thread Levente Polyak via arch-commits
Date: Saturday, October 27, 2018 @ 09:28:15
  Author: anthraxx
Revision: 399177

archrelease: copy trunk to community-any

Added:
  lynis/repos/community-any/PKGBUILD
(from rev 399176, lynis/trunk/PKGBUILD)
Deleted:
  lynis/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 09:28:08 UTC (rev 399176)
+++ PKGBUILD2018-10-27 09:28:15 UTC (rev 399177)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sébastien Luttringer 
-
-pkgname=lynis
-pkgver=2.6.9
-pkgrel=1
-pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
-url='https://cisofy.com/lynis/'
-arch=('any')
-license=('GPL3')
-backup=('etc/lynis/default.prf')
-depends=('sh' 'awk')
-optdepends=('net-tools: networking tests'
-'bind-tools: nameserver tests'
-'iptables: firewall tests'
-'bash-completion: completion for bash')
-source=(https://downloads.cisofy.com/lynis/lynis-${pkgver}.tar.gz{,.asc})
-sha512sums=('d5af6d6e571b4098c9b03e509c8ac25d73ed9aa86e8e525353c0761c5427ad35c4ef764e0f9c2c3495e2addd3d6229ba1309b803978f6e380f5edae3fef60070'
-'SKIP')
-validpgpkeys=('73AC9FC55848E977024D1A61429A566FD5B79251') # CISOfy (Software 
Signing Key) 
-
-prepare() {
-  cd ${pkgname}
-  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
-}
-
-package() {
-  cd ${pkgname}
-
-  # application
-  install -Dm 755 lynis -t "${pkgdir}/usr/bin"
-  install -Dm 644 default.prf -t "${pkgdir}/etc/${pkgname}"
-  install -d "${pkgdir}/usr/share/${pkgname}"
-  cp -ra db include plugins "${pkgdir}/usr/share/${pkgname}"
-
-  # doc files
-  install -Dm 644 README INSTALL CHANGELOG.md FAQ \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.8" -t "${pkgdir}/usr/share/man/man8"
-
-  # completion
-  install -Dm 644 extras/bash_completion.d/${pkgname} \
--t "${pkgdir}/usr/share/bash-completion/completions"
-
-  # systemd
-  install -Dm 644 extras/systemd/{lynis.service,lynis.timer} \
--t "${pkgdir}/usr/lib/systemd/system"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lynis/repos/community-any/PKGBUILD (from rev 399176, 
lynis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 09:28:15 UTC (rev 399177)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sébastien Luttringer 
+
+pkgname=lynis
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
+url='https://cisofy.com/lynis/'
+arch=('any')
+license=('GPL3')
+backup=('etc/lynis/default.prf')
+depends=('sh' 'awk')
+optdepends=('net-tools: networking tests'
+'bind-tools: nameserver tests'
+'iptables: firewall tests'
+'bash-completion: completion for bash')
+source=(https://downloads.cisofy.com/lynis/lynis-${pkgver}.tar.gz{,.asc})
+sha512sums=('bf7fab22f762a15c2ace620731dee5a05b3c463acc7c7a4d9c2729cd5fb04639cd41faa951a9a0c99a85ed816dd531abb8f76f35d2af9ad81e6691a6f278450b'
+'SKIP')
+validpgpkeys=('73AC9FC55848E977024D1A61429A566FD5B79251') # CISOfy (Software 
Signing Key) 
+
+prepare() {
+  cd ${pkgname}
+  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
+}
+
+package() {
+  cd ${pkgname}
+
+  # application
+  install -Dm 755 lynis -t "${pkgdir}/usr/bin"
+  install -Dm 644 default.prf -t "${pkgdir}/etc/${pkgname}"
+  install -d "${pkgdir}/usr/share/${pkgname}"
+  cp -ra db include plugins "${pkgdir}/usr/share/${pkgname}"
+
+  # doc files
+  install -Dm 644 README INSTALL CHANGELOG.md FAQ \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.8" -t "${pkgdir}/usr/share/man/man8"
+
+  # completion
+  install -Dm 644 extras/bash_completion.d/${pkgname} \
+-t "${pkgdir}/usr/share/bash-completion/completions"
+
+  # systemd
+  install -Dm 644 extras/systemd/{lynis.service,lynis.timer} \
+-t "${pkgdir}/usr/lib/systemd/system"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-10-27 Thread Levente Polyak via arch-commits
Date: Saturday, October 27, 2018 @ 09:06:08
  Author: anthraxx
Revision: 337366

archrelease: copy trunk to extra-x86_64

Added:
  java-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 337365, java-openjdk/trunk/PKGBUILD)
  java-openjdk/repos/extra-x86_64/freedesktop-java.desktop
(from rev 337365, java-openjdk/trunk/freedesktop-java.desktop)
  java-openjdk/repos/extra-x86_64/freedesktop-jconsole.desktop
(from rev 337365, java-openjdk/trunk/freedesktop-jconsole.desktop)
  java-openjdk/repos/extra-x86_64/freedesktop-jshell.desktop
(from rev 337365, java-openjdk/trunk/freedesktop-jshell.desktop)
  java-openjdk/repos/extra-x86_64/freedesktop-policytool.desktop
(from rev 337365, java-openjdk/trunk/freedesktop-policytool.desktop)
  java-openjdk/repos/extra-x86_64/install_jdk-openjdk.sh
(from rev 337365, java-openjdk/trunk/install_jdk-openjdk.sh)
  java-openjdk/repos/extra-x86_64/install_jre-openjdk-headless.sh
(from rev 337365, java-openjdk/trunk/install_jre-openjdk-headless.sh)
  java-openjdk/repos/extra-x86_64/install_jre-openjdk.sh
(from rev 337365, 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/freedesktop-policytool.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|  555 +++---
 freedesktop-java.desktop|   24 -
 freedesktop-jconsole.desktop|   22 -
 freedesktop-jshell.desktop  |   18 -
 freedesktop-policytool.desktop  |   26 -
 install_jdk-openjdk.sh  |  100 +++---
 install_jre-openjdk-headless.sh |   96 +++---
 install_jre-openjdk.sh  |   70 ++--
 8 files changed, 456 insertions(+), 455 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 09:05:56 UTC (rev 337365)
+++ PKGBUILD2018-10-27 09:06:08 UTC (rev 337366)
@@ -1,277 +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=java-openjdk
-pkgname=('jre-openjdk-headless' 'jre-openjdk' 'jdk-openjdk' 'openjdk-src' 
'openjdk-doc')
-_majorver=11
-_minorver=0
-_securityver=1
-_updatever=13
-pkgrel=1
-pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
-_hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
-arch=('x86_64')
-url='http://openjdk.java.net/'
-license=('custom')
-makedepends=('java-environment>=10' 'cpio' 'unzip' 'zip' 'libelf' 'libcups' 
'libx11'
- 'libxrender' 'libxtst' 'libxt' 'libxext' '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-policytool.desktop
-freedesktop-jshell.desktop)
-sha256sums=('55fb9759f11d942431377c39c5efd36d7598efa2d3fac160ef49ef7ccc7623e6'
-'575587ad58dfa9908f046d307b9afc7b0b2eb20a1eb454f8fdbbd539ea7b3d01'
-'2f57b7c7dd671eabe9fa10c4f1283573e99d7f7c36eccd82c95b705979a2e8cb'
-'d8907cefaf87f9afcbf1a2079868c03e0209cc1e7b99fbd4022641802c8cf30c'
-'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
-
-  # We filter out -O flags so that the optimization of 

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

2018-10-27 Thread Levente Polyak via arch-commits
Date: Saturday, October 27, 2018 @ 09:05:56
  Author: anthraxx
Revision: 337365

upgpkg: java-openjdk 11.0.1.u13-2 support for ZGC

Modified:
  java-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 08:43:40 UTC (rev 337364)
+++ PKGBUILD2018-10-27 09:05:56 UTC (rev 337365)
@@ -17,7 +17,7 @@
 _minorver=0
 _securityver=1
 _updatever=13
-pkgrel=1
+pkgrel=2
 pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
 _hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
 arch=('x86_64')
@@ -97,6 +97,7 @@
 --with-libpng=system \
 --with-lcms=system \
 --with-zlib=system \
+--with-jvm-features=zgc \
 --enable-unlimited-crypto \
 --disable-warnings-as-errors \
 ${NUM_PROC_OPT}


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 08:43:26
  Author: felixonmars
Revision: 337363

upgpkg: perl-clone 0.41-1

Modified:
  perl-clone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 08:30:37 UTC (rev 337362)
+++ PKGBUILD2018-10-27 08:43:26 UTC (rev 337363)
@@ -3,8 +3,8 @@
 # Contributor: Alex Dioso gmail*com>
 
 pkgname=perl-clone
-pkgver=0.39
-pkgrel=5
+pkgver=0.41
+pkgrel=1
 pkgdesc='Recursive copy of nested objects.'
 arch=('x86_64')
 url='http://search.cpan.org/~RDF/Clone'
@@ -12,7 +12,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz";)
-sha256sums=('acb046683e49d650b113634ecf57df000816a49e611b0fff70bf3f93568bfa2d')
+sha512sums=('fa370fbede205449687b00a255f71295b2056c7897a343758564f80810d2534b8a8eff248f3adf8e96e1a7eded22a2237edb22fb610d0cd84d2fab1352b40dcb')
 
 build() {
   cd  Clone-${pkgver}


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

2018-10-27 Thread Felix Yan via arch-commits
Date: Saturday, October 27, 2018 @ 08:43:40
  Author: felixonmars
Revision: 337364

archrelease: copy trunk to extra-x86_64

Added:
  perl-clone/repos/extra-x86_64/PKGBUILD
(from rev 337363, perl-clone/trunk/PKGBUILD)
Deleted:
  perl-clone/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-27 08:43:26 UTC (rev 337363)
+++ PKGBUILD2018-10-27 08:43:40 UTC (rev 337364)
@@ -1,28 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: François Charette 
-# Contributor: Alex Dioso gmail*com>
-
-pkgname=perl-clone
-pkgver=0.39
-pkgrel=5
-pkgdesc='Recursive copy of nested objects.'
-arch=('x86_64')
-url='http://search.cpan.org/~RDF/Clone'
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz";)
-sha256sums=('acb046683e49d650b113634ecf57df000816a49e611b0fff70bf3f93568bfa2d')
-
-build() {
-  cd  Clone-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  Clone-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-clone/repos/extra-x86_64/PKGBUILD (from rev 337363, 
perl-clone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-27 08:43:40 UTC (rev 337364)
@@ -0,0 +1,28 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: François Charette 
+# Contributor: Alex Dioso gmail*com>
+
+pkgname=perl-clone
+pkgver=0.41
+pkgrel=1
+pkgdesc='Recursive copy of nested objects.'
+arch=('x86_64')
+url='http://search.cpan.org/~RDF/Clone'
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz";)
+sha512sums=('fa370fbede205449687b00a255f71295b2056c7897a343758564f80810d2534b8a8eff248f3adf8e96e1a7eded22a2237edb22fb610d0cd84d2fab1352b40dcb')
+
+build() {
+  cd  Clone-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  Clone-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}


  1   2   >