[arch-commits] Commit in perl-b-hooks-endofscope/repos/community-any (2 files)

Sergej Pupykin spupykin at archlinux.org
Mon Jan 16 22:31:56 UTC 2017


    Date: Monday, January 16, 2017 @ 22:31:56
  Author: spupykin
Revision: 207634

archrelease: copy trunk to community-any

Added:
  perl-b-hooks-endofscope/repos/community-any/PKGBUILD
    (from rev 207633, perl-b-hooks-endofscope/trunk/PKGBUILD)
Deleted:
  perl-b-hooks-endofscope/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-16 22:31:45 UTC (rev 207633)
+++ PKGBUILD	2017-01-16 22:31:56 UTC (rev 207634)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
-# Contributor: aurperl at juster.us
-
-pkgname="perl-b-hooks-endofscope"
-_cpanname="B-Hooks-EndOfScope"
-pkgver=0.15
-pkgrel=2
-pkgdesc="Execute code after a scope finished compilation"
-arch=("any")
-license=("PerlArtistic" "GPL")
-options=("!emptydirs")
-depends=("perl-module-implementation"
-	 "perl-module-runtime"
-	 "perl-sub-exporter"
-	 "perl-sub-exporter-progressive"
-	 "perl-try-tiny"
-	 "perl-variable-magic>=0.34"
-	 "perl>=5.5.0")
-url="http://search.cpan.org/~bobtfish/B-Hooks-EndOfScope-$pkgver/"
-source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-$pkgver.tar.gz")
-md5sums=('61dd64e3a05ffb06fee9bee3211d16b8')
-
-build() {
-	cd $srcdir/B-Hooks-EndOfScope-$pkgver
-	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-	make
-}
-
-check() {
-	cd $srcdir/B-Hooks-EndOfScope-$pkgver
-	make test
-}
-
-package() {
-	cd $srcdir/B-Hooks-EndOfScope-$pkgver
-	make install DESTDIR=$pkgdir
-	# Remove "perllocal.pod" and ".packlist".
-	find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-b-hooks-endofscope/repos/community-any/PKGBUILD (from rev 207633, perl-b-hooks-endofscope/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-16 22:31:56 UTC (rev 207634)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
+# Contributor: aurperl at juster.us
+
+pkgname="perl-b-hooks-endofscope"
+_cpanname="B-Hooks-EndOfScope"
+pkgver=0.21
+pkgrel=1
+pkgdesc="Execute code after a scope finished compilation"
+arch=("any")
+license=("PerlArtistic" "GPL")
+options=("!emptydirs")
+depends=("perl-module-implementation"
+	 "perl-module-runtime"
+	 "perl-sub-exporter"
+	 "perl-sub-exporter-progressive"
+	 "perl-try-tiny"
+	 "perl-variable-magic>=0.34"
+	 "perl>=5.5.0")
+url="http://search.cpan.org/~bobtfish/B-Hooks-EndOfScope-$pkgver/"
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-$pkgver.tar.gz")
+sha256sums=('90f3580880f1d68b843c142cc86f58bead1f3e03634c63868ac9eba5eedae02c')
+
+build() {
+	cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
+	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+	make
+}
+
+check() {
+	cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
+	make test
+}
+
+package() {
+	cd "$srcdir"/B-Hooks-EndOfScope-$pkgver
+	make install DESTDIR="$pkgdir"
+	# Remove "perllocal.pod" and ".packlist".
+	find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list