summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-02-24 15:41:47 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-02-24 15:41:58 +0100
commit5e82c9d7e6edd578b33b43befea4d3c033319b5a (patch)
treed249e3b5ce4d61e22ff64923531f931fa6f07d93 /sci-astronomy
parentapp-emulation/protontricks: drop 1.6.0 (diff)
downloadgentoo-5e82c9d7e6edd578b33b43befea4d3c033319b5a.tar.gz
gentoo-5e82c9d7e6edd578b33b43befea4d3c033319b5a.tar.bz2
gentoo-5e82c9d7e6edd578b33b43befea4d3c033319b5a.zip
sci-astronomy/fitspng: add version 2.0
Closes: https://bugs.gentoo.org/776163 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/fitspng/Manifest1
-rw-r--r--sci-astronomy/fitspng/fitspng-2.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/sci-astronomy/fitspng/Manifest b/sci-astronomy/fitspng/Manifest
index 840029f046d0..82fcafd60657 100644
--- a/sci-astronomy/fitspng/Manifest
+++ b/sci-astronomy/fitspng/Manifest
@@ -1 +1,2 @@
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-2.0.ebuild b/sci-astronomy/fitspng/fitspng-2.0.ebuild
new file mode 100644
index 000000000000..4dd61791dcf2
--- /dev/null
+++ b/sci-astronomy/fitspng/fitspng-2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="FITS to PNG converter"
+HOMEPAGE="http://integral.physics.muni.cz/fitspng/"
+SRC_URI="ftp://integral.physics.muni.cz/pub/${PN}/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ sci-libs/cfitsio:0=
+ media-libs/libpng:0="
+DEPEND="${RDEPEND}"