# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-1.0.7.ebuild,v 1.9 2007/01/21 22:23:17 kloeri Exp $ inherit gnome2 DESCRIPTION="Software tools for blind and visually impaired" HOMEPAGE="http://www.baum.ro/gnopernicus.html" LICENSE="LGPL-2" SLOT="1" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="brltty doc ipv6" RDEPEND=">=gnome-base/gconf-2.6.1 >=dev-libs/popt-1.5 >=dev-libs/glib-2.4.1 >=dev-libs/libxml2-2.6.7 >=gnome-extra/at-spi-1.5.4 >=x11-libs/gtk+-2.4.1 >=gnome-base/libglade-2.3.6 >=gnome-base/libgnome-2.6 >=gnome-base/libgnomeui-2.6.1 >=app-accessibility/gnome-speech-0.3.5 >=app-accessibility/gnome-mag-0.11.7 >=gnome-extra/libgail-gnome-1.0 brltty? ( >=app-accessibility/brltty-3.6 )" DEPEND="${RDEPEND} >=dev-util/intltool-0.29 >=dev-util/pkgconfig-0.9 app-text/scrollkeeper doc? ( >=dev-util/gtk-doc-1 )" DOCS="AUTHORS ChangeLog NEWS README" pkg_setup() { G2CONF="$(use_enable ipv6) \ $(use_enable brltty)" }