Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/accerciser/
Date: Sun, 02 Aug 2020 07:16:47
Message-Id: 1596352583.5084a0850ed08b49855c37de882b0c512e1c9ddc.leio@gentoo
1 commit: 5084a0850ed08b49855c37de882b0c512e1c9ddc
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 07:16:23 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 07:16:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5084a085
7
8 app-accessibility/accerciser: remove old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-accessibility/accerciser/Manifest | 1 -
14 .../accerciser/accerciser-3.22.0.ebuild | 65 ----------------------
15 2 files changed, 66 deletions(-)
16
17 diff --git a/app-accessibility/accerciser/Manifest b/app-accessibility/accerciser/Manifest
18 index 53f17c429cf..9388c6185a6 100644
19 --- a/app-accessibility/accerciser/Manifest
20 +++ b/app-accessibility/accerciser/Manifest
21 @@ -1,2 +1 @@
22 -DIST accerciser-3.22.0.tar.xz 3060756 BLAKE2B a648c764c5f101f323458c692cb4171704b7b710558f4103b57d87ca58c2d0d9c03cad72de1d3be9483d317ad94c95e43bb2437515093d6ffd93089a58e5fab1 SHA512 980db5dcd0bdc78314ab87cce95cfcfa018bf302acc66ea2dd1bddfb61de5bfe2e64344cff63740c38be33124ff49c75699aa6867d5e85b25d422b5af1b025c1
23 DIST accerciser-3.36.2.tar.xz 1995756 BLAKE2B 14d569f159cda685bb5217cb650d64c473c296e6c0e74bf2d6290908ea4aef06fd736aa8bdb7782a7bbd5231895a53e85fa362382fd15cf0554721fe46c8cbe9 SHA512 fb2ecb35826f1a868a8badcefcb4941258273bfc639996b8d4cecbd5d9700cb48e102891105842fcf3b0cb5f7a53df28de3283a80130d83695528db06ff0f268
24
25 diff --git a/app-accessibility/accerciser/accerciser-3.22.0.ebuild b/app-accessibility/accerciser/accerciser-3.22.0.ebuild
26 deleted file mode 100644
27 index 9acb9c3494a..00000000000
28 --- a/app-accessibility/accerciser/accerciser-3.22.0.ebuild
29 +++ /dev/null
30 @@ -1,65 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python3_6 )
36 -PYTHON_REQ_USE="xml"
37 -
38 -inherit gnome2 python-r1
39 -
40 -DESCRIPTION="Interactive Python accessibility explorer"
41 -HOMEPAGE="https://wiki.gnome.org/Apps/Accerciser"
42 -
43 -LICENSE="BSD CC-BY-SA-3.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE=""
47 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
48 -
49 -RDEPEND="
50 - >=app-accessibility/at-spi2-core-2.5.2:2
51 - >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
52 - >=x11-libs/gtk+-3.1.13:3[introspection]
53 -
54 - dev-libs/atk[introspection]
55 - >=dev-libs/glib-2.28:2
56 - dev-libs/gobject-introspection:=
57 - >=dev-python/ipython-0.11[${PYTHON_USEDEP}]
58 - >=dev-python/pyatspi-2.1.5[${PYTHON_USEDEP}]
59 - dev-python/pycairo[${PYTHON_USEDEP}]
60 - x11-libs/gdk-pixbuf[introspection]
61 - x11-libs/libwnck:3[introspection]
62 - x11-libs/pango[introspection]
63 - ${PYTHON_DEPS}
64 -"
65 -DEPEND="${RDEPEND}
66 - app-text/yelp-tools
67 - >=dev-util/intltool-0.35
68 - sys-devel/gettext
69 - virtual/pkgconfig
70 -"
71 -
72 -src_prepare() {
73 - gnome2_src_prepare
74 -
75 - # Leave shebang alone
76 - sed 's:@PYTHON@:/usr/bin/python:' -i src/accerciser.in || die
77 -
78 - python_copy_sources
79 -}
80 -
81 -src_configure() {
82 - python_foreach_impl run_in_build_dir gnome2_src_configure
83 -}
84 -
85 -src_compile() {
86 - python_foreach_impl run_in_build_dir gnome2_src_compile
87 -}
88 -
89 -src_install() {
90 - installing() {
91 - gnome2_src_install
92 - python_doscript src/accerciser
93 - }
94 - python_foreach_impl run_in_build_dir installing
95 -}