From 86b03184a418e1487f21d7e2189cd988dfc1b61d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 30 Jul 2021 21:56:08 +0200 Subject: [PATCH] dev-perl/PGPLOT: Version bump 2.27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/PGPLOT/Manifest | 1 + dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild diff --git a/dev-perl/PGPLOT/Manifest b/dev-perl/PGPLOT/Manifest index 7297f0acd86f2..9c73ec3edd2ee 100644 --- a/dev-perl/PGPLOT/Manifest +++ b/dev-perl/PGPLOT/Manifest @@ -1 +1,2 @@ DIST PGPLOT-2.21.tar.gz 53431 BLAKE2B 00000dc16a6040540732aadcaa9dc6df051e7d8837f2aba1bbd60844da5053da4ae858a6be9868c5c66bf47458e5c5d25c6dc854c010117ec23dd3ba3df8d80f SHA512 fefabbbf6e0c742f2e049fcb2669ce13ae54f95ccb49403b7a10ed50c36e5793d5b976ae68eafc87ab320a7eadaecead5379bae2e898cff12f0f9ffe10f2337b +DIST PGPLOT-2.27.tar.gz 56049 BLAKE2B 50ee1f75810def08a48f18585e7da833269f2c6c514a526859551eee9c44e67f02fc01204ef9573f58f20f9a270042d6c93aacd5dfcb6144dc4b8dbe3d0e5930 SHA512 8b45a8b399ee391c44c7fb32a8cd615b459457f20a334f7a09b9c7870de3d0331b443a4c48cad520236aaf964b5576f1b3aa2517a341011cc2db7c6459776649 diff --git a/dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild b/dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild new file mode 100644 index 0000000000000..8482767375816 --- /dev/null +++ b/dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ETJ +DIST_VERSION=2.27 +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 +"