Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-keyboard: ChangeLog xf86-input-keyboard-1.8.0.ebuild
Date: Fri, 06 Mar 2015 07:36:50
Message-Id: 20150306073647.3E86D13266@oystercatcher.gentoo.org
1 jer 15/03/06 07:36:47
2
3 Modified: ChangeLog xf86-input-keyboard-1.8.0.ebuild
4 Log:
5 Stable for HPPA (bug #530652).
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.131 x11-drivers/xf86-input-keyboard/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog?rev=1.131&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog?rev=1.131&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog?r1=1.130&r2=1.131
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v
19 retrieving revision 1.130
20 retrieving revision 1.131
21 diff -u -r1.130 -r1.131
22 --- ChangeLog 3 Mar 2015 11:02:16 -0000 1.130
23 +++ ChangeLog 6 Mar 2015 07:36:47 -0000 1.131
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-drivers/xf86-input-keyboard
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.130 2015/03/03 11:02:16 dlan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.131 2015/03/06 07:36:47 jer Exp $
29 +
30 + 06 Mar 2015; Jeroen Roovers <jer@g.o>
31 + xf86-input-keyboard-1.8.0.ebuild:
32 + Stable for HPPA (bug #530652).
33
34 03 Mar 2015; Yixun Lan <dlan@g.o> xf86-input-keyboard-1.8.0.ebuild:
35 add arm64 support, tested on A53 board
36
37
38
39 1.10 x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.8.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.8.0.ebuild?rev=1.10&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.8.0.ebuild?rev=1.10&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.8.0.ebuild?r1=1.9&r2=1.10
44
45 Index: xf86-input-keyboard-1.8.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.8.0.ebuild,v
48 retrieving revision 1.9
49 retrieving revision 1.10
50 diff -u -r1.9 -r1.10
51 --- xf86-input-keyboard-1.8.0.ebuild 3 Mar 2015 11:02:16 -0000 1.9
52 +++ xf86-input-keyboard-1.8.0.ebuild 6 Mar 2015 07:36:47 -0000 1.10
53 @@ -1,13 +1,13 @@
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.8.0.ebuild,v 1.9 2015/03/03 11:02:16 dlan Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.8.0.ebuild,v 1.10 2015/03/06 07:36:47 jer Exp $
58
59 EAPI=5
60 inherit xorg-2
61
62 DESCRIPTION="Keyboard input driver"
63
64 -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
65 +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
66 IUSE=""
67
68 RDEPEND=">=x11-base/xorg-server-1.6.3"