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

(-)libgtksourceviewmm-0.3.1.ebuild.orig (-5 / +4 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2010 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/libgtksourceviewmm/libgtksourceviewmm-0.3.1.ebuild,v 1.5 2008/09/30 17:25:42 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgtksourceviewmm/libgtksourceviewmm-0.3.1.ebuild,v 1.5 2008/09/30 17:25:42 jer Exp $
4
4
Lines 7-25 Link Here
7
DESCRIPTION="C++ bindings for gtksourceview"
7
DESCRIPTION="C++ bindings for gtksourceview"
8
HOMEPAGE="http://home.gna.org/gtksourceviewmm/"
8
HOMEPAGE="http://home.gna.org/gtksourceviewmm/"
9
9
10
LICENSE="LGPL-2"
11
SLOT="0"
10
KEYWORDS="~amd64 hppa ~x86"
12
KEYWORDS="~amd64 hppa ~x86"
11
IUSE="doc"
13
IUSE="doc"
12
SLOT="0"
13
LICENSE="LGPL-2"
14
14
15
RDEPEND=">=dev-cpp/gtkmm-2.4
15
RDEPEND=">=dev-cpp/gtkmm-2.4
16
	=x11-libs/gtksourceview-1*"
16
	=x11-libs/gtksourceview-1*"
17
18
DEPEND="${RDEPEND}
17
DEPEND="${RDEPEND}
19
	dev-util/pkgconfig
18
	dev-util/pkgconfig
20
	doc? ( app-doc/doxygen )"
19
	doc? ( app-doc/doxygen )"
21
20
22
DOCS="AUTHORS ChangeLog* NEWS README TODO"
21
DOCS="AUTHORS ChangeLog* NEWS README"
23
22
24
G2CONF="${G2CONF} $(use_enable doc docs)"
23
G2CONF="${G2CONF} $(use_enable doc docs)"
25
24

Return to bug 298158