From e6b12a794b4bb3e27de3e4076fcf1ab669b6f0da Mon Sep 17 00:00:00 2001 From: Lukas Schmelting Date: Thu, 9 Jul 2026 19:50:28 +0200 Subject: [PATCH] app-accessibility/at-spi2-core: drop 2.56.5 Signed-off-by: Lukas Schmelting Part-of: https://codeberg.org/gentoo/gentoo/pulls/1064 Merges: https://codeberg.org/gentoo/gentoo/pulls/1064 Signed-off-by: Sam James --- app-accessibility/at-spi2-core/Manifest | 2 - .../at-spi2-core/at-spi2-core-2.56.5.ebuild | 76 ------------------- 2 files changed, 78 deletions(-) delete mode 100644 app-accessibility/at-spi2-core/at-spi2-core-2.56.5.ebuild diff --git a/app-accessibility/at-spi2-core/Manifest b/app-accessibility/at-spi2-core/Manifest index 198c98d5ea98a..5aa884114185b 100644 --- a/app-accessibility/at-spi2-core/Manifest +++ b/app-accessibility/at-spi2-core/Manifest @@ -1,4 +1,2 @@ -DIST at-spi2-core-2.56.5.tar.xz 582000 BLAKE2B 4b6eef6aef038748bf1a37986ba370474e1162d382f8074fd90f1ef8609d088b078ff7c39c86518eead44f05ab690bb6789c8129b2e676b96cfc0fb2d01254bf SHA512 b495a9f7f8539c9d7a3929d8bdceb98ce0b8dac9ea735fa85aada6e1062658b7fff323c8e76a4ae34131febffa9664976f3e1e3e171154c0ff8e923c4db9d9e5 DIST at-spi2-core-2.58.6.tar.xz 589008 BLAKE2B 5940283d8c1c0ee819df48f66e3ad50a1e7ed2f3ad8ef5daa0dd2753da2e2f0ddfc9b75fd420309bfd1633b7fca72eeec3206671a55c3ac39bdf2ba80958e895 SHA512 4b26c4bac5ae99596fbde39f5fdce91fc3f47bc033f37be3ae354f0bb3c44ffeaeaf9b75e43c2fdc715aaa24536f44a353a4e03ccaf45c69d618d99f621a3c92 -DIST at-spi2-core-2.60.4.tar.xz 599468 BLAKE2B 91886910332683b55de5e463addf6cab90e0fbade09a2f582426b8429cae8804c338c2a93557a12b5cf955fc051067048ca3118b3946a5efeacee7105812d48d SHA512 ff938b8c5d58bb0a81ef673dd277b7f7386257263dfb0940a4a73f97240b051bfd4fe53b1072fc1f4abbe53af1da2f6a667ce0b07076d8a757a6bbb07539dea9 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.56.5.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.56.5.ebuild deleted file mode 100644 index b0ba31f8afece..0000000000000 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.56.5.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org meson-multilib 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=" - 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}] - ) - - !