summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-11-17 22:41:37 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-11-17 22:41:37 +0100
commit3e8ece145d930f6ad7d25133c11d2a0a7e6db83a (patch)
treeb5cc669970313f011a87b4a621a9f032f86aeb88 /x11-drivers
parentprofiles/package.mask: put mask back on sandbox-2.11+ for bug 580726 (diff)
downloadgentoo-3e8ece145d930f6ad7d25133c11d2a0a7e6db83a.tar.gz
gentoo-3e8ece145d930f6ad7d25133c11d2a0a7e6db83a.tar.bz2
gentoo-3e8ece145d930f6ad7d25133c11d2a0a7e6db83a.zip
x11-drivers/xf86-input-keyboard: Version bump to 1.9.0
Supports xorg-server-1.19 Gentoo-Bug: 599938 Package-Manager: portage-2.3.2
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-keyboard/Manifest1
-rw-r--r--x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.9.0.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-keyboard/Manifest b/x11-drivers/xf86-input-keyboard/Manifest
index f4ec6e314556..b9de4f972d30 100644
--- a/x11-drivers/xf86-input-keyboard/Manifest
+++ b/x11-drivers/xf86-input-keyboard/Manifest
@@ -1,2 +1,3 @@
DIST xf86-input-keyboard-1.8.0.tar.bz2 323838 SHA256 41c51c4e0a87aad6a1c4973c68a8de23b61162d0223f4ab36c627c307830cb5b SHA512 a4fcace65414f011fb4c5d68622182acef7d606fb1a121687244a0a3442c05906d54d30664c942eba8d7209e0dccefe733ab196c7c3ab8cf690e9fd715c87aa6 WHIRLPOOL ea86550df8c36784b9ef280a7eb586211996ad030cb9ded3694b30938392eb9cee5d66875c95e8f6ff0068c5993a13d69f00cdff52da544954b429411523d3fd
DIST xf86-input-keyboard-1.8.1.tar.bz2 319232 SHA256 1ac8ff39bf9da7d2fc7fd6c24515726e8138340c0518ab8c606e008cf93ca211 SHA512 51c6ed6c7daa660a519f1c96d3100e3a0cabf6245a05cd5b8797e9c4b237508802a7087e7e0327cdda1a3b681f83845ecc625fb739d7e992020026f385af8d5d WHIRLPOOL 8bfb0fae0f04de8352d91b069dd496a4745eecac6e580d04c8020a1cf77055da905eac00482a1d325d1bfe4da6c1c13455159b2b8a2163389dfc4944b67af156
+DIST xf86-input-keyboard-1.9.0.tar.bz2 341693 SHA256 f7c900f21752683402992b288d5a2826de7a6c0c0abac2aadd7e8a409e170388 SHA512 d1a52d10039096d0d5e09750b6a8c2388345748331615af93e5be499646c3bc5fbbfc897fcebdeada5efaafff94f26a2ab84d6e35f01a875b8b9956a42015df9 WHIRLPOOL b5e776a4c56c96e8c8000230d05812c7c5463f4a9ae90e0e939431147678e1793d2a2d4a1b81e674072039bf32f7a3b6adc6c02131ab47935b8f7d3d108c147d
diff --git a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.9.0.ebuild b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.9.0.ebuild
new file mode 100644
index 000000000000..1cb952bf242c
--- /dev/null
+++ b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.9.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="Keyboard input driver"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.10"
+DEPEND="${RDEPEND}"