commit:     72d244bad5c8588d6686d3efbf5e66e3c634c92d
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 01:37:11 2016 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 02:03:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72d244ba

sci-astronomy/casa-data: Version bump

Package-Manager: portage-2.2.27

 sci-astronomy/casa-data/casa-data-10763.ebuild | 29 ++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/sci-astronomy/casa-data/casa-data-10763.ebuild 
b/sci-astronomy/casa-data/casa-data-10763.ebuild
new file mode 100644
index 0000000..05297a2
--- /dev/null
+++ b/sci-astronomy/casa-data/casa-data-10763.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit subversion
+
+ESVN_REPO_URI="https://svn.cv.nrao.edu/svn/casa-data/distro@${PV}";
+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="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/distro"
+
+src_install(){
+       insinto /usr/share/casa/data
+       doins -r *
+}

Reply via email to