summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-08-17 12:14:57 -0400
committerMatt Turner <mattst88@gentoo.org>2022-08-17 22:52:56 -0400
commit4ed7e78fc5c45a8a9e2a6ef3ec8be298d81b7f52 (patch)
tree68671375eb0918a55273499da1e0da001dd2baed /x11-apps/xmodmap
parentx11-apps/xmessage: Drop old versions (diff)
downloadgentoo-4ed7e78fc5c45a8a9e2a6ef3ec8be298d81b7f52.tar.gz
gentoo-4ed7e78fc5c45a8a9e2a6ef3ec8be298d81b7f52.tar.bz2
gentoo-4ed7e78fc5c45a8a9e2a6ef3ec8be298d81b7f52.zip
x11-apps/xmodmap: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xmodmap')
-rw-r--r--x11-apps/xmodmap/Manifest1
-rw-r--r--x11-apps/xmodmap/xmodmap-1.0.10.ebuild14
2 files changed, 0 insertions, 15 deletions
diff --git a/x11-apps/xmodmap/Manifest b/x11-apps/xmodmap/Manifest
index 4d68c0b6ed89..baf6a1121307 100644
--- a/x11-apps/xmodmap/Manifest
+++ b/x11-apps/xmodmap/Manifest
@@ -1,2 +1 @@
-DIST xmodmap-1.0.10.tar.bz2 145489 BLAKE2B 503e72882a1d6d5c916cb60b898156adbdccc3e90bda85b161ac7a57ee607605331be73bd779603cfab1013d065e28f3165cce2ef50d71579330ab0361078a22 SHA512 324c7dcef843186088f16b3bc47485eb3c9b4331e56ce43b692deb4bb3d4f4f27512480e91a379cceac8383df920dc5e37cd825246b50b6343291cec48134c04
DIST xmodmap-1.0.11.tar.xz 139532 BLAKE2B d50611e762b665b18c370ea49d981d7820f16e2e10450bbb2ebc76c867a3a4e75d68e7dacfb9e610849770afa95f4d757863953217aac8e13509b386bdb8131d SHA512 a78f916f048d2017f079733becc99232c087c360ece61ec6c4fa4b5b130b96a1b10c4ce1b64a15bdcab7ea05de3c7f16035503d5be6f8ce1a7612ce71d558510
diff --git a/x11-apps/xmodmap/xmodmap-1.0.10.ebuild b/x11-apps/xmodmap/xmodmap-1.0.10.ebuild
deleted file mode 100644
index 99183c2a5a09..000000000000
--- a/x11-apps/xmodmap/xmodmap-1.0.10.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3
-
-DESCRIPTION="utility for modifying keymaps and pointer button mappings in X"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"