dev-perl/HTML-Template-Expr: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-11-01 18:50:37 +01:00
parent ec382152d4
commit fb4b9fce0d
No known key found for this signature in database
GPG Key ID: 4C49F79E54D0A206
2 changed files with 20 additions and 20 deletions

View File

@ -1,20 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=SAMTREGAR
MODULE_VERSION=0.07
inherit perl-module
DESCRIPTION="HTML::Template extension adding expression support"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-perl/HTML-Template-2.8
dev-perl/Parse-RecDescent"
DEPEND="${RDEPEND}"
SRC_TEST="do"

View File

@ -0,0 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=SAMTREGAR
DIST_VERSION=0.07
inherit perl-module
DESCRIPTION="HTML::Template extension adding expression support"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="
>=dev-perl/HTML-Template-2.800.0
dev-perl/Parse-RecDescent
"
BDEPEND="${RDEPEND}
"