--- xfce4-diskperf-2.0.ebuild.orig 2007-01-06 19:28:39.000000000 +0200 +++ xfce4-diskperf-2.0.ebuild 2007-01-06 19:41:17.000000000 +0200 @@ -1,8 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf/xfce4-diskperf-2.0.ebuild,v 1.1 2006/12/06 04:04:42 nichoj Exp $ +# $Header: $ -inherit xfce44 +WANT_AUTOCONF=latest +WANT_AUTOMAKE=latest + +inherit xfce44 eutils autotools xfce44_beta xfce44_goodies_panel_plugin @@ -10,3 +13,9 @@ DESCRIPTION="Xfce4 panel disk usage/performance plugin" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-asneeded.patch + AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf +}