summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-29 00:57:35 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-29 00:57:35 +0200
commitaa0136d87354be1f19c0e36a97c49ffe3e1d85e7 (patch)
treed97e879e6e051a0a32131b0684079eb4e3b260a0
parentdev-perl/PDL: Version bump 2.054 (diff)
downloadgentoo-aa0136d87354be1f19c0e36a97c49ffe3e1d85e7.tar.gz
gentoo-aa0136d87354be1f19c0e36a97c49ffe3e1d85e7.tar.bz2
gentoo-aa0136d87354be1f19c0e36a97c49ffe3e1d85e7.zip
dev-perl/PDL-Graphics-Gnuplot: Remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/PDL-Graphics-Gnuplot/Manifest1
-rw-r--r--dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.16.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-perl/PDL-Graphics-Gnuplot/Manifest b/dev-perl/PDL-Graphics-Gnuplot/Manifest
index b045f7a5f8a3..6a5625493b04 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 f0f84e9eb343..000000000000
--- 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 )
-"