diff options
author | 2021-10-06 13:53:22 +0200 | |
---|---|---|
committer | 2021-10-06 14:06:49 +0200 | |
commit | 5f79c8bca5b42a4f8e0705e7ec5672d7b85a8909 (patch) | |
tree | f4f7090c2c877932caae6cc710afaf3155f8b6ab /dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.60.0.ebuild | |
parent | app-editors/nano: Removed old (diff) | |
download | gentoo-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/XML-LibXML-Iterator-1.60.0.ebuild')
-rw-r--r-- | dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.60.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
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 +" |