Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
Date: Tue, 29 May 2018 02:43:50
Message-Id: 1527561732.cbf14740a1784d56cbb89e0f52a50d9831edf059.mattst88@gentoo
1 commit: cbf14740a1784d56cbb89e0f52a50d9831edf059
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 02:40:15 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 02:42:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf14740
7
8 x11-drivers/xf86-input-evdev: Version bump 2.10.6
9
10 x11-drivers/xf86-input-evdev/Manifest | 1 +
11 .../xf86-input-evdev-2.10.6.ebuild | 24 ++++++++++++++++++++++
12 2 files changed, 25 insertions(+)
13
14 diff --git a/x11-drivers/xf86-input-evdev/Manifest b/x11-drivers/xf86-input-evdev/Manifest
15 index e542b5e4d6b..6aaf3360f31 100644
16 --- a/x11-drivers/xf86-input-evdev/Manifest
17 +++ b/x11-drivers/xf86-input-evdev/Manifest
18 @@ -1 +1,2 @@
19 DIST xf86-input-evdev-2.10.5.tar.bz2 405956 BLAKE2B 4ea36a84eb227e79b43bede0a4c9d146a892db3db54a287da7f0be2c0d90f8748250c8b51ff424a8a5d7b34eee8301362ee51bf55ea4be9243b86f8e001255b0 SHA512 4362c1d12e91f25789722b1cc1b624530fd67f0d061d4c4e204af9f5024df0c9e20b73c87be15051f581a2a178f07f380215b172aba4c67db8805b4eeb82819a
20 +DIST xf86-input-evdev-2.10.6.tar.bz2 408138 BLAKE2B 2b5815e6ee71971e5023392e893d0b8bdba315ff73b34926b9facd95141ff541de052b84a569fe7bbd4b98810afb4d643a3bcaa97fe5a4e23c37e1ce410a9e12 SHA512 560b0a6491d50a46913a5890a35c0367e59f550670993493bd9712d712a9747ddaa6fe5086daabf2fcafa24b0159383787eb273da4a2a60c089bfc0a77ad2ad1
21
22 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
23 new file mode 100644
24 index 00000000000..bd887a55784
25 --- /dev/null
26 +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
27 @@ -0,0 +1,24 @@
28 +# Copyright 1999-2018 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=5
32 +inherit linux-info xorg-2
33 +
34 +DESCRIPTION="Generic Linux input driver"
35 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
36 +IUSE=""
37 +
38 +RDEPEND=">=x11-base/xorg-server-1.18[udev]
39 + dev-libs/libevdev
40 + sys-libs/mtdev
41 + virtual/libudev:="
42 +DEPEND="${RDEPEND}
43 + >=sys-kernel/linux-headers-2.6
44 + x11-base/xorg-proto"
45 +
46 +pkg_pretend() {
47 + if use kernel_linux ; then
48 + CONFIG_CHECK="~INPUT_EVDEV"
49 + fi
50 + check_extra_config
51 +}