diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-19 21:34:52 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-19 21:55:49 +0200 |
commit | 9f693cdd29829431b7a3712dfd9a62f2a68060da (patch) | |
tree | 441b97f275a21ddb0b80153bc67c22cd929e352c /dev-perl/Ima-DBI | |
parent | dev-perl/HTTP-Response-Encoding: EAPI=8 bump (diff) | |
download | gentoo-9f693cdd29829431b7a3712dfd9a62f2a68060da.tar.gz gentoo-9f693cdd29829431b7a3712dfd9a62f2a68060da.tar.bz2 gentoo-9f693cdd29829431b7a3712dfd9a62f2a68060da.zip |
dev-perl/Ima-DBI: EAPI=7 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Ima-DBI')
-rw-r--r-- | dev-perl/Ima-DBI/Ima-DBI-0.350.0-r2.ebuild (renamed from dev-perl/Ima-DBI/Ima-DBI-0.350.0-r1.ebuild) | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/dev-perl/Ima-DBI/Ima-DBI-0.350.0-r1.ebuild b/dev-perl/Ima-DBI/Ima-DBI-0.350.0-r2.ebuild index 8dd72ca0a5b2..8c14ec1a20ea 100644 --- a/dev-perl/Ima-DBI/Ima-DBI-0.350.0-r1.ebuild +++ b/dev-perl/Ima-DBI/Ima-DBI-0.350.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -MODULE_AUTHOR=PERRIN -MODULE_VERSION=0.35 +DIST_AUTHOR=PERRIN +DIST_VERSION=0.35 inherit perl-module DESCRIPTION="Add contextual fetches to DBI" @@ -13,11 +13,13 @@ SLOT="0" KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86 ~x86-solaris" IUSE="" -RDEPEND="dev-perl/DBI +RDEPEND=" + dev-perl/DBI dev-perl/Class-WhiteHole dev-perl/DBIx-ContextualFetch virtual/perl-Test-Simple - >=dev-perl/Class-Data-Inheritable-0.02" -DEPEND="${RDEPEND}" + >=dev-perl/Class-Data-Inheritable-0.02 +" +BDEPEND="${RDEPEND}" -SRC_TEST="do" +PERL_RM_FILES=( t/pod-coverage.t ) |