[arch-commits] Commit in perl-try-tiny/repos/extra-any (PKGBUILD PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Mon Aug 5 21:15:50 UTC 2013
Date: Monday, August 5, 2013 @ 23:15:50
Author: eric
Revision: 192105
archrelease: copy trunk to extra-any
Added:
perl-try-tiny/repos/extra-any/PKGBUILD
(from rev 192104, perl-try-tiny/trunk/PKGBUILD)
Deleted:
perl-try-tiny/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 77 ++++++++++++++++++++++++-------------------------------------
1 file changed, 31 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-05 21:15:32 UTC (rev 192104)
+++ PKGBUILD 2013-08-05 21:15:50 UTC (rev 192105)
@@ -1,46 +0,0 @@
-# Maintainer: Justin Davis <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-try-tiny
-pkgver=0.12
-pkgrel=1
-pkgdesc="Minimal try/catch with proper localization of \$@"
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-makedepends=('perl-extutils-makemaker')
-checkdepends=('perl-test-simple')
-url="http://search.cpan.org/dist/Try-Tiny"
-source=("http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Try-Tiny-${pkgver}.tar.gz")
-md5sums=('5b584cb5ace0a2f39d8949bacc800003')
-
-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 Try-Tiny-${pkgver}
- /usr/bin/perl Makefile.PL
- make
- )
-}
-
-check() {
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
- cd Try-Tiny-${pkgver}
- make test
- )
-}
-
-package() {
- cd Try-Tiny-${pkgver}
- make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
Copied: perl-try-tiny/repos/extra-any/PKGBUILD (from rev 192104, perl-try-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-08-05 21:15:50 UTC (rev 192105)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-try-tiny
+pkgver=0.16
+pkgrel=1
+pkgdesc="Minimal try/catch with proper localization of \$@"
+arch=('any')
+url="http://search.cpan.org/dist/Try-Tiny"
+license=('PerlArtistic' 'GPL')
+makedepends=('perl-extutils-makemaker')
+checkdepends=('perl-test-simple')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Try-Tiny-${pkgver}.tar.gz")
+md5sums=('027ebee61b191a4b2fe4107cb7b51c7c')
+
+build() {
+ cd Try-Tiny-${pkgver}
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Try-Tiny-${pkgver}
+ make test
+}
+
+package() {
+ cd Try-Tiny-${pkgver}
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list