diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2013-08-09 09:16:03 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2013-08-09 09:16:03 +0000 |
commit | 3c3868a6edb6343d74dcb4d850ab01963d490d29 (patch) | |
tree | e676fff4db6a294ef2ec1eb7a43f051669928a58 /dev-python/ipython | |
parent | x11-themes/pidgin-smileys removed from tree wrt #452420 (diff) | |
download | gentoo-2-3c3868a6edb6343d74dcb4d850ab01963d490d29.tar.gz gentoo-2-3c3868a6edb6343d74dcb4d850ab01963d490d29.tar.bz2 gentoo-2-3c3868a6edb6343d74dcb4d850ab01963d490d29.zip |
Fix S for latest tarball
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ipython/ipython-1.0.0.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index 48696d0c94e1..21e0ebd8cc6b 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ipython # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.113 2013/08/09 05:36:46 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.114 2013/08/09 09:16:03 xarthisius Exp $ + + 09 Aug 2013; Kacper Kowalik <xarthisius@gentoo.org> ipython-1.0.0.ebuild: + Fix S for latest tarball *ipython-1.0.0 (09 Aug 2013) diff --git a/dev-python/ipython/ipython-1.0.0.ebuild b/dev-python/ipython/ipython-1.0.0.ebuild index e631d790f15a..6d3d5e9dbe32 100644 --- a/dev-python/ipython/ipython-1.0.0.ebuild +++ b/dev-python/ipython/ipython-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.0.0.ebuild,v 1.1 2013/08/09 05:36:46 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.0.0.ebuild,v 1.2 2013/08/09 09:16:03 xarthisius Exp $ EAPI=5 @@ -52,8 +52,6 @@ REQUIRED_USE=" octave? ( ${PY2_REQUSE} ) wxwidgets? ( ${PY2_REQUSE} )" -S="${WORKDIR}/${PN}-rel-${PV}" - python_prepare_all() { # fix for gentoo python scripts sed -i \ |