[arch-commits] Commit in perl-carp-clan/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Mon Jun 30 03:59:21 UTC 2014
Date: Monday, June 30, 2014 @ 05:59:21
Author: fyan
Revision: 215594
archrelease: copy trunk to extra-any
Added:
perl-carp-clan/repos/extra-any/PKGBUILD
(from rev 215593, perl-carp-clan/trunk/PKGBUILD)
Deleted:
perl-carp-clan/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 57 +++++++++++++++++++++++++++++----------------------------
1 file changed, 29 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-06-30 03:58:47 UTC (rev 215593)
+++ PKGBUILD 2014-06-30 03:59:21 UTC (rev 215594)
@@ -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=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}
-}
Copied: perl-carp-clan/repos/extra-any/PKGBUILD (from rev 215593, perl-carp-clan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-06-30 03:59:21 UTC (rev 215594)
@@ -0,0 +1,29 @@
+# $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}
+}
More information about the arch-commits
mailing list