--- drapes-0.5.2.ebuild.orig 2008-12-08 01:41:12.000000000 +0100 +++ drapes-0.5.2.ebuild 2008-12-08 01:46:35.000000000 +0100 @@ -1,45 +1,39 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -#inherit eutils toolchain-funcs bash-completion flag-o-matic -inherit eutils +EAPI=2 + +inherit eutils mono DESCRIPTION="Wallpaper manager for the GNOME desktop" HOMEPAGE="http://drapes.mindtouchsoftware.com/" SRC_URI="http://drapes.mindtouchsoftware.com/release/0.5/${P}.tar.bz2" LICENSE="GPL-2 MIT" -SLOT="0" - KEYWORDS="~amd64" IUSE="" DEPEND=">=dev-lang/mono-1.1.13 - >=dev-dotnet/gtk-sharp-2.8 + || ( >=dev-dotnet/gtk-sharp-2.12.6[glade] + ( >=dev-dotnet/glade-sharp-2.8 + >=dev-dotnet/gtk-sharp-2.12.6 ) + ) >=dev-dotnet/gnome-sharp-2.8 >=dev-dotnet/gnomevfs-sharp-2.8 >=dev-dotnet/gconf-sharp-2.8 >=dev-dotnet/glade-sharp-2.8 gnome-base/libgnome - dev-util/pkgconfig + dev-util/pkgconfig gnome-extra/yelp" RDEPEND="${DEPEND}" -EAPI=0 - -src_compile() { - - econf || die "configure failed" - - emake -j1 || die "make failed" - -} +MAKEOPTS="${MAKEOPTS} -j1" src_install() { emake -j1 install DESTDIR="${D}" || die "emake install failed"