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: Thu, 15 Jul 2021 12:09:26
Message-Id: 1626350943.65ec704fc57dc8cf74e583e279fa064e2689884b.dilfridge@gentoo
1 commit: 65ec704fc57dc8cf74e583e279fa064e2689884b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 15 12:07:31 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 15 12:09:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ec704f
7
8 dev-perl/PDL-Graphics-Gnuplot: Version bump 2.017
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.17.0.ebuild | 30 ++++++++++++++++++++++
15 2 files changed, 31 insertions(+)
16
17 diff --git a/dev-perl/PDL-Graphics-Gnuplot/Manifest b/dev-perl/PDL-Graphics-Gnuplot/Manifest
18 index b3ac2676c59..03664285d7f 100644
19 --- a/dev-perl/PDL-Graphics-Gnuplot/Manifest
20 +++ b/dev-perl/PDL-Graphics-Gnuplot/Manifest
21 @@ -1,2 +1,3 @@
22 DIST PDL-Graphics-Gnuplot-2.013.tar.gz 149855 BLAKE2B f5ebe0ed1da97c4811b6d6fd52f9c5148efb0c8cb2fa3954134160221c074842c24e92460686b39011f245ca2bec27f4feee822d6f33a383bbff671445816682 SHA512 1cf184f0e4df1f3e42880f24acecdcc95e99bf9340851e0b6c258dd89d759c49852a7db5f83aea8a3714d85ac659d03b0f68e6853d58c7eb2efde6da6423f1f6
23 DIST PDL-Graphics-Gnuplot-2.016.tar.gz 149882 BLAKE2B 2c2359d65643f72fac1249650be8343786415a72fd074ab426211e1fc933ce6a02ce789b93820c2a41a687d429b264ff743a3aa39e3df12c1a66de47115167f7 SHA512 3e82a8a10b7b48567e0746238c4b718e491f39afb53b965ae72a4e2aa0567914856bf6343ba3d571fdb240d284fc95570c51c4042d9bbc0e5de8aa6f7aaa21f2
24 +DIST PDL-Graphics-Gnuplot-2.017.tar.gz 150197 BLAKE2B 22903f3d08a4d7268f3c024880ede8650f4e101c2ebab162ab0e2241f3a64b713fa740c212043332f981417686acd5478cd06b1bfdd6c6ac301372bdc8333407 SHA512 41aa5b5c6dcd77b6e6109971173f5c25d69b72fd01ef4d72f7c2d86c248a69ee63bb6f20420e766778b29124a5a0ebd1d964d49c4d802d502b4a0bbb1765b8f9
25
26 diff --git a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.17.0.ebuild b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.17.0.ebuild
27 new file mode 100644
28 index 00000000000..d737dbfcb1f
29 --- /dev/null
30 +++ b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.17.0.ebuild
31 @@ -0,0 +1,30 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DIST_VERSION=2.017
38 +DIST_AUTHOR=ETJ
39 +inherit perl-module
40 +
41 +DESCRIPTION="Gnuplot-based plotting for PDL"
42 +
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +RDEPEND="
47 + dev-perl/Alien-Gnuplot
48 + virtual/perl-IO
49 + dev-perl/IPC-Run
50 + virtual/perl-Scalar-List-Utils
51 + dev-perl/PDL
52 + dev-perl/PDL-Transform-Color
53 + dev-perl/Safe-Isa
54 + virtual/perl-Storable
55 + virtual/perl-Time-HiRes
56 + || ( sci-visualization/gnuplot[X] sci-visualization/gnuplot[qt4(-)] )
57 +"
58 +BDEPEND="${RDEPEND}
59 + >=virtual/perl-ExtUtils-MakeMaker-6.480.0
60 + test? ( virtual/perl-Test-Simple )
61 +"