From 74b6e4eb691e369b5dcc68ec9bee821bdc3ed4f4 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Wed, 25 Oct 2017 18:10:24 +1300 Subject: dev-perl/HTML-Form: Enable tests - EAPI6 - Enable tests Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- dev-perl/HTML-Form/HTML-Form-6.30.0-r2.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-perl/HTML-Form/HTML-Form-6.30.0-r2.ebuild (limited to 'dev-perl/HTML-Form') diff --git a/dev-perl/HTML-Form/HTML-Form-6.30.0-r2.ebuild b/dev-perl/HTML-Form/HTML-Form-6.30.0-r2.ebuild new file mode 100644 index 000000000000..ace9086e7b9a --- /dev/null +++ b/dev-perl/HTML-Form/HTML-Form-6.30.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.03 +inherit perl-module + +DESCRIPTION="Class that represents an HTML form element" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + !=dev-perl/HTTP-Message-6.30.0 + >=dev-perl/URI-1.10 + dev-perl/HTML-Parser + >=virtual/perl-Encode-2 +" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad