Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/joystick: joystick-1.4.4.ebuild ChangeLog
Date: Sat, 29 Jun 2013 17:40:09
Message-Id: 20130629174001.A64DB2171C@flycatcher.gentoo.org
1 mr_bones_ 13/06/29 17:40:01
2
3 Modified: joystick-1.4.4.ebuild ChangeLog
4 Log:
5 add slot to libsdl dep
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 games-util/joystick/joystick-1.4.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/joystick-1.4.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/joystick-1.4.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/joystick-1.4.4.ebuild?r1=1.1&r2=1.2
15
16 Index: joystick-1.4.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- joystick-1.4.4.ebuild 23 Jan 2013 06:13:28 -0000 1.1
23 +++ joystick-1.4.4.ebuild 29 Jun 2013 17:40:01 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.4.ebuild,v 1.1 2013/01/23 06:13:28 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/joystick-1.4.4.ebuild,v 1.2 2013/06/29 17:40:01 mr_bones_ Exp $
29
30 EAPI=5
31 inherit eutils toolchain-funcs
32 @@ -15,7 +15,7 @@
33 KEYWORDS="~amd64 ~arm ~ppc ~x86"
34 IUSE="sdl"
35
36 -DEPEND="sdl? ( media-libs/libsdl[video] )
37 +DEPEND="sdl? ( media-libs/libsdl:0[video] )
38 !<x11-libs/tslib-1.0-r2"
39 RDEPEND="${DEPEND}"
40
41
42
43
44 1.20 games-util/joystick/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/ChangeLog?rev=1.20&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/ChangeLog?rev=1.20&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/ChangeLog?r1=1.19&r2=1.20
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v
53 retrieving revision 1.19
54 retrieving revision 1.20
55 diff -u -r1.19 -r1.20
56 --- ChangeLog 23 Jan 2013 06:13:28 -0000 1.19
57 +++ ChangeLog 29 Jun 2013 17:40:01 -0000 1.20
58 @@ -1,6 +1,9 @@
59 # ChangeLog for games-util/joystick
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.19 2013/01/23 06:13:28 mr_bones_ Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-util/joystick/ChangeLog,v 1.20 2013/06/29 17:40:01 mr_bones_ Exp $
63 +
64 + 29 Jun 2013; Michael Sterrett <mr_bones_@g.o> joystick-1.4.4.ebuild:
65 + add slot to libsdl dep
66
67 *joystick-1.4.4 (23 Jan 2013)