From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16AB81382C5 for ; Fri, 22 May 2020 16:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AA92E089C; Fri, 22 May 2020 16:04:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5A3BE089C for ; Fri, 22 May 2020 16:04:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8D4534F2AB for ; Fri, 22 May 2020 16:04:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A28A9232 for ; Fri, 22 May 2020 16:04:42 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1590163058.01dd0b293873d732f079c353d55c5cf8c1a8addb.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Chart/Chart-2.4.10-r1.ebuild X-VCS-Directories: dev-perl/Chart/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 01dd0b293873d732f079c353d55c5cf8c1a8addb X-VCS-Branch: master Date: Fri, 22 May 2020 16:04:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 75ec58b6-e919-4c5f-a7f9-3d359d8ef2dc X-Archives-Hash: fe5a560578744b5cfaaef9ff6c07ac2b commit: 01dd0b293873d732f079c353d55c5cf8c1a8addb Author: Kent Fredric gentoo org> AuthorDate: Fri May 22 15:05:49 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri May 22 15:57:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01dd0b29 dev-perl/Chart: -r bump for EAPI7 + license fixes - EAPI7 - Rectify license mess as much as possible Bug: https://bugs.gentoo.org/724570 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Chart/Chart-2.4.10-r1.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-perl/Chart/Chart-2.4.10-r1.ebuild b/dev-perl/Chart/Chart-2.4.10-r1.ebuild new file mode 100644 index 00000000000..75caa8c9199 --- /dev/null +++ b/dev-perl/Chart/Chart-2.4.10-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=CHARTGRP +DIST_VERSION=2.4.10 +inherit perl-module + +DESCRIPTION="The Perl Chart Module" +# bundles lots of things in jquery.js +# https://bugs.gentoo.org/724570 +LICENSE="|| ( Artistic GPL-1+ ) || ( MIT ( GPL-1 GPL-2 ) )" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=">=dev-perl/GD-2.0.36" +BDEPEND="${RDEPEND} + test? ( + dev-perl/GD[png,jpeg] + ) +"