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 5FE17139694 for ; Wed, 15 Feb 2017 19:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 521CAE0D41; Wed, 15 Feb 2017 19:24:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04A07E0D41 for ; Wed, 15 Feb 2017 19:24:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B3B834165A for ; Wed, 15 Feb 2017 19:24:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BFE4490C for ; Wed, 15 Feb 2017 19:24:01 +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: <1487186611.92449118e15353d87b752f8697b2ca7019fbc2d5.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyatspi/Manifest dev-python/pyatspi/pyatspi-2.20.2.ebuild X-VCS-Directories: dev-python/pyatspi/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 92449118e15353d87b752f8697b2ca7019fbc2d5 X-VCS-Branch: master Date: Wed, 15 Feb 2017 19:24:01 +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: db5ee4b8-73a7-4d72-a42c-d1966ffee249 X-Archives-Hash: 5345f9c16666197c24a9536fa6dbe794 commit: 92449118e15353d87b752f8697b2ca7019fbc2d5 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Feb 15 19:19:52 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Feb 15 19:23:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92449118 dev-python/pyatspi: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/pyatspi/Manifest | 1 - dev-python/pyatspi/pyatspi-2.20.2.ebuild | 57 -------------------------------- 2 files changed, 58 deletions(-) diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest index 0b04d9e11f..134bbbaab2 100644 --- a/dev-python/pyatspi/Manifest +++ b/dev-python/pyatspi/Manifest @@ -1,2 +1 @@ -DIST pyatspi-2.20.2.tar.xz 298724 SHA256 50e5021cd19f2b12b36ba06635aa4e8c9d980eb988855b352b24f80bddf317da SHA512 5110ca81520d673b3a96ae094b5727ff62601b4ab07af8cf50cdfe4e26db3d11e9dedd69d629b5630a67b5de3be306d9c432a8a76ffbf73041303fbd751a1d0a WHIRLPOOL 2ebbe67ffdf05f701b930112b8aeb8491b6b6d0a55e632445e5b29f11742b1ee3e2d219ca249169cb3414954951ff5e9873cbc527a798efbe0802bf9b1155a20 DIST pyatspi-2.20.3.tar.xz 297368 SHA256 628f19cc5790b02ae6ec8580902683520087fba503c06c71257c572108cb5850 SHA512 87f9dccb0be1b85ed850abaf28270c2fd5e52a43dcd94e452f650d6aea8a52bb59d9b9e9d4312bd0fe88d549812c1ddbbceb05955687134613ecd6e1b7af4ace WHIRLPOOL 5468c5cc1fc12fad84c10184014167f69b322757eaaa27e4abc25d376be27a6664a53295d66f0909923920316a4dc8c0d018165d5f5b0e382c84dc9e4252714d diff --git a/dev-python/pyatspi/pyatspi-2.20.2.ebuild b/dev-python/pyatspi/pyatspi-2.20.2.ebuild deleted file mode 100644 index a06111aade..0000000000 --- a/dev-python/pyatspi/pyatspi-2.20.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit gnome2 python-r1 - -DESCRIPTION="Python binding to at-spi library" -HOMEPAGE="https://wiki.gnome.org/Accessibility" - -# Note: only some of the tests are GPL-licensed, everything else is LGPL -LICENSE="LGPL-2 GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="" # test -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -COMMON_DEPEND="${PYTHON_DEPS} - >=dev-libs/atk-2.11.2 - dev-python/dbus-python[${PYTHON_USEDEP}] - >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}] -" -RDEPEND="${COMMON_DEPEND} - >=sys-apps/dbus-1 - >=app-accessibility/at-spi2-core-${PV}[introspection] - !