summaryrefslogtreecommitdiff
path: root/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-02 22:57:17 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-02 23:34:10 +0100
commita51c5cf727619dc7c5d7ac943841d933275b0f65 (patch)
tree31e058127cd378db6a86b42aa8b2ef7218161895 /dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild
parentcd203c787631ea7c6d28b149359c8fb4d4761480 (diff)
downloadgentoo-a51c5cf727619dc7c5d7ac943841d933275b0f65.tar.gz
gentoo-a51c5cf727619dc7c5d7ac943841d933275b0f65.tar.bz2
gentoo-a51c5cf727619dc7c5d7ac943841d933275b0f65.zip
dev-perl/HTTP-Server-Simple: EAPI=8 bump
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/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild')
-rw-r--r--dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild b/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild
deleted file mode 100644
index eefbf5b210e7..000000000000
--- a/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.520.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BPS
-DIST_VERSION=0.52
-inherit perl-module
-
-DESCRIPTION="Lightweight HTTP Server"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/CGI
- >=virtual/perl-Socket-1.940.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"
-
-src_test() {
- perl_rm_files t/02pod.t t/03podcoverage.t
- perl-module_src_test
-}