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

(-)wmdf-0.1.6-r1.ebuild.orig (-11 / +5 lines)
Lines 4-11 Link Here
4
4
5
inherit eutils
5
inherit eutils
6
6
7
IUSE=""
8
9
DESCRIPTION="An app to monitor disk space on partitions"
7
DESCRIPTION="An app to monitor disk space on partitions"
10
SRC_URI="http://dockapps.org/download.php/id/359/${P}.tar.gz"
8
SRC_URI="http://dockapps.org/download.php/id/359/${P}.tar.gz"
11
HOMEPAGE="http://dockapps.org/file.php/id/175"
9
HOMEPAGE="http://dockapps.org/file.php/id/175"
Lines 19-40 Link Here
19
17
20
SLOT="0"
18
SLOT="0"
21
LICENSE="GPL-2"
19
LICENSE="GPL-2"
22
KEYWORDS="x86 ppc ppc64 ~sparc"
20
KEYWORDS="ppc ppc64 ~sparc x86"
21
IUSE=""
23
22
24
src_unpack() {
23
src_unpack() {
25
	unpack ${A}
24
	unpack ${A}
26
	cd ${S}/src
25
	cd "${S}"/src
27
26
28
	# Remove special filesystem entries, see bug #97856
27
	# Remove special filesystem entries, see bug #97856
29
	epatch ${FILESDIR}/wmdf_sys-fs.patch
28
	epatch "${FILESDIR}"/wmdf_sys-fs.patch
30
29
31
	# Remove non-implemented command line args from 'wmdf -h' listing
30
	# Remove non-implemented command line args from 'wmdf -h' listing
32
	epatch ${FILESDIR}/wmdf_cmd_line_args.patch
31
	epatch "${FILESDIR}"/wmdf_cmd_line_args.patch
33
}
34
35
src_compile() {
36
	econf || die "Configure failed"
37
	emake || die "Make failed"
38
}
32
}
39
33
40
src_install() {
34
src_install() {

Return to bug 215651