Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL-Graphics-Gnuplot/
Date: Wed, 28 Jul 2021 23:02:58
Message-Id: 1627513055.aa0136d87354be1f19c0e36a97c49ffe3e1d85e7.dilfridge@gentoo
1 commit: aa0136d87354be1f19c0e36a97c49ffe3e1d85e7
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 28 22:57:35 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 28 22:57:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0136d8
7
8 dev-perl/PDL-Graphics-Gnuplot: Remove old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/PDL-Graphics-Gnuplot/Manifest | 1 -
14 .../PDL-Graphics-Gnuplot-2.16.0.ebuild | 32 ----------------------
15 2 files changed, 33 deletions(-)
16
17 diff --git a/dev-perl/PDL-Graphics-Gnuplot/Manifest b/dev-perl/PDL-Graphics-Gnuplot/Manifest
18 index b045f7a5f8a..6a5625493b0 100644
19 --- a/dev-perl/PDL-Graphics-Gnuplot/Manifest
20 +++ b/dev-perl/PDL-Graphics-Gnuplot/Manifest
21 @@ -1,2 +1 @@
22 -DIST PDL-Graphics-Gnuplot-2.016.tar.gz 149882 BLAKE2B 2c2359d65643f72fac1249650be8343786415a72fd074ab426211e1fc933ce6a02ce789b93820c2a41a687d429b264ff743a3aa39e3df12c1a66de47115167f7 SHA512 3e82a8a10b7b48567e0746238c4b718e491f39afb53b965ae72a4e2aa0567914856bf6343ba3d571fdb240d284fc95570c51c4042d9bbc0e5de8aa6f7aaa21f2
23 DIST PDL-Graphics-Gnuplot-2.017.tar.gz 150197 BLAKE2B 22903f3d08a4d7268f3c024880ede8650f4e101c2ebab162ab0e2241f3a64b713fa740c212043332f981417686acd5478cd06b1bfdd6c6ac301372bdc8333407 SHA512 41aa5b5c6dcd77b6e6109971173f5c25d69b72fd01ef4d72f7c2d86c248a69ee63bb6f20420e766778b29124a5a0ebd1d964d49c4d802d502b4a0bbb1765b8f9
24
25 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
26 deleted file mode 100644
27 index f0f84e9eb34..00000000000
28 --- a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.16.0.ebuild
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DIST_VERSION=2.016
37 -DIST_AUTHOR=ETJ
38 -inherit perl-module
39 -
40 -DESCRIPTION="Gnuplot-based plotting for PDL"
41 -
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE="test"
45 -RESTRICT="!test? ( test )"
46 -
47 -RDEPEND="
48 - dev-perl/Alien-Gnuplot
49 - virtual/perl-IO
50 - dev-perl/IPC-Run
51 - virtual/perl-Scalar-List-Utils
52 - dev-perl/PDL
53 - dev-perl/PDL-Transform-Color
54 - dev-perl/Safe-Isa
55 - virtual/perl-Storable
56 - virtual/perl-Time-HiRes
57 - || ( sci-visualization/gnuplot[X] sci-visualization/gnuplot[qt4(-)] )
58 -"
59 -BDEPEND="${RDEPEND}
60 - >=virtual/perl-ExtUtils-MakeMaker-6.480.0
61 - test? ( virtual/perl-Test-Simple )
62 -"