summaryrefslogtreecommitdiff
blob: 2e0af78c9e4e157b797fe82064106a948f5dc7a9 (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="Provides code assistance for C, C++ and Objective-C by utilizing clang"
HOMEPAGE="http://live.gnome.org/Gedit"

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

RDEPEND=">=app-editors/gedit-3
	>=dev-libs/glib-2.26:2
	x11-libs/gtk+:3
"
DEPEND="${RDEPEND}
	>=dev-util/intltool-0.40
	>=sys-devel/gettext-0.17
	virtual/pkgconfig
"

DOCS="AUTHORS ChangeLog NEWS README"