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

Felix Yan felixonmars at archlinux.org
Sat May 26 19:48:02 UTC 2018


    Date: Saturday, May 26, 2018 @ 19:48:01
  Author: felixonmars
Revision: 325036

archrelease: copy trunk to extra-x86_64

Added:
  perl-async-interrupt/repos/extra-x86_64/PKGBUILD
    (from rev 325035, perl-async-interrupt/trunk/PKGBUILD)
Deleted:
  perl-async-interrupt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-26 19:47:40 UTC (rev 325035)
+++ PKGBUILD	2018-05-26 19:48:01 UTC (rev 325036)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
-
-pkgname=perl-async-interrupt
-pkgver=1.23
-pkgrel=1
-pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
-arch=(x86_64)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl-canary-stability' 'perl-common-sense')
-url=https://metacpan.org/release/Async-Interrupt
-source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$pkgver.tar.gz")
-sha512sums=('edea9bdfe403999bc6f58115e70f2abb33bf16f34417822115f61700dc8dfbe03bcf01b46ba7381d9a988d3c7d7f83e8201cb6f514420c0abf55eadd38986275')
-
-build() {
-  cd Async-Interrupt-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL
-  make
-}
-
-check() {
-  cd Async-Interrupt-$pkgver
-  make test
-}
-
-package() {
-  cd Async-Interrupt-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
-	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
-	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-async-interrupt/repos/extra-x86_64/PKGBUILD (from rev 325035, perl-async-interrupt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-26 19:48:01 UTC (rev 325036)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
+
+pkgname=perl-async-interrupt
+pkgver=1.24
+pkgrel=1
+pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
+arch=(x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl-canary-stability' 'perl-common-sense')
+url=https://metacpan.org/release/Async-Interrupt
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$pkgver.tar.gz")
+sha512sums=('7632d0537e2f7dd6fb406333ced170261eb5de2b5db86f066fac61ba37a6d7995a72de4cb9c329e2d93369dc591cce5e1b8baef5976e13b58c42411e930ac246')
+
+build() {
+  cd Async-Interrupt-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL
+  make
+}
+
+check() {
+  cd Async-Interrupt-$pkgver
+  make test
+}
+
+package() {
+  cd Async-Interrupt-$pkgver
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}



More information about the arch-commits mailing list