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

Jonathan Steel jsteel at nymeria.archlinux.org
Sat Jun 29 15:48:47 UTC 2013


    Date: Saturday, June 29, 2013 @ 17:48:46
  Author: jsteel
Revision: 93243

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   91 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-29 15:48:31 UTC (rev 93242)
+++ PKGBUILD	2013-06-29 15:48:46 UTC (rev 93243)
@@ -1,46 +0,0 @@
-# Maintainer: Justin Davis <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-sub-exporter
-pkgver=0.985
-pkgrel=1
-pkgdesc="a sophisticated exporter for custom-built routines"
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.6.0' 'perl-data-optlist>=0.1' 'perl-params-util>=0.14'
-         'perl-sub-install>=0.92')
-url="https://metacpan.org/release/Sub-Exporter"
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-${pkgver}.tar.gz")
-md5sums=('233b9a1d86a4395de7e1afe5b60632b7')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-      PERL_AUTOINSTALL=--skipdeps                            \
-      PERL_MM_OPT="INSTALLDIRS=vendor"     \
-      PERL_MB_OPT="--installdirs vendor" \
-      MODULEBUILDRC=/dev/null
-
-    cd Sub-Exporter-${pkgver}
-    /usr/bin/perl Makefile.PL
-    make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    cd Sub-Exporter-${pkgver}
-    make test
-  )
-}
-
-package() {
-    cd Sub-Exporter-${pkgver}
-    make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-sub-exporter/repos/community-any/PKGBUILD (from rev 93242, perl-sub-exporter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-06-29 15:48:46 UTC (rev 93243)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin Davis <jrcd83 at gmail.com>
+
+pkgname=perl-sub-exporter
+pkgver=0.986
+pkgrel=1
+pkgdesc="A sophisticated exporter for custom-built routines"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=(!emptydirs)
+depends=('perl>=5.6.0' 'perl-data-optlist>=0.1' 'perl-params-util>=0.14'
+         'perl-sub-install>=0.92')
+url="https://metacpan.org/release/Sub-Exporter"
+source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-$pkgver.tar.gz")
+md5sums=('bdfa41103f82ab8611af61fceed1271e')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+      PERL_AUTOINSTALL=--skipdeps            \
+      PERL_MM_OPT="INSTALLDIRS=vendor"       \
+      PERL_MB_OPT="--installdirs vendor"     \
+      MODULEBUILDRC=/dev/null
+
+    cd Sub-Exporter-$pkgver
+
+    /usr/bin/perl Makefile.PL
+    make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+
+    cd Sub-Exporter-$pkgver
+
+    make test
+  )
+}
+
+package() {
+    cd Sub-Exporter-$pkgver
+
+    make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list