diff options
Diffstat (limited to 'sci-astronomy/casa-data/casa-data-20160222.ebuild')
-rw-r--r-- | sci-astronomy/casa-data/casa-data-20160222.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sci-astronomy/casa-data/casa-data-20160222.ebuild b/sci-astronomy/casa-data/casa-data-20160222.ebuild deleted file mode 100644 index 78279ca3163b..000000000000 --- a/sci-astronomy/casa-data/casa-data-20160222.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MYPN=WSRT_Measures - -DESCRIPTION="Data and tables for the CASA software" -HOMEPAGE="https://github.com/casacore/casacore/" -SRC_URI="ftp://ftp.astron.nl/outgoing/Measures/${MYPN}_${PV}-000001.ztar -> ${P}.tar.Z" - -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -LICENSE="LGPL-3" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" - -S="${WORKDIR}" - -src_install() { - insinto /usr/share/casa/data - doins -r * -} |