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

Felix Yan fyan at archlinux.org
Wed Dec 3 06:01:54 UTC 2014


    Date: Wednesday, December 3, 2014 @ 07:01:53
  Author: fyan
Revision: 227273

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
    (from rev 227272, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-03 06:01:35 UTC (rev 227272)
+++ PKGBUILD	2014-12-03 06:01:53 UTC (rev 227273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor : Alan Young <harleypig at gmail.com>
-
-pkgname=perl-module-build
-pkgver=0.4208
-pkgrel=1
-pkgdesc="Build, test, and install Perl modules"
-arch=('any')
-url="http://search.cpan.org/dist/Module-Build"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-md5sums=('296e2ee8d7f7c6b4b178cda6919ba3c9')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir="$pkgdir"
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 227272, perl-module-build/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-03 06:01:53 UTC (rev 227273)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Alan Young <harleypig at gmail.com>
+
+pkgname=perl-module-build
+pkgver=0.4210
+pkgrel=1
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+url="http://search.cpan.org/dist/Module-Build"
+license=('PerlArtistic' 'GPL')
+depends=('perl>=5.8.0' 'perl-cpan-meta>=2.142060')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('96db00eeca86139c358f379c89ba5bafca7a59fd2dd0e110cb0468c4e11476550ff3a6315617e21cff1b8d51ac26d91c268d0cb40fd89df103a1e2111fa0bcfa')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir="$pkgdir"
+}



More information about the arch-commits mailing list