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

Collapse All | Expand All

(-)/usr/portage/sys-libs/openipmi/openipmi-2.0.18-r1.ebuild (-2 / +6 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2015 Gentoo Foundation
1
# Copyright 1999-2015 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
# $Id$
3
# $Header: /var/cvsroot/gentoo-x86/sys-libs/openipmi/openipmi-2.0.18-r1.ebuild,v 1.6 2015/06/12 05:13:28 jer Exp $
4
4
5
EAPI=5
5
EAPI=5
6
6
Lines 63-68 Link Here
63
	#cd "${S}"
63
	#cd "${S}"
64
	#elibtoolize
64
	#elibtoolize
65
	#eautoreconf
65
	#eautoreconf
66
67
	# Bug #501510: tinfo-patch:
68
	epatch "${FILESDIR}/${PN}-2.0.21-tinfo.patch"
69
	eautoreconf
66
}
70
}
67
71
68
src_configure() {
72
src_configure() {
Lines 90-96 Link Here
90
94
91
src_install() {
95
src_install() {
92
	emake DESTDIR="${D}" install
96
	emake DESTDIR="${D}" install
93
	dodoc README* FAQ ChangeLog TODO doc/IPMI.pdf lanserv/README.emulator
97
	dodoc README* FAQ ChangeLog TODO doc/IPMI.pdf lanserv/README.vm
94
	newdoc cmdlang/README README.cmdlang
98
	newdoc cmdlang/README README.cmdlang
95
99
96
	use python && python_optimize
100
	use python && python_optimize

Return to bug 501510