[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Mon Sep 23 00:34:22 UTC 2013
Date: Monday, September 23, 2013 @ 02:34:22
Author: eric
Revision: 97503
archrelease: copy trunk to community-any
Added:
cpanminus/repos/community-any/PKGBUILD
(from rev 97502, cpanminus/trunk/PKGBUILD)
Deleted:
cpanminus/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-23 00:33:46 UTC (rev 97502)
+++ PKGBUILD 2013-09-23 00:34:22 UTC (rev 97503)
@@ -1,30 +0,0 @@
-# $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
-}
Copied: cpanminus/repos/community-any/PKGBUILD (from rev 97502, cpanminus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-09-23 00:34:22 UTC (rev 97503)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=cpanminus
+pkgver=1.7001
+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=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
+
+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