--- /usr/portage/x11-wm/icewm/icewm-1.2.37.ebuild 2010-11-01 19:56:36.000000000 -0700 +++ icewm-1.3.7_pre1.ebuild 2011-05-10 23:33:21.398794219 -0700 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.37.ebuild,v 1.8 2010/11/02 02:56:36 ford_prefect Exp $ +# $Header: $ EAPI=1 @@ -20,7 +20,7 @@ KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86" -IUSE="esd gnome imlib nls truetype xinerama minimal debug uclibc" +IUSE="esd gnome nls truetype xinerama minimal debug uclibc" RDEPEND="x11-libs/libX11 x11-libs/libXrandr @@ -33,7 +33,6 @@ xinerama? ( x11-libs/libXinerama ) esd? ( media-sound/esound ) gnome? ( gnome-base/gnome-desktop:2 ) - imlib? ( >=media-libs/imlib-1.9.10-r1 ) nls? ( sys-devel/gettext ) truetype? ( >=media-libs/freetype-2.0.9 ) media-libs/giflib" @@ -60,12 +59,6 @@ echo "#!/bin/sh" > "$T/icewm" echo "/usr/bin/icewm-session" >> "$T/icewm" - - cd "${S}" - #Fixing gnome2 support - epatch "${FILESDIR}/${P}-gnome2.patch" - - eautoreconf } src_compile() { @@ -86,7 +79,6 @@ $(use_enable gnome menus-gnome2) $(use_enable nls) $(use_enable nls i18n) - $(use_with imlib) $(use_enable x86 x86-asm) $(use_enable xinerama) $(use_enable debug)"