From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PnI5s-0006TV-UA for garchives@archives.gentoo.org; Wed, 09 Feb 2011 22:01:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C1E7E09A6; Wed, 9 Feb 2011 22:00:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C89D5E09A6 for ; Wed, 9 Feb 2011 22:00:52 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 332EF1B40FB for ; Wed, 9 Feb 2011 22:00:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 906CC8006E for ; Wed, 9 Feb 2011 22:00:51 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <831fb472d383164fab9c8e6a7a716bd5931e5520.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-accessibility/orca/ X-VCS-Repository: proj/gnome X-VCS-Files: app-accessibility/orca/orca-2.91.6.ebuild X-VCS-Directories: app-accessibility/orca/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 831fb472d383164fab9c8e6a7a716bd5931e5520 Date: Wed, 9 Feb 2011 22:00:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 87cf7e877a9be99bb301129b3fe563b8 commit: 831fb472d383164fab9c8e6a7a716bd5931e5520 Author: Nirbheek Chauhan gentoo org> AuthorDate: Wed Feb 9 20:50:11 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Wed Feb 9 20:50:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D831fb472 Add app-accessibility/orca-2.91.6 --- app-accessibility/orca/orca-2.91.6.ebuild | 85 +++++++++++++++++++++++= ++++++ 1 files changed, 85 insertions(+), 0 deletions(-) diff --git a/app-accessibility/orca/orca-2.91.6.ebuild b/app-accessibilit= y/orca/orca-2.91.6.ebuild new file mode 100644 index 0000000..5455087 --- /dev/null +++ b/app-accessibility/orca/orca-2.91.6.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.32.1.eb= uild,v 1.1 2010/12/03 23:44:57 pacho Exp $ + +EAPI=3D"3" +GCONF_DEBUG=3D"no" +GNOME2_LA_PUNT=3D"yes" +PYTHON_DEPEND=3D"2" + +inherit gnome2 python + +DESCRIPTION=3D"Extensible screen reader that provides access to the desk= top" +HOMEPAGE=3D"http://projects.gnome.org/orca/" + +LICENSE=3D"LGPL-2" +SLOT=3D"0" +KEYWORDS=3D"~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE=3D"" + +# liblouis is not in portage yet +# it is used to provide contracted braille support +RDEPEND=3D">=3Ddev-libs/glib-2.10 + >=3Dgnome-extra/at-spi-1.32 + >=3Dgnome-base/orbit-2 + >=3Ddev-python/pyorbit-2.24 + >=3Dgnome-base/libbonobo-2.24 + >=3Ddev-python/libbonobo-python-2.24 + + dev-python/pygobject + dev-python/pycairo + dev-python/pyyaml + dev-python/pyxdg + >=3Ddev-python/dbus-python-0.83 + >=3Ddev-python/pygtk-2.12 + + >=3Ddev-python/libwnck-python-2.24 + >=3Ddev-python/gconf-python-2.24 + >=3Ddev-python/libgnome-python-2.14 + + >=3Dapp-accessibility/gnome-speech-0.3.10 + >=3Dapp-accessibility/gnome-mag-0.12.5" + +DEPEND=3D"${RDEPEND} + >=3Dapp-text/gnome-doc-utils-0.17.3 + >=3Ddev-util/intltool-0.40 + >=3Ddev-util/pkgconfig-0.9" + +pkg_setup() { + DOCS=3D"AUTHORS ChangeLog MAINTAINERS NEWS README TODO" + python_set_active_version 2 +} + +src_prepare() { + gnome2_src_prepare + + # disable pyc compiling + mv py-compile py-compile.orig + ln -s $(type -P true) py-compile +} + +src_configure() { + # FIXME: Workaround for bug #325611 until root cause is found + addpredict "$(unset HOME; echo ~)/.gconf" + addpredict "$(unset HOME; echo ~)/.gconfd" + # Needed for import pyatspi + unset DBUS_SESSION_BUS_ADDRESS + PYTHON=3D"$(PYTHON)" gnome2_src_configure +} + +src_compile() { + # FIXME: Workaround for bug #325611 until root cause is found + addpredict "$(unset HOME; echo ~)/.gconf" + addpredict "$(unset HOME; echo ~)/.gconfd" + gnome2_src_compile +} + +pkg_postinst() { + gnome2_pkg_postinst + python_mod_optimize "${PN}" +} + +pkg_postrm() { + gnome2_pkg_postrm + python_mod_cleanup "${PN}" +}