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-evdev/
Date: Sun, 20 Jan 2019 05:43:23
Message-Id: 1547962985.187ca914ca152892ad119be69662bde07d043996.mattst88@gentoo
1 commit: 187ca914ca152892ad119be69662bde07d043996
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 20 05:28:42 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=187ca914
7
8 x11-drivers/xf86-input-evdev: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 .../xf86-input-evdev-2.10.5.ebuild | 24 ----------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
16 deleted file mode 100644
17 index bd887a55784..00000000000
18 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit linux-info xorg-2
26 -
27 -DESCRIPTION="Generic Linux input driver"
28 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
29 -IUSE=""
30 -
31 -RDEPEND=">=x11-base/xorg-server-1.18[udev]
32 - dev-libs/libevdev
33 - sys-libs/mtdev
34 - virtual/libudev:="
35 -DEPEND="${RDEPEND}
36 - >=sys-kernel/linux-headers-2.6
37 - x11-base/xorg-proto"
38 -
39 -pkg_pretend() {
40 - if use kernel_linux ; then
41 - CONFIG_CHECK="~INPUT_EVDEV"
42 - fi
43 - check_extra_config
44 -}