Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PGPLOT/
Date: Fri, 30 Jul 2021 20:19:07
Message-Id: 1627676305.86b03184a418e1487f21d7e2189cd988dfc1b61d.dilfridge@gentoo
1 commit: 86b03184a418e1487f21d7e2189cd988dfc1b61d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 19:56:08 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 20:18:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b03184
7
8 dev-perl/PGPLOT: Version bump 2.27
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/PGPLOT/Manifest | 1 +
14 dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild | 23 +++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/dev-perl/PGPLOT/Manifest b/dev-perl/PGPLOT/Manifest
18 index 7297f0acd86..9c73ec3edd2 100644
19 --- a/dev-perl/PGPLOT/Manifest
20 +++ b/dev-perl/PGPLOT/Manifest
21 @@ -1 +1,2 @@
22 DIST PGPLOT-2.21.tar.gz 53431 BLAKE2B 00000dc16a6040540732aadcaa9dc6df051e7d8837f2aba1bbd60844da5053da4ae858a6be9868c5c66bf47458e5c5d25c6dc854c010117ec23dd3ba3df8d80f SHA512 fefabbbf6e0c742f2e049fcb2669ce13ae54f95ccb49403b7a10ed50c36e5793d5b976ae68eafc87ab320a7eadaecead5379bae2e898cff12f0f9ffe10f2337b
23 +DIST PGPLOT-2.27.tar.gz 56049 BLAKE2B 50ee1f75810def08a48f18585e7da833269f2c6c514a526859551eee9c44e67f02fc01204ef9573f58f20f9a270042d6c93aacd5dfcb6144dc4b8dbe3d0e5930 SHA512 8b45a8b399ee391c44c7fb32a8cd615b459457f20a334f7a09b9c7870de3d0331b443a4c48cad520236aaf964b5576f1b3aa2517a341011cc2db7c6459776649
24
25 diff --git a/dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild b/dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild
26 new file mode 100644
27 index 00000000000..84827673758
28 --- /dev/null
29 +++ b/dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DIST_AUTHOR=ETJ
37 +DIST_VERSION=2.27
38 +inherit perl-module
39 +
40 +DESCRIPTION="allow subroutines in the PGPLOT graphics library to be called from Perl"
41 +
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux"
44 +
45 +RDEPEND="
46 + sci-libs/pgplot
47 +"
48 +DEPEND="${RDEPEND}
49 +"
50 +BDEPEND="${RDEPEND}
51 + >=dev-perl/Devel-CheckLib-1.140.0
52 + >=dev-perl/ExtUtils-F77-1.130.0
53 +"