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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F744158086 for ; Sat, 30 Oct 2021 15:13:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10130E07FA; Sat, 30 Oct 2021 15:13:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC9DCE07FA for ; Sat, 30 Oct 2021 15:13:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CE83343136 for ; Sat, 30 Oct 2021 15:13:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11EB9187 for ; Sat, 30 Oct 2021 15:13:12 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1635606759.2f4ec1da21d3339826f7d995d206bc1e5bdace30.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/GD-Graph3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r2.ebuild dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r3.ebuild X-VCS-Directories: dev-perl/GD-Graph3d/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 2f4ec1da21d3339826f7d995d206bc1e5bdace30 X-VCS-Branch: master Date: Sat, 30 Oct 2021 15:13:12 +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: 908945c3-7fcc-4ba3-a254-7806336c2c34 X-Archives-Hash: 66cd3ef2391f5e41745a9980a21549c9 commit: 2f4ec1da21d3339826f7d995d206bc1e5bdace30 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Oct 30 15:00:39 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Oct 30 15:12:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4ec1da dev-perl/GD-Graph3d: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...ph3d-0.630.0-r2.ebuild => GD-Graph3d-0.630.0-r3.ebuild} | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r2.ebuild b/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r3.ebuild similarity index 73% rename from dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r2.ebuild rename to dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r3.ebuild index 6bf5ee315d6..e4526316264 100644 --- a/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r2.ebuild +++ b/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=WADG DIST_VERSION=0.63 @@ -11,9 +11,11 @@ DESCRIPTION="Create 3D Graphs with GD and GD::Graph" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x86-solaris" -IUSE="" -RDEPEND=">=dev-perl/GD-1.18 - >=dev-perl/GDGraph-1.30 - dev-perl/GDTextUtil" -DEPEND="${RDEPEND}" +RDEPEND=" + >=dev-perl/GD-1.180.0 + >=dev-perl/GDGraph-1.300.0 + dev-perl/GDTextUtil +" +BDEPEND="${RDEPEND} +"