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

Collapse All | Expand All

(-)libguess-1.0.ebuild.old (-5 / +5 lines)
Lines 2-8 Link Here
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/app-i18n/libguess/libguess-1.0.ebuild,v 1.7 2011/07/11 18:50:36 aballier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-i18n/libguess/libguess-1.0.ebuild,v 1.7 2011/07/11 18:50:36 aballier Exp $
4
4
5
EAPI=2
5
EAPI=4
6
6
7
DESCRIPTION="A high-speed character set detection library."
7
DESCRIPTION="A high-speed character set detection library."
8
HOMEPAGE="http://www.atheme.org/project/libguess"
8
HOMEPAGE="http://www.atheme.org/project/libguess"
Lines 20-35 Link Here
20
	>=dev-util/pkgconfig-0.9.0"
20
	>=dev-util/pkgconfig-0.9.0"
21
21
22
src_configure() {
22
src_configure() {
23
	econf $(use_enable examples) \
23
	econf \
24
		|| die "econf failed"
24
		$(use_enable examples)
25
}
25
}
26
26
27
src_test() {
27
src_test() {
28
	cd src/tests
28
	cd src/tests
29
	make || die "test failed"
29
	emake
30
}
30
}
31
31
32
src_install() {
32
src_install() {
33
	emake DESTDIR="${D}" install || die "emake install failed"
33
	default
34
	dodoc README
34
	dodoc README
35
}
35
}

Return to bug 380577