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

Felix Yan fyan at nymeria.archlinux.org
Sat Jun 14 04:17:03 UTC 2014


    Date: Saturday, June 14, 2014 @ 06:17:03
  Author: fyan
Revision: 113130

archrelease: copy trunk to community-any

Added:
  perl-cpanplus/repos/community-any/PKGBUILD
    (from rev 113129, perl-cpanplus/trunk/PKGBUILD)
Deleted:
  perl-cpanplus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-14 04:16:05 UTC (rev 113129)
+++ PKGBUILD	2014-06-14 04:17:03 UTC (rev 113130)
@@ -1,45 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=perl-cpanplus
-pkgver=0.9148
-pkgrel=2
-pkgdesc='Ameliorated interface to the CPAN'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl perl-log-message perl-archive-extract perl-term-ui perl-log-message-simple perl-module-pluggable perl-object-accessor)
-url=https://metacpan.org/release/CPANPLUS
-source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPANPLUS-$pkgver.tar.gz")
-md5sums=(e135aab8af0f16e07ddf1fe096680a00)
-sha512sums=(321675021f07c440c835c8cd4a074e72257b29b62c2e72367ead7d4005194f6b1fa48198aa3e7bceabf47b0df79f50800ed464da4aa11fe53686a1ddc8112539)
-_ddir="CPANPLUS-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-cpanplus/repos/community-any/PKGBUILD (from rev 113129, perl-cpanplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-14 04:17:03 UTC (rev 113130)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-cpanplus
+pkgver=0.9152
+pkgrel=1
+pkgdesc='Ameliorated interface to the CPAN'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl perl-log-message perl-archive-extract perl-term-ui perl-log-message-simple perl-module-pluggable perl-object-accessor)
+url=https://metacpan.org/release/CPANPLUS
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPANPLUS-$pkgver.tar.gz")
+md5sums=('c1c762c6d1f67d731e4ecc4d30fc5b97')
+sha512sums=('4665d00006ffccbdbda5a9228763c35edb51581e7c66058f27bb4f21134e56c50eb54ab5bf6540b109dfb48175b65d57d1838638ac806e01add0b2865e3746cf')
+_ddir="CPANPLUS-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# 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