[arch-commits] Commit in perl-namespace-clean/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Wed Aug 10 18:42:54 UTC 2016


    Date: Wednesday, August 10, 2016 @ 18:42:53
  Author: spupykin
Revision: 186348

archrelease: copy trunk to community-any

Added:
  perl-namespace-clean/repos/community-any/PKGBUILD
    (from rev 186347, perl-namespace-clean/trunk/PKGBUILD)
Deleted:
  perl-namespace-clean/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   99 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-10 18:42:45 UTC (rev 186347)
+++ PKGBUILD	2016-08-10 18:42:53 UTC (rev 186348)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
-# Contributor: Justin Davis <jrcd83 at gmail.com>
-
-_cpanname="namespace-clean"
-pkgname="perl-$_cpanname"
-pkgver=0.26
-pkgrel=1
-pkgdesc="Keep imports and functions out of your namespace"
-arch=("any")
-license=("PerlArtistic" "GPL")
-options=("!emptydirs")
-depends=("perl>=5.5.0" "perl-b-hooks-endofscope>=0.12" "perl-package-stash>=0.23")
-url="http://search.cpan.org/dist/$_cpanname"
-source=("http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/$_cpanname-$pkgver.tar.gz")
-sha1sums=('a76713df74b2b865ffed31603e1a1fae544c3026')
-
-# Function to change to the working directory and set
-# environment variables to override undesired options.
-prepareEnvironment() {
-	cd "$srcdir/$_cpanname-$pkgver"
-	export \
-		PERL_MM_USE_DEFAULT=1 \
-		PERL_AUTOINSTALL=--skipdeps \
-		PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-		PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-		MODULEBUILDRC=/dev/null
-}
-sha1sums=('c16ff66b1b4c7e8a507a8c4e4d809d60040e9d33')
-
-build() {
-	prepareEnvironment
-	/usr/bin/perl Makefile.PL
-	make
-}
-
-check() {
-	prepareEnvironment
-	make test
-}
-
-package() {
-	prepareEnvironment
-	make install
-
-	# Remove "perllocal.pod" and ".packlist".
-	find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-namespace-clean/repos/community-any/PKGBUILD (from rev 186347, perl-namespace-clean/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-08-10 18:42:53 UTC (rev 186348)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
+# Contributor: Justin Davis <jrcd83 at gmail.com>
+
+_cpanname="namespace-clean"
+pkgname="perl-$_cpanname"
+pkgver=0.27
+pkgrel=1
+pkgdesc="Keep imports and functions out of your namespace"
+arch=("any")
+license=("PerlArtistic" "GPL")
+options=("!emptydirs")
+depends=("perl>=5.5.0" "perl-b-hooks-endofscope>=0.12" "perl-package-stash>=0.23")
+url="http://search.cpan.org/dist/$_cpanname"
+source=("http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/$_cpanname-$pkgver.tar.gz")
+sha1sums=('a76713df74b2b865ffed31603e1a1fae544c3026')
+
+# Function to change to the working directory and set
+# environment variables to override undesired options.
+prepareEnvironment() {
+	cd "$srcdir/$_cpanname-$pkgver"
+	export \
+		PERL_MM_USE_DEFAULT=1 \
+		PERL_AUTOINSTALL=--skipdeps \
+		PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+		PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+		MODULEBUILDRC=/dev/null
+}
+sha1sums=('c16ff66b1b4c7e8a507a8c4e4d809d60040e9d33')
+sha1sums=('4aa49b40cbcc7f1ee587dc3d5ec337f77c78fc4b')
+
+build() {
+	prepareEnvironment
+	/usr/bin/perl Makefile.PL
+	make
+}
+
+check() {
+	prepareEnvironment
+	make test
+}
+
+package() {
+	prepareEnvironment
+	make install
+
+	# Remove "perllocal.pod" and ".packlist".
+	find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list