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

Collapse All | Expand All

(-)wmfsm-0.34-r1.ebuild.orig (-14 / +4 lines)
Lines 4-17 Link Here
4
4
5
inherit eutils
5
inherit eutils
6
6
7
IUSE=""
8
DESCRIPTION="dockapp for monitoring filesystem usage"
7
DESCRIPTION="dockapp for monitoring filesystem usage"
9
HOMEPAGE="http://www.cs.ubc.ca/~cmg/"
8
HOMEPAGE="http://www.cs.ubc.ca/~cmg/"
10
SRC_URI="http://www.cs.ubc.ca/~cmg/${P}.tar.gz"
9
SRC_URI="http://www.cs.ubc.ca/~cmg/${P}.tar.gz"
11
10
12
LICENSE="GPL-2"
11
LICENSE="GPL-2"
13
SLOT="0"
12
SLOT="0"
14
KEYWORDS="x86 ~sparc amd64 ppc"
13
KEYWORDS="amd64 ppc ~sparc x86"
14
IUSE=""
15
15
16
RDEPEND="x11-libs/libX11
16
RDEPEND="x11-libs/libX11
17
	x11-libs/libXext
17
	x11-libs/libXext
Lines 22-46 Link Here
22
	x11-proto/xextproto"
22
	x11-proto/xextproto"
23
23
24
src_unpack() {
24
src_unpack() {
25
26
	unpack ${A}
25
	unpack ${A}
27
	cd ${S}/wmfsm
26
	cd "${S}"/wmfsm
28
	#einfo "Applying patch to hide virtual filesystems..."
27
	#einfo "Applying patch to hide virtual filesystems..."
29
	epatch ${FILESDIR}/${P}.linux-fs.patch
28
	epatch "${FILESDIR}"/${P}.linux-fs.patch
30
	#patch -p0 < ${FILES}/${P}.linux-fs.diff
29
	#patch -p0 < ${FILES}/${P}.linux-fs.diff
31
30
32
}
31
}
33
32
34
src_compile() {
35
36
	econf || die "configure failed"
37
	emake || die "parallel make failed"
38
39
}
40
41
src_install() {
33
src_install() {
42
43
	einstall || die "make install failed"
34
	einstall || die "make install failed"
44
	dodoc AUTHORS ChangeLog
35
	dodoc AUTHORS ChangeLog
45
46
}
36
}

Return to bug 215651