summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-24 04:43:01 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-24 04:43:01 +0000
commitefbb5cc4d29c348744106cb4b593f11e27c989af (patch)
tree2f921b2a109470f0b79c594308ca6b6d3f98b652 /dev-python/bpython
parentFix shebangs in scripts. (diff)
downloadgentoo-2-efbb5cc4d29c348744106cb4b593f11e27c989af.tar.gz
gentoo-2-efbb5cc4d29c348744106cb4b593f11e27c989af.tar.bz2
gentoo-2-efbb5cc4d29c348744106cb4b593f11e27c989af.zip
Don't manually rename /usr/bin/bpython, which is now renamed by distutils_src_install().
(Portage version: 15134-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/bpython')
-rw-r--r--dev-python/bpython/bpython-0.9.5.2-r1.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/bpython/bpython-0.9.5.2-r1.ebuild b/dev-python/bpython/bpython-0.9.5.2-r1.ebuild
index 77da26912c4b..f557ecdddc63 100644
--- a/dev-python/bpython/bpython-0.9.5.2-r1.ebuild
+++ b/dev-python/bpython/bpython-0.9.5.2-r1.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/bpython/bpython-0.9.5.2-r1.ebuild,v 1.2 2009/11/28 18:45:41 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.9.5.2-r1.ebuild,v 1.3 2009/12/24 04:43:01 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -26,7 +26,3 @@ DOCS="sample-config sample.theme light.theme"
src_prepare() {
epatch "${FILESDIR}/${P}-python-3.patch"
}
-
-distutils_src_install_post_hook() {
- mv "${D}usr/bin/bpython" "${D}usr/bin/bpython-${PYTHON_ABI}"
-}