summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-25 18:57:12 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-25 19:03:10 +0100
commit611e1936a621b82fa8abf504912de68fdbc6ac75 (patch)
tree8fbe94a5de7341f1718e6c98fa2196d11b620504 /dev-perl
parentdev-perl/Perl-Tidy: Version bump 20211029 (diff)
downloadgentoo-611e1936a621b82fa8abf504912de68fdbc6ac75.tar.gz
gentoo-611e1936a621b82fa8abf504912de68fdbc6ac75.tar.bz2
gentoo-611e1936a621b82fa8abf504912de68fdbc6ac75.zip
dev-perl/PGPLOT: Repoman commit
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/PGPLOT/Manifest1
-rw-r--r--dev-perl/PGPLOT/PGPLOT-2.210.0-r1.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/PGPLOT/Manifest b/dev-perl/PGPLOT/Manifest
index 9c73ec3edd2e..3bdd8c393cea 100644
--- a/dev-perl/PGPLOT/Manifest
+++ b/dev-perl/PGPLOT/Manifest
@@ -1,2 +1 @@
-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.210.0-r1.ebuild b/dev-perl/PGPLOT/PGPLOT-2.210.0-r1.ebuild
deleted file mode 100644
index 482486e167ff..000000000000
--- a/dev-perl/PGPLOT/PGPLOT-2.210.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KGB
-DIST_VERSION=2.21
-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"
-IUSE=""
-
-RDEPEND="sci-libs/pgplot
- >=dev-perl/ExtUtils-F77-1.13"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-2.21-no-dot-inc.patch"
- "${FILESDIR}/${PN}-2.21-null-render.patch"
-)