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

Sergej Pupykin spupykin at archlinux.org
Sat Mar 12 11:52:02 UTC 2016


    Date: Saturday, March 12, 2016 @ 12:52:01
  Author: spupykin
Revision: 166368

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   97 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-12 11:51:52 UTC (rev 166367)
+++ PKGBUILD	2016-03-12 11:52:01 UTC (rev 166368)
@@ -1,48 +0,0 @@
-# Packager: Justin "juster" Davis <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-path-class
-pkgver=0.35
-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=('575b60a5c5e22e259c1df62a59fdfe85')
-
-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:

Copied: perl-path-class/repos/community-any/PKGBUILD (from rev 166367, perl-path-class/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-12 11:52:01 UTC (rev 166368)
@@ -0,0 +1,49 @@
+# Packager: Justin "juster" Davis <jrcd83 at gmail.com>
+# $Id$
+
+pkgname=perl-path-class
+pkgver=0.36
+pkgrel=1
+pkgdesc="Cross-platform path specification manipulation"
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+makedepends=('perl-module-build')
+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=('3e15307faf0702fb916409f594552b94')
+
+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