blob: ce969ac802e3a2bc465d4e7e320a48a9f9274067 (
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-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.4.0.ebuild,v 1.7 2003/10/20 03:34:57 obz Exp $
inherit gnome2
DESCRIPTION="Essential Gnome Libraries"
HOMEPAGE="http://www.gnome.org/"
IUSE="doc"
SLOT="0"
KEYWORDS="x86 ~ppc ~alpha ~sparc ~hppa amd64"
LICENSE="GPL-2 LGPL-2.1"
RDEPEND=">=dev-libs/glib-2.0.3
>=gnome-base/gconf-2
>=gnome-base/libbonobo-2
>=gnome-base/gnome-vfs-2.4
>=media-sound/esound-0.2.26
>=media-libs/audiofile-0.2.3
>=gnome-base/ORBit2-2.8"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.21
>=dev-util/pkgconfig-0.12.0
doc? ( >=dev-util/gtk-doc-0.6 )"
G2CONF="${G2CONF} --disable-schemas-install "
DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
|