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/at-spi2-core/files/, app-accessibility/at-spi2-core/
Date: Sun, 09 Feb 2020 15:56:33
Message-Id: 1581263759.eda35dffdf535b4013ade7f587a95cfcddbe2efe.leio@gentoo
1 commit: eda35dffdf535b4013ade7f587a95cfcddbe2efe
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 15:20:55 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 15:55:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda35dff
7
8 app-accessibility/at-spi2-core: 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/at-spi2-core/Manifest | 1 -
14 .../at-spi2-core/at-spi2-core-2.26.2.ebuild | 55 ----------------------
15 .../files/2.26.2-fix-inverted-logic.patch | 28 -----------
16 3 files changed, 84 deletions(-)
17
18 diff --git a/app-accessibility/at-spi2-core/Manifest b/app-accessibility/at-spi2-core/Manifest
19 index a2132eaf7ae..a454af54eed 100644
20 --- a/app-accessibility/at-spi2-core/Manifest
21 +++ b/app-accessibility/at-spi2-core/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST at-spi2-core-2.26.2.tar.xz 494484 BLAKE2B 0c67cea9c0107fb6503a933de134eb662f192ae2a98734bde1b0629da151476858720d2dcb1791a00a44b61ae2ead945178fba659f88303c552567d7f3f9817b SHA512 6a8e158e30c37ce475467b6634aff046a318875271966d7bfa3e56052d0cd26cd37435d0b9ae14f079542b8b3e76088da5bd50ed39eb39f3f40394c55ed3f255
24 DIST at-spi2-core-2.32.1.tar.xz 188952 BLAKE2B a12e234b19a38b0fcffbabb8430ef49dc538b38831cc22bbafc7f5d499082007909a82e785184d052f3a62853474cbc4838125540026a6d0e2ac2181e98a6a4c SHA512 cec6ea1426b25d9738c5c401a1038b39e04b1e989b7ef8e02590d117b35cfb253b260cc6e41b09e10e007801fedcb7702c48ba7f3a0c7b6c1f16edd4e8ad0cca
25 DIST at-spi2-core-2.34.0.tar.xz 186736 BLAKE2B 6210ef0254760f1ef6e9c9124680f604864e24228650d4be1026dc73ce0ec5d10eec5e9958a98f0970e1292e4fc3935c8379278b10c633c87da5eb3960b94670 SHA512 99f6773e29fb5fcb339cbe5b23133dab78bc52e3c46a1d5bd748788c48345223f1def5078ac48e58756a7692459b177b0e26dc8059898a5ccac56ceb495b7de8
26
27 diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild
28 deleted file mode 100644
29 index a6c098a39df..00000000000
30 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild
31 +++ /dev/null
32 @@ -1,55 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -GNOME2_LA_PUNT="yes"
38 -
39 -inherit gnome2 multilib-minimal
40 -
41 -DESCRIPTION="D-Bus accessibility specifications and registration daemon"
42 -HOMEPAGE="https://wiki.gnome.org/Accessibility"
43 -
44 -LICENSE="LGPL-2+"
45 -SLOT="2"
46 -IUSE="X +introspection"
47 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
48 -
49 -# x11-libs/libSM is needed until upstream #719808 is solved either
50 -# making the dep unneeded or fixing their configure
51 -# Only libX11 is optional right now
52 -RDEPEND="
53 - >=dev-libs/glib-2.36:2[${MULTILIB_USEDEP}]
54 - >=sys-apps/dbus-1[${MULTILIB_USEDEP}]
55 - introspection? ( >=dev-libs/gobject-introspection-1.32.0:= )
56 - X? (
57 - x11-libs/libX11[${MULTILIB_USEDEP}]
58 - x11-libs/libXtst[${MULTILIB_USEDEP}]
59 - x11-libs/libXi[${MULTILIB_USEDEP}]
60 - )
61 -"
62 -DEPEND="${RDEPEND}
63 - >=dev-util/gtk-doc-am-1.25
64 - >=sys-devel/gettext-0.19.8
65 - virtual/pkgconfig[${MULTILIB_USEDEP}]
66 -"
67 -
68 -PATCHES=(
69 - # disable teamspaces test since that requires Novell.ICEDesktop.Daemon
70 - "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch"
71 - "${FILESDIR}/${PV}-fix-inverted-logic.patch"
72 -)
73 -
74 -multilib_src_configure() {
75 - ECONF_SOURCE=${S} \
76 - gnome2_src_configure \
77 - $(multilib_native_use_enable introspection) \
78 - $(use_enable X x11)
79 -
80 - # work-around gtk-doc out-of-source brokedness
81 - if multilib_is_native_abi; then
82 - ln -s "${S}"/doc/libatspi/html doc/libatspi/html || die
83 - fi
84 -}
85 -
86 -multilib_src_compile() { gnome2_src_compile; }
87 -multilib_src_install() { gnome2_src_install; }
88
89 diff --git a/app-accessibility/at-spi2-core/files/2.26.2-fix-inverted-logic.patch b/app-accessibility/at-spi2-core/files/2.26.2-fix-inverted-logic.patch
90 deleted file mode 100644
91 index 7aa10f8bfc2..00000000000
92 --- a/app-accessibility/at-spi2-core/files/2.26.2-fix-inverted-logic.patch
93 +++ /dev/null
94 @@ -1,28 +0,0 @@
95 -From c2e87fe00b596dba20c9d57d406ab8faa744b15a Mon Sep 17 00:00:00 2001
96 -From: Maya Rashish <maya@××××××.org>
97 -Date: Sat, 2 Dec 2017 13:24:29 +0200
98 -Subject: [PATCH] Fix inverted logic.
99 -
100 -Don't write more into a buffer than it can hold.
101 -
102 -https://bugzilla.gnome.org/show_bug.cgi?id=791124
103 ----
104 - bus/at-spi-bus-launcher.c | 2 +-
105 - 1 file changed, 1 insertion(+), 1 deletion(-)
106 -
107 -diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c
108 -index 261353f..eb2b8e3 100644
109 ---- a/bus/at-spi-bus-launcher.c
110 -+++ b/bus/at-spi-bus-launcher.c
111 -@@ -244,7 +244,7 @@ unix_read_all_fd_to_string (int fd,
112 - {
113 - ssize_t bytes_read;
114 -
115 -- while (max_bytes > 1 && (bytes_read = read (fd, buf, MAX (4096, max_bytes - 1))))
116 -+ while (max_bytes > 1 && (bytes_read = read (fd, buf, MIN (4096, max_bytes - 1))))
117 - {
118 - if (bytes_read < 0)
119 - return FALSE;
120 ---
121 -2.18.0
122 -