Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.9.0.ebuild ChangeLog xf86-input-evdev-2.8.99.1.ebuild
Date: Thu, 22 May 2014 14:01:16
Message-Id: 20140522140113.2DE762004C@flycatcher.gentoo.org
1 chithanh 14/05/22 14:01:12
2
3 Modified: ChangeLog
4 Added: xf86-input-evdev-2.9.0.ebuild
5 Removed: xf86-input-evdev-2.8.99.1.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.225 x11-drivers/xf86-input-evdev/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.225&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.225&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.224&r2=1.225
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
21 retrieving revision 1.224
22 retrieving revision 1.225
23 diff -u -r1.224 -r1.225
24 --- ChangeLog 14 May 2014 16:46:47 -0000 1.224
25 +++ ChangeLog 22 May 2014 14:01:12 -0000 1.225
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-drivers/xf86-input-evdev
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.224 2014/05/14 16:46:47 chithanh Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.225 2014/05/22 14:01:12 chithanh Exp $
31 +
32 +*xf86-input-evdev-2.9.0 (22 May 2014)
33 +
34 + 22 May 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +xf86-input-evdev-2.9.0.ebuild, -xf86-input-evdev-2.8.99.1.ebuild:
36 + Version bump.
37
38 *xf86-input-evdev-2.8.99.1 (14 May 2014)
39
40
41
42
43 1.1 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xf86-input-evdev-2.9.0.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.0.ebuild,v 1.1 2014/05/22 14:01:12 chithanh Exp $
53
54 EAPI=5
55 inherit linux-info xorg-2
56
57 DESCRIPTION="Generic Linux input driver"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
59 IUSE=""
60
61 RDEPEND=">=x11-base/xorg-server-1.12[udev]
62 dev-libs/libevdev
63 sys-libs/mtdev"
64 DEPEND="${RDEPEND}
65 >=x11-proto/inputproto-2.1.99.3
66 >=sys-kernel/linux-headers-2.6"
67
68 pkg_pretend() {
69 if use kernel_linux ; then
70 CONFIG_CHECK="~INPUT_EVDEV"
71 fi
72 check_extra_config
73 }