diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-04-20 14:45:53 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-04-20 14:45:53 +0000 |
commit | d8445eb8af661b89b713c0f3ee2e7ba9d61dbdf1 (patch) | |
tree | 9777081991d00db7650238f1a12763f4eebf294f /sci-astronomy | |
parent | Version bump, debundle wcslib (diff) | |
download | gentoo-2-d8445eb8af661b89b713c0f3ee2e7ba9d61dbdf1.tar.gz gentoo-2-d8445eb8af661b89b713c0f3ee2e7ba9d61dbdf1.tar.bz2 gentoo-2-d8445eb8af661b89b713c0f3ee2e7ba9d61dbdf1.zip |
Add missing dependencies and drop old
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/kapteyn/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/kapteyn/kapteyn-2.1.ebuild | 29 | ||||
-rw-r--r-- | sci-astronomy/kapteyn/kapteyn-2.2.ebuild | 6 |
3 files changed, 9 insertions, 32 deletions
diff --git a/sci-astronomy/kapteyn/ChangeLog b/sci-astronomy/kapteyn/ChangeLog index ebdd1e80cc13..c05afa645e69 100644 --- a/sci-astronomy/kapteyn/ChangeLog +++ b/sci-astronomy/kapteyn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/kapteyn # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.9 2012/04/20 14:38:57 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.10 2012/04/20 14:45:52 xarthisius Exp $ + + 20 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org> -kapteyn-2.1.ebuild, + kapteyn-2.2.ebuild: + Add missing dependencies and drop old *kapteyn-2.2 (20 Apr 2012) diff --git a/sci-astronomy/kapteyn/kapteyn-2.1.ebuild b/sci-astronomy/kapteyn/kapteyn-2.1.ebuild deleted file mode 100644 index ba2194219941..000000000000 --- a/sci-astronomy/kapteyn/kapteyn-2.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 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.2 2012/02/28 00:44:06 patrick Exp $ - -EAPI="3" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" - -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}" - -src_install() { - distutils_src_install - dodoc doc/${PN}.pdf || die -} diff --git a/sci-astronomy/kapteyn/kapteyn-2.2.ebuild b/sci-astronomy/kapteyn/kapteyn-2.2.ebuild index 78b3bb0515d3..8e378a69fe38 100644 --- a/sci-astronomy/kapteyn/kapteyn-2.2.ebuild +++ b/sci-astronomy/kapteyn/kapteyn-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-2.2.ebuild,v 1.1 2012/04/20 14:38:56 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-2.2.ebuild,v 1.2 2012/04/20 14:45:52 xarthisius Exp $ EAPI="3" @@ -21,7 +21,9 @@ IUSE="" DEPEND=">=sci-astronomy/wcslib-4.13.4 dev-python/numpy" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + dev-python/pyfits + dev-python/matplotlib" PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") DOCS="CHANGES.txt README.txt" |