commit: 79617e5cbff934b7b0cb181bd888bb8fd6c50030 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Jun 29 22:03:52 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Jun 29 22:06:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79617e5c
dev-perl/Mail-POP3Client: EAPI=8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> ...lient-2.190.0.ebuild => Mail-POP3Client-2.190.0-r1.ebuild} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0.ebuild b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0-r1.ebuild similarity index 64% rename from dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0.ebuild rename to dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0-r1.ebuild index a5bba25e447..b5f28353a01 100644 --- a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0.ebuild +++ b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0-r1.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=8 -MODULE_AUTHOR=SDOWD -MODULE_VERSION=2.19 +DIST_AUTHOR=SDOWD +DIST_VERSION=2.19 inherit perl-module DESCRIPTION="POP3 client module for Perl" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ppc ~ppc64 x86" -IUSE="" - -SRC_TEST="do"
