summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-09 16:08:21 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-09 16:08:21 -0500
commit78ca68c15d36b0607c76ac653f52851ad95236d0 (patch)
treef914f9d55c481463376cb5d1e3ad9c976956c7ad /pcr
parentb9eacaad7c6b28a5a11960c5d1b0309ed2a80145 (diff)
Removing perl-list-allutils: This package is in community repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/perl-list-allutils/PKGBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/pcr/perl-list-allutils/PKGBUILD b/pcr/perl-list-allutils/PKGBUILD
deleted file mode 100644
index d3cc98f43..000000000
--- a/pcr/perl-list-allutils/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# CPAN Name : List::AllUtils
-# Contributor (Arch): Anton Leontiev <bunder /at/ t-25.ru>
-# Generator (Arch): 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-$pkgver.tar.gz)
-options=(!emptydirs)
-md5sums=('3e2dfeeef80c4e1952443c6b7d48583c')
-
-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
-}