[arch-commits] Commit in perl-try-tiny/repos/extra-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Sun Aug 18 03:16:46 UTC 2013


    Date: Sunday, August 18, 2013 @ 05:16:46
  Author: eric
Revision: 193181

archrelease: copy trunk to extra-any

Added:
  perl-try-tiny/repos/extra-any/PKGBUILD
    (from rev 193180, perl-try-tiny/trunk/PKGBUILD)
Deleted:
  perl-try-tiny/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-18 03:16:01 UTC (rev 193180)
+++ PKGBUILD	2013-08-18 03:16:46 UTC (rev 193181)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-try-tiny
-pkgver=0.17
-pkgrel=1
-pkgdesc="Minimal try/catch with proper localization of \$@"
-arch=('any')
-url="http://search.cpan.org/dist/Try-Tiny"
-license=('MIT')
-depends=('perl')
-checkdepends=('perl-test-simple')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Try-Tiny-${pkgver}.tar.gz")
-sha1sums=('45d4704d370545605bd308d3d8ef99b26c04fd57')
-
-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
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: perl-try-tiny/repos/extra-any/PKGBUILD (from rev 193180, perl-try-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-08-18 03:16:46 UTC (rev 193181)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-try-tiny
+pkgver=0.18
+pkgrel=1
+pkgdesc="Minimal try/catch with proper localization of \$@"
+arch=('any')
+url="http://search.cpan.org/dist/Try-Tiny"
+license=('MIT')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Try-Tiny-${pkgver}.tar.gz")
+sha1sums=('1910c037e4b7367c58d2e2f06464863bdee2b06a')
+
+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
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list