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 B72E1138334 for ; Sat, 21 Jul 2018 11:16:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 946D5E087D; Sat, 21 Jul 2018 11:16:12 +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 4A64CE087C for ; Sat, 21 Jul 2018 11:16:12 +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 D53D7335D11 for ; Sat, 21 Jul 2018 11:16:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9068379 for ; Sat, 21 Jul 2018 11:16:08 +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: <1532171738.7d57cc2ad88b9f9963accd5c7eaeeb5e40534b6b.kentnl@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/PDL-Graphics-Gnuplot-2.11.0.ebuild X-VCS-Directories: dev-perl/PDL-Graphics-Gnuplot/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7d57cc2ad88b9f9963accd5c7eaeeb5e40534b6b X-VCS-Branch: master Date: Sat, 21 Jul 2018 11:16:08 +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-Archives-Salt: 9b40cc59-53a6-4da9-bd2a-57796605c020 X-Archives-Hash: 55d3565959f5f4b805ae12422a309f1c commit: 7d57cc2ad88b9f9963accd5c7eaeeb5e40534b6b Author: Kent Fredric gentoo org> AuthorDate: Sat Jul 21 10:39:42 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jul 21 11:15:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d57cc2a dev-perl/PDL-Graphics-Gnuplot: Cleanup old version 2.11.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9 .../PDL-Graphics-Gnuplot-2.11.0.ebuild | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0.ebuild b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0.ebuild deleted file mode 100644 index a7c38c9b1ff..00000000000 --- a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_VERSION=2.011 -DIST_AUTHOR=ZOWIE -inherit perl-module - -DESCRIPTION="Gnuplot-based plotting for PDL" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="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] ) -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.480.0 - test? ( virtual/perl-Test-Simple ) -"