--- revelation.orig/revelation-0.4.11-r2.ebuild 2011-06-26 21:31:27.000000000 +0800 +++ revelation.orig/revelation-0.4.11-r2.ebuild 2011-11-29 22:55:13.718956491 +0800 @@ -2,6 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.8 2011/06/26 13:07:04 nyhm Exp $ +EAPI=4 +PYTHON_DEPEND="2:2.7" +#SUPPORT_PYTHON_ABIS="1" inherit autotools eutils multilib python gnome2 DESCRIPTION="A password manager for GNOME" @@ -23,6 +26,7 @@ sys-libs/cracklib applet? ( dev-python/gnome-applets-python )" RDEPEND="${DEPEND}" +#RESTRICT_PYTHON_ABIS="2.[46] 3.*" src_unpack() { gnome2_src_unpack @@ -42,9 +46,14 @@ } src_install() { - DOCS="AUTHORS ChangeLog NEWS README TODO" \ +# cd ${D}; elog "the place is "${D} +# emake DESTDIR="${D}" install || die "Install failed" + DESTDIR="${D}" gnome2_src_install - python_clean_installation_image + +# DOCS="AUTHORS ChangeLog NEWS README TODO" \ + # Intro of python functions appears to conflict. Mmay need some tweaking to run both +# python_clean_installation_image } pkg_postinst() {