dev-perl/Test-Assert: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-08-14 21:28:51 +02:00
parent a4ade58334
commit ac89ecff8b
No known key found for this signature in database
GPG Key ID: 4C49F79E54D0A206
2 changed files with 25 additions and 25 deletions

View File

@ -1,25 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=DEXTER
MODULE_VERSION=0.0504
inherit perl-module
DESCRIPTION="Assertion methods for those who like JUnit"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-perl/constant-boolean
>=dev-perl/Exception-Base-0.22.01
dev-perl/Symbol-Util"
DEPEND="${RDEPEND}
dev-perl/Module-Build
dev-perl/Class-Inspector
virtual/perl-parent
>=dev-perl/Test-Unit-Lite-0.12"
SRC_TEST=do

View File

@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DEXTER
DIST_VERSION=0.0504
inherit perl-module
DESCRIPTION="Assertion methods for those who like JUnit"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-perl/constant-boolean-0.20.0
>=dev-perl/Exception-Base-0.210.0
>=dev-perl/Symbol-Util-0.20.200
"
BDEPEND="${RDEPEND}
dev-perl/Module-Build
dev-perl/Class-Inspector
virtual/perl-parent
>=dev-perl/Test-Unit-Lite-0.110.0
"