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: Thu, 24 Jun 2021 00:05:40
Message-Id: 1624493111.9a4be6725cbb95137686bee5b4f5a4fe1a4e3548.mattst88@gentoo
1 commit: 9a4be6725cbb95137686bee5b4f5a4fe1a4e3548
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 24 00:02:59 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 00:05:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4be672
7
8 x11-drivers/xf86-input-libinput: Version bump to 1.1.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-1.1.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 baf62cae902..fea2755ccbe 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-1.0.1.tar.bz2 379125 BLAKE2B 4cfb4ee34e2bb134c4e0345cb0ff40ce73f336cd60715095af3de1a1231ad192f24cf8b69b6b4339b037cb9a2bae6d33d92e6631d81ed2d24f6684767d804b4e SHA512 bb3cc4e9507d5ff6e430aabb5c87e412e8bbc5fd18b85fa4826123cb6be2f8f41078863fda09304f9dbd1264bbf1c3c7d6c11700ede0a5db733fbd1a03ec915b
22 +DIST xf86-input-libinput-1.1.0.tar.bz2 380727 BLAKE2B 03f394340bb79ee928509471200434fd8efa1385a1747bd1c95743e2d235f806c7b2816496ec74518c18dc967c6761ea779d0c66b525aa80ac6a36bb80c4a45b SHA512 7def9a4834a9203d1672613b1a4b384a0eb3d664818865b375969bf9ca96c512b752859acc8916de9224f7e488f8d59953308e53b983dfa8031ca01fd707fa2b
23
24 diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.1.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.1.0.ebuild
25 new file mode 100644
26 index 00000000000..c9db7e2345a
27 --- /dev/null
28 +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.1.0.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2021 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 ~riscv ~s390 ~sparc ~x86"
40 +IUSE=""
41 +
42 +RDEPEND=">=dev-libs/libinput-1.11.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 +}