summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-26 19:51:25 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-29 21:35:59 +0200
commit0918fe5bef16bfb49f1040e7391e923025ca113c (patch)
tree6e23fe46cb295bba63cd13e59aa61f48652b9150 /dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.970.0.ebuild
parentdev-perl/XML-LibXML: Bump to version 2.12.400 (diff)
downloadgentoo-0918fe5bef16bfb49f1040e7391e923025ca113c.tar.gz
gentoo-0918fe5bef16bfb49f1040e7391e923025ca113c.tar.bz2
gentoo-0918fe5bef16bfb49f1040e7391e923025ca113c.zip
dev-perl/XML-LibXML-Simple: Bump to version 0.970.0
- EAPI6 Upstream: - Add ability to hook document nodes with "HookNodes" - Deprecated implict input file from XMLin 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"
Diffstat (limited to 'dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.970.0.ebuild')
-rw-r--r--dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.970.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.970.0.ebuild b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.970.0.ebuild
new file mode 100644
index 000000000000..2bb6b8350491
--- /dev/null
+++ b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.970.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=0.97
+inherit perl-module
+
+DESCRIPTION="XML::LibXML based XML::Simple clone"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/File-Slurp-Tiny
+ virtual/perl-Scalar-List-Utils
+ >=dev-perl/XML-LibXML-1.640.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.540.0
+ )
+"