Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/wxGTK: wxGTK-2.8.6.1.ebuild ChangeLog wxGTK-2.6.4.0-r2.ebuild
Date: Fri, 30 Nov 2007 00:56:44
Message-Id: E1IxuBL-0006eu-OI@stork.gentoo.org
1 dirtyepic 07/11/30 00:56:39
2
3 Modified: wxGTK-2.8.6.1.ebuild ChangeLog
4 wxGTK-2.6.4.0-r2.ebuild
5 Log:
6 Re-add local pch USE flag.
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.2 x11-libs/wxGTK/wxGTK-2.8.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.6.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.6.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.6.1.ebuild?r1=1.1&r2=1.2
15
16 Index: wxGTK-2.8.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.6.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wxGTK-2.8.6.1.ebuild 29 Nov 2007 01:48:30 -0000 1.1
23 +++ wxGTK-2.8.6.1.ebuild 30 Nov 2007 00:56:39 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.6.1.ebuild,v 1.1 2007/11/29 01:48:30 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.6.1.ebuild,v 1.2 2007/11/30 00:56:39 dirtyepic Exp $
29
30 EAPI=1
31
32 @@ -18,7 +18,7 @@
33 doc? ( mirror://sourceforge/wxwindows/wxWidgets-${BASE_PV}-HTML.zip )"
34
35 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
36 -IUSE="X doc debug gnome gstreamer odbc opengl sdl"
37 +IUSE="X doc debug gnome gstreamer odbc opengl pch sdl"
38
39 RDEPEND="
40 dev-libs/expat
41 @@ -88,8 +88,8 @@
42 --with-regex=builtin
43 --with-zlib=sys
44 --with-expat
45 - --disable-precomp-headers
46 $(use_enable debug)
47 + $(use_enable pch precomp-headers)
48 $(use_with sdl)
49 $(use_with odbc)"
50
51
52
53
54 1.164 x11-libs/wxGTK/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.164&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.164&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?r1=1.163&r2=1.164
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v
63 retrieving revision 1.163
64 retrieving revision 1.164
65 diff -u -r1.163 -r1.164
66 --- ChangeLog 29 Nov 2007 01:48:29 -0000 1.163
67 +++ ChangeLog 30 Nov 2007 00:56:39 -0000 1.164
68 @@ -1,6 +1,10 @@
69 # ChangeLog for x11-libs/wxGTK
70 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.163 2007/11/29 01:48:29 dirtyepic Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.164 2007/11/30 00:56:39 dirtyepic Exp $
73 +
74 + 30 Nov 2007; Ryan Hill <dirtyepic@g.o> wxGTK-2.6.4.0-r2.ebuild,
75 + wxGTK-2.8.6.1.ebuild:
76 + Re-add local pch USE flag.
77
78 *wxGTK-2.8.6.1 (29 Nov 2007)
79
80
81
82
83 1.4 x11-libs/wxGTK/wxGTK-2.6.4.0-r2.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r2.ebuild?rev=1.4&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r2.ebuild?rev=1.4&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r2.ebuild?r1=1.3&r2=1.4
88
89 Index: wxGTK-2.6.4.0-r2.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r2.ebuild,v
92 retrieving revision 1.3
93 retrieving revision 1.4
94 diff -u -r1.3 -r1.4
95 --- wxGTK-2.6.4.0-r2.ebuild 24 Nov 2007 16:14:18 -0000 1.3
96 +++ wxGTK-2.6.4.0-r2.ebuild 30 Nov 2007 00:56:39 -0000 1.4
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2007 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r2.ebuild,v 1.3 2007/11/24 16:14:18 dirtyepic Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r2.ebuild,v 1.4 2007/11/30 00:56:39 dirtyepic Exp $
102
103 inherit eutils versionator flag-o-matic
104
105 @@ -16,7 +16,7 @@
106 doc? ( mirror://sourceforge/wxwindows/wxWidgets-${BASE_PV}-HTML.tar.gz )"
107
108 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
109 -IUSE="X doc debug gnome odbc opengl sdl unicode"
110 +IUSE="X doc debug gnome odbc opengl pch sdl unicode"
111
112 RDEPEND="
113 dev-libs/expat
114 @@ -86,7 +86,7 @@
115 --with-regex=builtin
116 --with-zlib=sys
117 --with-expat
118 - --disable-precomp-headers
119 + $(use_enable pch precomp-headers)
120 $(use_with sdl)
121 $(use_with odbc)"
122
123
124
125
126 --
127 gentoo-commits@g.o mailing list