summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-06 13:53:22 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-06 14:06:49 +0200
commit5f79c8bca5b42a4f8e0705e7ec5672d7b85a8909 (patch)
treef4f7090c2c877932caae6cc710afaf3155f8b6ab /dev-perl/XML-LibXML-Iterator
parentapp-editors/nano: Removed old (diff)
downloadgentoo-5f79c8bca5b42a4f8e0705e7ec5672d7b85a8909.tar.gz
gentoo-5f79c8bca5b42a4f8e0705e7ec5672d7b85a8909.tar.bz2
gentoo-5f79c8bca5b42a4f8e0705e7ec5672d7b85a8909.zip
dev-perl/XML-LibXML-Iterator: Version bump 1.06
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/XML-LibXML-Iterator')
-rw-r--r--dev-perl/XML-LibXML-Iterator/Manifest1
-rw-r--r--dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.60.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/XML-LibXML-Iterator/Manifest b/dev-perl/XML-LibXML-Iterator/Manifest
index 2816ad9526fc..2797b2f95bec 100644
--- a/dev-perl/XML-LibXML-Iterator/Manifest
+++ b/dev-perl/XML-LibXML-Iterator/Manifest
@@ -1 +1,2 @@
DIST XML-LibXML-Iterator-1.04.tar.gz 8209 BLAKE2B 7ba96bc2f96e84ededbf2bf1a56ceb5136552c3c7ed3397f6c5d31fbd9a25a151f8331e9a36a259d2560b8d78e7f8d45e137de944ac090e4ba991c8be39768ac SHA512 34e2c5d57853d34e592126c4d0c281c7975bfced4a81972f0023c3a40a782a9d95483dba78ad77406521850a977ef6a0412a98c1d43a7069b940b333cdf0e935
+DIST XML-LibXML-Iterator-1.06.tar.gz 18753 BLAKE2B 4aa143e980a08acd3d50fdeb3e4deabec64d893655fdbfb1ceea6307756efa905049ed526761914495fea125f2eb9cc709e08aecdae9daeb1c7deaf5f48da54c SHA512 d0f8cd36a7bbac78da40cd4da85f44cdfae7f9552f13effe1f69df859e4da7af48c2eae131b42532cc13b3ef3f2e560d889288b1449ab1452d453ff255dfb875
diff --git a/dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.60.0.ebuild b/dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.60.0.ebuild
new file mode 100644
index 000000000000..b80e9bafcd19
--- /dev/null
+++ b/dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.60.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=1.06
+inherit perl-module
+
+DESCRIPTION="Iterator class for XML::LibXML parsed documents"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+ >=dev-perl/XML-LibXML-1.520.0
+ dev-perl/XML-NodeFilter
+"
+BDEPEND="${DEPEND}
+ >=dev-perl/Module-Build-0.280.0
+"