summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-04-19 19:39:31 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-19 19:39:31 +0300
commitaa97b1b26a457238e2effb616b4ac1f84eea1062 (patch)
tree604418f3b1a589607bd2a31fe7e3f7cbbdea64d5 /sci-astronomy
parentsys-apps/systemd-utils: Stabilize 254.10-r1 sparc, #930182 (diff)
downloadgentoo-aa97b1b26a457238e2effb616b4ac1f84eea1062.tar.gz
gentoo-aa97b1b26a457238e2effb616b4ac1f84eea1062.tar.bz2
gentoo-aa97b1b26a457238e2effb616b4ac1f84eea1062.zip
sci-astronomy/idlastro: drop stale live, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/idlastro/idlastro-99999999.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sci-astronomy/idlastro/idlastro-99999999.ebuild b/sci-astronomy/idlastro/idlastro-99999999.ebuild
deleted file mode 100644
index c25a786e01d8..000000000000
--- a/sci-astronomy/idlastro/idlastro-99999999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} != 99999999 ]]; then
- SRC_URI="https://idlastro.gsfc.nasa.gov/ftp/astron.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
- S="${WORKDIR}"
-else
- inherit git-r3
- GIT_ECLASS="git-r3"
- EGIT_REPO_URI="https://github.com/wlandsman/IDLAstro.git"
-fi
-
-DESCRIPTION="Astronomical user routines for IDL"
-HOMEPAGE="https://idlastro.gsfc.nasa.gov/"
-
-LICENSE="BSD-2 BSD"
-SLOT="0"
-IUSE=""
-DEPEND=""
-RDEPEND="dev-lang/gdl"
-
-src_install() {
- insinto /usr/share/gnudatalanguage/${PN}
- doins -r pro/*
- dodoc *txt text/*
-}