From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D4DEE13800E for ; Sun, 22 Jul 2012 04:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD316E0444; Sun, 22 Jul 2012 04:41:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AB241E0444 for ; Sun, 22 Jul 2012 04:41:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D92E01B4185 for ; Sun, 22 Jul 2012 04:41:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DB628E543E for ; Sun, 22 Jul 2012 04:41:20 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1342932030.5536d1e158b7c1e794af45ff7c7e03ab1a54938d.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-accessibility/at-spi2-atk/ X-VCS-Repository: proj/gnome X-VCS-Files: app-accessibility/at-spi2-atk/at-spi2-atk-2.5.4.ebuild X-VCS-Directories: app-accessibility/at-spi2-atk/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: 5536d1e158b7c1e794af45ff7c7e03ab1a54938d X-VCS-Branch: master Date: Sun, 22 Jul 2012 04:41:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 455216bb-e7cb-4b3c-8700-2d6b431f8788 X-Archives-Hash: c055c9a32eb0aa8aefdf504cbf0a83b4 commit: 5536d1e158b7c1e794af45ff7c7e03ab1a54938d Author: Priit Laes plaes org> AuthorDate: Sun Jul 22 04:36:33 2012 +0000 Commit: Priit Laes plaes org> CommitDate: Sun Jul 22 04:40:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5536d1e1 app-accessibility/at-spi2-atk: Add at-spi2-atk-2.5.4 to overlay --- .../at-spi2-atk/at-spi2-atk-2.5.4.ebuild | 59 ++++++++++++++++++++ 1 files changed, 59 insertions(+), 0 deletions(-) diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.5.4.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.5.4.ebuild new file mode 100644 index 0000000..8f6e9e1 --- /dev/null +++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.5.4.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit eutils gnome2 virtualx +if [[ ${PV} = 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION="Gtk module for bridging AT-SPI to Atk" +HOMEPAGE="http://live.gnome.org/Accessibility" + +LICENSE="LGPL-2" +SLOT="2" +if [[ ${PV} = 9999 ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~arm ~hppa ~x86" +fi +IUSE="" + +COMMON_DEPEND=" + >=app-accessibility/at-spi2-core-2.4 + >=dev-libs/atk-2.1.0 + dev-libs/glib:2 + >=sys-apps/dbus-1 +" +RDEPEND="${COMMON_DEPEND} + !