[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Tue Aug 19 00:38:39 UTC 2014
Date: Tuesday, August 19, 2014 @ 02:38:38
Author: fyan
Revision: 220218
archrelease: copy trunk to extra-any
Added:
perl-module-build/repos/extra-any/PKGBUILD
(from rev 220217, perl-module-build/trunk/PKGBUILD)
Deleted:
perl-module-build/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-08-19 00:37:31 UTC (rev 220217)
+++ PKGBUILD 2014-08-19 00:38:38 UTC (rev 220218)
@@ -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.4207
-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=('2f946fd5fc279e72fb07d6c1dd7bedee')
-
-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 220217, perl-module-build/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-08-19 00:38:38 UTC (rev 220218)
@@ -0,0 +1,31 @@
+# $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"
+}
More information about the arch-commits
mailing list