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: Thu, 03 Sep 2020 08:53:20
Message-Id: 1599123155.b3acd1a10aa7006d54998c905d08e4fc1aa4cf8a.hanno@gentoo
1 commit: b3acd1a10aa7006d54998c905d08e4fc1aa4cf8a
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 3 08:51:31 2020 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 08:52:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3acd1a1
7
8 net-im/gajim: Remove obsolete versions.
9
10 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
11 Package-Manager: Portage-3.0.5, Repoman-3.0.1
12
13 net-im/gajim/Manifest | 2 -
14 net-im/gajim/gajim-1.1.3-r1.ebuild | 88 --------------------------------------
15 net-im/gajim/gajim-1.1.3-r2.ebuild | 83 -----------------------------------
16 net-im/gajim/gajim-1.2.0.ebuild | 85 ------------------------------------
17 net-im/gajim/metadata.xml | 1 -
18 5 files changed, 259 deletions(-)
19
20 diff --git a/net-im/gajim/Manifest b/net-im/gajim/Manifest
21 index 53f606cb04a..f1ad66f3d82 100644
22 --- a/net-im/gajim/Manifest
23 +++ b/net-im/gajim/Manifest
24 @@ -1,3 +1 @@
25 -DIST gajim-1.1.3.tar.bz2 8013585 BLAKE2B 7be25380ecfe76ae5e2a7534665688dcca9ff850c12c7a450e8d1f6caab1820a1022750710df0a8a7ae259c5748f55582b272ad83fbdb0560f18e6ab8642bf78 SHA512 18062832f9b9295c7a844c347d5ece4a6db43126d5b58bbf362fdf2f8e082e2241c46dae6d1cbe66ebf2ef19f65618102c3c21fa0079a96fc21511e6e93420ac
26 -DIST gajim-1.2.0.tar.gz 9605006 BLAKE2B b68e801fedf89d14e8831a52f952fa3937b8f8ed0423a0289d5c665b50244db8db9d91dd24203e446d691e26843dd75dbf0de2b1b183cc0a8fb178bc7632c500 SHA512 e73802dd1172c1fa38be10e6fb5d605109dacf0491516b15111ccd05389309af217e8af68440a1333b8a636c9ff425dec6d4461296ba47f1bb6dbb3000b02fd0
27 DIST gajim-1.2.1.tar.gz 9421625 BLAKE2B 890c4ac30506a771a3158f46c687723aacfed5fe7b7da3984e8de7354d8a448508cf98e5b224060078571bb27eecb2bb74927d610dae23709a522d77bb018961 SHA512 1a1ebc3a0605a12b5f459c576037359543814686a170199148e44e409d4f054cefdb66505e68ed4c28bd8c64a7910a70301c2d90d1d4b31b9587d9126329e8c4
28
29 diff --git a/net-im/gajim/gajim-1.1.3-r1.ebuild b/net-im/gajim/gajim-1.1.3-r1.ebuild
30 deleted file mode 100644
31 index 5f4b1383a6c..00000000000
32 --- a/net-im/gajim/gajim-1.1.3-r1.ebuild
33 +++ /dev/null
34 @@ -1,88 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -PYTHON_COMPAT=( python3_{6,7} )
41 -PYTHON_REQ_USE="sqlite,xml"
42 -DISTUTILS_SINGLE_IMPL=1
43 -
44 -inherit distutils-r1 xdg-utils
45 -
46 -DESCRIPTION="Jabber client written in PyGTK"
47 -HOMEPAGE="https://www.gajim.org/"
48 -SRC_URI="https://www.gajim.org/downloads/$(ver_cut 1-2)/${P}.tar.bz2"
49 -
50 -LICENSE="GPL-3"
51 -SLOT="0"
52 -#KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
53 -KEYWORDS="amd64 x86"
54 -IUSE="+crypt geolocation jingle networkmanager remote rst +spell upnp
55 - +webp"
56 -
57 -COMMON_DEPEND="
58 - dev-libs/gobject-introspection[cairo(+)]
59 - >=x11-libs/gtk+-3.22:3[introspection]"
60 -DEPEND="${COMMON_DEPEND}
61 - app-arch/unzip
62 - >=dev-util/intltool-0.40.1
63 - virtual/pkgconfig
64 - >=sys-devel/gettext-0.17-r1"
65 -RDEPEND="${COMMON_DEPEND}
66 - $(python_gen_cond_dep '
67 - dev-python/idna[${PYTHON_MULTI_USEDEP}]
68 - dev-python/precis-i18n[${PYTHON_MULTI_USEDEP}]
69 - dev-python/pyasn1[${PYTHON_MULTI_USEDEP}]
70 - dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
71 - dev-python/pycurl[${PYTHON_MULTI_USEDEP}]
72 - dev-python/pygobject:3[cairo,${PYTHON_MULTI_USEDEP}]
73 - >=dev-python/pyopenssl-0.14[${PYTHON_MULTI_USEDEP}]
74 - >=dev-python/python-nbxmpp-0.6.9[${PYTHON_MULTI_USEDEP}]
75 - x11-libs/libXScrnSaver
76 - app-crypt/libsecret[crypt,introspection]
77 - dev-python/keyring[${PYTHON_MULTI_USEDEP}]
78 - >=dev-python/secretstorage-3.1.1[${PYTHON_MULTI_USEDEP}]
79 - >=dev-python/cssutils-1.0.2[${PYTHON_MULTI_USEDEP}]
80 - crypt? (
81 - dev-python/pycryptodome[${PYTHON_MULTI_USEDEP}]
82 - >=dev-python/python-gnupg-0.4.0[${PYTHON_MULTI_USEDEP}] )
83 - geolocation? ( app-misc/geoclue[introspection] )
84 - jingle? (
85 - net-libs/farstream:0.2[introspection]
86 - media-libs/gstreamer:1.0[introspection]
87 - media-libs/gst-plugins-base:1.0[introspection]
88 - media-libs/gst-plugins-ugly:1.0
89 - )
90 - networkmanager? ( net-misc/networkmanager[introspection] )
91 - remote? (
92 - >=dev-python/dbus-python-1.2.0[${PYTHON_MULTI_USEDEP}]
93 - sys-apps/dbus[X]
94 - )
95 - rst? ( dev-python/docutils[${PYTHON_MULTI_USEDEP}] )
96 - spell? (
97 - app-text/gspell[introspection]
98 - app-text/hunspell
99 - )
100 - upnp? ( net-libs/gupnp-igd[introspection] )
101 - webp? ( dev-python/pillow[${PYTHON_MULTI_USEDEP}] )
102 - ')"
103 -
104 -RESTRICT="test"
105 -
106 -src_install() {
107 - distutils-r1_src_install
108 -
109 - # avoid precompressed man pages
110 - rm -r "${D}/usr/share/man"
111 - doman data/*.1
112 -}
113 -
114 -pkg_postinst() {
115 - xdg_icon_cache_update
116 - xdg_desktop_database_update
117 -}
118 -
119 -pkg_postrm() {
120 - xdg_icon_cache_update
121 - xdg_desktop_database_update
122 -}
123
124 diff --git a/net-im/gajim/gajim-1.1.3-r2.ebuild b/net-im/gajim/gajim-1.1.3-r2.ebuild
125 deleted file mode 100644
126 index 12ae00b4857..00000000000
127 --- a/net-im/gajim/gajim-1.1.3-r2.ebuild
128 +++ /dev/null
129 @@ -1,83 +0,0 @@
130 -# Copyright 1999-2020 Gentoo Authors
131 -# Distributed under the terms of the GNU General Public License v2
132 -
133 -EAPI=7
134 -
135 -PYTHON_COMPAT=( python3_{6,7,8} )
136 -PYTHON_REQ_USE="sqlite,xml"
137 -DISTUTILS_SINGLE_IMPL=1
138 -
139 -inherit distutils-r1 xdg-utils
140 -
141 -DESCRIPTION="Jabber client written in PyGTK"
142 -HOMEPAGE="https://gajim.org/"
143 -SRC_URI="https://gajim.org/downloads/$(ver_cut 1-2)/${P}.tar.bz2"
144 -
145 -LICENSE="GPL-3"
146 -SLOT="0"
147 -KEYWORDS="~amd64 ~x86"
148 -IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
149 -
150 -COMMON_DEPEND="
151 - dev-libs/gobject-introspection[cairo(+)]
152 - >=x11-libs/gtk+-3.22:3[introspection]"
153 -DEPEND="${COMMON_DEPEND}
154 - app-arch/unzip
155 - >=dev-util/intltool-0.40.1
156 - virtual/pkgconfig
157 - >=sys-devel/gettext-0.17-r1"
158 -RDEPEND="${COMMON_DEPEND}
159 - $(python_gen_cond_dep '
160 - dev-python/idna[${PYTHON_USEDEP}]
161 - dev-python/precis-i18n[${PYTHON_USEDEP}]
162 - dev-python/pyasn1[${PYTHON_USEDEP}]
163 - dev-python/pycairo[${PYTHON_USEDEP}]
164 - dev-python/pycurl[${PYTHON_USEDEP}]
165 - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
166 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
167 - >=dev-python/python-nbxmpp-0.6.9[${PYTHON_USEDEP}]
168 - x11-libs/libXScrnSaver
169 - app-crypt/libsecret[crypt,introspection]
170 - dev-python/keyring[${PYTHON_USEDEP}]
171 - >=dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}]
172 - >=dev-python/cssutils-1.0.2[${PYTHON_USEDEP}]
173 - crypt? (
174 - dev-python/pycryptodome[${PYTHON_USEDEP}]
175 - >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
176 - geolocation? ( app-misc/geoclue[introspection] )
177 - jingle? (
178 - net-libs/farstream:0.2[introspection]
179 - media-libs/gstreamer:1.0[introspection]
180 - media-libs/gst-plugins-base:1.0[introspection]
181 - media-libs/gst-plugins-ugly:1.0
182 - )
183 - remote? (
184 - >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
185 - sys-apps/dbus[X]
186 - )
187 - rst? ( dev-python/docutils[${PYTHON_USEDEP}] )
188 - spell? (
189 - app-text/gspell[introspection]
190 - app-text/hunspell
191 - )
192 - upnp? ( net-libs/gupnp-igd[introspection] )
193 - webp? ( dev-python/pillow[${PYTHON_USEDEP}] )
194 - ')"
195 -
196 -src_install() {
197 - distutils-r1_src_install
198 -
199 - # avoid precompressed man pages
200 - rm -r "${D}/usr/share/man"
201 - doman data/*.1
202 -}
203 -
204 -pkg_postinst() {
205 - xdg_icon_cache_update
206 - xdg_desktop_database_update
207 -}
208 -
209 -pkg_postrm() {
210 - xdg_icon_cache_update
211 - xdg_desktop_database_update
212 -}
213
214 diff --git a/net-im/gajim/gajim-1.2.0.ebuild b/net-im/gajim/gajim-1.2.0.ebuild
215 deleted file mode 100644
216 index 9dd5e08d83c..00000000000
217 --- a/net-im/gajim/gajim-1.2.0.ebuild
218 +++ /dev/null
219 @@ -1,85 +0,0 @@
220 -# Copyright 1999-2020 Gentoo Authors
221 -# Distributed under the terms of the GNU General Public License v2
222 -
223 -EAPI=7
224 -
225 -PYTHON_COMPAT=( python3_{6,7,8} )
226 -PYTHON_REQ_USE="sqlite,xml"
227 -DISTUTILS_SINGLE_IMPL=1
228 -DISTUTILS_USE_SETUPTOOLS=rdepend
229 -
230 -inherit distutils-r1 xdg-utils
231 -
232 -DESCRIPTION="Jabber client written in PyGTK"
233 -HOMEPAGE="https://gajim.org/"
234 -SRC_URI="https://gajim.org/downloads/$(ver_cut 1-2)/${P}.tar.gz"
235 -
236 -LICENSE="GPL-3"
237 -SLOT="0"
238 -KEYWORDS="~amd64 ~x86"
239 -IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
240 -
241 -COMMON_DEPEND="
242 - dev-libs/gobject-introspection[cairo(+)]
243 - >=x11-libs/gtk+-3.22:3[introspection]"
244 -DEPEND="${COMMON_DEPEND}
245 - app-arch/unzip
246 - >=dev-util/intltool-0.40.1
247 - virtual/pkgconfig
248 - >=sys-devel/gettext-0.17-r1"
249 -RDEPEND="${COMMON_DEPEND}
250 - $(python_gen_cond_dep '
251 - dev-python/idna[${PYTHON_USEDEP}]
252 - dev-python/precis-i18n[${PYTHON_USEDEP}]
253 - dev-python/pyasn1[${PYTHON_USEDEP}]
254 - dev-python/pycairo[${PYTHON_USEDEP}]
255 - dev-python/pycurl[${PYTHON_USEDEP}]
256 - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
257 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
258 - >=dev-python/python-nbxmpp-1.0.0[${PYTHON_USEDEP}]
259 - x11-libs/libXScrnSaver
260 - app-crypt/libsecret[crypt,introspection]
261 - dev-python/keyring[${PYTHON_USEDEP}]
262 - >=dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}]
263 - dev-python/css-parser[${PYTHON_USEDEP}]
264 - dev-python/packaging[${PYTHON_USEDEP}]
265 - crypt? (
266 - dev-python/pycryptodome[${PYTHON_USEDEP}]
267 - >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
268 - geolocation? ( app-misc/geoclue[introspection] )
269 - jingle? (
270 - net-libs/farstream:0.2[introspection]
271 - media-libs/gstreamer:1.0[introspection]
272 - media-libs/gst-plugins-base:1.0[introspection]
273 - media-libs/gst-plugins-ugly:1.0
274 - )
275 - remote? (
276 - >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
277 - sys-apps/dbus[X]
278 - )
279 - rst? ( dev-python/docutils[${PYTHON_USEDEP}] )
280 - spell? (
281 - app-text/gspell[introspection]
282 - app-text/hunspell
283 - )
284 - upnp? ( net-libs/gupnp-igd[introspection] )
285 - webp? ( dev-python/pillow[${PYTHON_USEDEP}] )
286 - ')"
287 -
288 -src_install() {
289 - distutils-r1_src_install
290 -
291 - # avoid precompressed man pages
292 - rm -r "${D}/usr/share/man"
293 - doman data/*.1
294 -}
295 -
296 -pkg_postinst() {
297 - xdg_icon_cache_update
298 - xdg_desktop_database_update
299 -}
300 -
301 -pkg_postrm() {
302 - xdg_icon_cache_update
303 - xdg_desktop_database_update
304 -}
305
306 diff --git a/net-im/gajim/metadata.xml b/net-im/gajim/metadata.xml
307 index bd95a079356..067ae552d5e 100644
308 --- a/net-im/gajim/metadata.xml
309 +++ b/net-im/gajim/metadata.xml
310 @@ -11,7 +11,6 @@
311 <flag name="crypt">End to end encryption and GPG encryption</flag>
312 <flag name="geolocation">Sharing your location</flag>
313 <flag name="jingle">Audio and video calls</flag>
314 - <flag name="networkmanager">Network lose detection using NetworkManager</flag>
315 <flag name="remote">Controling Gajim instance from command line with gajim-remote</flag>
316 <flag name="rst">Generating XHTML output from RST code</flag>
317 <flag name="spell">Spellchecking of composed messages</flag>