diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-04 19:57:28 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-04 19:57:28 +0000 |
commit | a410ad2ccbcd0ae9561c605f1945b7b82bb228a3 (patch) | |
tree | 667b2095ef717038f4f9bdcc702d9e82a6212c50 /dev-python | |
parent | Stable on alpha, bug #286688 (diff) | |
download | gentoo-2-a410ad2ccbcd0ae9561c605f1945b7b82bb228a3.tar.gz gentoo-2-a410ad2ccbcd0ae9561c605f1945b7b82bb228a3.tar.bz2 gentoo-2-a410ad2ccbcd0ae9561c605f1945b7b82bb228a3.zip |
net-zope/zopeinterface renamed to net-zope/zope-interface.
(Portage version: 14490-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ipython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.10.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.9.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index 5db39d93f2ef..e2c0802e2235 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/ipython # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.67 2009/10/03 09:55:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.68 2009/10/04 19:57:28 arfrever Exp $ + + 04 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + ipython-0.9.1.ebuild, ipython-0.10.ebuild: + net-zope/zopeinterface renamed to net-zope/zope-interface. 03 Oct 2009; Markus Meier <maekke@gentoo.org> ipython-0.10.ebuild: amd64/x86 stable, bug #286859 diff --git a/dev-python/ipython/ipython-0.10.ebuild b/dev-python/ipython/ipython-0.10.ebuild index 3266e4032696..bd16cdd7cecf 100644 --- a/dev-python/ipython/ipython-0.10.ebuild +++ b/dev-python/ipython/ipython-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.10.ebuild,v 1.4 2009/10/03 09:55:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.10.ebuild,v 1.5 2009/10/04 19:57:28 arfrever Exp $ EAPI="2" @@ -22,7 +22,7 @@ CDEPEND="dev-python/pexpect wxwidgets? ( dev-python/wxpython ) readline? ( sys-libs/readline ) emacs? ( app-emacs/python-mode virtual/emacs ) - smp? ( net-zope/zopeinterface + smp? ( net-zope/zope-interface dev-python/foolscap dev-python/pyopenssl )" RDEPEND="${CDEPEND} diff --git a/dev-python/ipython/ipython-0.9.1.ebuild b/dev-python/ipython/ipython-0.9.1.ebuild index 6d537a550a9e..314fda5fa00e 100644 --- a/dev-python/ipython/ipython-0.9.1.ebuild +++ b/dev-python/ipython/ipython-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.9.1.ebuild,v 1.11 2009/08/18 16:47:06 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.9.1.ebuild,v 1.12 2009/10/04 19:57:28 arfrever Exp $ NEED_PYTHON=2.4 @@ -19,7 +19,7 @@ CDEPEND="dev-python/pexpect wxwidgets? ( dev-python/wxpython ) readline? ( sys-libs/readline ) emacs? ( app-emacs/python-mode virtual/emacs ) - smp? ( net-zope/zopeinterface + smp? ( net-zope/zope-interface dev-python/foolscap dev-python/pyopenssl )" RDEPEND="${CDEPEND} |