diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2007-10-29 22:21:10 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2007-10-29 22:21:10 +0000 |
commit | bea3fd4fdb21294bdd0086bbc6b0ab2bbd0d2169 (patch) | |
tree | cde44af874b64b19e8078b92379fa832873c09e8 /app-accessibility/orca | |
parent | add patch to build with -DNDEBUG from Guenther Brunthaler (bug #154513) (diff) | |
download | gentoo-2-bea3fd4fdb21294bdd0086bbc6b0ab2bbd0d2169.tar.gz gentoo-2-bea3fd4fdb21294bdd0086bbc6b0ab2bbd0d2169.tar.bz2 gentoo-2-bea3fd4fdb21294bdd0086bbc6b0ab2bbd0d2169.zip |
bump to 2.20.1
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-accessibility/orca')
-rw-r--r-- | app-accessibility/orca/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/orca/files/digest-orca-2.20.1 | 3 | ||||
-rw-r--r-- | app-accessibility/orca/orca-2.20.1.ebuild | 29 |
3 files changed, 38 insertions, 1 deletions
diff --git a/app-accessibility/orca/ChangeLog b/app-accessibility/orca/ChangeLog index 7e4c10164818..aeac271b96c4 100644 --- a/app-accessibility/orca/ChangeLog +++ b/app-accessibility/orca/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-accessibility/orca # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.17 2007/10/14 14:24:24 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.18 2007/10/29 22:21:09 eva Exp $ + +*orca-2.20.1 (29 Oct 2007) + + 29 Oct 2007; Gilles Dartiguelongue <eva@gentoo.org> +orca-2.20.1.ebuild: + bump to 2.20.1 *orca-2.20.0.1 (14 Oct 2007) diff --git a/app-accessibility/orca/files/digest-orca-2.20.1 b/app-accessibility/orca/files/digest-orca-2.20.1 new file mode 100644 index 000000000000..cb140e073cc8 --- /dev/null +++ b/app-accessibility/orca/files/digest-orca-2.20.1 @@ -0,0 +1,3 @@ +MD5 eeede1ae831a7d1816fd57588c81281d orca-2.20.1.tar.bz2 1412477 +RMD160 2f03283b620cfe0e816ba960542ec06c32cb0862 orca-2.20.1.tar.bz2 1412477 +SHA256 7463aa0a3cf174f48795b014f4e6d02a62b7acdd7a8a5810e8c3b96d09d8f44d orca-2.20.1.tar.bz2 1412477 diff --git a/app-accessibility/orca/orca-2.20.1.ebuild b/app-accessibility/orca/orca-2.20.1.ebuild new file mode 100644 index 000000000000..3781edc6a915 --- /dev/null +++ b/app-accessibility/orca/orca-2.20.1.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.20.1.ebuild,v 1.1 2007/10/29 22:21:09 eva 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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +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" |