Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/fitspng/
Date: Thu, 24 Feb 2022 14:42:08
Message-Id: 1645713718.5e82c9d7e6edd578b33b43befea4d3c033319b5a.andrewammerlaan@gentoo
1 commit: 5e82c9d7e6edd578b33b43befea4d3c033319b5a
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 24 14:41:47 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 24 14:41:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e82c9d7
7
8 sci-astronomy/fitspng: add version 2.0
9
10 Closes: https://bugs.gentoo.org/776163
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 sci-astronomy/fitspng/Manifest | 1 +
15 sci-astronomy/fitspng/fitspng-2.0.ebuild | 18 ++++++++++++++++++
16 2 files changed, 19 insertions(+)
17
18 diff --git a/sci-astronomy/fitspng/Manifest b/sci-astronomy/fitspng/Manifest
19 index 840029f046d0..82fcafd60657 100644
20 --- a/sci-astronomy/fitspng/Manifest
21 +++ b/sci-astronomy/fitspng/Manifest
22 @@ -1 +1,2 @@
23 DIST fitspng-0.3.5.tar.gz 1124441 BLAKE2B 248cdec08d304983db5143421efad738a7780d9c86ed0ed49bce5412a5ace3c6bc589e8a339dc968a8bd17cf31b234f869aa430b430c7a6e3dc17bbc816842b6 SHA512 268c93e88f1cee3aaddd7a0d157e221439b376ab4dae753ca6750ff7d02a4af7fe78a47d712965721e71fc80ebac8b2cb0e7f24097e7bb4f292655bdf7f6b60c
24 +DIST fitspng-2.0.tar.gz 1138938 BLAKE2B c8741ce0b368f61126cdff41d646379ceaf1a98972968a1f21db4cf1a1301d8d2b446a89b8efc8144fedbc1dd10d56f36d01400cb6780ad13181e8a889de0b58 SHA512 192a5328e1b53f4bd2f84a0054ff8ae3a732d0c1f2322813d1a714a23d346d5b5e0d47db5a0ad05ec86d6f28db37c835d2f3f4b2422c1d2b210e20601defd9b8
25
26 diff --git a/sci-astronomy/fitspng/fitspng-2.0.ebuild b/sci-astronomy/fitspng/fitspng-2.0.ebuild
27 new file mode 100644
28 index 000000000000..4dd61791dcf2
29 --- /dev/null
30 +++ b/sci-astronomy/fitspng/fitspng-2.0.ebuild
31 @@ -0,0 +1,18 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DESCRIPTION="FITS to PNG converter"
38 +HOMEPAGE="http://integral.physics.muni.cz/fitspng/"
39 +SRC_URI="ftp://integral.physics.muni.cz/pub/${PN}/${P}.tar.gz"
40 +S="${WORKDIR}/${PN}"
41 +
42 +LICENSE="GPL-3"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
45 +
46 +RDEPEND="
47 + sci-libs/cfitsio:0=
48 + media-libs/libpng:0="
49 +DEPEND="${RDEPEND}"