[arch-commits] Commit in perl-local-lib/repos/community-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Mon Aug 5 22:29:45 UTC 2013


    Date: Tuesday, August 6, 2013 @ 00:29:45
  Author: eric
Revision: 95126

archrelease: copy trunk to community-any

Added:
  perl-local-lib/repos/community-any/PKGBUILD
    (from rev 95125, perl-local-lib/trunk/PKGBUILD)
Deleted:
  perl-local-lib/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-05 22:29:24 UTC (rev 95125)
+++ PKGBUILD	2013-08-05 22:29:45 UTC (rev 95126)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-local-lib
-pkgver=1.008010
-pkgrel=1
-pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
-arch=('any')
-url="https://metacpan.org/release/local-lib"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/local-lib-${pkgver}.tar.gz")
-md5sums=('c5573c46eac26e589c5542c03925ae87')
-
-build() {
-  cd local-lib-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd local-lib-${pkgver}
-  make test
-}
-
-package() {
-  cd local-lib-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-local-lib/repos/community-any/PKGBUILD (from rev 95125, perl-local-lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-08-05 22:29:45 UTC (rev 95126)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-local-lib
+pkgver=1.008011
+pkgrel=1
+pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
+arch=('any')
+url="https://metacpan.org/release/local-lib"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/local-lib-${pkgver}.tar.gz")
+md5sums=('b9040f0cfc4291639fe37b60fb18476d')
+
+build() {
+  cd local-lib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd local-lib-${pkgver}
+  make test
+}
+
+package() {
+  cd local-lib-${pkgver}
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list