aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-04-05 09:22:17 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-04-05 09:22:17 +0000
commitcafc9bd6980fc9e5dc3d499ebc838dcf532c9578 (patch)
treeadc48771002e0aac80cf6ba3d9ea0d99b80ce36e /testing
parent928a2c4e82e841840d8e6ac0cd9558d4e7e27f2f (diff)
downloadaports-cafc9bd6980fc9e5dc3d499ebc838dcf532c9578.tar.bz2
aports-cafc9bd6980fc9e5dc3d499ebc838dcf532c9578.tar.xz
testing/perl-test-simple: removed since we already have it on main with perl-test-tester package
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-test-simple/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/perl-test-simple/APKBUILD b/testing/perl-test-simple/APKBUILD
deleted file mode 100644
index 6229b879fb..0000000000
--- a/testing/perl-test-simple/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Francesco Colista <francesco.colista@gmail.com>
-pkgname=perl-test-simple
-pkgver=1.001014
-_pkgreal=Test-Simple-$pkgver
-pkgrel=1
-pkgdesc="Basic utilities for writing tests."
-url="http://search.cpan.org/dist/Test-Simple/"
-arch="noarch"
-license="GPL PerlArtistic"
-cpandepends=""
-cpanmakedepends=""
-depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
-subpackages=""
-source="http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/$_pkgreal.tar.gz"
-
-_builddir="$srcdir/$_pkgreal"
-prepare() {
- cd "$_builddir"
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-build() {
- cd "$_builddir"
- make && make test
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-
- # man pages are already provided by perl-doc
- rm -rf "$pkgdir"/usr/share/man || return 1
-}
-
-md5sums="db7f57fd595e3e1c93c972307a88fa6e Test-Simple-1.001014.tar.gz"
-sha256sums="55a414ce89eb7a5e9e84186f286b002054f10ae8ef4f8f2d61bb710e7549f16b Test-Simple-1.001014.tar.gz"
-sha512sums="0aa0b4d78c0243480df0e7f9b28d69b6bbf1b26bd49a91827c2d61595319840f7178f179555a60ef28d49d3f50679aade4f6d8138e9ae1bd0113a3d6c66d89c2 Test-Simple-1.001014.tar.gz"