diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-09-19 23:42:25 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-09-19 23:42:25 +0000 |
commit | 7c8621a23e6abe5c301b9bc9810e1d6c0d55fc39 (patch) | |
tree | a2c331171c9c1206842fe4949872c9673e478f85 /dev-python/ipython | |
parent | revision bump. change python-2.5 patch to work fine and apply it; bug 192858 ... (diff) | |
download | gentoo-2-7c8621a23e6abe5c301b9bc9810e1d6c0d55fc39.tar.gz gentoo-2-7c8621a23e6abe5c301b9bc9810e1d6c0d55fc39.tar.bz2 gentoo-2-7c8621a23e6abe5c301b9bc9810e1d6c0d55fc39.zip |
updated SRC_URI; bug 192906
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.6.15.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index 25f955ee4db9..dd282ec0d70d 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ipython # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.40 2007/07/26 18:17:54 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.41 2007/09/19 23:42:25 hawking Exp $ + + 19 Sep 2007; Ali Polatel <hawking@gentoo.org> ipython-0.6.15.ebuild: + updated SRC_URI; bug 192906 26 Jul 2007; Markus Rothe <corsair@gentoo.org> ipython-0.8.1.ebuild: Added ~ppc64; bug #186188 diff --git a/dev-python/ipython/ipython-0.6.15.ebuild b/dev-python/ipython/ipython-0.6.15.ebuild index 926e76e86d21..dfd1d96c27a6 100644 --- a/dev-python/ipython/ipython-0.6.15.ebuild +++ b/dev-python/ipython/ipython-0.6.15.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.6 2006/02/06 20:59:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.6.15.ebuild,v 1.7 2007/09/19 23:42:25 hawking Exp $ inherit distutils DESCRIPTION="An advanced interactive shell for Python." HOMEPAGE="http://ipython.scipy.org/" -SRC_URI="http://ipython.scipy.org/dist/${P}.tar.gz" +SRC_URI="http://ipython.scipy.org/dist/old/${P}.tar.gz" LICENSE="BSD" SLOT="0" |