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/Net-SMTP-TLS-ButMaintained/
Date: Fri, 16 Jul 2021 18:00:08
Message-Id: 1626458377.4434042a03bddc9144f522507ce33a9320f67c0b.dilfridge@gentoo
1 commit: 4434042a03bddc9144f522507ce33a9320f67c0b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 17:46:34 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 17:59:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4434042a
7
8 dev-perl/Net-SMTP-TLS-ButMaintained: 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 ....ebuild => Net-SMTP-TLS-ButMaintained-0.240.0-r2.ebuild} | 13 +++++--------
14 1 file changed, 5 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.240.0-r1.ebuild b/dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.240.0-r2.ebuild
17 similarity index 74%
18 rename from dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.240.0-r1.ebuild
19 rename to dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.240.0-r2.ebuild
20 index d509cc994ed..254ca6deef6 100644
21 --- a/dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.240.0-r1.ebuild
22 +++ b/dev-perl/Net-SMTP-TLS-ButMaintained/Net-SMTP-TLS-ButMaintained-0.240.0-r2.ebuild
23 @@ -1,17 +1,16 @@
24 -# Copyright 1999-2014 Gentoo Foundation
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=FAYLAND
32 -MODULE_VERSION=0.24
33 +DIST_AUTHOR=FAYLAND
34 +DIST_VERSION=0.24
35 inherit perl-module
36
37 DESCRIPTION="An SMTP client supporting TLS and AUTH"
38
39 SLOT="0"
40 KEYWORDS="~amd64 ~x86"
41 -IUSE=""
42
43 RDEPEND="
44 virtual/perl-IO
45 @@ -21,8 +20,6 @@ RDEPEND="
46 virtual/perl-MIME-Base64
47 dev-perl/Digest-HMAC
48 "
49 -DEPEND="${RDEPEND}
50 +BDEPEND="${RDEPEND}
51 >=virtual/perl-ExtUtils-MakeMaker-6.300.0
52 "
53 -
54 -SRC_TEST=do