blob: d0d9845f971c06c885ea60a6533bbbd9eac19914 (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-poke/at-poke-0.2.3.ebuild,v 1.1 2006/07/25 00:14:12 leonardop Exp $
inherit gnome2
DESCRIPTION="The accessibility poking tool"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=gnome-base/libglade-2
>=gnome-extra/at-spi-1.3.12
>=x11-libs/gtk+-2
>=gnome-base/libgnomeui-2
gnome-extra/libgail-gnome
>=dev-libs/popt-1.5"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9"
DOCS="AUTHORS ChangeLog NEWS README TODO"
|