diff options
author | Andreas K. Huettel <dilfridge@gentoo.org> | 2017-06-23 18:46:51 +0200 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2017-06-23 18:48:47 +0200 |
commit | 06c583613f554a0289805373bce7dd55d7f309c7 (patch) | |
tree | f0f33ec2ea7d0d832df865f994bde9b9794799fa /dev-perl/PDL-Graphics-Gnuplot | |
parent | dev-perl/Alien-Gnuplot: New package, needed for dev-perl/Lab-Measurement (diff) | |
download | gentoo-06c583613f554a0289805373bce7dd55d7f309c7.tar.gz gentoo-06c583613f554a0289805373bce7dd55d7f309c7.tar.bz2 gentoo-06c583613f554a0289805373bce7dd55d7f309c7.zip |
dev-perl/PDL-Graphics-Gnuplot: New package, needed for dev-perl/Lab-Measurement
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/PDL-Graphics-Gnuplot')
-rw-r--r-- | dev-perl/PDL-Graphics-Gnuplot/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.11.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/PDL-Graphics-Gnuplot/metadata.xml | 8 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/PDL-Graphics-Gnuplot/Manifest b/dev-perl/PDL-Graphics-Gnuplot/Manifest new file mode 100644 index 000000000000..98ab3c3077de --- /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 000000000000..b27d7b865cc1 --- /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 000000000000..8ad3d950c4bd --- /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>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> +</pkgmetadata> |