dev-python/pyatspi: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Mart Raudsepp
2017-02-15 21:19:52 +02:00
parent f9b3379d05
commit 92449118e1
2 changed files with 0 additions and 58 deletions

View File

@@ -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

View File

@@ -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]
!<gnome-extra/at-spi-1.32.0-r1
"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
"
PATCHES=(
# https://bugzilla.gnome.org/show_bug.cgi?id=689957
"${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
)
src_prepare() {
gnome2_src_prepare
python_copy_sources
}
src_configure() {
python_foreach_impl run_in_build_dir gnome2_src_configure --disable-tests
}
src_compile() {
python_foreach_impl run_in_build_dir gnome2_src_compile
}
src_install() {
python_foreach_impl run_in_build_dir gnome2_src_install
docinto examples
dodoc examples/*.py
}