Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xinput: xinput-1.3.0.ebuild ChangeLog
Date: Wed, 24 Sep 2008 09:51:05
Message-Id: E1KiR1S-0008L8-Np@stork.gentoo.org
1 aballier 08/09/24 09:51:02
2
3 Modified: xinput-1.3.0.ebuild ChangeLog
4 Log:
5 keyword ~x86-fbsd
6 (Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.3 x11-misc/xinput/xinput-1.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xinput/xinput-1.3.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xinput/xinput-1.3.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xinput/xinput-1.3.0.ebuild?r1=1.2&r2=1.3
14
15 Index: xinput-1.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.3.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- xinput-1.3.0.ebuild 14 Sep 2008 00:40:42 -0000 1.2
22 +++ xinput-1.3.0.ebuild 24 Sep 2008 09:51:02 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.3.0.ebuild,v 1.2 2008/09/14 00:40:42 bluebird Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.3.0.ebuild,v 1.3 2008/09/24 09:51:02 aballier Exp $
28
29 # Must be before x-modular eclass is inherited
30 #SNAPSHOT="yes"
31 @@ -10,7 +10,7 @@
32 DESCRIPTION="Utility to set XInput device parameters"
33 SRC_URI="http://xorg.freedesktop.org/archive/individual/app/${P}.tar.bz2"
34 LICENSE="as-is"
35 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
37 IUSE=""
38 RDEPEND="x11-libs/libXi"
39 DEPEND="${RDEPEND}
40
41
42
43 1.14 x11-misc/xinput/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xinput/ChangeLog?rev=1.14&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xinput/ChangeLog?rev=1.14&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xinput/ChangeLog?r1=1.13&r2=1.14
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v
52 retrieving revision 1.13
53 retrieving revision 1.14
54 diff -u -r1.13 -r1.14
55 --- ChangeLog 14 Sep 2008 00:40:42 -0000 1.13
56 +++ ChangeLog 24 Sep 2008 09:51:02 -0000 1.14
57 @@ -1,6 +1,9 @@
58 # ChangeLog for x11-misc/xinput
59 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.13 2008/09/14 00:40:42 bluebird Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.14 2008/09/24 09:51:02 aballier Exp $
62 +
63 + 24 Sep 2008; Alexis Ballier <aballier@g.o> xinput-1.3.0.ebuild:
64 + keyword ~x86-fbsd
65
66 14 Sep 2008; Friedrich Oslage <bluebird@g.o> xinput-1.3.0.ebuild:
67 Add ~sparc keyword, bug #237411