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

Felix Yan felixonmars at archlinux.org
Wed Aug 24 03:52:07 UTC 2016


    Date: Wednesday, August 24, 2016 @ 03:52:07
  Author: felixonmars
Revision: 187436

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-24 03:51:31 UTC (rev 187435)
+++ PKGBUILD	2016-08-24 03:52:07 UTC (rev 187436)
@@ -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.001011
-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=('bb50b3ba1538902b197c04818a84230a')
-
-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 187435, perl-sub-exporter-progressive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-08-24 03:52:07 UTC (rev 187436)
@@ -0,0 +1,43 @@
+# $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
+}



More information about the arch-commits mailing list