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/Fatal-Exception/
Date: Wed, 27 Oct 2021 21:52:06
Message-Id: 1635371482.46bc3e69345987985dedefd92f33e90dd64e4e92.dilfridge@gentoo
1 commit: 46bc3e69345987985dedefd92f33e90dd64e4e92
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 21:17:26 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 21:51:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46bc3e69
7
8 dev-perl/Fatal-Exception: 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 ....0-r2.ebuild => Fatal-Exception-0.50.0-r3.ebuild} | 20 +++++++++++---------
14 1 file changed, 11 insertions(+), 9 deletions(-)
15
16 diff --git a/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r3.ebuild
17 similarity index 50%
18 rename from dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild
19 rename to dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r3.ebuild
20 index ce270094eac..db25bba018a 100644
21 --- a/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild
22 +++ b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r3.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2019 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=DEXTER
32 DIST_VERSION=0.05
33 @@ -11,13 +11,15 @@ DESCRIPTION="Succeed or throw exception"
34
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 -RDEPEND="dev-perl/Exception-Died
41 - >=dev-perl/Exception-Base-0.22.01"
42 -DEPEND="${RDEPEND}
43 +RDEPEND="
44 + dev-perl/Exception-Died
45 + >=dev-perl/Exception-Base-0.22.01
46 +"
47 +BDEPEND="${RDEPEND}
48 dev-perl/Module-Build
49 - test? ( >=dev-perl/Test-Unit-Lite-0.12
50 + test? (
51 + >=dev-perl/Test-Unit-Lite-0.12
52 dev-perl/Test-Assert
53 - dev-perl/Exception-Warning )"
54 + dev-perl/Exception-Warning )
55 +"