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: ChangeLog scummvm-tools-0.10.0.ebuild
Date: Thu, 27 Dec 2007 21:34:26
Message-Id: E1J80Mv-0004ns-57@stork.gentoo.org
1 mr_bones_ 07/12/27 21:34:21
2
3 Modified: ChangeLog
4 Added: scummvm-tools-0.10.0.ebuild
5 Log:
6 version bump (ebuild submitted by Davide Cendron via bug #203190)
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.12 games-engines/scummvm-tools/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 6 Nov 2006 07:11:03 -0000 1.11
23 +++ ChangeLog 27 Dec 2007 21:34:20 -0000 1.12
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-engines/scummvm-tools
26 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.11 2006/11/06 07:11:03 the_paya Exp $
28 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.12 2007/12/27 21:34:20 mr_bones_ Exp $
30 +
31 +*scummvm-tools-0.10.0 (27 Dec 2007)
32 +
33 + 27 Dec 2007; Michael Sterrett <mr_bones_@g.o>
34 + +scummvm-tools-0.10.0.ebuild:
35 + version bump (ebuild submitted by Davide Cendron via bug #203190)
36
37 06 Nov 2006; Javier Villavicencio <the_paya@g.o>
38 scummvm-tools-0.9.0.ebuild:
39
40
41
42 1.1 games-engines/scummvm-tools/scummvm-tools-0.10.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.10.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.10.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: scummvm-tools-0.10.0.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.10.0.ebuild,v 1.1 2007/12/27 21:34:20 mr_bones_ Exp $
52
53 inherit toolchain-funcs games
54
55 DESCRIPTION="utilities for the SCUMM game engine"
56 HOMEPAGE="http://scummvm.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
62 IUSE=""
63
64 DEPEND="media-libs/libpng"
65
66 src_compile() {
67 emake \
68 CC=$(tc-getCC) \
69 CXX=$(tc-getCXX) \
70 CFLAGS="${CFLAGS} -DUNIX" \
71 || die "emake failed"
72 }
73
74 src_install() {
75 local f
76 for f in $(find . -type f -perm +1 -print); do
77 newgamesbin $f ${PN}-${f##*/} || die "newgamesbin $f failed"
78 done
79 dodoc README
80 prepgamesdirs
81 }
82
83
84
85 --
86 gentoo-commits@g.o mailing list