[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Gnuplot/, dev-perl/Alien-Gnuplot/files/

2024-04-28 Thread Sam James
commit: fec2c6a98da2059f5d696d0015c0c75cd522dd7d
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 28 05:57:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 28 06:50:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec2c6a9

dev-perl/Alien-Gnuplot: add 1.43.0

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.43.0.ebuild | 32 ++
 dev-perl/Alien-Gnuplot/Manifest|  1 +
 .../files/Alien-Gnuplot-1.43.0-version.patch   | 13 +
 3 files changed, 46 insertions(+)

diff --git a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.43.0.ebuild 
b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.43.0.ebuild
new file mode 100644
index ..6c6743be004c
--- /dev/null
+++ b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.43.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_VERSION=1.043
+DIST_AUTHOR=ETJ
+inherit perl-module
+
+DESCRIPTION="Find and verify functionality of the gnuplot executable"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-perl/Alien-Build-0.250.0
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   virtual/perl-HTTP-Tiny
+   virtual/perl-Time-HiRes
+   sci-visualization/gnuplot
+"
+BDEPEND="
+   ${RDEPEND}
+   >=dev-perl/Alien-Build-2.190.0
+   >=dev-perl/Alien-Base-ModuleBuild-0.320.0
+   >=virtual/perl-ExtUtils-MakeMaker-6.520.0
+   dev-perl/File-Which
+   test? ( dev-perl/Test-Exception )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-1.43.0-version.patch" )

diff --git a/dev-perl/Alien-Gnuplot/Manifest b/dev-perl/Alien-Gnuplot/Manifest
index 1dafcdaf3695..a326e3dc43dc 100644
--- a/dev-perl/Alien-Gnuplot/Manifest
+++ b/dev-perl/Alien-Gnuplot/Manifest
@@ -1 +1,2 @@
 DIST Alien-Gnuplot-1.034.tar.gz 8662 BLAKE2B 
ce0f520326c2228f68c826a49c1793a7e7152e22a7593ae2e99094c8db1348f8e566efbc963b0089965681a5586b71fd8551b0a230b81506e2229ab538861fe0
 SHA512 
9fc4d9e92a478c9399802b5161966efc625b676afaef2f212e8706da28a03f4fc265df953e55f0ad541795d90aa9066f71838362146cb8aae3caf9f0ea157fc8
+DIST Alien-Gnuplot-1.043.tar.gz 9861 BLAKE2B 
b535c046fed769806050d89002de7eec72d41d9ef7c01095c7d4c94760a130ad69cb966d2eebe4fc9e9e8181007eb1004a9385cfe0c8b64cdd9d0bee9ed09cc6
 SHA512 
18ac5b36cb5b6bfc514a7050caa5663bead2e0597c9078fb71e90ab601a8d7f4eb0cbbe8dd6e007f0248aa826cc15d7938e61c8a02eb01f6a230f009c80ca45e

diff --git a/dev-perl/Alien-Gnuplot/files/Alien-Gnuplot-1.43.0-version.patch 
b/dev-perl/Alien-Gnuplot/files/Alien-Gnuplot-1.43.0-version.patch
new file mode 100644
index ..7b49ae5016e2
--- /dev/null
+++ b/dev-perl/Alien-Gnuplot/files/Alien-Gnuplot-1.43.0-version.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/709670
+
+--- a/lib/Alien/Gnuplot.pm
 b/lib/Alien/Gnuplot.pm
+@@ -316,7 +316,7 @@ Raw output from Gnuplot:
+ $lines
+ };
+ 
+-$lines =~ m/Version (\d+\.\d+) (patchlevel (\d+))?/ or die qq{
++$lines =~ m/Version (\d+\.\d+(?:\.\d+)?) (patchlevel (\d+))?/ or die qq{
+ Alien::Gnuplot: the executable file $exec_path claims to be gnuplot, but 
+ I could not parse a version number from its output.  Sorry, I give up.
+ 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Gnuplot/

2022-05-30 Thread Andreas K. Hüttel
commit: ca4d38411cb1279e2f5aab4cf3a8b0c83f769fec
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon May 30 21:09:58 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon May 30 21:13:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4d3841

dev-perl/Alien-Gnuplot: drop 1.33.0-r1

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../Alien-Gnuplot/Alien-Gnuplot-1.33.0-r1.ebuild   | 27 --
 dev-perl/Alien-Gnuplot/Manifest|  1 -
 2 files changed, 28 deletions(-)

diff --git a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0-r1.ebuild 
b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0-r1.ebuild
deleted file mode 100644
index 541029e512bd..
--- a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"
-
-PATCHES=( "${FILESDIR}/${P}-version.patch" )

diff --git a/dev-perl/Alien-Gnuplot/Manifest b/dev-perl/Alien-Gnuplot/Manifest
index aad7d5c36702..1dafcdaf3695 100644
--- a/dev-perl/Alien-Gnuplot/Manifest
+++ b/dev-perl/Alien-Gnuplot/Manifest
@@ -1,2 +1 @@
-DIST Alien-Gnuplot-1.033.tar.gz 7827 BLAKE2B 
beb340f3f0feaab56f60811c3fac41fb518e657f82dd8b4ca53697b75fdaf53bf071ee89e6514115e3d110db122c5fb1b2c56506317f432bb80cba4ef808a677
 SHA512 
b846e9be8193af376dced487b99bafdd29fdf094a92f824bacaa3c642ad110918995cabc66300bd04fbf78ae779855ba94d1e634398f479961f98bb7f1cbbf46
 DIST Alien-Gnuplot-1.034.tar.gz 8662 BLAKE2B 
ce0f520326c2228f68c826a49c1793a7e7152e22a7593ae2e99094c8db1348f8e566efbc963b0089965681a5586b71fd8551b0a230b81506e2229ab538861fe0
 SHA512 
9fc4d9e92a478c9399802b5161966efc625b676afaef2f212e8706da28a03f4fc265df953e55f0ad541795d90aa9066f71838362146cb8aae3caf9f0ea157fc8



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Gnuplot/

2021-12-12 Thread Sam James
commit: e1d63683f7e741a54171ff4524064816178d5255
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec 13 06:15:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 13 06:15:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d63683

dev-perl/Alien-Gnuplot: Stabilize 1.34.0 amd64, #829044

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.34.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.34.0.ebuild 
b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.34.0.ebuild
index be241e51aebd..0ab0bb88280a 100644
--- a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.34.0.ebuild
+++ b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.34.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Find and verify functionality of the gnuplot executable"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
virtual/perl-File-Spec



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Gnuplot/

2021-10-07 Thread Andreas K. Hüttel
commit: fdceb1c34dad1b45b7aecc6d0d3cbb132d3d2870
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Oct  7 23:19:23 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Oct  7 23:34:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdceb1c3

dev-perl/Alien-Gnuplot: Version bump 1.034

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.34.0.ebuild | 27 ++
 dev-perl/Alien-Gnuplot/Manifest|  1 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.34.0.ebuild 
b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.34.0.ebuild
new file mode 100644
index 000..be241e51aeb
--- /dev/null
+++ b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.34.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_VERSION=1.034
+DIST_AUTHOR=ETJ
+inherit perl-module
+
+DESCRIPTION="Find and verify functionality of the gnuplot executable"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   virtual/perl-HTTP-Tiny
+   virtual/perl-Time-HiRes
+   sci-visualization/gnuplot
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( dev-perl/Test-Exception )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-1.33.0-version.patch" )

diff --git a/dev-perl/Alien-Gnuplot/Manifest b/dev-perl/Alien-Gnuplot/Manifest
index 28e0249bc6d..aad7d5c3670 100644
--- a/dev-perl/Alien-Gnuplot/Manifest
+++ b/dev-perl/Alien-Gnuplot/Manifest
@@ -1 +1,2 @@
 DIST Alien-Gnuplot-1.033.tar.gz 7827 BLAKE2B 
beb340f3f0feaab56f60811c3fac41fb518e657f82dd8b4ca53697b75fdaf53bf071ee89e6514115e3d110db122c5fb1b2c56506317f432bb80cba4ef808a677
 SHA512 
b846e9be8193af376dced487b99bafdd29fdf094a92f824bacaa3c642ad110918995cabc66300bd04fbf78ae779855ba94d1e634398f479961f98bb7f1cbbf46
+DIST Alien-Gnuplot-1.034.tar.gz 8662 BLAKE2B 
ce0f520326c2228f68c826a49c1793a7e7152e22a7593ae2e99094c8db1348f8e566efbc963b0089965681a5586b71fd8551b0a230b81506e2229ab538861fe0
 SHA512 
9fc4d9e92a478c9399802b5161966efc625b676afaef2f212e8706da28a03f4fc265df953e55f0ad541795d90aa9066f71838362146cb8aae3caf9f0ea157fc8



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Gnuplot/

2021-04-10 Thread Andreas K. Hüttel
commit: af43229ca7b51332ac554bc38da2700160007b85
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Apr 10 21:39:30 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Apr 10 21:39:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af43229c

dev-perl/Alien-Gnuplot: EAPI=7

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../{Alien-Gnuplot-1.33.0.ebuild => Alien-Gnuplot-1.33.0-r1.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild 
b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0-r1.ebuild
similarity index 94%
rename from dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild
rename to dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0-r1.ebuild
index 0da98dc7759..541029e512b 100644
--- a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild
+++ b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DIST_VERSION=1.033
 DIST_AUTHOR=ZOWIE
@@ -20,7 +20,7 @@ RDEPEND="
virtual/perl-Time-HiRes
sci-visualization/gnuplot
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Gnuplot/, dev-perl/Alien-Gnuplot/files/

2021-01-24 Thread Ulrich Müller
commit: c2832cbcfbcefc77050a6f3ffeaa40e64f632f5f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jan 24 17:28:18 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jan 24 17:28:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2832cbc

dev-perl/Alien-Gnuplot: Fix gnuplot version detection

Closes: https://bugs.gentoo.org/709670
Acked-by: Andreas K. Hüttel  gentoo.org>
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild  |  4 +++-
 .../Alien-Gnuplot/files/Alien-Gnuplot-1.33.0-version.patch  | 13 +
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild 
b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild
index 51d0baff15c..0da98dc7759 100644
--- a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild
+++ b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,3 +23,5 @@ RDEPEND="
 DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
 "
+
+PATCHES=( "${FILESDIR}/${P}-version.patch" )

diff --git a/dev-perl/Alien-Gnuplot/files/Alien-Gnuplot-1.33.0-version.patch 
b/dev-perl/Alien-Gnuplot/files/Alien-Gnuplot-1.33.0-version.patch
new file mode 100644
index 000..415db6890dd
--- /dev/null
+++ b/dev-perl/Alien-Gnuplot/files/Alien-Gnuplot-1.33.0-version.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/709670
+
+--- a/lib/Alien/Gnuplot.pm
 b/lib/Alien/Gnuplot.pm
+@@ -289,7 +289,7 @@
+ your GNUPLOT_BINARY variable to an actual gnuplot.
+ };
+ 
+-$lines =~ m/Version (\d+\.\d+) (patchlevel (\d+))?/ or die qq{
++$lines =~ m/Version (\d+\.\d+(?:\.\d+)?) (patchlevel (\d+))?/ or die qq{
+ Alien::Gnuplot: the executable file $exec_path claims to be gnuplot, but 
+ I could not parse a version number from its output.  Sorry, I give up.
+ 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Gnuplot/

2017-11-28 Thread Andreas Hüttel
commit: daf7d70fa21bebd995d2bc617b3d74cc07b4194f
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Tue Nov 28 14:12:06 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Nov 28 14:14:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf7d70f

dev-perl/Alien-Gnuplot: amd64 stable

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild | 2 +-
 dev-perl/Alien-Gnuplot/Manifest| 2 +-
 2 files changed, 2 insertions(+), 2 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
index 5d9cbcb1210..51d0baff15c 100644
--- a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild
+++ b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Find and verify functionality of the gnuplot executable"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="

diff --git a/dev-perl/Alien-Gnuplot/Manifest b/dev-perl/Alien-Gnuplot/Manifest
index b979118c47f..28e0249bc6d 100644
--- a/dev-perl/Alien-Gnuplot/Manifest
+++ b/dev-perl/Alien-Gnuplot/Manifest
@@ -1 +1 @@
-DIST Alien-Gnuplot-1.033.tar.gz 7827 SHA256 
85d97835cee8538bfdf1d9e9a2cc9d6d7eb7daa475739a1c48b71315f7aee9db SHA512 
b846e9be8193af376dced487b99bafdd29fdf094a92f824bacaa3c642ad110918995cabc66300bd04fbf78ae779855ba94d1e634398f479961f98bb7f1cbbf46
 WHIRLPOOL 
42911f76a92c9abac662fce3a6c0533a14a22201fae818248f3811bc48c89d2edcac60f8e5a5d55708f6159e6edc76449f9f07283b944f03fc98a3daffc0a806
+DIST Alien-Gnuplot-1.033.tar.gz 7827 BLAKE2B 
beb340f3f0feaab56f60811c3fac41fb518e657f82dd8b4ca53697b75fdaf53bf071ee89e6514115e3d110db122c5fb1b2c56506317f432bb80cba4ef808a677
 SHA512 
b846e9be8193af376dced487b99bafdd29fdf094a92f824bacaa3c642ad110918995cabc66300bd04fbf78ae779855ba94d1e634398f479961f98bb7f1cbbf46



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Gnuplot/

2017-10-14 Thread Kent Fredric
commit: 2114ab7abcafb5d2d20799b4a89441810dd59c90
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Oct 14 22:30:33 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Oct 14 22:38:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2114ab7a

dev-perl/Alien-Gnuplot: Add remote-id to metadata

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Alien-Gnuplot/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-perl/Alien-Gnuplot/metadata.xml 
b/dev-perl/Alien-Gnuplot/metadata.xml
index 8ad3d950c4b..fa9b409763a 100644
--- a/dev-perl/Alien-Gnuplot/metadata.xml
+++ b/dev-perl/Alien-Gnuplot/metadata.xml
@@ -5,4 +5,8 @@
 p...@gentoo.org
 Gentoo Perl Project
 
+
+Alien-Gnuplot
+Alien::Gnuplot
+
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Gnuplot/

2017-06-23 Thread Andreas Hüttel
commit: 0e4a6567a2d1cf4f9fde00077cf52559bbbcb058
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Fri Jun 23 16:46:18 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 23 16:48:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4a6567

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

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild | 25 ++
 dev-perl/Alien-Gnuplot/Manifest|  1 +
 dev-perl/Alien-Gnuplot/metadata.xml|  8 +++
 3 files changed, 34 insertions(+)

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 000..5d9cbcb1210
--- /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 000..b979118c47f
--- /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 000..8ad3d950c4b
--- /dev/null
+++ b/dev-perl/Alien-Gnuplot/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+p...@gentoo.org
+Gentoo Perl Project
+
+