[arch-commits] Commit in perl-path-class/repos/community-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Wed Mar 20 18:54:51 UTC 2013


    Date: Wednesday, March 20, 2013 @ 19:54:51
  Author: eric
Revision: 86632

archrelease: copy trunk to community-any

Added:
  perl-path-class/repos/community-any/PKGBUILD
    (from rev 86631, perl-path-class/trunk/PKGBUILD)
Deleted:
  perl-path-class/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   94 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 48 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-20 18:54:32 UTC (rev 86631)
+++ PKGBUILD	2013-03-20 18:54:51 UTC (rev 86632)
@@ -1,46 +0,0 @@
-# Packager: Justin "juster" Davis <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-path-class
-pkgver=0.26
-pkgrel=1
-pkgdesc="Cross-platform path specification manipulation"
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl')
-url=https://metacpan.org/release/Path-Class
-source=("http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Path-Class-${pkgver}.tar.gz")
-md5sums=('ec77aaa16cff0c29143c578f30d420cd')
-_distdir="${srcdir}/Path-Class-${pkgver}"
-
-build()
-(
-    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-      PERL_AUTOINSTALL=--skipdeps                            \
-      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
-      PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-      MODULEBUILDRC=/dev/null
-
-    cd "$_distdir"
-    /usr/bin/perl Build.PL
-    ./Build
-)
-
-check()
-(
-    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    cd "$_distdir"
-    ./Build test
-)
-
-package() {
-    cd "$_distdir"
-    ./Build install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-path-class/repos/community-any/PKGBUILD (from rev 86631, perl-path-class/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-20 18:54:51 UTC (rev 86632)
@@ -0,0 +1,48 @@
+# Packager: Justin "juster" Davis <jrcd83 at gmail.com>
+# $Id$
+
+pkgname=perl-path-class
+pkgver=0.32
+pkgrel=1
+pkgdesc="Cross-platform path specification manipulation"
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+url="http://search.cpan.org/dist/Path-Class"
+source=("http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Path-Class-${pkgver}.tar.gz")
+md5sums=('c3f3bacb17cbefd4f5b47159445415f8')
+
+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 Path-Class-${pkgver}
+    /usr/bin/perl Build.PL
+    ./Build
+)
+
+check()
+(
+    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    cd Path-Class-${pkgver}
+    ./Build test
+)
+
+package() {
+    export PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
+      PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" 
+
+    cd Path-Class-${pkgver}
+    ./Build 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