summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/forks/forks-0.360.0-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/forks/forks-0.360.0-r1.ebuild b/dev-perl/forks/forks-0.360.0-r1.ebuild
deleted file mode 100644
index ba1c33c9d14a..000000000000
--- a/dev-perl/forks/forks-0.360.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RYBSKEJ
-DIST_VERSION=0.36
-inherit perl-module
-
-DESCRIPTION="Emulate threads with fork"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/Acme-Damn
- virtual/perl-Attribute-Handlers
- dev-perl/Devel-Symdump
- virtual/perl-File-Spec
- >=dev-perl/List-MoreUtils-0.150.0
- >=virtual/perl-Scalar-List-Utils-1.110.0
- virtual/perl-Storable
- >=dev-perl/Sys-SigAction-0.110.0
- virtual/perl-Time-HiRes
- virtual/perl-if
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"