summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-18 14:04:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-18 14:04:13 +0200
commit66365fc805113b759fc9dc10f281512bf0c8eb8e (patch)
tree20bf4597c3e6b6c81aa97c1bafd64c9abf77451c /sci-astronomy/casa-data
parentmedia-video/raspberrypi-omxplayer: Drop 0_p20160217-r1 and 0_p20160528-r2 (diff)
downloadgentoo-66365fc805113b759fc9dc10f281512bf0c8eb8e.tar.gz
gentoo-66365fc805113b759fc9dc10f281512bf0c8eb8e.tar.bz2
gentoo-66365fc805113b759fc9dc10f281512bf0c8eb8e.zip
sci-astronomy/casa-data: Drop unmaintained live ebuild
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-astronomy/casa-data')
-rw-r--r--sci-astronomy/casa-data/casa-data-99999.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-astronomy/casa-data/casa-data-99999.ebuild b/sci-astronomy/casa-data/casa-data-99999.ebuild
deleted file mode 100644
index ea6f75add949..000000000000
--- a/sci-astronomy/casa-data/casa-data-99999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit subversion
-
-ESVN_REPO_URI="https://svn.cv.nrao.edu/svn/casa-data/distro"
-ESVN_OPTIONS="--non-interactive --trust-server-cert "
-
-DESCRIPTION="Data and tables for the CASA software"
-HOMEPAGE="https://safe.nrao.edu/wiki/bin/view/Software/ObtainingCasaDataRepository"
-SRC_URI=""
-
-KEYWORDS=""
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/distro"
-
-src_install() {
- insinto /usr/share/casa/data
- doins -r *
-}