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 1E9F7138334 for ; Thu, 13 Sep 2018 15:33:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 498CAE0BC3; Thu, 13 Sep 2018 15:33:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 148D4E0BC3 for ; Thu, 13 Sep 2018 15:33:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CFC7A335CD5 for ; Thu, 13 Sep 2018 15:33:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 196B63D6 for ; Thu, 13 Sep 2018 15:33:13 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1536852785.118d72d55cab56bda24227af3ed9b75a404e1f92.leio@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.2.ebuild X-VCS-Directories: app-accessibility/at-spi2-atk/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 118d72d55cab56bda24227af3ed9b75a404e1f92 X-VCS-Branch: master Date: Thu, 13 Sep 2018 15:33:13 +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: 824c3dd9-5ca3-4f27-ac43-bb2836008865 X-Archives-Hash: 2b8820962045dcdd6376fd4310569ad5 commit: 118d72d55cab56bda24227af3ed9b75a404e1f92 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Sep 13 15:33:05 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Sep 13 15:33:05 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=118d72d5 app-accessibility/at-spi2-atk-2.26.2: remove, autotools ver available in ::gentoo Meson version reported to be broken by Kobboi. The meson port looks of limited value, and might be the cause of the breakage even (ECONF_SOURCE...?) Package-Manager: Portage-2.3.49, Repoman-2.3.10 .../at-spi2-atk/at-spi2-atk-2.26.2.ebuild | 42 ---------------------- 1 file changed, 42 deletions(-) diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild deleted file mode 100644 index d2f70859..00000000 --- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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} - !