summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-28 09:13:39 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-28 09:13:39 -0500
commitb0bb663657922f0154dd8d60a6d5455f9a2bfe3c (patch)
tree60bf5147d7608e6217b37e6807c386b3a43a2b36 /pcr
parenta02e1678dd6ea3d70c3e4e3e511d6d4cf4904307 (diff)
downloadabslibre-b0bb663657922f0154dd8d60a6d5455f9a2bfe3c.tar.gz
abslibre-b0bb663657922f0154dd8d60a6d5455f9a2bfe3c.tar.bz2
abslibre-b0bb663657922f0154dd8d60a6d5455f9a2bfe3c.zip
Removing perl-readonly: This package is in community repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/perl-readonly/PKGBUILD51
1 files changed, 0 insertions, 51 deletions
diff --git a/pcr/perl-readonly/PKGBUILD b/pcr/perl-readonly/PKGBUILD
deleted file mode 100644
index cec681e71..000000000
--- a/pcr/perl-readonly/PKGBUILD
+++ /dev/null
@@ -1,51 +0,0 @@
-# Contributor (Arch): John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-# Generator (Arch): CPANPLUS::Dist::Arch 1.28
-# Contributor : Márcio Silva <coadde@parabola.nu>
-
-pkgname='perl-readonly'
-pkgver='2.00'
-pkgrel='1'
-pkgdesc="Facility for creating read-only scalars, arrays, hashes"
-arch=('any')
-license=('GPL1')
-options=('!emptydirs')
-depends=('perl>=5.6.0')
-makedepends=()
-url='http://search.mcpan.org/dist/Readonly'
-source=("http://search.mcpan.org/CPAN/authors/id/S/SA/SANKO/Readonly-$pkgver.tar.gz")
-md5sums=('05866426331fd2b8d4feebbba245298d')
-sha512sums=('293c3be4af0bee2390d5370132c17de31010443123321771dd124d3e285cd72abbdaa7b6f50a2c44102d03a5724636f2976016111efe09afd27149f6880c2bec')
-_distdir="Readonly-$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: