[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Fri Sep 6 07:31:23 UTC 2013


    Date: Friday, September 6, 2013 @ 09:31:23
  Author: eric
Revision: 96834

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
    (from rev 96833, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-06 07:30:35 UTC (rev 96833)
+++ PKGBUILD	2013-09-06 07:31:23 UTC (rev 96834)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.6941
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url="https://metacpan.org/release/App-cpanminus"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz")
-sha1sums=('9d7cd3ed4758ca2b282be6020b9394ff3549d794')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 96833, cpanminus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-09-06 07:31:23 UTC (rev 96834)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.7000
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url="https://metacpan.org/release/App-cpanminus"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz")
+sha1sums=('7e630cbf40b80cc604cec7a2beb453d9326df497')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list