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/File-ShareDir-ProjectDistDir/
Date: Fri, 29 Oct 2021 19:52:22
Message-Id: 1635537086.a83c8695ff8458465d6a8aae1c7403c783a9897b.dilfridge@gentoo
1 commit: a83c8695ff8458465d6a8aae1c7403c783a9897b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 18:51:38 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 19:51:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83c8695
7
8 dev-perl/File-ShareDir-ProjectDistDir: 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 ...1.0.9.ebuild => File-ShareDir-ProjectDistDir-1.0.9-r1.ebuild} | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9.ebuild b/dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9-r1.ebuild
17 similarity index 87%
18 rename from dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9.ebuild
19 rename to dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9-r1.ebuild
20 index 89d299783aa..9aafb2cdc76 100644
21 --- a/dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9.ebuild
22 +++ b/dev-perl/File-ShareDir-ProjectDistDir/File-ShareDir-ProjectDistDir-1.0.9-r1.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=KENTNL
32 DIST_VERSION=1.000009
33 @@ -10,8 +10,7 @@ inherit perl-module
34 DESCRIPTION="Simple set-and-forget using of a '/share' directory in your projects root"
35 SLOT="0"
36 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
37 -IUSE="test minimal"
38 -RESTRICT="!test? ( test )"
39 +IUSE="minimal"
40
41 RDEPEND="
42 !minimal? ( >=dev-perl/Path-Tiny-0.58.0 )
43 @@ -22,7 +21,7 @@ RDEPEND="
44 dev-perl/Path-Tiny
45 dev-perl/Sub-Exporter
46 "
47 -DEPEND="${RDEPEND}
48 +BDEPEND="${RDEPEND}
49 virtual/perl-ExtUtils-MakeMaker
50 !minimal? ( >=virtual/perl-ExtUtils-MakeMaker-7.0.0 )
51 test? (