diff options
author | Sam James <sam@gentoo.org> | 2024-05-01 08:32:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-01 08:32:09 +0100 |
commit | 71a928eb580fa2e4a59823faab1d9e4577bc9ecd (patch) | |
tree | 524f2d18b1c0a797d6605589495577abe2a0bfe0 /dev-perl/PDL-Graphics-Gnuplot | |
parent | dev-perl/PDL: add 2.88.0 (diff) | |
download | gentoo-71a928eb580fa2e4a59823faab1d9e4577bc9ecd.tar.gz gentoo-71a928eb580fa2e4a59823faab1d9e4577bc9ecd.tar.bz2 gentoo-71a928eb580fa2e4a59823faab1d9e4577bc9ecd.zip |
dev-perl/PDL-Graphics-Gnuplot: add 2.26.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/PDL-Graphics-Gnuplot')
-rw-r--r-- | dev-perl/PDL-Graphics-Gnuplot/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.26.0.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/PDL-Graphics-Gnuplot/Manifest b/dev-perl/PDL-Graphics-Gnuplot/Manifest index d8fcbb1bc943..85a2295d239f 100644 --- a/dev-perl/PDL-Graphics-Gnuplot/Manifest +++ b/dev-perl/PDL-Graphics-Gnuplot/Manifest @@ -1,2 +1,3 @@ DIST PDL-Graphics-Gnuplot-2.019.tar.gz 151044 BLAKE2B ef22429b74d167edc4ccdbc3b89cfbece9b88ef0c4a0f35fdc0c5cc86aa5e3c026380a0c4f82844a079418a299d29ffea883075da9a3e321d85477df18526119 SHA512 9b3910c4859ab8526ad3b6a0c0233cf258e7b7653f6650c1f33884cdaed72acc979015a7a086f47a373b5191377b1f81fbcd162bf46d75f01ee6bf4919a90987 DIST PDL-Graphics-Gnuplot-2.025.tar.gz 155233 BLAKE2B 184e81eef346a0c187b6596a3a1ded5a5fc5ab4cf1975461ba24061dc0f302d8fbd4dc7b3d34fd10fc660da4c6b4a5bdeef7a907b1eed4ec8896493da6f75c19 SHA512 fa4e2304fe4d9efd3f25635186e72ac477a76300b2c5816fd0fd07fdd94060f3fc14eec3fcf24e8f1b031ae1e417a2bdb6c3e3cccb3a4e0298d03238a26429c4 +DIST PDL-Graphics-Gnuplot-2.026.tar.gz 155245 BLAKE2B 1cb0a72bb5b927c1e9fcf5dc95f898738e82aa6a91b1f829dd61657eeeb4fb291e0079b1adb7e1ba0f590b28eb7b7297677f954dd774782d2eb58df9a27aa03a SHA512 c2b7db03164382492c2245a111a40031d7c2c9ad5e89f64c3fdc7d8a8a32505c1d48249c57d86a551bfdab132397939d6807f346f8abdf78f8c31b8a0e8c453d diff --git a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.26.0.ebuild b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.26.0.ebuild new file mode 100644 index 000000000000..628b6c81bb40 --- /dev/null +++ b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.26.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=2.026 +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 ) +" |