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: Wed, 20 May 2020 17:44:26
Message-Id: 1589996600.7fcb55b259a1323671373ad463facdab7bfca1e5.mattst88@gentoo
1 commit: 7fcb55b259a1323671373ad463facdab7bfca1e5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 20 17:27:43 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 17:43:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcb55b2
7
8 x11-drivers/xf86-input-libinput: Version bump to 0.30.0
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.30.0.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/x11-drivers/xf86-input-libinput/Manifest b/x11-drivers/xf86-input-libinput/Manifest
17 index 69f036972c1..dce167bc7c9 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.29.0.tar.bz2 377412 BLAKE2B 5d1c3f301decb89eafee7229efcddb670def39be4469e6d9913c2e2b73046a28c71daf61c6990899fe3124f4a68aa7151a83530956a3ce8b2f29407e40adfd5a SHA512 f19ef2e9e0c1336d8e0b17853e1fe0c66ecf50e7b10b10b6c5cbafc99323694597821e15e8e358419ef3c68d1009967fd2ec3760800c85adbb71ac3ecc99954b
22 +DIST xf86-input-libinput-0.30.0.tar.bz2 378270 BLAKE2B 1c24f2e73897372ae00f4b660a4fb580f854d2ae177a638c9ed74626cafa81be48617767901e9efdd12a37ae4cdf34617e9136e118128503ecd6b75fc48be0c0 SHA512 823f80f7d53866f2f06c1fb7b2d64111bf807329acaaeda4a09413cdb5f3e3235c1dd4f99183aae75adf5a01503e40e35b4449b31f977afd842b4723b062c380
23
24 diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.30.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.30.0.ebuild
25 new file mode 100644
26 index 00000000000..7fdfa6fd143
27 --- /dev/null
28 +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.30.0.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit linux-info xorg-3
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.7.0:0="
43 +DEPEND="${RDEPEND}
44 + x11-base/xorg-proto"
45 +
46 +DOCS=( "README.md" )
47 +
48 +pkg_pretend() {
49 + CONFIG_CHECK="~TIMERFD"
50 + check_extra_config
51 +}