summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-08-09 21:19:56 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-08-09 21:19:56 -0500
commit09ee9bab793778b3a60d4b77b7ad11281a5d7985 (patch)
treeea626df4bd0231cda4226036849a0254d7aee386 /pcr
parent2589fcbb5fe8bd1132d2b9e5573b944f023e0b5a (diff)
downloadabslibre-09ee9bab793778b3a60d4b77b7ad11281a5d7985.tar.gz
abslibre-09ee9bab793778b3a60d4b77b7ad11281a5d7985.tar.bz2
abslibre-09ee9bab793778b3a60d4b77b7ad11281a5d7985.zip
Removing perl-text-glob: This package is in [extra] repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/perl-text-glob/PKGBUILD52
1 files changed, 0 insertions, 52 deletions
diff --git a/pcr/perl-text-glob/PKGBUILD b/pcr/perl-text-glob/PKGBUILD
deleted file mode 100644
index b49abac76..000000000
--- a/pcr/perl-text-glob/PKGBUILD
+++ /dev/null
@@ -1,52 +0,0 @@
-# CPAN Name: Text-Glob
-# Contributor (Arch): Alan Young <harleypig@gmail.com>
-# Generator (Arch): CPANPLUS::Dist::Arch 1.21
-# Maintainer: Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
-# Contributor: Márcio Silva <coadde@parabola.nu>
-
-pkgname='perl-text-glob'
-pkgver='0.09'
-pkgrel='4'
-pkgdesc="match globbing patterns against text"
-arch=('any')
-license=('GPL1')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-module-build')
-url='http://search.cpan.org/dist/Text-Glob'
-source=("http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Text-Glob-$pkgver.tar.gz")
-md5sums=('1daa10e087f891c49b720a5c551a024b')
-sha512sums=('9b729e4ece88ad79e1b637c7f35e5e1ecae3fd7f62c408ed4f3fcac2e8e8afff32d7d805e1b0269800aada5ae609d03335d42ac54def2797d301e91fa488ae47')
-_distdir="Text-Glob-$pkgver"
-
-build() {
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
- PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
- MODULEBUILDRC=/dev/null
-
- cd $srcdir/"$_distdir"
- /usr/bin/perl Build.PL
- /usr/bin/perl Build
- )
-}
-
-check() {
- cd $srcdir/"$_distdir"
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
- /usr/bin/perl Build test
- )
-}
-
-package() {
- cd $srcdir/"$_distdir"
- /usr/bin/perl Build install
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et: