Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/
Date: Sat, 03 Feb 2018 19:40:19
Message-Id: 1517686733.b52c31334fbf8fec115f8bbd60e1f5a9807bc24e.leio@gentoo
1 commit: b52c31334fbf8fec115f8bbd60e1f5a9807bc24e
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 19:23:37 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 19:38:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52c3133
7
8 dev-python/pyatspi: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/pyatspi/Manifest | 1 -
13 dev-python/pyatspi/pyatspi-2.20.3.ebuild | 57 --------------------------------
14 2 files changed, 58 deletions(-)
15
16 diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
17 index c95968623ba..4875a57f887 100644
18 --- a/dev-python/pyatspi/Manifest
19 +++ b/dev-python/pyatspi/Manifest
20 @@ -1,2 +1 @@
21 -DIST pyatspi-2.20.3.tar.xz 297368 BLAKE2B 47b82bc5fffd513eb9c9be608172df2b434c6696567a7fb9b78393e5e591a88ffedb8d398bc8fc537ec0d8d1e693ce06e9b9f45bd89e3a5465e18ba09fe83224 SHA512 87f9dccb0be1b85ed850abaf28270c2fd5e52a43dcd94e452f650d6aea8a52bb59d9b9e9d4312bd0fe88d549812c1ddbbceb05955687134613ecd6e1b7af4ace
22 DIST pyatspi-2.24.0.tar.xz 298228 BLAKE2B a1c989df5431a9fdf0b35c5fa75a12b9c083c6a979052e3a621685feada611f4322195b30bc1f4f56cd35f305087756cded31a445cca07e74262ecd807926239 SHA512 ea0c3e5a5a417c4d494cfe33ccfcca1996f417e51f5ccd3508372a0df636fb186b9940d7832681af9b353aa50a9aabd64c5477fdabbc5016794a502396b3d67a
23
24 diff --git a/dev-python/pyatspi/pyatspi-2.20.3.ebuild b/dev-python/pyatspi/pyatspi-2.20.3.ebuild
25 deleted file mode 100644
26 index 18ee017f27f..00000000000
27 --- a/dev-python/pyatspi/pyatspi-2.20.3.ebuild
28 +++ /dev/null
29 @@ -1,57 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
35 -
36 -inherit gnome2 python-r1
37 -
38 -DESCRIPTION="Python binding to at-spi library"
39 -HOMEPAGE="https://wiki.gnome.org/Accessibility"
40 -
41 -# Note: only some of the tests are GPL-licensed, everything else is LGPL
42 -LICENSE="LGPL-2 GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
45 -
46 -IUSE="" # test
47 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
48 -
49 -COMMON_DEPEND="${PYTHON_DEPS}
50 - >=dev-libs/atk-2.11.2
51 - dev-python/dbus-python[${PYTHON_USEDEP}]
52 - >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
53 -"
54 -RDEPEND="${COMMON_DEPEND}
55 - >=sys-apps/dbus-1
56 - >=app-accessibility/at-spi2-core-2.20.2[introspection]
57 - !<gnome-extra/at-spi-1.32.0-r1
58 -"
59 -DEPEND="${COMMON_DEPEND}
60 - virtual/pkgconfig
61 -"
62 -
63 -PATCHES=(
64 - # https://bugzilla.gnome.org/show_bug.cgi?id=689957
65 - "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
66 -)
67 -
68 -src_prepare() {
69 - gnome2_src_prepare
70 - python_copy_sources
71 -}
72 -
73 -src_configure() {
74 - python_foreach_impl run_in_build_dir gnome2_src_configure --disable-tests
75 -}
76 -
77 -src_compile() {
78 - python_foreach_impl run_in_build_dir gnome2_src_compile
79 -}
80 -
81 -src_install() {
82 - python_foreach_impl run_in_build_dir gnome2_src_install
83 -
84 - docinto examples
85 - dodoc examples/*.py
86 -}