summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-02-15 17:13:43 +1300
committerKent Fredric <kentnl@gentoo.org>2018-02-15 17:13:43 +1300
commit95998d12d2f09244a6391454d11c7ad536a04a60 (patch)
tree586720e88d2e5b6458c4a18630fdcfc717e1d7a6 /dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild
parentdev-util/drone-cli: Remove old (diff)
downloadgentoo-95998d12d2f09244a6391454d11c7ad536a04a60.tar.gz
gentoo-95998d12d2f09244a6391454d11c7ad536a04a60.tar.bz2
gentoo-95998d12d2f09244a6391454d11c7ad536a04a60.zip
dev-perl/IPC-Run: Cleanup old re bug #614806
Closes: https://bugs.gentoo.org/614806 Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild')
-rw-r--r--dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild b/dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild
deleted file mode 100644
index a5fbf45ae47c..000000000000
--- a/dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TODDR
-MODULE_VERSION=0.94
-inherit perl-module
-
-DESCRIPTION="system() and background procs w/ piping, redirs, ptys"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/IO-Tty-1.80.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=virtual/perl-Test-Simple-0.470.0
- )
-"
-
-SRC_TEST="do parallel"
-
-src_test() {
- perl_rm_files t/97_meta.t t/98_pod_coverage.t t/98_pod.t
- perl-module_src_test
-}