--- librep-0.17-r2.ebuild.orig 2008-12-29 14:47:12.442750418 +0900 +++ librep-0.17-r2.ebuild 2008-12-29 14:45:24.526744077 +0900 @@ -2,15 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.17-r2.ebuild,v 1.11 2006/10/20 00:24:49 kloeri Exp $ -inherit eutils libtool toolchain-funcs multilib +inherit eutils libtool toolchain-funcs multilib autotools DESCRIPTION="Shared library implementing a Lisp dialect" HOMEPAGE="http://librep.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" +KEYWORDS="~amd64" IUSE="readline" RDEPEND=">=sys-libs/gdbm-1.8.0 @@ -21,9 +21,7 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}/libtool.patch" - epatch "${FILESDIR}/rep_file_fdopen.patch" - sed -i -e '7s/AM_PATH_REP/[&]/' rep.m4 || die "sed failed" + eautoreconf elibtoolize || die "elibtoolize failed" epunt_cxx }