blob: 85a5c76e44f4c63036d39fdb216ffbb35a4495cf (
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
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.4.ebuild,v 1.5 2003/07/23 17:44:38 gmsoft Exp $
IUSE=""
inherit gnome.org gnome2 libtool
inherit debug # because this an unstable package
S="${WORKDIR}/${P}"
DESCRIPTION="Gnome spellchecking component."
HOMEPAGE="http://www.gnome.org/"
KEYWORDS="x86 ~sparc ~ppc ~alpha hppa"
SLOT="1"
LICENSE="GPL-2"
RDEPEND=">=gnome-base/libgnomeui-2.2
>=gnome-base/libbonoboui-2.0
>=gnome-base/libglade-2.0
>=gnome-base/libbonobo-2.0
>=gnome-base/bonobo-activation-2.0
>=gnome-base/ORBit2-2.0
virtual/aspell-dict"
DEPEND="${RDEPEND}
dev-util/pkgconfig
sys-devel/gettext
>=dev-lang/perl-5.6.0"
# the control-center capplet seems to be missing
# so gnome-base/control-center-2.0 dep removed
DOCS="AUTHORS COPYING ChangeLog NEWS README"
SCROLLKEEPER_UPDATE="0"
|