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/RRD-Simple/
Date: Sat, 16 Oct 2021 20:02:28
Message-Id: 1634414534.489a19c7054544d0fe9e9f1ba6c7e3fa9864834f.dilfridge@gentoo
1 commit: 489a19c7054544d0fe9e9f1ba6c7e3fa9864834f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 20:02:02 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 20:02:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489a19c7
7
8 dev-perl/RRD-Simple: Require rrdtool[graph]; EAPI=8
9
10 Closes: https://bugs.gentoo.org/737446
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 ...-Simple-1.440.0-r2.ebuild => RRD-Simple-1.440.0-r3.ebuild} | 11 +++++------
15 1 file changed, 5 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r2.ebuild b/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r3.ebuild
18 similarity index 79%
19 rename from dev-perl/RRD-Simple/RRD-Simple-1.440.0-r2.ebuild
20 rename to dev-perl/RRD-Simple/RRD-Simple-1.440.0-r3.ebuild
21 index 3ed385ff1ba..523c400fdd5 100644
22 --- a/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r2.ebuild
23 +++ b/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r3.ebuild
24 @@ -1,7 +1,7 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=6
30 +EAPI=8
31
32 DIST_AUTHOR=NICOLAW
33 DIST_VERSION=1.44
34 @@ -13,17 +13,16 @@ SRC_URI+=" https://dev.gentoo.org/~kentnl/distfiles/${PN}-${DIST_VERSION}-patche
35
36 SLOT="0"
37 KEYWORDS="~amd64"
38 -IUSE="test"
39 -RESTRICT="!test? ( test )"
40
41 RDEPEND="
42 - net-analyzer/rrdtool[perl]
43 + net-analyzer/rrdtool[graph,perl]
44 "
45 -DEPEND="
46 +BDEPEND="
47 ${RDEPEND}
48 dev-perl/Module-Build
49 test? (
50 >=dev-perl/Test-Deep-0.93.0
51 )
52 "
53 +
54 PATCHES=( "${WORKDIR}/patches" )