Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/vala/files/
Date: Mon, 01 Feb 2016 21:05:59
Message-Id: 1454360749.9eebd98e962c66143b372f8c3156b372be37408b.pacho@gentoo
1 commit: 9eebd98e962c66143b372f8c3156b372be37408b
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 21:05:49 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 21:05:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eebd98e
7
8 dev-lang/vala: Drop old
9
10 Package-Manager: portage-2.2.27
11
12 dev-lang/vala/files/vala-0.24.0-atk-metadata.patch | 248 ---------------------
13 1 file changed, 248 deletions(-)
14
15 diff --git a/dev-lang/vala/files/vala-0.24.0-atk-metadata.patch b/dev-lang/vala/files/vala-0.24.0-atk-metadata.patch
16 deleted file mode 100644
17 index 1863e8e..0000000
18 --- a/dev-lang/vala/files/vala-0.24.0-atk-metadata.patch
19 +++ /dev/null
20 @@ -1,248 +0,0 @@
21 -From: Luca Bruno <lucabru@×××××××××.org>
22 -Date: Sun, 30 Mar 2014 13:47:08 +0200
23 -Subject: atk: Update and fix metadata
24 -
25 -Fixes bug 727029
26 -
27 -Conflicts:
28 - vapi/metadata/Atk-1.0-custom.vala
29 - vapi/metadata/Atk-1.0.metadata
30 ----
31 - vapi/atk.vapi | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
32 - 1 file changed, 81 insertions(+), 4 deletions(-)
33 -
34 -diff --git a/vapi/atk.vapi b/vapi/atk.vapi
35 -index 55db067..cc17cfb 100644
36 ---- a/vapi/atk.vapi
37 -+++ b/vapi/atk.vapi
38 -@@ -41,12 +41,15 @@ namespace Atk {
39 - public class Misc : GLib.Object {
40 - [CCode (has_construct_function = false)]
41 - protected Misc ();
42 -+ [Deprecated]
43 - public static unowned Atk.Misc get_instance ();
44 -+ [Deprecated]
45 - public virtual void threads_enter ();
46 -+ [Deprecated]
47 - public virtual void threads_leave ();
48 - }
49 - [CCode (cheader_filename = "atk/atk.h", type_id = "atk_no_op_object_get_type ()")]
50 -- public class NoOpObject : Atk.Object, Atk.Action, Atk.Component, Atk.Document, Atk.EditableText, Atk.Hypertext, Atk.Image, Atk.Selection, Atk.Table, Atk.Text, Atk.Value, Atk.Window {
51 -+ public class NoOpObject : Atk.Object, Atk.Action, Atk.Component, Atk.Document, Atk.EditableText, Atk.Hypertext, Atk.Image, Atk.Selection, Atk.Table, Atk.TableCell, Atk.Text, Atk.Value, Atk.Window {
52 - [CCode (has_construct_function = false, type = "AtkObject*")]
53 - public NoOpObject (GLib.Object obj);
54 - }
55 -@@ -65,6 +68,7 @@ namespace Atk {
56 - [CCode (has_construct_function = false)]
57 - protected Object ();
58 - public bool add_relationship (Atk.RelationType relationship, Atk.Object target);
59 -+ [Deprecated]
60 - public virtual uint connect_property_change_handler (Atk.PropertyChangeHandler handler);
61 - public virtual Atk.AttributeSet get_attributes ();
62 - public virtual unowned string get_description ();
63 -@@ -82,9 +86,11 @@ namespace Atk {
64 - public virtual Atk.Role get_role ();
65 - public virtual void initialize (void* data);
66 - public void notify_state_change (Atk.State state, bool value);
67 -+ public unowned Atk.Object peek_parent ();
68 - public Atk.Object ref_accessible_child (int i);
69 - public virtual Atk.RelationSet ref_relation_set ();
70 - public virtual Atk.StateSet ref_state_set ();
71 -+ [Deprecated]
72 - public virtual void remove_property_change_handler (uint handler_id);
73 - public bool remove_relationship (Atk.RelationType relationship, Atk.Object target);
74 - public virtual void set_description (string description);
75 -@@ -105,27 +111,33 @@ namespace Atk {
76 - public Atk.Object accessible_parent { owned get; set; }
77 - [NoAccessorMethod]
78 - public int accessible_role { get; set; }
79 -+ [Deprecated]
80 - [NoAccessorMethod]
81 - public string accessible_table_caption { owned get; set; }
82 - [NoAccessorMethod]
83 - public Atk.Object accessible_table_caption_object { owned get; set; }
84 -+ [Deprecated]
85 - [NoAccessorMethod]
86 - public string accessible_table_column_description { owned get; set; }
87 -+ [Deprecated]
88 - [NoAccessorMethod]
89 - public Atk.Object accessible_table_column_header { owned get; set; }
90 -+ [Deprecated]
91 - [NoAccessorMethod]
92 - public string accessible_table_row_description { owned get; set; }
93 -+ [Deprecated]
94 - [NoAccessorMethod]
95 - public Atk.Object accessible_table_row_header { owned get; set; }
96 - [NoAccessorMethod]
97 - public Atk.Object accessible_table_summary { owned get; set; }
98 -+ [Deprecated]
99 - [NoAccessorMethod]
100 - public double accessible_value { get; set; }
101 - public virtual signal void active_descendant_changed (void* child);
102 - public virtual signal void children_changed (uint change_index, void* changed_child);
103 - [Deprecated]
104 - public virtual signal void focus_event (bool focus_in);
105 -- public signal void property_change (void* arg1);
106 -+ public virtual signal void property_change (void* values);
107 - public virtual signal void state_change (string name, bool state_set);
108 - public virtual signal void visible_data_changed ();
109 - }
110 -@@ -145,6 +157,17 @@ namespace Atk {
111 - [NoWrapper]
112 - public virtual string get_object_id ();
113 - }
114 -+ [CCode (cheader_filename = "atk/atk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "atk_range_get_type ()")]
115 -+ [Compact]
116 -+ public class Range {
117 -+ [CCode (has_construct_function = false)]
118 -+ public Range (double lower_limit, double upper_limit, string description);
119 -+ public Atk.Range copy ();
120 -+ public void free ();
121 -+ public unowned string get_description ();
122 -+ public double get_lower_limit ();
123 -+ public double get_upper_limit ();
124 -+ }
125 - [CCode (cheader_filename = "atk/atk.h")]
126 - public class Registry : GLib.Object {
127 - [Deprecated]
128 -@@ -280,7 +303,9 @@ namespace Atk {
129 - public abstract void get_extents (int x, int y, int width, int height, Atk.CoordType coord_type);
130 - public abstract Atk.Layer get_layer ();
131 - public abstract int get_mdi_zorder ();
132 -+ [Deprecated]
133 - public abstract void get_position (int x, int y, Atk.CoordType coord_type);
134 -+ [Deprecated]
135 - public abstract void get_size (int width, int height);
136 - public abstract bool grab_focus ();
137 - public abstract Atk.Object ref_accessible_at_point (int x, int y, Atk.CoordType coord_type);
138 -@@ -371,13 +396,16 @@ namespace Atk {
139 - public abstract bool add_column_selection (int column);
140 - public abstract bool add_row_selection (int row);
141 - public abstract unowned Atk.Object get_caption ();
142 -+ [Deprecated]
143 - public abstract int get_column_at_index (int index_);
144 - public abstract unowned string get_column_description (int column);
145 - public abstract int get_column_extent_at (int row, int column);
146 - public abstract unowned Atk.Object get_column_header (int column);
147 -+ [Deprecated]
148 - public abstract int get_index_at (int row, int column);
149 - public abstract int get_n_columns ();
150 - public abstract int get_n_rows ();
151 -+ [Deprecated]
152 - public abstract int get_row_at_index (int index_);
153 - public abstract unowned string get_row_description (int row);
154 - public abstract int get_row_extent_at (int row, int column);
155 -@@ -405,6 +433,16 @@ namespace Atk {
156 - public virtual signal void row_inserted (int row, int num_inserted);
157 - public virtual signal void row_reordered ();
158 - }
159 -+ [CCode (cheader_filename = "atk/atk.h", type_id = "atk_table_cell_get_type ()")]
160 -+ public interface TableCell : Atk.Object {
161 -+ public abstract GLib.GenericArray<Atk.Object> get_column_header_cells ();
162 -+ public abstract int get_column_span ();
163 -+ public abstract bool get_position (out int row, out int column);
164 -+ public abstract bool get_row_column_span (out int row, out int column, out int row_span, out int column_span);
165 -+ public abstract GLib.GenericArray<Atk.Object> get_row_header_cells ();
166 -+ public abstract int get_row_span ();
167 -+ public abstract Atk.Object get_table ();
168 -+ }
169 - [CCode (cheader_filename = "atk/atk.h")]
170 - public interface Text : GLib.Object {
171 - public abstract bool add_selection (int start_offset, int end_offset);
172 -@@ -418,6 +456,7 @@ namespace Atk {
173 - public static Atk.TextAttribute attribute_register (string name);
174 - public static void free_ranges ([CCode (array_length = false)] Atk.TextRange[] ranges);
175 - [CCode (array_length = false, array_null_terminated = true)]
176 -+ [NoWrapper]
177 - public virtual Atk.TextRange[] get_bounded_ranges (Atk.TextRectangle rect, Atk.CoordType coord_type, Atk.TextClipType x_clip_type, Atk.TextClipType y_clip_type);
178 - public abstract int get_caret_offset ();
179 - public abstract unichar get_character_at_offset (int offset);
180 -@@ -450,11 +489,22 @@ namespace Atk {
181 - }
182 - [CCode (cheader_filename = "atk/atk.h", type_id = "atk_value_get_type ()")]
183 - public interface Value : GLib.Object {
184 -+ [Deprecated]
185 - public abstract void get_current_value (GLib.Value value);
186 -+ public abstract double get_increment ();
187 -+ [Deprecated]
188 - public abstract void get_maximum_value (GLib.Value value);
189 -+ [Deprecated]
190 - public abstract void get_minimum_increment (GLib.Value value);
191 -+ [Deprecated]
192 - public abstract void get_minimum_value (GLib.Value value);
193 -+ public abstract Atk.Range get_range ();
194 -+ public abstract GLib.SList<Atk.Range> get_sub_ranges ();
195 -+ public abstract void get_value_and_text (out double value, out string text);
196 -+ [Deprecated]
197 - public abstract bool set_current_value (GLib.Value value);
198 -+ public abstract void set_value (double new_value);
199 -+ public signal void value_changed (double value, string text);
200 - }
201 - [CCode (cheader_filename = "atk/atk.h", type_id = "atk_window_get_type ()")]
202 - public interface Window : Atk.Object {
203 -@@ -484,8 +534,7 @@ namespace Atk {
204 - public uint16 keycode;
205 - public uint32 timestamp;
206 - }
207 -- [CCode (cheader_filename = "atk/atk.h", cname = "_AtkPropertyValues", has_type_id = false)]
208 -- [GIR (name = "_PropertyValues")]
209 -+ [CCode (cheader_filename = "atk/atk.h", has_type_id = false)]
210 - public struct PropertyValues {
211 - public weak string property_name;
212 - public GLib.Value old_value;
213 -@@ -688,6 +737,9 @@ namespace Atk {
214 - MATH,
215 - RATING,
216 - TIMER,
217 -+ DESCRIPTION_LIST,
218 -+ DESCRIPTION_TERM,
219 -+ DESCRIPTION_VALUE,
220 - LAST_DEFINED;
221 - [CCode (cheader_filename = "atk/atk.h")]
222 - public static Atk.Role for_name (string name);
223 -@@ -696,6 +748,7 @@ namespace Atk {
224 - [CCode (cheader_filename = "atk/atk.h")]
225 - public static unowned string get_name (Atk.Role role);
226 - [CCode (cheader_filename = "atk/atk.h")]
227 -+ [Deprecated]
228 - public static Atk.Role register (string name);
229 - }
230 - [CCode (cheader_filename = "atk/atk.h", cprefix = "ATK_STATE_", type_id = "atk_state_type_get_type ()")]
231 -@@ -814,6 +867,29 @@ namespace Atk {
232 - LINE,
233 - PARAGRAPH
234 - }
235 -+ [CCode (cheader_filename = "atk/atk.h", cprefix = "ATK_VALUE_", type_id = "atk_value_type_get_type ()")]
236 -+ public enum ValueType {
237 -+ VERY_WEAK,
238 -+ WEAK,
239 -+ ACCEPTABLE,
240 -+ STRONG,
241 -+ VERY_STRONG,
242 -+ VERY_LOW,
243 -+ LOW,
244 -+ MEDIUM,
245 -+ HIGH,
246 -+ VERY_HIGH,
247 -+ VERY_BAD,
248 -+ BAD,
249 -+ GOOD,
250 -+ VERY_GOOD,
251 -+ BEST,
252 -+ LAST_DEFINED;
253 -+ [CCode (cheader_filename = "atk/atk.h")]
254 -+ public static unowned string get_localized_name (Atk.ValueType value_type);
255 -+ [CCode (cheader_filename = "atk/atk.h")]
256 -+ public static unowned string get_name (Atk.ValueType value_type);
257 -+ }
258 - [CCode (cheader_filename = "atk/atk.h", has_target = false)]
259 - public delegate void EventListener (Atk.Object obj);
260 - [CCode (cheader_filename = "atk/atk.h", has_target = false)]
261 -@@ -826,6 +902,7 @@ namespace Atk {
262 - [CCode (cheader_filename = "atk/atk.h", instance_pos = 1.9)]
263 - public delegate int KeySnoopFunc (Atk.KeyEventStruct event);
264 - [CCode (cheader_filename = "atk/atk.h", has_target = false)]
265 -+ [Deprecated]
266 - public delegate void PropertyChangeHandler (Atk.Object obj, Atk.PropertyValues vals);
267 - [CCode (cheader_filename = "atk/atk.h", cname = "GSignalEmissionHook", has_target = false)]
268 - public delegate bool SignalEmissionHook (GLib.SignalInvocationHint ihint, [CCode (array_length_pos = 1.9)] Atk.Value[] param_values, void* data);