diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-09-23 21:00:33 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-09-23 21:00:33 +0000 |
commit | 0535bb8cf6f34558bca1d664085b672028ea63ac (patch) | |
tree | 9f6cf0a621c10b3923cb5e146f4ce27e44c98836 /sci-astronomy | |
parent | arm stable, bug #327295 (diff) | |
download | gentoo-2-0535bb8cf6f34558bca1d664085b672028ea63ac.tar.gz gentoo-2-0535bb8cf6f34558bca1d664085b672028ea63ac.tar.bz2 gentoo-2-0535bb8cf6f34558bca1d664085b672028ea63ac.zip |
Bump
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/kapteyn/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/kapteyn/kapteyn-2.0.2.ebuild | 30 |
2 files changed, 37 insertions, 1 deletions
diff --git a/sci-astronomy/kapteyn/ChangeLog b/sci-astronomy/kapteyn/ChangeLog index 0fe61e2fe3fa..10e7921d51d8 100644 --- a/sci-astronomy/kapteyn/ChangeLog +++ b/sci-astronomy/kapteyn/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2010/08/02 15:44:35 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.4 2010/09/23 21:00:33 bicatali Exp $ + +*kapteyn-2.0.2 (23 Sep 2010) + + 23 Sep 2010; Sébastien Fabbro <bicatali@gentoo.org> + +kapteyn-2.0.2.ebuild: + Bump *kapteyn-2.0 (02 Aug 2010) diff --git a/sci-astronomy/kapteyn/kapteyn-2.0.2.ebuild b/sci-astronomy/kapteyn/kapteyn-2.0.2.ebuild new file mode 100644 index 000000000000..d0a83fa82293 --- /dev/null +++ b/sci-astronomy/kapteyn/kapteyn-2.0.2.ebuild @@ -0,0 +1,30 @@ +# 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-2.0.2.ebuild,v 1.1 2010/09/23 21:00:33 bicatali 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="" + +DEPEND="sci-astronomy/wcslib + dev-python/numpy" +RDEPEND="${DEPEND}" + +RESTRICT_PYTHON_ABIS="3.*" + +src_install() { + distutils_src_install + dodoc doc/${PN}.pdf || die +} |