--- gnome-python-extras-2.14.2-r1.ebuild +++ gnome-python-extras-2.14.2-r1.ebuild @@ -5,7 +5,7 @@ NEED_PYTHON=2.4 WANT_AUTOCONF=latest WANT_AUTOMAKE=1.9 -inherit eutils gnome2 python virtualx autotools +inherit eutils gnome2 python virtualx DESCRIPTION="GNOME 2 Bindings for Python" HOMEPAGE="http://www.pygtk.org" @@ -13,7 +13,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86-fbsd" -IUSE="doc firefox seamonkey xulrunner" +IUSE="doc firefox xulrunner" RDEPEND=">=x11-libs/gtk+-2.4 >=dev-libs/glib-2.6 @@ -22,7 +22,6 @@ =gnome-extra/gtkhtml-2* xulrunner? ( =net-libs/xulrunner-1.8* ) !xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) ) - !xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) ) =gnome-extra/libgda-1* >=app-text/gtkspell-2" @@ -37,20 +36,9 @@ G2CONF="${G2CONF} --with-gtkmozembed=xulrunner" elif use firefox; then G2CONF="${G2CONF} --with-gtkmozembed=firefox" - elif use seamonkey; then - G2CONF="${G2CONF} --with-gtkmozembed=seamonkey" fi } -src_unpack() { - gnome2_src_unpack - - # change mozilla to seamonkey - sed -i -e 's:1.2b):1.0.0):;s:mozilla):seamonkey):' configure.ac - - eautoreconf -} - src_test() { Xmake check || die "tests failed" }