Date: Friday, October 14, 2016 @ 08:46:39
  Author: spupykin
Revision: 192248

archrelease: copy trunk to community-any

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

------------------------------+
 .AURINFO                     |   16 ----------------
 /community-any/PKGBUILD      |   39 +++++++++++++++++++++++++++++++++++++++
 repos/community-any/PKGBUILD |   38 --------------------------------------
 3 files changed, 39 insertions(+), 54 deletions(-)

Deleted: .AURINFO
===================================================================
--- .AURINFO    2016-10-14 08:46:30 UTC (rev 192247)
+++ .AURINFO    2016-10-14 08:46:39 UTC (rev 192248)
@@ -1,16 +0,0 @@
-pkgbase = perl-list-allutils
-       pkgdesc = Perl package that combines List::Util and List::MoreUtils in 
one bite-sized package
-       pkgver = 0.09
-       pkgrel = 1
-       url = http://search.cpan.org/dist/List-AllUtils
-       arch = any
-       license = Artistic2.0
-       checkdepends = perl-test-warnings
-       depends = perl>=5.19.3
-       depends = perl-list-moreutils>=0.28
-       options = !emptydirs
-       source = 
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-0.09.tar.gz
-       md5sums = 3e2dfeeef80c4e1952443c6b7d48583c
-
-pkgname = perl-list-allutils
-

Deleted: repos/community-any/PKGBUILD
===================================================================
--- repos/community-any/PKGBUILD        2016-10-14 08:46:30 UTC (rev 192247)
+++ repos/community-any/PKGBUILD        2016-10-14 08:46:39 UTC (rev 192248)
@@ -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.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
-}

Copied: perl-list-allutils/repos/community-any/PKGBUILD (from rev 192247, 
perl-list-allutils/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD                                (rev 0)
+++ repos/community-any/PKGBUILD        2016-10-14 08:46:39 UTC (rev 192248)
@@ -0,0 +1,39 @@
+# 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=2
+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' 
'perl-scalar-list-utils>=1.45'
+        'perl-list-someutils' 'perl-list-utilsby')
+checkdepends=('perl-test-warnings')
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-$pkgver.tar.gz)
+options=(!emptydirs)
+md5sums=('86b6383af301c6c32d98f3e736055ef9')
+
+build() {
+       cd List-AllUtils-$pkgver
+       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-$pkgver
+       unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+       export PERL_MM_USE_DEFAULT=1
+       make test
+}
+
+package() {
+       cd List-AllUtils-$pkgver
+       unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+       make install DESTDIR="$pkgdir"
+       find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}

Reply via email to