diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-06-05 11:27:41 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-06-05 11:39:39 -0400 |
commit | 9f1c47493eb306ec37feae5ce13d73d0adbfb27b (patch) | |
tree | e68c579e5c6e740dd11ff67531358a0698bd285e /x11-apps/setxkbmap | |
parent | dev-util/directx-headers: Drop old versions (diff) | |
download | gentoo-9f1c47493eb306ec37feae5ce13d73d0adbfb27b.tar.gz gentoo-9f1c47493eb306ec37feae5ce13d73d0adbfb27b.tar.bz2 gentoo-9f1c47493eb306ec37feae5ce13d73d0adbfb27b.zip |
x11-apps/setxkbmap: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/setxkbmap')
-rw-r--r-- | x11-apps/setxkbmap/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/x11-apps/setxkbmap/Manifest b/x11-apps/setxkbmap/Manifest index cb6b3fd33a62..880322b8e5b0 100644 --- a/x11-apps/setxkbmap/Manifest +++ b/x11-apps/setxkbmap/Manifest @@ -1,2 +1 @@ -DIST setxkbmap-1.3.3.tar.xz 130416 BLAKE2B 34ea39054a4e03e5d33778b993afbc0356f898ed45eb9d182fc589a75c92a63275f9c49abbf18b637d83acb9a2f9609794253f3f38f814dbbea741987ddc72ba SHA512 208f07a7f7bce47b573099d4cd8c941a3a4d74b456720bc3ca1cbba298381a2ab98c7500d6e6cd6d5dd61840b7c42cf6521da754ec395f266f8158102a55ad58 DIST setxkbmap-1.3.4.tar.xz 132300 BLAKE2B 693f910efcd6f4cb26abd59f6197d77fc958e2b21ab4525e095d966a80186ad95792143ea25cf2822436b57838efbcb66c700ecf8341f3eb6ebce0f636760f37 SHA512 f4d026e7707656173f54d79b95ff3370ae06eaf252b89b79bc7175edeaf3ef79073d4d7d8a35fdee95608bf85d7d23514d74f00e55b613810ef6c3ccc0cf498b diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild b/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild deleted file mode 100644 index 6f10074efa6c..000000000000 --- a/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XORG_TARBALL_SUFFIX="xz" -inherit xorg-3 - -DESCRIPTION="Controls the keyboard layout of a running X server" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - -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" |