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/GraphViz/
Date: Sun, 31 Oct 2021 00:21:01
Message-Id: 1635639621.9e452a08a06d3d7d251c0c4f940e919d1f95f265.dilfridge@gentoo
1 commit: 9e452a08a06d3d7d251c0c4f940e919d1f95f265
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 00:06:30 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 00:20:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e452a08
7
8 dev-perl/GraphViz: 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 .../{GraphViz-2.240.0.ebuild => GraphViz-2.240.0-r1.ebuild} | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/GraphViz/GraphViz-2.240.0.ebuild b/dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild
17 similarity index 86%
18 rename from dev-perl/GraphViz/GraphViz-2.240.0.ebuild
19 rename to dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild
20 index 17208e3eb2d..48d36341735 100644
21 --- a/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
22 +++ b/dev-perl/GraphViz/GraphViz-2.240.0-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_A_EXT=tgz
32 DIST_AUTHOR=RSAVAGE
33 @@ -13,8 +13,6 @@ DESCRIPTION="Interface to AT&T's GraphViz"
34
35 SLOT="0"
36 KEYWORDS="amd64 ~arm x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 media-gfx/graphviz
42 @@ -28,7 +26,7 @@ RDEPEND="
43 >=dev-perl/XML-Twig-3.520.0
44 >=dev-perl/XML-XPath-1.130.0
45 "
46 -DEPEND="${RDEPEND}
47 +BDEPEND="${RDEPEND}
48 virtual/perl-ExtUtils-MakeMaker
49 dev-perl/File-Which
50 test? (