summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2024-03-14 12:43:21 -0400
committerMatt Turner <[email protected]>2024-03-15 10:56:22 -0400
commitc658bec8a66f0c9d1afa635b97efc53ed30f2b3d (patch)
treec473d1f807e10c33ee0c625436ea1cd37638fe4b /dev-perl/File-Slurper/File-Slurper-0.12.0.ebuild
parentdev-perl/File-Share: Drop old versions (diff)
downloadgentoo-c658bec8a66f0c9d1afa635b97efc53ed30f2b3d.tar.gz
gentoo-c658bec8a66f0c9d1afa635b97efc53ed30f2b3d.tar.bz2
gentoo-c658bec8a66f0c9d1afa635b97efc53ed30f2b3d.zip
dev-perl/File-Slurper: Drop old versions
Signed-off-by: Matt Turner <[email protected]>
Diffstat (limited to 'dev-perl/File-Slurper/File-Slurper-0.12.0.ebuild')
-rw-r--r--dev-perl/File-Slurper/File-Slurper-0.12.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/File-Slurper/File-Slurper-0.12.0.ebuild b/dev-perl/File-Slurper/File-Slurper-0.12.0.ebuild
deleted file mode 100644
index 053e70d3b139..000000000000
--- a/dev-perl/File-Slurper/File-Slurper-0.12.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=LEONT
-DIST_VERSION=0.012
-DIST_EXAMPLES=( "bench/*" )
-inherit perl-module
-
-DESCRIPTION="A simple, sane and efficient module to slurp a file"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/PerlIO-utf8_strict
- virtual/perl-Carp
- >=virtual/perl-Encode-2.110.0
- >=virtual/perl-Exporter-5.570.0
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-Test-Simple
- dev-perl/Test-Warnings
- )
-"