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, 21 Sep 2019 17:12:08
Message-Id: 1569085907.0c32f38d4373c98d51293cb55b9561e490f222e9.mattst88@gentoo
1 commit: 0c32f38d4373c98d51293cb55b9561e490f222e9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 17:06:24 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 17:11:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c32f38d
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.28.1.ebuild | 21 ---------------------
14 .../xf86-input-libinput-0.28.2.ebuild | 21 ---------------------
15 3 files changed, 44 deletions(-)
16
17 diff --git a/x11-drivers/xf86-input-libinput/Manifest b/x11-drivers/xf86-input-libinput/Manifest
18 index f105b33aacc..69f036972c1 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.28.1.tar.bz2 375923 BLAKE2B f676e857fd47baad848a9325dd23ff41d9f3a0e1ab148b4e0662fe5c47f1c148bf702189c16990defdc18a33378647373ca18a379cb4421043871ec44f1224cc SHA512 2b8cabfbc3490edbe928771ed9d62a0d4a423bc1373fc6cf9d3a6b5937e17ddc48ebb1b70f1191e507024e4b8220c137495cbba825292b51e50709daa7d31623
23 -DIST xf86-input-libinput-0.28.2.tar.bz2 377357 BLAKE2B a68b52781c5d1ff4b35b239c8f9f4b866ebb41521b05299a62b38e9570d5a09e22b3f25d1339844a61af72ae7868dbbbec8154932d1767fc65bfd365bc2b5e6b SHA512 da6eb632180649853b3aa2fb88debd6aafe5ede24a5f4a04a21cf18fa97fd414d300b86cdf8a42027c98ac89f1b9f88034fc9e364ac3a02fa38872e57b542a84
24 DIST xf86-input-libinput-0.29.0.tar.bz2 377412 BLAKE2B 5d1c3f301decb89eafee7229efcddb670def39be4469e6d9913c2e2b73046a28c71daf61c6990899fe3124f4a68aa7151a83530956a3ce8b2f29407e40adfd5a SHA512 f19ef2e9e0c1336d8e0b17853e1fe0c66ecf50e7b10b10b6c5cbafc99323694597821e15e8e358419ef3c68d1009967fd2ec3760800c85adbb71ac3ecc99954b
25
26 diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.1.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.1.ebuild
27 deleted file mode 100644
28 index e53dde4bf3f..00000000000
29 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.1.ebuild
30 +++ /dev/null
31 @@ -1,21 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit linux-info xorg-2
38 -
39 -DESCRIPTION="X.org input driver based on libinput"
40 -
41 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
42 -IUSE=""
43 -
44 -RDEPEND=">=dev-libs/libinput-1.5.0:0="
45 -DEPEND="${RDEPEND}"
46 -
47 -DOCS=( "README.md" )
48 -
49 -pkg_pretend() {
50 - CONFIG_CHECK="~TIMERFD"
51 - check_extra_config
52 -}
53
54 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
55 deleted file mode 100644
56 index e53dde4bf3f..00000000000
57 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.2.ebuild
58 +++ /dev/null
59 @@ -1,21 +0,0 @@
60 -# Copyright 1999-2019 Gentoo Authors
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=5
64 -
65 -inherit linux-info xorg-2
66 -
67 -DESCRIPTION="X.org input driver based on libinput"
68 -
69 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
70 -IUSE=""
71 -
72 -RDEPEND=">=dev-libs/libinput-1.5.0:0="
73 -DEPEND="${RDEPEND}"
74 -
75 -DOCS=( "README.md" )
76 -
77 -pkg_pretend() {
78 - CONFIG_CHECK="~TIMERFD"
79 - check_extra_config
80 -}