summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-06-05 18:26:28 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-06-05 18:26:28 +0000
commit395e94ff4761ab67b779ac66fab7f91efe6a169e (patch)
tree12049ceda64f3495e08cbc8483ec842cba7dab7a /sci-astronomy
parentIntroduce libh2o++, a C++ wrapper to libh2o. (diff)
downloadhistorical-395e94ff4761ab67b779ac66fab7f91efe6a169e.tar.gz
historical-395e94ff4761ab67b779ac66fab7f91efe6a169e.tar.bz2
historical-395e94ff4761ab67b779ac66fab7f91efe6a169e.zip
Initial import
Package-Manager: portage-2.1.10.63/cvs/Linux x86_64
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/casa-data/ChangeLog10
-rw-r--r--sci-astronomy/casa-data/Manifest13
-rw-r--r--sci-astronomy/casa-data/casa-data-9999.ebuild29
-rw-r--r--sci-astronomy/casa-data/metadata.xml9
4 files changed, 61 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..12ec6433e9f7
--- /dev/null
+++ b/sci-astronomy/casa-data/Manifest
@@ -0,0 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+EBUILD casa-data-9999.ebuild 693 RMD160 92b9dfe3051b6126fc4138352de8e9711b2d6bba SHA1 b22b8de09d1ab8601afc04286ee952fb53d086d6 SHA256 a8251f8b874072b800a56a541653b8a705fcadf4d57c8a720103cd443ae36a58
+MISC ChangeLog 366 RMD160 68322b3ecc7ac40c5fbe6418ce9a26c81eab1763 SHA1 9b52132c6f9c975bb61394344e8eba11ed2ef05e SHA256 b53312393557a1fc8f660051fc50bbc46bc6bd6c568ce524bd20110272e32bdb
+MISC metadata.xml 341 RMD160 d96423e73e67d3aff0a209985237a24f688ed770 SHA1 889d1ad3f603b7706b9e3fac1ad2a8f6b450e5b0 SHA256 34c9fa5497593d0457b870a6a52dd4fe4a03e783b56a77f066d321de2df4d1af
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iEYEARECAAYFAk/OT18ACgkQ1ycZbhPLE2A0EwCdGojLmUsTukt/B/UT0eLhEBWc
+94oAnjk9NtLzE07SZypCocefwKhPkI7b
+=leJJ
+-----END PGP SIGNATURE-----
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>