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 1B20A139337 for ; Wed, 28 Jul 2021 23:02:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51CB9E08C3; Wed, 28 Jul 2021 23:02:57 +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 3994EE08C3 for ; Wed, 28 Jul 2021 23:02:57 +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 EDC32340D5C for ; Wed, 28 Jul 2021 23:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C025737 for ; Wed, 28 Jul 2021 23:02:54 +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: <1627513055.aa0136d87354be1f19c0e36a97c49ffe3e1d85e7.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL-Graphics-Gnuplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PDL-Graphics-Gnuplot/Manifest dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.16.0.ebuild X-VCS-Directories: dev-perl/PDL-Graphics-Gnuplot/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: aa0136d87354be1f19c0e36a97c49ffe3e1d85e7 X-VCS-Branch: master Date: Wed, 28 Jul 2021 23:02:54 +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: c47c117c-79fc-41d6-8860-ab24d3d6afde X-Archives-Hash: b6ebdf381a4a7c17f7cfdc51e4a6a5b3 commit: aa0136d87354be1f19c0e36a97c49ffe3e1d85e7 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Jul 28 22:57:35 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Jul 28 22:57:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0136d8 dev-perl/PDL-Graphics-Gnuplot: Remove old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/PDL-Graphics-Gnuplot/Manifest | 1 - .../PDL-Graphics-Gnuplot-2.16.0.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/dev-perl/PDL-Graphics-Gnuplot/Manifest b/dev-perl/PDL-Graphics-Gnuplot/Manifest index b045f7a5f8a..6a5625493b0 100644 --- a/dev-perl/PDL-Graphics-Gnuplot/Manifest +++ b/dev-perl/PDL-Graphics-Gnuplot/Manifest @@ -1,2 +1 @@ -DIST PDL-Graphics-Gnuplot-2.016.tar.gz 149882 BLAKE2B 2c2359d65643f72fac1249650be8343786415a72fd074ab426211e1fc933ce6a02ce789b93820c2a41a687d429b264ff743a3aa39e3df12c1a66de47115167f7 SHA512 3e82a8a10b7b48567e0746238c4b718e491f39afb53b965ae72a4e2aa0567914856bf6343ba3d571fdb240d284fc95570c51c4042d9bbc0e5de8aa6f7aaa21f2 DIST PDL-Graphics-Gnuplot-2.017.tar.gz 150197 BLAKE2B 22903f3d08a4d7268f3c024880ede8650f4e101c2ebab162ab0e2241f3a64b713fa740c212043332f981417686acd5478cd06b1bfdd6c6ac301372bdc8333407 SHA512 41aa5b5c6dcd77b6e6109971173f5c25d69b72fd01ef4d72f7c2d86c248a69ee63bb6f20420e766778b29124a5a0ebd1d964d49c4d802d502b4a0bbb1765b8f9 diff --git a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.16.0.ebuild b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.16.0.ebuild deleted file mode 100644 index f0f84e9eb34..00000000000 --- a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.16.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_VERSION=2.016 -DIST_AUTHOR=ETJ -inherit perl-module - -DESCRIPTION="Gnuplot-based plotting for PDL" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-perl/Alien-Gnuplot - virtual/perl-IO - dev-perl/IPC-Run - virtual/perl-Scalar-List-Utils - dev-perl/PDL - dev-perl/PDL-Transform-Color - dev-perl/Safe-Isa - virtual/perl-Storable - virtual/perl-Time-HiRes - || ( sci-visualization/gnuplot[X] sci-visualization/gnuplot[qt4(-)] ) -" -BDEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.480.0 - test? ( virtual/perl-Test-Simple ) -"