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 <gentoo-commits+bounces-373342-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QtOxJ-0007nk-Nh
	for garchives@archives.gentoo.org; Tue, 16 Aug 2011 19:05:41 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4729221C02A
	for <garchives@archives.gentoo.org>; Tue, 16 Aug 2011 19:05:41 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 2796221C08D
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Aug 2011 18:15:24 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6C4E41B4073
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Aug 2011 18:15:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id BFF4C80043
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Aug 2011 18:15:22 +0000 (UTC)
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" <nirbheek@gentoo.org>
Message-ID: <08fed3ec1154e86cc012bc8d14e4564f14f2d78c.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-3.0.3.ebuild
X-VCS-Directories: app-accessibility/orca/
X-VCS-Committer: nirbheek
X-VCS-Committer-Name: Nirbheek Chauhan
X-VCS-Revision: 08fed3ec1154e86cc012bc8d14e4564f14f2d78c
Date: Tue, 16 Aug 2011 18:15:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 1c1fed5b4b45396460be4b6ceb84e045

commit:     08fed3ec1154e86cc012bc8d14e4564f14f2d78c
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 13:37:01 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 18:14:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3D08fed3ec

app-accessibility/orca: moved to the tree

---
 app-accessibility/orca/orca-3.0.3.ebuild |   87 ------------------------=
------
 1 files changed, 0 insertions(+), 87 deletions(-)

diff --git a/app-accessibility/orca/orca-3.0.3.ebuild b/app-accessibility=
/orca/orca-3.0.3.ebuild
deleted file mode 100644
index 582a5d1..0000000
--- a/app-accessibility/orca/orca-3.0.3.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3D"3"
-GNOME_TARBALL_SUFFIX=3D"xz"
-GCONF_DEBUG=3D"no"
-GNOME2_LA_PUNT=3D"yes"
-PYTHON_DEPEND=3D"2:2.6"
-# FIXME: multiple python support
-
-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
-# XXX: Check deps for correctness
-RDEPEND=3D">=3Ddev-libs/glib-2.10:2
-	>=3Dgnome-extra/at-spi-1.32:1
-	>=3Dgnome-base/orbit-2:2
-	>=3Ddev-python/pyorbit-2.24
-	>=3Dgnome-base/libbonobo-2.24
-	>=3Ddev-python/libbonobo-python-2.24:2
-
-	dev-python/pygobject:2
-	dev-python/pycairo
-	dev-python/pyxdg
-	>=3Ddev-python/dbus-python-0.83
-	>=3Ddev-python/pygtk-2.12:2
-
-	>=3Ddev-python/libwnck-python-2.24
-	>=3Ddev-python/gconf-python-2.24:2
-	>=3Ddev-python/libgnome-python-2.14:2
-
-	>=3Dapp-accessibility/gnome-speech-0.3.10:1
-	>=3Dapp-accessibility/gnome-mag-0.12.5:1"
-
-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}"
-}