p5-package-deprecationmanager: initial commit, version 0.17

This commit is contained in:
Tim Biermann 2019-08-31 10:40:28 +00:00
parent 58bb764ffa
commit fca093666b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 39 additions and 0 deletions

View File

@ -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/Package/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Package/DeprecationManager.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/Package/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Package/DeprecationManager/
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/Package::DeprecationManager.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38xa7uZ5bgMM4RQtySXlHkpVfoKH01DFQtxdu7DuNQZK92TWh5tsKJB+RZMoCdNJMsBLXZddMpeWd0Jlrgj5awM=
SHA256 (Pkgfile) = 4b48f3d30ba532249eca68fa13da8213273aa02969f97fb7631f3716cfc42bc1
SHA256 (.footprint) = 5f24413958c0fba409c5b902152bd94efa38c0c90e105f98091bec458694bdd0
SHA256 (Package-DeprecationManager-0.17.tar.gz) = 1d743ada482b5c9871d894966e87d4c20edc96931bb949fb2638b000ddd6684b

View File

@ -0,0 +1,17 @@
# Description: Manage deprecation warnings for your distribution
# URL: https://metacpan.org/release/Package-DeprecationManager
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: p5-module-implementation p5-namespace-autoclean p5-package-stash p5-params-util p5-sub-install p5-sub-name
name=p5-package-deprecationmanager
version=0.17
release=1
source=(https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Package-DeprecationManager-$version.tar.gz)
build() {
cd Package-DeprecationManager-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make install DESTDIR=$PKG
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}