diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-02 22:32:45 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-02 22:32:45 +0000 |
commit | f463c3b2bbe3555cbf151e52bef648bc6f899253 (patch) | |
tree | 2c7b6a9d19942edcb79d594569bfbb609290a5f0 /dev-python/gnuplot-py | |
parent | moving dev-python/Numeric to dev-python/numeric (diff) | |
download | historical-f463c3b2bbe3555cbf151e52bef648bc6f899253.tar.gz historical-f463c3b2bbe3555cbf151e52bef648bc6f899253.tar.bz2 historical-f463c3b2bbe3555cbf151e52bef648bc6f899253.zip |
moving dev-python/Numeric to dev-python/numeric
Diffstat (limited to 'dev-python/gnuplot-py')
-rw-r--r-- | dev-python/gnuplot-py/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gnuplot-py/Manifest | 4 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.6.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog index 58791a366df0..37aed0367a03 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.1 2003/06/19 22:17:44 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.2 2003/09/02 22:27:28 liquidx Exp $ + + 02 Sep 2003; Alastair Tse <liquidx@gentoo.org> gnuplot-py-1.6.ebuild: + moved dev-python/Numeric to dev-python/numeric *gnuplot-py-1.6 (19 Jun 2003) diff --git a/dev-python/gnuplot-py/Manifest b/dev-python/gnuplot-py/Manifest index 6950847310f1..d83fef65c8f7 100644 --- a/dev-python/gnuplot-py/Manifest +++ b/dev-python/gnuplot-py/Manifest @@ -1,4 +1,4 @@ -MD5 13472d14d2001c53439ad5370a56ede2 gnuplot-py-1.6.ebuild 618 -MD5 d4868fc74bd39743db75ab6daf8412f8 ChangeLog 401 +MD5 f27b099d67241d98100d361f764fe635 ChangeLog 523 +MD5 c791f2e4d89ebc24ed9bf6a5ac9734db gnuplot-py-1.6.ebuild 618 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 e78f98cfb3a978120690eb8cc84e5dda files/digest-gnuplot-py-1.6 65 diff --git a/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild index 59fbf347a9bf..3a35d3273902 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-2003 Gentoo Technologies, Inc. # 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.3 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild,v 1.4 2003/09/02 22:27:28 liquidx Exp $ inherit distutils @@ -14,7 +14,7 @@ KEYWORDS="~x86" SLOT="0" DEPEND="virtual/python media-gfx/gnuplot - dev-python/Numeric" + dev-python/numeric" src_install() { distutils_src_install |