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: ChangeLog scummvm-1.2.1.ebuild
Date: Thu, 27 Jan 2011 10:01:54
Message-Id: 20110127100137.3A30F20054@flycatcher.gentoo.org
1 mr_bones_ 11/01/27 10:01:37
2
3 Modified: ChangeLog scummvm-1.2.1.ebuild
4 Log:
5 pass --host to configure to work around bug #352351
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.101 games-engines/scummvm/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/ChangeLog?rev=1.101&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/ChangeLog?rev=1.101&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/ChangeLog?r1=1.100&r2=1.101
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v
19 retrieving revision 1.100
20 retrieving revision 1.101
21 diff -u -r1.100 -r1.101
22 --- ChangeLog 20 Jan 2011 12:51:44 -0000 1.100
23 +++ ChangeLog 27 Jan 2011 10:01:36 -0000 1.101
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-engines/scummvm
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.100 2011/01/20 12:51:44 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.101 2011/01/27 10:01:36 mr_bones_ Exp $
29 +
30 + 27 Jan 2011; Michael Sterrett <mr_bones_@g.o> scummvm-1.2.1.ebuild:
31 + pass --host to configure to work around bug #352351
32
33 20 Jan 2011; Markos Chandras <hwoarang@g.o> scummvm-1.2.1.ebuild:
34 Stable on amd64 wrt bug #352155
35
36
37
38 1.3 games-engines/scummvm/scummvm-1.2.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.2.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.2.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.2.1.ebuild?r1=1.2&r2=1.3
43
44 Index: scummvm-1.2.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.2.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- scummvm-1.2.1.ebuild 20 Jan 2011 12:51:44 -0000 1.2
51 +++ scummvm-1.2.1.ebuild 27 Jan 2011 10:01:36 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.2.1.ebuild,v 1.2 2011/01/20 12:51:44 hwoarang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.2.1.ebuild,v 1.3 2011/01/27 10:01:36 mr_bones_ Exp $
57
58 EAPI=2
59 inherit eutils flag-o-matic games
60 @@ -58,6 +58,7 @@
61 # NOT AN AUTOCONF SCRIPT SO DONT CALL ECONF
62 # mpeg2 support needs vorbis (bug #79149) so turn it off if -oggvorbis
63 ./configure \
64 + --host=$CHOST \
65 --enable-verbose-build \
66 --prefix=/usr \
67 --bindir="${GAMES_BINDIR}" \