- EAPI6
- Cleanup maintainer-only bin/ tool
Upstream:
- Packaging Fixes
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
DIST XML-Entities-1.0001.tar.gz 21770 SHA256 3498107938e4cc725f3d2e4fdf45b4a491a0e9d05f5f201c93986b90ea8e8c19 SHA512 35228f7e774407657c5b9bde6504dc2dbea1a8872ca21637a50117121e19a84f4a6fe1ca5d4f498be714e283354797f65622cc73bb73824b8a84ba028fa98eca WHIRLPOOL 51245cbf69cfbd21dd712e5257d41363a0da871c0bdac759f1c1acbc11693558273d9ee6d5aa25659112b2cda6542441e38b973ac4d021da737d55576c07ab31
+DIST XML-Entities-1.0002.tar.gz 20640 SHA256 c32aa4f309573d7648ab2e416f62b6b20652f2ad9cfd3eec82fd51101fe7310d SHA512 e25c45ca23fdc7d6038a4350985ee73a460370f62717197700842364a9c93ddba30dbb0d16ba2f5db10e99ad81311f4aaed20bb1a3811bba121f6ccf36137108 WHIRLPOOL d4aac8d4406e78ca2a58d8e277e01ad89accf219c0d432a7eff0b7ebef117915fb941ec00cefabfa2b1d3c39da8c145c8f3d40b6b3354f1d4a3e411e96e46089
--- /dev/null
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SIXTEASE
+DIST_VERSION=1.0002
+inherit perl-module
+
+DESCRIPTION="Decode strings with XML entities"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+RDEPEND="virtual/perl-Carp
+ !minimal? (
+ dev-perl/HTML-Parser
+ )
+"
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ test? ( virtual/perl-Test-Simple )"
+
+S="${WORKDIR}/${PN}" # Upstream doesn't tar it up with version in dir
+
+PERL_RM_FILES=("bin/download-entities.pl") # maintainer tool
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">XML-Entities</remote-id>
+ <remote-id type="cpan-module">XML::Entities</remote-id>
+ <remote-id type="cpan-module">XML::Entities::Data</remote-id>
+ </upstream>
</pkgmetadata>