Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/fitspng/
Date: Mon, 29 Aug 2022 18:39:59
Message-Id: 1661798350.fed64bbfe1182cffd90060fbb3b340a4e4a2d6eb.asturm@gentoo
1 commit: fed64bbfe1182cffd90060fbb3b340a4e4a2d6eb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 22:27:26 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 18:39:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed64bbf
7
8 sci-astronomy/fitspng: drop 0.3.5, EAPI-6--
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 sci-astronomy/fitspng/Manifest | 1 -
13 sci-astronomy/fitspng/fitspng-0.3.5.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/sci-astronomy/fitspng/Manifest b/sci-astronomy/fitspng/Manifest
17 index 82fcafd60657..58d1116e0c83 100644
18 --- a/sci-astronomy/fitspng/Manifest
19 +++ b/sci-astronomy/fitspng/Manifest
20 @@ -1,2 +1 @@
21 -DIST fitspng-0.3.5.tar.gz 1124441 BLAKE2B 248cdec08d304983db5143421efad738a7780d9c86ed0ed49bce5412a5ace3c6bc589e8a339dc968a8bd17cf31b234f869aa430b430c7a6e3dc17bbc816842b6 SHA512 268c93e88f1cee3aaddd7a0d157e221439b376ab4dae753ca6750ff7d02a4af7fe78a47d712965721e71fc80ebac8b2cb0e7f24097e7bb4f292655bdf7f6b60c
22 DIST fitspng-2.0.tar.gz 1138938 BLAKE2B c8741ce0b368f61126cdff41d646379ceaf1a98972968a1f21db4cf1a1301d8d2b446a89b8efc8144fedbc1dd10d56f36d01400cb6780ad13181e8a889de0b58 SHA512 192a5328e1b53f4bd2f84a0054ff8ae3a732d0c1f2322813d1a714a23d346d5b5e0d47db5a0ad05ec86d6f28db37c835d2f3f4b2422c1d2b210e20601defd9b8
23
24 diff --git a/sci-astronomy/fitspng/fitspng-0.3.5.ebuild b/sci-astronomy/fitspng/fitspng-0.3.5.ebuild
25 deleted file mode 100644
26 index a99c1f1828a2..000000000000
27 --- a/sci-astronomy/fitspng/fitspng-0.3.5.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -DESCRIPTION="FITS to PNG converter"
36 -HOMEPAGE="http://integral.physics.muni.cz/fitspng/"
37 -SRC_URI="ftp://integral.physics.muni.cz/pub/${PN}/${P}.tar.gz"
38 -
39 -LICENSE="GPL-3"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
42 -IUSE="doc"
43 -
44 -RDEPEND="
45 - sci-libs/cfitsio:0=
46 - media-libs/libpng:0="
47 -DEPEND="${RDEPEND}"
48 -
49 -src_install() {
50 - default
51 - use doc || rm -rf "${ED}"usr/share/doc/${PF}/html
52 -}