--- talkfilters-2.3.4-r1.ebuild 2005-11-29 04:40:42.000000000 +0100 +++ talkfilters-2.3.4-r1.ebuild 2006-12-13 18:15:11.000000000 +0100 @@ -1,6 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/talkfilters-2.3.4-r1.ebuild,v 1.7 2005/11/29 03:22:33 vapier Exp $ +# $Header: $ + +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="1.7" + +inherit autotools DESCRIPTION="convert ordinary English text into text that mimics a stereotyped or otherwise humorous dialect" HOMEPAGE="http://www.dystance.net/software/talkfilters/" @@ -11,12 +16,12 @@ KEYWORDS="amd64 ~hppa ~mips ppc ~ppc-macos x86" IUSE="" -DEPEND=">=sys-apps/sed-4" -RDEPEND="virtual/libc" +DEPEND="" +RDEPEND="" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # respect DESTDIR sed -i 's:\($(mandir)\):$(DESTDIR)/\1:' Makefile.am \ || die "sed Makefile.am failed" @@ -24,8 +29,8 @@ } src_compile() { - einfo "Running autoreconf" - WANT_AUTOMAKE=1.7 autoreconf -f -i || die "autoreconf failed" + einfo "Running eautoreconf" + eautoreconf econf || die "econf failed" emake || die "emake failed"