summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-12-01 14:31:18 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-12-01 14:31:18 +0000
commita201706a32521de82a0c4264c94445edb71980d6 (patch)
treef117a65a95e9f3f8b6c30a4fb6ee5483b9405a76 /dev-python/egg-python
parentRemove python_need_rebuild, it is now in the eclass. (diff)
downloadgentoo-2-a201706a32521de82a0c4264c94445edb71980d6.tar.gz
gentoo-2-a201706a32521de82a0c4264c94445edb71980d6.tar.bz2
gentoo-2-a201706a32521de82a0c4264c94445edb71980d6.zip
Remove python_need_rebuild, it is now in the eclass.
(Portage version: 2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'dev-python/egg-python')
-rw-r--r--dev-python/egg-python/ChangeLog6
-rw-r--r--dev-python/egg-python/egg-python-2.19.1.ebuild8
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/egg-python/ChangeLog b/dev-python/egg-python/ChangeLog
index c4a270b988be..ba3d500f012a 100644
--- a/dev-python/egg-python/ChangeLog
+++ b/dev-python/egg-python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/egg-python
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.2 2008/10/27 01:04:07 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.3 2008/12/01 14:31:18 eva Exp $
+
+ 01 Dec 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ egg-python-2.19.1.ebuild:
+ Remove python_need_rebuild, it is now in the eclass.
27 Oct 2008; Ali Polatel <hawking@gentoo.org> egg-python-2.19.1.ebuild:
Use python_need_rebuild.
diff --git a/dev-python/egg-python/egg-python-2.19.1.ebuild b/dev-python/egg-python/egg-python-2.19.1.ebuild
index 82e47004f3f3..c7d80247132a 100644
--- a/dev-python/egg-python/egg-python-2.19.1.ebuild
+++ b/dev-python/egg-python/egg-python-2.19.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.2 2008/10/27 01:04:07 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.3 2008/12/01 14:31:18 eva Exp $
# We don't support the egg.recent bindings that are also provided - they are
# deprecated, have deps we don't really want and there are no users in-tree.
G_PY_PN="gnome-python-extras"
G_PY_BINDINGS="eggtray"
-inherit gnome-python-common python
+inherit gnome-python-common
PVP="$(get_version_component_range 1-2)"
SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2
@@ -31,7 +31,3 @@ src_unpack() {
eautoreconf
}
-src_install() {
- python_need_rebuild
- gnome-python-common_src_install
-}