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

Eric Bélanger eric at nymeria.archlinux.org
Wed Mar 20 23:25:22 UTC 2013


    Date: Thursday, March 21, 2013 @ 00:25:22
  Author: eric
Revision: 86659

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   92 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 45 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-20 23:25:01 UTC (rev 86658)
+++ PKGBUILD	2013-03-20 23:25:22 UTC (rev 86659)
@@ -1,47 +0,0 @@
-# Packager: Justin "juster" Davis <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-local-lib
-pkgver=1.008004
-pkgrel=2
-pkgdesc="create and use a local lib/ for perl modules with PERL5LIB"
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.8.1')
-url=https://metacpan.org/release/local-lib
-source=("http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-${pkgver}.tar.gz")
-md5sums=(6244fa9d77e818594acbaf572aece326)
-sha512sums=(4ed2bf88a0cd5bcbe7cf04bf0cd24fea7ddc7bfa4c18700b4a49ccb9111bf57cab6ea06fb59bd7914cb24d4786bedb73ac2f02cb00faaa61118fe1d771932984)
-_distdir="${srcdir}/local-lib-${pkgver}"
-
-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 "$_distdir"
-    /usr/bin/perl Makefile.PL
-    make
-)
-
-check()
-(
-    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    cd "$_distdir"
-    make test
-)
-
-package() {
-    cd "$_distdir"
-    make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-local-lib/repos/community-any/PKGBUILD (from rev 86658, perl-local-lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-20 23:25:22 UTC (rev 86659)
@@ -0,0 +1,45 @@
+# Packager: Justin "juster" Davis <jrcd83 at gmail.com>
+# $Id$
+
+pkgname=perl-local-lib
+pkgver=1.008009
+pkgrel=1
+pkgdesc="create and use a local lib/ for perl modules with PERL5LIB"
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1')
+url="https://metacpan.org/release/local-lib"
+source=("http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-${pkgver}.tar.gz")
+md5sums=('96e6216d582488b1a598aa1300e05e05')
+
+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 local-lib-${pkgver}
+    /usr/bin/perl Makefile.PL
+    make
+)
+
+check()
+(
+    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    cd local-lib-${pkgver}
+    make test
+)
+
+package() {
+    cd local-lib-${pkgver}
+    make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list