diff options
author | Sam James <sam@gentoo.org> | 2023-06-19 02:33:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-19 02:33:00 +0100 |
commit | 410dc9e5c58a135c11311cf3dadcaee51b17b593 (patch) | |
tree | afd1e6d1671b7bf9b7da27b0b1c8240038086eae /dev-perl/PGPLOT | |
parent | dev-perl/Plack: add 1.5.0 (diff) | |
download | gentoo-410dc9e5c58a135c11311cf3dadcaee51b17b593.tar.gz gentoo-410dc9e5c58a135c11311cf3dadcaee51b17b593.tar.bz2 gentoo-410dc9e5c58a135c11311cf3dadcaee51b17b593.zip |
dev-perl/PGPLOT: add 2.280.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/PGPLOT')
-rw-r--r-- | dev-perl/PGPLOT/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/PGPLOT/Manifest b/dev-perl/PGPLOT/Manifest index 3bdd8c393cea..de52335bf3e4 100644 --- a/dev-perl/PGPLOT/Manifest +++ b/dev-perl/PGPLOT/Manifest @@ -1 +1,2 @@ DIST PGPLOT-2.27.tar.gz 56049 BLAKE2B 50ee1f75810def08a48f18585e7da833269f2c6c514a526859551eee9c44e67f02fc01204ef9573f58f20f9a270042d6c93aacd5dfcb6144dc4b8dbe3d0e5930 SHA512 8b45a8b399ee391c44c7fb32a8cd615b459457f20a334f7a09b9c7870de3d0331b443a4c48cad520236aaf964b5576f1b3aa2517a341011cc2db7c6459776649 +DIST PGPLOT-2.28.tar.gz 56094 BLAKE2B fc16f1d31ebb74125a86467ffb835b03bcc7eb94a94632bcf66ae694f279a391dac20a2d658d0b92b0b6bb1f10f8fc14d9151c4425a8e78caaec8035b38b0c1a SHA512 4d04a8cc8c81736a738031c79680b92c2b89c2cb552d4f380306c23d7168c46a00568806d3a7ab8ffe111a33852818bbfdc2db2364a2c43e5b00285116072448 diff --git a/dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild b/dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild new file mode 100644 index 000000000000..01d9a4ebb397 --- /dev/null +++ b/dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ETJ +DIST_VERSION=2.28 +inherit perl-module + +DESCRIPTION="Allow subroutines in the PGPLOT graphics library to be called from Perl" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + sci-libs/pgplot +" +DEPEND=" + ${RDEPEND} +" +BDEPEND=" + ${RDEPEND} + >=dev-perl/Devel-CheckLib-1.140.0 + >=dev-perl/ExtUtils-F77-1.130.0 +" |