summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-26 09:14:24 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-26 09:28:03 +1300
commit315e555a86ebe87c5e477be89515ba373f87ac3a (patch)
tree70990f096b6c0479703aa3ef94cecc3af436a029 /dev-perl/HTTP-Daemon
parentsys-apps/openrc: 0.34.2 version bump (diff)
downloadgentoo-315e555a86ebe87c5e477be89515ba373f87ac3a.tar.gz
gentoo-315e555a86ebe87c5e477be89515ba373f87ac3a.tar.bz2
gentoo-315e555a86ebe87c5e477be89515ba373f87ac3a.zip
dev-perl/HTTP-Daemon: Enable tests
- EAPI6 - Enable tests Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/HTTP-Daemon')
-rw-r--r--dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0-r2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0-r2.ebuild b/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0-r2.ebuild
new file mode 100644
index 000000000000..a4c52f2ee103
--- /dev/null
+++ b/dev-perl/HTTP-Daemon/HTTP-Daemon-6.10.0-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=GAAS
+DIST_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 ~arm-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}"