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-libinput/
Date: Sun, 29 Jan 2017 17:32:56
Message-Id: 1485711123.48aa099413299a996cfd797b1bd35d727b1be7be.mattst88@gentoo
1 commit: 48aa099413299a996cfd797b1bd35d727b1be7be
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 29 16:27:24 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 17:32:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48aa0994
7
8 x11-drivers/xf86-input-libinput: Always install conf file.
9
10 Gentoo bug: https://bugs.gentoo.org/571474
11 Package-Manager: Portage-2.3.3, Repoman-2.3.1
12
13 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild | 4 ++--
14 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild | 2 +-
15 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild | 4 ++--
16 3 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild
19 index 9bccbb5..e8df439 100644
20 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild
21 +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -14,4 +14,4 @@ IUSE=""
29 RDEPEND=">=dev-libs/libinput-0.21.0:0="
30 DEPEND="${RDEPEND}"
31
32 -DOCS=( "README.md" "conf/99-libinput.conf" )
33 +DOCS=( "README.md" )
34
35 diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild
36 index a7df8dc..811e273 100644
37 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild
38 +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild
39 @@ -14,7 +14,7 @@ IUSE=""
40 RDEPEND=">=dev-libs/libinput-1.2.0:0="
41 DEPEND="${RDEPEND}"
42
43 -DOCS=( "README.md" "conf/60-libinput.conf" )
44 +DOCS=( "README.md" )
45
46 pkg_pretend() {
47 CONFIG_CHECK="~TIMERFD"
48
49 diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild
50 index 0c8c820..9610354 100644
51 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild
52 +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2016 Gentoo Foundation
55 +# Copyright 1999-2017 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Id$
58
59 @@ -14,7 +14,7 @@ IUSE=""
60 RDEPEND=">=dev-libs/libinput-1.5.0:0="
61 DEPEND="${RDEPEND}"
62
63 -DOCS=( "README.md" "conf/40-libinput.conf" )
64 +DOCS=( "README.md" )
65
66 pkg_pretend() {
67 CONFIG_CHECK="~TIMERFD"