diff --git a/dev-perl/PGPLOT/Manifest b/dev-perl/PGPLOT/Manifest index de52335bf3e47..77ee4a1c9900c 100644 --- a/dev-perl/PGPLOT/Manifest +++ b/dev-perl/PGPLOT/Manifest @@ -1,2 +1 @@ -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.270.0.ebuild b/dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild deleted file mode 100644 index 8482767375816..0000000000000 --- a/dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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 -"