Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: sci-libs/libh2oxx/, dev-cpp/pimplxx/, x11-misc/tinynotify-send/, ...
Date: Thu, 30 Aug 2012 09:55:35
Message-Id: 1346315795.c683d043ba2e1798869c0e9cd69b10416faca0ad.mgorny@gentoo
1 commit: c683d043ba2e1798869c0e9cd69b10416faca0ad
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 08:36:35 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 08:36:35 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=c683d043
7
8 Unify bitbucket git repo URIs.
9
10 ---
11 app-admin/eclean-kernel/eclean-kernel-9999.ebuild | 2 +-
12 app-portage/gentoopm/gentoopm-9999.ebuild | 1 -
13 app-portage/repo-commit/repo-commit-9999.ebuild | 2 +-
14 .../smart-live-rebuild-9999.ebuild | 2 +-
15 dev-cpp/pimplxx/pimplxx-9999.ebuild | 2 +-
16 dev-dotnet/pe-format/pe-format-2.9999.ebuild | 3 +--
17 dev-python/pymountboot/pymountboot-9999.ebuild | 2 +-
18 sci-libs/libh2o/libh2o-9999.ebuild | 2 +-
19 sci-libs/libh2oboost/libh2oboost-9999.ebuild | 2 +-
20 sci-libs/libh2oxx/libh2oxx-9999.ebuild | 2 +-
21 sci-libs/pyh2o/pyh2o-9999.ebuild | 2 +-
22 sci-physics/h2o-gtk/h2o-gtk-9999.ebuild | 2 +-
23 sys-devel/systemd-sdk/systemd-sdk-9999.ebuild | 3 +--
24 www-servers/pshs/pshs-9999.ebuild | 2 +-
25 .../libtinynotify-cli-9999.ebuild | 2 +-
26 .../libtinynotify-systemwide-9999.ebuild | 2 +-
27 x11-libs/libtinynotify/libtinynotify-9999.ebuild | 2 +-
28 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild | 2 +-
29 .../tinynotify-send/tinynotify-send-9999.ebuild | 2 +-
30 19 files changed, 18 insertions(+), 21 deletions(-)
31
32 diff --git a/app-admin/eclean-kernel/eclean-kernel-9999.ebuild b/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
33 index 4da3b3b..d9fa7f3 100644
34 --- a/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
35 +++ b/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
36 @@ -8,7 +8,7 @@ PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
37 inherit base python-distutils-ng
38
39 #if LIVE
40 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
41 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
42 inherit git-2
43 #endif
44
45
46 diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
47 index f5f9f6b..bea5c85 100644
48 --- a/app-portage/gentoopm/gentoopm-9999.ebuild
49 +++ b/app-portage/gentoopm/gentoopm-9999.ebuild
50 @@ -10,7 +10,6 @@ inherit base python-distutils-ng
51 #if LIVE
52 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/${PN}.git
53 http://git.overlays.gentoo.org/gitroot/proj/${PN}.git
54 - git://bitbucket.org/mgorny/${PN}.git
55 http://bitbucket.org/mgorny/${PN}.git"
56 inherit git-2
57 #endif
58
59 diff --git a/app-portage/repo-commit/repo-commit-9999.ebuild b/app-portage/repo-commit/repo-commit-9999.ebuild
60 index 7ed2381..eac4445 100644
61 --- a/app-portage/repo-commit/repo-commit-9999.ebuild
62 +++ b/app-portage/repo-commit/repo-commit-9999.ebuild
63 @@ -6,7 +6,7 @@ EAPI=4
64
65 #if LIVE
66 AUTOTOOLS_AUTORECONF=yes
67 -EGIT_REPO_URI="https://bitbucket.org/gentoo/${PN}.git"
68 +EGIT_REPO_URI="http://bitbucket.org/gentoo/${PN}.git"
69
70 inherit git-2
71 #endif
72
73 diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
74 index 3851d27..d5c71fd 100644
75 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
76 +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
77 @@ -9,7 +9,7 @@ PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
78 inherit base python-distutils-ng
79
80 #if LIVE
81 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
82 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
83 inherit git-2
84 #endif
85
86
87 diff --git a/dev-cpp/pimplxx/pimplxx-9999.ebuild b/dev-cpp/pimplxx/pimplxx-9999.ebuild
88 index 342382c..1732156 100644
89 --- a/dev-cpp/pimplxx/pimplxx-9999.ebuild
90 +++ b/dev-cpp/pimplxx/pimplxx-9999.ebuild
91 @@ -6,7 +6,7 @@ EAPI=4
92
93 #if LIVE
94 AUTOTOOLS_AUTORECONF=yes
95 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
96 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
97
98 inherit git-2
99 #endif
100
101 diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
102 index dfc5be1..4de6d03 100644
103 --- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild
104 +++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
105 @@ -6,8 +6,7 @@ EAPI=4
106
107 #if LIVE
108 AUTOTOOLS_AUTORECONF=yes
109 -EGIT_REPO_URI="git://bitbucket.org/mgorny/${PN}2.git
110 - http://bitbucket.org/mgorny/${PN}2.git"
111 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}2.git"
112
113 inherit git-2
114 #endif
115
116 diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild
117 index 5670f3d..861cc5c 100644
118 --- a/dev-python/pymountboot/pymountboot-9999.ebuild
119 +++ b/dev-python/pymountboot/pymountboot-9999.ebuild
120 @@ -8,7 +8,7 @@ PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
121 inherit base python-distutils-ng
122
123 #if LIVE
124 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
125 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
126 inherit git-2
127 #endif
128
129
130 diff --git a/sci-libs/libh2o/libh2o-9999.ebuild b/sci-libs/libh2o/libh2o-9999.ebuild
131 index 403b27e..453b4ca 100644
132 --- a/sci-libs/libh2o/libh2o-9999.ebuild
133 +++ b/sci-libs/libh2o/libh2o-9999.ebuild
134 @@ -6,7 +6,7 @@ EAPI=4
135
136 #if LIVE
137 AUTOTOOLS_AUTORECONF=yes
138 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
139 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
140
141 inherit git-2
142 #endif
143
144 diff --git a/sci-libs/libh2oboost/libh2oboost-9999.ebuild b/sci-libs/libh2oboost/libh2oboost-9999.ebuild
145 index 2d7ff4f..36c87a7 100644
146 --- a/sci-libs/libh2oboost/libh2oboost-9999.ebuild
147 +++ b/sci-libs/libh2oboost/libh2oboost-9999.ebuild
148 @@ -6,7 +6,7 @@ EAPI=4
149
150 #if LIVE
151 AUTOTOOLS_AUTORECONF=yes
152 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
153 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
154
155 inherit git-2
156 #endif
157
158 diff --git a/sci-libs/libh2oxx/libh2oxx-9999.ebuild b/sci-libs/libh2oxx/libh2oxx-9999.ebuild
159 index ac4c810..d9d294b 100644
160 --- a/sci-libs/libh2oxx/libh2oxx-9999.ebuild
161 +++ b/sci-libs/libh2oxx/libh2oxx-9999.ebuild
162 @@ -6,7 +6,7 @@ EAPI=4
163
164 #if LIVE
165 AUTOTOOLS_AUTORECONF=yes
166 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
167 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
168
169 inherit git-2
170 #endif
171
172 diff --git a/sci-libs/pyh2o/pyh2o-9999.ebuild b/sci-libs/pyh2o/pyh2o-9999.ebuild
173 index 41b2e3b..0489b13 100644
174 --- a/sci-libs/pyh2o/pyh2o-9999.ebuild
175 +++ b/sci-libs/pyh2o/pyh2o-9999.ebuild
176 @@ -9,7 +9,7 @@ inherit base python-distutils-ng
177
178 #if LIVE
179 AUTOTOOLS_AUTORECONF=yes
180 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
181 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
182
183 inherit git-2
184 #endif
185
186 diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
187 index 3e95a46..53ffe9a 100644
188 --- a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
189 +++ b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
190 @@ -6,7 +6,7 @@ EAPI=4
191
192 #if LIVE
193 AUTOTOOLS_AUTORECONF=yes
194 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
195 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
196
197 inherit git-2
198 #endif
199
200 diff --git a/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild b/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild
201 index 36290a8..f6ed3a2 100644
202 --- a/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild
203 +++ b/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild
204 @@ -6,8 +6,7 @@ EAPI=4
205
206 #if LIVE
207 AUTOTOOLS_AUTORECONF=yes
208 -EGIT_REPO_URI="git://bitbucket.org/mgorny/${PN}.git
209 - http://bitbucket.org/mgorny/${PN}.git"
210 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
211
212 inherit git-2
213 #endif
214
215 diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild
216 index fe4823e..ffddf75 100644
217 --- a/www-servers/pshs/pshs-9999.ebuild
218 +++ b/www-servers/pshs/pshs-9999.ebuild
219 @@ -6,7 +6,7 @@ EAPI=4
220
221 #if LIVE
222 AUTOTOOLS_AUTORECONF=yes
223 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
224 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
225
226 inherit git-2
227 #endif
228
229 diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
230 index 253f73c..fd73d6c 100644
231 --- a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
232 +++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
233 @@ -6,7 +6,7 @@ EAPI=4
234
235 #if LIVE
236 AUTOTOOLS_AUTORECONF=yes
237 -EGIT_REPO_URI="https://bitbucket.org/mgorny/tinynotify-send.git"
238 +EGIT_REPO_URI="http://bitbucket.org/mgorny/tinynotify-send.git"
239
240 inherit git-2
241 #endif
242
243 diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild
244 index 98abaf3..92bd28d 100644
245 --- a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild
246 +++ b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild
247 @@ -6,7 +6,7 @@ EAPI=4
248
249 #if LIVE
250 AUTOTOOLS_AUTORECONF=yes
251 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
252 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
253
254 inherit git-2
255 #endif
256
257 diff --git a/x11-libs/libtinynotify/libtinynotify-9999.ebuild b/x11-libs/libtinynotify/libtinynotify-9999.ebuild
258 index eac617c..cd999ab 100644
259 --- a/x11-libs/libtinynotify/libtinynotify-9999.ebuild
260 +++ b/x11-libs/libtinynotify/libtinynotify-9999.ebuild
261 @@ -6,7 +6,7 @@ EAPI=4
262
263 #if LIVE
264 AUTOTOOLS_AUTORECONF=yes
265 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
266 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
267
268 inherit git-2
269 #endif
270
271 diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
272 index c176c36..e27bd04 100644
273 --- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
274 +++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
275 @@ -6,7 +6,7 @@ EAPI=4
276
277 #if LIVE
278 AUTOTOOLS_AUTORECONF=yes
279 -EGIT_REPO_URI="https://bitbucket.org/mgorny/tinynotify-send.git"
280 +EGIT_REPO_URI="http://bitbucket.org/mgorny/tinynotify-send.git"
281
282 inherit git-2
283 #endif
284
285 diff --git a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
286 index bd6fa05..b03c9d3 100644
287 --- a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
288 +++ b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
289 @@ -6,7 +6,7 @@ EAPI=4
290
291 #if LIVE
292 AUTOTOOLS_AUTORECONF=yes
293 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
294 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
295
296 inherit git-2
297 #endif