diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-20 18:52:12 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-20 18:59:13 +0100 |
commit | 32b429586a49dd3c8cf2b8045adc115874107b0b (patch) | |
tree | 7bcdaecff23489812cdab5244d6d703d5b584256 /dev-perl/Net-Daemon | |
parent | dev-perl/Net-CUPS: EAPI=8 bump (diff) | |
download | gentoo-32b429586a49dd3c8cf2b8045adc115874107b0b.tar.gz gentoo-32b429586a49dd3c8cf2b8045adc115874107b0b.tar.bz2 gentoo-32b429586a49dd3c8cf2b8045adc115874107b0b.zip |
dev-perl/Net-Daemon: 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/Net-Daemon')
-rw-r--r-- | dev-perl/Net-Daemon/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/Net-Daemon/Manifest b/dev-perl/Net-Daemon/Manifest index 7fb2c1709aef..8a06fccd30bf 100644 --- a/dev-perl/Net-Daemon/Manifest +++ b/dev-perl/Net-Daemon/Manifest @@ -1,2 +1 @@ -DIST Net-Daemon-0.48.tar.gz 29513 BLAKE2B a5fe8eeb01a463ebfd7b274dea2d0b9a8e633588e35576ad24b5e40a4b06ff5f1321bc01bbfb63ceac8d8e5c9e85d15807dde3c5cb18b21e53da6d84ca24a999 SHA512 85bc280adc0de6be8ebd64771732f83299018edd06441cf96c438914a16c3805918805cde07bae4fe92caa86475ad35cabfc1edfccff117dcce7f5dc8b137bba DIST Net-Daemon-0.49.tar.gz 31853 BLAKE2B 75d1b3591a5a242f33680644da0fb355a9a2221c1ca75d8868921878d3890bc1f24a5683217cfebaa568ad86a997a1fb60c9893c7edf6df9b907b7622597a1fa SHA512 8b2797757c98c2cc9821866817ea4e28a8aa120f7614c17e32417e75990d425055d406581c3b554e8e4d2f9cc7bf4fba1244773d92b1b98bc3bc02b50300c131 diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild deleted file mode 100644 index b71b42be35de..000000000000 --- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=MNOONING -DIST_VERSION=0.48 -inherit perl-module - -DESCRIPTION="Abstract base class for portable servers" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" -PATCHES=( - "${FILESDIR}/${P}-perl526.patch" -) -# loop-t and loop-child-t race-condition -# due to Net::Daemon::Test writing -# specific files to CWD -DIST_TEST="do" |