Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@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.1.ebuild ChangeLog
Date: Tue, 03 Mar 2015 11:01:05
Message-Id: 20150303110058.59C0A12F1E@oystercatcher.gentoo.org
1 dlan 15/03/03 11:00:58
2
3 Modified: xf86-input-evdev-2.9.1.ebuild ChangeLog
4 Log:
5 add arm64 support, tested on A53 board
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
8
9 Revision Changes Path
10 1.10 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.1.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.1.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.1.ebuild?r1=1.9&r2=1.10
15
16 Index: xf86-input-evdev-2.9.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.1.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- xf86-input-evdev-2.9.1.ebuild 24 Feb 2015 08:37:48 -0000 1.9
23 +++ xf86-input-evdev-2.9.1.ebuild 3 Mar 2015 11:00:58 -0000 1.10
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.1.ebuild,v 1.9 2015/02/24 08:37:48 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.1.ebuild,v 1.10 2015/03/03 11:00:58 dlan Exp $
29
30 EAPI=5
31 inherit linux-info xorg-2
32
33 DESCRIPTION="Generic Linux input driver"
34 -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
35 +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
36 IUSE=""
37
38 RDEPEND=">=x11-base/xorg-server-1.12[udev]
39
40
41
42 1.237 x11-drivers/xf86-input-evdev/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.237&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.237&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.236&r2=1.237
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
51 retrieving revision 1.236
52 retrieving revision 1.237
53 diff -u -r1.236 -r1.237
54 --- ChangeLog 24 Feb 2015 08:37:48 -0000 1.236
55 +++ ChangeLog 3 Mar 2015 11:00:58 -0000 1.237
56 @@ -1,6 +1,9 @@
57 # ChangeLog for x11-drivers/xf86-input-evdev
58 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.236 2015/02/24 08:37:48 ago Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.237 2015/03/03 11:00:58 dlan Exp $
61 +
62 + 03 Mar 2015; Yixun Lan <dlan@g.o> xf86-input-evdev-2.9.1.ebuild:
63 + add arm64 support, tested on A53 board
64
65 24 Feb 2015; Agostino Sarubbo <ago@g.o> xf86-input-evdev-2.9.1.ebuild:
66 Stable for alpha, wrt bug #530652