mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +03:00
Tests fail currently See-also: https://github.com/PDLPorters/PDL-Graphics-Gnuplot/issues/108 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
33 lines
635 B
Bash
33 lines
635 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_VERSION=2.032
|
|
DIST_AUTHOR=ETJ
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Gnuplot-based plotting for PDL"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/Alien-Gnuplot-1.31.0
|
|
>=virtual/perl-File-Temp-0.190.0
|
|
virtual/perl-IO
|
|
dev-perl/IPC-Run
|
|
virtual/perl-Scalar-List-Utils
|
|
dev-perl/PDL
|
|
dev-perl/PDL-Transform-Color
|
|
dev-perl/Safe-Isa
|
|
virtual/perl-Storable
|
|
virtual/perl-Time-HiRes
|
|
sci-visualization/gnuplot
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
>=virtual/perl-ExtUtils-MakeMaker-6.480.0
|
|
test? ( virtual/perl-Test-Simple )
|
|
"
|