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
commitff23583e0eb196ace88cf322f1e036ef99a6ff87 (patch)
tree0c53908aebf2519cc30b70835e7b2c188f66b2f3 /sci-astronomy/aatm
parentVersion bump and initial import to the main tree (diff)
downloadhistorical-ff23583e0eb196ace88cf322f1e036ef99a6ff87.tar.gz
historical-ff23583e0eb196ace88cf322f1e036ef99a6ff87.tar.bz2
historical-ff23583e0eb196ace88cf322f1e036ef99a6ff87.zip
Initial import
Package-Manager: portage-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/aatm-0.4.3.1.ebuild21
-rw-r--r--sci-astronomy/aatm/metadata.xml12
3 files changed, 43 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/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>