summaryrefslogtreecommitdiff
path: root/p5-file-slurp
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2014-12-13 23:05:26 +1100
committerDanny Rawlins <monster.romster@gmail.com>2014-12-13 23:05:26 +1100
commit200df4c6a5c5ddd38f9de49e24ba554f6c26c585 (patch)
tree713e478e2c7298e86911be2bb4a91e9142bbd691 /p5-file-slurp
parente20ee95d8b377569254875c5623f8cc448439a0c (diff)
downloadcontrib-200df4c6a5c5ddd38f9de49e24ba554f6c26c585.tar.gz
contrib-200df4c6a5c5ddd38f9de49e24ba554f6c26c585.tar.xz
p5-file-slurp: nothing depends on this
Diffstat (limited to 'p5-file-slurp')
-rw-r--r--p5-file-slurp/.footprint10
-rw-r--r--p5-file-slurp/.md5sum1
-rw-r--r--p5-file-slurp/Pkgfile28
3 files changed, 0 insertions, 39 deletions
diff --git a/p5-file-slurp/.footprint b/p5-file-slurp/.footprint
deleted file mode 100644
index 812a60a98..000000000
--- a/p5-file-slurp/.footprint
+++ /dev/null
@@ -1,10 +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/site_perl/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.16/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.16/File/
--r-xr-xr-x root/root usr/lib/perl5/site_perl/5.16/File/Slurp.pm
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man3/
--r--r--r-- root/root usr/man/man3/File::Slurp.3pm.gz
diff --git a/p5-file-slurp/.md5sum b/p5-file-slurp/.md5sum
deleted file mode 100644
index 3e66c7717..000000000
--- a/p5-file-slurp/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-7d584cd15c4f8b9547765eff8c4ef078 File-Slurp-9999.19.tar.gz
diff --git a/p5-file-slurp/Pkgfile b/p5-file-slurp/Pkgfile
deleted file mode 100644
index 690ee39ec..000000000
--- a/p5-file-slurp/Pkgfile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Description: Efficient Reading/Writing of Complete Files.
-# URL: http://search.cpan.org/~drolsky/File-Slurp-9999.13/
-# Maintainer: Danny Rawlins, crux at romster dot me
-# Packager: Younes Hafri, ycrux at club dash internet dot fr
-# Depends on:
-
-name=p5-file-slurp
-version=9999.19
-release=1
-source=(http://www.cpan.org/modules/by-module/File/File-Slurp-$version.tar.gz)
-
-build() {
- cd File-Slurp-$version
- perl Makefile.PL
- make OPTIMIZE="$CFLAGS"
- make DESTDIR=$PKG install
-
- # Remove perlcrap
- find $PKG \
- \( -name '.packlist' -or \
- -name '*.bs' -or \
- -name 'autosplit.ix' -or \
- -name 'perllocal.pod' \) -delete
-
- # Remove empty directories
- find $PKG -depth -empty -exec rm -rf {} \;
-}
-

Generated by cgit