aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <seb@cayenne.ist.utl.pt>2009-07-23 17:42:14 +0100
committerSebastien Fabbro <seb@cayenne.ist.utl.pt>2009-07-23 17:42:14 +0100
commitd420ac2d20075d821e06c5da0616bf0fbe15990f (patch)
tree85bcb6da20c2fe290315c116ea82897f20eb1097
parentsci-libs/oasa: Version bump to 0.13.1 (diff)
downloadsci-d420ac2d20075d821e06c5da0616bf0fbe15990f.tar.gz
sci-d420ac2d20075d821e06c5da0616bf0fbe15990f.tar.bz2
sci-d420ac2d20075d821e06c5da0616bf0fbe15990f.zip
Initial import of kapteyn
-rw-r--r--sci-astronomy/kapteyn/ChangeLog10
-rw-r--r--sci-astronomy/kapteyn/Manifest3
-rw-r--r--sci-astronomy/kapteyn/kapteyn-1.8.7.ebuild27
-rw-r--r--sci-astronomy/kapteyn/metadata.xml12
4 files changed, 52 insertions, 0 deletions
diff --git a/sci-astronomy/kapteyn/ChangeLog b/sci-astronomy/kapteyn/ChangeLog
new file mode 100644
index 000000000..a4d1c08cc
--- /dev/null
+++ b/sci-astronomy/kapteyn/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-astronomy/kapteyn
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*kapteyn-1.8.7 (23 Jul 2009)
+
+ 23 Jul 2009; Sébastien Fabbro <bicatali@gentoo.org>
+ +kapteyn-1.8.7.ebuild, +metadata.xml:
+ Initial import
+
diff --git a/sci-astronomy/kapteyn/Manifest b/sci-astronomy/kapteyn/Manifest
new file mode 100644
index 000000000..0e8706e41
--- /dev/null
+++ b/sci-astronomy/kapteyn/Manifest
@@ -0,0 +1,3 @@
+DIST kapteyn-1.8.7.tar.gz 487308 RMD160 b0a7c1cd1df9de7f45f9136eabdef9c022692b02 SHA1 dd9d33ecb82312e466e2bd89dd021225d66e078c SHA256 cac28752490945a51ad7ea951e367f4a235310386d9cc17559b68dfe9d80183a
+EBUILD kapteyn-1.8.7.ebuild 526 RMD160 d98e4ee0b10f342de016a0a169779a02a8b4b6e3 SHA1 ad3e08f08246be89a3dc30d8113d6baaa69fb8f8 SHA256 72716d9b88bab3a619273d62020db1abc67aca495f0148eec916df1b7386bcfe
+MISC metadata.xml 501 RMD160 21ff30e9908a8872f7cf8facbcf86f089b874ebe SHA1 a43bcde0827ad797de7fc10583ae244e2a10e82e SHA256 9c4965e57b84b29a22d6137872629c44618000cb50f8c9a95fb73b46fc348b6a
diff --git a/sci-astronomy/kapteyn/kapteyn-1.8.7.ebuild b/sci-astronomy/kapteyn/kapteyn-1.8.7.ebuild
new file mode 100644
index 000000000..64daf4508
--- /dev/null
+++ b/sci-astronomy/kapteyn/kapteyn-1.8.7.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit distutils
+
+DESCRIPTION="Collection of python tools for astronomy"
+HOMEPAGE="http://www.astro.rug.nl/software/kapteyn"
+SRC_URI="${HOMEPAGE}/${P}.tar.gz"
+
+LICENSE=""
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="sci-astronomy/wcslib
+ dev-python/numpy"
+RDEPEND="${DEPEND}"
+
+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 000000000..fad56a781
--- /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>