summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-03-28 16:39:33 +1300
committerKent Fredric <kentnl@gentoo.org>2018-03-28 16:39:33 +1300
commitc86697a246cb02aea5abb409248431f3138d8ce3 (patch)
treedb0c980e8c7e88de565707e7d1aa393a57f7b821 /dev-perl/XML-LibXML-Simple
parentdev-perl/XML-Fast: Bump to version 0.170.0 (diff)
downloadgentoo-c86697a246cb02aea5abb409248431f3138d8ce3.tar.gz
gentoo-c86697a246cb02aea5abb409248431f3138d8ce3.tar.bz2
gentoo-c86697a246cb02aea5abb409248431f3138d8ce3.zip
dev-perl/XML-LibXML-Simple: Bump to version 0.990.0
Upstream: - Remove excess dep on File::Slurp::Tiny - Support SuppressEmpty feature - Documentation fixes Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/XML-LibXML-Simple')
-rw-r--r--dev-perl/XML-LibXML-Simple/Manifest1
-rw-r--r--dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/XML-LibXML-Simple/Manifest b/dev-perl/XML-LibXML-Simple/Manifest
index 80c2e9c501a2..ef9390364b09 100644
--- a/dev-perl/XML-LibXML-Simple/Manifest
+++ b/dev-perl/XML-LibXML-Simple/Manifest
@@ -1 +1,2 @@
DIST XML-LibXML-Simple-0.97.tar.gz 22927 BLAKE2B 4440d4b42ed31f89ac7ebd573c5804075e5101ac9cbff48a1929cd5d544ed0f0cee7bc17d664c6d4fc89a7fe750f546f16cbbfa6149ec4ef553b334059553d2e SHA512 5607218a0ee7cd08f6e166af30f38ac7942e36e32469836f9b09d3802f32d8c5ca965fe6870823679523721241530eab9a5235dc376b2ce362d70a78b9c2d8f7
+DIST XML-LibXML-Simple-0.99.tar.gz 23395 BLAKE2B 059f947da14123b8f19c2497dde74a72ef87e4c2ac368ac1d60e25d6c57065a8dc392a498e629aad700d97896087f6bd189a4a3c5ea55a9cca6d436bba1cd43e SHA512 806e039eefb447c43c747d1621bb432a3df13cb36798853ef2fe8a0ccaa1d7651d67fd6d386e19936100ffd4c04185004e5f0bb4ced66ed544efb6d6157b4e47
diff --git a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild
new file mode 100644
index 000000000000..c116831c1fff
--- /dev/null
+++ b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.990.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=0.99
+inherit perl-module
+
+DESCRIPTION="XML::LibXML based XML::Simple clone"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+RDEPEND="
+ 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
+ )
+"