From 2837ba63d58d8096e6b9cf1e2bbc52dbb40ae017 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 10 Jul 2026 15:19:34 -0400 Subject: [PATCH] x11-apps/setxkbmap: Drop old versions Signed-off-by: Matt Turner --- x11-apps/setxkbmap/Manifest | 1 - x11-apps/setxkbmap/setxkbmap-1.3.4.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 x11-apps/setxkbmap/setxkbmap-1.3.4.ebuild diff --git a/x11-apps/setxkbmap/Manifest b/x11-apps/setxkbmap/Manifest index 0c3c4c2587049..fcad22ad9a905 100644 --- a/x11-apps/setxkbmap/Manifest +++ b/x11-apps/setxkbmap/Manifest @@ -1,2 +1 @@ -DIST setxkbmap-1.3.4.tar.xz 132300 BLAKE2B 693f910efcd6f4cb26abd59f6197d77fc958e2b21ab4525e095d966a80186ad95792143ea25cf2822436b57838efbcb66c700ecf8341f3eb6ebce0f636760f37 SHA512 f4d026e7707656173f54d79b95ff3370ae06eaf252b89b79bc7175edeaf3ef79073d4d7d8a35fdee95608bf85d7d23514d74f00e55b613810ef6c3ccc0cf498b DIST setxkbmap-1.3.5.tar.xz 138132 BLAKE2B fafe35ea795f81ded8221e20e3aee29388903ff014f9b565454aca5fc12f02e1505a83be6448445cad92469efd18e5f75fcb1385eb1d26a74fadc229e8e72f71 SHA512 57a7e4c0331f81e6e61240f0da69d536e0838c46191f789b7b2ca3a6a5a3d0169a28b71e108bbcf8d24d10068c63a7f65eb9196a3774dbd8a00db9ecc0df46a0 diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.4.ebuild b/x11-apps/setxkbmap/setxkbmap-1.3.4.ebuild deleted file mode 100644 index 6f3b55c31eab6..0000000000000 --- a/x11-apps/setxkbmap/setxkbmap-1.3.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xorg-3 - -DESCRIPTION="Controls the keyboard layout of a running X server" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -COMMON_DEPEND=" - x11-libs/libxkbfile - x11-libs/libX11 - x11-libs/libXrandr" -DEPEND="${COMMON_DEPEND} - x11-base/xorg-proto" -RDEPEND="${COMMON_DEPEND} - x11-misc/xkeyboard-config"