From fe38d61149cedf46e07e06f0847a1bb84103fa7d Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 10 Aug 2026 17:40:38 +0200 Subject: [PATCH] app-accessibility/at-spi2-core: drop 2.58.7 Signed-off-by: Pacho Ramos --- app-accessibility/at-spi2-core/Manifest | 1 - .../at-spi2-core/at-spi2-core-2.58.7.ebuild | 86 ------------------- 2 files changed, 87 deletions(-) delete mode 100644 app-accessibility/at-spi2-core/at-spi2-core-2.58.7.ebuild diff --git a/app-accessibility/at-spi2-core/Manifest b/app-accessibility/at-spi2-core/Manifest index dc972d3d8ba79..5c95fa309c6e7 100644 --- a/app-accessibility/at-spi2-core/Manifest +++ b/app-accessibility/at-spi2-core/Manifest @@ -1,4 +1,3 @@ DIST at-spi2-core-2.58.6.tar.xz 589008 BLAKE2B 5940283d8c1c0ee819df48f66e3ad50a1e7ed2f3ad8ef5daa0dd2753da2e2f0ddfc9b75fd420309bfd1633b7fca72eeec3206671a55c3ac39bdf2ba80958e895 SHA512 4b26c4bac5ae99596fbde39f5fdce91fc3f47bc033f37be3ae354f0bb3c44ffeaeaf9b75e43c2fdc715aaa24536f44a353a4e03ccaf45c69d618d99f621a3c92 -DIST at-spi2-core-2.58.7.tar.xz 589488 BLAKE2B 6980d0f75427c2b3e8a0bf509a1a4789f7061d3d22be963711aa033f9a868bdcff597a59ebf6295edcbd674ea29a289acc12b533b7c220b4b160f31418e5a97b SHA512 45275d1fe1f3bfd82862570959e481ce7ceb8923c414e899268adff23652c476610e820019c18239efc5b08aab0763adca083cba8281ef31326384adcc08f4fd DIST at-spi2-core-2.58.8.tar.xz 589752 BLAKE2B 58038b3e16ba9e752091351d0dceab3e622ba01f4cdd7afafe5b22a7489ee8a8df9865512ed1da1b6913a2361b345b8a78e7436e6a1b65f0a6da0f2ee4fc8639 SHA512 f5f504db3b3c25718a83b0151bf831c3fb5e6d1193c12d16bc38cf9c00ff4107242ebbfcc787e6b2f340c287802e5e158ee1fafefe8e9f880086a5291c7f8339 DIST at-spi2-core-2.60.5.tar.xz 599736 BLAKE2B 94ad495d97b3c43410a2720e341fd90b91b5b33623b2b07abe849e72af874426fd50e92e75e8aecc16f3e5ae7463fa57f3654ca6f5f9293996849a77a7c0e526 SHA512 175811b9ca918908583699ca83e8ec8ec758581da58969e7c2058b3a0ab11179c5361bec035c2a80dbfa77bd10051b1cc947c8851258fac1cb0d8547a4f75342 diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.58.7.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.58.7.ebuild deleted file mode 100644 index ce0a0acf7a5b1..0000000000000 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.58.7.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..14} ) - -inherit gnome.org meson-multilib python-r1 systemd virtualx xdg - -DESCRIPTION="D-Bus accessibility specifications and registration daemon" -HOMEPAGE="https://gitlab.gnome.org/GNOME/at-spi2-core" - -LICENSE="LGPL-2.1+" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" -IUSE="X dbus-broker gtk-doc +introspection systemd" -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} - dbus-broker? ( systemd ) - gtk-doc? ( X ) -" - -DEPEND=" - >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}] - >=dev-libs/glib-2.67.4:2[${MULTILIB_USEDEP}] - >=dev-libs/libxml2-2.9.1:2=[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) - systemd? ( sys-apps/systemd[${MULTILIB_USEDEP}] ) - X? ( - x11-libs/libX11[${MULTILIB_USEDEP}] - x11-libs/libXtst[${MULTILIB_USEDEP}] - x11-libs/libXi[${MULTILIB_USEDEP}] - ) - - !