summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-07-10 21:33:14 -0700
committerMatt Turner <mattst88@gentoo.org>2022-07-10 21:57:53 -0700
commit9bdff5f60daf2efa8bdb26c6195870ba34bf76dd (patch)
treeec351149794d5ed9ac741c69af95399100333640 /x11-apps
parentx11-apps/xfontsel: Version bump to 1.1.0 (diff)
downloadgentoo-9bdff5f60daf2efa8bdb26c6195870ba34bf76dd.tar.gz
gentoo-9bdff5f60daf2efa8bdb26c6195870ba34bf76dd.tar.bz2
gentoo-9bdff5f60daf2efa8bdb26c6195870ba34bf76dd.zip
x11-apps/xmodmap: Version bump to 1.0.11
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xmodmap/Manifest1
-rw-r--r--x11-apps/xmodmap/xmodmap-1.0.11.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xmodmap/Manifest b/x11-apps/xmodmap/Manifest
index 80cc1c7d37b0..4d68c0b6ed89 100644
--- a/x11-apps/xmodmap/Manifest
+++ b/x11-apps/xmodmap/Manifest
@@ -1 +1,2 @@
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.11.ebuild b/x11-apps/xmodmap/xmodmap-1.0.11.ebuild
new file mode 100644
index 000000000000..fecaca0bd58d
--- /dev/null
+++ b/x11-apps/xmodmap/xmodmap-1.0.11.ebuild
@@ -0,0 +1,15 @@
+# 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="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"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"