[arch-commits] Commit in perl-moox-handlesvia/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:32:04
  Author: foutrelis
Revision: 470367

archrelease: copy trunk to community-staging-any

Added:
  perl-moox-handlesvia/repos/community-staging-any/
  perl-moox-handlesvia/repos/community-staging-any/PKGBUILD
(from rev 470365, perl-moox-handlesvia/trunk/PKGBUILD)

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

Copied: perl-moox-handlesvia/repos/community-staging-any/PKGBUILD (from rev 
470365, perl-moox-handlesvia/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:32:04 UTC (rev 470367)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=MooX-HandlesVia
+pkgname=perl-${_pkg,,}
+pkgver=0.001008
+pkgrel=7
+pkgdesc="NativeTrait-like behavior for Moo"
+arch=('any')
+url="https://metacpan.org/release/${_pkg};
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-class-method-modifiers' 'perl-data-perl' 'perl-module-runtime' 
'perl-moo' 'perl-role-tiny')
+makedepends=('perl-moox-types-mooselike')
+checkdepends=('perl-test-exception' 'perl-test-fatal' 'perl-test-simple')
+source=("https://cpan.metacpan.org/authors/id/M/MA/MATTP/${_pkg}-${pkgver}.tar.gz;)
+sha512sums=('ad5dd6c5a05d6f44788e31a74d595c3a6c1b8bf62f51d59bab2d65f6963c2995205ad64f6930b103026d3497d3d2a83bd192b7566228c31bf944265e060703c0')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:32:01
  Author: foutrelis
Revision: 470365

Perl 5.30 rebuild

Modified:
  perl-moox-handlesvia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:31:55 UTC (rev 470364)
+++ PKGBUILD2019-05-25 11:32:01 UTC (rev 470365)
@@ -3,7 +3,7 @@
 _pkg=MooX-HandlesVia
 pkgname=perl-${_pkg,,}
 pkgver=0.001008
-pkgrel=6
+pkgrel=7
 pkgdesc="NativeTrait-like behavior for Moo"
 arch=('any')
 url="https://metacpan.org/release/${_pkg};


[arch-commits] Commit in perl-file-copy-recursive/repos (2 files)

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 11:32:16
  Author: felixonmars
Revision: 354241

archrelease: copy trunk to staging-any

Added:
  perl-file-copy-recursive/repos/staging-any/
  perl-file-copy-recursive/repos/staging-any/PKGBUILD
(from rev 354240, perl-file-copy-recursive/trunk/PKGBUILD)

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

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


[arch-commits] Commit in perl-namespace-autoclean/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:32:08
  Author: foutrelis
Revision: 470368

archrelease: copy trunk to community-staging-any

Added:
  perl-namespace-autoclean/repos/community-staging-any/
  perl-namespace-autoclean/repos/community-staging-any/PKGBUILD
(from rev 470367, perl-namespace-autoclean/trunk/PKGBUILD)

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

Copied: perl-namespace-autoclean/repos/community-staging-any/PKGBUILD (from rev 
470367, perl-namespace-autoclean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:32:08 UTC (rev 470368)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.32
+
+pkgname=perl-namespace-autoclean
+pkgver=0.28
+pkgrel=5
+pkgdesc="Keep imports out of your namespace"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url='https://metacpan.org/release/namespace-autoclean'
+depends=('perl-b-hooks-endofscope' 'perl-sub-identify' 'perl-namespace-clean')
+checkdepends=('perl-test-requires' 'perl-moo' 'perl-sub-name' 'perl-mouse')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/namespace-autoclean-$pkgver.tar.gz;)
+sha512sums=('2541f69862b334fcfe30059d025668175de1b182a5c8ee8f2619bf1d661c316a38fe2014f274bb23e887cd36959f98abb297154ac8ceb600e2e93cbd4a75e28d')
+
+build() {
+  cd "$srcdir"/namespace-autoclean-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir"/namespace-autoclean-$pkgver
+  make test
+}
+
+package() {
+  cd "$srcdir"/namespace-autoclean-$pkgver
+  make DESTDIR="$pkgdir"/ install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-software-license/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:31:55
  Author: foutrelis
Revision: 470364

archrelease: copy trunk to community-staging-any

Added:
  perl-software-license/repos/community-staging-any/
  perl-software-license/repos/community-staging-any/PKGBUILD
(from rev 470363, perl-software-license/trunk/PKGBUILD)

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

Copied: perl-software-license/repos/community-staging-any/PKGBUILD (from rev 
470363, perl-software-license/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:31:55 UTC (rev 470364)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-software-license
+pkgver=0.103014
+pkgrel=2
+pkgdesc='packages that provide templated software licenses'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.6' perl-data-section perl-text-template)
+checkdepends=(perl-try-tiny)
+url=https://metacpan.org/release/Software-License
+source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Software-License-$pkgver.tar.gz;)
+md5sums=(24bab4d2b3a8f3cb8533e118f5498de2)
+sha512sums=(8012f9d3e8671bdcbaf52f6790f6cd2f6a0510883bb40115c222c8c685aed6697ba33b3f9df8d853841cd2eef0806d919c9038b6ba7b1057f475b3b63457069d)
+_ddir="Software-License-$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"
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


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

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 11:32:04
  Author: felixonmars
Revision: 354240

Perl 5.30 rebuild

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:31:31 UTC (rev 354239)
+++ PKGBUILD2019-05-25 11:32:04 UTC (rev 354240)
@@ -2,7 +2,7 @@
 
 pkgname=perl-file-copy-recursive
 pkgver=0.44
-pkgrel=2
+pkgrel=3
 pkgdesc="Perl extension for recursively copying files and directories"
 arch=('any')
 url="https://metacpan.org/release/File-Copy-Recursive;


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:31:31
  Author: foutrelis
Revision: 354239

archrelease: copy trunk to staging-x86_64

Added:
  spamassassin/repos/staging-x86_64/
  spamassassin/repos/staging-x86_64/PKGBUILD
(from rev 354238, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/staging-x86_64/bug_828552-openssl-1.1.0.patch
(from rev 354238, spamassassin/trunk/bug_828552-openssl-1.1.0.patch)
  spamassassin/repos/staging-x86_64/disable-sslv3.patch
(from rev 354238, spamassassin/trunk/disable-sslv3.patch)
  
spamassassin/repos/staging-x86_64/edb00a8d76a625bf03227ee2f6e915c9a0d90bad.patch
(from rev 354238, 
spamassassin/trunk/edb00a8d76a625bf03227ee2f6e915c9a0d90bad.patch)
  spamassassin/repos/staging-x86_64/net-dns-1.01-compat-uribl.patch
(from rev 354238, spamassassin/trunk/net-dns-1.01-compat-uribl.patch)
  spamassassin/repos/staging-x86_64/net-dns-1.01-compat.patch
(from rev 354238, spamassassin/trunk/net-dns-1.01-compat.patch)
  spamassassin/repos/staging-x86_64/spamassassin.install
(from rev 354238, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/staging-x86_64/spamassassin.service
(from rev 354238, spamassassin/trunk/spamassassin.service)
  spamassassin/repos/staging-x86_64/spamassassin.tmpfiles.d
(from rev 354238, spamassassin/trunk/spamassassin.tmpfiles.d)

+
 PKGBUILD   |   87 
 bug_828552-openssl-1.1.0.patch |  453 +++
 disable-sslv3.patch|  276 ++
 edb00a8d76a625bf03227ee2f6e915c9a0d90bad.patch |   36 +
 net-dns-1.01-compat-uribl.patch|   27 +
 net-dns-1.01-compat.patch  |   14 
 spamassassin.install   |   19 
 spamassassin.service   |   12 
 spamassassin.tmpfiles.d|1 
 9 files changed, 925 insertions(+)

Copied: spamassassin/repos/staging-x86_64/PKGBUILD (from rev 354238, 
spamassassin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-05-25 11:31:31 UTC (rev 354239)
@@ -0,0 +1,87 @@
+# Maintainer: Florian Pritz 
+# Contributor: Dale Blount 
+# Contributor: Manolis Tzanidakis
+pkgname=spamassassin
+pkgver=3.4.2
+pkgrel=4
+pkgdesc="A mail filter to identify spam."
+arch=('x86_64')
+license=('APACHE')
+url="https://spamassassin.apache.org;
+depends=('openssl' 'zlib' 're2c' 'perl-net-dns' 'perl-io-socket-ssl'
+ 'perl-libwww' 'perl-mail-spf' 'perl-http-message' 'perl-net-http'
+ 'perl-io-socket-inet6' 'perl-mail-dkim' 'perl-crypt-ssleay')
+makedepends=('razor' 'perl-dbi')
+optdepends=('razor: to identify collaborately-flagged spam'
+'make: to use sa-compile'
+'gcc: to use sa-compile')
+backup=('etc/mail/spamassassin/local.cf'
+'etc/mail/spamassassin/init.pre'
+'etc/mail/spamassassin/v310.pre'
+'etc/mail/spamassassin/v312.pre'
+'etc/mail/spamassassin/v320.pre'
+'etc/mail/spamassassin/v330.pre'
+'etc/mail/spamassassin/v340.pre'
+'etc/mail/spamassassin/v341.pre'
+'etc/mail/spamassassin/v342.pre')
+install="${pkgname}.install"
+source=("https://ftp.fau.de/apache/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz;
+
"https://www.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz.asc;
+'spamassassin.tmpfiles.d'
+'spamassassin.service')
+validpgpkeys=(D8099BC79E17D7E49BC21E31FDE52F40F7D39814)
+sha512sums=('85e3d78bb885ad1d0bf2066d1bc919d6ad5e9f86795069397e7c28cc1ba02870566ec014c08c81f68e7ed03b7f60d2de0b9730b3415b35d848abde2c8920a28f'
+'SKIP'
+
'994ebb2b6c127521676f35879017112a33da53ad99431837d06973a9abfc4aa0434ea2c9b19073ff2cc877ebe3a5a7fe8525bc93222fd05956069ce73e5ae389'
+
'5ad6aa8d992375b0989413d36ff0485f792ac9211a47e6a2a7fa5c0b9eb353aa6efe6f55da3ff4480bdef24beb4fa456c64c5a5ce72e8ad6c93c171c969fd6ee')
+
+prepare() {
+  cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
+
+  sed -i t/sa_compile.t \
+ -e 's#^my $temp_binpath = $Config{sitebinexp};#my $temp_binpath = 
"/bin/site_perl/";#'
+}
+
+build() {
+  cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
+
+  # install module in vendor directories.
+  export PERL_USE_UNSAFE_INC=1
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor \
+  CONTACT_ADDRESS=root@localhost ENABLE_SSL=yes PERL_TAINT=no
+  make
+}
+
+check() {
+  cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
+
+  # parallel tests cause lots of failures; disable for now
+  #export HARNESS_OPTIONS="j$(echo $MAKEFLAGS | sed 
's/.*-j\([0-9][0-9]*\).*/\1/')"
+
+  make test
+}
+
+package() {
+  cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/spamassassin.service" 

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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:31:21
  Author: foutrelis
Revision: 354238

Perl 5.30 rebuild

Modified:
  spamassassin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:18:29 UTC (rev 354237)
+++ PKGBUILD2019-05-25 11:31:21 UTC (rev 354238)
@@ -3,7 +3,7 @@
 # Contributor: Manolis Tzanidakis
 pkgname=spamassassin
 pkgver=3.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A mail filter to identify spam."
 arch=('x86_64')
 license=('APACHE')


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:18:29
  Author: foutrelis
Revision: 354237

Switch to working source URL

Modified:
  spamassassin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:04:33 UTC (rev 354236)
+++ PKGBUILD2019-05-25 11:18:29 UTC (rev 354237)
@@ -23,9 +23,10 @@
 'etc/mail/spamassassin/v330.pre'
 'etc/mail/spamassassin/v340.pre'
 'etc/mail/spamassassin/v341.pre'
-   'etc/mail/spamassassin/v342.pre')
+'etc/mail/spamassassin/v342.pre')
 install="${pkgname}.install"
-source=("https://www.us.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz"{,.asc}
+source=("https://ftp.fau.de/apache/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz;
+
"https://www.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz.asc;
 'spamassassin.tmpfiles.d'
 'spamassassin.service')
 validpgpkeys=(D8099BC79E17D7E49BC21E31FDE52F40F7D39814)


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:07:47
  Author: foutrelis
Revision: 470360

Perl 5.30 rebuild

Modified:
  perl-mouse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:07:31 UTC (rev 470359)
+++ PKGBUILD2019-05-25 11:07:47 UTC (rev 470360)
@@ -2,7 +2,7 @@
 
 pkgname=perl-mouse
 pkgver=2.5.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Moose minus the antlers"
 arch=('x86_64')
 url="http://search.cpan.org/dist/Mouse;


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:07:50
  Author: foutrelis
Revision: 470361

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-mouse/repos/community-staging-x86_64/
  perl-mouse/repos/community-staging-x86_64/PKGBUILD
(from rev 470360, perl-mouse/trunk/PKGBUILD)

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

Copied: perl-mouse/repos/community-staging-x86_64/PKGBUILD (from rev 470360, 
perl-mouse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-25 11:07:50 UTC (rev 470361)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-mouse
+pkgver=2.5.6
+pkgrel=2
+pkgdesc="Moose minus the antlers"
+arch=('x86_64')
+url="http://search.cpan.org/dist/Mouse;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-test-exception' 'perl-test-fatal' 'perl-module-build'
+ 'perl-module-build-xsutil' 'perl-test-requires'
+ 'perl-test-leaktrace' 'perl-test-output' 'perl-test-deep'
+ 'perl-io-string')
+checkdepends=('perl-path-class')
+source=(http://search.cpan.org/CPAN/authors/id/S/SK/SKAJI/Mouse-v$pkgver.tar.gz)
+sha512sums=('1f29430badec842c1b3aa5a8a4c4ad785cf26d2e6cc745da82c0fa667b19da0b9e6c364e10ef615fbc03f60cb5020f079113b470162d095d8c514e6cb9ce96e3')
+
+build() {
+  cd Mouse-v$pkgver
+  perl Build.PL --installdirs=vendor
+  ./Build
+}
+
+check() {
+  cd Mouse-v$pkgver
+  ./Build test
+}
+
+package() {
+  cd Mouse-v$pkgver
+  ./Build install --destdir="${pkgdir}"
+}


[arch-commits] Commit in perl-moox-types-mooselike/repos (2 files)

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 11:07:50
  Author: felixonmars
Revision: 470362

archrelease: copy trunk to community-staging-any

Added:
  perl-moox-types-mooselike/repos/community-staging-any/
  perl-moox-types-mooselike/repos/community-staging-any/PKGBUILD
(from rev 470359, perl-moox-types-mooselike/trunk/PKGBUILD)

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

Copied: perl-moox-types-mooselike/repos/community-staging-any/PKGBUILD (from 
rev 470359, perl-moox-types-mooselike/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:07:50 UTC (rev 470362)
@@ -0,0 +1,50 @@
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.30
+
+pkgname='perl-moox-types-mooselike'
+pkgver=0.29
+pkgrel=5
+pkgdesc="some Moosish types and a type builder"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-module-runtime>=0.014' 'perl-moo>=1.004002')
+makedepends=()
+checkdepends=('perl-test-fatal>=0.003')
+url='https://metacpan.org/release/MooX-Types-MooseLike'
+source=('http://search.cpan.org/CPAN/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz')
+md5sums=('0905b92c1b44578e05e7f08fa7adb9ee')
+sha512sums=('69ddd0d663d1ea23dfc7e47ec35192f1951f195f70f788bac47cc93e98d9e888394c07fc39f1740b7c1fd04f8724f2b0dfa14183fe33bceb9f77c1f1d1b8752e')
+_distdir="MooX-Types-MooseLike-0.29"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install
+  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-moox-types-mooselike/trunk (PKGBUILD)

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 11:07:31
  Author: felixonmars
Revision: 470359

Perl 5.30 rebuild

Modified:
  perl-moox-types-mooselike/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:06:58 UTC (rev 470358)
+++ PKGBUILD2019-05-25 11:07:31 UTC (rev 470359)
@@ -3,7 +3,7 @@
 
 pkgname='perl-moox-types-mooselike'
 pkgver=0.29
-pkgrel=4
+pkgrel=5
 pkgdesc="some Moosish types and a type builder"
 arch=('any')
 license=('PerlArtistic' 'GPL')


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:06:31
  Author: foutrelis
Revision: 470355

Perl 5.30 rebuild

Modified:
  perl-throwable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:06:26 UTC (rev 470354)
+++ PKGBUILD2019-05-25 11:06:31 UTC (rev 470355)
@@ -3,7 +3,7 @@
 
 pkgname='perl-throwable'
 pkgver=0.200013
-pkgrel=4
+pkgrel=5
 pkgdesc="a role for classes that can be thrown"
 arch=('any')
 license=('PerlArtistic' 'GPL')


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:06:54
  Author: foutrelis
Revision: 470357

Perl 5.30 rebuild

Modified:
  perl-moox-late/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:06:34 UTC (rev 470356)
+++ PKGBUILD2019-05-25 11:06:54 UTC (rev 470357)
@@ -3,7 +3,7 @@
 _pkg=MooX-late
 pkgname=perl-${_pkg,,}
 pkgver=0.015
-pkgrel=7
+pkgrel=8
 pkgdesc="Easily translate Moose code to Moo"
 arch=('any')
 url="https://metacpan.org/release/${_pkg};


[arch-commits] Commit in perl-moox-late/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:06:58
  Author: foutrelis
Revision: 470358

archrelease: copy trunk to community-staging-any

Added:
  perl-moox-late/repos/community-staging-any/
  perl-moox-late/repos/community-staging-any/PKGBUILD
(from rev 470357, perl-moox-late/trunk/PKGBUILD)

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

Copied: perl-moox-late/repos/community-staging-any/PKGBUILD (from rev 470357, 
perl-moox-late/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:06:58 UTC (rev 470358)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=MooX-late
+pkgname=perl-${_pkg,,}
+pkgver=0.015
+pkgrel=8
+pkgdesc="Easily translate Moose code to Moo"
+arch=('any')
+url="https://metacpan.org/release/${_pkg};
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-moo' 'perl-type-tiny')
+checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-test-requires')
+source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz;)
+sha512sums=('4d685f4e68abe10487a98def8f0e7b0bafbd9928af27e61a5ac410bcafa9833a4aebdc8cd5bdbebd1a6ee53b4b0d5ae9bfa3864cae428b21c926730365fefb6d')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:06:34
  Author: foutrelis
Revision: 470356

archrelease: copy trunk to community-staging-any

Added:
  perl-throwable/repos/community-staging-any/
  perl-throwable/repos/community-staging-any/PKGBUILD
(from rev 470355, perl-throwable/trunk/PKGBUILD)

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

Copied: perl-throwable/repos/community-staging-any/PKGBUILD (from rev 470355, 
perl-throwable/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:06:34 UTC (rev 470356)
@@ -0,0 +1,49 @@
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.30
+
+pkgname='perl-throwable'
+pkgver=0.200013
+pkgrel=5
+pkgdesc="a role for classes that can be thrown"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-devel-stacktrace>=1.32' 'perl-module-runtime>=0.002' 
'perl-moo>=1.01')
+makedepends=()
+url='https://metacpan.org/release/Throwable'
+source=('http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz')
+md5sums=('92d4934f601c2d291a65b0bf2ab08dd3')
+sha512sums=('81ce73709c7c6a0160da42b00ce06ddf4cce79a6801df7aa90ddcce67efed6ace17b06171ac42b2737a98515c17ab46b5a3b7fd9e5bd3079b109a977dc6c0963')
+_distdir="Throwable-0.200013"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install
+  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-text-template/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:05:41
  Author: foutrelis
Revision: 470346

archrelease: copy trunk to community-staging-any

Added:
  perl-text-template/repos/community-staging-any/
  perl-text-template/repos/community-staging-any/PKGBUILD
(from rev 470345, perl-text-template/trunk/PKGBUILD)

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

Copied: perl-text-template/repos/community-staging-any/PKGBUILD (from rev 
470345, perl-text-template/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:05:41 UTC (rev 470346)
@@ -0,0 +1,32 @@
+# Contributor: Sébastien Luttringer 
+
+pkgname=perl-text-template
+pkgver=1.55
+pkgrel=2
+pkgdesc='Expand template text with embedded perl'
+arch=('any')
+url='http://search.cpan.org/dist/Text-Template'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-warnings' 'perl-test-more-utf8')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz;)
+sha512sums=('19a281cdfc56483bc717be5ae2367ae0edd27e2d31a693f9e54a660ec21cb6b51a8e5eae2e659d0053f59cdb6b9266cf1e175fd55e1abf9f9362c973c44d8173')
+
+build() {
+  cd Text-Template-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Text-Template-$pkgver
+  make test
+}
+
+package() {
+  cd Text-Template-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:05:59
  Author: foutrelis
Revision: 470351

Perl 5.30 rebuild

Modified:
  perl-djabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:05:49 UTC (rev 470350)
+++ PKGBUILD2019-05-25 11:05:59 UTC (rev 470351)
@@ -2,7 +2,7 @@
 
 pkgname=perl-djabberd
 pkgver=0.85
-pkgrel=5
+pkgrel=6
 pkgdesc="Jabber daemon written on Perl"
 arch=('any')
 url="https://search.cpan.org/~bradfitz/DJabberd/;


[arch-commits] Commit in perl-xml-libxml-simple/trunk (PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:05:45
  Author: foutrelis
Revision: 470347

Perl 5.30 rebuild

Modified:
  perl-xml-libxml-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:05:41 UTC (rev 470346)
+++ PKGBUILD2019-05-25 11:05:45 UTC (rev 470347)
@@ -4,7 +4,7 @@
 pkgname=perl-xml-libxml-simple
 _dist=XML-LibXML-Simple
 pkgver=0.99
-pkgrel=2
+pkgrel=3
 pkgdesc="An analogue of XML::Simple using libxml"
 arch=('any')
 url="https://metacpan.org/release/${_dist};


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:06:03
  Author: foutrelis
Revision: 470352

archrelease: copy trunk to community-staging-any

Added:
  perl-djabberd/repos/community-staging-any/
  perl-djabberd/repos/community-staging-any/PKGBUILD
(from rev 470351, perl-djabberd/trunk/PKGBUILD)
  perl-djabberd/repos/community-staging-any/djabberd.conf
(from rev 470351, perl-djabberd/trunk/djabberd.conf)

---+
 PKGBUILD  |   26 ++
 djabberd.conf |   30 ++
 2 files changed, 56 insertions(+)

Copied: perl-djabberd/repos/community-staging-any/PKGBUILD (from rev 470351, 
perl-djabberd/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:06:03 UTC (rev 470352)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-djabberd
+pkgver=0.85
+pkgrel=6
+pkgdesc="Jabber daemon written on Perl"
+arch=('any')
+url="https://search.cpan.org/~bradfitz/DJabberd/;
+license=("GPL" "PerlArtistic")
+depends=("perl-danga-socket" "perl-log-log4perl" "perl-unicode-stringprep"
+"perl-net-dns" "perl-xml-libxml" "perl-net-ssleay")
+source=("https://search.cpan.org/CPAN/authors/id/M/MA/MART/DJabberd-$pkgver.tar.gz;)
+md5sums=('120f7427034d707dd100374a180d')
+
+build() {
+  cd "$srcdir"/DJabberd-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/DJabberd-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}

Copied: perl-djabberd/repos/community-staging-any/djabberd.conf (from rev 
470351, perl-djabberd/trunk/djabberd.conf)
===
--- community-staging-any/djabberd.conf (rev 0)
+++ community-staging-any/djabberd.conf 2019-05-25 11:06:03 UTC (rev 470352)
@@ -0,0 +1,30 @@
+OldSSL  disable
+
+# defaults:
+ClientPort 5222
+ServerPort 5269
+
+#PerlModule DJabberd::SixApart
+
+
+  S2S enable
+  RequireSSL no
+
+  
+ Policy accept
+ AllowedUsers test
+  
+
+  
+  Password password
+  
+
+  
+  
+  
+
+  
+ Database roster.sqlite
+  
+
+


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:06:23
  Author: foutrelis
Revision: 470353

Perl 5.30 rebuild

Modified:
  perl-test-spec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:06:03 UTC (rev 470352)
+++ PKGBUILD2019-05-25 11:06:23 UTC (rev 470353)
@@ -2,7 +2,7 @@
 
 pkgname=perl-test-spec
 pkgver=0.54
-pkgrel=2
+pkgrel=3
 pkgdesc='Write tests in a declarative specification style'
 arch=(any)
 license=(PerlArtistic GPL)


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:05:38
  Author: foutrelis
Revision: 470345

Perl 5.30 rebuild

Modified:
  perl-text-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:05:17 UTC (rev 470344)
+++ PKGBUILD2019-05-25 11:05:38 UTC (rev 470345)
@@ -2,7 +2,7 @@
 
 pkgname=perl-text-template
 pkgver=1.55
-pkgrel=1
+pkgrel=2
 pkgdesc='Expand template text with embedded perl'
 arch=('any')
 url='http://search.cpan.org/dist/Text-Template'


[arch-commits] Commit in perl-xml-libxml-simple/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:05:48
  Author: foutrelis
Revision: 470349

archrelease: copy trunk to community-staging-any

Added:
  perl-xml-libxml-simple/repos/community-staging-any/
  perl-xml-libxml-simple/repos/community-staging-any/PKGBUILD
(from rev 470348, perl-xml-libxml-simple/trunk/PKGBUILD)

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

Copied: perl-xml-libxml-simple/repos/community-staging-any/PKGBUILD (from rev 
470348, perl-xml-libxml-simple/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:05:48 UTC (rev 470349)
@@ -0,0 +1,37 @@
+# $ID$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=perl-xml-libxml-simple
+_dist=XML-LibXML-Simple
+pkgver=0.99
+pkgrel=3
+pkgdesc="An analogue of XML::Simple using libxml"
+arch=('any')
+url="https://metacpan.org/release/${_dist};
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-xml-libxml' 'perl-file-slurp-tiny')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/${_dist}-${pkgver}.tar.gz)
+md5sums=('15b7cbe0887e292057fbcfcb3d87ef2e')
+sha512sums=('806e039eefb447c43c747d1621bb432a3df13cb36798853ef2fe8a0ccaa1d7651d67fd6d386e19936100ffd4c04185004e5f0bb4ced66ed544efb6d6157b4e47')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:05:46
  Author: foutrelis
Revision: 470348

Perl 5.30 rebuild

Modified:
  perl-test-file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:05:45 UTC (rev 470347)
+++ PKGBUILD2019-05-25 11:05:46 UTC (rev 470348)
@@ -4,7 +4,7 @@
 
 pkgname=perl-test-file
 pkgver=1.443
-pkgrel=2
+pkgrel=3
 pkgdesc="This modules provides a collection of test utilities for file 
attributes."
 arch=('any')
 url='https://github.com/briandfoy/test-file'


[arch-commits] Commit in perl-test-spec/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:06:26
  Author: foutrelis
Revision: 470354

archrelease: copy trunk to community-staging-any

Added:
  perl-test-spec/repos/community-staging-any/
  perl-test-spec/repos/community-staging-any/PKGBUILD
(from rev 470353, perl-test-spec/trunk/PKGBUILD)

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

Copied: perl-test-spec/repos/community-staging-any/PKGBUILD (from rev 470353, 
perl-test-spec/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:06:26 UTC (rev 470354)
@@ -0,0 +1,44 @@
+# Maintainer: Justin Davis (juster) 
+
+pkgname=perl-test-spec
+pkgver=0.54
+pkgrel=3
+pkgdesc='Write tests in a declarative specification style'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl-package-stash>=0.23' 'perl-test-deep>=0.103' perl-test-trap
+ perl-tie-ixhash)
+checkdepends=('perl-module-implementation' 'perl-try-tiny')
+url="http://search.cpan.org/dist/Test::Spec/;
+source=("http://search.cpan.org/CPAN/authors/id/A/AK/AKZHAN/Test-Spec-$pkgver.tar.gz;)
+sha256sums=('0a31cf1265dcee90bbc42456ad60bb363afc7fac6697fffb0fd49bba92a165d2')
+
+build()
+(
+  cd Test-Spec-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd Test-Spec-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd Test-Spec-$pkgver
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-test-file/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:05:49
  Author: foutrelis
Revision: 470350

archrelease: copy trunk to community-staging-any

Added:
  perl-test-file/repos/community-staging-any/
  perl-test-file/repos/community-staging-any/PKGBUILD
(from rev 470348, perl-test-file/trunk/PKGBUILD)

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

Copied: perl-test-file/repos/community-staging-any/PKGBUILD (from rev 470348, 
perl-test-file/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:05:49 UTC (rev 470350)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruno Dupuis 
+# Contributor: Rafael Reggiani Manzo 
+
+pkgname=perl-test-file
+pkgver=1.443
+pkgrel=3
+pkgdesc="This modules provides a collection of test utilities for file 
attributes."
+arch=('any')
+url='https://github.com/briandfoy/test-file'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-test-utf8')
+source=("http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-File-$pkgver.tar.gz;)
+sha512sums=('9ad66b3a9dc1c3752a4ec22934db9139ac010ac3237a3de018d4ec4a65ac047f0152ab9e7979a2615412c1af02a1f2dfa0dbfdf5eba5358628b1b443232c45b2')
+
+build() {
+  cd Test-File-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-File-$pkgver
+  make test
+}
+
+package() {
+  cd Test-File-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:05:08
  Author: foutrelis
Revision: 470340

Perl 5.30 rebuild

Modified:
  perl-xml-libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:05:04 UTC (rev 470339)
+++ PKGBUILD2019-05-25 11:05:08 UTC (rev 470340)
@@ -5,7 +5,7 @@
 
 pkgname=perl-xml-libxslt
 pkgver=1.96
-pkgrel=2
+pkgrel=3
 pkgdesc="Interface to the gnome libxslt library"
 arch=('x86_64')
 url="https://search.cpan.org/dist/XML-LibXSLT;


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:04:33
  Author: foutrelis
Revision: 354236

archrelease: copy trunk to staging-x86_64

Added:
  perl-sdl/repos/staging-x86_64/
  perl-sdl/repos/staging-x86_64/PKGBUILD
(from rev 354235, perl-sdl/trunk/PKGBUILD)

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

Copied: perl-sdl/repos/staging-x86_64/PKGBUILD (from rev 354235, 
perl-sdl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-05-25 11:04:33 UTC (rev 354236)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Sarah Hay 
+
+pkgname=perl-sdl
+pkgver=2.548
+pkgrel=2
+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-test-minimumversion/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:05:17
  Author: foutrelis
Revision: 470344

archrelease: copy trunk to community-staging-any

Added:
  perl-test-minimumversion/repos/community-staging-any/
  perl-test-minimumversion/repos/community-staging-any/PKGBUILD
(from rev 470343, perl-test-minimumversion/trunk/PKGBUILD)

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

Copied: perl-test-minimumversion/repos/community-staging-any/PKGBUILD (from rev 
470343, perl-test-minimumversion/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:05:17 UTC (rev 470344)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-minimumversion
+pkgver=0.101082
+pkgrel=2
+pkgdesc="Does your code require newer perl than you think?"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-MinimumVersion;
+depends=('perl-file-find-rule' 'perl-file-find-rule-perl' 
'perl-perl-minimumversion')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-MinimumVersion-$pkgver.tar.gz;)
+sha512sums=('9cc952f554d0e6ff3c80e43356bc2942e415893796c721847c31246ac338ed6ca372bdd8bec42e6d6c3943754f3ede1cfcbc772b32b53954f129ffc60e5370b8')
+
+build() {
+  cd Test-MinimumVersion-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-MinimumVersion-$pkgver
+  make test
+}
+
+package() {
+  cd Test-MinimumVersion-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-namespace-clean/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:04:56
  Author: foutrelis
Revision: 470338

archrelease: copy trunk to community-staging-any

Added:
  perl-namespace-clean/repos/community-staging-any/
  perl-namespace-clean/repos/community-staging-any/PKGBUILD
(from rev 470337, perl-namespace-clean/trunk/PKGBUILD)

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

Copied: perl-namespace-clean/repos/community-staging-any/PKGBUILD (from rev 
470337, perl-namespace-clean/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:04:56 UTC (rev 470338)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Maxwell Pray a.k.a. Synthead 
+# Contributor: Justin Davis 
+
+_cpanname="namespace-clean"
+pkgname="perl-$_cpanname"
+pkgver=0.27
+pkgrel=5
+pkgdesc="Keep imports and functions out of your namespace"
+arch=("any")
+license=("PerlArtistic" "GPL")
+options=("!emptydirs")
+depends=("perl>=5.5.0" "perl-b-hooks-endofscope>=0.12" 
"perl-package-stash>=0.23")
+url="https://search.cpan.org/dist/$_cpanname;
+source=("https://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/$_cpanname-$pkgver.tar.gz;)
+sha1sums=('4aa49b40cbcc7f1ee587dc3d5ec337f77c78fc4b')
+
+# Function to change to the working directory and set
+# environment variables to override undesired options.
+prepareEnvironment() {
+   cd "$srcdir/$_cpanname-$pkgver"
+   export \
+   PERL_MM_USE_DEFAULT=1 \
+   PERL_AUTOINSTALL=--skipdeps \
+   PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+   PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+   MODULEBUILDRC=/dev/null
+}
+
+build() {
+   prepareEnvironment
+   /usr/bin/perl Makefile.PL
+   make
+}
+
+check() {
+   prepareEnvironment
+   make test
+}
+
+package() {
+   prepareEnvironment
+   make install
+
+   # Remove "perllocal.pod" and ".packlist".
+   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:05:04
  Author: foutrelis
Revision: 470339

Perl 5.30 rebuild

Modified:
  perl-list-allutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:04:56 UTC (rev 470338)
+++ PKGBUILD2019-05-25 11:05:04 UTC (rev 470339)
@@ -4,7 +4,7 @@
 
 pkgname=perl-list-allutils
 pkgver=0.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Perl package that combines List::Util and List::MoreUtils in one 
bite-sized package'
 arch=('any')
 url='https://search.cpan.org/dist/List-AllUtils'


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:05:14
  Author: foutrelis
Revision: 470343

Perl 5.30 rebuild

Modified:
  perl-test-minimumversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:05:12 UTC (rev 470342)
+++ PKGBUILD2019-05-25 11:05:14 UTC (rev 470343)
@@ -2,7 +2,7 @@
 
 pkgname=perl-test-minimumversion
 pkgver=0.101082
-pkgrel=1
+pkgrel=2
 pkgdesc="Does your code require newer perl than you think?"
 arch=('any')
 license=('PerlArtistic')


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:04:53
  Author: foutrelis
Revision: 470337

Perl 5.30 rebuild

Modified:
  perl-namespace-clean/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:02:00 UTC (rev 470336)
+++ PKGBUILD2019-05-25 11:04:53 UTC (rev 470337)
@@ -5,7 +5,7 @@
 _cpanname="namespace-clean"
 pkgname="perl-$_cpanname"
 pkgver=0.27
-pkgrel=4
+pkgrel=5
 pkgdesc="Keep imports and functions out of your namespace"
 arch=("any")
 license=("PerlArtistic" "GPL")


[arch-commits] Commit in perl-xml-libxslt/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:05:12
  Author: foutrelis
Revision: 470342

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-xml-libxslt/repos/community-staging-x86_64/
  perl-xml-libxslt/repos/community-staging-x86_64/PKGBUILD
(from rev 470341, perl-xml-libxslt/trunk/PKGBUILD)

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

Copied: perl-xml-libxslt/repos/community-staging-x86_64/PKGBUILD (from rev 
470341, perl-xml-libxslt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-25 11:05:12 UTC (rev 470342)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin "juster" Davis 
+# Contributor: François Charette 
+
+pkgname=perl-xml-libxslt
+pkgver=1.96
+pkgrel=3
+pkgdesc="Interface to the gnome libxslt library"
+arch=('x86_64')
+url="https://search.cpan.org/dist/XML-LibXSLT;
+license=('GPL')
+depends=('perl-xml-libxml' 'libxslt')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
+sha512sums=('7b6e22889c538bbd861c6420cd56893d229676d3afc1cf30e17cae48a4714139769a99a48a99f1dff52864f4989e410303007c07941625bf6bd12a24276c35e6')
+
+build() {
+  cd XML-LibXSLT-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXSLT-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXSLT-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-list-allutils/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:05:09
  Author: foutrelis
Revision: 470341

archrelease: copy trunk to community-staging-any

Added:
  perl-list-allutils/repos/community-staging-any/
  perl-list-allutils/repos/community-staging-any/PKGBUILD
(from rev 470339, perl-list-allutils/trunk/PKGBUILD)

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

Copied: perl-list-allutils/repos/community-staging-any/PKGBUILD (from rev 
470339, perl-list-allutils/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:05:09 UTC (rev 470341)
@@ -0,0 +1,39 @@
+# CPAN Name  : List::AllUtils
+# Contributor: Anton Leontiev 
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname=perl-list-allutils
+pkgver=0.15
+pkgrel=2
+pkgdesc='Perl package that combines List::Util and List::MoreUtils in one 
bite-sized package'
+arch=('any')
+url='https://search.cpan.org/dist/List-AllUtils'
+license=('Artistic2.0')
+depends=('perl>=5.19.3' 'perl-list-moreutils>=0.28' 
'perl-scalar-list-utils>=1.45'
+'perl-list-someutils' 'perl-list-utilsby')
+checkdepends=('perl-test-warnings')
+source=(https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-$pkgver.tar.gz)
+options=(!emptydirs)
+sha256sums=('3711fac729321d3aad8356a756fd9272094f227aa048866a3751f9d8ea6cc95d')
+
+build() {
+   cd List-AllUtils-$pkgver
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+   /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
+   make
+}
+
+check() {
+   cd List-AllUtils-$pkgver
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   export PERL_MM_USE_DEFAULT=1
+   make test
+}
+
+package() {
+   cd List-AllUtils-$pkgver
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   make install DESTDIR="$pkgdir"
+   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:04:29
  Author: foutrelis
Revision: 354235

Perl 5.30 rebuild

Modified:
  perl-sdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:01:12 UTC (rev 354234)
+++ PKGBUILD2019-05-25 11:04:29 UTC (rev 354235)
@@ -4,7 +4,7 @@
 
 pkgname=perl-sdl
 pkgver=2.548
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple DirectMedia Layer for Perl"
 arch=(x86_64)
 license=(LGPL)


[arch-commits] Commit in perl-test-utf8/repos (2 files)

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 11:02:00
  Author: felixonmars
Revision: 470336

archrelease: copy trunk to community-staging-any

Added:
  perl-test-utf8/repos/community-staging-any/
  perl-test-utf8/repos/community-staging-any/PKGBUILD
(from rev 470335, perl-test-utf8/trunk/PKGBUILD)

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

Copied: perl-test-utf8/repos/community-staging-any/PKGBUILD (from rev 470335, 
perl-test-utf8/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:02:00 UTC (rev 470336)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Christos Nouskas 
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-test-utf8
+pkgver=1.01
+pkgrel=3
+pkgdesc="handy utf8 tests"
+arch=('any')
+url='http://search.cpan.org/dist/Test-utf8'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-module-install')
+source=("http://search.cpan.org/CPAN/authors/id/M/MA/MARKF/Test-utf8-$pkgver.tar.gz;)
+sha512sums=('07dcd5ed98a63f7d96bb0fc629b168773d02bb4c93c5bc44ec60738fc29669794547dfde5913f9de682cd583cf85f4d82b6151398aaebcfec9278525447b9c4e')
+
+build() {
+  cd Test-utf8-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-utf8-$pkgver
+  make test
+}
+
+package() {
+  cd Test-utf8-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 11:01:47
  Author: felixonmars
Revision: 470335

Perl 5.30 rebuild

Modified:
  perl-test-utf8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:01:42 UTC (rev 470334)
+++ PKGBUILD2019-05-25 11:01:47 UTC (rev 470335)
@@ -4,7 +4,7 @@
 
 pkgname=perl-test-utf8
 pkgver=1.01
-pkgrel=2
+pkgrel=3
 pkgdesc="handy utf8 tests"
 arch=('any')
 url='http://search.cpan.org/dist/Test-utf8'


[arch-commits] Commit in perl-b-hooks-endofscope/trunk (PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:01:39
  Author: foutrelis
Revision: 470333

Perl 5.30 rebuild

Modified:
  perl-b-hooks-endofscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:01:10 UTC (rev 470332)
+++ PKGBUILD2019-05-25 11:01:39 UTC (rev 470333)
@@ -5,7 +5,7 @@
 pkgname="perl-b-hooks-endofscope"
 _cpanname="B-Hooks-EndOfScope"
 pkgver=0.24
-pkgrel=1
+pkgrel=2
 pkgdesc="Execute code after a scope finished compilation"
 arch=("any")
 license=("PerlArtistic" "GPL")


[arch-commits] Commit in perl-b-hooks-endofscope/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:01:42
  Author: foutrelis
Revision: 470334

archrelease: copy trunk to community-staging-any

Added:
  perl-b-hooks-endofscope/repos/community-staging-any/
  perl-b-hooks-endofscope/repos/community-staging-any/PKGBUILD
(from rev 470333, perl-b-hooks-endofscope/trunk/PKGBUILD)

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

Copied: perl-b-hooks-endofscope/repos/community-staging-any/PKGBUILD (from rev 
470333, perl-b-hooks-endofscope/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:01:42 UTC (rev 470334)
@@ -0,0 +1,40 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Maxwell Pray a.k.a. Synthead 
+# Contributor: aurp...@juster.us
+
+pkgname="perl-b-hooks-endofscope"
+_cpanname="B-Hooks-EndOfScope"
+pkgver=0.24
+pkgrel=2
+pkgdesc="Execute code after a scope finished compilation"
+arch=("any")
+license=("PerlArtistic" "GPL")
+options=("!emptydirs")
+depends=("perl-module-implementation"
+"perl-module-runtime"
+"perl-sub-exporter"
+"perl-sub-exporter-progressive"
+"perl-try-tiny"
+"perl-variable-magic>=0.34"
+"perl>=5.5.0")
+url="http://search.cpan.org/~bobtfish/B-Hooks-EndOfScope-$pkgver/;
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-$pkgver.tar.gz;)
+sha256sums=('03aa3dfe5d0aa6471a96f43fe8318179d19794d4a640708f0288f9216ec7acc6')
+
+build() {
+   cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
+   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+   make
+}
+
+check() {
+   cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
+   make test
+}
+
+package() {
+   cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
+   make install DESTDIR="$pkgdir"
+   # Remove "perllocal.pod" and ".packlist".
+   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


[arch-commits] Commit in perl-file-desktopentry/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:01:12
  Author: foutrelis
Revision: 354234

archrelease: copy trunk to staging-any

Added:
  perl-file-desktopentry/repos/staging-any/
  perl-file-desktopentry/repos/staging-any/PKGBUILD
(from rev 354233, perl-file-desktopentry/trunk/PKGBUILD)

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

Copied: perl-file-desktopentry/repos/staging-any/PKGBUILD (from rev 354233, 
perl-file-desktopentry/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2019-05-25 11:01:12 UTC (rev 354234)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-file-desktopentry
+pkgver=0.22
+pkgrel=5
+pkgdesc='Object to handle .desktop files'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="https://search.cpan.org/dist/File-DesktopEntry/;
+depends=('perl-file-basedir' 'perl-uri')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/File-DesktopEntry-$pkgver.tar.gz)
+sha1sums=('5cec1844dc150db3eab387467379888b43b3fb35')
+
+build() {
+  cd File-DesktopEntry-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-DesktopEntry-$pkgver
+  make test
+}
+
+package() {
+  cd File-DesktopEntry-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 11:01:04
  Author: felixonmars
Revision: 470330

archrelease: copy trunk to community-staging-any

Added:
  perl-perl-minimumversion/repos/community-staging-any/
  perl-perl-minimumversion/repos/community-staging-any/PKGBUILD
(from rev 470329, perl-perl-minimumversion/trunk/PKGBUILD)

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

Copied: perl-perl-minimumversion/repos/community-staging-any/PKGBUILD (from rev 
470329, perl-perl-minimumversion/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:01:04 UTC (rev 470330)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-perl-minimumversion
+pkgver=1.38
+pkgrel=2
+pkgdesc="Find a minimum required version of perl for Perl code"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Perl-MinimumVersion;
+depends=('perl-file-find-rule' 'perl-file-find-rule-perl' 'perl-ppi' 
'perl-ppix-regexp'
+ 'perl-params-util' 'perl-perl-critic')
+makedepends=('perl-test-script')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/N/NE/NEILB/Perl-MinimumVersion-$pkgver.tar.gz;)
+sha512sums=('4a1b5a30c1b2c82ebdd5908b667d012376372890278fb3f1a08ead300b8ce02396f511df5250123689611ad5c0b0ad2b41a4c1ebe76c33109f2226eef95c9d4f')
+
+build() {
+  cd Perl-MinimumVersion-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Perl-MinimumVersion-$pkgver
+  make test
+}
+
+package() {
+  cd Perl-MinimumVersion-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:01:08
  Author: foutrelis
Revision: 354233

Perl 5.30 rebuild

Modified:
  perl-file-desktopentry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:00:43 UTC (rev 354232)
+++ PKGBUILD2019-05-25 11:01:08 UTC (rev 354233)
@@ -2,7 +2,7 @@
 
 pkgname=perl-file-desktopentry
 pkgver=0.22
-pkgrel=4
+pkgrel=5
 pkgdesc='Object to handle .desktop files'
 arch=('any')
 license=('GPL' 'PerlArtistic')


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:00:39
  Author: foutrelis
Revision: 354231

Perl 5.30 rebuild

Modified:
  perl-mail-spf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:00:12 UTC (rev 354230)
+++ PKGBUILD2019-05-25 11:00:39 UTC (rev 354231)
@@ -4,7 +4,7 @@
 
 pkgname=perl-mail-spf
 pkgver=2.9.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Perl module that provides SPF support"
 arch=('any')
 license=('custom')


[arch-commits] Commit in perl-module-build-xsutil/trunk (PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:01:07
  Author: foutrelis
Revision: 470331

Perl 5.30 rebuild

Modified:
  perl-module-build-xsutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:01:04 UTC (rev 470330)
+++ PKGBUILD2019-05-25 11:01:07 UTC (rev 470331)
@@ -4,7 +4,7 @@
 
 pkgname=perl-module-build-xsutil
 pkgver=0.19
-pkgrel=2
+pkgrel=3
 pkgdesc="A Module::Build class for building XS modules"
 arch=('any')
 license=('PerlArtistic' 'GPL')


[arch-commits] Commit in perl-module-build-xsutil/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:01:10
  Author: foutrelis
Revision: 470332

archrelease: copy trunk to community-staging-any

Added:
  perl-module-build-xsutil/repos/community-staging-any/
  perl-module-build-xsutil/repos/community-staging-any/PKGBUILD
(from rev 470331, perl-module-build-xsutil/trunk/PKGBUILD)

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

Copied: perl-module-build-xsutil/repos/community-staging-any/PKGBUILD (from rev 
470331, perl-module-build-xsutil/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:01:10 UTC (rev 470332)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: John D Jones III 

+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-module-build-xsutil
+pkgver=0.19
+pkgrel=3
+pkgdesc="A Module::Build class for building XS modules"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-devel-checkcompiler' 'perl')
+makedepends=('perl-module-build')
+checkdepends=('perl-capture-tiny' 'perl-cwd-guard' 
'perl-file-copy-recursive-reduced')
+url='http://search.cpan.org/dist/Module-Build-XSUtil'
+source=("http://search.cpan.org/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-$pkgver.tar.gz;)
+_distdir="Module-Build-XSUtil-$pkgver"
+sha512sums=('187f504c3f26d15b96cdc5b682d3487a31cf124475160b7fe5dce727d5d6ec5de5a58d09535adb62a1a95b3030fb62951b2cc0eca860eb03c66a48042cea8819')
+
+build() {
+  cd "$srcdir/$_distdir"
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  perl Build test
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  perl Build install destdir="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 11:00:49
  Author: felixonmars
Revision: 470329

Perl 5.30 rebuild

Modified:
  perl-perl-minimumversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:00:37 UTC (rev 470328)
+++ PKGBUILD2019-05-25 11:00:49 UTC (rev 470329)
@@ -2,7 +2,7 @@
 
 pkgname=perl-perl-minimumversion
 pkgver=1.38
-pkgrel=1
+pkgrel=2
 pkgdesc="Find a minimum required version of perl for Perl code"
 arch=('any')
 license=('PerlArtistic')


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:00:34
  Author: foutrelis
Revision: 470326

Perl 5.30 rebuild

Modified:
  perl-path-finddev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:00:32 UTC (rev 470325)
+++ PKGBUILD2019-05-25 11:00:34 UTC (rev 470326)
@@ -2,7 +2,7 @@
 
 pkgname=perl-path-finddev
 pkgver=0.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Find a development path somewhere in an upper hierarchy"
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-list-someutils/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:00:36
  Author: foutrelis
Revision: 470327

archrelease: copy trunk to community-staging-any

Added:
  perl-list-someutils/repos/community-staging-any/
  perl-list-someutils/repos/community-staging-any/PKGBUILD
(from rev 470326, perl-list-someutils/trunk/PKGBUILD)

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

Copied: perl-list-someutils/repos/community-staging-any/PKGBUILD (from rev 
470326, perl-list-someutils/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:00:36 UTC (rev 470327)
@@ -0,0 +1,38 @@
+# CPAN Name  : List::AllUtils
+# Contributor: Anton Leontiev 
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname=perl-list-someutils
+pkgver=0.56
+pkgrel=3
+pkgdesc='Perl package that combines List::Util and List::MoreUtils in one 
bite-sized package'
+arch=('any')
+url='https://search.cpan.org/dist/List-SomeUtils'
+license=('Artistic2.0')
+depends=('perl' 'perl-module-implementation')
+checkdepends=('perl-test-warnings')
+source=(https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-SomeUtils-$pkgver.tar.gz)
+options=(!emptydirs)
+sha256sums=('eaa7d99ce86380c0389876474c8eb84acc0a6bfeef1b0fc23a292592de6f89f7')
+
+build() {
+   cd List-SomeUtils-$pkgver
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+   perl Makefile.PL INSTALLDIRS=vendor
+   make
+}
+
+check() {
+   cd List-SomeUtils-$pkgver
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   export PERL_MM_USE_DEFAULT=1
+   make test
+}
+
+package() {
+   cd List-SomeUtils-$pkgver
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   make install DESTDIR="$pkgdir"
+   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


[arch-commits] Commit in perl-mail-spf/repos (staging-any staging-any/PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:00:43
  Author: foutrelis
Revision: 354232

archrelease: copy trunk to staging-any

Added:
  perl-mail-spf/repos/staging-any/
  perl-mail-spf/repos/staging-any/PKGBUILD
(from rev 354231, perl-mail-spf/trunk/PKGBUILD)

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

Copied: perl-mail-spf/repos/staging-any/PKGBUILD (from rev 354231, 
perl-mail-spf/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2019-05-25 11:00:43 UTC (rev 354232)
@@ -0,0 +1,39 @@
+# Maintainer: Dale Blount 
+# Contributor: Dale Blount 
+# Contributor: François Charette 
+
+pkgname=perl-mail-spf
+pkgver=2.9.0
+pkgrel=5
+pkgdesc="Perl module that provides SPF support"
+arch=('any')
+license=('custom')
+url="https://search.cpan.org/dist/Mail-SPF/;
+depends=('perl-error' 'perl-netaddr-ip' 'perl-uri' 'perl-net-dns' 'perl')
+makedepends=('perl-module-build' 'perl-net-dns-resolver-programmable')
+conflicts=('perl-mail-spf-query')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v${pkgver}.tar.gz;)
+md5sums=('664e20d79c87fa505080f362e827dace')
+
+prepare() {
+  cd Mail-SPF-v${pkgver}
+  sed -i 's|/usr/sbin|/usr/bin|' Build.PL
+}
+
+build() {
+  cd Mail-SPF-v${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Mail-SPF-v${pkgver}
+  make test
+}
+
+package() {
+  cd Mail-SPF-v${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:00:32
  Author: foutrelis
Revision: 470325

Perl 5.30 rebuild

Modified:
  perl-list-someutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 11:00:07 UTC (rev 470324)
+++ PKGBUILD2019-05-25 11:00:32 UTC (rev 470325)
@@ -4,7 +4,7 @@
 
 pkgname=perl-list-someutils
 pkgver=0.56
-pkgrel=2
+pkgrel=3
 pkgdesc='Perl package that combines List::Util and List::MoreUtils in one 
bite-sized package'
 arch=('any')
 url='https://search.cpan.org/dist/List-SomeUtils'


[arch-commits] Commit in perl-path-finddev/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:00:37
  Author: foutrelis
Revision: 470328

archrelease: copy trunk to community-staging-any

Added:
  perl-path-finddev/repos/community-staging-any/
  perl-path-finddev/repos/community-staging-any/PKGBUILD
(from rev 470327, perl-path-finddev/trunk/PKGBUILD)

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

Copied: perl-path-finddev/repos/community-staging-any/PKGBUILD (from rev 
470327, perl-path-finddev/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:00:37 UTC (rev 470328)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-path-finddev
+pkgver=0.5.3
+pkgrel=2
+pkgdesc="Find a development path somewhere in an upper hierarchy"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Path-FindDev;
+depends=('perl-class-tiny' 'perl-path-isdev' 'perl-path-tiny' 
'perl-sub-exporter')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/K/KE/KENTNL/Path-FindDev-v$pkgver.tar.gz;)
+sha512sums=('dd7a6a05f9e21c45a5ef25b3e2598a8f769a2ab3ef24ddb8e918b17a0f025bc5ba5b23fecf832911b7003de6cdaceb0e4a8c1139b4e23b080920739604e37bf6')
+
+build() {
+  cd Path-FindDev-v$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Path-FindDev-v$pkgver
+  make test
+}
+
+package() {
+  cd Path-FindDev-v$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-poe-component-client-keepalive/trunk (PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:00:02
  Author: foutrelis
Revision: 470322

Perl 5.30 rebuild

Modified:
  perl-poe-component-client-keepalive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:59:58 UTC (rev 470321)
+++ PKGBUILD2019-05-25 11:00:02 UTC (rev 470322)
@@ -3,7 +3,7 @@
 
 pkgname=perl-poe-component-client-keepalive
 pkgver=0.272
-pkgrel=5
+pkgrel=6
 pkgdesc="Perl/CPAN Module POE::Component::Client::Keepalive"
 arch=(any)
 url="https://search.cpan.org/dist/POE-Component-Client-Keepalive;


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

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 10:59:39
  Author: felixonmars
Revision: 354227

archrelease: copy trunk to staging-any

Added:
  perl-mail-dkim/repos/staging-any/
  perl-mail-dkim/repos/staging-any/PKGBUILD
(from rev 354225, perl-mail-dkim/trunk/PKGBUILD)

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

Copied: perl-mail-dkim/repos/staging-any/PKGBUILD (from rev 354225, 
perl-mail-dkim/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2019-05-25 10:59:39 UTC (rev 354227)
@@ -0,0 +1,49 @@
+# Maintainer: Florian Pritz 
+# Contributor: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-mail-dkim
+pkgver=0.55
+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-mail-authenticationresults>=1.20180215' 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=(76b9dd8a12e1f7ca2f0a5c097e7b8405)
+sha512sums=(3956fe9b34c18f7d2589dac9065cfd12d28ca276e4f6fb862953b48230d6afcf153b8d2e2b3f669726e86e1039e83144f75690dcb4667f4fdebe2dd2410f7d00)
+_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
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-poe-component-client-keepalive/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:00:07
  Author: foutrelis
Revision: 470324

archrelease: copy trunk to community-staging-any

Added:
  perl-poe-component-client-keepalive/repos/community-staging-any/
  perl-poe-component-client-keepalive/repos/community-staging-any/PKGBUILD
(from rev 470323, perl-poe-component-client-keepalive/trunk/PKGBUILD)

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

Copied: 
perl-poe-component-client-keepalive/repos/community-staging-any/PKGBUILD (from 
rev 470323, perl-poe-component-client-keepalive/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:00:07 UTC (rev 470324)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-poe-component-client-keepalive
+pkgver=0.272
+pkgrel=6
+pkgdesc="Perl/CPAN Module POE::Component::Client::Keepalive"
+arch=(any)
+url="https://search.cpan.org/dist/POE-Component-Client-Keepalive;
+license=("GPL" "PerlArtistic")
+depends=("perl-poe-component-client-dns" "perl-poe"
+   "perl-poe-component-resolver" "perl-net-ip-minimal")
+source=("https://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-$pkgver.tar.gz;)
+md5sums=('a4e58f1521ed369a342ae5b843d99184')
+
+build() {
+  cd "$srcdir"/POE-Component-Client-Keepalive-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/POE-Component-Client-Keepalive-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:59:38
  Author: foutrelis
Revision: 354226

Perl 5.30 rebuild

Modified:
  perl-text-bibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:59:31 UTC (rev 354225)
+++ PKGBUILD2019-05-25 10:59:38 UTC (rev 354226)
@@ -4,7 +4,7 @@
 pkgname=perl-text-bibtex
 _dist=Text-BibTeX
 pkgver=0.85
-pkgrel=2
+pkgrel=3
 pkgdesc="Perl interface to read and parse BibTeX files"
 arch=('x86_64')
 url="https://metacpan.org/release/${_dist};


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:59:58
  Author: foutrelis
Revision: 470321

Perl 5.30 rebuild

Modified:
  perl-moo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:59:42 UTC (rev 470320)
+++ PKGBUILD2019-05-25 10:59:58 UTC (rev 470321)
@@ -3,7 +3,7 @@
 
 pkgname='perl-moo'
 pkgver=2.003004
-pkgrel=1
+pkgrel=2
 pkgdesc="Minimalist Object Orientation (with Moose compatiblity)"
 arch=('any')
 license=('PerlArtistic' 'GPL')


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:59:27
  Author: foutrelis
Revision: 354224

Perl 5.30 rebuild

Modified:
  perl-xml-libxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:59:26 UTC (rev 354223)
+++ PKGBUILD2019-05-25 10:59:27 UTC (rev 354224)
@@ -5,7 +5,7 @@
 
 pkgname=perl-xml-libxml
 pkgver=2.0200
-pkgrel=1
+pkgrel=2
 pkgdesc="Interface to the libxml library"
 arch=('x86_64')
 url="https://search.cpan.org/dist/XML-LibXML;


[arch-commits] Commit in perl-test-more-utf8/trunk (PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:59:39
  Author: foutrelis
Revision: 470319

Perl 5.30 rebuild

Modified:
  perl-test-more-utf8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:59:17 UTC (rev 470318)
+++ PKGBUILD2019-05-25 10:59:39 UTC (rev 470319)
@@ -2,7 +2,7 @@
 
 pkgname=perl-test-more-utf8
 pkgver=0.05
-pkgrel=2
+pkgrel=3
 pkgdesc="Enhancing Test::More for UTF8-based projects"
 arch=('any')
 license=('PerlArtistic' 'GPL')


[arch-commits] Commit in perl-text-bibtex/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:59:42
  Author: foutrelis
Revision: 354228

archrelease: copy trunk to staging-x86_64

Added:
  perl-text-bibtex/repos/staging-x86_64/
  perl-text-bibtex/repos/staging-x86_64/PKGBUILD
(from rev 354227, perl-text-bibtex/trunk/PKGBUILD)

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

Copied: perl-text-bibtex/repos/staging-x86_64/PKGBUILD (from rev 354227, 
perl-text-bibtex/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-05-25 10:59:42 UTC (rev 354228)
@@ -0,0 +1,47 @@
+# $ID$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=perl-text-bibtex
+_dist=Text-BibTeX
+pkgver=0.85
+pkgrel=3
+pkgdesc="Perl interface to read and parse BibTeX files"
+arch=('x86_64')
+url="https://metacpan.org/release/${_dist};
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-module-build'
+ 'perl-config-autoconf'
+ 'perl-extutils-libbuilder')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/${_dist}-${pkgver}.tar.gz)
+# Checksums from http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/CHECKSUMS
+md5sums=('eff0352d6de29a8d4d61efcc7774186c')
+sha256sums=('1005455f09ad5d39ebf6b45c87106a7341cbe5a7b25251dd05c7c960d7ebd30c')
+
+prepare() {
+cd "${srcdir}/${_dist}-${pkgver}"
+# Don't install to /usr/lib64
+sed -i s,lib64,lib,g Build.PL
+}
+
+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 Build.PL
+./Build
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+./Build test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+./Build install installdirs=vendor destdir="$pkgdir"
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:00:04
  Author: foutrelis
Revision: 470323

archrelease: copy trunk to community-staging-any

Added:
  perl-moo/repos/community-staging-any/
  perl-moo/repos/community-staging-any/PKGBUILD
(from rev 470321, perl-moo/trunk/PKGBUILD)

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

Copied: perl-moo/repos/community-staging-any/PKGBUILD (from rev 470321, 
perl-moo/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:00:04 UTC (rev 470323)
@@ -0,0 +1,39 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Moritz Bunkus 
+
+pkgname='perl-moo'
+pkgver=2.003004
+pkgrel=2
+pkgdesc="Minimalist Object Orientation (with Moose compatiblity)"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-class-method-modifiers>=1.1' 
'perl-devel-globaldestruction>=0.11' 'perl-import-into>=1.002'
+ 'perl-module-runtime>=0.014' 'perl-role-tiny>=2' 'perl-sub-quote')
+makedepends=('perl-test-fatal>=0.003')
+url='https://metacpan.org/release/Moo'
+source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-${pkgver}.tar.gz;)
+sha256sums=('f8bbb625f8e963eabe05cff9048fdd72bdd26777404ff2c40bc690f558be91e1')
+
+build() {
+  cd "$srcdir"/Moo-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps \
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+  MODULEBUILDRC=/dev/null
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir"/Moo-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+#  make test
+}
+
+package() {
+  cd "$srcdir"/Moo-$pkgver
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


[arch-commits] Commit in perl-crypt-ssleay/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:00:12
  Author: foutrelis
Revision: 354230

archrelease: copy trunk to staging-x86_64

Added:
  perl-crypt-ssleay/repos/staging-x86_64/
  perl-crypt-ssleay/repos/staging-x86_64/PKGBUILD
(from rev 354229, perl-crypt-ssleay/trunk/PKGBUILD)

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

Copied: perl-crypt-ssleay/repos/staging-x86_64/PKGBUILD (from rev 354229, 
perl-crypt-ssleay/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-05-25 11:00:12 UTC (rev 354230)
@@ -0,0 +1,37 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: François Charette 
+
+pkgname=perl-crypt-ssleay
+pkgver=0.73_04
+pkgrel=10
+pkgdesc="OpenSSL glue that provides LWP https support"
+arch=('x86_64')
+url="https://search.cpan.org/dist/Crypt-SSLeay;
+license=('GPL' 'PerlArtistic')
+depends=('perl-lwp-protocol-https' 'perl-try-tiny' 'perl-path-class')
+options=('!emptydirs')
+source=(https://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz)
+md5sums=('7508b2a34da2202cc0c78deb59e36526')
+
+build() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  PERL_USE_UNSAFE_INC=1 \
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+#  make test
+}
+
+package() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  make install DESTDIR="${pkgdir}"
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}


[arch-commits] Commit in perl-test-more-utf8/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:59:42
  Author: foutrelis
Revision: 470320

archrelease: copy trunk to community-staging-any

Added:
  perl-test-more-utf8/repos/community-staging-any/
  perl-test-more-utf8/repos/community-staging-any/PKGBUILD
(from rev 470319, perl-test-more-utf8/trunk/PKGBUILD)

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

Copied: perl-test-more-utf8/repos/community-staging-any/PKGBUILD (from rev 
470319, perl-test-more-utf8/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 10:59:42 UTC (rev 470320)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-more-utf8
+pkgver=0.05
+pkgrel=3
+pkgdesc="Enhancing Test::More for UTF8-based projects"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-module-install')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+url='http://search.cpan.org/dist/Test-More-UTF8'
+source=("http://search.cpan.org/CPAN/authors/id/M/MO/MONS/Test-More-UTF8-$pkgver.tar.gz;)
+sha512sums=('9a1ba4216037aa1517ef57b2e5a40bd78f2f3aaaff3683a4e45f10d4b574b5e2752509a5620d8a76156135b4fa7182320a182a5a6900bf450979d805d7dc05a3')
+
+build() {
+  cd "$srcdir/Test-More-UTF8-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Test-More-UTF8-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Test-More-UTF8-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 11:00:05
  Author: foutrelis
Revision: 354229

Perl 5.30 rebuild

Modified:
  perl-crypt-ssleay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:59:42 UTC (rev 354228)
+++ PKGBUILD2019-05-25 11:00:05 UTC (rev 354229)
@@ -3,7 +3,7 @@
 
 pkgname=perl-crypt-ssleay
 pkgver=0.73_04
-pkgrel=9
+pkgrel=10
 pkgdesc="OpenSSL glue that provides LWP https support"
 arch=('x86_64')
 url="https://search.cpan.org/dist/Crypt-SSLeay;


[arch-commits] Commit in perl-xml-libxml/repos (3 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:59:31
  Author: foutrelis
Revision: 354225

archrelease: copy trunk to staging-x86_64

Added:
  perl-xml-libxml/repos/staging-x86_64/
  perl-xml-libxml/repos/staging-x86_64/PKGBUILD
(from rev 354224, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/staging-x86_64/perl-xml-libxml.install
(from rev 354224, perl-xml-libxml/trunk/perl-xml-libxml.install)

-+
 PKGBUILD|   36 
 perl-xml-libxml.install |   23 +++
 2 files changed, 59 insertions(+)

Copied: perl-xml-libxml/repos/staging-x86_64/PKGBUILD (from rev 354224, 
perl-xml-libxml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-05-25 10:59:31 UTC (rev 354225)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin "juster" Davis 
+# Contributor: François Charette 
+
+pkgname=perl-xml-libxml
+pkgver=2.0200
+pkgrel=2
+pkgdesc="Interface to the libxml library"
+arch=('x86_64')
+url="https://search.cpan.org/dist/XML-LibXML;
+license=('GPL')
+depends=('perl-alien-libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+checkdepends=('perl-test-pod' 'perl-test-leaktrace' 'perl-cpan-changes' 
'perl-uri')
+provides=('perl-libxml' 'perl-xml-libxml-common')
+replaces=('perl-libxml' 'perl-xml-libxml-common')
+options=('!emptydirs')
+install=perl-xml-libxml.install
+source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
+sha512sums=('ad04920e8740a21541d6396c90540e4cc327a72277680ff934fcef1c013ce15352202d9af2ac78b6c271703d927a437b8b965fc86dc4f8bb011a09ff338a42c3')
+
+build() {
+  cd XML-LibXML-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXML-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXML-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"/
+}

Copied: perl-xml-libxml/repos/staging-x86_64/perl-xml-libxml.install (from rev 
354224, perl-xml-libxml/trunk/perl-xml-libxml.install)
===
--- staging-x86_64/perl-xml-libxml.install  (rev 0)
+++ staging-x86_64/perl-xml-libxml.install  2019-05-25 10:59:31 UTC (rev 
354225)
@@ -0,0 +1,23 @@
+post_install() {
+  echo ":: Installing SAX XML Parsers"
+  perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
+  perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
+}
+
+post_upgrade() {
+  if [[ ! -f /usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini ]]; then
+post_install
+  else
+libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
+if [[ $libxmlcount == 0 ]]; then
+  post_install
+fi
+  fi
+}
+
+pre_remove() {
+  if [[ -f /usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini ]]; then
+perl -MXML::SAX -e 
"XML::SAX->remove_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
+perl -MXML::SAX -e 
"XML::SAX->remove_parser(q(XML::LibXML::SAX))->save_parsers()"
+  fi
+}


[arch-commits] Commit in perl-params-validate/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:59:11
  Author: foutrelis
Revision: 470316

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-params-validate/repos/community-staging-x86_64/
  perl-params-validate/repos/community-staging-x86_64/PKGBUILD
(from rev 470315, perl-params-validate/trunk/PKGBUILD)

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

Copied: perl-params-validate/repos/community-staging-x86_64/PKGBUILD (from rev 
470315, perl-params-validate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-25 10:59:11 UTC (rev 470316)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-params-validate
+pkgver=1.29
+pkgrel=3
+pkgdesc="Validate sub params against a spec"
+arch=('x86_64')
+url="https://search.cpan.org/dist/Params-Validate;
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-module-implementation')
+makedepends=('perl-module-build')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/D/DR/DROLSKY/Params-Validate-${pkgver}.tar.gz;)
+sha256sums=('49a68dfb430bea028042479111d19068e08095e5a467e320b7ab7bde3d729733')
+
+build() {
+  cd  Params-Validate-${pkgver}
+  perl ./Build.PL --installdirs=vendor
+  ./Build
+}
+package() {
+  cd  Params-Validate-${pkgver}
+  ./Build install --destdir="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-package-stash/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:59:17
  Author: foutrelis
Revision: 470318

archrelease: copy trunk to community-staging-any

Added:
  perl-package-stash/repos/community-staging-any/
  perl-package-stash/repos/community-staging-any/PKGBUILD
(from rev 470317, perl-package-stash/trunk/PKGBUILD)

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

Copied: perl-package-stash/repos/community-staging-any/PKGBUILD (from rev 
470317, perl-package-stash/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 10:59:17 UTC (rev 470318)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin Davis 
+
+pkgname=perl-package-stash
+pkgver=0.38
+pkgrel=2
+pkgdesc="Routines for manipulating stashes"
+arch=('any')
+url="http://search.cpan.org/dist/Package-Stash;
+license=('PerlArtistic' 'GPL')
+depends=('perl-dist-checkconflicts' 'perl-package-stash-xs' 
'perl-module-implementation')
+checkdepends=('perl-test-fatal' 'perl-test-requires')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Package-Stash-$pkgver.tar.gz)
+sha1sums=('a6f4e04564e8dca31cf559dc49f056e84d520ccc')
+
+build() {
+  cd Package-Stash-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Package-Stash-$pkgver
+  make test
+}
+
+package() {
+  cd Package-Stash-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:59:13
  Author: foutrelis
Revision: 470317

Perl 5.30 rebuild

Modified:
  perl-package-stash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:59:11 UTC (rev 470316)
+++ PKGBUILD2019-05-25 10:59:13 UTC (rev 470317)
@@ -4,7 +4,7 @@
 
 pkgname=perl-package-stash
 pkgver=0.38
-pkgrel=1
+pkgrel=2
 pkgdesc="Routines for manipulating stashes"
 arch=('any')
 url="http://search.cpan.org/dist/Package-Stash;


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

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 10:59:26
  Author: felixonmars
Revision: 354223

Perl 5.30 rebuild

Modified:
  perl-mail-dkim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:58:13 UTC (rev 354222)
+++ PKGBUILD2019-05-25 10:59:26 UTC (rev 354223)
@@ -4,7 +4,7 @@
 
 pkgname=perl-mail-dkim
 pkgver=0.55
-pkgrel=1
+pkgrel=2
 pkgdesc='Signs/verifies Internet mail with DKIM/DomainKey signatures'
 arch=(any)
 license=(PerlArtistic GPL)


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:59:08
  Author: foutrelis
Revision: 470315

Perl 5.30 rebuild

Modified:
  perl-params-validate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:58:40 UTC (rev 470314)
+++ PKGBUILD2019-05-25 10:59:08 UTC (rev 470315)
@@ -3,7 +3,7 @@
 
 pkgname=perl-params-validate
 pkgver=1.29
-pkgrel=2
+pkgrel=3
 pkgdesc="Validate sub params against a spec"
 arch=('x86_64')
 url="https://search.cpan.org/dist/Params-Validate;


[arch-commits] Commit in perl-import-into/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:58:32
  Author: foutrelis
Revision: 470313

archrelease: copy trunk to community-staging-any

Added:
  perl-import-into/repos/community-staging-any/
  perl-import-into/repos/community-staging-any/PKGBUILD
(from rev 470312, perl-import-into/trunk/PKGBUILD)

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

Copied: perl-import-into/repos/community-staging-any/PKGBUILD (from rev 470312, 
perl-import-into/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 10:58:32 UTC (rev 470313)
@@ -0,0 +1,51 @@
+# CPAN Name  : Import-Into
+# Contributor: Anonymous
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname='perl-import-into'
+pkgver=1.002005
+pkgrel=5
+pkgdesc="Import packages into other packages"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-module-runtime>=0' 'perl>=5.006')
+makedepends=()
+url='https://search.cpan.org/dist/Import-Into'
+source=('https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Import-Into-1.002004.tar.gz')
+md5sums=('70f2f3b08a5b706ee382a8448c346cb1')
+sha512sums=('387fb6302417bda94fffe7215e22774d9345af0f2df9f39dc089abcf4a0e164521d2223ddaeed7179a341720e1ae399ada6ff02b5aef75c9a00a74e2cf752005')
+_distdir="Import-Into-1.002004"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install
+
+  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-devel-checkcompiler/repos (2 files)

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 10:58:40
  Author: felixonmars
Revision: 470314

archrelease: copy trunk to community-staging-any

Added:
  perl-devel-checkcompiler/repos/community-staging-any/
  perl-devel-checkcompiler/repos/community-staging-any/PKGBUILD
(from rev 470313, perl-devel-checkcompiler/trunk/PKGBUILD)

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

Copied: perl-devel-checkcompiler/repos/community-staging-any/PKGBUILD (from rev 
470313, perl-devel-checkcompiler/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 10:58:40 UTC (rev 470314)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: John D Jones III 

+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-devel-checkcompiler
+pkgver=0.07
+pkgrel=5
+pkgdesc="Check the compiler's availability"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-module-build')
+checkdepends=('perl-test-requires')
+url='http://search.cpan.org/dist/Devel-CheckCompiler'
+source=('http://search.cpan.org/CPAN/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.05.tar.gz')
+sha512sums=('5bf40abc7df914a9bbd5b185a40d597272f2f8fb0a94f95b1790ed247a529af8c31bc8ddfcae75ceab4d504ad8faf86ed63eefbc5081a208bcccf0902464d73e')
+_distdir="Devel-CheckCompiler-0.05"
+
+build() {
+  cd "$srcdir/$_distdir"
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  perl Build test
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  perl Build install destdir="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:58:29
  Author: foutrelis
Revision: 470312

Perl 5.30 rebuild

Modified:
  perl-import-into/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:58:26 UTC (rev 470311)
+++ PKGBUILD2019-05-25 10:58:29 UTC (rev 470312)
@@ -4,7 +4,7 @@
 
 pkgname='perl-import-into'
 pkgver=1.002005
-pkgrel=4
+pkgrel=5
 pkgdesc="Import packages into other packages"
 arch=('any')
 license=('PerlArtistic' 'GPL')


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:58:06
  Author: foutrelis
Revision: 354219

Perl 5.30 rebuild

Modified:
  perl-extutils-libbuilder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:56:27 UTC (rev 354218)
+++ PKGBUILD2019-05-25 10:58:06 UTC (rev 354219)
@@ -3,7 +3,7 @@
 pkgname='perl-extutils-libbuilder'
 _dist="ExtUtils-LibBuilder"
 pkgver=0.08
-pkgrel=4
+pkgrel=5
 pkgdesc="A tools to build C libraries"
 arch=('any')
 license=('PerlArtistic' 'GPL')


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:57:36
  Author: foutrelis
Revision: 470303

Perl 5.30 rebuild

Modified:
  perl-path-isdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:57:29 UTC (rev 470302)
+++ PKGBUILD2019-05-25 10:57:36 UTC (rev 470303)
@@ -2,7 +2,7 @@
 
 pkgname=perl-path-isdev
 pkgver=1.001003
-pkgrel=1
+pkgrel=2
 pkgdesc="Determine if a given Path resembles a development source tree"
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-path-isdev/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:57:39
  Author: foutrelis
Revision: 470305

archrelease: copy trunk to community-staging-any

Added:
  perl-path-isdev/repos/community-staging-any/
  perl-path-isdev/repos/community-staging-any/PKGBUILD
(from rev 470304, perl-path-isdev/trunk/PKGBUILD)

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

Copied: perl-path-isdev/repos/community-staging-any/PKGBUILD (from rev 470304, 
perl-path-isdev/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 10:57:39 UTC (rev 470305)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-path-isdev
+pkgver=1.001003
+pkgrel=2
+pkgdesc="Determine if a given Path resembles a development source tree"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Path-IsDev;
+depends=('perl-class-tiny' 'perl-file-homedir' 'perl-module-runtime' 
'perl-path-tiny'
+ 'perl-role-tiny' 'perl-sub-exporter')
+makedepends=('perl-test-fatal')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/K/KE/KENTNL/Path-IsDev-$pkgver.tar.gz;)
+sha512sums=('fd4e355d0e67ec210eba443d5867dce181664da6ae300d81b98e77fd78a25d5a4f95e0b901f0a6c7596f28a3e2e37264f31226c410f5e6fb6a565d2ef0618d59')
+
+build() {
+  cd Path-IsDev-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Path-IsDev-$pkgver
+  make test
+}
+
+package() {
+  cd Path-IsDev-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:58:13
  Author: foutrelis
Revision: 354222

archrelease: copy trunk to staging-x86_64

Added:
  razor/repos/staging-x86_64/
  razor/repos/staging-x86_64/PKGBUILD
(from rev 354220, razor/trunk/PKGBUILD)
  razor/repos/staging-x86_64/razor-2.85-cosmetic-pv-fix.patch
(from rev 354220, razor/trunk/razor-2.85-cosmetic-pv-fix.patch)
  razor/repos/staging-x86_64/razor-2.85-makefile-quoting-fix.patch
(from rev 354221, razor/trunk/razor-2.85-makefile-quoting-fix.patch)

---+
 PKGBUILD  |   44 
 razor-2.85-cosmetic-pv-fix.patch  |   22 
 razor-2.85-makefile-quoting-fix.patch |   15 ++
 3 files changed, 81 insertions(+)

Copied: razor/repos/staging-x86_64/PKGBUILD (from rev 354220, 
razor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-05-25 10:58:13 UTC (rev 354222)
@@ -0,0 +1,44 @@
+# Maintainer:
+# Contributor: Dale Blount 
+# Contributor: Manolis Tzanidakis
+
+pkgname=razor
+pkgver=2.85
+pkgrel=12
+pkgdesc="A distributed, collaborative, spam detection and filtering network"
+arch=('x86_64')
+url="http://razor.sourceforge.net;
+license=('PerlArtistic')
+depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 
'perl')
+options=('!emptydirs')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2;
+ razor-2.85-cosmetic-pv-fix.patch
+ razor-2.85-makefile-quoting-fix.patch)
+md5sums=('014d08db40187cb1316482191566b012'
+ '850645e088b21845f4b6653623d59515'
+ '6543caaf0a4086e65de1fb61c8dd5b7b')
+
+prepare() {
+  cd ${pkgname}-agents-${pkgver}
+
+  patch -p1 -i ../razor-2.85-cosmetic-pv-fix.patch
+
+  # ExtUtils::MakeMaker >= 6.99_09 has quotes around paths
+  patch -p1 -i ../razor-2.85-makefile-quoting-fix.patch
+}
+
+build() {
+  cd ${pkgname}-agents-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${pkgname}-agents-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-agents-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: razor/repos/staging-x86_64/razor-2.85-cosmetic-pv-fix.patch (from rev 
354220, razor/trunk/razor-2.85-cosmetic-pv-fix.patch)
===
--- staging-x86_64/razor-2.85-cosmetic-pv-fix.patch 
(rev 0)
+++ staging-x86_64/razor-2.85-cosmetic-pv-fix.patch 2019-05-25 10:58:13 UTC 
(rev 354222)
@@ -0,0 +1,22 @@
+--- a/lib/Razor2/Client/Version.pm 2007-05-10 22:32:10.0 +0200
 b/lib/Razor2/Client/Version.pm 2010-03-25 11:11:36.911409707 +0100
+@@ -14,7 +14,7 @@
+ 
+ $PROTOCOL = 3;
+ 
+-$VERSION = '2.84';
++$VERSION = '2.85';
+ 
+ 1;
+ 
+--- a/META.yml 2007-05-23 20:29:34.0 +0200
 b/META.yml 2010-03-25 11:11:43.691408628 +0100
+@@ -1,7 +1,7 @@
+ # http://module-build.sourceforge.net/META-spec.html
+ #XXX This is a prototype!!!  It will change in the future!!! X#
+ name: razor-agents
+-version:  2.84
++version:  2.85
+ version_from: lib/Razor2/Client/Version.pm
+ installdirs:  site
+ requires:

Copied: razor/repos/staging-x86_64/razor-2.85-makefile-quoting-fix.patch (from 
rev 354221, razor/trunk/razor-2.85-makefile-quoting-fix.patch)
===
--- staging-x86_64/razor-2.85-makefile-quoting-fix.patch
(rev 0)
+++ staging-x86_64/razor-2.85-makefile-quoting-fix.patch2019-05-25 
10:58:13 UTC (rev 354222)
@@ -0,0 +1,15 @@
+diff -uprw razor-agents-2.85.orig/Makefile.PL razor-agents-2.85/Makefile.PL
+--- razor-agents-2.85.orig/Makefile.PL 2007-05-09 01:47:53.0 +0300
 razor-agents-2.85/Makefile.PL  2015-06-14 20:36:23.677213987 +0300
+@@ -140,9 +140,9 @@ sub MY::install {
+   my $inherited = $self->SUPER::install(@_);
+ 
+   my $man5 = q{ \\
+-  $(INST_MAN5DIR) $(INSTALLMAN5DIR)};
++  "$(INST_MAN5DIR)" "$(INSTALLMAN5DIR)"};
+ 
+-  $inherited =~ s/(\$\((?:DEST)?INSTALL\w*MAN1DIR\))/$1$man5/gm;
++  $inherited =~ s/("?\$\((?:DEST)?INSTALL\w*MAN1DIR\)"?)/$1$man5/gm;
+ 
+   return $inherited;
+ }


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:57:46
  Author: foutrelis
Revision: 470306

Perl 5.30 rebuild

Modified:
  perl-dist-checkconflicts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:57:39 UTC (rev 470305)
+++ PKGBUILD2019-05-25 10:57:46 UTC (rev 470306)
@@ -3,7 +3,7 @@
 
 pkgname=perl-dist-checkconflicts
 pkgver=0.11
-pkgrel=4
+pkgrel=5
 pkgdesc="Declare version conflicts for your dist"
 arch=('any')
 license=('PerlArtistic' 'GPL')


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

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 10:58:26
  Author: felixonmars
Revision: 470311

Perl 5.30 rebuild

Modified:
  perl-devel-checkcompiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:58:08 UTC (rev 470310)
+++ PKGBUILD2019-05-25 10:58:26 UTC (rev 470311)
@@ -4,7 +4,7 @@
 
 pkgname=perl-devel-checkcompiler
 pkgver=0.07
-pkgrel=4
+pkgrel=5
 pkgdesc="Check the compiler's availability"
 arch=('any')
 license=('PerlArtistic' 'GPL')


[arch-commits] Commit in perl-dist-checkconflicts/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:57:50
  Author: foutrelis
Revision: 470307

archrelease: copy trunk to community-staging-any

Added:
  perl-dist-checkconflicts/repos/community-staging-any/
  perl-dist-checkconflicts/repos/community-staging-any/PKGBUILD
(from rev 470306, perl-dist-checkconflicts/trunk/PKGBUILD)

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

Copied: perl-dist-checkconflicts/repos/community-staging-any/PKGBUILD (from rev 
470306, perl-dist-checkconflicts/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 10:57:50 UTC (rev 470307)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Justin Davis 
+
+pkgname=perl-dist-checkconflicts
+pkgver=0.11
+pkgrel=5
+pkgdesc="Declare version conflicts for your dist"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-list-moreutils' 'perl-exporter')
+makedepends=('perl-extutils-makemaker')
+checkdepends=('perl-test-fatal' 'perl-module-runtime')
+url="https://metacpan.org/release/Dist-CheckConflicts;
+source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Dist-CheckConflicts-$pkgver.tar.gz)
+md5sums=('c8725a92b9169708b0f63036812070f2')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor"   \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+cd Dist-CheckConflicts-$pkgver
+
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd Dist-CheckConflicts-$pkgver
+
+make test
+  )
+}
+
+package() {
+  cd Dist-CheckConflicts-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+}


[arch-commits] Commit in perl-extutils-libbuilder/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:58:11
  Author: foutrelis
Revision: 354221

archrelease: copy trunk to staging-any

Added:
  perl-extutils-libbuilder/repos/staging-any/
  perl-extutils-libbuilder/repos/staging-any/PKGBUILD
(from rev 354220, perl-extutils-libbuilder/trunk/PKGBUILD)

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

Copied: perl-extutils-libbuilder/repos/staging-any/PKGBUILD (from rev 354220, 
perl-extutils-libbuilder/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2019-05-25 10:58:11 UTC (rev 354221)
@@ -0,0 +1,34 @@
+# Maintainer: Rémy Oudompheng 
+
+pkgname='perl-extutils-libbuilder'
+_dist="ExtUtils-LibBuilder"
+pkgver=0.08
+pkgrel=5
+pkgdesc="A tools to build C libraries"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-module-build')
+url="https://metacpan.org/release/${_dist};
+source=("http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/${_dist}-${pkgver}.tar.gz;)
+sha1sums=('c15d93062c43bc83e1b3b0d52869bb0aa6919f2b')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+perl Build.PL
+./Build
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+./Build test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+./Build install installdirs=vendor destdir="$pkgdir"
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:58:03
  Author: foutrelis
Revision: 470309

Perl 5.30 rebuild

Modified:
  perl-module-implementation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:57:50 UTC (rev 470308)
+++ PKGBUILD2019-05-25 10:58:03 UTC (rev 470309)
@@ -3,7 +3,7 @@
 
 pkgname=perl-module-implementation
 pkgver=0.09
-pkgrel=4
+pkgrel=5
 pkgdesc="Loads one of several alternate underlying implementations for a 
module"
 arch=('any')
 license=('PerlArtistic')


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

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 10:57:37
  Author: felixonmars
Revision: 470304

Perl 5.30 rebuild

Modified:
  perl-path-class/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:57:36 UTC (rev 470303)
+++ PKGBUILD2019-05-25 10:57:37 UTC (rev 470304)
@@ -2,7 +2,7 @@
 
 pkgname=perl-path-class
 pkgver=0.37
-pkgrel=4
+pkgrel=5
 pkgdesc="Cross-platform path specification manipulation"
 arch=(any)
 license=(PerlArtistic GPL)


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:58:07
  Author: foutrelis
Revision: 354220

Perl 5.30 rebuild

Modified:
  razor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:58:06 UTC (rev 354219)
+++ PKGBUILD2019-05-25 10:58:07 UTC (rev 354220)
@@ -4,7 +4,7 @@
 
 pkgname=razor
 pkgver=2.85
-pkgrel=11
+pkgrel=12
 pkgdesc="A distributed, collaborative, spam detection and filtering network"
 arch=('x86_64')
 url="http://razor.sourceforge.net;


[arch-commits] Commit in perl-module-implementation/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:58:08
  Author: foutrelis
Revision: 470310

archrelease: copy trunk to community-staging-any

Added:
  perl-module-implementation/repos/community-staging-any/
  perl-module-implementation/repos/community-staging-any/PKGBUILD
(from rev 470309, perl-module-implementation/trunk/PKGBUILD)

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

Copied: perl-module-implementation/repos/community-staging-any/PKGBUILD (from 
rev 470309, perl-module-implementation/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 10:58:08 UTC (rev 470310)
@@ -0,0 +1,36 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: 3ED 
+
+pkgname=perl-module-implementation
+pkgver=0.09
+pkgrel=5
+pkgdesc="Loads one of several alternate underlying implementations for a 
module"
+arch=('any')
+license=('PerlArtistic')
+options=('!emptydirs')
+depends=('perl-module-runtime>=0.012' 'perl-try-tiny')
+checkdepends=('perl-test-requires' 'perl-test-fatal')
+url="https://search.cpan.org/dist/Module-Implementation/;
+source=(https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Module-Implementation-$pkgver.tar.gz)
+md5sums=('52e3fe0ca6b1eff0488d59b7aacc0667')
+
+build() {
+  cd "${srcdir}/Module-Implementation-${pkgver}"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+MODULEBUILDRC=/dev/null
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}/Module-Implementation-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/Module-Implementation-${pkgver}"
+  make install
+  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
+}


[arch-commits] Commit in perl-path-class/repos (2 files)

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 10:57:50
  Author: felixonmars
Revision: 470308

archrelease: copy trunk to community-staging-any

Added:
  perl-path-class/repos/community-staging-any/
  perl-path-class/repos/community-staging-any/PKGBUILD
(from rev 470305, perl-path-class/trunk/PKGBUILD)

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

Copied: perl-path-class/repos/community-staging-any/PKGBUILD (from rev 470305, 
perl-path-class/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 10:57:50 UTC (rev 470308)
@@ -0,0 +1,48 @@
+# Packager: Justin "juster" Davis 
+
+pkgname=perl-path-class
+pkgver=0.37
+pkgrel=5
+pkgdesc="Cross-platform path specification manipulation"
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+makedepends=('perl-module-build')
+url="https://search.cpan.org/dist/Path-Class;
+source=("https://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Path-Class-${pkgver}.tar.gz;)
+md5sums=('13e6db714f6d5a0e62ca1c4a7fc4d0f3')
+
+build()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd Path-Class-${pkgver}
+/usr/bin/perl Build.PL
+./Build
+)
+
+check()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd Path-Class-${pkgver}
+./Build test
+)
+
+package() {
+export PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" 
+
+cd Path-Class-${pkgver}
+./Build install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-extutils-cppguess/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:57:29
  Author: foutrelis
Revision: 470302

archrelease: copy trunk to community-staging-any

Added:
  perl-extutils-cppguess/repos/community-staging-any/
  perl-extutils-cppguess/repos/community-staging-any/PKGBUILD
(from rev 470301, perl-extutils-cppguess/trunk/PKGBUILD)

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

Copied: perl-extutils-cppguess/repos/community-staging-any/PKGBUILD (from rev 
470301, perl-extutils-cppguess/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 10:57:29 UTC (rev 470302)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-extutils-cppguess
+pkgver=0.19
+pkgrel=2
+pkgdesc="Guess C++ compiler and flags"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/ExtUtils-CppGuess;
+depends=('perl-capture-tiny')
+makedepends=('perl-module-build')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETJ/ExtUtils-CppGuess-$pkgver.tar.gz;)
+sha512sums=('2337fa2f4a982bd5323a94277f00ca6bdba3c901df5472cb8d16d8ac44b143dc63b05e38c5554cee9a3ba6d12eda8a2c6433ec08d3d857dbc339c6568d68be62')
+
+build() {
+  cd ExtUtils-CppGuess-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ExtUtils-CppGuess-$pkgver
+  make test
+}
+
+package() {
+  cd ExtUtils-CppGuess-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:57:07
  Author: foutrelis
Revision: 470297

Perl 5.30 rebuild

Modified:
  perl-net-oauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:57:05 UTC (rev 470296)
+++ PKGBUILD2019-05-25 10:57:07 UTC (rev 470297)
@@ -5,7 +5,7 @@
 
 pkgname=perl-net-oauth
 pkgver=0.28
-pkgrel=8
+pkgrel=9
 pkgdesc="An implementation of the OAuth protocol"
 arch=('any')
 license=('PerlArtistic' 'GPL')


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:57:05
  Author: foutrelis
Revision: 470296

archrelease: copy trunk to community-staging-any

Added:
  perl-perl-critic/repos/community-staging-any/
  perl-perl-critic/repos/community-staging-any/PKGBUILD
(from rev 470295, perl-perl-critic/trunk/PKGBUILD)

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

Copied: perl-perl-critic/repos/community-staging-any/PKGBUILD (from rev 470295, 
perl-perl-critic/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 10:57:05 UTC (rev 470296)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-perl-critic
+pkgver=1.134
+pkgrel=2
+pkgdesc="Critique Perl source code for best-practices"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Perl-Critic;
+depends=('perl-b-keywords' 'perl-config-tiny' 'perl-exception-class' 
'perl-file-homedir'
+ 'perl-file-which' 'perl-io-string' 'perl-list-moreutils' 
'perl-module-build'
+ 'perl-module-pluggable' 'perl-ppi' 'perl-ppix-quotelike' 
'perl-ppix-regexp'
+ 'perl-ppix-utilities' 'perl-pod-spell' 'perl-tidy' 'perl-readonly' 
'perl-string-format'
+ 'perl-task-weaken')
+makedepends=('perl-test-deep')
+checkdepends=('perl-test-memory-cycle')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/Perl-Critic-$pkgver.tar.gz;)
+sha512sums=('73d3fd891e055aec5dd38680696ae30f6662d0906baeea878f393adb96e34079e561cd4c3dad00f0c84c7d3a72f3119b2f8ef0c0a1601aaccc8456f1c0039b7a')
+
+build() {
+  cd Perl-Critic-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Perl-Critic-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Perl-Critic-$pkgver
+  perl Build install destdir="$pkgdir"
+}


[arch-commits] Commit in perl-poe-component-client-dns/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:56:58
  Author: foutrelis
Revision: 470294

archrelease: copy trunk to community-staging-any

Added:
  perl-poe-component-client-dns/repos/community-staging-any/
  perl-poe-component-client-dns/repos/community-staging-any/PKGBUILD
(from rev 470293, perl-poe-component-client-dns/trunk/PKGBUILD)

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

Copied: perl-poe-component-client-dns/repos/community-staging-any/PKGBUILD 
(from rev 470293, perl-poe-component-client-dns/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 10:56:58 UTC (rev 470294)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-poe-component-client-dns
+pkgver=1.054
+pkgrel=5
+pkgdesc="Perl/CPAN Module POE::Component::Client::DNS"
+arch=(any)
+url="https://search.cpan.org/dist/POE-Component-Client-DNS;
+license=("GPL" "PerlArtistic")
+makedepends=("perl-net-dns" "perl-poe")
+depends=("perl-net-dns" "perl-poe")
+source=("https://www.cpan.org/authors/id/R/RC/RCAPUTO/POE-Component-Client-DNS-$pkgver.tar.gz;)
+sha256sums=('b19a06920a69b74c2712bb5a48b719ce58965309d9beb3e2a35d8ff783625c31')
+
+build() {
+  cd "$srcdir"/POE-Component-Client-DNS-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/POE-Component-Client-DNS-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:56:36
  Author: foutrelis
Revision: 470291

Perl 5.30 rebuild

Modified:
  perl-module-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:55:59 UTC (rev 470290)
+++ PKGBUILD2019-05-25 10:56:36 UTC (rev 470291)
@@ -3,7 +3,7 @@
 
 pkgname=perl-module-install
 pkgver=1.19
-pkgrel=2
+pkgrel=3
 pkgdesc="Module::Install - Standalone, extensible Perl module installer"
 arch=('any')
 url='http://search.cpan.org/dist/Module-Install'


[arch-commits] Commit in perl-net-oauth/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:57:10
  Author: foutrelis
Revision: 470298

archrelease: copy trunk to community-staging-any

Added:
  perl-net-oauth/repos/community-staging-any/
  perl-net-oauth/repos/community-staging-any/PKGBUILD
(from rev 470297, perl-net-oauth/trunk/PKGBUILD)

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

Copied: perl-net-oauth/repos/community-staging-any/PKGBUILD (from rev 470297, 
perl-net-oauth/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 10:57:10 UTC (rev 470298)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# CPAN Name  : Net-OAuth
+# Contributor: Anonymous
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-net-oauth
+pkgver=0.28
+pkgrel=9
+pkgdesc="An implementation of the OAuth protocol"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-class-accessor' 'perl-class-data-inheritable' 
'perl-digest-hmac' 'perl-digest-sha1' 'perl-uri' 'perl-libwww' 
'perl-file-slurp-tiny')
+makedepends=('perl-module-build')
+checkdepends=('perl-test-warn')
+url='http://search.cpan.org/dist/Net-OAuth'
+source=("http://search.cpan.org/CPAN/authors/id/K/KG/KGRENNAN/Net-OAuth-$pkgver.tar.gz;)
+sha512sums=('b38c3784221bdf56b5b55021cc7e74cf6c5ce47b6743b6fefae9e148ff61d3c1e068aa5829dfed13ffd070e1286ab0d743e2f7b7c900f5fd8cf78f788cff70c4')
+
+build() {
+  cd "$srcdir/Net-OAuth-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Net-OAuth-$pkgver"
+  PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "$srcdir/Net-OAuth-$pkgver"
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -o -name '*.pod' -delete
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:57:22
  Author: foutrelis
Revision: 470299

Perl 5.30 rebuild

Modified:
  perl-unicode-stringprep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:57:10 UTC (rev 470298)
+++ PKGBUILD2019-05-25 10:57:22 UTC (rev 470299)
@@ -2,7 +2,7 @@
 
 pkgname=perl-unicode-stringprep
 pkgver=1.105
-pkgrel=4
+pkgrel=5
 pkgdesc="Preparation of Internationalized Strings (RFC 3454)"
 arch=('any')
 url="https://search.cpan.org/dist/Unicode-Stringprep/;


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:57:26
  Author: foutrelis
Revision: 470301

Perl 5.30 rebuild

Modified:
  perl-extutils-cppguess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:57:26 UTC (rev 470300)
+++ PKGBUILD2019-05-25 10:57:26 UTC (rev 470301)
@@ -2,7 +2,7 @@
 
 pkgname=perl-extutils-cppguess
 pkgver=0.19
-pkgrel=1
+pkgrel=2
 pkgdesc="Guess C++ compiler and flags"
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-unicode-stringprep/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:57:26
  Author: foutrelis
Revision: 470300

archrelease: copy trunk to community-staging-any

Added:
  perl-unicode-stringprep/repos/community-staging-any/
  perl-unicode-stringprep/repos/community-staging-any/PKGBUILD
(from rev 470299, perl-unicode-stringprep/trunk/PKGBUILD)

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

Copied: perl-unicode-stringprep/repos/community-staging-any/PKGBUILD (from rev 
470299, perl-unicode-stringprep/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 10:57:26 UTC (rev 470300)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-unicode-stringprep
+pkgver=1.105
+pkgrel=5
+pkgdesc="Preparation of Internationalized Strings (RFC 3454)"
+arch=('any')
+url="https://search.cpan.org/dist/Unicode-Stringprep/;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+makedepends=('perl-module-build>=0.42')
+checkdepends=('perl-test-nowarnings')
+provides=("perl-unicode-stringprep-bidi=$pkgver" 
"perl-unicode-stringprep-mapping=$pkgver"
+ "perl-unicode-stringprep-prohibited=$pkgver" 
"perl-unicode-stringprep-unassigned=$pkgver")
+options=(!emptydirs)
+source=("https://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Unicode-Stringprep-$pkgver.tar.gz;)
+md5sums=('bf9ffbc387cc12d67a3875be1cd8e105')
+_ddir="Unicode-Stringprep-$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
+)


[arch-commits] Commit in perl-module-install/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:56:40
  Author: foutrelis
Revision: 470292

archrelease: copy trunk to community-staging-any

Added:
  perl-module-install/repos/community-staging-any/
  perl-module-install/repos/community-staging-any/PKGBUILD
(from rev 470291, perl-module-install/trunk/PKGBUILD)

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

Copied: perl-module-install/repos/community-staging-any/PKGBUILD (from rev 
470291, perl-module-install/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 10:56:40 UTC (rev 470292)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: dracorp aka Piotr Rogoza 
+
+pkgname=perl-module-install
+pkgver=1.19
+pkgrel=3
+pkgdesc="Module::Install - Standalone, extensible Perl module installer"
+arch=('any')
+url='http://search.cpan.org/dist/Module-Install'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-file-remove' 'perl-json' 'perl-module-build' 
'perl-module-scandeps' 'perl-par-dist'
+ 'perl-cpan-meta' 'perl-yaml-tiny')
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Install-$pkgver.tar.gz;)
+sha512sums=('68a255402c98955cfcb5a8a99555fe511b89d5fccf96ee1c498cab347c8945f3abe53485ea936f7419420d9c7beb52c861516f4cfd299812cebf80eab50fa5ba')
+
+build() {
+  cd Module-Install-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Module-Install-$pkgver
+  make test
+}
+
+package() {
+  cd Module-Install-$pkgver
+  make install DESTDIR="$pkgdir"
+}


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:57:02
  Author: foutrelis
Revision: 470295

Perl 5.30 rebuild

Modified:
  perl-perl-critic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:56:58 UTC (rev 470294)
+++ PKGBUILD2019-05-25 10:57:02 UTC (rev 470295)
@@ -2,7 +2,7 @@
 
 pkgname=perl-perl-critic
 pkgver=1.134
-pkgrel=1
+pkgrel=2
 pkgdesc="Critique Perl source code for best-practices"
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-poe-component-client-dns/trunk (PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:56:54
  Author: foutrelis
Revision: 470293

Perl 5.30 rebuild

Modified:
  perl-poe-component-client-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:56:40 UTC (rev 470292)
+++ PKGBUILD2019-05-25 10:56:54 UTC (rev 470293)
@@ -3,7 +3,7 @@
 
 pkgname=perl-poe-component-client-dns
 pkgver=1.054
-pkgrel=4
+pkgrel=5
 pkgdesc="Perl/CPAN Module POE::Component::Client::DNS"
 arch=(any)
 url="https://search.cpan.org/dist/POE-Component-Client-DNS;


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

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:55:33
  Author: foutrelis
Revision: 354211

Perl 5.30 rebuild

Modified:
  perl-alien-sdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:55:14 UTC (rev 354210)
+++ PKGBUILD2019-05-25 10:55:33 UTC (rev 354211)
@@ -8,7 +8,7 @@
 pkgname=perl-alien-sdl
 _realname=Alien-SDL
 pkgver=1.446
-pkgrel=6
+pkgrel=7
 pkgdesc="Building, finding and using SDL binaries"
 arch=(x86_64)
 license=(PerlArtistic GPL)


<    1   2   3   4   5   6   7   8   9   10   >