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 1A97E1382C5 for ; Thu, 3 Jun 2021 19:20:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A807E08F1; Thu, 3 Jun 2021 19:20:06 +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 23EA7E08F1 for ; Thu, 3 Jun 2021 19:20:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 96AE833BECE for ; Thu, 3 Jun 2021 19:20:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FCDB79C 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: <1622747984.5fe03dd31d943b78d41238a869652f987400f9f4.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/GDGraph/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/GDGraph/GDGraph-1.490.0.ebuild dev-perl/GDGraph/GDGraph-1.510.0.ebuild dev-perl/GDGraph/GDGraph-1.520.0.ebuild dev-perl/GDGraph/Manifest X-VCS-Directories: dev-perl/GDGraph/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 5fe03dd31d943b78d41238a869652f987400f9f4 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: 06a26d86-992c-4352-839c-78e7ceb00f72 X-Archives-Hash: b12fe244d0b1364aa7686078583a2dab commit: 5fe03dd31d943b78d41238a869652f987400f9f4 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jun 3 19:17:26 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Jun 3 19:19:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe03dd3 dev-perl/GDGraph: Remove old Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/GDGraph/GDGraph-1.490.0.ebuild | 19 ------------------- dev-perl/GDGraph/GDGraph-1.510.0.ebuild | 29 ----------------------------- dev-perl/GDGraph/GDGraph-1.520.0.ebuild | 29 ----------------------------- dev-perl/GDGraph/Manifest | 3 --- 4 files changed, 80 deletions(-) diff --git a/dev-perl/GDGraph/GDGraph-1.490.0.ebuild b/dev-perl/GDGraph/GDGraph-1.490.0.ebuild deleted file mode 100644 index 8b6ddb3d4c8..00000000000 --- a/dev-perl/GDGraph/GDGraph-1.490.0.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=RUZ -MODULE_VERSION=1.49 -inherit perl-module - -DESCRIPTION="Perl5 module to create charts using the GD module" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" -IUSE="" - -RDEPEND="dev-perl/GDTextUtil - dev-perl/GD - media-libs/gd" -DEPEND="${RDEPEND}" diff --git a/dev-perl/GDGraph/GDGraph-1.510.0.ebuild b/dev-perl/GDGraph/GDGraph-1.510.0.ebuild deleted file mode 100644 index 1154f99a554..00000000000 --- a/dev-perl/GDGraph/GDGraph-1.510.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=RUZ -DIST_VERSION=1.51 -inherit perl-module - -DESCRIPTION="Perl5 module to create charts using the GD module" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-perl/GD-1.180.0 - >=dev-perl/GDTextUtil-0.800.0 - media-libs/gd -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.640.0 - test? ( - >=dev-perl/Capture-Tiny-0.300.0 - >=dev-perl/Test-Exception-0.400.0 - >=virtual/perl-Test-Simple-0.880.0 - ) -" diff --git a/dev-perl/GDGraph/GDGraph-1.520.0.ebuild b/dev-perl/GDGraph/GDGraph-1.520.0.ebuild deleted file mode 100644 index 720c67c5fe7..00000000000 --- a/dev-perl/GDGraph/GDGraph-1.520.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=RUZ -DIST_VERSION=1.52 -inherit perl-module - -DESCRIPTION="Perl5 module to create charts using the GD module" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-perl/GD-1.180.0 - >=dev-perl/GDTextUtil-0.800.0 - media-libs/gd -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.640.0 - test? ( - >=dev-perl/Capture-Tiny-0.300.0 - >=dev-perl/Test-Exception-0.400.0 - >=virtual/perl-Test-Simple-0.880.0 - ) -" diff --git a/dev-perl/GDGraph/Manifest b/dev-perl/GDGraph/Manifest index 71b80dfc156..67da43196bc 100644 --- a/dev-perl/GDGraph/Manifest +++ b/dev-perl/GDGraph/Manifest @@ -1,4 +1 @@ -DIST GDGraph-1.49.tar.gz 155643 BLAKE2B da76c442d51713b8839ee89c22734345730121f698f4ed45cc3cc5f5ec6a09f409dc2744cccc8979ac003b5aa6bca922a73ba22af8a8fc22d966e4f7a852a002 SHA512 720cc51dda41963be087bb39418642f75dade1bbab54cd4d788c18c9328f3fbd6a5c0f73027bb0be64d44cd94b0c5f2d67c48d4b0c3c34736ac8f7bc8cba95ab -DIST GDGraph-1.51.tar.gz 156175 BLAKE2B d2cee141c9702c7584a90bf652f47670d5492ac8836c1c9d229010084ab606caba7cc12f0578e1b89b9b8f7c9b22a3f28d9c222777ed4a3df73576cb0857acad SHA512 c9cafdc90905fea8689cac32d0429ae987a933ae090de9894c9f70668db5c636e9363e76a656898df667dd0b0b4f593a64f3327f0b8a9738f74cd2cd937005e0 -DIST GDGraph-1.52.tar.gz 156349 BLAKE2B 93eefa2a1c342e0e8822bc3bd49837b9a5a882f15085aaf1888511631d064d5c6069b4c95ea11fa519edc3fb061dfe4a4e1dbf2d07cf4db1eba7dd20fe1bedb5 SHA512 9a213a5fb44608f3984ed763659fb0cb631bdbc34e89683eb3d4cb776de7fdd1cf4c9e339cf02e0035d4978bfd0d82723e1576c40720af917f50bb0363fd26e0 DIST GDGraph-1.54.tar.gz 157158 BLAKE2B d427f135998c8e60e62ea0e94d1a8c2c48756fdd3d7fe2ab230f342657a684cacc3b3a9633cfdac16a5e65d01e2093043b5d8d4050082821e95b30ababc545e4 SHA512 0dd0da5fa0e879cf2addcbfdd02ee8e9e6af715b88b451dc29fe5028f30d7ba7fa0e126d07e7bb4f9a63e40b3be95a9cc0f6c061ea8644ba0ee7fdd2a7964fce