summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorIsaac David <isacdaavid@isacdaavid.info>2017-05-25 17:01:17 -0500
committerIsaac David <isacdaavid@isacdaavid.info>2017-05-25 17:01:17 -0500
commit22b7950ace05ce44f42fe6c9a720c6a1715e1fb7 (patch)
treea71f7188ea33266f79f3e58d0bcbb0d60257e9d5 /libre
parentb4716cd79e20f277343801fde8ef1d7043bb49ff (diff)
downloadabslibre-22b7950ace05ce44f42fe6c9a720c6a1715e1fb7.tar.gz
abslibre-22b7950ace05ce44f42fe6c9a720c6a1715e1fb7.tar.bz2
abslibre-22b7950ace05ce44f42fe6c9a720c6a1715e1fb7.zip
remove libre/perl-json-any: this package is in community
Diffstat (limited to 'libre')
-rw-r--r--libre/perl-json-any/PKGBUILD42
1 files changed, 0 insertions, 42 deletions
diff --git a/libre/perl-json-any/PKGBUILD b/libre/perl-json-any/PKGBUILD
deleted file mode 100644
index ca37b957b..000000000
--- a/libre/perl-json-any/PKGBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes@kyriasis.com>
-# Contributor: Moritz Bunkus <moritz@bunkus.org>
-
-pkgname=perl-json-any
-pkgver=1.39
-pkgrel=2.parabola1
-
-pkgdesc="(DEPRECATED) Wrapper Class for the various JSON classes, without nonfree perl-yaml-syck support"
-url='http://search.cpan.org/dist/JSON-Any'
-arch=('any')
-license=('GPL' 'PerlArtistic')
-
-depends=('perl-json>=2.02' 'perl-json-xs>=2.3' 'perl-namespace-clean')
-makedepends=('perl-test-fatal' 'perl-test-requires' 'perl-test-warnings>=0.009' 'perl-test-without-module')
-
-source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/JSON-Any-$pkgver.tar.gz")
-
-sha1sums=('2c7e404fc4a398359693d62e9c74994f9273dd4c')
-
-options=('!emptydirs')
-
-build() {
- cd JSON-Any-"$pkgver"
-
- # Setting these env variables overwrites any command-line-options we don't want...
- export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="" PERL_MB_OPT="" MODULEBUILDRC=/dev/null
-
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd JSON-Any-"$pkgver"
- make test
-}
-
-package() {
- cd JSON-Any-"$pkgver"
- make install DESTDIR="$pkgdir"
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}