commit: 05f6b679241caf3b470dda18503fa1452c28981d Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Nov 4 17:39:12 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Nov 4 17:44:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f6b679
perl-core/Module-Loaded: EAPI=7 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> ...Loaded-0.80.0-r1.ebuild => Module-Loaded-0.80.0-r2.ebuild} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/perl-core/Module-Loaded/Module-Loaded-0.80.0-r1.ebuild b/perl-core/Module-Loaded/Module-Loaded-0.80.0-r2.ebuild similarity index 71% rename from perl-core/Module-Loaded/Module-Loaded-0.80.0-r1.ebuild rename to perl-core/Module-Loaded/Module-Loaded-0.80.0-r2.ebuild index 01eb321c0ec..fcf2ae74a46 100644 --- a/perl-core/Module-Loaded/Module-Loaded-0.80.0-r1.ebuild +++ b/perl-core/Module-Loaded/Module-Loaded-0.80.0-r2.ebuild @@ -1,16 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -MODULE_AUTHOR=BINGOS -MODULE_VERSION=0.08 +DIST_AUTHOR=BINGOS +DIST_VERSION=0.08 inherit perl-module DESCRIPTION="Mark modules as loaded or unloaded" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux" -IUSE="" - -SRC_TEST=do
