summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-04-24 11:13:52 +1200
committerKent Fredric <kentnl@gentoo.org>2018-04-24 14:09:36 +1200
commit01b032d65fca7a22dcce52b28dda72e941901ef8 (patch)
tree0fbc81ad3a3644a5b675174d0e9e0311f8e15731 /dev-perl/Capture-Tiny/Capture-Tiny-0.420.0.ebuild
parentdev-perl/Canary-Stability: Cleanup old (diff)
downloadgentoo-01b032d65fca7a22dcce52b28dda72e941901ef8.tar.gz
gentoo-01b032d65fca7a22dcce52b28dda72e941901ef8.tar.bz2
gentoo-01b032d65fca7a22dcce52b28dda72e941901ef8.zip
dev-perl/Capture-Tiny: Cleanup old
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Capture-Tiny/Capture-Tiny-0.420.0.ebuild')
-rw-r--r--dev-perl/Capture-Tiny/Capture-Tiny-0.420.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.420.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.420.0.ebuild
deleted file mode 100644
index 185779e219b7..000000000000
--- a/dev-perl/Capture-Tiny/Capture-Tiny-0.420.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DAGOLDEN
-DIST_VERSION=0.42
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Exporter
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-IO
- virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Test-Simple
- )
-"