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

Eric Bélanger eric at archlinux.org
Fri Mar 20 04:02:10 UTC 2015


    Date: Friday, March 20, 2015 @ 05:02:10
  Author: eric
Revision: 129611

archrelease: copy trunk to community-any

Added:
  perl-test-fatal/repos/community-any/PKGBUILD
    (from rev 129610, perl-test-fatal/trunk/PKGBUILD)
Deleted:
  perl-test-fatal/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-20 04:00:45 UTC (rev 129610)
+++ PKGBUILD	2015-03-20 04:02:10 UTC (rev 129611)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
-
-pkgname=perl-test-fatal
-pkgver=0.013
-pkgrel=1
-pkgdesc="Incredibly simple helpers for testing code with exceptions"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-try-tiny')
-url="https://metacpan.org/release/Test-Fatal"
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-$pkgver.tar.gz)
-md5sums=('e3d13b3c7e42f4574c843aca5d9f4570')
-
-build() (
-  cd "$srcdir/Test-Fatal-$pkgver"
-
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check() (
-  cd "$srcdir/Test-Fatal-$pkgver"
-
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-
-  make test
-)
-
-package() (
-  cd "$srcdir/Test-Fatal-$pkgver"
-
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)

Copied: perl-test-fatal/repos/community-any/PKGBUILD (from rev 129610, perl-test-fatal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-03-20 04:02:10 UTC (rev 129611)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
+
+pkgname=perl-test-fatal
+pkgver=0.014
+pkgrel=1
+pkgdesc="Incredibly simple helpers for testing code with exceptions"
+arch=('any')
+url="https://metacpan.org/release/Test-Fatal"
+license=('PerlArtistic' 'GPL')
+depends=('perl-try-tiny')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-$pkgver.tar.gz)
+sha1sums=('6984ef1c0aed1d2c8334e8f20818cbf269abc345')
+
+build() {
+  cd "$srcdir/Test-Fatal-$pkgver"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/Test-Fatal-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Test-Fatal-$pkgver"
+  make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list