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: Sat, 29 May 2021 18:16:52
Message-Id: 1622312181.68abbafa7942e4b1e8fc63765c57add39f1f38aa.mattst88@gentoo
1 commit: 68abbafa7942e4b1e8fc63765c57add39f1f38aa
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 18:13:36 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 18:16:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68abbafa
7
8 x11-drivers/xf86-input-libinput: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-drivers/xf86-input-libinput/Manifest | 2 --
13 .../xf86-input-libinput-0.30.0.ebuild | 22 ----------------------
14 .../xf86-input-libinput-1.0.0.ebuild | 22 ----------------------
15 3 files changed, 46 deletions(-)
16
17 diff --git a/x11-drivers/xf86-input-libinput/Manifest b/x11-drivers/xf86-input-libinput/Manifest
18 index 37249e1407f..baf62cae902 100644
19 --- a/x11-drivers/xf86-input-libinput/Manifest
20 +++ b/x11-drivers/xf86-input-libinput/Manifest
21 @@ -1,3 +1 @@
22 -DIST xf86-input-libinput-0.30.0.tar.bz2 378270 BLAKE2B 1c24f2e73897372ae00f4b660a4fb580f854d2ae177a638c9ed74626cafa81be48617767901e9efdd12a37ae4cdf34617e9136e118128503ecd6b75fc48be0c0 SHA512 823f80f7d53866f2f06c1fb7b2d64111bf807329acaaeda4a09413cdb5f3e3235c1dd4f99183aae75adf5a01503e40e35b4449b31f977afd842b4723b062c380
23 -DIST xf86-input-libinput-1.0.0.tar.bz2 378978 BLAKE2B 7a0b565d4fdf20c27689c598b63977a79fdb75ab4894f21428ec4ae49b207adc424de455e1fd0581d927d65c79f7b823ade8ec83523eb1dfa53eeb200f6d9281 SHA512 8135afcdfd1d1bc8196c42680b2f3b3089ee25509776c52db4bdab0afca74d6ca1689a14b5e30a24834293d0377689138bd3ea4b249c9310d5ec5777ff3ebeb8
24 DIST xf86-input-libinput-1.0.1.tar.bz2 379125 BLAKE2B 4cfb4ee34e2bb134c4e0345cb0ff40ce73f336cd60715095af3de1a1231ad192f24cf8b69b6b4339b037cb9a2bae6d33d92e6631d81ed2d24f6684767d804b4e SHA512 bb3cc4e9507d5ff6e430aabb5c87e412e8bbc5fd18b85fa4826123cb6be2f8f41078863fda09304f9dbd1264bbf1c3c7d6c11700ede0a5db733fbd1a03ec915b
25
26 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
27 deleted file mode 100644
28 index d30c811957c..00000000000
29 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.30.0.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit linux-info xorg-3
38 -
39 -DESCRIPTION="X.org input driver based on libinput"
40 -
41 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
42 -IUSE=""
43 -
44 -RDEPEND=">=dev-libs/libinput-1.7.0:0="
45 -DEPEND="${RDEPEND}
46 - x11-base/xorg-proto"
47 -
48 -DOCS=( "README.md" )
49 -
50 -pkg_pretend() {
51 - CONFIG_CHECK="~TIMERFD"
52 - check_extra_config
53 -}
54
55 diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.0.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.0.0.ebuild
56 deleted file mode 100644
57 index fc4c907783d..00000000000
58 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.0.0.ebuild
59 +++ /dev/null
60 @@ -1,22 +0,0 @@
61 -# Copyright 1999-2021 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=7
65 -
66 -inherit linux-info xorg-3
67 -
68 -DESCRIPTION="X.org input driver based on libinput"
69 -
70 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
71 -IUSE=""
72 -
73 -RDEPEND=">=dev-libs/libinput-1.7.0:0="
74 -DEPEND="${RDEPEND}
75 - x11-base/xorg-proto"
76 -
77 -DOCS=( "README.md" )
78 -
79 -pkg_pretend() {
80 - CONFIG_CHECK="~TIMERFD"
81 - check_extra_config
82 -}