1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/app-editors/tea/Attic/tea-17.0.2.ebuild,v 1.2 2007/09/05 16:16:42 armin76 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-editors/tea/Attic/tea-17.0.2.ebuild,v 1.3 2007/10/11 21:06:25 remi Exp $ |
4 | |
4 | |
5 | inherit eutils |
5 | inherit eutils |
6 | |
6 | |
7 | DESCRIPTION="Small, lightweight GTK+ text editor" |
7 | DESCRIPTION="Small, lightweight GTK+ text editor" |
8 | HOMEPAGE="http://tea-editor.sourceforge.net/" |
8 | HOMEPAGE="http://tea-editor.sourceforge.net/" |
… | |
… | |
12 | SLOT="0" |
12 | SLOT="0" |
13 | KEYWORDS="~amd64 ~ia64 x86 ~x86-fbsd" |
13 | KEYWORDS="~amd64 ~ia64 x86 ~x86-fbsd" |
14 | IUSE="enchant gnome hacking ipv6 sounds spell" |
14 | IUSE="enchant gnome hacking ipv6 sounds spell" |
15 | |
15 | |
16 | RDEPEND="x11-libs/gtk+ |
16 | RDEPEND="x11-libs/gtk+ |
17 | gnome? ( x11-libs/gtksourceview |
17 | gnome? ( =x11-libs/gtksourceview-1* |
18 | gnome-base/gnome-vfs )" |
18 | gnome-base/gnome-vfs )" |
19 | DEPEND="${RDEPEND} |
19 | DEPEND="${RDEPEND} |
20 | x11-libs/libX11 |
20 | x11-libs/libX11 |
21 | sounds? ( media-libs/gstreamer ) |
21 | sounds? ( media-libs/gstreamer ) |
22 | spell? ( app-text/aspell ) |
22 | spell? ( app-text/aspell ) |