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

(-)file_not_specified_in_diff (-5 / +17 lines)
Line  Link Here
0
-- /dev/null
0
++ b/app-admin/mcelog/files/mcelog-1.0_pre3_p20120918-remove_doc_warning.patch
Line 0 Link Here
0
-- a/app-admin/mcelog/mcelog-1.0_pre3_p20120918.ebuild
1
--- a/Makefile
2
+++ b/Makefile
3
@@ -68,9 +68,6 @@
4
 	done
5
 ifdef DOCDIR
6
 	install -m 644 -p ${DOC} $(DESTDIR)${DOCDIR} 
7
-else
8
-	echo
9
-	echo "Consider defining DOCDIR to install additional documentation"
10
 endif
11
 
12
 clean: test-clean
13
++ b/app-admin/mcelog/mcelog-1.0_pre3_p20120918.ebuild
Lines 25-36 RESTRICT="test" Link Here
25
src_prepare() {
25
src_prepare() {
26
	epatch "${FILESDIR}"/${PN}-0.8_pre1-timestamp-${PN}.patch \
26
	epatch "${FILESDIR}"/${PN}-0.8_pre1-timestamp-${PN}.patch \
27
		"${FILESDIR}"/${P}-build.patch \
27
		"${FILESDIR}"/${P}-build.patch \
28
		"${FILESDIR}"/${P}-warnings.patch
28
		"${FILESDIR}"/${P}-warnings.patch \
29
		"${FILESDIR}"/${P}-remove_doc_warning.patch
29
	tc-export CC
30
	tc-export CC
30
}
31
}
31
32
32
src_install() {
33
src_install() {
33
	dosbin ${PN}
34
	emake DESTDIR="${D}" install
34
35
35
	insinto /etc/logrotate.d/
36
	insinto /etc/logrotate.d/
36
	newins ${PN}.logrotate ${PN}
37
	newins ${PN}.logrotate ${PN}
Lines 38-42 src_install() { Link Here
38
	newinitd "${FILESDIR}"/${PN}.init ${PN}
39
	newinitd "${FILESDIR}"/${PN}.init ${PN}
39
40
40
	dodoc CHANGES README TODO *.pdf
41
	dodoc CHANGES README TODO *.pdf
41
	doman ${PN}.8
42
}
42
}

Return to bug 453838