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

Jonathan Steel jsteel at nymeria.archlinux.org
Tue Oct 29 20:41:35 UTC 2013


    Date: Tuesday, October 29, 2013 @ 21:41:35
  Author: jsteel
Revision: 99562

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   78 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 38 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-29 20:41:22 UTC (rev 99561)
+++ PKGBUILD	2013-10-29 20:41:35 UTC (rev 99562)
@@ -1,40 +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.926
-pkgrel=2
-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=('89a7f82dd840bc2401f281b5f24732b9')
-
-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"
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)

Copied: perl-sub-install/repos/community-any/PKGBUILD (from rev 99561, perl-sub-install/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-29 20:41:35 UTC (rev 99562)
@@ -0,0 +1,38 @@
+# $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"/
+)




More information about the arch-commits mailing list