blob: 99ba60508d4210f331f378a51739bc04d77bc991 (
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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gnome-build/gnome-build-2.24.1.ebuild,v 1.6 2009/08/19 16:48:49 jer Exp $
inherit gnome2
DESCRIPTION="The Gnome Build Framework"
HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.16
>=x11-libs/gtk+-2.4
>=dev-libs/gdl-2.23.0
>=dev-libs/libxml2-2.6
>=gnome-base/libglade-2.0
>=gnome-base/libgnome-2.4
>=gnome-base/libgnomeui-2.4
>=gnome-base/libbonoboui-2.4
>=gnome-base/libglade-2.0.1
dev-perl/Locale-gettext"
DEPEND="${RDEPEND}
sys-devel/gettext
dev-util/pkgconfig
>=dev-util/intltool-0.35"
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
|