Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/sdl-ttf: sdl-ttf-2.0.9.ebuild ChangeLog
Date: Sat, 31 Jul 2010 11:02:20
Message-Id: 20100731103850.9198F2CE15@corvid.gentoo.org
1 scarabeus 10/07/31 10:38:50
2
3 Modified: sdl-ttf-2.0.9.ebuild ChangeLog
4 Log:
5 QA: Use correct enable call instead of with one.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 media-libs/sdl-ttf/sdl-ttf-2.0.9.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.9.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.9.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.9.ebuild?r1=1.12&r2=1.13
14
15 Index: sdl-ttf-2.0.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.9.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- sdl-ttf-2.0.9.ebuild 27 Jul 2010 02:16:18 -0000 1.12
22 +++ sdl-ttf-2.0.9.ebuild 31 Jul 2010 10:38:49 -0000 1.13
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/media-libs/sdl-ttf/sdl-ttf-2.0.9.ebuild,v 1.12 2010/07/27 02:16:18 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.9.ebuild,v 1.13 2010/07/31 10:38:49 scarabeus Exp $
28
29 EAPI=2
30 MY_P="${P/sdl-/SDL_}"
31 @@ -22,7 +22,7 @@
32 src_configure() {
33 econf \
34 --disable-dependency-tracking \
35 - $(use_with static-libs static) \
36 + $(use_enable static-libs static) \
37 $(use_with X x)
38 }
39
40
41
42
43 1.49 media-libs/sdl-ttf/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-ttf/ChangeLog?rev=1.49&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-ttf/ChangeLog?rev=1.49&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sdl-ttf/ChangeLog?r1=1.48&r2=1.49
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v
52 retrieving revision 1.48
53 retrieving revision 1.49
54 diff -u -r1.48 -r1.49
55 --- ChangeLog 27 Jul 2010 02:16:18 -0000 1.48
56 +++ ChangeLog 31 Jul 2010 10:38:50 -0000 1.49
57 @@ -1,6 +1,9 @@
58 # ChangeLog for media-libs/sdl-ttf
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v 1.48 2010/07/27 02:16:18 mr_bones_ Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v 1.49 2010/07/31 10:38:50 scarabeus Exp $
62 +
63 + 31 Jul 2010; Tomáš Chvátal <scarabeus@g.o> sdl-ttf-2.0.9.ebuild:
64 + QA: Use correct enable call instead of with one.
65
66 27 Jul 2010; Michael Sterrett <mr_bones_@g.o> sdl-ttf-2.0.9.ebuild:
67 EAPI=2; add support for USE=static-libs