diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-06-05 18:26:28 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-06-05 18:26:28 +0000 |
commit | a5ccee11df04f7d6ae164b2ef852c38fa96a5b33 (patch) | |
tree | 6a1be38b2f137164655475ba53799ca73eaf6221 /sci-astronomy/casa-data | |
parent | Introduce libh2o++, a C++ wrapper to libh2o. (diff) | |
download | gentoo-2-a5ccee11df04f7d6ae164b2ef852c38fa96a5b33.tar.gz gentoo-2-a5ccee11df04f7d6ae164b2ef852c38fa96a5b33.tar.bz2 gentoo-2-a5ccee11df04f7d6ae164b2ef852c38fa96a5b33.zip |
Initial import
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/casa-data')
-rw-r--r-- | sci-astronomy/casa-data/ChangeLog | 10 | ||||
-rw-r--r-- | sci-astronomy/casa-data/Manifest | 3 | ||||
-rw-r--r-- | sci-astronomy/casa-data/casa-data-9999.ebuild | 29 | ||||
-rw-r--r-- | sci-astronomy/casa-data/metadata.xml | 9 |
4 files changed, 51 insertions, 0 deletions
diff --git a/sci-astronomy/casa-data/ChangeLog b/sci-astronomy/casa-data/ChangeLog new file mode 100644 index 000000000000..74833c71b61f --- /dev/null +++ b/sci-astronomy/casa-data/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-astronomy/casa-data +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casa-data/ChangeLog,v 1.1 2012/06/05 18:26:28 bicatali Exp $ + +*casa-data-9999 (05 Jun 2012) + + 05 Jun 2012; Sébastien Fabbro <bicatali@gentoo.org> +casa-data-9999.ebuild, + +metadata.xml: + Initial import + diff --git a/sci-astronomy/casa-data/Manifest b/sci-astronomy/casa-data/Manifest new file mode 100644 index 000000000000..98581303186d --- /dev/null +++ b/sci-astronomy/casa-data/Manifest @@ -0,0 +1,3 @@ +EBUILD casa-data-9999.ebuild 584 RMD160 5fe823d76239fa621263ec90f8ce7ecd29086e9c SHA1 5aa93f4f4e12c03cd3e54cebe523effbf29cdcba SHA256 e8170b07b01b5e3b88d2202b93e8c172074fefc900a57f7f1712d9ef483cbb8a +MISC ChangeLog 269 RMD160 79a6478003f25ccca60912f74fa5fa0ce3673bd2 SHA1 035d3d9aeff00bc907aee5e6f844bf99cd948aba SHA256 b400bab7343a8aa8e2d19d5d3b593410f09ed38136062b26080f9c6ffbbcf1f5 +MISC metadata.xml 341 RMD160 d96423e73e67d3aff0a209985237a24f688ed770 SHA1 889d1ad3f603b7706b9e3fac1ad2a8f6b450e5b0 SHA256 34c9fa5497593d0457b870a6a52dd4fe4a03e783b56a77f066d321de2df4d1af diff --git a/sci-astronomy/casa-data/casa-data-9999.ebuild b/sci-astronomy/casa-data/casa-data-9999.ebuild new file mode 100644 index 000000000000..7f4d1a01ae70 --- /dev/null +++ b/sci-astronomy/casa-data/casa-data-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casa-data/casa-data-9999.ebuild,v 1.1 2012/06/05 18:26:28 bicatali Exp $ + +EAPI=4 +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="~amd64 ~x86" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/distro" + +src_install(){ + insinto /usr/share/casa/data + doins -r * +} diff --git a/sci-astronomy/casa-data/metadata.xml b/sci-astronomy/casa-data/metadata.xml new file mode 100644 index 000000000000..32643d6165b8 --- /dev/null +++ b/sci-astronomy/casa-data/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci-astronomy</herd> +<longdescription lang="en"> + Observatory tables, ephemerides and other software data related to + the Common Astronomy Software Applications (CASA) suite. +</longdescription> +</pkgmetadata> |