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

Felix Yan felixonmars at archlinux.org
Fri Oct 21 18:01:14 UTC 2016


    Date: Friday, October 21, 2016 @ 18:01:14
  Author: felixonmars
Revision: 192883

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   73 +++++++++++++++++++++++++------------------------------------
 1 file changed, 30 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-21 18:00:57 UTC (rev 192882)
+++ PKGBUILD	2016-10-21 18:01:14 UTC (rev 192883)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Alan Young <harleypig at gmail.com>
-
-pkgname=perl-sub-exporter-progressive
-_pkgname=Sub-Exporter-Progressive
-pkgver=0.001012
-pkgrel=1
-pkgdesc="Only use Sub::Exporter if you need it"
-arch=('any')
-url="http://search.cpan.org/dist/Sub-Exporter-Progressive"
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/$_pkgname-$pkgver.tar.gz)
-md5sums=('a6be2bcef9a9f5c5f2709060dae521a2')
-
-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 "$srcdir"/$_pkgname-$pkgver
-
-    /usr/bin/perl Makefile.PL
-    make
-  )
-}
-
-check() {
-  cd "$srcdir"/$_pkgname-$pkgver
-
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    make test
-  )
-}
-
-package() {
-  cd "$srcdir"/$_pkgname-$pkgver
-
-  make DESTDIR="$pkgdir"/ install
-}

Copied: perl-sub-exporter-progressive/repos/community-any/PKGBUILD (from rev 192882, perl-sub-exporter-progressive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-10-21 18:01:14 UTC (rev 192883)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Alan Young <harleypig at gmail.com>
+
+pkgname=perl-sub-exporter-progressive
+pkgver=0.001013
+pkgrel=1
+pkgdesc="Only use Sub::Exporter if you need it"
+arch=('any')
+url="http://search.cpan.org/dist/Sub-Exporter-Progressive"
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/Sub-Exporter-Progressive-$pkgver.tar.gz)
+md5sums=('72cf6acdd2a0a8b105821a4db98e4ebe')
+
+build() {
+  cd "$srcdir"/Sub-Exporter-Progressive-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir"/Sub-Exporter-Progressive-$pkgver
+  make test
+}
+
+package() {
+  cd "$srcdir"/Sub-Exporter-Progressive-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list