summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-12 23:01:54 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-12 23:32:48 +0200
commitb076348685cd9db1c3a8b51ec2601a5b914a0ac9 (patch)
treed3e8ea2f63fc6fb1623a5af956b28780b60022d9 /dev-perl/PDL-Graphics-Gnuplot
parentdev-perl/PDL-Graphics-Gnuplot: Version bump 2.016 (diff)
downloadgentoo-b076348685cd9db1c3a8b51ec2601a5b914a0ac9.tar.gz
gentoo-b076348685cd9db1c3a8b51ec2601a5b914a0ac9.tar.bz2
gentoo-b076348685cd9db1c3a8b51ec2601a5b914a0ac9.zip
dev-perl/PDL-Graphics-Gnuplot: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/PDL-Graphics-Gnuplot')
-rw-r--r--dev-perl/PDL-Graphics-Gnuplot/Manifest1
-rw-r--r--dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0-r1.ebuild36
-rw-r--r--dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0-r1.ebuild32
3 files changed, 0 insertions, 69 deletions
diff --git a/dev-perl/PDL-Graphics-Gnuplot/Manifest b/dev-perl/PDL-Graphics-Gnuplot/Manifest
index f95f5f6adff7..b3ac2676c593 100644
--- a/dev-perl/PDL-Graphics-Gnuplot/Manifest
+++ b/dev-perl/PDL-Graphics-Gnuplot/Manifest
@@ -1,3 +1,2 @@
-DIST PDL-Graphics-Gnuplot-2.011.tar.gz 146990 BLAKE2B 6a11d49a897d1e937e63939885b3c7d5a4a00cf0e9c4ec86d4435ef317dab6dec43f374dfe1bd54f7ea19859da0086b7a2f792da49fa5ffc661d75c059ca3636 SHA512 09bd38beaacf914241d2bddf9c159bd6db3a60ed0d15f001faec4c5da2e22cb8313b47ed71b8e6006159b4a0d74cea6ebbaf257fa9774eac7f8a5622cfade0e7
DIST PDL-Graphics-Gnuplot-2.013.tar.gz 149855 BLAKE2B f5ebe0ed1da97c4811b6d6fd52f9c5148efb0c8cb2fa3954134160221c074842c24e92460686b39011f245ca2bec27f4feee822d6f33a383bbff671445816682 SHA512 1cf184f0e4df1f3e42880f24acecdcc95e99bf9340851e0b6c258dd89d759c49852a7db5f83aea8a3714d85ac659d03b0f68e6853d58c7eb2efde6da6423f1f6
DIST PDL-Graphics-Gnuplot-2.016.tar.gz 149882 BLAKE2B 2c2359d65643f72fac1249650be8343786415a72fd074ab426211e1fc933ce6a02ce789b93820c2a41a687d429b264ff743a3aa39e3df12c1a66de47115167f7 SHA512 3e82a8a10b7b48567e0746238c4b718e491f39afb53b965ae72a4e2aa0567914856bf6343ba3d571fdb240d284fc95570c51c4042d9bbc0e5de8aa6f7aaa21f2
diff --git a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0-r1.ebuild b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0-r1.ebuild
deleted file mode 100644
index e2bf45e2ef3b..000000000000
--- a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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"
-RESTRICT="!test? ( test )"
-
-PATCHES=(
- "${FILESDIR}/${P}-outputfile.patch"
-)
-
-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 )
-"
diff --git a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0-r1.ebuild b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0-r1.ebuild
deleted file mode 100644
index 2ad6f7ab8ec3..000000000000
--- a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_VERSION=2.013
-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(-)] )
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.480.0
- test? ( virtual/perl-Test-Simple )
-"