[arch-commits] Commit in perl-test-fatal/repos/community-any (PKGBUILD PKGBUILD)
Jonathan Steel
jsteel at nymeria.archlinux.org
Sun Sep 29 22:15:51 UTC 2013
Date: Monday, September 30, 2013 @ 00:15:51
Author: jsteel
Revision: 97808
archrelease: copy trunk to community-any
Added:
perl-test-fatal/repos/community-any/PKGBUILD
(from rev 97807, perl-test-fatal/trunk/PKGBUILD)
Deleted:
perl-test-fatal/repos/community-any/PKGBUILD
----------+
PKGBUILD | 88 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 42 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-29 22:15:36 UTC (rev 97807)
+++ PKGBUILD 2013-09-29 22:15:51 UTC (rev 97808)
@@ -1,46 +0,0 @@
-# Maintainer: Justin Davis (juster) <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-test-fatal
-pkgver=0.010
-pkgrel=1
-pkgdesc='incredibly simple helpers for testing code with exceptions'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl-try-tiny>=0.07')
-url=https://metacpan.org/release/Test-Fatal
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-$pkgver.tar.gz")
-md5sums=(d8052d4160e8d999cbeb574592f26541)
-sha512sums=(24ed85a957e316f49673613295978ff4f2485f762427a8e51594221fe7601d6df3ab1d92dd5a9a8943cce42a04a3a712b781a7ae31403995a03bbf177006edf6)
-_dir="$srcdir/Test-Fatal-$pkgver"
-
-build()
-(
- cd "$_dir"
- export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
- unset PERL5LIB PERL_MM_OPT
- /usr/bin/perl Makefile.PL
- make
-)
-
-check()
-(
- cd "$_dir"
- export PERL_MM_USE_DEFAULT=1
- unset PERL5LIB
- make test
-)
-
-package()
-(
- cd "$_dir"
- make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
Copied: perl-test-fatal/repos/community-any/PKGBUILD (from rev 97807, perl-test-fatal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-09-29 22:15:51 UTC (rev 97808)
@@ -0,0 +1,42 @@
+# $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
+)
More information about the arch-commits
mailing list