diff options
-rw-r--r-- | app-accessibility/orca/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/orca/orca-2.26.3.ebuild | 63 | ||||
-rw-r--r-- | app-accessibility/orca/orca-2.28.3.ebuild | 65 | ||||
-rw-r--r-- | app-accessibility/orca/orca-2.32.1.ebuild (renamed from app-accessibility/orca/orca-2.32.0-r1.ebuild) | 5 |
4 files changed, 10 insertions, 131 deletions
diff --git a/app-accessibility/orca/ChangeLog b/app-accessibility/orca/ChangeLog index 5ee4688e2464..5831b9fe890a 100644 --- a/app-accessibility/orca/ChangeLog +++ b/app-accessibility/orca/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-accessibility/orca # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.95 2010/11/02 01:42:12 ford_prefect Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.96 2010/12/03 23:44:57 pacho Exp $ + +*orca-2.32.1 (03 Dec 2010) + + 03 Dec 2010; Pacho Ramos <pacho@gentoo.org> -orca-2.26.3.ebuild, + -orca-2.28.3.ebuild, -orca-2.32.0-r1.ebuild, +orca-2.32.1.ebuild: + Version bump with bugfixes and translation updates, remove old. 02 Nov 2010; Arun Raghavan <ford_prefect@gentoo.org> orca-2.32.0-r1.ebuild: diff --git a/app-accessibility/orca/orca-2.26.3.ebuild b/app-accessibility/orca/orca-2.26.3.ebuild deleted file mode 100644 index 96fac03172a4..000000000000 --- a/app-accessibility/orca/orca-2.26.3.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.26.3.ebuild,v 1.10 2010/07/20 01:55:42 jer Exp $ - -PYTHON_DEPEND="2" # Support for Python 3 not verified - -inherit gnome2 python - -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 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -# liblouis is not in portage yet -# it is used to provide contracted braille support -RDEPEND=">=dev-libs/glib-2.10 - >=gnome-extra/at-spi-1.7.6 - >=gnome-base/orbit-2 - >=dev-python/pyorbit-2.14 - >=gnome-base/libbonobo-2.14 - >=dev-python/libbonobo-python-2.14 - - dev-python/pygobject - dev-python/pycairo - >=dev-python/pygtk-2.12 - - >=dev-python/libwnck-python-2.14 - >=dev-python/gconf-python-2.14 - >=dev-python/libgnome-python-2.14 - - >=app-accessibility/gnome-speech-0.3.10 - >=app-accessibility/gnome-mag-0.12.5" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - >=dev-util/pkgconfig-0.9" - -DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} --disable-liblouis" -} - -src_unpack() { - gnome2_src_unpack - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile -} - -pkg_postinst() { - gnome2_pkg_postinst - python_mod_optimize $(python_get_sitedir)/orca -} - -pkg_postrm() { - gnome2_pkg_postrm - python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/orca -} diff --git a/app-accessibility/orca/orca-2.28.3.ebuild b/app-accessibility/orca/orca-2.28.3.ebuild deleted file mode 100644 index 8f977c95c8f3..000000000000 --- a/app-accessibility/orca/orca-2.28.3.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.28.3.ebuild,v 1.6 2010/08/14 18:32:37 armin76 Exp $ - -PYTHON_DEPEND="2" # Support for Python 3 not verified -GCONF_DEBUG="no" - -inherit gnome2 python - -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 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -# liblouis is not in portage yet -# it is used to provide contracted braille support -RDEPEND=">=dev-libs/glib-2.10 - >=gnome-extra/at-spi-1.24 - >=gnome-base/orbit-2 - >=dev-python/pyorbit-2.24 - >=gnome-base/libbonobo-2.24 - >=dev-python/libbonobo-python-2.24 - - dev-python/pygobject - dev-python/pycairo - >=dev-python/dbus-python-0.83 - >=dev-python/pygtk-2.12 - - >=dev-python/libwnck-python-2.24 - >=dev-python/gconf-python-2.24 - >=dev-python/libgnome-python-2.14 - - >=app-accessibility/gnome-speech-0.3.10 - >=app-accessibility/gnome-mag-0.12.5" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - >=dev-util/pkgconfig-0.9" - -DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO" - -src_unpack() { - gnome2_src_unpack - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile - - # Fix intltoolize broken file, see upstream #577133 - sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \ - || die "sed 2 failed" -} - -pkg_postinst() { - gnome2_pkg_postinst - python_mod_optimize $(python_get_sitedir)/orca -} - -pkg_postrm() { - gnome2_pkg_postrm - python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/orca -} diff --git a/app-accessibility/orca/orca-2.32.0-r1.ebuild b/app-accessibility/orca/orca-2.32.1.ebuild index eb43b45a782c..44340613da1e 100644 --- a/app-accessibility/orca/orca-2.32.0-r1.ebuild +++ b/app-accessibility/orca/orca-2.32.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.32.0-r1.ebuild,v 1.2 2010/11/02 01:42:12 ford_prefect Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.32.1.ebuild,v 1.1 2010/12/03 23:44:57 pacho Exp $ EAPI="3" GCONF_DEBUG="no" @@ -9,7 +9,7 @@ PYTHON_DEPEND="2" inherit gnome2 python DESCRIPTION="Extensible screen reader that provides access to the desktop" -HOMEPAGE="http://www.gnome.org/projects/orca/" +HOMEPAGE="http://projects.gnome.org/orca/" LICENSE="LGPL-2" SLOT="0" @@ -27,6 +27,7 @@ RDEPEND=">=dev-libs/glib-2.10 dev-python/pygobject dev-python/pycairo + dev-python/pyxdg >=dev-python/dbus-python-0.83 >=dev-python/pygtk-2.12 |