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

Allan McRae allan at archlinux.org
Sat Feb 18 12:09:47 UTC 2012


    Date: Saturday, February 18, 2012 @ 07:09:46
  Author: allan
Revision: 150530

archrelease: copy trunk to extra-any

Added:
  perl-error/repos/extra-any/PKGBUILD
    (from rev 150529, perl-error/trunk/PKGBUILD)
Deleted:
  perl-error/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-18 12:08:45 UTC (rev 150529)
+++ PKGBUILD	2012-02-18 12:09:46 UTC (rev 150530)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Dale Blount <dale at archlinux.org>
-# Contributor: Dale Blount <dale at archlinux.org>
-
-pkgname=perl-error
-_realname=Error
-pkgver=0.17016
-pkgrel=2
-pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
-url="http://search.cpan.org/dist/${_realname}/"
-arch=(any)
-license=('PerlArtistic' 'GPL')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz)
-md5sums=('eedcd3c6970568dd32092b5334328eff')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make 
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}
-

Copied: perl-error/repos/extra-any/PKGBUILD (from rev 150529, perl-error/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-18 12:09:46 UTC (rev 150530)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Dale Blount <dale at archlinux.org>
+# Contributor: Dale Blount <dale at archlinux.org>
+
+pkgname=perl-error
+_realname=Error
+pkgver=0.17017
+pkgrel=1
+pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
+url="http://search.cpan.org/dist/${_realname}/"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_realname}-${pkgver}.tar.gz)
+md5sums=('d53e158fdb3d8fd54ddbed4dc2e44ad4')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make 
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+




More information about the arch-commits mailing list