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

Felix Yan felixonmars at archlinux.org
Thu Feb 16 16:26:28 UTC 2017


    Date: Thursday, February 16, 2017 @ 16:26:27
  Author: felixonmars
Revision: 212582

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-16 16:26:04 UTC (rev 212581)
+++ PKGBUILD	2017-02-16 16:26:27 UTC (rev 212582)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Florian Pritz <bluewind at xinu.at>
-
-pkgname=perl-cpanplus
-pkgver=0.9162
-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=('aba86fd925cb1c4ad51241d49bd72971')
-sha512sums=('c82bf214171dee44de776207449adbfb0e2a58ab66424f462ecffb661e9ee4fdd6c568c4ea0fddc1ea5ba6b189ec4066f0dcdc596fa2692e287b2591e618124b')
-_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 212581, perl-cpanplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-02-16 16:26:27 UTC (rev 212582)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-cpanplus
+pkgver=0.9164
+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=('5508a96e8502775810c2c804bbe6431d')
+sha512sums=('55e3b429f884371fb614f827f97957629d0f88f4478f40a9860d1c453735a5ac9e6d5bbe5d9cd3854699912284f1447960b56f44a2feb6eff59be6a875650606')
+_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