dev-perl/XML-Entities: Bump to version 1.0.200
authorKent Fredric <kentfredric@gmail.com>
Mon, 25 Apr 2016 23:57:06 +0000 (11:57 +1200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 29 Apr 2016 19:35:59 +0000 (21:35 +0200)
- 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"

dev-perl/XML-Entities/Manifest
dev-perl/XML-Entities/XML-Entities-1.0.200.ebuild [new file with mode: 0644]
dev-perl/XML-Entities/metadata.xml

index 4c79b51bcfaf92471563846fba04f21d90b9866e..59c24088eff98011128c189754be23c3dfd33245 100644 (file)
@@ -1 +1,2 @@
 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
diff --git a/dev-perl/XML-Entities/XML-Entities-1.0.200.ebuild b/dev-perl/XML-Entities/XML-Entities-1.0.200.ebuild
new file mode 100644 (file)
index 0000000..741520e
--- /dev/null
@@ -0,0 +1,28 @@
+# 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
index 2b9a936fc0a1933802b5db1fa4b28a53939f2a4e..c46a68adfb28bcb2448f851f32a19cc02999c85b 100644 (file)
@@ -5,4 +5,9 @@
     <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>