aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-26 14:05:09 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-26 14:21:06 +0000
commite007cf4b5a99cee1828ee8b911ac7c44f8eb9250 (patch)
treea10d0501c245847b4facd95c9326f7946a02a6c7 /unmaintained
parent12cbc674402db7cab29f395d550982330590ace5 (diff)
downloadaports-e007cf4b5a99cee1828ee8b911ac7c44f8eb9250.tar.bz2
aports-e007cf4b5a99cee1828ee8b911ac7c44f8eb9250.tar.xz
community/perl-test-most: upgrade to 0.35
Diffstat (limited to 'unmaintained')
-rw-r--r--unmaintained/perl-test-most/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/unmaintained/perl-test-most/APKBUILD b/unmaintained/perl-test-most/APKBUILD
deleted file mode 100644
index 9e44695660..0000000000
--- a/unmaintained/perl-test-most/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor:
-# Maintainer:
-pkgname=perl-test-most
-_pkgreal=Test-Most
-pkgver=0.34
-pkgrel=0
-pkgdesc="unknown"
-url="http://search.cpan.org/dist/Test-Most/"
-arch="noarch"
-license="GPL PerlArtistic"
-cpandepends="perl-exception-class perl-test-differences perl-test-warn perl-test-exception perl-test-deep"
-cpanmakedepends=" "
-depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/O/OV/OVID/$_pkgreal-$pkgver.tar.gz"
-
-_builddir="$srcdir/$_pkgreal-$pkgver"
-
-prepare() {
- cd "$_builddir"
- export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-build() {
- cd "$_builddir"
- export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
- make && make test
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-md5sums="6fa1f097bedbc18f46b08ac9eb79bba9 Test-Most-0.34.tar.gz"
-sha256sums="c2820c8de65f5fa59f218ac2be9be98b22cc1bb1a1f371e04375aa3b6054e244 Test-Most-0.34.tar.gz"
-sha512sums="00706bb25e6b9f806b536f75f66356413cdbcb19efd1c8b163fbd3357f61abe9e06e57c311eff216d36962ce74beb996db6cd4f0d2e5ed58fa5c0a0af32a33ef Test-Most-0.34.tar.gz"