Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/joystick: joystick-1.4.2.ebuild ChangeLog
Date: Tue, 01 May 2012 21:45:22
Message-Id: 20120501214506.A23682004B@flycatcher.gentoo.org
1 vapier 12/05/01 21:45:06
2
3 Modified: joystick-1.4.2.ebuild ChangeLog
4 Log:
5 Add arm love for ChromiumOS.
6
7 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 games-util/joystick/joystick-1.4.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/joystick-1.4.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/joystick-1.4.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/joystick-1.4.2.ebuild?r1=1.4&r2=1.5
15
16 Index: joystick-1.4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- joystick-1.4.2.ebuild 15 Apr 2012 16:53:35 -0000 1.4
23 +++ joystick-1.4.2.ebuild 1 May 2012 21:45:06 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.2.ebuild,v 1.4 2012/04/15 16:53:35 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.2.ebuild,v 1.5 2012/05/01 21:45:06 vapier Exp $
29
30 EAPI="4"
31
32 @@ -13,7 +13,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="amd64 ~ppc x86"
37 +KEYWORDS="amd64 ~arm ~ppc x86"
38 IUSE="sdl"
39
40 DEPEND="sdl? ( media-libs/libsdl[video] )
41
42
43
44 1.16 games-util/joystick/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/ChangeLog?rev=1.16&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/ChangeLog?rev=1.16&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/ChangeLog?r1=1.15&r2=1.16
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v
53 retrieving revision 1.15
54 retrieving revision 1.16
55 diff -u -r1.15 -r1.16
56 --- ChangeLog 15 Apr 2012 16:53:35 -0000 1.15
57 +++ ChangeLog 1 May 2012 21:45:06 -0000 1.16
58 @@ -1,6 +1,9 @@
59 # ChangeLog for games-util/joystick
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.15 2012/04/15 16:53:35 maekke Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.16 2012/05/01 21:45:06 vapier Exp $
63 +
64 + 01 May 2012; Mike Frysinger <vapier@g.o> joystick-1.4.2.ebuild:
65 + Add arm love for ChromiumOS.
66
67 15 Apr 2012; Markus Meier <maekke@g.o> joystick-1.4.2.ebuild:
68 x86 stable, bug #411535