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

(-)/usr/portage/dev-cpp/cairomm/cairomm-1.2.2.ebuild (-3 / +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/dev-cpp/cairomm/cairomm-1.2.2.ebuild,v 1.3 2006/09/28 19:39:41 gustavoz Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/cairomm-1.2.2.ebuild,v 1.3 2006/09/28 19:39:41 gustavoz Exp $
4
4
5
inherit eutils
5
inherit eutils debug
6
6
7
DESCRIPTION="C++ bindings for the Cairo vector graphics library"
7
DESCRIPTION="C++ bindings for the Cairo vector graphics library"
8
HOMEPAGE="http://cairographics.org/"
8
HOMEPAGE="http://cairographics.org/"
Lines 10-16 Link Here
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
12
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
13
IUSE="doc examples"
13
IUSE="doc debug examples"
14
RDEPEND=">=x11-libs/cairo-1.2.0"
14
RDEPEND=">=x11-libs/cairo-1.2.0"
15
DEPEND="${RDEPEND}
15
DEPEND="${RDEPEND}
16
	app-doc/doxygen"
16
	app-doc/doxygen"
Lines 27-34 Link Here
27
}
27
}
28
28
29
src_compile() {
29
src_compile() {
30
	local mydebug=""
31
	use debug && mydebug=" --enable-debug=yes"
30
	econf \
32
	econf \
31
		$(use_enable doc docs) \
33
		$(use_enable doc docs) ${mydebug}\
32
		|| die "econf failed"
34
		|| die "econf failed"
33
35
34
	emake || die "emake failed"
36
	emake || die "emake failed"

Return to bug 154702