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

Allan McRae allan at archlinux.org
Fri Feb 17 07:24:45 UTC 2012


    Date: Friday, February 17, 2012 @ 02:24:45
  Author: allan
Revision: 150345

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-17 07:23:53 UTC (rev 150344)
+++ PKGBUILD	2012-02-17 07:24:45 UTC (rev 150345)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-# Contributor: K. Piche <kpiche at rogers.com>
-
-pkgname=perl-carp-clan
-_realname=Carp-Clan
-pkgver=6.04
-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>=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 || return 1
-  make  || return 1
-  make install DESTDIR=${pkgdir} || return 1
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-carp-clan/repos/extra-any/PKGBUILD (from rev 150344, perl-carp-clan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-17 07:24:45 UTC (rev 150345)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Contributor: K. Piche <kpiche at rogers.com>
+
+pkgname=perl-carp-clan
+_realname=Carp-Clan
+pkgver=6.04
+pkgrel=2
+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}
+}




More information about the arch-commits mailing list