diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2016-02-26 01:59:11 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2016-02-26 02:03:37 +0000 |
commit | 0b5c816bbb5f27f90497bd19cf7c15acf349f89b (patch) | |
tree | e5019e9cf1279a698ce4d4b525ff1dcfae6d8ce9 /sci-astronomy/casa-data/casa-data-20160222.ebuild | |
parent | sci-astronomy/casa-data: Version bump (diff) | |
download | gentoo-0b5c816bbb5f27f90497bd19cf7c15acf349f89b.tar.gz gentoo-0b5c816bbb5f27f90497bd19cf7c15acf349f89b.tar.bz2 gentoo-0b5c816bbb5f27f90497bd19cf7c15acf349f89b.zip |
sci-astronomy/casa-data: take smaller data package instead of subversion based one
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-astronomy/casa-data/casa-data-20160222.ebuild')
-rw-r--r-- | sci-astronomy/casa-data/casa-data-20160222.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-astronomy/casa-data/casa-data-20160222.ebuild b/sci-astronomy/casa-data/casa-data-20160222.ebuild new file mode 100644 index 000000000000..fee5bafc62ba --- /dev/null +++ b/sci-astronomy/casa-data/casa-data-20160222.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 * +} |