diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-03-27 21:58:23 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-03-27 21:58:23 +0000 |
commit | 47428f96c7548638be247ddeb29e5558999829e7 (patch) | |
tree | 4f83e259e0a663fabe0347ceb9bda9c6629a3485 /app-accessibility/orca/orca-2.18.0.ebuild | |
parent | gnome 2.18.0 (diff) | |
download | historical-47428f96c7548638be247ddeb29e5558999829e7.tar.gz historical-47428f96c7548638be247ddeb29e5558999829e7.tar.bz2 historical-47428f96c7548638be247ddeb29e5558999829e7.zip |
gnome 2.18.0
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-accessibility/orca/orca-2.18.0.ebuild')
-rw-r--r-- | app-accessibility/orca/orca-2.18.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app-accessibility/orca/orca-2.18.0.ebuild b/app-accessibility/orca/orca-2.18.0.ebuild new file mode 100644 index 000000000000..4d068007fdab --- /dev/null +++ b/app-accessibility/orca/orca-2.18.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.18.0.ebuild,v 1.1 2007/03/27 21:58:22 dang Exp $ + +inherit gnome2 + +DESCRIPTION="Extensible screen reader that provides access to the desktop" +HOMEPAGE="http://www.gnome.org/projects/orca/" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.10 + >=gnome-base/orbit-2 + >=gnome-extra/at-spi-1.7.6 + >=gnome-base/libbonobo-2.14 + >=dev-lang/python-2.4 + >=dev-python/gnome-python-2.14 + >=dev-python/pyorbit-2.14 + >=app-accessibility/gnome-speech-0.3.10 + >=app-accessibility/gnome-mag-0.12.5" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35 + >=dev-util/pkgconfig-0.9" + +DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO" |