summaryrefslogtreecommitdiff
path: root/sci-astronomy/ds9-bin/ds9-bin-7.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-26 00:10:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-26 00:10:07 +0100
commit95461df035e3867364495f065e5e805bf629b2d7 (patch)
tree867dce371a84a696e91be255d89f282975aa0480 /sci-astronomy/ds9-bin/ds9-bin-7.4.ebuild
parent46eedbedafdb0040c37884982d4c775ce277fb7b (diff)
gentoo resync : 25.10.2021
Diffstat (limited to 'sci-astronomy/ds9-bin/ds9-bin-7.4.ebuild')
-rw-r--r--sci-astronomy/ds9-bin/ds9-bin-7.4.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/sci-astronomy/ds9-bin/ds9-bin-7.4.ebuild b/sci-astronomy/ds9-bin/ds9-bin-7.4.ebuild
index 667bb722e777..62ff16918fbc 100644
--- a/sci-astronomy/ds9-bin/ds9-bin-7.4.ebuild
+++ b/sci-astronomy/ds9-bin/ds9-bin-7.4.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-inherit eutils
+inherit desktop
DESCRIPTION="Data visualization application for astronomical FITS images"
HOMEPAGE="http://ds9.si.edu/site/Home.html"
SRC_URI="https://dev.gentoo.org/~jlec/distfiles/ds9.png.tar
amd64? ( http://ds9.si.edu/download/linux64/ds9.linux64.${PV}.tar.gz )
x86? ( http://hea-www.harvard.edu/RD/ds9/download/linux/ds9.linux.${PV}.tar.gz )"
+S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~amd64-linux"
-IUSE=""
RDEPEND="
dev-libs/libxml2
@@ -28,9 +28,6 @@ RDEPEND="
x11-libs/libXrender
x11-libs/xpa"
-DEPEND=""
-S="${WORKDIR}"
-
QA_PRESTRIPPED="usr/bin/ds9"
QA_PREBUILT="usr/bin/ds9"