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

Collapse All | Expand All

(-)xfce4-mount-0.4.7.ebuild.orig (-2 / +12 lines)
Lines 1-11 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-mount/xfce4-mount-0.4.7.ebuild,v 1.1 2006/12/06 04:14:38 nichoj Exp $
3
# $Header: $
4
4
5
inherit xfce44
5
WANT_AUTOCONF=latest
6
WANT_AUTOMAKE=1.9
7
8
inherit xfce44 eutils autotools
6
9
7
DESCRIPTION="Xfce4 panel mount point plugin"
10
DESCRIPTION="Xfce4 panel mount point plugin"
8
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
9
12
10
xfce44_beta
13
xfce44_beta
11
xfce44_goodies_panel_plugin
14
xfce44_goodies_panel_plugin
15
16
src_unpack() {
17
	unpack ${A}
18
	cd ${S}
19
	epatch ${FILESDIR}/${PN}-asneeded.patch
20
	eautomake
21
}

Return to bug 160645