--- cronolog-1.6.2-r2.ebuild 2005-08-26 20:38:48.000000000 +0200 +++ cronolog-1.6.2-r2.ebuild 2006-12-13 15:56:32.000000000 +0100 @@ -1,8 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cronolog/cronolog-1.6.2-r2.ebuild,v 1.5 2005/08/26 18:15:07 ramereth Exp $ +# $Header: $ -inherit eutils +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="1.4" + +inherit eutils autotools DESCRIPTION="Cronolog apache logfile rotator" HOMEPAGE="http://cronolog.org/" @@ -13,21 +16,19 @@ KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/libc - >=sys-devel/autoconf-2.50" +DEPEND="" RDEPEND="" src_unpack() { - unpack ${A} ; cd ${S} + unpack ${A} + cd "${S}" epatch ${FILESDIR}/${PV}-patches/*.txt # Small hack till upstream fixes touch config.guess config.sub } src_compile() { - export WANT_AUTOCONF=2.5 - aclocal || die "aclocal failed" - autoconf || die "autoconf failed" + eautoreconf || die "autoconf failed" econf || die "econf failed" emake || die "emake failed" }