Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/bzr-gtk/files/, dev-vcs/bzr-gtk/
Date: Fri, 26 Jan 2018 23:40:05
Message-Id: 1517009879.7dd6885bc65014cf77c714c8f2d78ccf16eabd21.zlogene@gentoo
1 commit: 7dd6885bc65014cf77c714c8f2d78ccf16eabd21
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 26 23:37:59 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 26 23:37:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd6885b
7
8 dev-vcs/bzr-gtk: remove last rited package
9
10 Closes: https://bugs.gentoo.org/604014
11 Closes: https://bugs.gentoo.org/447466
12
13 dev-vcs/bzr-gtk/Manifest | 1 -
14 dev-vcs/bzr-gtk/bzr-gtk-0.104.0-r1.ebuild | 61 ----------
15 dev-vcs/bzr-gtk/files/credits.pickle | 193 ------------------------------
16 dev-vcs/bzr-gtk/metadata.xml | 18 ---
17 4 files changed, 273 deletions(-)
18
19 diff --git a/dev-vcs/bzr-gtk/Manifest b/dev-vcs/bzr-gtk/Manifest
20 deleted file mode 100644
21 index 878d40669c0..00000000000
22 --- a/dev-vcs/bzr-gtk/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST bzr-gtk-0.104.0.tar.gz 218863 BLAKE2B 3e58368e2a97f0cf7b83f6175ac8d9ddfd733d66852f9ca5f7b62d0c492ec22fb12401cfa0f5afa436e81028b93727d8d49b9f83f58913381f4ebd2464d5e707 SHA512 d39a1303570dd7504cad9211f3b1c86d3e6f022535c262b7b5f7b19899b362ff7b01d9f19e557cb4391d7ccf1470635ebc5d5380d2d5216b6610c4e8e1b7b6a3
26
27 diff --git a/dev-vcs/bzr-gtk/bzr-gtk-0.104.0-r1.ebuild b/dev-vcs/bzr-gtk/bzr-gtk-0.104.0-r1.ebuild
28 deleted file mode 100644
29 index be54ead8650..00000000000
30 --- a/dev-vcs/bzr-gtk/bzr-gtk-0.104.0-r1.ebuild
31 +++ /dev/null
32 @@ -1,61 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -DISTUTILS_SINGLE_IMPL=1
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -inherit distutils-r1
42 -
43 -MY_P="/${P/_rc/rc}"
44 -
45 -DESCRIPTION="A GTK+ interfaces to most Bazaar operations"
46 -HOMEPAGE="http://bazaar-vcs.org/bzr-gtk"
47 -SRC_URI="https://launchpad.net/${PN}/gtk3/${PV}/+download/${P}.tar.gz"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -KEYWORDS="amd64 x86"
52 -IUSE="gnome-keyring gpg nautilus"
53 -
54 -DEPEND=">=dev-vcs/bzr-1.6_rc1[${PYTHON_USEDEP}]
55 - dev-python/pygobject[${PYTHON_USEDEP}]
56 - dev-python/notify-python[${PYTHON_USEDEP}]
57 - >=dev-python/pycairo-1.0[${PYTHON_USEDEP}]
58 - nautilus? (
59 - >=dev-python/nautilus-python-1.0[${PYTHON_USEDEP}]
60 - virtual/pkgconfig
61 - )"
62 -RDEPEND="${DEPEND}
63 - nautilus? ( >=dev-python/nautilus-python-1.0[${PYTHON_USEDEP}] )
64 - dev-python/notify-python[${PYTHON_USEDEP}]
65 - gnome-keyring? ( dev-python/gnome-keyring-python[${PYTHON_USEDEP}] )
66 - gpg? ( app-crypt/seahorse )"
67 -
68 -S="${WORKDIR}/${MY_P}"
69 -
70 -#TODO: src_test
71 -
72 -python_prepare_all() {
73 - cp "${FILESDIR}"/credits.pickle "${S}"/credits.pickle || die
74 -
75 - distutils-r1_python_prepare_all
76 -}
77 -
78 -python_install() {
79 - distutils-r1_python_install
80 -
81 - if ! use nautilus; then
82 - # automagic dep
83 - rm -rf "${D%/}"/usr/$(get_libdir)/nautilus/ || die
84 - rm -rf "${D%/}"$(python_get_sitedir)/bzrlib/plugins/gtk/nautilus-bzr.py* || die
85 - fi
86 -}
87 -
88 -python_install_all() {
89 - distutils-r1_python_install_all
90 -
91 - insinto /etc/xdg/autostart
92 - doins bzr-notify.desktop
93 -}
94
95 diff --git a/dev-vcs/bzr-gtk/files/credits.pickle b/dev-vcs/bzr-gtk/files/credits.pickle
96 deleted file mode 100644
97 index fc0e9deceae..00000000000
98 --- a/dev-vcs/bzr-gtk/files/credits.pickle
99 +++ /dev/null
100 @@ -1,193 +0,0 @@
101 -((lp0
102 -VJelmer Vernooij <jelmer@×××××.org>
103 -p1
104 -aVDaniel Schierbeck <daniel.schierbeck@×××××.com>
105 -p2
106 -aVSzilveszter Farkas (Phanatic) <Szilveszter.Farkas@×××××.com>
107 -p3
108 -aVGary van der Merwe <garyvdm@×××××.com>
109 -p4
110 -aVJasper Groenewegen <colbrac@××××××.nl>
111 -p5
112 -aVVincent Ladeuil <v.ladeuil+lp@××××.fr>
113 -p6
114 -aVJohn Arbash Meinel <john@×××××××××××××.com>
115 -p7
116 -aVAaron Bentley <abentley@×××××××××××××××××.com>
117 -p8
118 -aVAaron Bentley <aaron@××××××××××××.com>
119 -p9
120 -aVAlexander Belchenko <bialix@×××.net>
121 -p10
122 -aVDavid Allouche <david.allouche@×××××××××.com>
123 -p11
124 -aVDan Loda <danloda@×××××.com>
125 -p12
126 -aVAaron Bentley <aaron.bentley@××××××××.ca>
127 -p13
128 -aVScott James Remnant <scott@××××××××.com>
129 -p14
130 -aVScott Scriven <ubuntu@×××××××××.net>
131 -p15
132 -aVMateusz Korniak <matkor@laptop-hp>
133 -p16
134 -aVRobert Collins <robertc@×××××××××××××.net>
135 -p17
136 -aVSzilveszter Farkas (Phanatic) <szilveszter.farkas@×××××.com>
137 -p18
138 -aVMartin Albisetti <argentina@×××××.com>
139 -p19
140 -aVSabin Iacob (m0n5t3r) <iacobs@×××××××.info>
141 -p20
142 -aVJavier Derderian <javierder@×××××.com>
143 -p21
144 -aVjbailey@××××××.com
145 -p22
146 -aVGary van der Merwe <garyvdm@garyvdm-desktop>
147 -p23
148 -aVRichard Ferguson <ubuntu@×××××××××.com>
149 -p24
150 -aVMartin Pool <mbp@×××××××××.com>
151 -p25
152 -aVElliot Murphy <elliot@××××××××××××.com>
153 -p26
154 -aVAdeodato Simó <dato@×××××××××××.es>
155 -p27
156 -aVv.ladeuil+lp@××××.fr
157 -p28
158 -aVSzilveszter Farkas <szilveszter.farkas@×××××.com>
159 -p29
160 -aVWouter van Heyst <larstiq@××××××××××××××.org>
161 -p30
162 -aVTorsten Landschoff <torsten@××××××.org>
163 -p31
164 -aVJamie Wilkinson <jaq@××××××××××.org>
165 -p32
166 -aVGediminas Paulauskas <menesis@×××.lt>
167 -p33
168 -aVAli Sabil <ali.sabil@×××××.com>
169 -p34
170 -aVAdrian Wilkins <adrian.wilkins@×××××.com>
171 -p35
172 -aVMichael Ellerman <michael@×××××××××××.au>
173 -p36
174 -aVMateusz Korniak (matkor@laptop-hp)
175 -p37
176 -aVJelmer Vernooij <Jelmer Vernooij@LENOVO-C29B82CD>
177 -p38
178 -aVFarkas Szilveszter <szilveszter@szilveszter-desktop>
179 -p39
180 -aVDaniel Schömer <daniel.schoemer@×××.net>
181 -p40
182 -aVChris Lamb <chris@×××××××××××××.uk>
183 -p41
184 -aVChad MILLER <chad@×××××.com>
185 -p42
186 -aVrodney.dawes@×××××××××.com
187 -p43
188 -aVmatkor <matkor@laptop-hp>
189 -p44
190 -aVklight@×××××××××××××××.com
191 -p45
192 -aVklight <klight@X111>
193 -p46
194 -aVVincent Geddes <vincent.geddes@×××××.com>
195 -p47
196 -aVToshio Kuratomi <toshio@×××××××××××××.org>
197 -p48
198 -aVTom Badran <tom@×××××××××.net>
199 -p49
200 -aVSzilveszter Farkas <szilveszter@××××××××××.local>
201 -p50
202 -aVStéphane Raimbault <stephane.raimbault@×××××.com>
203 -p51
204 -aVScott James Remnant <scott@××××××.com>
205 -p52
206 -aVRuss Brown <pickscrape@×××××.com>
207 -p53
208 -aVRichard Ferguson <fergus@×××××××××.com>
209 -p54
210 -aVRene Huber <rhuber@ubuntu>
211 -p55
212 -aVPelle Johansson <pelle@×××××××.se>
213 -p56
214 -aVMichael Vogt <michael.vogt@××××××.com>
215 -p57
216 -aVMathias Brodala <info@××××××.net>
217 -p58
218 -aVMarkus Korn <thekorn@×××.de>
219 -p59
220 -aVMario Danic <mario.danic@×××××.com>
221 -p60
222 -aVLucas Shrewsbury <rollbak@×××××.com>
223 -p61
224 -aVKevin Light <klight@×××××××××××××××.com>
225 -p62
226 -aVJohn Szakmeister <john@×××××××××××.net>
227 -p63
228 -aVJean-François Fortin Tam <jeff@×××××.ca>
229 -p64
230 -aVJasper Groenewegen <colbrac@×××××.nl>
231 -p65
232 -aVJames Westby <jw+debian@×××××××××××.net>
233 -p66
234 -aVJames Henstridge <james@×××××××××.au>
235 -p67
236 -aVErik Bagfors <erik@×××××××.nu>
237 -p68
238 -aVDennis Miller <millerdl@×××××××××××.net>
239 -p69
240 -aVAndrew Starr-Bochicchio <a.starr.b@×××××.com>
241 -p70
242 -aVAndrew Bennetts <andrew@××××××××.org>
243 -p71
244 -aVAlexandre Défossez <alexandre.defossez@×××××.com>
245 -p72
246 -aVAdrian Room <ingolemo@×××××.com>
247 -p73
248 -a(lp74
249 -g1
250 -ag3
251 -ag6
252 -ag2
253 -ag12
254 -ag4
255 -ag27
256 -ag50
257 -ag29
258 -ag15
259 -ag14
260 -ag66
261 -ag44
262 -ag22
263 -ag49
264 -aVSense Hofstede <qense@××××××.com>
265 -p75
266 -ag52
267 -ag53
268 -ag17
269 -ag16
270 -ag25
271 -ag19
272 -ag61
273 -aVKiddo <nekohayo@×××××.com>
274 -p76
275 -ag62
276 -ag63
277 -ag38
278 -ag5
279 -ag23
280 -ag11
281 -ag8
282 -a(lp77
283 -g3
284 -ag2
285 -ag19
286 -ag61
287 -ag1
288 -a(lp78
289 -g3
290 -ag18
291 -ag51
292 -atp79
293 -.
294 \ No newline at end of file
295
296 diff --git a/dev-vcs/bzr-gtk/metadata.xml b/dev-vcs/bzr-gtk/metadata.xml
297 deleted file mode 100644
298 index d167356cecb..00000000000
299 --- a/dev-vcs/bzr-gtk/metadata.xml
300 +++ /dev/null
301 @@ -1,18 +0,0 @@
302 -<?xml version="1.0" encoding="UTF-8"?>
303 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
304 -<pkgmetadata>
305 - <!-- maintainer-needed -->
306 - <longdescription lang="en">
307 - GTK+ Frontends to various Bazaar commands. Currently contains
308 - dialogs for almost all common operations, including annotate and
309 - visualise (log). Olive, the integrated version control application
310 - is also part of bzr-gtk.
311 - </longdescription>
312 - <use>
313 - <flag name="gpg">Support signing with GnuPG.</flag>
314 - <flag name="nautilus">Integrate with Nautilus file manager</flag>
315 - </use>
316 - <upstream>
317 - <remote-id type="launchpad">bzr-gtk</remote-id>
318 - </upstream>
319 -</pkgmetadata>