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

Sergej Pupykin spupykin at archlinux.org
Wed Sep 2 09:56:32 UTC 2015


    Date: Wednesday, September 2, 2015 @ 11:56:31
  Author: spupykin
Revision: 139100

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-02 09:56:23 UTC (rev 139099)
+++ PKGBUILD	2015-09-02 09:56:31 UTC (rev 139100)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.7027
-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')
-sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
-sha1sums=('81b91a48f77b2f7ab5c59a72c82487f696eb91a9')
-
-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 139099, cpanminus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-09-02 09:56:31 UTC (rev 139100)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.7039
+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')
+sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
+sha1sums=('81b91a48f77b2f7ab5c59a72c82487f696eb91a9')
+sha1sums=('9d69be03524eb54719fed8e93e106adda8ab3b9a')
+
+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