From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E107B1382C5 for ; Tue, 30 Jan 2018 10:16:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 437E2E0C11; Tue, 30 Jan 2018 10:16:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FFD7E0C11 for ; Tue, 30 Jan 2018 10:16:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44260335C63 for ; Tue, 30 Jan 2018 10:16:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C08AF1B9 for ; Tue, 30 Jan 2018 10:16:35 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1517229242.353f91bbc456bc04ec56ac6dea3bff7c29362360.sobhan@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.26.1.ebuild X-VCS-Directories: app-accessibility/at-spi2-atk/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: 353f91bbc456bc04ec56ac6dea3bff7c29362360 X-VCS-Branch: master Date: Tue, 30 Jan 2018 10:16:35 +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: 889f0a95-318f-4ec9-a175-9821ce835ad4 X-Archives-Hash: 3d1722ad7648283fbb557ed590aceb21 commit: 353f91bbc456bc04ec56ac6dea3bff7c29362360 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Mon Jan 29 12:34:02 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Mon Jan 29 12:34:02 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=353f91bb app-accessibility/at-spi2-atk: version bump to 2.26.1 Package-Manager: Portage-2.3.20, Repoman-2.3.6 Manifest-Sign-Key: 0x7DF238CF0AA182E1 .../at-spi2-atk/at-spi2-atk-2.26.1.ebuild | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.1.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.1.ebuild new file mode 100644 index 00000000..d2f70859 --- /dev/null +++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" + +inherit gnome-meson multilib-minimal virtualx + +DESCRIPTION="Gtk module for bridging AT-SPI to Atk" +HOMEPAGE="https://wiki.gnome.org/Accessibility" + +LICENSE="LGPL-2+" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" +IUSE="test" + +COMMON_DEPEND=" + >=app-accessibility/at-spi2-core-2.17.90[${MULTILIB_USEDEP}] + >=dev-libs/atk-2.25.2[${MULTILIB_USEDEP}] + >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}] + >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}] +" +RDEPEND="${COMMON_DEPEND} + !