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

(-)file_not_specified_in_diff (-8 / +5 lines)
Line  Link Here
0
-- idutils-4.2.ebuild~
0
++ idutils-4.2.ebuild
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/dev-util/idutils/idutils-4.2.ebuild,v 1.2 2007/11/27 07:07:16 mr_bones_ Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/idutils/idutils-4.2.ebuild,v 1.2 2007/11/27 07:07:16 mr_bones_ Exp $
4
4
5
inherit eutils
5
inherit eutils elisp-common
6
6
7
DESCRIPTION="Fast, high-capacity, identifier database tool"
7
DESCRIPTION="Fast, high-capacity, identifier database tool"
8
HOMEPAGE="http://www.gnu.org/software/idutils/"
8
HOMEPAGE="http://www.gnu.org/software/idutils/"
Lines 30-41 Link Here
30
}
30
}
31
31
32
src_compile() {
32
src_compile() {
33
	econf $(use_enable nls) || die
33
	use emacs || export EMACS=no
34
	if use emacs; then
34
	econf $(use_enable nls) "$(use_with emacs lispdir "${SITELISP}/${PN}")"
35
		emake || die
35
	emake || die
36
	else
37
		emake EMACS="no" || die
38
	fi
39
}
36
}
40
37
41
src_install() {
38
src_install() {

Return to bug 336731