diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-29 19:49:59 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-29 19:49:59 +0000 |
commit | ca58adf5b1c52961582666ee3f0f64179caf1a58 (patch) | |
tree | f8794c26d4f9f6dcd40d97f4a3efaa2a5652349b /dev-python/gnuplot-py | |
parent | Manifest recommit (diff) | |
download | historical-ca58adf5b1c52961582666ee3f0f64179caf1a58.tar.gz historical-ca58adf5b1c52961582666ee3f0f64179caf1a58.tar.bz2 historical-ca58adf5b1c52961582666ee3f0f64179caf1a58.zip |
Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot.
Diffstat (limited to 'dev-python/gnuplot-py')
-rw-r--r-- | dev-python/gnuplot-py/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.6.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog index 163a3ef0633d..f3b9e4890187 100644 --- a/dev-python/gnuplot-py/ChangeLog +++ b/dev-python/gnuplot-py/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gnuplot-py # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.10 2006/01/29 19:49:29 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.11 2006/01/29 19:49:59 cryos Exp $ + + 29 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> gnuplot-py-1.7.ebuild: + Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot. 29 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> gnuplot-py-1.6.ebuild: Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot. diff --git a/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild index d2359b7ac6cf..9952336063c5 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 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.6.ebuild,v 1.9 2004/06/25 01:30:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild,v 1.10 2006/01/29 19:49:29 cryos Exp $ inherit distutils @@ -13,7 +13,7 @@ LICENSE="GPL-2" KEYWORDS="x86 amd64 ~ppc" SLOT="0" DEPEND="virtual/python - media-gfx/gnuplot + sci-visualization/gnuplot dev-python/numeric" src_install() { |