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

Felix Yan fyan at nymeria.archlinux.org
Tue Apr 15 09:35:31 UTC 2014


    Date: Tuesday, April 15, 2014 @ 11:35:31
  Author: fyan
Revision: 109509

archrelease: copy trunk to community-any

Added:
  perl-local-lib/repos/community-any/PKGBUILD
    (from rev 109508, 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	2014-04-15 09:34:34 UTC (rev 109508)
+++ PKGBUILD	2014-04-15 09:35:31 UTC (rev 109509)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=perl-local-lib
-pkgver=2.000008
-pkgrel=1
-pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
-arch=('any')
-url="http://search.cpan.org/dist/local-lib/"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz")
-md5sums=('2dfe859c8fd417363dd5653523b87dcf')
-
-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 109508, perl-local-lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-04-15 09:35:31 UTC (rev 109509)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-local-lib
+pkgver=2.000010
+pkgrel=1
+pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
+arch=('any')
+url="http://search.cpan.org/dist/local-lib/"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz")
+md5sums=('1223c470aad10fd4d7bcd9f77a729b53')
+
+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