Gentoo Archives: gentoo-commits

From: "Hanno Böck" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/
Date: Mon, 19 Jul 2021 07:16:30
Message-Id: 1626678982.b22316d350ae362b08012d8028f709c9073ee263.hanno@gentoo
1 commit: b22316d350ae362b08012d8028f709c9073ee263
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 19 07:16:22 2021 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 19 07:16:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22316d3
7
8 net-im/gajim: Remove old versions
9
10 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12
13 net-im/gajim/Manifest | 4 --
14 net-im/gajim/gajim-1.2.1.ebuild | 87 ----------------------------------------
15 net-im/gajim/gajim-1.2.2.ebuild | 87 ----------------------------------------
16 net-im/gajim/gajim-1.3.0.ebuild | 88 -----------------------------------------
17 net-im/gajim/gajim-1.3.1.ebuild | 88 -----------------------------------------
18 5 files changed, 354 deletions(-)
19
20 diff --git a/net-im/gajim/Manifest b/net-im/gajim/Manifest
21 index d30aa934956..8aa6dc2e962 100644
22 --- a/net-im/gajim/Manifest
23 +++ b/net-im/gajim/Manifest
24 @@ -1,6 +1,2 @@
25 -DIST gajim-1.2.1.tar.gz 9421625 BLAKE2B 890c4ac30506a771a3158f46c687723aacfed5fe7b7da3984e8de7354d8a448508cf98e5b224060078571bb27eecb2bb74927d610dae23709a522d77bb018961 SHA512 1a1ebc3a0605a12b5f459c576037359543814686a170199148e44e409d4f054cefdb66505e68ed4c28bd8c64a7910a70301c2d90d1d4b31b9587d9126329e8c4
26 -DIST gajim-1.2.2.tar.gz 9416794 BLAKE2B ab1dd2997422175bb7591bc11b230c47f9b72326fbf5b652ae15710bb46798ac8a1514dc2e1361e89bef4a80f43d5f64cf09879f3faffa927aa4407fe696b564 SHA512 297afa2b0ac44aad59b203907b1479fb8f004e2dc2a00681fa8034d76e4fb89ee3dcb4fb96011028382659bcb978cf214c396073d29b3dd0a7a711454915057b
27 -DIST gajim-1.3.0.tar.gz 9886259 BLAKE2B c9d0912f4d2cb76668978ca48fb1bc2db203cae7ea8dba7fd03c40d1cfee3da84131e2cd82ed6b27ed4c9a70a37328c57551fe1190e29bbd0c9a3cd6f9fa4a66 SHA512 4b68b97f6e4edcc2aa4b009a0131e4781c4ca52340ce98369154c602f7ee71e974e0840af0ae6ab28fc9e2fd34433ec0f304e10847e6cc257de3cde60b90b349
28 DIST gajim-1.3.1-2.tar.gz 9538193 BLAKE2B 2517b3eeaf3d8b9304e72c82e533d7424b7deb48d2543f366b91b8cf9a3e278f5b4d271d9128529f8e623f6b6fa26b5b97932112598118bf4ec24f97c4199669 SHA512 01d0e77e856935c7d388144fdc8c33271f41752a3544f713eb0ffe070bb7aee6fb3ae28aeddcda69298e405de21bc2ef004e8d7f4c59b3b09eb9366bbd6b0642
29 -DIST gajim-1.3.1.tar.gz 9885129 BLAKE2B ee1fac7f1354576879c5ef14d167d4f7248e497f5b7c468d4bdeb9bf93b749482e221e4ad7a965c86799baa959020303b1b3e49ca99ce1607fc721d0722cbffd SHA512 840b9424c4f93281fe32569331917ba3bdd0afc51428d778ec357b1b0dfc9aecdf77a48c44fa4b66259d82633ca277ccab6b4d6ead47e7eb66d22f078e8ebb84
30 DIST gajim-1.3.2.tar.gz 9538320 BLAKE2B 9af561d4316a34480d073dcbf95fbc04ffd30bb4195633141ad1e9fa96145e61b54acff32891aadbdb93d0a775d69f2491e56f97fc67d2a1b2a76fcaab09f7ef SHA512 92c86d1fa2fab51b402b6ddc0b838f321ab744c9c2add743b3f1820215eef84cafabc50227606088d077bdd9f52998f4ca6f98ad153346b9fb37691b71e9c267
31
32 diff --git a/net-im/gajim/gajim-1.2.1.ebuild b/net-im/gajim/gajim-1.2.1.ebuild
33 deleted file mode 100644
34 index 94a9cb34970..00000000000
35 --- a/net-im/gajim/gajim-1.2.1.ebuild
36 +++ /dev/null
37 @@ -1,87 +0,0 @@
38 -# Copyright 1999-2020 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=7
42 -
43 -PYTHON_COMPAT=( python3_{7,8} )
44 -PYTHON_REQ_USE="sqlite,xml"
45 -DISTUTILS_SINGLE_IMPL=1
46 -DISTUTILS_USE_SETUPTOOLS=rdepend
47 -
48 -inherit distutils-r1 xdg-utils
49 -
50 -DESCRIPTION="Jabber client written in PyGTK"
51 -HOMEPAGE="https://gajim.org/"
52 -SRC_URI="https://gajim.org/downloads/$(ver_cut 1-2)/${P}.tar.gz"
53 -
54 -LICENSE="GPL-3"
55 -SLOT="0"
56 -KEYWORDS="amd64 x86"
57 -IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
58 -
59 -COMMON_DEPEND="
60 - dev-libs/gobject-introspection[cairo(+)]
61 - >=x11-libs/gtk+-3.22:3[introspection]"
62 -DEPEND="${COMMON_DEPEND}
63 - app-arch/unzip
64 - >=dev-util/intltool-0.40.1
65 - virtual/pkgconfig
66 - >=sys-devel/gettext-0.17-r1"
67 -RDEPEND="${COMMON_DEPEND}
68 - $(python_gen_cond_dep '
69 - dev-python/idna[${PYTHON_USEDEP}]
70 - dev-python/precis-i18n[${PYTHON_USEDEP}]
71 - dev-python/pyasn1[${PYTHON_USEDEP}]
72 - dev-python/pycairo[${PYTHON_USEDEP}]
73 - dev-python/pycurl[${PYTHON_USEDEP}]
74 - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
75 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
76 - >=dev-python/python-nbxmpp-1.0.1[${PYTHON_USEDEP}]
77 - x11-libs/libXScrnSaver
78 - app-crypt/libsecret[crypt,introspection]
79 - dev-python/keyring[${PYTHON_USEDEP}]
80 - >=dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}]
81 - dev-python/css-parser[${PYTHON_USEDEP}]
82 - dev-python/packaging[${PYTHON_USEDEP}]
83 - net-libs/libsoup[introspection]
84 - media-libs/gsound[introspection]
85 - crypt? (
86 - dev-python/pycryptodome[${PYTHON_USEDEP}]
87 - >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
88 - geolocation? ( app-misc/geoclue[introspection] )
89 - jingle? (
90 - net-libs/farstream:0.2[introspection]
91 - media-libs/gstreamer:1.0[introspection]
92 - media-libs/gst-plugins-base:1.0[introspection]
93 - media-libs/gst-plugins-ugly:1.0
94 - )
95 - remote? (
96 - >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
97 - sys-apps/dbus[X]
98 - )
99 - rst? ( dev-python/docutils[${PYTHON_USEDEP}] )
100 - spell? (
101 - app-text/gspell[introspection]
102 - app-text/hunspell
103 - )
104 - upnp? ( net-libs/gupnp-igd[introspection] )
105 - webp? ( dev-python/pillow[${PYTHON_USEDEP}] )
106 - ')"
107 -
108 -src_install() {
109 - distutils-r1_src_install
110 -
111 - # avoid precompressed man pages
112 - rm -r "${D}/usr/share/man"
113 - doman data/*.1
114 -}
115 -
116 -pkg_postinst() {
117 - xdg_icon_cache_update
118 - xdg_desktop_database_update
119 -}
120 -
121 -pkg_postrm() {
122 - xdg_icon_cache_update
123 - xdg_desktop_database_update
124 -}
125
126 diff --git a/net-im/gajim/gajim-1.2.2.ebuild b/net-im/gajim/gajim-1.2.2.ebuild
127 deleted file mode 100644
128 index 92a23399d45..00000000000
129 --- a/net-im/gajim/gajim-1.2.2.ebuild
130 +++ /dev/null
131 @@ -1,87 +0,0 @@
132 -# Copyright 1999-2020 Gentoo Authors
133 -# Distributed under the terms of the GNU General Public License v2
134 -
135 -EAPI=7
136 -
137 -PYTHON_COMPAT=( python3_{7,8,9} )
138 -PYTHON_REQ_USE="sqlite,xml"
139 -DISTUTILS_SINGLE_IMPL=1
140 -DISTUTILS_USE_SETUPTOOLS=rdepend
141 -
142 -inherit distutils-r1 xdg-utils
143 -
144 -DESCRIPTION="Jabber client written in PyGTK"
145 -HOMEPAGE="https://gajim.org/"
146 -SRC_URI="https://gajim.org/downloads/$(ver_cut 1-2)/${P}.tar.gz"
147 -
148 -LICENSE="GPL-3"
149 -SLOT="0"
150 -KEYWORDS="amd64 x86"
151 -IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
152 -
153 -COMMON_DEPEND="
154 - dev-libs/gobject-introspection[cairo(+)]
155 - >=x11-libs/gtk+-3.22:3[introspection]"
156 -DEPEND="${COMMON_DEPEND}
157 - app-arch/unzip
158 - >=dev-util/intltool-0.40.1
159 - virtual/pkgconfig
160 - >=sys-devel/gettext-0.17-r1"
161 -RDEPEND="${COMMON_DEPEND}
162 - $(python_gen_cond_dep '
163 - dev-python/idna[${PYTHON_USEDEP}]
164 - dev-python/precis-i18n[${PYTHON_USEDEP}]
165 - dev-python/pyasn1[${PYTHON_USEDEP}]
166 - dev-python/pycairo[${PYTHON_USEDEP}]
167 - dev-python/pycurl[${PYTHON_USEDEP}]
168 - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
169 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
170 - >=dev-python/python-nbxmpp-1.0.2[${PYTHON_USEDEP}]
171 - x11-libs/libXScrnSaver
172 - app-crypt/libsecret[crypt,introspection]
173 - dev-python/keyring[${PYTHON_USEDEP}]
174 - >=dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}]
175 - dev-python/css-parser[${PYTHON_USEDEP}]
176 - dev-python/packaging[${PYTHON_USEDEP}]
177 - net-libs/libsoup[introspection]
178 - media-libs/gsound[introspection]
179 - crypt? (
180 - dev-python/pycryptodome[${PYTHON_USEDEP}]
181 - >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
182 - geolocation? ( app-misc/geoclue[introspection] )
183 - jingle? (
184 - net-libs/farstream:0.2[introspection]
185 - media-libs/gstreamer:1.0[introspection]
186 - media-libs/gst-plugins-base:1.0[introspection]
187 - media-libs/gst-plugins-ugly:1.0
188 - )
189 - remote? (
190 - >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
191 - sys-apps/dbus[X]
192 - )
193 - rst? ( dev-python/docutils[${PYTHON_USEDEP}] )
194 - spell? (
195 - app-text/gspell[introspection]
196 - app-text/hunspell
197 - )
198 - upnp? ( net-libs/gupnp-igd[introspection] )
199 - webp? ( dev-python/pillow[${PYTHON_USEDEP}] )
200 - ')"
201 -
202 -src_install() {
203 - distutils-r1_src_install
204 -
205 - # avoid precompressed man pages
206 - rm -r "${D}/usr/share/man"
207 - doman data/*.1
208 -}
209 -
210 -pkg_postinst() {
211 - xdg_icon_cache_update
212 - xdg_desktop_database_update
213 -}
214 -
215 -pkg_postrm() {
216 - xdg_icon_cache_update
217 - xdg_desktop_database_update
218 -}
219
220 diff --git a/net-im/gajim/gajim-1.3.0.ebuild b/net-im/gajim/gajim-1.3.0.ebuild
221 deleted file mode 100644
222 index 3e2cb3f1105..00000000000
223 --- a/net-im/gajim/gajim-1.3.0.ebuild
224 +++ /dev/null
225 @@ -1,88 +0,0 @@
226 -# Copyright 1999-2021 Gentoo Authors
227 -# Distributed under the terms of the GNU General Public License v2
228 -
229 -EAPI=7
230 -
231 -PYTHON_COMPAT=( python3_{7,8,9} )
232 -PYTHON_REQ_USE="sqlite,xml"
233 -DISTUTILS_SINGLE_IMPL=1
234 -DISTUTILS_USE_SETUPTOOLS=rdepend
235 -
236 -inherit distutils-r1 xdg-utils
237 -
238 -DESCRIPTION="Jabber client written in PyGTK"
239 -HOMEPAGE="https://gajim.org/"
240 -SRC_URI="https://gajim.org/downloads/$(ver_cut 1-2)/${P}.tar.gz"
241 -
242 -LICENSE="GPL-3"
243 -SLOT="0"
244 -KEYWORDS="~amd64 ~x86"
245 -IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
246 -S="${WORKDIR}/${PN}-${P}"
247 -
248 -COMMON_DEPEND="
249 - dev-libs/gobject-introspection[cairo(+)]
250 - >=x11-libs/gtk+-3.22:3[introspection]"
251 -DEPEND="${COMMON_DEPEND}
252 - app-arch/unzip
253 - >=dev-util/intltool-0.40.1
254 - virtual/pkgconfig
255 - >=sys-devel/gettext-0.17-r1"
256 -RDEPEND="${COMMON_DEPEND}
257 - $(python_gen_cond_dep '
258 - dev-python/idna[${PYTHON_USEDEP}]
259 - dev-python/precis-i18n[${PYTHON_USEDEP}]
260 - dev-python/pyasn1[${PYTHON_USEDEP}]
261 - dev-python/pycairo[${PYTHON_USEDEP}]
262 - dev-python/pycurl[${PYTHON_USEDEP}]
263 - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
264 - dev-python/pyopenssl[${PYTHON_USEDEP}]
265 - >=dev-python/python-nbxmpp-2.0.2[${PYTHON_USEDEP}]
266 - x11-libs/libXScrnSaver
267 - app-crypt/libsecret[crypt,introspection]
268 - dev-python/keyring[${PYTHON_USEDEP}]
269 - >=dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}]
270 - dev-python/css-parser[${PYTHON_USEDEP}]
271 - dev-python/packaging[${PYTHON_USEDEP}]
272 - net-libs/libsoup[introspection]
273 - media-libs/gsound[introspection]
274 - crypt? (
275 - dev-python/pycryptodome[${PYTHON_USEDEP}]
276 - >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
277 - geolocation? ( app-misc/geoclue[introspection] )
278 - jingle? (
279 - net-libs/farstream:0.2[introspection]
280 - media-libs/gstreamer:1.0[introspection]
281 - media-libs/gst-plugins-base:1.0[introspection]
282 - media-libs/gst-plugins-ugly:1.0
283 - )
284 - remote? (
285 - >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
286 - sys-apps/dbus[X]
287 - )
288 - rst? ( dev-python/docutils[${PYTHON_USEDEP}] )
289 - spell? (
290 - app-text/gspell[introspection]
291 - app-text/hunspell
292 - )
293 - upnp? ( net-libs/gupnp-igd[introspection] )
294 - webp? ( dev-python/pillow[${PYTHON_USEDEP}] )
295 - ')"
296 -
297 -src_install() {
298 - distutils-r1_src_install
299 -
300 - # avoid precompressed man pages
301 - rm -r "${D}/usr/share/man"
302 - doman data/*.1
303 -}
304 -
305 -pkg_postinst() {
306 - xdg_icon_cache_update
307 - xdg_desktop_database_update
308 -}
309 -
310 -pkg_postrm() {
311 - xdg_icon_cache_update
312 - xdg_desktop_database_update
313 -}
314
315 diff --git a/net-im/gajim/gajim-1.3.1.ebuild b/net-im/gajim/gajim-1.3.1.ebuild
316 deleted file mode 100644
317 index 192769880a8..00000000000
318 --- a/net-im/gajim/gajim-1.3.1.ebuild
319 +++ /dev/null
320 @@ -1,88 +0,0 @@
321 -# Copyright 1999-2021 Gentoo Authors
322 -# Distributed under the terms of the GNU General Public License v2
323 -
324 -EAPI=7
325 -
326 -PYTHON_COMPAT=( python3_{7,8,9} )
327 -PYTHON_REQ_USE="sqlite,xml"
328 -DISTUTILS_SINGLE_IMPL=1
329 -DISTUTILS_USE_SETUPTOOLS=rdepend
330 -
331 -inherit distutils-r1 xdg-utils
332 -
333 -DESCRIPTION="Jabber client written in PyGTK"
334 -HOMEPAGE="https://gajim.org/"
335 -SRC_URI="https://gajim.org/downloads/$(ver_cut 1-2)/${P}.tar.gz"
336 -
337 -LICENSE="GPL-3"
338 -SLOT="0"
339 -KEYWORDS="amd64 x86"
340 -IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
341 -S="${WORKDIR}/${PN}-${P}"
342 -
343 -COMMON_DEPEND="
344 - dev-libs/gobject-introspection[cairo(+)]
345 - >=x11-libs/gtk+-3.22:3[introspection]"
346 -DEPEND="${COMMON_DEPEND}
347 - app-arch/unzip
348 - >=dev-util/intltool-0.40.1
349 - virtual/pkgconfig
350 - >=sys-devel/gettext-0.17-r1"
351 -RDEPEND="${COMMON_DEPEND}
352 - $(python_gen_cond_dep '
353 - dev-python/idna[${PYTHON_USEDEP}]
354 - dev-python/precis-i18n[${PYTHON_USEDEP}]
355 - dev-python/pyasn1[${PYTHON_USEDEP}]
356 - dev-python/pycairo[${PYTHON_USEDEP}]
357 - dev-python/pycurl[${PYTHON_USEDEP}]
358 - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
359 - dev-python/pyopenssl[${PYTHON_USEDEP}]
360 - >=dev-python/python-nbxmpp-2.0.2[${PYTHON_USEDEP}]
361 - x11-libs/libXScrnSaver
362 - app-crypt/libsecret[crypt,introspection]
363 - dev-python/keyring[${PYTHON_USEDEP}]
364 - >=dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}]
365 - dev-python/css-parser[${PYTHON_USEDEP}]
366 - dev-python/packaging[${PYTHON_USEDEP}]
367 - net-libs/libsoup[introspection]
368 - media-libs/gsound[introspection]
369 - crypt? (
370 - dev-python/pycryptodome[${PYTHON_USEDEP}]
371 - >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
372 - geolocation? ( app-misc/geoclue[introspection] )
373 - jingle? (
374 - net-libs/farstream:0.2[introspection]
375 - media-libs/gstreamer:1.0[introspection]
376 - media-libs/gst-plugins-base:1.0[introspection]
377 - media-libs/gst-plugins-ugly:1.0
378 - )
379 - remote? (
380 - >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
381 - sys-apps/dbus[X]
382 - )
383 - rst? ( dev-python/docutils[${PYTHON_USEDEP}] )
384 - spell? (
385 - app-text/gspell[introspection]
386 - app-text/hunspell
387 - )
388 - upnp? ( net-libs/gupnp-igd[introspection] )
389 - webp? ( dev-python/pillow[${PYTHON_USEDEP}] )
390 - ')"
391 -
392 -src_install() {
393 - distutils-r1_src_install
394 -
395 - # avoid precompressed man pages
396 - rm -r "${D}/usr/share/man"
397 - doman data/*.1
398 -}
399 -
400 -pkg_postinst() {
401 - xdg_icon_cache_update
402 - xdg_desktop_database_update
403 -}
404 -
405 -pkg_postrm() {
406 - xdg_icon_cache_update
407 - xdg_desktop_database_update
408 -}