Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart/
Date: Fri, 22 May 2020 16:04:48
Message-Id: 1590163058.01dd0b293873d732f079c353d55c5cf8c1a8addb.kentnl@gentoo
1 commit: 01dd0b293873d732f079c353d55c5cf8c1a8addb
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 22 15:05:49 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri May 22 15:57:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01dd0b29
7
8 dev-perl/Chart: -r bump for EAPI7 + license fixes
9
10 - EAPI7
11 - Rectify license mess as much as possible
12
13 Bug: https://bugs.gentoo.org/724570
14 Package-Manager: Portage-2.3.99, Repoman-2.3.22
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 dev-perl/Chart/Chart-2.4.10-r1.ebuild | 24 ++++++++++++++++++++++++
18 1 file changed, 24 insertions(+)
19
20 diff --git a/dev-perl/Chart/Chart-2.4.10-r1.ebuild b/dev-perl/Chart/Chart-2.4.10-r1.ebuild
21 new file mode 100644
22 index 00000000000..75caa8c9199
23 --- /dev/null
24 +++ b/dev-perl/Chart/Chart-2.4.10-r1.ebuild
25 @@ -0,0 +1,24 @@
26 +# Copyright 1999-2020 Gentoo Authors
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=7
30 +
31 +DIST_AUTHOR=CHARTGRP
32 +DIST_VERSION=2.4.10
33 +inherit perl-module
34 +
35 +DESCRIPTION="The Perl Chart Module"
36 +# bundles lots of things in jquery.js
37 +# https://bugs.gentoo.org/724570
38 +LICENSE="|| ( Artistic GPL-1+ ) || ( MIT ( GPL-1 GPL-2 ) )"
39 +SLOT="0"
40 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
41 +IUSE="test"
42 +RESTRICT="!test? ( test )"
43 +
44 +RDEPEND=">=dev-perl/GD-2.0.36"
45 +BDEPEND="${RDEPEND}
46 + test? (
47 + dev-perl/GD[png,jpeg]
48 + )
49 +"