diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-07-13 19:25:50 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-07-13 19:25:50 +0000 |
commit | 1bc1c4a324d0fcf067fc8b8cd3e9e0b36e9ef0c3 (patch) | |
tree | ca9c8faac9a25cf9b4509e2b1d56026122df84ac /sci-astronomy/kapteyn | |
parent | Fixing build with --as-needed wrt bug 327865. Thanks to Diego for reporting. ... (diff) | |
download | gentoo-2-1bc1c4a324d0fcf067fc8b8cd3e9e0b36e9ef0c3.tar.gz gentoo-2-1bc1c4a324d0fcf067fc8b8cd3e9e0b36e9ef0c3.tar.bz2 gentoo-2-1bc1c4a324d0fcf067fc8b8cd3e9e0b36e9ef0c3.zip |
Initial import
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/kapteyn')
-rw-r--r-- | sci-astronomy/kapteyn/ChangeLog | 10 | ||||
-rw-r--r-- | sci-astronomy/kapteyn/kapteyn-1.9.2.ebuild | 33 | ||||
-rw-r--r-- | sci-astronomy/kapteyn/metadata.xml | 12 |
3 files changed, 55 insertions, 0 deletions
diff --git a/sci-astronomy/kapteyn/ChangeLog b/sci-astronomy/kapteyn/ChangeLog new file mode 100644 index 000000000000..024630bac71f --- /dev/null +++ b/sci-astronomy/kapteyn/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-astronomy/kapteyn +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.1 2010/07/13 19:25:50 xarthisius Exp $ + +*kapteyn-1.9.2 (13 Jul 2010) + + 13 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org> +kapteyn-1.9.2.ebuild, + +metadata.xml: + Initial import + diff --git a/sci-astronomy/kapteyn/kapteyn-1.9.2.ebuild b/sci-astronomy/kapteyn/kapteyn-1.9.2.ebuild new file mode 100644 index 000000000000..061bff01151b --- /dev/null +++ b/sci-astronomy/kapteyn/kapteyn-1.9.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-1.9.2.ebuild,v 1.1 2010/07/13 19:25:50 xarthisius Exp $ + +EAPI="3" + +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="Collection of python tools for astronomy" +HOMEPAGE="http://www.astro.rug.nl/software/kapteyn" +SRC_URI="http://www.astro.rug.nl/software/kapteyn/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="sci-astronomy/wcslib + dev-python/numpy" +RDEPEND="${DEPEND}" + +RESTRICT_PYTHON_ABIS="3.*" + +src_install() { + distutils_src_install + if use doc; then + insinto /usr/share/doc/${PF} + doins doc/*.pdf || die + fi +} diff --git a/sci-astronomy/kapteyn/metadata.xml b/sci-astronomy/kapteyn/metadata.xml new file mode 100644 index 000000000000..fad56a781d14 --- /dev/null +++ b/sci-astronomy/kapteyn/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</herd> +<longdescription lang="en"> + The Kapteyn Package is a collection of Python modules and applications + made by the computer group of the Kapteyn Astronomical Institute, + University of Groningen, The Netherlands. The purpose of the package + is to provide tools for the development of astronomical applications + with Python. +</longdescription> +</pkgmetadata> |