mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
@@ -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}
|
||||
"
|
||||
Reference in New Issue
Block a user