Gentoo Archives: gentoo-commits

From: "Andreas 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: Fri, 23 Jun 2017 16:55:02
Message-Id: 1498236527.06c583613f554a0289805373bce7dd55d7f309c7.dilfridge@gentoo
1 commit: 06c583613f554a0289805373bce7dd55d7f309c7
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 23 16:46:51 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 16:48:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c58361
7
8 dev-perl/PDL-Graphics-Gnuplot: New package, needed for dev-perl/Lab-Measurement
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-perl/PDL-Graphics-Gnuplot/Manifest | 1 +
13 .../PDL-Graphics-Gnuplot-2.11.0.ebuild | 30 ++++++++++++++++++++++
14 dev-perl/PDL-Graphics-Gnuplot/metadata.xml | 8 ++++++
15 3 files changed, 39 insertions(+)
16
17 diff --git a/dev-perl/PDL-Graphics-Gnuplot/Manifest b/dev-perl/PDL-Graphics-Gnuplot/Manifest
18 new file mode 100644
19 index 00000000000..98ab3c3077d
20 --- /dev/null
21 +++ b/dev-perl/PDL-Graphics-Gnuplot/Manifest
22 @@ -0,0 +1 @@
23 +DIST PDL-Graphics-Gnuplot-2.011.tar.gz 146990 SHA256 6f93e19651f8b05cc10a9eddcbc97955188905964ad6b904b3a39fc94b1abe22 SHA512 09bd38beaacf914241d2bddf9c159bd6db3a60ed0d15f001faec4c5da2e22cb8313b47ed71b8e6006159b4a0d74cea6ebbaf257fa9774eac7f8a5622cfade0e7 WHIRLPOOL dd89dddf564b9efecd1b5a4d1ebaa54d070969cea3302fd13cb48325393ae6a5b5c60e99ea228fea4d2f8e434d78a675f603eb4ce6cb2046ef91704f774d3e31
24
25 diff --git a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0.ebuild b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0.ebuild
26 new file mode 100644
27 index 00000000000..b27d7b865cc
28 --- /dev/null
29 +++ b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0.ebuild
30 @@ -0,0 +1,30 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +DIST_VERSION=2.011
37 +DIST_AUTHOR=ZOWIE
38 +inherit perl-module
39 +
40 +DESCRIPTION="Gnuplot-based plotting for PDL"
41 +
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +IUSE="test"
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 +"
57 +DEPEND="${RDEPEND}
58 + >=virtual/perl-ExtUtils-MakeMaker-6.480.0
59 + test? ( virtual/perl-Test-Simple )
60 +"
61
62 diff --git a/dev-perl/PDL-Graphics-Gnuplot/metadata.xml b/dev-perl/PDL-Graphics-Gnuplot/metadata.xml
63 new file mode 100644
64 index 00000000000..8ad3d950c4b
65 --- /dev/null
66 +++ b/dev-perl/PDL-Graphics-Gnuplot/metadata.xml
67 @@ -0,0 +1,8 @@
68 +<?xml version="1.0" encoding="UTF-8"?>
69 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 +<pkgmetadata>
71 + <maintainer type="project">
72 + <email>perl@g.o</email>
73 + <name>Gentoo Perl Project</name>
74 + </maintainer>
75 +</pkgmetadata>