diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-21 11:23:04 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-21 11:55:23 +0200 |
commit | 275e233a32781a528fcac896ffa0998e7c84c422 (patch) | |
tree | b8465bcac3ef3baa8f1f7d8450b92e13822c13aa /sci-astronomy | |
parent | sci-astronomy/ds9-bin: Port to EAPI 8 (diff) | |
download | gentoo-275e233a32781a528fcac896ffa0998e7c84c422.tar.gz gentoo-275e233a32781a528fcac896ffa0998e7c84c422.tar.bz2 gentoo-275e233a32781a528fcac896ffa0998e7c84c422.zip |
sci-astronomy/ds9-bin: drop 7.2
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/ds9-bin/Manifest | 2 | ||||
-rw-r--r-- | sci-astronomy/ds9-bin/ds9-bin-7.2.ebuild | 41 |
2 files changed, 0 insertions, 43 deletions
diff --git a/sci-astronomy/ds9-bin/Manifest b/sci-astronomy/ds9-bin/Manifest index 8495261e75d4..1612a593dc8b 100644 --- a/sci-astronomy/ds9-bin/Manifest +++ b/sci-astronomy/ds9-bin/Manifest @@ -1,5 +1,3 @@ -DIST ds9.linux.7.2.tar.gz 11947450 BLAKE2B f6d7530b88aaf412237e1d3d1de4851fd94bf48216a8bd501732d00e0e870ae6d4dd3c8a73c560b854409a9fa42bbea0777d68747d45a9802cebd19a507179cc SHA512 e85029625d981b2a3152dc61fab0ac11ac1bafd64705efc9788a4c3cffb14ddfe1e24635e6e38d0ba26643aa8e5e2f0290f2ecef8949f9eb4065e53af802de85 DIST ds9.linux.7.4.tar.gz 12066575 BLAKE2B 60f8369679ffe32e573f17ef77ab3b7f9857b530e2d9aa8fecc4f5a3b39cbd74e1fdcb21eb3e96b01febca35722329a02fcfcc2967b30bbe57584e4ea4a2cc40 SHA512 f56b6ca4ff67cd7163bba300500e1fa55a58185a09c0e41a33fd8f33f8aa393e07e58cb1bd48c39f558f0038180ee38129f3ad421743cdadddc3115f00c0cf64 -DIST ds9.linux64.7.2.tar.gz 12683459 BLAKE2B 13319757c2cd709e8887f27bc6f83dd816148807839e914f559848a61b8060568038e0e397d622ae5bbb8c324cce42aa0cf72a76f880a89ad4e085ff1a3298e3 SHA512 af9368d05e94ab43dff9dcc0c791333ccd7865e7666238c46cb216176caeb12188363b45380c97af0cef0d1802ea26acdda7f1562dc168536dd9ddac6d7ebb97 DIST ds9.linux64.7.4.tar.gz 12555299 BLAKE2B a61eaba1185ff0826fc7bd7af3049768ec93f28e6fa9f331b3964849d0bcbd5500db38141101f5100d8bbdba6dec34f5f6403b0f8655fb6ae5d2058b96ab9d52 SHA512 dee66842b088881cee7dfcacb3cb220a71ef70ca3258afbe7ce7911a930c274fe5fc09487c4e54d2855179c80d940bf2e57a9b8a59ea0909ccc3213c92d81a65 DIST ds9.png.tar 10240 BLAKE2B 4146672d9f0048668e5e910a4b0b021d8c7dbbe8d142ac15e5724d796bc7a522e38a3497686fdc259ca40f713409d77ad0f7989db5517a5a5e57abf45606b3f0 SHA512 c7d52733c63adcac00de652ac4be7a19e7a6497cf24cc6f7f78f0a9583cc94ce9c81e567af3c34f9124e15ee089abbd735c49b6cf8f2dcf6ea3cce6ed2c7302f diff --git a/sci-astronomy/ds9-bin/ds9-bin-7.2.ebuild b/sci-astronomy/ds9-bin/ds9-bin-7.2.ebuild deleted file mode 100644 index ebd5721f29ef..000000000000 --- a/sci-astronomy/ds9-bin/ds9-bin-7.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="Data visualization application for astronomical FITS images" -HOMEPAGE="http://hea-www.harvard.edu/RD/ds9" -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/ds9.png.tar - amd64? ( http://hea-www.harvard.edu/RD/ds9/download/linux64/ds9.linux64.${PV}.tar.gz ) - x86? ( http://hea-www.harvard.edu/RD/ds9/download/linux/ds9.linux.${PV}.tar.gz )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-libs/libxml2 - media-libs/fontconfig - media-libs/freetype - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXext - x11-libs/libXft - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/xpa" - -DEPEND="" -S="${WORKDIR}" - -QA_PRESTRIPPED="usr/bin/ds9" -QA_PREBUILT="usr/bin/ds9" - -src_install() { - dobin ds9 - doicon ds9.png - make_desktop_entry ds9 "SAOImage DS9" ds9 -} |