summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2005-01-25 22:46:16 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2005-01-25 22:46:16 +0000
commit238c8cca9823facec4fcca8d28bd0f1c90a238e4 (patch)
tree527ece026300d5f25dd5edea595e2cf32df40be0 /dev-python/ipython
parentVersion bump. Bug # 79335. Removed old version. (diff)
downloadgentoo-2-238c8cca9823facec4fcca8d28bd0f1c90a238e4.tar.gz
gentoo-2-238c8cca9823facec4fcca8d28bd0f1c90a238e4.tar.bz2
gentoo-2-238c8cca9823facec4fcca8d28bd0f1c90a238e4.zip
Marked stable on x86.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ChangeLog8
-rw-r--r--dev-python/ipython/ipython-0.5.0.ebuild4
-rw-r--r--dev-python/ipython/ipython-0.6.0.ebuild6
-rw-r--r--dev-python/ipython/ipython-0.6.3.ebuild6
-rw-r--r--dev-python/ipython/ipython-0.6.5.ebuild6
-rw-r--r--dev-python/ipython/ipython-0.6.6.ebuild6
6 files changed, 20 insertions, 16 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index 9d516e272f39..3b5e9f060278 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/ipython
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.9 2004/12/19 23:53:32 kloeri Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.10 2005/01/25 22:46:16 lucass Exp $
+
+ 25 Jan 2005; Lukasz Strzygowski <lucass@gentoo.org> ipython-0.6.0.ebuild,
+ ipython-0.6.3.ebuild, ipython-0.6.5.ebuild, ipython-0.6.6.ebuild:
+ Marked stable on x86.
*ipython-0.6.6 (20 Dec 2004)
diff --git a/dev-python/ipython/ipython-0.5.0.ebuild b/dev-python/ipython/ipython-0.5.0.ebuild
index 67d60368b348..14e52c435ed5 100644
--- a/dev-python/ipython/ipython-0.5.0.ebuild
+++ b/dev-python/ipython/ipython-0.5.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.5.0.ebuild,v 1.4 2004/06/25 01:32:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.5.0.ebuild,v 1.5 2005/01/25 22:46:16 lucass Exp $
inherit distutils
diff --git a/dev-python/ipython/ipython-0.6.0.ebuild b/dev-python/ipython/ipython-0.6.0.ebuild
index 2b1d47966dc9..44a0ab9a4629 100644
--- a/dev-python/ipython/ipython-0.6.0.ebuild
+++ b/dev-python/ipython/ipython-0.6.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.0.ebuild,v 1.3 2004/06/25 01:32:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.6.0.ebuild,v 1.4 2005/01/25 22:46:16 lucass Exp $
inherit distutils
@@ -11,7 +11,7 @@ HOMEPAGE="http://ipython.scipy.org/"
LICENSE="PYTHON"
SLOT="0"
IUSE="gnuplot"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="x86 ~amd64 ~ppc"
DEPEND=">=dev-lang/python-2.2"
RDEPEND="${DEPEND}
gnuplot? ( dev-python/gnuplot-py )"
diff --git a/dev-python/ipython/ipython-0.6.3.ebuild b/dev-python/ipython/ipython-0.6.3.ebuild
index 4bfb0190817b..00c95289363a 100644
--- a/dev-python/ipython/ipython-0.6.3.ebuild
+++ b/dev-python/ipython/ipython-0.6.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.3.ebuild,v 1.1 2004/09/10 10:43:17 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.6.3.ebuild,v 1.2 2005/01/25 22:46:16 lucass Exp $
inherit distutils
@@ -11,7 +11,7 @@ HOMEPAGE="http://ipython.scipy.org/"
LICENSE="PYTHON"
SLOT="0"
IUSE="gnuplot"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="x86 ~amd64 ~ppc"
DEPEND="virtual/python"
RDEPEND="${DEPEND}
gnuplot? ( dev-python/gnuplot-py )"
diff --git a/dev-python/ipython/ipython-0.6.5.ebuild b/dev-python/ipython/ipython-0.6.5.ebuild
index 38f85ea20fad..db3c48bc4d92 100644
--- a/dev-python/ipython/ipython-0.6.5.ebuild
+++ b/dev-python/ipython/ipython-0.6.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.5.ebuild,v 1.1 2004/12/04 23:58:40 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.6.5.ebuild,v 1.2 2005/01/25 22:46:16 lucass Exp $
inherit distutils
@@ -10,7 +10,7 @@ HOMEPAGE="http://ipython.scipy.org/"
LICENSE="PYTHON"
SLOT="0"
IUSE="gnuplot"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="x86 ~amd64 ~ppc"
DEPEND="virtual/python"
RDEPEND="${DEPEND}
gnuplot? ( dev-python/gnuplot-py )"
diff --git a/dev-python/ipython/ipython-0.6.6.ebuild b/dev-python/ipython/ipython-0.6.6.ebuild
index dbec59878795..695bcb29c4d0 100644
--- a/dev-python/ipython/ipython-0.6.6.ebuild
+++ b/dev-python/ipython/ipython-0.6.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.6.ebuild,v 1.1 2004/12/19 23:53:32 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.6.6.ebuild,v 1.2 2005/01/25 22:46:16 lucass Exp $
inherit distutils
@@ -10,7 +10,7 @@ HOMEPAGE="http://ipython.scipy.org/"
LICENSE="PYTHON"
SLOT="0"
IUSE="gnuplot"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="x86 ~amd64 ~ppc"
DEPEND="virtual/python"
RDEPEND="${DEPEND}
gnuplot? ( dev-python/gnuplot-py )"