p5-ipc-run3: moved to opt

This commit is contained in:
Juergen Daubert 2020-04-22 12:15:24 +02:00
parent 295d1295e4
commit f88d73f093
3 changed files with 0 additions and 52 deletions

View File

@ -1,28 +0,0 @@
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/IPC/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IPC/Run3.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/IPC/Run3/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IPC/Run3/ProfArrayBuffer.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IPC/Run3/ProfLogReader.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IPC/Run3/ProfLogger.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IPC/Run3/ProfPP.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/IPC/Run3/ProfReporter.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/IPC/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/IPC/Run3/
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/IPC::Run3.3pm.gz
-r--r--r-- root/root usr/share/man/man3/IPC::Run3::ProfArrayBuffer.3pm.gz
-r--r--r-- root/root usr/share/man/man3/IPC::Run3::ProfLogReader.3pm.gz
-r--r--r-- root/root usr/share/man/man3/IPC::Run3::ProfLogger.3pm.gz
-r--r--r-- root/root usr/share/man/man3/IPC::Run3::ProfPP.3pm.gz
-r--r--r-- root/root usr/share/man/man3/IPC::Run3::ProfReporter.3pm.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/weyoM6HPOgJxZE/KHVGmUYngPIi+rwB7cWfghr/ofmzlt4Q+1UWEuJ4O5m+biwCp8E2OWOFVl/fa5KbK5D5Qk=
SHA256 (Pkgfile) = 614ab3a62c5f1cdc8a7cf6d759f03ba14a0c20313d8f47f74fae9bb2219f5f56
SHA256 (.footprint) = effbea3df6e6affbec124012b9532b33be286cfe4eb522d385f1f37732762582
SHA256 (IPC-Run3-0.048.tar.gz) = 3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565

View File

@ -1,19 +0,0 @@
# Description: run a subprocess with input/ouput redirection
# URL: https://cpan.metacpan.org/dist/IPC-Run3
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-ipc-run3
version=0.048
release=1
source=(https://cpan.metacpan.org/authors/id/R/RJ/RJBS/IPC-Run3-$version.tar.gz)
build() {
cd IPC-Run3-$version
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
perl Makefile.PL
make
make install INSTALLDIRS=vendor DESTDIR=$PKG
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}