blob: 26c6ef7a5a5ca4ced82bd0b2e17954d87f587d4e (
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
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="4"
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"
|