summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-08 01:19:23 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-08 01:34:51 +0200
commitfdceb1c34dad1b45b7aecc6d0d3cbb132d3d2870 (patch)
treed662cfb443ac6e6db31313a11f9c322a8080fc8c /dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.34.0.ebuild
parentdev-perl/Alien-Build: Version bump 2.42 (diff)
downloadgentoo-fdceb1c34dad1b45b7aecc6d0d3cbb132d3d2870.tar.gz
gentoo-fdceb1c34dad1b45b7aecc6d0d3cbb132d3d2870.tar.bz2
gentoo-fdceb1c34dad1b45b7aecc6d0d3cbb132d3d2870.zip
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 <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.34.0.ebuild')
-rw-r--r--dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.34.0.ebuild27
1 files changed, 27 insertions, 0 deletions
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 000000000000..be241e51aebd
--- /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" )