blob: ab198e94717a51df48eb69b2b52ae37fd8a04c1b (
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
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/eel/eel-2.2.3.ebuild,v 1.5 2003/07/19 23:22:43 tester Exp $
inherit gnome2
IUSE=""
DESCRIPTION="EEL is the Eazel Extentions Library"
HOMEPAGE="http://www.gnome.org/"
SLOT="2"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="x86 ppc ~alpha sparc amd64"
RDEPEND=">=dev-libs/glib-2
>=gnome-base/gconf-1.2
>=x11-libs/gtk+-2.1
>=media-libs/libart_lgpl-2.3.8
>=dev-libs/libxml2-2.4.7
>=gnome-base/gnome-vfs-2
>=dev-libs/popt-1.5
>=gnome-base/libglade-2
>=gnome-base/libgnome-2
>=gnome-base/libgnomeui-2
>=gnome-base/gail-0.16"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0"
DOCS="AUTHORS ChangeLog COPYING* HACKING THANKS README INSTALL NEWS TODO MAINTAINERS"
|