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: Thu, 03 Jun 2010 16:10:35
Message-Id: 20100603161027.E9F102CF44@corvid.gentoo.org
1 mr_bones_ 10/06/03 16:10:27
2
3 Modified: sdljoytest-11102003.ebuild ChangeLog
4 Log:
5 EAPI=2; add use deps; honor CC; tidy
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 games-misc/sdljoytest/sdljoytest-11102003.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild?r1=1.2&r2=1.3
14
15 Index: sdljoytest-11102003.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- sdljoytest-11102003.ebuild 21 Jul 2005 07:52:44 -0000 1.2
22 +++ sdljoytest-11102003.ebuild 3 Jun 2010 16:10:27 -0000 1.3
23 @@ -1,6 +1,9 @@
24 -# Copyright 1999-2005 Gentoo Foundation
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.2 2005/07/21 07:52:44 dholm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/sdljoytest-11102003.ebuild,v 1.3 2010/06/03 16:10:27 mr_bones_ Exp $
29 +
30 +EAPI=2
31 +inherit toolchain-funcs
32
33 DESCRIPTION="SDL app to test joysticks and game controllers"
34 HOMEPAGE="http://sdljoytest.sourceforge.net/"
35 @@ -11,15 +14,13 @@
36 KEYWORDS="~amd64 ~ppc ~x86"
37 IUSE=""
38
39 -DEPEND="media-libs/libsdl
40 +DEPEND="media-libs/libsdl[joystick,video]
41 virtual/opengl
42 media-libs/sdl-image"
43
44 S=${WORKDIR}/SDLJoytest-GL
45
46 -src_unpack() {
47 - unpack ${A}
48 - cd "${S}"
49 +src_prepare() {
50 make clean || die "cleaning"
51 sed -i \
52 -e 's:/usr/local:/usr:' \
53 @@ -28,6 +29,7 @@
54
55 src_compile() {
56 emake \
57 + CC=$(tc-getCC) \
58 CFLAGS="$(sdl-config --cflags) ${CFLAGS}" \
59 LDFLAGS="$(sdl-config --libs) -lGL ${LDFLAGS}" \
60 || die
61 @@ -38,5 +40,4 @@
62 insinto /usr/share/SDLJoytest-GL
63 doins *.bmp || die "data"
64 doman SDLJoytest.1
65 - dodoc README
66 }
67
68
69
70 1.4 games-misc/sdljoytest/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/ChangeLog?rev=1.4&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/ChangeLog?rev=1.4&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/sdljoytest/ChangeLog?r1=1.3&r2=1.4
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/ChangeLog,v
79 retrieving revision 1.3
80 retrieving revision 1.4
81 diff -u -r1.3 -r1.4
82 --- ChangeLog 8 Feb 2007 21:08:24 -0000 1.3
83 +++ ChangeLog 3 Jun 2010 16:10:27 -0000 1.4
84 @@ -1,6 +1,10 @@
85 # ChangeLog for games-misc/sdljoytest
86 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/ChangeLog,v 1.3 2007/02/08 21:08:24 wolf31o2 Exp $
88 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
89 +# $Header: /var/cvsroot/gentoo-x86/games-misc/sdljoytest/ChangeLog,v 1.4 2010/06/03 16:10:27 mr_bones_ Exp $
90 +
91 + 03 Jun 2010; Michael Sterrett <mr_bones_@g.o>
92 + sdljoytest-11102003.ebuild:
93 + EAPI=2; add use deps; honor CC; tidy
94
95 08 Feb 2007; Chris Gianelloni <wolf31o2@g.o> ChangeLog:
96 Regenerate digest in Manifest2 format.