diff options
author | 2021-04-10 23:39:30 +0200 | |
---|---|---|
committer | 2021-04-10 23:39:30 +0200 | |
commit | af43229ca7b51332ac554bc38da2700160007b85 (patch) | |
tree | 0d05f6990021c2d0b8fd0c849945e4abc8b9821e /dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0-r1.ebuild | |
parent | dev-perl/Algorithm-C3: Remove old (diff) | |
download | gentoo-af43229ca7b51332ac554bc38da2700160007b85.tar.gz gentoo-af43229ca7b51332ac554bc38da2700160007b85.tar.bz2 gentoo-af43229ca7b51332ac554bc38da2700160007b85.zip |
dev-perl/Alien-Gnuplot: EAPI=7
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0-r1.ebuild')
-rw-r--r-- | dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0-r1.ebuild | 27 |
1 files changed, 27 insertions, 0 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 new file mode 100644 index 000000000000..541029e512bd --- /dev/null +++ b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0-r1.ebuild @@ -0,0 +1,27 @@ +# 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" ) |