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/Dist-CheckConflicts/
Date: Sat, 23 Oct 2021 15:01:10
Message-Id: 1635001234.30174e5638deab1ad6006433186b36415003ae13.dilfridge@gentoo
1 commit: 30174e5638deab1ad6006433186b36415003ae13
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 23 14:19:57 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 23 15:00:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30174e56
7
8 dev-perl/Dist-CheckConflicts: 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 ...icts-0.110.0.ebuild => Dist-CheckConflicts-0.110.0-r1.ebuild} | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0-r1.ebuild
17 similarity index 90%
18 rename from dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
19 rename to dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0-r1.ebuild
20 index e7bdbcf5bcd..22f1e976e76 100644
21 --- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild
22 +++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 DIST_AUTHOR=DOY
31 DIST_VERSION=0.11
32 @@ -11,19 +11,18 @@ DESCRIPTION="Declare version conflicts for your dist"
33
34 SLOT="0"
35 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38
39 RDEPEND="
40 virtual/perl-Carp
41 virtual/perl-Exporter
42 >=dev-perl/Module-Runtime-0.9.0
43 "
44 -DEPEND="${RDEPEND}
45 +BDEPEND="${RDEPEND}
46 >=virtual/perl-ExtUtils-MakeMaker-6.300.0
47 test? (
48 virtual/perl-File-Spec
49 virtual/perl-IO
50 dev-perl/Test-Fatal
51 >=virtual/perl-Test-Simple-0.88
52 - )"
53 + )
54 +"