Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: ChangeLog xf86-input-evdev-2.5.0.ebuild
Date: Sat, 25 Dec 2010 20:16:31
Message-Id: 20101225201610.CB0F820054@flycatcher.gentoo.org
1 fauli 10/12/25 20:16:10
2
3 Modified: ChangeLog xf86-input-evdev-2.5.0.ebuild
4 Log:
5 x86 stable, bug 344827
6
7 (Portage version: 2.1.9.25/cvs/Linux i686, RepoMan options: --force)
8
9 Revision Changes Path
10 1.158 x11-drivers/xf86-input-evdev/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.158&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.158&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.157&r2=1.158
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
19 retrieving revision 1.157
20 retrieving revision 1.158
21 diff -u -r1.157 -r1.158
22 --- ChangeLog 23 Dec 2010 12:39:21 -0000 1.157
23 +++ ChangeLog 25 Dec 2010 20:16:10 -0000 1.158
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-drivers/xf86-input-evdev
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.157 2010/12/23 12:39:21 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.158 2010/12/25 20:16:10 fauli Exp $
29 +
30 + 25 Dec 2010; Christian Faulhammer <fauli@g.o>
31 + xf86-input-evdev-2.5.0.ebuild:
32 + x86 stable, bug 344827
33
34 23 Dec 2010; Samuli Suominen <ssuominen@g.o>
35 xf86-input-evdev-2.5.0.ebuild:
36
37
38
39 1.4 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.5.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.5.0.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.5.0.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.5.0.ebuild?r1=1.3&r2=1.4
44
45 Index: xf86-input-evdev-2.5.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.5.0.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- xf86-input-evdev-2.5.0.ebuild 23 Dec 2010 12:39:21 -0000 1.3
52 +++ xf86-input-evdev-2.5.0.ebuild 25 Dec 2010 20:16:10 -0000 1.4
53 @@ -1,12 +1,12 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.5.0.ebuild,v 1.3 2010/12/23 12:39:21 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.5.0.ebuild,v 1.4 2010/12/25 20:16:10 fauli Exp $
58
59 EAPI=3
60 inherit xorg-2
61
62 DESCRIPTION="Generic Linux input driver"
63 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86"
64 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86"
65 IUSE=""
66
67 RDEPEND=">=x11-base/xorg-server-1.6.3"