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-kids/tuxmath: ChangeLog tuxmath-20010907.ebuild
Date: Thu, 30 Apr 2009 20:35:59
Message-Id: E1Lzcz6-0004jQ-FZ@stork.gentoo.org
1 mr_bones_ 09/04/30 20:35:56
2
3 Modified: ChangeLog tuxmath-20010907.ebuild
4 Log:
5 EAPI=2; tidy
6 (Portage version: 2.1.6.11/cvs/Linux i686)
7
8 Revision Changes Path
9 1.10 games-kids/tuxmath/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/tuxmath/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/tuxmath/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/tuxmath/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxmath/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 9 Apr 2007 21:28:09 -0000 1.9
22 +++ ChangeLog 30 Apr 2009 20:35:56 -0000 1.10
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-kids/tuxmath
25 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/ChangeLog,v 1.9 2007/04/09 21:28:09 welp Exp $
27 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/ChangeLog,v 1.10 2009/04/30 20:35:56 mr_bones_ Exp $
29 +
30 + 30 Apr 2009; Michael Sterrett <mr_bones_@g.o>
31 + tuxmath-20010907.ebuild:
32 + EAPI=2; tidy
33
34 09 Apr 2007; Peter Weller <welp@g.o> tuxmath-20010907.ebuild:
35 Keyworded ~x86-fbsd wrt bug 173388
36
37
38
39 1.11 games-kids/tuxmath/tuxmath-20010907.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/tuxmath/tuxmath-20010907.ebuild?rev=1.11&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/tuxmath/tuxmath-20010907.ebuild?rev=1.11&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/tuxmath/tuxmath-20010907.ebuild?r1=1.10&r2=1.11
44
45 Index: tuxmath-20010907.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxmath/tuxmath-20010907.ebuild,v
48 retrieving revision 1.10
49 retrieving revision 1.11
50 diff -u -r1.10 -r1.11
51 --- tuxmath-20010907.ebuild 9 Apr 2007 21:28:09 -0000 1.10
52 +++ tuxmath-20010907.ebuild 30 Apr 2009 20:35:56 -0000 1.11
53 @@ -1,8 +1,9 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/tuxmath-20010907.ebuild,v 1.10 2007/04/09 21:28:09 welp Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/tuxmath-20010907.ebuild,v 1.11 2009/04/30 20:35:56 mr_bones_ Exp $
59
60 -inherit eutils toolchain-funcs games
61 +EAPI=2
62 +inherit eutils games
63
64 MY_P="${PN}-2001.09.07-0102"
65 DESCRIPTION="Educational arcade game where you have to solve math problems"
66 @@ -15,19 +16,16 @@
67 IUSE=""
68
69 DEPEND="media-libs/libsdl
70 - media-libs/sdl-image
71 - media-libs/sdl-mixer"
72 + media-libs/sdl-image[jpeg,png]
73 + media-libs/sdl-mixer[mikmod]"
74
75 S=${WORKDIR}/${PN}
76
77 -src_unpack() {
78 - unpack ${A}
79 - cd "${S}"
80 - rm -rf $(find -name CVS -o -name .xvpics -type d)
81 +src_prepare() {
82 + find . -name CVS -o -name .xvpics -type d -exec rm -rf '{}' +
83 rm -f docs/COPYING.txt
84 sed -i \
85 -e '/strip/d' \
86 - -e "1i CC=$(tc-getCC)" \
87 -e "s/-O2/${CFLAGS}/" \
88 -e "s:\$(DATA_PREFIX):${GAMES_DATADIR}/${PN}:" \
89 Makefile \