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/Alien-Gnuplot/
Date: Fri, 23 Jun 2017 16:55:01
Message-Id: 1498236524.0e4a6567a2d1cf4f9fde00077cf52559bbbcb058.dilfridge@gentoo
1 commit: 0e4a6567a2d1cf4f9fde00077cf52559bbbcb058
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 23 16:46:18 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 16:48:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4a6567
7
8 dev-perl/Alien-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/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild | 25 ++++++++++++++++++++++
13 dev-perl/Alien-Gnuplot/Manifest | 1 +
14 dev-perl/Alien-Gnuplot/metadata.xml | 8 +++++++
15 3 files changed, 34 insertions(+)
16
17 diff --git a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild
18 new file mode 100644
19 index 00000000000..5d9cbcb1210
20 --- /dev/null
21 +++ b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild
22 @@ -0,0 +1,25 @@
23 +# Copyright 1999-2017 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +DIST_VERSION=1.033
29 +DIST_AUTHOR=ZOWIE
30 +inherit perl-module
31 +
32 +DESCRIPTION="Find and verify functionality of the gnuplot executable"
33 +
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +
38 +RDEPEND="
39 + virtual/perl-File-Spec
40 + virtual/perl-File-Temp
41 + virtual/perl-HTTP-Tiny
42 + virtual/perl-Time-HiRes
43 + sci-visualization/gnuplot
44 +"
45 +DEPEND="${RDEPEND}
46 + virtual/perl-ExtUtils-MakeMaker
47 +"
48
49 diff --git a/dev-perl/Alien-Gnuplot/Manifest b/dev-perl/Alien-Gnuplot/Manifest
50 new file mode 100644
51 index 00000000000..b979118c47f
52 --- /dev/null
53 +++ b/dev-perl/Alien-Gnuplot/Manifest
54 @@ -0,0 +1 @@
55 +DIST Alien-Gnuplot-1.033.tar.gz 7827 SHA256 85d97835cee8538bfdf1d9e9a2cc9d6d7eb7daa475739a1c48b71315f7aee9db SHA512 b846e9be8193af376dced487b99bafdd29fdf094a92f824bacaa3c642ad110918995cabc66300bd04fbf78ae779855ba94d1e634398f479961f98bb7f1cbbf46 WHIRLPOOL 42911f76a92c9abac662fce3a6c0533a14a22201fae818248f3811bc48c89d2edcac60f8e5a5d55708f6159e6edc76449f9f07283b944f03fc98a3daffc0a806
56
57 diff --git a/dev-perl/Alien-Gnuplot/metadata.xml b/dev-perl/Alien-Gnuplot/metadata.xml
58 new file mode 100644
59 index 00000000000..8ad3d950c4b
60 --- /dev/null
61 +++ b/dev-perl/Alien-Gnuplot/metadata.xml
62 @@ -0,0 +1,8 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 + <maintainer type="project">
67 + <email>perl@g.o</email>
68 + <name>Gentoo Perl Project</name>
69 + </maintainer>
70 +</pkgmetadata>