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

EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"

inherit gnome2

DESCRIPTION="GNOME Text Editor Collaboration Plugin"
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
	dev-libs/libxml2:2
	>=net-libs/libinfinity-0.5[gtk]
	>=x11-libs/gtk+-3.3.15:3
"
DEPEND="${RDEPEND}
	>=dev-util/intltool-0.41
	>=sys-devel/gettext-0.17
	virtual/pkgconfig
"

DOCS="AUTHORS ChangeLog NEWS README"