summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-02-27 21:36:09 -0800
committerMatt Turner <mattst88@gentoo.org>2019-02-27 21:44:47 -0800
commitaf853ff22093b89c47e7330242298561e6d089d5 (patch)
treed0d93e2a9e38194df01ac1b34311bdac67c80861 /x11-apps/xmodmap/xmodmap-1.0.10.ebuild
parentx11-apps/xlsatoms: Version bump to 1.1.3 (diff)
downloadgentoo-af853ff22093b89c47e7330242298561e6d089d5.tar.gz
gentoo-af853ff22093b89c47e7330242298561e6d089d5.tar.bz2
gentoo-af853ff22093b89c47e7330242298561e6d089d5.zip
x11-apps/xmodmap: Version bump to 1.0.10
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xmodmap/xmodmap-1.0.10.ebuild')
-rw-r--r--x11-apps/xmodmap/xmodmap-1.0.10.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/xmodmap/xmodmap-1.0.10.ebuild b/x11-apps/xmodmap/xmodmap-1.0.10.ebuild
new file mode 100644
index 000000000000..a0a6e05eff58
--- /dev/null
+++ b/x11-apps/xmodmap/xmodmap-1.0.10.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"