commit: bdd94a2ed23a806404597dd8c0e4656d3decc699
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 05:28:47 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 18:35:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd94a2e
dev-perl/HTML-LinkExtractor: Enable tests
- EAPI6
- Enable tests
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../HTML-LinkExtractor-0.130.0-r2.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild
b/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild
new file mode 100644
index 00000000000..cf2e44ed0db
--- /dev/null
+++ b/dev-perl/HTML-LinkExtractor/HTML-LinkExtractor-0.130.0-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PODMASTER
+DIST_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION="A bare-bone HTML parser, similar to HTML::Parser"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-perl/HTML-Parser"
+RDEPEND="${DEPEND}
+ dev-perl/URI"