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: Thu, 25 Nov 2021 18:03:35
Message-Id: 1637863390.611e1936a621b82fa8abf504912de68fdbc6ac75.dilfridge@gentoo
1 commit: 611e1936a621b82fa8abf504912de68fdbc6ac75
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 25 17:57:12 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 25 18:03:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611e1936
7
8 dev-perl/PGPLOT: Repoman commit
9
10 Package-Manager: Portage-3.0.28, 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.210.0-r1.ebuild | 23 -----------------------
15 2 files changed, 24 deletions(-)
16
17 diff --git a/dev-perl/PGPLOT/Manifest b/dev-perl/PGPLOT/Manifest
18 index 9c73ec3edd2e..3bdd8c393cea 100644
19 --- a/dev-perl/PGPLOT/Manifest
20 +++ b/dev-perl/PGPLOT/Manifest
21 @@ -1,2 +1 @@
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.210.0-r1.ebuild b/dev-perl/PGPLOT/PGPLOT-2.210.0-r1.ebuild
26 deleted file mode 100644
27 index 482486e167ff..000000000000
28 --- a/dev-perl/PGPLOT/PGPLOT-2.210.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,23 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DIST_AUTHOR=KGB
37 -DIST_VERSION=2.21
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 -IUSE=""
45 -
46 -RDEPEND="sci-libs/pgplot
47 - >=dev-perl/ExtUtils-F77-1.13"
48 -DEPEND="${RDEPEND}"
49 -
50 -PATCHES=(
51 - "${FILESDIR}/${PN}-2.21-no-dot-inc.patch"
52 - "${FILESDIR}/${PN}-2.21-null-render.patch"
53 -)