commit:     06c583613f554a0289805373bce7dd55d7f309c7
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 16:46:51 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 16:48:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c58361

dev-perl/PDL-Graphics-Gnuplot: New package, needed for dev-perl/Lab-Measurement

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/PDL-Graphics-Gnuplot/Manifest             |  1 +
 .../PDL-Graphics-Gnuplot-2.11.0.ebuild             | 30 ++++++++++++++++++++++
 dev-perl/PDL-Graphics-Gnuplot/metadata.xml         |  8 ++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-perl/PDL-Graphics-Gnuplot/Manifest 
b/dev-perl/PDL-Graphics-Gnuplot/Manifest
new file mode 100644
index 00000000000..98ab3c3077d
--- /dev/null
+++ b/dev-perl/PDL-Graphics-Gnuplot/Manifest
@@ -0,0 +1 @@
+DIST PDL-Graphics-Gnuplot-2.011.tar.gz 146990 SHA256 
6f93e19651f8b05cc10a9eddcbc97955188905964ad6b904b3a39fc94b1abe22 SHA512 
09bd38beaacf914241d2bddf9c159bd6db3a60ed0d15f001faec4c5da2e22cb8313b47ed71b8e6006159b4a0d74cea6ebbaf257fa9774eac7f8a5622cfade0e7
 WHIRLPOOL 
dd89dddf564b9efecd1b5a4d1ebaa54d070969cea3302fd13cb48325393ae6a5b5c60e99ea228fea4d2f8e434d78a675f603eb4ce6cb2046ef91704f774d3e31

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
new file mode 100644
index 00000000000..b27d7b865cc
--- /dev/null
+++ b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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"
+
+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
+"
+DEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.480.0
+       test? ( virtual/perl-Test-Simple )
+"

diff --git a/dev-perl/PDL-Graphics-Gnuplot/metadata.xml 
b/dev-perl/PDL-Graphics-Gnuplot/metadata.xml
new file mode 100644
index 00000000000..8ad3d950c4b
--- /dev/null
+++ b/dev-perl/PDL-Graphics-Gnuplot/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+        <maintainer type="project">
+                <email>p...@gentoo.org</email>
+                <name>Gentoo Perl Project</name>
+        </maintainer>
+</pkgmetadata>

Reply via email to