commit: cbf14740a1784d56cbb89e0f52a50d9831edf059
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 02:40:15 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 29 02:42:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf14740
x11-drivers/xf86-input-evdev: Version bump 2.10.6
x11-drivers/xf86-input-evdev/Manifest | 1 +
.../xf86-input-evdev-2.10.6.ebuild | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/x11-drivers/xf86-input-evdev/Manifest
b/x11-drivers/xf86-input-evdev/Manifest
index e542b5e4d6b..6aaf3360f31 100644
--- a/x11-drivers/xf86-input-evdev/Manifest
+++ b/x11-drivers/xf86-input-evdev/Manifest
@@ -1 +1,2 @@
DIST xf86-input-evdev-2.10.5.tar.bz2 405956 BLAKE2B
4ea36a84eb227e79b43bede0a4c9d146a892db3db54a287da7f0be2c0d90f8748250c8b51ff424a8a5d7b34eee8301362ee51bf55ea4be9243b86f8e001255b0
SHA512
4362c1d12e91f25789722b1cc1b624530fd67f0d061d4c4e204af9f5024df0c9e20b73c87be15051f581a2a178f07f380215b172aba4c67db8805b4eeb82819a
+DIST xf86-input-evdev-2.10.6.tar.bz2 408138 BLAKE2B
2b5815e6ee71971e5023392e893d0b8bdba315ff73b34926b9facd95141ff541de052b84a569fe7bbd4b98810afb4d643a3bcaa97fe5a4e23c37e1ce410a9e12
SHA512
560b0a6491d50a46913a5890a35c0367e59f550670993493bd9712d712a9747ddaa6fe5086daabf2fcafa24b0159383787eb273da4a2a60c089bfc0a77ad2ad1
diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
new file mode 100644
index 00000000000..bd887a55784
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit linux-info xorg-2
+
+DESCRIPTION="Generic Linux input driver"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.18[udev]
+ dev-libs/libevdev
+ sys-libs/mtdev
+ virtual/libudev:="
+DEPEND="${RDEPEND}
+ >=sys-kernel/linux-headers-2.6
+ x11-base/xorg-proto"
+
+pkg_pretend() {
+ if use kernel_linux ; then
+ CONFIG_CHECK="~INPUT_EVDEV"
+ fi
+ check_extra_config
+}