diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-10-06 16:10:39 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-10-06 16:10:39 +0000 |
commit | 27b45fbdd84b93e4fa1c3183a6dd8e660bd936f6 (patch) | |
tree | 36b5b25946bc3c1aa2adbd640624b230f688f07e /dev-python/gnuplot-py | |
parent | Version bump. Keeping old for stabilization. (diff) | |
download | gentoo-2-27b45fbdd84b93e4fa1c3183a6dd8e660bd936f6.tar.gz gentoo-2-27b45fbdd84b93e4fa1c3183a6dd8e660bd936f6.tar.bz2 gentoo-2-27b45fbdd84b93e4fa1c3183a6dd8e660bd936f6.zip |
Fix numpy dependency, bug 240214
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-python/gnuplot-py')
-rw-r--r-- | dev-python/gnuplot-py/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild | 3 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.8.ebuild | 7 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog index da61b674249f..71cfb00e137b 100644 --- a/dev-python/gnuplot-py/ChangeLog +++ b/dev-python/gnuplot-py/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnuplot-py # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.29 2008/07/05 10:01:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.30 2008/10/06 16:10:39 hawking Exp $ + + 06 Oct 2008; Ali Polatel <hawking@gentoo.org> gnuplot-py-1.7-r2.ebuild, + gnuplot-py-1.8.ebuild: + Fix numpy dependency, bug 240214 *gnuplot-py-1.8 (05 Jul 2008) diff --git a/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild index 0b9a9101865c..6106ccfa8626 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild,v 1.8 2008/02/08 16:23:31 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild,v 1.9 2008/10/06 16:10:39 hawking Exp $ inherit distutils eutils @@ -16,6 +16,7 @@ IUSE="" DEPEND="virtual/python sci-visualization/gnuplot dev-python/numpy" +RDEPEND="${DEPEND}" PYTHON_MODNAME="Gnuplot" diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild index fac27a0ad1d6..ac7ee2d78c68 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.1 2008/07/05 10:01:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.2 2008/10/06 16:10:39 hawking Exp $ inherit distutils eutils @@ -13,9 +13,10 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="doc" -DEPEND="virtual/python" -RDEPEND="sci-visualization/gnuplot +DEPEND="virtual/python dev-python/numpy" +RDEPEND="sci-visualization/gnuplot + ${DEPEND}" PYTHON_MODNAME="Gnuplot" |