--- libhx-3.11.ebuild.old 2011-08-28 19:39:32.581998888 +0200 +++ libhx-3.11.ebuild 2011-08-28 19:41:14.943998836 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.11.ebuild,v 1.1 2011/08/14 18:28:29 hanno Exp $ -EAPI=3 +EAPI=4 inherit eutils @@ -15,17 +15,18 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="app-arch/xz-utils" +DEPEND="" RDEPEND="" S="${WORKDIR}/libHX-${PV}" src_configure() { - econf --docdir="/usr/share/doc/${PF}" || die "econf failed" + econf \ + --docdir="/usr/share/doc/${PF}" } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc doc/*.txt || die - find "${D}" -name '*.la' -delete + default + dodoc doc/*.txt + find "${D}" -name '*.la' -delete || die }