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

Collapse All | Expand All

(-)ctemplate-0.90.ebuild (-9 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2009 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
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-0.90.ebuild,v 1.2 2008/09/17 11:59:42 ulm Exp $
3
# $Header: $
4
5
EAPI="2"
4
6
5
inherit elisp-common eutils
7
inherit elisp-common eutils
6
8
Lines 18-31 Link Here
18
20
19
SITEFILE="70ctemplate-gentoo.el"
21
SITEFILE="70ctemplate-gentoo.el"
20
22
21
src_unpack() {
22
	unpack ${A}
23
	cd "${S}"
24
	epatch "${FILESDIR}/${PV}-missing_includes.patch"
25
}
26
27
src_compile() {
23
src_compile() {
28
	econf || die "econf failed"
29
	emake || die "emake failed"
24
	emake || die "emake failed"
30
25
31
	if use emacs ; then
26
	if use emacs ; then

Return to bug 264848