diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-14 12:43:58 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-15 10:56:49 -0400 |
commit | 38acb077e7e4655da74d9aad03ad1a0bffd8136c (patch) | |
tree | 3413136cc145c6324d6ec32fdf9a52ce02791bc3 /dev-perl/Proc-Background | |
parent | dev-perl/PPIx-Regexp: Drop old versions (diff) | |
download | gentoo-38acb077e7e4655da74d9aad03ad1a0bffd8136c.tar.gz gentoo-38acb077e7e4655da74d9aad03ad1a0bffd8136c.tar.bz2 gentoo-38acb077e7e4655da74d9aad03ad1a0bffd8136c.zip |
dev-perl/Proc-Background: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Proc-Background')
-rw-r--r-- | dev-perl/Proc-Background/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Proc-Background/Proc-Background-1.220.0.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Proc-Background/Proc-Background-1.300.0.ebuild | 13 |
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-perl/Proc-Background/Manifest b/dev-perl/Proc-Background/Manifest index e17e50bd761f..f693915ff980 100644 --- a/dev-perl/Proc-Background/Manifest +++ b/dev-perl/Proc-Background/Manifest @@ -1,3 +1 @@ -DIST Proc-Background-1.22.tar.gz 26247 BLAKE2B 98ed5ee3688511febcee1252ede30231bdd705386467fbddaa873d15531622905f2aa7b1cfc20e9786bdb2679c5479afaf5aa5ce9c4811c98ff6357b8451f96b SHA512 7d48a8642ece331af3aeed7b7f6e4fcbf64e4a8d753f86cca685eee1f4e6c784bbf70eb26823631a98000017ee4b8e67f630a392f3c823fab392874ad747ae05 -DIST Proc-Background-1.30.tar.gz 32397 BLAKE2B 2440984e8d5b72be6ea2faac1afc49219e100af72f2e8ec6606178c3bac9ec42e2269d91570f03037e1ebbdb2241b6add7e2e9287e2f4a2e8ef9290a7578bfa2 SHA512 88efaa3a2845b5397fff218011048d8f8fae4546dba850bed048a531787b516272469298d25a23c61b92d36f98655c9b6d867c4c4df38b05d3d845d0868a630b DIST Proc-Background-1.32.tar.gz 33622 BLAKE2B 561396bcf6c55f6af99cfb192d269ce61db2165ee466578bdff674f8d49def9c5b04c3ba0915b7a79bdd70e96fb84196338189413cd3bf31f025d071762ea5fd SHA512 1ca2384db385412b68ae7e4051ea0ca377463e52c97d818adc8fd11c18d1490ea90042f951619d9168bb8117b5124238b5e29d49ff218addda3527f937cc2b78 diff --git a/dev-perl/Proc-Background/Proc-Background-1.220.0.ebuild b/dev-perl/Proc-Background/Proc-Background-1.220.0.ebuild deleted file mode 100644 index 56ec813a093d..000000000000 --- a/dev-perl/Proc-Background/Proc-Background-1.220.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=NERDVANA -DIST_VERSION=1.22 -inherit perl-module - -DESCRIPTION="Generic interface to background process management" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" diff --git a/dev-perl/Proc-Background/Proc-Background-1.300.0.ebuild b/dev-perl/Proc-Background/Proc-Background-1.300.0.ebuild deleted file mode 100644 index 9c93b231f3c2..000000000000 --- a/dev-perl/Proc-Background/Proc-Background-1.300.0.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=NERDVANA -DIST_VERSION=1.30 -inherit perl-module - -DESCRIPTION="Generic interface to background process management" - -SLOT="0" -KEYWORDS="~amd64 ~x86" |