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.8.0.ebuild ChangeLog
Date: Wed, 27 Mar 2013 10:47:01
Message-Id: 20130327104657.E16542171D@flycatcher.gentoo.org
1 chithanh 13/03/27 10:46:57
2
3 Modified: ChangeLog
4 Added: xf86-input-evdev-2.8.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.55/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.201 x11-drivers/xf86-input-evdev/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.201&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.201&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.200&r2=1.201
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
20 retrieving revision 1.200
21 retrieving revision 1.201
22 diff -u -r1.200 -r1.201
23 --- ChangeLog 8 Mar 2013 00:05:43 -0000 1.200
24 +++ ChangeLog 27 Mar 2013 10:46:57 -0000 1.201
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-drivers/xf86-input-evdev
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.200 2013/03/08 00:05:43 chithanh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.201 2013/03/27 10:46:57 chithanh Exp $
30 +
31 +*xf86-input-evdev-2.8.0 (27 Mar 2013)
32 +
33 + 27 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xf86-input-evdev-2.8.0.ebuild:
35 + Version bump.
36
37 *xf86-input-evdev-2.7.3-r1 (08 Mar 2013)
38
39
40
41
42 1.1 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xf86-input-evdev-2.8.0.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.0.ebuild,v 1.1 2013/03/27 10:46:57 chithanh Exp $
52
53 EAPI=5
54 inherit xorg-2
55
56 DESCRIPTION="Generic Linux input driver"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
58 IUSE=""
59
60 RDEPEND=">=x11-base/xorg-server-1.12[udev]
61 sys-libs/mtdev"
62 DEPEND="${RDEPEND}
63 >=x11-proto/inputproto-2.1.99.3
64 >=sys-kernel/linux-headers-2.6"