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/Try-Tiny/
Date: Wed, 29 Sep 2021 20:03:11
Message-Id: 1632945777.7d0244f3278701165b78ee459ce3713b8971933f.dilfridge@gentoo
1 commit: 7d0244f3278701165b78ee459ce3713b8971933f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 29 20:02:29 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 29 20:02:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0244f3
7
8 dev-perl/Try-Tiny: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../{Try-Tiny-0.300.0.ebuild => Try-Tiny-0.300.0-r1.ebuild} | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.300.0.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.300.0-r1.ebuild
17 similarity index 92%
18 rename from dev-perl/Try-Tiny/Try-Tiny-0.300.0.ebuild
19 rename to dev-perl/Try-Tiny/Try-Tiny-0.300.0-r1.ebuild
20 index 527071bca29..fde11c5992e 100644
21 --- a/dev-perl/Try-Tiny/Try-Tiny-0.300.0.ebuild
22 +++ b/dev-perl/Try-Tiny/Try-Tiny-0.300.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=ETHER
31 DIST_VERSION=0.30
32 @@ -12,8 +12,7 @@ DESCRIPTION="Minimal try/catch with proper localization of \$@"
33 LICENSE="MIT"
34 SLOT="0"
35 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 -IUSE="test minimal"
37 -RESTRICT="!test? ( test )"
38 +IUSE="minimal"
39
40 RDEPEND="
41 !<=dev-perl/Try-Tiny-Except-0.10.0
42 @@ -23,7 +22,7 @@ RDEPEND="
43 virtual/perl-Carp
44 >=virtual/perl-Exporter-5.570.0
45 "
46 -DEPEND="${RDEPEND}
47 +BDEPEND="${RDEPEND}
48 virtual/perl-ExtUtils-MakeMaker
49 test? (
50 !minimal? (