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-misc/sdljoytest: sdljoytest-11102003.ebuild ChangeLog
Date: Mon, 29 Nov 2010 05:08:31
Message-Id: 20101129050817.B378F20051@flycatcher.gentoo.org
1 mr_bones_ 10/11/29 05:08:17
2
3 Modified: sdljoytest-11102003.ebuild ChangeLog
4 Log:
5 add opengl use dep; fix SDL header include
6
7 (Portage version: 2.1.9.24/cvs/Linux i686)
8
9 Revision Changes Path
10 1.4 games-misc/sdljoytest/sdljoytest-11102003.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild?r1=1.3&r2=1.4
15
16 Index: sdljoytest-11102003.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- sdljoytest-11102003.ebuild 3 Jun 2010 16:10:27 -0000 1.3
23 +++ sdljoytest-11102003.ebuild 29 Nov 2010 05:08:17 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild,v 1.3 2010/06/03 16:10:27 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild,v 1.4 2010/11/29 05:08:17 mr_bones_ Exp $
29
30 EAPI=2
31 inherit toolchain-funcs
32 @@ -14,7 +14,7 @@
33 KEYWORDS="~amd64 ~ppc ~x86"
34 IUSE=""
35
36 -DEPEND="media-libs/libsdl[joystick,video]
37 +DEPEND="media-libs/libsdl[joystick,opengl,video]
38 virtual/opengl
39 media-libs/sdl-image"
40
41 @@ -25,6 +25,7 @@
42 sed -i \
43 -e 's:/usr/local:/usr:' \
44 joytest.h || die "seding data path"
45 + sed -i -e 's:SDL/::' *.c || die
46 }
47
48 src_compile() {
49
50
51
52 1.5 games-misc/sdljoytest/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/ChangeLog?rev=1.5&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/ChangeLog?rev=1.5&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/ChangeLog?r1=1.4&r2=1.5
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/ChangeLog,v
61 retrieving revision 1.4
62 retrieving revision 1.5
63 diff -u -r1.4 -r1.5
64 --- ChangeLog 3 Jun 2010 16:10:27 -0000 1.4
65 +++ ChangeLog 29 Nov 2010 05:08:17 -0000 1.5
66 @@ -1,6 +1,10 @@
67 # ChangeLog for games-misc/sdljoytest
68 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/ChangeLog,v 1.4 2010/06/03 16:10:27 mr_bones_ Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/ChangeLog,v 1.5 2010/11/29 05:08:17 mr_bones_ Exp $
71 +
72 + 29 Nov 2010; Michael Sterrett <mr_bones_@g.o>
73 + sdljoytest-11102003.ebuild:
74 + add opengl use dep; fix SDL header include
75
76 03 Jun 2010; Michael Sterrett <mr_bones_@g.o>
77 sdljoytest-11102003.ebuild: