Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild xbmc-12.1-r1.ebuild xbmc-12.2-r1.ebuild xbmc-13.0_p2.ebuild xbmc-12.3.ebuild xbmc-11.0.ebuild ChangeLog
Date: Sat, 31 May 2014 20:53:41
Message-Id: 20140531205337.146862004E@flycatcher.gentoo.org
1 ssuominen 14/05/31 20:53:37
2
3 Modified: xbmc-9999.ebuild xbmc-12.1-r1.ebuild
4 xbmc-12.2-r1.ebuild xbmc-13.0_p2.ebuild
5 xbmc-12.3.ebuild xbmc-11.0.ebuild ChangeLog
6 Log:
7 Allow falling back to sys-power/upower-pm-utils.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
10
11 Revision Changes Path
12 1.159 media-tv/xbmc/xbmc-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.159&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.159&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.158&r2=1.159
17
18 Index: xbmc-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
21 retrieving revision 1.158
22 retrieving revision 1.159
23 diff -u -r1.158 -r1.159
24 --- xbmc-9999.ebuild 15 May 2014 17:09:53 -0000 1.158
25 +++ xbmc-9999.ebuild 31 May 2014 20:53:36 -0000 1.159
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.158 2014/05/15 17:09:53 ulm Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.159 2014/05/31 20:53:36 ssuominen Exp $
31
32 EAPI="5"
33
34 @@ -133,7 +133,10 @@
35 x11-libs/libXrender
36 )"
37 RDEPEND="${COMMON_DEPEND}
38 - udev? ( sys-fs/udisks:0 sys-power/upower )"
39 + udev? (
40 + sys-fs/udisks:0
41 + || ( sys-power/upower sys-power/upower-pm-utils )
42 + )"
43 DEPEND="${COMMON_DEPEND}
44 app-arch/xz-utils
45 dev-lang/swig
46
47
48
49 1.8 media-tv/xbmc/xbmc-12.1-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild?rev=1.8&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild?rev=1.8&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild?r1=1.7&r2=1.8
54
55 Index: xbmc-12.1-r1.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild,v
58 retrieving revision 1.7
59 retrieving revision 1.8
60 diff -u -r1.7 -r1.8
61 --- xbmc-12.1-r1.ebuild 15 May 2014 17:09:53 -0000 1.7
62 +++ xbmc-12.1-r1.ebuild 31 May 2014 20:53:36 -0000 1.8
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2014 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild,v 1.7 2014/05/15 17:09:53 ulm Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.1-r1.ebuild,v 1.8 2014/05/31 20:53:36 ssuominen Exp $
68
69 EAPI="5"
70
71 @@ -126,7 +126,10 @@
72 x11-libs/libXrender
73 )"
74 RDEPEND="${COMMON_DEPEND}
75 - udev? ( sys-fs/udisks:0 sys-power/upower )"
76 + udev? (
77 + sys-fs/udisks:0
78 + || ( sys-power/upower sys-power/upower-pm-utils )
79 + )"
80 DEPEND="${COMMON_DEPEND}
81 app-arch/xz-utils
82 dev-lang/swig
83
84
85
86 1.10 media-tv/xbmc/xbmc-12.2-r1.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.2-r1.ebuild?rev=1.10&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.2-r1.ebuild?rev=1.10&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.2-r1.ebuild?r1=1.9&r2=1.10
91
92 Index: xbmc-12.2-r1.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.2-r1.ebuild,v
95 retrieving revision 1.9
96 retrieving revision 1.10
97 diff -u -r1.9 -r1.10
98 --- xbmc-12.2-r1.ebuild 15 May 2014 17:09:53 -0000 1.9
99 +++ xbmc-12.2-r1.ebuild 31 May 2014 20:53:36 -0000 1.10
100 @@ -1,6 +1,6 @@
101 # Copyright 1999-2014 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.2-r1.ebuild,v 1.9 2014/05/15 17:09:53 ulm Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.2-r1.ebuild,v 1.10 2014/05/31 20:53:36 ssuominen Exp $
105
106 EAPI="5"
107
108 @@ -126,7 +126,10 @@
109 x11-libs/libXrender
110 )"
111 RDEPEND="${COMMON_DEPEND}
112 - udev? ( sys-fs/udisks:0 sys-power/upower )"
113 + udev? (
114 + sys-fs/udisks:0
115 + || ( sys-power/upower sys-power/upower-pm-utils )
116 + )"
117 DEPEND="${COMMON_DEPEND}
118 app-arch/xz-utils
119 dev-lang/swig
120
121
122
123 1.3 media-tv/xbmc/xbmc-13.0_p2.ebuild
124
125 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild?rev=1.3&view=markup
126 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild?rev=1.3&content-type=text/plain
127 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild?r1=1.2&r2=1.3
128
129 Index: xbmc-13.0_p2.ebuild
130 ===================================================================
131 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild,v
132 retrieving revision 1.2
133 retrieving revision 1.3
134 diff -u -r1.2 -r1.3
135 --- xbmc-13.0_p2.ebuild 15 May 2014 17:09:53 -0000 1.2
136 +++ xbmc-13.0_p2.ebuild 31 May 2014 20:53:36 -0000 1.3
137 @@ -1,6 +1,6 @@
138 # Copyright 1999-2014 Gentoo Foundation
139 # Distributed under the terms of the GNU General Public License v2
140 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild,v 1.2 2014/05/15 17:09:53 ulm Exp $
141 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-13.0_p2.ebuild,v 1.3 2014/05/31 20:53:36 ssuominen Exp $
142
143 EAPI="5"
144
145 @@ -133,7 +133,10 @@
146 x11-libs/libXrender
147 )"
148 RDEPEND="${COMMON_DEPEND}
149 - udev? ( sys-fs/udisks:0 sys-power/upower )"
150 + udev? (
151 + sys-fs/udisks:0
152 + || ( sys-power/upower sys-power/upower-pm-utils )
153 + )"
154 DEPEND="${COMMON_DEPEND}
155 app-arch/xz-utils
156 dev-lang/swig
157
158
159
160 1.4 media-tv/xbmc/xbmc-12.3.ebuild
161
162 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild?rev=1.4&view=markup
163 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild?rev=1.4&content-type=text/plain
164 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild?r1=1.3&r2=1.4
165
166 Index: xbmc-12.3.ebuild
167 ===================================================================
168 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild,v
169 retrieving revision 1.3
170 retrieving revision 1.4
171 diff -u -r1.3 -r1.4
172 --- xbmc-12.3.ebuild 15 May 2014 17:09:53 -0000 1.3
173 +++ xbmc-12.3.ebuild 31 May 2014 20:53:36 -0000 1.4
174 @@ -1,6 +1,6 @@
175 # Copyright 1999-2014 Gentoo Foundation
176 # Distributed under the terms of the GNU General Public License v2
177 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild,v 1.3 2014/05/15 17:09:53 ulm Exp $
178 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.3.ebuild,v 1.4 2014/05/31 20:53:36 ssuominen Exp $
179
180 EAPI="5"
181
182 @@ -127,7 +127,10 @@
183 x11-libs/libXrender
184 )"
185 RDEPEND="${COMMON_DEPEND}
186 - udev? ( sys-fs/udisks:0 sys-power/upower )"
187 + udev? (
188 + sys-fs/udisks:0
189 + || ( sys-power/upower sys-power/upower-pm-utils )
190 + )"
191 DEPEND="${COMMON_DEPEND}
192 app-arch/xz-utils
193 dev-lang/swig
194
195
196
197 1.23 media-tv/xbmc/xbmc-11.0.ebuild
198
199 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild?rev=1.23&view=markup
200 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild?rev=1.23&content-type=text/plain
201 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild?r1=1.22&r2=1.23
202
203 Index: xbmc-11.0.ebuild
204 ===================================================================
205 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild,v
206 retrieving revision 1.22
207 retrieving revision 1.23
208 diff -u -r1.22 -r1.23
209 --- xbmc-11.0.ebuild 15 May 2014 17:09:53 -0000 1.22
210 +++ xbmc-11.0.ebuild 31 May 2014 20:53:36 -0000 1.23
211 @@ -1,6 +1,6 @@
212 # Copyright 1999-2014 Gentoo Foundation
213 # Distributed under the terms of the GNU General Public License v2
214 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild,v 1.22 2014/05/15 17:09:53 ulm Exp $
215 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild,v 1.23 2014/05/31 20:53:36 ssuominen Exp $
216
217 EAPI="4"
218
219 @@ -96,7 +96,10 @@
220 xrandr? ( x11-libs/libXrandr )
221 x11-libs/libXrender"
222 RDEPEND="${COMMON_DEPEND}
223 - udev? ( sys-fs/udisks:0 sys-power/upower )"
224 + udev? (
225 + sys-fs/udisks:0
226 + || ( sys-power/upower sys-power/upower-pm-utils )
227 + )"
228 DEPEND="${COMMON_DEPEND}
229 dev-util/gperf
230 x11-proto/xineramaproto
231
232
233
234 1.207 media-tv/xbmc/ChangeLog
235
236 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.207&view=markup
237 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.207&content-type=text/plain
238 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?r1=1.206&r2=1.207
239
240 Index: ChangeLog
241 ===================================================================
242 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v
243 retrieving revision 1.206
244 retrieving revision 1.207
245 diff -u -r1.206 -r1.207
246 --- ChangeLog 15 May 2014 17:09:53 -0000 1.206
247 +++ ChangeLog 31 May 2014 20:53:36 -0000 1.207
248 @@ -1,6 +1,11 @@
249 # ChangeLog for media-tv/xbmc
250 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
251 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.206 2014/05/15 17:09:53 ulm Exp $
252 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.207 2014/05/31 20:53:36 ssuominen Exp $
253 +
254 + 31 May 2014; Samuli Suominen <ssuominen@g.o> xbmc-11.0.ebuild,
255 + xbmc-12.1-r1.ebuild, xbmc-12.2-r1.ebuild, xbmc-12.3.ebuild,
256 + xbmc-13.0_p2.ebuild, xbmc-9999.ebuild:
257 + Allow falling back to sys-power/upower-pm-utils.
258
259 15 May 2014; Ulrich Müller <ulm@g.o> xbmc-11.0.ebuild,
260 xbmc-12.1-r1.ebuild, xbmc-12.2-r1.ebuild, xbmc-12.3.ebuild,