diff options
author | Andreas K. Huettel <dilfridge@gentoo.org> | 2017-06-23 18:46:18 +0200 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2017-06-23 18:48:44 +0200 |
commit | 0e4a6567a2d1cf4f9fde00077cf52559bbbcb058 (patch) | |
tree | 322706fd2f88484f2bf1403acd8f06ca98bb15b7 /dev-perl/Alien-Gnuplot | |
parent | dev-perl/PDL-Transform-Color: New package, needed by dev-perl/Lab-Measurement (diff) | |
download | gentoo-0e4a6567a2d1cf4f9fde00077cf52559bbbcb058.tar.gz gentoo-0e4a6567a2d1cf4f9fde00077cf52559bbbcb058.tar.bz2 gentoo-0e4a6567a2d1cf4f9fde00077cf52559bbbcb058.zip |
dev-perl/Alien-Gnuplot: New package, needed for dev-perl/Lab-Measurement
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Alien-Gnuplot')
-rw-r--r-- | dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/Alien-Gnuplot/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Alien-Gnuplot/metadata.xml | 8 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild new file mode 100644 index 000000000000..5d9cbcb12101 --- /dev/null +++ b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_VERSION=1.033 +DIST_AUTHOR=ZOWIE +inherit perl-module + +DESCRIPTION="Find and verify functionality of the gnuplot executable" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + virtual/perl-File-Spec + virtual/perl-File-Temp + virtual/perl-HTTP-Tiny + virtual/perl-Time-HiRes + sci-visualization/gnuplot +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" diff --git a/dev-perl/Alien-Gnuplot/Manifest b/dev-perl/Alien-Gnuplot/Manifest new file mode 100644 index 000000000000..b979118c47f6 --- /dev/null +++ b/dev-perl/Alien-Gnuplot/Manifest @@ -0,0 +1 @@ +DIST Alien-Gnuplot-1.033.tar.gz 7827 SHA256 85d97835cee8538bfdf1d9e9a2cc9d6d7eb7daa475739a1c48b71315f7aee9db SHA512 b846e9be8193af376dced487b99bafdd29fdf094a92f824bacaa3c642ad110918995cabc66300bd04fbf78ae779855ba94d1e634398f479961f98bb7f1cbbf46 WHIRLPOOL 42911f76a92c9abac662fce3a6c0533a14a22201fae818248f3811bc48c89d2edcac60f8e5a5d55708f6159e6edc76449f9f07283b944f03fc98a3daffc0a806 diff --git a/dev-perl/Alien-Gnuplot/metadata.xml b/dev-perl/Alien-Gnuplot/metadata.xml new file mode 100644 index 000000000000..8ad3d950c4bd --- /dev/null +++ b/dev-perl/Alien-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> |