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

Eric Bélanger eric at nymeria.archlinux.org
Tue Oct 29 01:04:59 UTC 2013


    Date: Tuesday, October 29, 2013 @ 02:04:59
  Author: eric
Revision: 197724

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 32 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-29 01:04:24 UTC (rev 197723)
+++ PKGBUILD	2013-10-29 01:04:59 UTC (rev 197724)
@@ -1,34 +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=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
-}

Copied: perl-extutils-depends/repos/extra-any/PKGBUILD (from rev 197723, perl-extutils-depends/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-29 01:04:59 UTC (rev 197724)
@@ -0,0 +1,32 @@
+# $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
+pkgver=0.306
+pkgrel=1
+pkgdesc="The Perl depends module"
+arch=('any')
+url="http://search.cpan.org/dist/${_realname}/"
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-${pkgver}.tar.gz)
+md5sums=('ae03b4f7d7ebd1fe8932f3c01f40664c')
+
+build() {
+  cd ExtUtils-Depends-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ExtUtils-Depends-${pkgver}
+  make test
+}
+
+package() {
+  cd ExtUtils-Depends-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list