summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-29 00:27:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-29 20:39:10 +0200
commitfed64bbfe1182cffd90060fbb3b340a4e4a2d6eb (patch)
tree91b1ec1b6a02f7aa696a69c4d192b2b46e5d54ef /sci-astronomy
parentnet-nds/phpldapadmin: drop vulnerable 1.2.5, EAPI-6-- (diff)
downloadgentoo-fed64bbfe1182cffd90060fbb3b340a4e4a2d6eb.tar.gz
gentoo-fed64bbfe1182cffd90060fbb3b340a4e4a2d6eb.tar.bz2
gentoo-fed64bbfe1182cffd90060fbb3b340a4e4a2d6eb.zip
sci-astronomy/fitspng: drop 0.3.5, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/fitspng/Manifest1
-rw-r--r--sci-astronomy/fitspng/fitspng-0.3.5.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/sci-astronomy/fitspng/Manifest b/sci-astronomy/fitspng/Manifest
index 82fcafd60657..58d1116e0c83 100644
--- a/sci-astronomy/fitspng/Manifest
+++ b/sci-astronomy/fitspng/Manifest
@@ -1,2 +1 @@
-DIST fitspng-0.3.5.tar.gz 1124441 BLAKE2B 248cdec08d304983db5143421efad738a7780d9c86ed0ed49bce5412a5ace3c6bc589e8a339dc968a8bd17cf31b234f869aa430b430c7a6e3dc17bbc816842b6 SHA512 268c93e88f1cee3aaddd7a0d157e221439b376ab4dae753ca6750ff7d02a4af7fe78a47d712965721e71fc80ebac8b2cb0e7f24097e7bb4f292655bdf7f6b60c
DIST fitspng-2.0.tar.gz 1138938 BLAKE2B c8741ce0b368f61126cdff41d646379ceaf1a98972968a1f21db4cf1a1301d8d2b446a89b8efc8144fedbc1dd10d56f36d01400cb6780ad13181e8a889de0b58 SHA512 192a5328e1b53f4bd2f84a0054ff8ae3a732d0c1f2322813d1a714a23d346d5b5e0d47db5a0ad05ec86d6f28db37c835d2f3f4b2422c1d2b210e20601defd9b8
diff --git a/sci-astronomy/fitspng/fitspng-0.3.5.ebuild b/sci-astronomy/fitspng/fitspng-0.3.5.ebuild
deleted file mode 100644
index a99c1f1828a2..000000000000
--- a/sci-astronomy/fitspng/fitspng-0.3.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="FITS to PNG converter"
-HOMEPAGE="http://integral.physics.muni.cz/fitspng/"
-SRC_URI="ftp://integral.physics.muni.cz/pub/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-RDEPEND="
- sci-libs/cfitsio:0=
- media-libs/libpng:0="
-DEPEND="${RDEPEND}"
-
-src_install() {
- default
- use doc || rm -rf "${ED}"usr/share/doc/${PF}/html
-}