dev-perl/XML-XUpdate-LibXML: EAPI=8 bump

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-10-07 22:57:17 +02:00
parent 75f48124ae
commit d6c1a2d9d3
2 changed files with 18 additions and 20 deletions

View File

@@ -1,20 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit perl-module
DESCRIPTION="Process XUpdate commands over an XML document"
SRC_URI="mirror://cpan/authors/id/P/PA/PAJAS/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~pajas/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86"
IUSE=""
SRC_TEST="do"
DEPEND=">=dev-perl/XML-LibXML-1.61
dev-perl/XML-LibXML-Iterator"

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=PAJAS
inherit perl-module
DESCRIPTION="Process XUpdate commands over an XML document"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86"
RDEPEND="
>=dev-perl/XML-LibXML-1.610.0
dev-perl/XML-LibXML-Iterator
"
BDEPEND="${RDEPEND}
"