Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-POP3Client/
Date: Tue, 29 Jun 2021 22:07:07
Message-Id: 1625004410.79617e5cbff934b7b0cb181bd888bb8fd6c50030.dilfridge@gentoo
1 commit: 79617e5cbff934b7b0cb181bd888bb8fd6c50030
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 29 22:03:52 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 29 22:06:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79617e5c
7
8 dev-perl/Mail-POP3Client: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...lient-2.190.0.ebuild => Mail-POP3Client-2.190.0-r1.ebuild} | 11 ++++-------
14 1 file changed, 4 insertions(+), 7 deletions(-)
15
16 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
17 similarity index 64%
18 rename from dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0.ebuild
19 rename to dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0-r1.ebuild
20 index a5bba25e447..b5f28353a01 100644
21 --- a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0.ebuild
22 +++ b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0-r1.ebuild
23 @@ -1,16 +1,13 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=8
30
31 -MODULE_AUTHOR=SDOWD
32 -MODULE_VERSION=2.19
33 +DIST_AUTHOR=SDOWD
34 +DIST_VERSION=2.19
35 inherit perl-module
36
37 DESCRIPTION="POP3 client module for Perl"
38
39 SLOT="0"
40 KEYWORDS="~alpha amd64 arm ~hppa ppc ~ppc64 x86"
41 -IUSE=""
42 -
43 -SRC_TEST="do"