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/News-Newsrc/
Date: Sun, 18 Jul 2021 23:44:44
Message-Id: 1626651843.b0c95314466a9ac8e4eea2d24011f7d8b3631cfd.dilfridge@gentoo
1 commit: b0c95314466a9ac8e4eea2d24011f7d8b3631cfd
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 18 23:28:01 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 23:44:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c95314
7
8 dev-perl/News-Newsrc: 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 ...ws-Newsrc-1.110.0.ebuild => News-Newsrc-1.110.0-r1.ebuild} | 11 ++++++-----
14 1 file changed, 6 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/News-Newsrc/News-Newsrc-1.110.0.ebuild b/dev-perl/News-Newsrc/News-Newsrc-1.110.0-r1.ebuild
17 similarity index 68%
18 rename from dev-perl/News-Newsrc/News-Newsrc-1.110.0.ebuild
19 rename to dev-perl/News-Newsrc/News-Newsrc-1.110.0-r1.ebuild
20 index 9bacf0db44b..274fd25424b 100644
21 --- a/dev-perl/News-Newsrc/News-Newsrc-1.110.0.ebuild
22 +++ b/dev-perl/News-Newsrc/News-Newsrc-1.110.0-r1.ebuild
23 @@ -1,7 +1,7 @@
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=6
29 +EAPI=8
30
31 DIST_AUTHOR=SWMCD
32 DIST_VERSION=1.11
33 @@ -11,9 +11,10 @@ DESCRIPTION="Manage newsrc files"
34
35 SLOT="0"
36 KEYWORDS="~alpha amd64 ~hppa ~ppc x86"
37 -IUSE=""
38
39 -RDEPEND=">=dev-perl/Set-IntSpan-1.70.0"
40 -DEPEND="${RDEPEND}
41 +RDEPEND="
42 + >=dev-perl/Set-IntSpan-1.70.0
43 +"
44 +BDEPEND="${RDEPEND}
45 virtual/perl-ExtUtils-MakeMaker
46 "