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

Felix Yan fyan at archlinux.org
Tue Jul 7 02:33:42 UTC 2015


    Date: Tuesday, July 7, 2015 @ 04:33:42
  Author: fyan
Revision: 136501

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-07 02:33:19 UTC (rev 136500)
+++ PKGBUILD	2015-07-07 02:33:42 UTC (rev 136501)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Florian Pritz <bluewind at xinu.at>
-
-pkgname=perl-cpanplus
-pkgver=0.9152
-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 perl-package-constants)
-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"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/$_ddir"
-  make test
-}
-
-package() {
-  cd "$srcdir/$_ddir"
-  make install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-cpanplus/repos/community-any/PKGBUILD (from rev 136500, perl-cpanplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-07 02:33:42 UTC (rev 136501)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-cpanplus
+pkgver=0.9154
+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' 'perl-package-constants')
+url=https://metacpan.org/release/CPANPLUS
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPANPLUS-$pkgver.tar.gz")
+md5sums=('a41b3efb2bbbd708a573dbd8d0b6c641')
+sha512sums=('b8d994e2c363c184fb71454df83a989c032d5f872fcdee33660b14cc175c3944456643a7433fb73445b274c5632b53a7ad5a1fa5055fd038458858dc666ffb1d')
+_ddir="CPANPLUS-$pkgver"
+
+build() {
+  cd "$srcdir/$_ddir"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/$_ddir"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_ddir"
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list