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

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


    Date: Saturday, February 18, 2012 @ 07:12:11
  Author: allan
Revision: 150534

archrelease: copy trunk to extra-any

Added:
  perl-extutils-depends/repos/extra-any/PKGBUILD
    (from rev 150533, perl-extutils-depends/trunk/PKGBUILD)
Deleted:
  perl-extutils-depends/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   71 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 34 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-18 12:11:19 UTC (rev 150533)
+++ PKGBUILD	2012-02-18 12:12:11 UTC (rev 150534)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Sarah Hay <sarah at archlinux.org>
-# Contributor: Arjan Timmerman <arjan at soulfly.nl>
-
-pkgname=perl-extutils-depends
-_realname=ExtUtils-Depends
-pkgver=0.304
-pkgrel=1
-pkgdesc="The Perl depends module"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl>=5.10.0')
-source=(http://www.cpan.org/authors/id/F/FL/FLORA/${_realname}-${pkgver}.tar.gz)
-replaces=('extutils-depends')
-options=('!emptydirs')
-md5sums=('da66d6cb19e2c76d7f3266846832026c')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name 'perllocal.pod' -delete
-}

Copied: perl-extutils-depends/repos/extra-any/PKGBUILD (from rev 150533, perl-extutils-depends/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-18 12:12:11 UTC (rev 150534)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sarah Hay <sarah at archlinux.org>
+# Contributor: Arjan Timmerman <arjan at soulfly.nl>
+
+pkgname=perl-extutils-depends
+_realname=ExtUtils-Depends
+pkgver=0.304
+pkgrel=2
+pkgdesc="The Perl depends module"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl>=5.10.0')
+source=(http://www.cpan.org/authors/id/F/FL/FLORA/${_realname}-${pkgver}.tar.gz)
+replaces=('extutils-depends')
+options=('!emptydirs')
+md5sums=('da66d6cb19e2c76d7f3266846832026c')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list