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-engines/scummvm-tools: scummvm-tools-0.13.0.ebuild ChangeLog
Date: Mon, 02 Mar 2009 18:10:57
Message-Id: E1LeCbP-0001OI-4j@stork.gentoo.org
1 mr_bones_ 09/03/02 18:10:55
2
3 Modified: ChangeLog
4 Added: scummvm-tools-0.13.0.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.6.7/cvs/Linux i686)
8
9 Revision Changes Path
10 1.22 games-engines/scummvm-tools/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 26 Feb 2009 15:14:54 -0000 1.21
23 +++ ChangeLog 2 Mar 2009 18:10:55 -0000 1.22
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-engines/scummvm-tools
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.21 2009/02/26 15:14:54 josejx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.22 2009/03/02 18:10:55 mr_bones_ Exp $
29 +
30 +*scummvm-tools-0.13.0 (02 Mar 2009)
31 +
32 + 02 Mar 2009; Michael Sterrett <mr_bones_@g.o>
33 + +scummvm-tools-0.13.0.ebuild:
34 + version bump
35
36 26 Feb 2009; Joseph Jezak <josejx@g.o> scummvm-tools-0.12.0.ebuild:
37 Marked ppc stable for bug #255574.
38
39
40
41 1.1 games-engines/scummvm-tools/scummvm-tools-0.13.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.13.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.13.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: scummvm-tools-0.13.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.13.0.ebuild,v 1.1 2009/03/02 18:10:55 mr_bones_ Exp $
51
52 EAPI=2
53 WX_GTK_VER=2.8
54 inherit toolchain-funcs wxwidgets games
55
56 DESCRIPTION="utilities for the SCUMM game engine"
57 HOMEPAGE="http://scummvm.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 DEPEND="media-libs/libpng
66 media-libs/flac
67 media-libs/libvorbis
68 x11-libs/wxGTK:2.8"
69
70 src_prepare() {
71 rm -f *.bat
72 sed -ri \
73 -e '/^(CC|CXX)\b/d' \
74 Makefile \
75 || die "sed failed"
76 }
77
78 src_install() {
79 local f
80 for f in $(find . -type f -perm +1 -print); do
81 newgamesbin $f ${PN}-${f##*/} || die "newgamesbin $f failed"
82 done
83 dodoc README TODO
84 prepgamesdirs
85 }