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: Sun, 20 Jan 2019 05:43:22
Message-Id: 1547962985.a5251136ccf06632f80d79b00cff626493482b80.mattst88@gentoo
1 commit: a5251136ccf06632f80d79b00cff626493482b80
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 20 05:24:32 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 20 05:43:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5251136
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.27.1.ebuild | 21 ---------------------
14 .../xf86-input-libinput-0.28.0-r1.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 b591ae98518..e91ba50f519 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.27.1.tar.bz2 373248 BLAKE2B 499c5c1b33f5159374775317777741db361620583f9d647ab5ee63193f5b82ecbbe5c124a447509c6b7de281cf6330f9747032d8bad8c2b1dbbcdd4517cf4f82 SHA512 01379f5d71bf39214c4dff428173512df57fd12e782f3fcde757be923aa0dbf4e010a0395a81bd8e4fb518edc7e05ca1ee64b1e313eb4df5d4990315580609a1
23 -DIST xf86-input-libinput-0.28.0.tar.bz2 374318 BLAKE2B b8629115fce658d9d432c05a983227aa1fa40da51e14c366bc0880b9d7c81c971abcb4c4b60ec37b756efad60be8eef061c0d3dcdd86f4fdb8b56e13f4ed9409 SHA512 4276b6aea87ddc83fa1f5e8d8949e34ad117186a6b5b599549231cb90424cd0fa69f3a4701ce529739c676665bb5c936eb447817c9420511d23bc048f6be92a4
24 DIST xf86-input-libinput-0.28.1.tar.bz2 375923 BLAKE2B f676e857fd47baad848a9325dd23ff41d9f3a0e1ab148b4e0662fe5c47f1c148bf702189c16990defdc18a33378647373ca18a379cb4421043871ec44f1224cc SHA512 2b8cabfbc3490edbe928771ed9d62a0d4a423bc1373fc6cf9d3a6b5937e17ddc48ebb1b70f1191e507024e4b8220c137495cbba825292b51e50709daa7d31623
25
26 diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.27.1.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.27.1.ebuild
27 deleted file mode 100644
28 index 40349503513..00000000000
29 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.27.1.ebuild
30 +++ /dev/null
31 @@ -1,21 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
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.0-r1.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0-r1.ebuild
55 deleted file mode 100644
56 index fb96bba2623..00000000000
57 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0-r1.ebuild
58 +++ /dev/null
59 @@ -1,21 +0,0 @@
60 -# Copyright 1999-2018 Gentoo Foundation
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 -}