summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-21 11:22:55 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-21 11:55:22 +0200
commitfbd68050ab88838c6b583e3185beee5e0b66b607 (patch)
tree867c3d199627529990816d3f1de30ed3b16bdff6 /sci-astronomy
parentsci-libs/clashscore-db: Port to EAPI 8 (diff)
downloadgentoo-fbd68050ab88838c6b583e3185beee5e0b66b607.tar.gz
gentoo-fbd68050ab88838c6b583e3185beee5e0b66b607.tar.bz2
gentoo-fbd68050ab88838c6b583e3185beee5e0b66b607.zip
sci-astronomy/ds9-bin: Port to EAPI 8
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-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"