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

Eric Bélanger eric at nymeria.archlinux.org
Wed Mar 20 22:41:14 UTC 2013


    Date: Wednesday, March 20, 2013 @ 23:41:14
  Author: eric
Revision: 86649

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-20 22:40:55 UTC (rev 86648)
+++ PKGBUILD	2013-03-20 22:41:14 UTC (rev 86649)
@@ -1,45 +0,0 @@
-# Maintainer: Justin Davis (juster) <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=cpanminus
-pkgver=1.5017
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN.'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-provides=("perl-app-cpanminus=$pkgver")
-url="https://metacpan.org/release/App-cpanminus"
-source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz")
-md5sums=('9c35a5290d65f3132b11c8ec04c4b44b')
-_dir="$srcdir/App-cpanminus-$pkgver"
-
-build()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$_dir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 86648, cpanminus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-20 22:41:14 UTC (rev 86649)
@@ -0,0 +1,44 @@
+# Maintainer: Justin Davis (juster) <jrcd83 at gmail.com>
+# $Id$
+
+pkgname=cpanminus
+pkgver=1.6008
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN.'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+provides=("perl-app-cpanminus=$pkgver")
+url="https://metacpan.org/release/App-cpanminus"
+source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz")
+md5sums=('5c0e9008300490529aadff772a45f152')
+
+build()
+(
+  cd App-cpanminus-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd App-cpanminus-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd App-cpanminus-$pkgver
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)
+
+# 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