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 0BCBE1382C5 for ; Thu, 3 Jun 2021 19:20:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26ADDE0878; Thu, 3 Jun 2021 19:20:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C04C9E0878 for ; Thu, 3 Jun 2021 19:20:04 +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 F302E33BE65 for ; Thu, 3 Jun 2021 19:20:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33EA579F for ; Thu, 3 Jun 2021 19:20:01 +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: <1622747987.184fe5e16c92aa37856033ec0a79b34bd016ed23.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-r1.ebuild X-VCS-Directories: dev-perl/GD-Graph3d/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 184fe5e16c92aa37856033ec0a79b34bd016ed23 X-VCS-Branch: master Date: Thu, 3 Jun 2021 19:20:01 +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: beefc28b-6df1-41f5-832f-86f078d08960 X-Archives-Hash: 94d221f7dacbba1ca9211c0de06fa54b commit: 184fe5e16c92aa37856033ec0a79b34bd016ed23 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jun 3 19:18:06 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Jun 3 19:19:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184fe5e1 dev-perl/GD-Graph3d: Remove old Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r1.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r1.ebuild b/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r1.ebuild deleted file mode 100644 index eed218eb4c4..00000000000 --- a/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=WADG -MODULE_VERSION=0.63 -inherit perl-module - -DESCRIPTION="Create 3D Graphs with GD and GD::Graph" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" -IUSE="" - -RDEPEND=">=dev-perl/GD-1.18 - >=dev-perl/GDGraph-1.30 - dev-perl/GDTextUtil" -DEPEND="${RDEPEND}"