blob: f5f76bd0b262ed00d2c351c0a0108cd884f9bd0b (
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
|
# 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.5.ebuild,v 1.4 2003/09/24 15:09:11 liquidx 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/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"
|