[arch-commits] Commit in perl-test-requires/repos/community-any (PKGBUILD PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Sat Aug 9 07:04:29 UTC 2014


    Date: Saturday, August 9, 2014 @ 09:04:29
  Author: jsteel
Revision: 117061

archrelease: copy trunk to community-any

Added:
  perl-test-requires/repos/community-any/PKGBUILD
    (from rev 117060, perl-test-requires/trunk/PKGBUILD)
Deleted:
  perl-test-requires/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-09 07:04:15 UTC (rev 117060)
+++ PKGBUILD	2014-08-09 07:04:29 UTC (rev 117061)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Justin Davis <jrcd83 at gmail.com>
-
-pkgname='perl-test-requires'
-pkgver='0.07'
-pkgrel='1'
-pkgdesc="Checks to see if the module can be loaded"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/Test-Requires'
-source=("http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-$pkgver.tar.gz")
-md5sums=('20bdd194fd0cf59eb0cc9349a68dbaa6')
-
-build() {
-  cd "$srcdir"/Test-Requires-$pkgver
-
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-    PERL_AUTOINSTALL="--skipdeps"                          \
-    PERL_MM_OPT="INSTALLDIRS=vendor" DESTDIR='$pkgdir'     \
-    PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-    MODULEBUILDRC=/dev/null
-
-  perl Build.PL
-  perl Build
-}
-
-check() {
-  cd "$srcdir"/Test-Requires-$pkgver
-
-  perl Build test
-}
-
-package() {
-  cd "$srcdir"/Test-Requires-$pkgver
-
-  perl Build install
-}

Copied: perl-test-requires/repos/community-any/PKGBUILD (from rev 117060, perl-test-requires/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-08-09 07:04:29 UTC (rev 117061)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Justin Davis <jrcd83 at gmail.com>
+
+pkgname='perl-test-requires'
+pkgver=0.08
+pkgrel=1
+pkgdesc="Checks to see if the module can be loaded"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Test-Requires'
+source=("http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-$pkgver.tar.gz")
+md5sums=('339ec20fbbeaa904a968bdee629688a6')
+
+build() {
+  cd "$srcdir"/Test-Requires-$pkgver
+
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+    PERL_AUTOINSTALL="--skipdeps"                          \
+    PERL_MM_OPT="INSTALLDIRS=vendor" DESTDIR='$pkgdir'     \
+    PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+    MODULEBUILDRC=/dev/null
+
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir"/Test-Requires-$pkgver
+
+  make test
+}
+
+package() {
+  cd "$srcdir"/Test-Requires-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+}




More information about the arch-commits mailing list