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/GDGraph/
Date: Sat, 30 Oct 2021 15:13:15
Message-Id: 1635606756.719ee096cb71ad024bc1e7cb480b02447741ea91.dilfridge@gentoo
1 commit: 719ee096cb71ad024bc1e7cb480b02447741ea91
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 14:59:21 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 15:12:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719ee096
7
8 dev-perl/GDGraph: 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 .../GDGraph/{GDGraph-1.540.0.ebuild => GDGraph-1.540.0-r1.ebuild} | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-perl/GDGraph/GDGraph-1.540.0.ebuild b/dev-perl/GDGraph/GDGraph-1.540.0-r1.ebuild
17 similarity index 92%
18 rename from dev-perl/GDGraph/GDGraph-1.540.0.ebuild
19 rename to dev-perl/GDGraph/GDGraph-1.540.0-r1.ebuild
20 index a7538523c9b..c0a6188f3c3 100644
21 --- a/dev-perl/GDGraph/GDGraph-1.540.0.ebuild
22 +++ b/dev-perl/GDGraph/GDGraph-1.540.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=RUZ
31 DIST_VERSION=1.54
32 @@ -11,8 +11,6 @@ DESCRIPTION="Perl5 module to create charts using the GD module"
33
34 SLOT="0"
35 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x86-solaris"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38
39 RDEPEND="
40 >=dev-perl/GD-1.180.0
41 @@ -20,6 +18,8 @@ RDEPEND="
42 media-libs/gd
43 "
44 DEPEND="${RDEPEND}
45 +"
46 +BDEPEND="${RDEPEND}
47 >=virtual/perl-ExtUtils-MakeMaker-6.760.0
48 test? (
49 >=dev-perl/Capture-Tiny-0.300.0