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

Sergej Pupykin spupykin at archlinux.org
Mon Oct 29 07:39:55 UTC 2018


    Date: Monday, October 29, 2018 @ 07:39:55
  Author: spupykin
Revision: 399367

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-29 07:39:44 UTC (rev 399366)
+++ PKGBUILD	2018-10-29 07:39:55 UTC (rev 399367)
@@ -1,39 +0,0 @@
-pkgname=perl-sub-quote
-pkgver=2.003001
-pkgrel=4
-pkgdesc="efficient generation of subroutines via string eval"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-test-fatal>=0.010')
-url='http://search.cpan.org/dist/Sub-Quote'
-source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz")
-sha256sums=('9d471d8e13e7ce4793d5a5ec04a60fface14dd53be78dd94d228871915cfd1f9')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-      PERL_AUTOINSTALL=--skipdeps                            \
-      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
-      PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-      MODULEBUILDRC=/dev/null
-
-    cd "$srcdir/Sub-Quote-$pkgver"
-    perl Makefile.PL
-    make
-  )
-}
-
-check() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    make test
-  )
-}
-
-package() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-sub-quote/repos/community-any/PKGBUILD (from rev 399366, perl-sub-quote/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-29 07:39:55 UTC (rev 399367)
@@ -0,0 +1,39 @@
+pkgname=perl-sub-quote
+pkgver=2.005001
+pkgrel=1
+pkgdesc="efficient generation of subroutines via string eval"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-fatal>=0.010')
+url='http://search.cpan.org/dist/Sub-Quote'
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz")
+sha256sums=('d6ab4f0775def015367a05e02024b403f991b2be11d774f3d235fe7e9bdbba07')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+      PERL_AUTOINSTALL=--skipdeps                            \
+      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
+      PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+      MODULEBUILDRC=/dev/null
+
+    cd "$srcdir/Sub-Quote-$pkgver"
+    perl Makefile.PL
+    make
+  )
+}
+
+check() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    make test
+  )
+}
+
+package() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list