blob: 186c88fe8e6f2181ed490c2c6a875e16a9c11daf (
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
32
33
34
35
36
37
38
39
40
41
42
43
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-3.1.2.ebuild,v 1.2 2010/01/20 22:16:38 eva Exp $
EAPI="1"
inherit gnome2
DESCRIPTION="Database widget library from the GNOME-DB project"
HOMEPAGE="http://www.gnome-db.org/"
LICENSE="GPL-2"
SLOT="3"
# Does not build
KEYWORDS="-*"
IUSE="doc"
# Dependencies here are set looking to obtain the most functionality, given that
# they are not unreasonable (e.g. gtk+'s version, gconf even if it's optional,
# etc.).
#
# There is no evolution-data-server support yet, only a check in configure.
# FIXME: automagic: goocanvas, graphviz, glade-3
RDEPEND=">=x11-libs/gtk+-2.10
>=gnome-base/gconf-2
gnome-extra/libgda:3
>=gnome-base/libgnomecanvas-2
>=gnome-base/libglade-2
x11-libs/gtksourceview:1
>=dev-libs/libgcrypt-1.1.14
>=x11-libs/goocanvas-0.9
media-gfx/graphviz
>=dev-util/glade-3.1
app-text/iso-codes"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9
>=dev-util/intltool-0.28
app-text/scrollkeeper
doc? ( >=dev-util/gtk-doc-1 )"
DOCS="AUTHORS ChangeLog NEWS README"
|