summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-11-26 05:53:02 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-11-26 05:53:02 +0000
commit09309a62b0acd40ab910f5c8b02794140e2e84d1 (patch)
tree302b56ae6552f5b183405e0b3a376e851e24bc54 /sci-astronomy/aatm
parentVersion bump and initial import to the main tree (diff)
downloadgentoo-2-09309a62b0acd40ab910f5c8b02794140e2e84d1.tar.gz
gentoo-2-09309a62b0acd40ab910f5c8b02794140e2e84d1.tar.bz2
gentoo-2-09309a62b0acd40ab910f5c8b02794140e2e84d1.zip
Initial import
(Portage version: 2.1.10.37/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/aatm')
-rw-r--r--sci-astronomy/aatm/ChangeLog10
-rw-r--r--sci-astronomy/aatm/Manifest4
-rw-r--r--sci-astronomy/aatm/aatm-0.4.3.1.ebuild21
-rw-r--r--sci-astronomy/aatm/metadata.xml12
4 files changed, 47 insertions, 0 deletions
diff --git a/sci-astronomy/aatm/ChangeLog b/sci-astronomy/aatm/ChangeLog
new file mode 100644
index 000000000000..95da1216ed52
--- /dev/null
+++ b/sci-astronomy/aatm/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-astronomy/aatm
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/aatm/ChangeLog,v 1.1 2011/11/26 05:53:02 bicatali Exp $
+
+*aatm-0.4.3.1 (26 Nov 2011)
+
+ 26 Nov 2011; Sébastien Fabbro <bicatali@gentoo.org> +aatm-0.4.3.1.ebuild,
+ +metadata.xml:
+ Initial import
+
diff --git a/sci-astronomy/aatm/Manifest b/sci-astronomy/aatm/Manifest
new file mode 100644
index 000000000000..75e06c274a7a
--- /dev/null
+++ b/sci-astronomy/aatm/Manifest
@@ -0,0 +1,4 @@
+DIST aatm-0.4.3.1.tar.gz 611919 RMD160 78fcf5d3186e56c31748b69accd1c975e5bf6378 SHA1 549b58bba246c77d869244695455a3367a67b0a4 SHA256 b41c5b524bc66559357a20ef032b407385aa919e07fd5742afffd33847fa42c9
+EBUILD aatm-0.4.3.1.ebuild 499 RMD160 5cce24c274f1be3b949ffbb23730b8a107d3383b SHA1 1573fe4925c2642ba6013c3509ab16aadfb146d3 SHA256 1041ca5498bd4790b6c1e1b6770fe21655bf7f388ba71d56429084c1ac00b39e
+MISC ChangeLog 260 RMD160 1f2773b85eb07ed3b292395f51e45eb797a93a24 SHA1 9f9bd7a203736a8acbf4ade932a6efe0fd70c74d SHA256 b9ace7e96a1abfeccbaaec9edf3ad3370d986dc5122efaa2c51b715a2981ade1
+MISC metadata.xml 529 RMD160 1044a3e0a1aae10fdc0b67b7c2649e86a6d48229 SHA1 93ba136d6b9f8a7e59790d8acefc5048030d81c6 SHA256 9f8056039e6409e53a6945854b394bd888472bad0b7b6585935a54dc2d1a6b82
diff --git a/sci-astronomy/aatm/aatm-0.4.3.1.ebuild b/sci-astronomy/aatm/aatm-0.4.3.1.ebuild
new file mode 100644
index 000000000000..652f5ce93723
--- /dev/null
+++ b/sci-astronomy/aatm/aatm-0.4.3.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/aatm/aatm-0.4.3.1.ebuild,v 1.1 2011/11/26 05:53:02 bicatali Exp $
+
+EAPI=4
+
+DESCRIPTION="Atmospheric Modelling for ALMA Observatory"
+HOMEPAGE="http://www.mrao.cam.ac.uk/~bn204/alma/atmomodel.html"
+SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="dev-libs/boost"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
diff --git a/sci-astronomy/aatm/metadata.xml b/sci-astronomy/aatm/metadata.xml
new file mode 100644
index 000000000000..7cdd26f24471
--- /dev/null
+++ b/sci-astronomy/aatm/metadata.xml
@@ -0,0 +1,12 @@
+<?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">
+ ATmospheric Modeling for ALMA is a library of routines for modelling
+ transmission of cm/mm/sub-mm wavelength radiation through the Earths
+ atmosphere. It is designed to simulate both the absorption/emission
+ of radiation and the dispersion (i.e., the frequency dependent
+ refractive index of the atmosphere).
+</longdescription>
+</pkgmetadata>