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

Eric Bélanger eric at nymeria.archlinux.org
Wed Mar 20 23:31:54 UTC 2013


    Date: Thursday, March 21, 2013 @ 00:31:54
  Author: eric
Revision: 86661

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   93 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-20 23:31:35 UTC (rev 86660)
+++ PKGBUILD	2013-03-20 23:31:54 UTC (rev 86661)
@@ -1,47 +0,0 @@
-# Maintainer: Justin Davis <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-sub-exporter
-pkgver=0.984
-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=('cfa19c5f09bc08f49174856c0bfd7849')
-_distdir="${srcdir}/Sub-Exporter-${pkgver}"
-
-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 "$_distdir"
-    /usr/bin/perl Makefile.PL
-    make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    cd "$_distdir"
-    make test
-  )
-}
-
-package() {
-    cd "$_distdir"
-    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 86660, perl-sub-exporter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-20 23:31:54 UTC (rev 86661)
@@ -0,0 +1,46 @@
+# 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:




More information about the arch-commits mailing list