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-Zilla-Plugin-AuthorsFromGit/
Date: Sat, 23 Oct 2021 15:01:12
Message-Id: 1635001247.eaa00000b19a9570c715a0b3d4f66831f99e52e9.dilfridge@gentoo
1 commit: eaa00000b19a9570c715a0b3d4f66831f99e52e9
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 23 14:32:36 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 23 15:00:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa00000
7
8 dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: 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.6.0.ebuild => Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild} | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild
17 similarity index 93%
18 rename from dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild
19 rename to dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild
20 index 7f57d64a6bb..74c8f9dceab 100644
21 --- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild
22 +++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.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=AKHUETTEL
31 DIST_VERSION=0.006
32 @@ -11,7 +11,6 @@ DESCRIPTION="Add per-file per-year copyright information"
33
34 SLOT="0"
35 KEYWORDS="amd64 ~x86"
36 -IUSE=""
37
38 RDEPEND="
39 dev-perl/DateTime
40 @@ -23,6 +22,6 @@ RDEPEND="
41 dev-perl/Pod-Weaver
42 dev-perl/namespace-autoclean
43 "
44 -DEPEND="${RDEPEND}
45 +BDEPEND="${RDEPEND}
46 virtual/perl-ExtUtils-MakeMaker
47 "