Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 160525 | Differences between
and this patch

Collapse All | Expand All

(-)xfce4-diskperf-2.0.ebuild.orig (-2 / +11 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $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 $
3
# $Header: $
4
4
5
inherit xfce44
5
WANT_AUTOCONF=latest
6
WANT_AUTOMAKE=latest
7
8
inherit xfce44 eutils autotools
6
9
7
xfce44_beta
10
xfce44_beta
8
xfce44_goodies_panel_plugin
11
xfce44_goodies_panel_plugin
Lines 10-12 Link Here
10
DESCRIPTION="Xfce4 panel disk usage/performance plugin"
13
DESCRIPTION="Xfce4 panel disk usage/performance plugin"
11
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
14
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
12
15
16
src_unpack() {
17
	unpack ${A}
18
	cd ${S}
19
	epatch ${FILESDIR}/${PN}-asneeded.patch
20
	AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf
21
}

Return to bug 160525