[arch-commits] Commit in perl-carp-clan/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Mon May 30 03:19:51 UTC 2016


    Date: Monday, May 30, 2016 @ 05:19:51
  Author: fyan
Revision: 268739

archrelease: copy trunk to extra-any

Added:
  perl-carp-clan/repos/extra-any/PKGBUILD
    (from rev 268738, perl-carp-clan/trunk/PKGBUILD)
Deleted:
  perl-carp-clan/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-30 03:19:34 UTC (rev 268738)
+++ PKGBUILD	2016-05-30 03:19:51 UTC (rev 268739)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: K. Piche <kpiche at rogers.com>
-
-pkgname=perl-carp-clan
-_realname=Carp-Clan
-pkgver=6.04
-pkgrel=3
-pkgdesc='Report errors from perspective of caller of a "clan" of modules'
-arch=(any)
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz)
-md5sums=('b6316bc51bb530d994f2784615939fb2')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-carp-clan/repos/extra-any/PKGBUILD (from rev 268738, perl-carp-clan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-30 03:19:51 UTC (rev 268739)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: K. Piche <kpiche at rogers.com>
+
+pkgname=perl-carp-clan
+_realname=Carp-Clan
+pkgver=6.06
+pkgrel=1
+pkgdesc='Report errors from perspective of caller of a "clan" of modules'
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/$_realname/"
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/K/KE/KENTNL/$_realname-$pkgver.tar.gz")
+md5sums=('c562a35c48f43665fab735cdc7fe3cb2')
+
+build() {
+  cd $_realname-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $_realname-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list