[arch-commits] Commit in perl-sub-install/repos/community-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at archlinux.org
Wed Nov 12 23:51:21 UTC 2014


    Date: Thursday, November 13, 2014 @ 00:51:21
  Author: eric
Revision: 122478

archrelease: copy trunk to community-any

Added:
  perl-sub-install/repos/community-any/PKGBUILD
    (from rev 122477, perl-sub-install/trunk/PKGBUILD)
Deleted:
  perl-sub-install/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   69 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 31 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-12 23:49:51 UTC (rev 122477)
+++ PKGBUILD	2014-11-12 23:51:21 UTC (rev 122478)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
-
-pkgname=perl-sub-install
-pkgver=0.927
-pkgrel=1
-pkgdesc="Install subroutines into packages easily"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url="https://metacpan.org/release/Sub-Install"
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-$pkgver.tar.gz)
-md5sums=('3f3b70f651b5bc41c6ccc372b2fa3430')
-
-build() (
-  cd "$srcdir"/Sub-Install-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check() (
-  cd "$srcdir"/Sub-Install-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-
-  unset PERL5LIB
-  make test
-)
-
-package() (
-  cd "$srcdir"/Sub-Install-$pkgver
-
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"/
-)

Copied: perl-sub-install/repos/community-any/PKGBUILD (from rev 122477, perl-sub-install/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-11-12 23:51:21 UTC (rev 122478)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
+
+pkgname=perl-sub-install
+pkgver=0.928
+pkgrel=1
+pkgdesc="Install subroutines into packages easily"
+arch=('any')
+url="https://metacpan.org/release/Sub-Install"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-$pkgver.tar.gz)
+sha1sums=('868c6cb4c0232d9ac3f865f232359f82012be8d6')
+
+build() {
+  cd Sub-Install-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Sub-Install-$pkgver
+  make test
+}
+
+package() {
+  cd Sub-Install-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list