x11-drivers/xf86-input-evdev: Version bump 2.10.6
authorMatt Turner <mattst88@gentoo.org>
Tue, 29 May 2018 02:40:15 +0000 (19:40 -0700)
committerMatt Turner <mattst88@gentoo.org>
Tue, 29 May 2018 02:42:12 +0000 (19:42 -0700)
x11-drivers/xf86-input-evdev/Manifest
x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild [new file with mode: 0644]

index e542b5e4d6bfcc7c24190240d651b03185a8e2f5..6aaf3360f313ed64ae0a470450c35a722bb80305 100644 (file)
@@ -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 (file)
index 0000000..bd887a5
--- /dev/null
@@ -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
+}