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.12.1.ebuild ChangeLog wxGTK-2.8.12.1-r1.ebuild wxGTK-3.0.0.0.ebuild wxGTK-2.9.4.1-r1.ebuild wxGTK-2.9.3.1-r1.ebuild wxGTK-2.9.3.1.ebuild wxGTK-2.9.4.1.ebuild
Date: Mon, 27 Jan 2014 17:35:11
Message-Id: 20140127173505.D67FC2004C@flycatcher.gentoo.org
1 dirtyepic 14/01/27 17:35:05
2
3 Modified: wxGTK-2.8.12.1.ebuild ChangeLog
4 wxGTK-2.8.12.1-r1.ebuild wxGTK-3.0.0.0.ebuild
5 wxGTK-2.9.4.1-r1.ebuild
6 Removed: wxGTK-2.9.3.1-r1.ebuild wxGTK-2.9.3.1.ebuild
7 wxGTK-2.9.4.1.ebuild
8 Log:
9 Drop unnecessary gconf dep (bug #499416 by Nikoli).
10
11 Signed-off-by: Ryan Hill <dirtyepic@g.o>
12 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
13
14 Revision Changes Path
15 1.17 x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild?rev=1.17&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild?rev=1.17&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild?r1=1.16&r2=1.17
20
21 Index: wxGTK-2.8.12.1.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild,v
24 retrieving revision 1.16
25 retrieving revision 1.17
26 diff -u -r1.16 -r1.17
27 --- wxGTK-2.8.12.1.ebuild 6 Oct 2013 09:04:16 -0000 1.16
28 +++ wxGTK-2.8.12.1.ebuild 27 Jan 2014 17:35:05 -0000 1.17
29 @@ -1,6 +1,6 @@
30 -# Copyright 1999-2013 Gentoo Foundation
31 +# Copyright 1999-2014 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild,v 1.16 2013/10/06 09:04:16 dirtyepic Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild,v 1.17 2014/01/27 17:35:05 dirtyepic Exp $
35
36 EAPI="4"
37
38 @@ -35,7 +35,6 @@
39 x11-libs/pango[X]
40 gnome? ( gnome-base/libgnomeprintui:2.2 )
41 gstreamer? (
42 - gnome-base/gconf:2
43 media-libs/gstreamer:0.10
44 media-libs/gst-plugins-base:0.10 )
45 opengl? ( virtual/opengl )
46
47
48
49 1.304 x11-libs/wxGTK/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.304&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.304&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/ChangeLog?r1=1.303&r2=1.304
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v
58 retrieving revision 1.303
59 retrieving revision 1.304
60 diff -u -r1.303 -r1.304
61 --- ChangeLog 8 Jan 2014 00:28:11 -0000 1.303
62 +++ ChangeLog 27 Jan 2014 17:35:05 -0000 1.304
63 @@ -1,6 +1,11 @@
64 # ChangeLog for x11-libs/wxGTK
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.303 2014/01/08 00:28:11 dirtyepic Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.304 2014/01/27 17:35:05 dirtyepic Exp $
68 +
69 + 27 Jan 2014; Ryan Hill <dirtyepic@g.o> wxGTK-2.8.12.1.ebuild,
70 + wxGTK-2.8.12.1-r1.ebuild, -wxGTK-2.9.3.1.ebuild, -wxGTK-2.9.3.1-r1.ebuild,
71 + -wxGTK-2.9.4.1.ebuild, wxGTK-2.9.4.1-r1.ebuild, wxGTK-3.0.0.0.ebuild:
72 + Drop unnecessary gconf dep (bug #499416 by Nikoli).
73
74 08 Jan 2014; Ryan Hill <dirtyepic@g.o> wxGTK-3.0.0.0.ebuild:
75 Stop using libgnomeprint (bug #358445) and drop now-unused gnome USE flag.
76
77
78
79 1.2 x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild?rev=1.2&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild?rev=1.2&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild?r1=1.1&r2=1.2
84
85 Index: wxGTK-2.8.12.1-r1.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild,v
88 retrieving revision 1.1
89 retrieving revision 1.2
90 diff -u -r1.1 -r1.2
91 --- wxGTK-2.8.12.1-r1.ebuild 10 Aug 2013 06:07:51 -0000 1.1
92 +++ wxGTK-2.8.12.1-r1.ebuild 27 Jan 2014 17:35:05 -0000 1.2
93 @@ -1,6 +1,6 @@
94 -# Copyright 1999-2013 Gentoo Foundation
95 +# Copyright 1999-2014 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild,v 1.1 2013/08/10 06:07:51 dirtyepic Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild,v 1.2 2014/01/27 17:35:05 dirtyepic Exp $
99
100 EAPI="5"
101
102 @@ -37,7 +37,6 @@
103 x11-libs/pango[X]
104 gnome? ( gnome-base/libgnomeprintui:2.2 )
105 gstreamer? (
106 - gnome-base/gconf:2
107 media-libs/gstreamer:0.10
108 media-libs/gst-plugins-base:0.10 )
109 opengl? ( virtual/opengl )
110
111
112
113 1.3 x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild?rev=1.3&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild?rev=1.3&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild?r1=1.2&r2=1.3
118
119 Index: wxGTK-3.0.0.0.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild,v
122 retrieving revision 1.2
123 retrieving revision 1.3
124 diff -u -r1.2 -r1.3
125 --- wxGTK-3.0.0.0.ebuild 8 Jan 2014 00:28:11 -0000 1.2
126 +++ wxGTK-3.0.0.0.ebuild 27 Jan 2014 17:35:05 -0000 1.3
127 @@ -1,6 +1,6 @@
128 # Copyright 1999-2014 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild,v 1.2 2014/01/08 00:28:11 dirtyepic Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild,v 1.3 2014/01/27 17:35:05 dirtyepic Exp $
132
133 EAPI="5"
134
135 @@ -33,7 +33,6 @@
136 x11-libs/libXxf86vm
137 x11-libs/pango[X]
138 gstreamer? (
139 - gnome-base/gconf:2
140 media-libs/gstreamer:0.10
141 media-libs/gst-plugins-base:0.10 )
142 libnotify? ( x11-libs/libnotify )
143
144
145
146 1.2 x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild
147
148 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild?rev=1.2&view=markup
149 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild?rev=1.2&content-type=text/plain
150 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild?r1=1.1&r2=1.2
151
152 Index: wxGTK-2.9.4.1-r1.ebuild
153 ===================================================================
154 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild,v
155 retrieving revision 1.1
156 retrieving revision 1.2
157 diff -u -r1.1 -r1.2
158 --- wxGTK-2.9.4.1-r1.ebuild 10 Aug 2013 06:07:51 -0000 1.1
159 +++ wxGTK-2.9.4.1-r1.ebuild 27 Jan 2014 17:35:05 -0000 1.2
160 @@ -1,6 +1,6 @@
161 -# Copyright 1999-2013 Gentoo Foundation
162 +# Copyright 1999-2014 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild,v 1.1 2013/08/10 06:07:51 dirtyepic Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild,v 1.2 2014/01/27 17:35:05 dirtyepic Exp $
166
167 EAPI="5"
168
169 @@ -35,7 +35,6 @@
170 x11-libs/pango[X]
171 gnome? ( gnome-base/libgnomeprintui:2.2 )
172 gstreamer? (
173 - gnome-base/gconf:2
174 media-libs/gstreamer:0.10
175 media-libs/gst-plugins-base:0.10 )
176 opengl? ( virtual/opengl )