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

Collapse All | Expand All

(-)net-misc/jigdo/jigdo-0.7.3.ebuild (-5 / +8 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2009 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/net-misc/jigdo/jigdo-0.7.3.ebuild,v 1.8 2008/04/29 19:15:09 drac Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/jigdo/jigdo-0.7.3.ebuild,v 1.8 2008/04/29 19:15:09 drac Exp $
4
4
Lines 11-17 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="amd64 ppc sparc x86"
13
KEYWORDS="amd64 ppc sparc x86"
14
IUSE="gtk nls berkdb libwww"
14
IUSE="berkdb gtk libwww nls"
15
15
16
RDEPEND="gtk? ( >=x11-libs/gtk+-2 )
16
RDEPEND="gtk? ( >=x11-libs/gtk+-2 )
17
	berkdb? ( >=sys-libs/db-3.2 )
17
	berkdb? ( >=sys-libs/db-3.2 )
Lines 22-28 Link Here
22
src_unpack() {
22
src_unpack() {
23
	unpack ${A}
23
	unpack ${A}
24
	cd "${S}"
24
	cd "${S}"
25
	epatch "${FILESDIR}"/${P}-gcc43.patch
25
	epatch "${FILESDIR}/${P}-gcc43.patch"
26
	
27
	# Disable prestripping of files wrt bug #240938
28
	sed -i 's/@INSTALL@ -s/@INSTALL@/g' Makefile.in || die "sed Makefile.in failed"
26
}
29
}
27
30
28
src_compile() {
31
src_compile() {
Lines 37-42 Link Here
37
40
38
src_install() {
41
src_install() {
39
	emake DESTDIR="${D}" install || die "emake install failed."
42
	emake DESTDIR="${D}" install || die "emake install failed."
40
	dodoc changelog README THANKS doc/{Hacking,README-bindist,TechDetails}.txt
43
	dodoc changelog README THANKS doc/{Hacking,README-bindist,TechDetails}.txt || die "dodoc failed"
41
	dohtml doc/*.html
44
	dohtml doc/*.html || die "dohtml failed"
42
}
45
}

Return to bug 240938