From 78d47969e70d9f3b301cf9925d8b9be8ffb3db01 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 3 Jan 2014 19:43:46 +0000 Subject: [PATCH] removed community/perl-test-output --- community/perl-test-output/PKGBUILD | 40 ----------------------------- 1 file changed, 40 deletions(-) delete mode 100644 community/perl-test-output/PKGBUILD diff --git a/community/perl-test-output/PKGBUILD b/community/perl-test-output/PKGBUILD deleted file mode 100644 index 6ae5dd2ad..000000000 --- a/community/perl-test-output/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 62156 2012-01-16 22:25:14Z seblu $ -# Maintainer: Sébastien Luttringer - -# ALARM: Kevin Mihelich -# - removing extraneous space after perl-test-pod depends line, since it apparently -# takes a goddamn inquisition to get upstream maintainers to fix shit like this. - -pkgname=perl-test-output -pkgver=1.02 -pkgrel=2 -pkgdesc='Utilities to test STDOUT and STDERR messages' -arch=('any') -license=('GPL' 'PerlArtistic') -depends=('perl-sub-exporter' - 'perl-test-tester' - 'perl-test-pod' - 'perl-test-pod-coverage' - 'perl-capture-tiny') -url='http://search.cpan.org/dist/Test-Output' -options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Output-$pkgver.tar.gz") -md5sums=('d80890160737cdf4c3241d48428d33ab') - -build() { - cd Test-Output-$pkgver - USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make -} - -check() { - cd Test-Output-$pkgver - make test -} - -package() { - cd Test-Output-$pkgver - make install DESTDIR="$pkgdir/" -} - -# vim:set ts=2 sw=2 ft=sh et: