summaryrefslogtreecommitdiff
blob: 5783b855e655e7bde34f8d9d55163c107af1c402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="5"
VALA_MIN_API="0.20"

inherit gnome2 vala

DESCRIPTION="Provides code assistance for C, C++ and Objective-C by utilizing clang"
HOMEPAGE="https://wiki.gnome.org/Projects/CodeAssistance"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="
	>=app-editors/gedit-3.8[introspection]
	dev-util/gnome-code-assistance
	dev-libs/libgee:0.8
"
DEPEND="${RDEPEND}
	$(vala_depend)
	virtual/pkgconfig
"

src_prepare() {
	vala_src_prepare
	gnome2_src_prepare
}