diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-02-17 06:45:58 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-02-17 06:45:58 +0000 |
commit | 1451727c86ca0df7d01e1f44eedeb060189d85e9 (patch) | |
tree | a124dcf201ce2dc97503fb9b5a2d3619d7684249 /sci-astronomy/kapteyn | |
parent | Version bump. Patches applied upstream. (diff) | |
download | gentoo-2-1451727c86ca0df7d01e1f44eedeb060189d85e9.tar.gz gentoo-2-1451727c86ca0df7d01e1f44eedeb060189d85e9.tar.bz2 gentoo-2-1451727c86ca0df7d01e1f44eedeb060189d85e9.zip |
Bump
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/kapteyn')
-rw-r--r-- | sci-astronomy/kapteyn/ChangeLog | 9 | ||||
-rw-r--r-- | sci-astronomy/kapteyn/kapteyn-2.1.ebuild | 30 |
2 files changed, 37 insertions, 2 deletions
diff --git a/sci-astronomy/kapteyn/ChangeLog b/sci-astronomy/kapteyn/ChangeLog index 10e7921d51d8..18dd7746df1b 100644 --- a/sci-astronomy/kapteyn/ChangeLog +++ b/sci-astronomy/kapteyn/ChangeLog @@ -1,6 +1,11 @@ # 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.4 2010/09/23 21:00:33 bicatali Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.5 2011/02/17 06:45:58 bicatali Exp $ + +*kapteyn-2.1 (17 Feb 2011) + + 17 Feb 2011; Sébastien Fabbro <bicatali@gentoo.org> +kapteyn-2.1.ebuild: + Bump *kapteyn-2.0.2 (23 Sep 2010) diff --git a/sci-astronomy/kapteyn/kapteyn-2.1.ebuild b/sci-astronomy/kapteyn/kapteyn-2.1.ebuild new file mode 100644 index 000000000000..b59947ea888f --- /dev/null +++ b/sci-astronomy/kapteyn/kapteyn-2.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-2.1.ebuild,v 1.1 2011/02/17 06:45:58 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-4.7 + dev-python/numpy" +RDEPEND="${DEPEND}" + +RESTRICT_PYTHON_ABIS="3.*" + +src_install() { + distutils_src_install + dodoc doc/${PN}.pdf || die +} |