Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 7144
Collapse All | Expand All

(-)/usr/portage/app-admin/logrotate/files/digest-logrotate-3.6.5-r1 (+1 lines)
Line 1 Link Here
1
MD5 1c707f826f783ffc461a32b34cba5056 logrotate_3.6.5.orig.tar.gz 32086
1
MD5 1c707f826f783ffc461a32b34cba5056 logrotate_3.6.5.orig.tar.gz 32086
2
MD5 cf9643c28649e31409c9db21acc0dc35 logrotate-3.6.5-2003011510.patch.gz 1850
(-)/usr/portage/app-admin/logrotate/logrotate-3.6.5-r1.ebuild (-2 / +6 lines)
Lines 19-32 Link Here
19
	>=sys-apps/sed-4
19
	>=sys-apps/sed-4
20
	selinux? ( >=sys-apps/selinux-small-2003011510-r2 )"
20
	selinux? ( >=sys-apps/selinux-small-2003011510-r2 )"
21
21
22
src_compile() {
22
src_unpack() {
23
	unpack ${PN}_${PV}.orig.tar.gz
24
23
	use selinux && epatch ${DISTDIR}/${P}-2003011510.patch.gz
25
	use selinux && epatch ${DISTDIR}/${P}-2003011510.patch.gz
24
26
25
	sed -i \
27
	sed -i \
26
		-e "s:CFLAGS += -g:CFLAGS += -g ${CFLAGS}:" \
28
		-e "s:CFLAGS += -g:CFLAGS += -g ${CFLAGS}:" \
27
		-e "/CVSROOT =/d" \
29
		-e "/CVSROOT =/d" \
28
		Makefile || die "sed failed"
30
		${S}/Makefile || die "sed failed"
31
}
29
32
33
src_compile() {
30
	emake || die "emake failed"
34
	emake || die "emake failed"
31
}
35
}
32
36

Return to bug 7144