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 CF671138CD0 for ; Sun, 10 May 2015 17:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77B53E0823; Sun, 10 May 2015 17:20:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1A80E0823 for ; Sun, 10 May 2015 17:20:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 045EC340FC4 for ; Sun, 10 May 2015 17:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41B899EB for ; Sun, 10 May 2015 17:20:32 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1431272389.68f5e1468aeda186f3e9592bb48bb466d0b7ba0e.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-python/pyatspi/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-python/pyatspi/pyatspi-2.16.0.ebuild dev-python/pyatspi/pyatspi-9999.ebuild X-VCS-Directories: dev-python/pyatspi/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 68f5e1468aeda186f3e9592bb48bb466d0b7ba0e X-VCS-Branch: master Date: Sun, 10 May 2015 17:20:32 +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: 6ea5b45c-aff6-4715-ae59-729fc42ac9ce X-Archives-Hash: 2b60a6489d0da18dbb718e94a4f74d7c commit: 68f5e1468aeda186f3e9592bb48bb466d0b7ba0e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun May 10 15:02:12 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun May 10 15:39:49 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=68f5e146 dev-python/pyatspi: 2.14.0 → 2.16.0 .../pyatspi/{pyatspi-9999.ebuild => pyatspi-2.16.0.ebuild} | 14 +++----------- dev-python/pyatspi/pyatspi-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/dev-python/pyatspi/pyatspi-9999.ebuild b/dev-python/pyatspi/pyatspi-2.16.0.ebuild similarity index 80% copy from dev-python/pyatspi/pyatspi-9999.ebuild copy to dev-python/pyatspi/pyatspi-2.16.0.ebuild index 09b8da4..46790d4 100644 --- a/dev-python/pyatspi/pyatspi-9999.ebuild +++ b/dev-python/pyatspi/pyatspi-2.16.0.ebuild @@ -1,16 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" GCONF_DEBUG="no" -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit eutils gnome2 python-r1 -if [[ ${PV} = 9999 ]]; then - GNOME_LIVE_MODULE="pyatspi2" - inherit gnome2-live -fi DESCRIPTION="Python binding to at-spi library" HOMEPAGE="http://live.gnome.org/Accessibility" @@ -18,11 +14,7 @@ HOMEPAGE="http://live.gnome.org/Accessibility" # Note: only some of the tests are GPL-licensed, everything else is LGPL LICENSE="LGPL-2 GPL-2+" SLOT="0" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -fi +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" # test REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/dev-python/pyatspi/pyatspi-9999.ebuild b/dev-python/pyatspi/pyatspi-9999.ebuild index 09b8da4..c890666 100644 --- a/dev-python/pyatspi/pyatspi-9999.ebuild +++ b/dev-python/pyatspi/pyatspi-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" GCONF_DEBUG="no" -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit eutils gnome2 python-r1 if [[ ${PV} = 9999 ]]; then