[arch-commits] Commit in perl-list-allutils/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Jul 25 11:33:45 UTC 2016


    Date: Monday, July 25, 2016 @ 11:33:45
  Author: spupykin
Revision: 183964

archrelease: copy trunk to community-any

Added:
  perl-list-allutils/repos/community-any/PKGBUILD
    (from rev 183963, perl-list-allutils/trunk/PKGBUILD)
Deleted:
  perl-list-allutils/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-25 11:33:34 UTC (rev 183963)
+++ PKGBUILD	2016-07-25 11:33:45 UTC (rev 183964)
@@ -1,38 +0,0 @@
-# CPAN Name  : List::AllUtils
-# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
-# Generator  : CPANPLUS::Dist::Arch 1.29
-
-pkgname=perl-list-allutils
-pkgver=0.09
-pkgrel=1
-pkgdesc='Perl package that combines List::Util and List::MoreUtils in one bite-sized package'
-arch=('any')
-url='http://search.cpan.org/dist/List-AllUtils'
-license=('Artistic2.0')
-depends=('perl>=5.19.3' 'perl-list-moreutils>=0.28')
-checkdepends=('perl-test-warnings')
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-0.09.tar.gz)
-options=(!emptydirs)
-md5sums=('3e2dfeeef80c4e1952443c6b7d48583c')
-
-build() {
-	cd List-AllUtils-0.09
-	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-	export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-	/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
-	make
-}
-
-check() {
-	cd List-AllUtils-0.09
-	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-	export PERL_MM_USE_DEFAULT=1
-	make test
-}
-
-package() {
-	cd List-AllUtils-0.09
-	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-	make install DESTDIR="$pkgdir"
-	find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-list-allutils/repos/community-any/PKGBUILD (from rev 183963, perl-list-allutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-25 11:33:45 UTC (rev 183964)
@@ -0,0 +1,38 @@
+# CPAN Name  : List::AllUtils
+# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname=perl-list-allutils
+pkgver=0.11
+pkgrel=1
+pkgdesc='Perl package that combines List::Util and List::MoreUtils in one bite-sized package'
+arch=('any')
+url='http://search.cpan.org/dist/List-AllUtils'
+license=('Artistic2.0')
+depends=('perl>=5.19.3' 'perl-list-moreutils>=0.28')
+checkdepends=('perl-test-warnings')
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-0.09.tar.gz)
+options=(!emptydirs)
+md5sums=('3e2dfeeef80c4e1952443c6b7d48583c')
+
+build() {
+	cd List-AllUtils-0.09
+	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+	export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+	/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
+	make
+}
+
+check() {
+	cd List-AllUtils-0.09
+	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+	export PERL_MM_USE_DEFAULT=1
+	make test
+}
+
+package() {
+	cd List-AllUtils-0.09
+	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+	make install DESTDIR="$pkgdir"
+	find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list