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-action/chromium: chromium-0.9.14.1.ebuild ChangeLog
Date: Tue, 07 Sep 2010 21:02:03
Message-Id: 20100907210159.4CEA520051@flycatcher.gentoo.org
1 mr_bones_ 10/09/07 21:01:59
2
3 Modified: chromium-0.9.14.1.ebuild ChangeLog
4 Log:
5 remove unneeded --with-font-path (bug #327259); prefer openal to sdl-mixer
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 games-action/chromium/chromium-0.9.14.1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chromium/chromium-0.9.14.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chromium/chromium-0.9.14.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chromium/chromium-0.9.14.1.ebuild?r1=1.1&r2=1.2
14
15 Index: chromium-0.9.14.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/chromium/chromium-0.9.14.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- chromium-0.9.14.1.ebuild 24 Jun 2010 05:53:08 -0000 1.1
22 +++ chromium-0.9.14.1.ebuild 7 Sep 2010 21:01:59 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-action/chromium/chromium-0.9.14.1.ebuild,v 1.1 2010/06/24 05:53:08 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-action/chromium/chromium-0.9.14.1.ebuild,v 1.2 2010/09/07 21:01:59 mr_bones_ Exp $
28
29 EAPI=2
30 inherit eutils games
31 @@ -13,7 +13,7 @@
32 LICENSE="Clarified-Artistic"
33 SLOT="0"
34 KEYWORDS="~amd64 ~ppc ~x86"
35 -IUSE="+mixer nls +sdl"
36 +IUSE="mixer nls +sdl"
37
38 RDEPEND="media-fonts/dejavu
39 media-libs/quesoglc
40 @@ -42,7 +42,6 @@
41 --disable-dependency-tracking \
42 --disable-ftgl \
43 --enable-glc \
44 - --with-font-path="/usr/share/fonts/dejavu/DejaVuSerif-Bold.ttf" \
45 $(use_enable mixer sdlmixer) \
46 $(use_enable !mixer openal) \
47 $(use_enable nls) \
48
49
50
51 1.41 games-action/chromium/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chromium/ChangeLog?rev=1.41&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chromium/ChangeLog?rev=1.41&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chromium/ChangeLog?r1=1.40&r2=1.41
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/games-action/chromium/ChangeLog,v
60 retrieving revision 1.40
61 retrieving revision 1.41
62 diff -u -r1.40 -r1.41
63 --- ChangeLog 24 Jun 2010 05:53:08 -0000 1.40
64 +++ ChangeLog 7 Sep 2010 21:01:59 -0000 1.41
65 @@ -1,6 +1,10 @@
66 # ChangeLog for games-action/chromium
67 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/games-action/chromium/ChangeLog,v 1.40 2010/06/24 05:53:08 mr_bones_ Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/games-action/chromium/ChangeLog,v 1.41 2010/09/07 21:01:59 mr_bones_ Exp $
70 +
71 + 07 Sep 2010; Michael Sterrett <mr_bones_@g.o>
72 + chromium-0.9.14.1.ebuild:
73 + remove unneeded --with-font-path (bug #327259); prefer openal to sdl-mixer
74
75 *chromium-0.9.14.1 (24 Jun 2010)