diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-29 19:50:28 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-29 19:50:28 +0000 |
commit | a971e6242865fa67964a4c6930b1d0872ee3648e (patch) | |
tree | 4b4ede956f4295acdc347487f51e46b1e04f4484 /dev-python/gnuplot-py | |
parent | Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot. (diff) | |
download | historical-a971e6242865fa67964a4c6930b1d0872ee3648e.tar.gz historical-a971e6242865fa67964a4c6930b1d0872ee3648e.tar.bz2 historical-a971e6242865fa67964a4c6930b1d0872ee3648e.zip |
Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot.
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-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.7.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog index f3b9e4890187..e39a6883b5b2 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.11 2006/01/29 19:49:59 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.12 2006/01/29 19:50:28 cryos Exp $ + + 29 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> + gnuplot-py-1.7-r1.ebuild: + Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot. 29 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> gnuplot-py-1.7.ebuild: Dependency update: media-gfx/gnuplot -> sci-visualization/gnuplot. diff --git a/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild index 08eeec729394..b62782f72d3a 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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.7-r1.ebuild,v 1.2 2005/11/28 11:27:45 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild,v 1.3 2006/01/29 19:50:28 cryos Exp $ inherit distutils eutils @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~ppc ~s390 ~x86" IUSE="" DEPEND="virtual/python - media-gfx/gnuplot + sci-visualization/gnuplot dev-python/numeric" src_unpack() { diff --git a/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild index 624cc7f33e54..a4cfc2ebfc4f 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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.7.ebuild,v 1.4 2005/06/04 15:18:26 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild,v 1.5 2006/01/29 19:49:59 cryos Exp $ inherit distutils @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ppc s390 x86" IUSE="" DEPEND="virtual/python - media-gfx/gnuplot + sci-visualization/gnuplot dev-python/numeric" src_install() { |