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, 31 Dec 2020 13:37:02
Message-Id: 1609421807.d0cf69630da2bc618cb3131294c982d1da7450c2.dilfridge@gentoo
1 commit: d0cf69630da2bc618cb3131294c982d1da7450c2
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 13:35:51 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 13:36:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cf6963
7
8 dev-perl/PDL-Graphics-Gnuplot: Version bump
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
12
13 dev-perl/PDL-Graphics-Gnuplot/Manifest | 1 +
14 .../PDL-Graphics-Gnuplot-2.13.0.ebuild | 32 ++++++++++++++++++++++
15 2 files changed, 33 insertions(+)
16
17 diff --git a/dev-perl/PDL-Graphics-Gnuplot/Manifest b/dev-perl/PDL-Graphics-Gnuplot/Manifest
18 index 1f7af153393..987f822168e 100644
19 --- a/dev-perl/PDL-Graphics-Gnuplot/Manifest
20 +++ b/dev-perl/PDL-Graphics-Gnuplot/Manifest
21 @@ -1 +1,2 @@
22 DIST PDL-Graphics-Gnuplot-2.011.tar.gz 146990 BLAKE2B 6a11d49a897d1e937e63939885b3c7d5a4a00cf0e9c4ec86d4435ef317dab6dec43f374dfe1bd54f7ea19859da0086b7a2f792da49fa5ffc661d75c059ca3636 SHA512 09bd38beaacf914241d2bddf9c159bd6db3a60ed0d15f001faec4c5da2e22cb8313b47ed71b8e6006159b4a0d74cea6ebbaf257fa9774eac7f8a5622cfade0e7
23 +DIST PDL-Graphics-Gnuplot-2.013.tar.gz 149855 BLAKE2B f5ebe0ed1da97c4811b6d6fd52f9c5148efb0c8cb2fa3954134160221c074842c24e92460686b39011f245ca2bec27f4feee822d6f33a383bbff671445816682 SHA512 1cf184f0e4df1f3e42880f24acecdcc95e99bf9340851e0b6c258dd89d759c49852a7db5f83aea8a3714d85ac659d03b0f68e6853d58c7eb2efde6da6423f1f6
24
25 diff --git a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0.ebuild b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0.ebuild
26 new file mode 100644
27 index 00000000000..2ae56f2cdbb
28 --- /dev/null
29 +++ b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.13.0.ebuild
30 @@ -0,0 +1,32 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +DIST_VERSION=2.013
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 +DEPEND="${RDEPEND}
60 + >=virtual/perl-ExtUtils-MakeMaker-6.480.0
61 + test? ( virtual/perl-Test-Simple )
62 +"