summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2005-12-08 19:26:39 +0000
committerAlastair Tse <liquidx@gentoo.org>2005-12-08 19:26:39 +0000
commit575200b4f0fe7064041af99ee65ea4225196eed3 (patch)
tree83cf76a7f3420b4b1834d92d6d6824436a86e0f5 /dev-python/ipython
parentNew version (diff)
downloadgentoo-2-575200b4f0fe7064041af99ee65ea4225196eed3.tar.gz
gentoo-2-575200b4f0fe7064041af99ee65ea4225196eed3.tar.bz2
gentoo-2-575200b4f0fe7064041af99ee65ea4225196eed3.zip
stable for x86
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ChangeLog5
-rw-r--r--dev-python/ipython/ipython-0.6.15.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index 157d87c895ef..026db1cd15ae 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/ipython
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.22 2005/11/19 10:38:36 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.23 2005/12/08 19:26:39 liquidx Exp $
+
+ 08 Dec 2005; Alastair Tse <liquidx@gentoo.org> ipython-0.6.15.ebuild:
+ stable for x86
19 Nov 2005; Chris White <chriswhite@gentoo.org> metadata.xml:
Added japanese metadata.xml translation thanks to Yoshino-san.
diff --git a/dev-python/ipython/ipython-0.6.15.ebuild b/dev-python/ipython/ipython-0.6.15.ebuild
index ee5186c06019..3a6a382501d0 100644
--- a/dev-python/ipython/ipython-0.6.15.ebuild
+++ b/dev-python/ipython/ipython-0.6.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.6.15.ebuild,v 1.2 2005/09/26 16:06:37 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.6.15.ebuild,v 1.3 2005/12/08 19:26:39 liquidx Exp $
inherit distutils
@@ -10,7 +10,7 @@ SRC_URI="http://ipython.scipy.org/dist/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~s390 ~x86"
+KEYWORDS="~amd64 ~ppc ~s390 x86"
IUSE="gnuplot"
DEPEND="virtual/python"