diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-11 16:01:56 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-11 22:14:02 +0200 |
commit | 9305f9fe7ba48317f8cf80c0b0dc4b22723e747d (patch) | |
tree | 5225e013f8a3df54a73d69e39f0df115e2cf1b26 /dev-perl/forks | |
parent | mail-filter/postfwd: bump to version 2.03 (diff) | |
download | gentoo-9305f9fe7ba48317f8cf80c0b0dc4b22723e747d.tar.gz gentoo-9305f9fe7ba48317f8cf80c0b0dc4b22723e747d.tar.bz2 gentoo-9305f9fe7ba48317f8cf80c0b0dc4b22723e747d.zip |
dev-perl/forks: remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/forks')
-rw-r--r-- | dev-perl/forks/forks-0.360.0-r1.ebuild | 32 |
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 ) -" |