diff options
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/dbus-python-0.83.1.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-python/dbus-python/dbus-python-0.83.1.ebuild b/dev-python/dbus-python/dbus-python-0.83.1.ebuild index efe1c2990c5e..f2cd10016350 100644 --- a/dev-python/dbus-python/dbus-python-0.83.1.ebuild +++ b/dev-python/dbus-python/dbus-python-0.83.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.1.ebuild,v 1.3 2010/03/08 22:43:55 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.83.1.ebuild,v 1.4 2010/05/21 17:52:38 arfrever Exp $ -EAPI="2" +EAPI="3" PYTHON_DEPEND="2" PYTHON_EXPORT_PHASE_FUNCTIONS="1" SUPPORT_PYTHON_ABIS="1" @@ -40,8 +40,6 @@ src_prepare() { } src_configure() { - use prefix || EPREFIX= - configuration() { econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ @@ -70,13 +68,13 @@ src_install() { doins -r examples || die fi - find "${D}" -name "*.la" -delete || die "removing *.la files failed" + python_clean_installation_image } pkg_postinst() { - python_mod_optimize dbus + python_mod_optimize dbus dbus_bindings.py } pkg_postrm() { - python_mod_cleanup dbus + python_mod_cleanup dbus dbus_bindings.py } |