diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-11 08:00:43 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-11 08:01:36 +0200 |
commit | 1fbef0bea89309b93c3d5b133980e2a1810800d7 (patch) | |
tree | 93f7df56c22a4f5b47572438163ec2c1bde6bf00 | |
parent | dev-perl/HTTP-Daemon: Version bump (diff) | |
download | gentoo-1fbef0bea89309b93c3d5b133980e2a1810800d7.tar.gz gentoo-1fbef0bea89309b93c3d5b133980e2a1810800d7.tar.bz2 gentoo-1fbef0bea89309b93c3d5b133980e2a1810800d7.zip |
dev-perl/HTTP-Daemon: Remove old
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0-r1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0-r1.ebuild b/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0-r1.ebuild deleted file mode 100644 index c12bc71c87e9..000000000000 --- a/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=GAAS -MODULE_VERSION=6.01 -inherit perl-module - -DESCRIPTION="Base class for simple HTTP servers" - -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=" - !<dev-perl/libwww-perl-6 - >=dev-perl/HTTP-Date-6.0.0 - virtual/perl-IO - >=dev-perl/HTTP-Message-6.0.0 - >=dev-perl/LWP-MediaTypes-6.0.0 -" -DEPEND="${RDEPEND}" - -SRC_TEST=online |