diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-29 11:12:00 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-29 11:23:15 -0400 |
commit | f364899bc0b2a512b8bc667c140e3a3500dfdd71 (patch) | |
tree | c3ad06fb1ee8b0a6dd0e19410faa65efcfbff461 /x11-apps | |
parent | x11-apps/rstart: Drop old versions (diff) | |
download | gentoo-f364899bc0b2a512b8bc667c140e3a3500dfdd71.tar.gz gentoo-f364899bc0b2a512b8bc667c140e3a3500dfdd71.tar.bz2 gentoo-f364899bc0b2a512b8bc667c140e3a3500dfdd71.zip |
x11-apps/setxkbmap: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/setxkbmap/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/setxkbmap/setxkbmap-1.3.2.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/x11-apps/setxkbmap/Manifest b/x11-apps/setxkbmap/Manifest index 55ca7998a11c..44983976a49f 100644 --- a/x11-apps/setxkbmap/Manifest +++ b/x11-apps/setxkbmap/Manifest @@ -1,2 +1 @@ -DIST setxkbmap-1.3.2.tar.bz2 136253 BLAKE2B 0c7ee234ec39546812ed2cf4f57f20f8c5078a3193ad39ce948660ca870ef0b625a8bb7e90e9a9e8b567d6d023f45f62856a6e1b44d8bfd04a1c0fe1a6d9830f SHA512 bfa8015dee0d8d3fdbbd89afbd71c8606ce168d6edca8521d5ed05a00fecbea39bc4bfcce84b71458bdeb34c60bd80a5df27e0691ccee3966443ecdc937faf38 DIST setxkbmap-1.3.3.tar.xz 130416 BLAKE2B 34ea39054a4e03e5d33778b993afbc0356f898ed45eb9d182fc589a75c92a63275f9c49abbf18b637d83acb9a2f9609794253f3f38f814dbbea741987ddc72ba SHA512 208f07a7f7bce47b573099d4cd8c941a3a4d74b456720bc3ca1cbba298381a2ab98c7500d6e6cd6d5dd61840b7c42cf6521da754ec395f266f8158102a55ad58 diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.2.ebuild b/x11-apps/setxkbmap/setxkbmap-1.3.2.ebuild deleted file mode 100644 index bcf37d4539fd..000000000000 --- a/x11-apps/setxkbmap/setxkbmap-1.3.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="Controls the keyboard layout of a running X server" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" -COMMON_DEPEND=" - x11-libs/libxkbfile - x11-libs/libX11" -DEPEND="${COMMON_DEPEND} - x11-base/xorg-proto" -RDEPEND="${COMMON_DEPEND} - x11-misc/xkeyboard-config" |