--- /home/flame/devel/gentoo-x86/dev-dotnet/gtk-sharp/gtk-sharp-2.8.0.ebuild 2006-02-02 06:12:53.000000000 +0100 +++ gtk-sharp-2.8.0.ebuild 2006-03-12 18:22:34.000000000 +0100 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gtk-sharp/gtk-sharp-2.8.0.ebuild,v 1.2 2006/01/31 04:19:05 latexer Exp $ -inherit eutils mono +inherit eutils mono autotools DESCRIPTION="Gtk# is a C# language binding for the GTK2 toolkit and GNOME libraries" SRC_URI="http://go-mono.com/sources/${PN}-2.0/${P}.tar.gz @@ -21,9 +21,6 @@ DEPEND="${RDEPEND} doc? ( >=dev-util/monodoc-1.1.8 ) - >=sys-apps/sed-4.0 - sys-devel/automake - sys-devel/autoconf dev-util/pkgconfig" KEYWORDS="~x86 ~ppc ~amd64" @@ -40,11 +37,7 @@ sed -i -e 's:^libdir.*:libdir=@libdir@:' \ ${S}/*/{,GConf}/*.pc.in || die - export WANT_AUTOMAKE="1.8" - aclocal || die - automake || die - autoconf || die - libtoolize --copy --force + eautoreconf # disable building of samples (#16015) sed -i -e "s:sample::" Makefile.in