summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-27 14:54:09 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-27 15:09:01 +0100
commitebeec877357d14ad98aeca470b442e65c054d3dd (patch)
treeb714469119185527ecba913b7e59bc2571ca75a3 /dev-perl/Proc-Background
parentdev-perl/PPIx-Regexp: Version bump 0.081 (diff)
downloadgentoo-ebeec877357d14ad98aeca470b442e65c054d3dd.tar.gz
gentoo-ebeec877357d14ad98aeca470b442e65c054d3dd.tar.bz2
gentoo-ebeec877357d14ad98aeca470b442e65c054d3dd.zip
dev-perl/Proc-Background: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Proc-Background')
-rw-r--r--dev-perl/Proc-Background/Manifest1
-rw-r--r--dev-perl/Proc-Background/Proc-Background-1.210.0.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-perl/Proc-Background/Manifest b/dev-perl/Proc-Background/Manifest
index 71f17f22c443..ddd8746afeb4 100644
--- a/dev-perl/Proc-Background/Manifest
+++ b/dev-perl/Proc-Background/Manifest
@@ -1,2 +1 @@
-DIST Proc-Background-1.21.tar.gz 25960 BLAKE2B b5e8a7538aabc973d46097bc8ad6ee8fc03b5f3c693e31e344b8509784aa515db864c6f046f9db91ae0b0225244a385d8f390b76aa4484037431a3105126cc98 SHA512 2cc5cdf3e6b0614a252f6a5e2f0c35c50504eaefb87d642b8a4f91f6e5e34096f6e30262f0d8496b318301e3359d26a6dceb1658556ad0ac548a26b6a3476432
DIST Proc-Background-1.22.tar.gz 26247 BLAKE2B 98ed5ee3688511febcee1252ede30231bdd705386467fbddaa873d15531622905f2aa7b1cfc20e9786bdb2679c5479afaf5aa5ce9c4811c98ff6357b8451f96b SHA512 7d48a8642ece331af3aeed7b7f6e4fcbf64e4a8d753f86cca685eee1f4e6c784bbf70eb26823631a98000017ee4b8e67f630a392f3c823fab392874ad747ae05
diff --git a/dev-perl/Proc-Background/Proc-Background-1.210.0.ebuild b/dev-perl/Proc-Background/Proc-Background-1.210.0.ebuild
deleted file mode 100644
index 9b45576f6616..000000000000
--- a/dev-perl/Proc-Background/Proc-Background-1.210.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=NERDVANA
-DIST_VERSION=1.21
-inherit perl-module
-
-DESCRIPTION="Generic interface to background process management"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"