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/Growl-GNTP/
Date: Sun, 31 Oct 2021 00:21:01
Message-Id: 1635639624.8aee06dc553de91578e531981bad7306f41c8a8e.dilfridge@gentoo
1 commit: 8aee06dc553de91578e531981bad7306f41c8a8e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 00:07:43 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 00:20:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aee06dc
7
8 dev-perl/Growl-GNTP: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...owl-GNTP-0.210.0-r1.ebuild => Growl-GNTP-0.210.0-r2.ebuild} | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/Growl-GNTP/Growl-GNTP-0.210.0-r1.ebuild b/dev-perl/Growl-GNTP/Growl-GNTP-0.210.0-r2.ebuild
17 similarity index 84%
18 rename from dev-perl/Growl-GNTP/Growl-GNTP-0.210.0-r1.ebuild
19 rename to dev-perl/Growl-GNTP/Growl-GNTP-0.210.0-r2.ebuild
20 index 516737c38aa..a8616eeb881 100644
21 --- a/dev-perl/Growl-GNTP/Growl-GNTP-0.210.0-r1.ebuild
22 +++ b/dev-perl/Growl-GNTP/Growl-GNTP-0.210.0-r2.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=MATTN
32 DIST_VERSION=0.21
33 @@ -11,7 +11,6 @@ inherit perl-module
34 DESCRIPTION="Perl implementation of GNTP Protocol (Client Part)"
35 SLOT="0"
36 KEYWORDS="~amd64 x86"
37 -IUSE="examples"
38
39 RDEPEND="
40 examples? ( virtual/perl-Encode )
41 @@ -21,8 +20,9 @@ RDEPEND="
42 >=virtual/perl-Digest-SHA-5.450.0
43 virtual/perl-IO
44 "
45 -DEPEND="${RDEPEND}
46 - >=dev-perl/Module-Build-Tiny-0.35.0"
47 +BDEPEND="${RDEPEND}
48 + >=dev-perl/Module-Build-Tiny-0.35.0
49 +"
50
51 src_test() {
52 my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}