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: metadata.xml scummvm-1.5.0.ebuild ChangeLog
Date: Wed, 22 Aug 2012 15:37:23
Message-Id: 20120822153710.A3FBA20363@flycatcher.gentoo.org
1 mr_bones_ 12/08/22 15:37:10
2
3 Modified: metadata.xml scummvm-1.5.0.ebuild ChangeLog
4 Log:
5 freetype -> truetype (bug #431876)
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 games-engines/scummvm/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/metadata.xml?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/metadata.xml?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/metadata.xml?r1=1.4&r2=1.5
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/metadata.xml,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- metadata.xml 2 Aug 2012 23:02:25 -0000 1.4
23 +++ metadata.xml 22 Aug 2012 15:37:10 -0000 1.5
24 @@ -4,6 +4,5 @@
25 <herd>games</herd>
26 <use>
27 <flag name="fluidsynth">compile with support for fluidsynth</flag>
28 - <flag name="freetype">use media-libs/freetype for font rendering</flag>
29 </use>
30 </pkgmetadata>
31
32
33
34 1.2 games-engines/scummvm/scummvm-1.5.0.ebuild
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild?rev=1.2&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild?rev=1.2&content-type=text/plain
38 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild?r1=1.1&r2=1.2
39
40 Index: scummvm-1.5.0.ebuild
41 ===================================================================
42 RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild,v
43 retrieving revision 1.1
44 retrieving revision 1.2
45 diff -u -r1.1 -r1.2
46 --- scummvm-1.5.0.ebuild 2 Aug 2012 23:02:25 -0000 1.1
47 +++ scummvm-1.5.0.ebuild 22 Aug 2012 15:37:10 -0000 1.2
48 @@ -1,6 +1,6 @@
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild,v 1.1 2012/08/02 23:02:25 mr_bones_ Exp $
52 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.5.0.ebuild,v 1.2 2012/08/22 15:37:10 mr_bones_ Exp $
53
54 EAPI=2
55 inherit eutils flag-o-matic games
56 @@ -12,7 +12,7 @@
57 LICENSE="GPL-2 LGPL-2.1"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
60 -IUSE="alsa debug flac fluidsynth freetype mp3 vorbis"
61 +IUSE="alsa debug flac fluidsynth truetype mp3 vorbis"
62 RESTRICT="test" # it only looks like there's a test there #77507
63
64 RDEPEND=">=media-libs/libsdl-1.2.2[audio,joystick,video]
65 @@ -22,7 +22,7 @@
66 alsa? ( media-libs/alsa-lib )
67 mp3? ( media-libs/libmad )
68 flac? ( media-libs/flac )
69 - freetype? ( media-libs/freetype:2 )
70 + truetype? ( media-libs/freetype:2 )
71 fluidsynth? ( media-sound/fluidsynth )"
72 DEPEND="${RDEPEND}
73 x86? ( dev-lang/nasm )"
74 @@ -64,7 +64,7 @@
75 $(use_enable mp3 mad) \
76 $(use_enable flac) \
77 $(use_enable vorbis) \
78 - $(use_enable freetype freetype2) \
79 + $(use_enable truetype freetype2) \
80 $(use_enable x86 nasm) \
81 ${myconf} || die
82 }
83
84
85
86 1.115 games-engines/scummvm/ChangeLog
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/ChangeLog?rev=1.115&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/ChangeLog?rev=1.115&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/ChangeLog?r1=1.114&r2=1.115
91
92 Index: ChangeLog
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v
95 retrieving revision 1.114
96 retrieving revision 1.115
97 diff -u -r1.114 -r1.115
98 --- ChangeLog 2 Aug 2012 23:02:25 -0000 1.114
99 +++ ChangeLog 22 Aug 2012 15:37:10 -0000 1.115
100 @@ -1,6 +1,10 @@
101 # ChangeLog for games-engines/scummvm
102 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
103 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.114 2012/08/02 23:02:25 mr_bones_ Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.115 2012/08/22 15:37:10 mr_bones_ Exp $
105 +
106 + 22 Aug 2012; Michael Sterrett <mr_bones_@g.o> metadata.xml,
107 + scummvm-1.5.0.ebuild:
108 + freetype -> truetype (bug #431876)
109
110 *scummvm-1.5.0 (02 Aug 2012)