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: Mon, 04 Feb 2019 03:58:32
Message-Id: 1549252518.011c6b5f643277ae247a016486063545a5bed235.mattst88@gentoo
1 commit: 011c6b5f643277ae247a016486063545a5bed235
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 03:55:00 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 03:55:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011c6b5f
7
8 x11-drivers/xf86-input-libinput: Version bump to 0.28.2
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-drivers/xf86-input-libinput/Manifest | 1 +
13 .../xf86-input-libinput-0.28.2.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/x11-drivers/xf86-input-libinput/Manifest b/x11-drivers/xf86-input-libinput/Manifest
17 index e91ba50f519..af9b52864ab 100644
18 --- a/x11-drivers/xf86-input-libinput/Manifest
19 +++ b/x11-drivers/xf86-input-libinput/Manifest
20 @@ -1 +1,2 @@
21 DIST xf86-input-libinput-0.28.1.tar.bz2 375923 BLAKE2B f676e857fd47baad848a9325dd23ff41d9f3a0e1ab148b4e0662fe5c47f1c148bf702189c16990defdc18a33378647373ca18a379cb4421043871ec44f1224cc SHA512 2b8cabfbc3490edbe928771ed9d62a0d4a423bc1373fc6cf9d3a6b5937e17ddc48ebb1b70f1191e507024e4b8220c137495cbba825292b51e50709daa7d31623
22 +DIST xf86-input-libinput-0.28.2.tar.bz2 377357 BLAKE2B a68b52781c5d1ff4b35b239c8f9f4b866ebb41521b05299a62b38e9570d5a09e22b3f25d1339844a61af72ae7868dbbbec8154932d1767fc65bfd365bc2b5e6b SHA512 da6eb632180649853b3aa2fb88debd6aafe5ede24a5f4a04a21cf18fa97fd414d300b86cdf8a42027c98ac89f1b9f88034fc9e364ac3a02fa38872e57b542a84
23
24 diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.2.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.2.ebuild
25 new file mode 100644
26 index 00000000000..d9e07aac053
27 --- /dev/null
28 +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.2.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2019 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +inherit linux-info xorg-2
36 +
37 +DESCRIPTION="X.org input driver based on libinput"
38 +
39 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
40 +IUSE=""
41 +
42 +RDEPEND=">=dev-libs/libinput-1.5.0:0="
43 +DEPEND="${RDEPEND}"
44 +
45 +DOCS=( "README.md" )
46 +
47 +pkg_pretend() {
48 + CONFIG_CHECK="~TIMERFD"
49 + check_extra_config
50 +}