diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:47 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:47 +0000 |
commit | e8873d6e14b191d5a818c28523601c7e6bd48795 (patch) | |
tree | 93e2334b018a101705fc33cd0f304608de3e22a9 /p5-test-exception | |
parent | e22141a7aa948a1e229a3a50cb81873268957adc (diff) | |
download | contrib-e8873d6e14b191d5a818c28523601c7e6bd48795.tar.gz contrib-e8873d6e14b191d5a818c28523601c7e6bd48795.tar.xz |
p5-test-exception: initial commit, version 0.43
Diffstat (limited to 'p5-test-exception')
-rw-r--r-- | p5-test-exception/.footprint | 17 | ||||
-rw-r--r-- | p5-test-exception/.signature | 5 | ||||
-rw-r--r-- | p5-test-exception/Pkgfile | 17 |
3 files changed, 39 insertions, 0 deletions
diff --git a/p5-test-exception/.footprint b/p5-test-exception/.footprint new file mode 100644 index 000000000..62a5aea39 --- /dev/null +++ b/p5-test-exception/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/5.28/ +drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Test/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Test/Exception.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Test/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Test/Exception/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-r--r--r-- root/root usr/share/man/man3/Test::Exception.3pm.gz diff --git a/p5-test-exception/.signature b/p5-test-exception/.signature new file mode 100644 index 000000000..ab227bf29 --- /dev/null +++ b/p5-test-exception/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF33HYAEheNjjTaCLEJVULCbJGbW/UAh0JlEzbW03A+WpIhZ96JR+Nl+4+ZVYq03yi/qDcfb9DGNJppeWwKKRKogs= +SHA256 (Pkgfile) = fa69759aacc2eb6a7bbd144b204b5d204c3c1ccb319a52a9d6c896c9b85a0167 +SHA256 (.footprint) = fca4cdb1f6f9d929767e5853f3ded0238423517e6aa5a99fd74ae6c801d4a903 +SHA256 (Test-Exception-0.43.tar.gz) = 156b13f07764f766d8b45a43728f2439af81a3512625438deab783b7883eb533 diff --git a/p5-test-exception/Pkgfile b/p5-test-exception/Pkgfile new file mode 100644 index 000000000..5ec9efb5e --- /dev/null +++ b/p5-test-exception/Pkgfile @@ -0,0 +1,17 @@ +# Description: Perl Module Test::Exception : Functions for testing exceptionbased code +# URL: https://cpan.metacpan.org/dist/Test-Exception/ +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: p5-sub-uplevel + +name=p5-test-exception +version=0.43 +release=1 +source=(https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Exception-$version.tar.gz) + +build() { + cd Test-Exception-$version + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +} |