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, 30 Apr 2020 08:11:45
Message-Id: 1588234290.f46ef0732b111d7da883de08d0c0e536d070fe80.hanno@gentoo
1 commit: f46ef0732b111d7da883de08d0c0e536d070fe80
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 30 08:11:30 2020 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 08:11:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46ef073
7
8 net-im/gajim: Remove old versions
9
10 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12
13 net-im/gajim/Manifest | 1 -
14 net-im/gajim/gajim-1.0.3-r2.ebuild | 80 --------------------------------------
15 net-im/gajim/gajim-1.0.3-r3.ebuild | 80 --------------------------------------
16 net-im/gajim/metadata.xml | 1 -
17 4 files changed, 162 deletions(-)
18
19 diff --git a/net-im/gajim/Manifest b/net-im/gajim/Manifest
20 index 0e11c6d1639..23f269a95b7 100644
21 --- a/net-im/gajim/Manifest
22 +++ b/net-im/gajim/Manifest
23 @@ -1,2 +1 @@
24 -DIST gajim-1.0.3.tar.bz2 5964743 BLAKE2B af4bf2206a962eb68c4df09359fa3a0ccaca1e886d4fad67d9839f5fd4c1fd359c7ee7933d39d8c1ae7dcbde6b72548fef3564a467653064d4d37aa1db234c04 SHA512 a6d7f92a22a9dddc8a4b07eda0aae0b6fb4db57c73133ee19937f7e2a2a82c5351051d1f3627c94a44434276ed001b83d375f708f177962125af66cda8579ec8
25 DIST gajim-1.1.3.tar.bz2 8013585 BLAKE2B 7be25380ecfe76ae5e2a7534665688dcca9ff850c12c7a450e8d1f6caab1820a1022750710df0a8a7ae259c5748f55582b272ad83fbdb0560f18e6ab8642bf78 SHA512 18062832f9b9295c7a844c347d5ece4a6db43126d5b58bbf362fdf2f8e082e2241c46dae6d1cbe66ebf2ef19f65618102c3c21fa0079a96fc21511e6e93420ac
26
27 diff --git a/net-im/gajim/gajim-1.0.3-r2.ebuild b/net-im/gajim/gajim-1.0.3-r2.ebuild
28 deleted file mode 100644
29 index a33e0fe9535..00000000000
30 --- a/net-im/gajim/gajim-1.0.3-r2.ebuild
31 +++ /dev/null
32 @@ -1,80 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python3_6 )
39 -PYTHON_REQ_USE="sqlite,xml"
40 -DISTUTILS_SINGLE_IMPL=1
41 -
42 -inherit gnome2-utils distutils-r1 versionator xdg-utils
43 -
44 -DESCRIPTION="Jabber client written in PyGTK"
45 -HOMEPAGE="https://www.gajim.org/"
46 -SRC_URI="https://www.gajim.org/downloads/$(get_version_component_range 1-2)/${P}.tar.bz2"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -#KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
51 -KEYWORDS="amd64 x86"
52 -IUSE="+crypt geolocation jingle keyring networkmanager remote rst +spell upnp
53 - +webp"
54 -
55 -COMMON_DEPEND="
56 - dev-libs/gobject-introspection[cairo(+)]
57 - >=x11-libs/gtk+-3.22:3[introspection]"
58 -DEPEND="${COMMON_DEPEND}
59 - app-arch/unzip
60 - >=dev-util/intltool-0.40.1
61 - virtual/pkgconfig
62 - >=sys-devel/gettext-0.17-r1"
63 -RDEPEND="${COMMON_DEPEND}
64 - $(python_gen_cond_dep '
65 - dev-python/idna[${PYTHON_MULTI_USEDEP}]
66 - dev-python/precis-i18n[${PYTHON_MULTI_USEDEP}]
67 - dev-python/pyasn1[${PYTHON_MULTI_USEDEP}]
68 - dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
69 - dev-python/pycurl[${PYTHON_MULTI_USEDEP}]
70 - dev-python/pygobject:3[cairo,${PYTHON_MULTI_USEDEP}]
71 - >=dev-python/pyopenssl-0.14[${PYTHON_MULTI_USEDEP}]
72 - >=dev-python/python-nbxmpp-0.6.6[${PYTHON_MULTI_USEDEP}]
73 - x11-libs/libXScrnSaver
74 - crypt? (
75 - dev-python/pycryptodome[${PYTHON_MULTI_USEDEP}]
76 - >=dev-python/python-gnupg-0.4.0[${PYTHON_MULTI_USEDEP}] )
77 - geolocation? ( app-misc/geoclue[introspection] )
78 - jingle? (
79 - net-libs/farstream:0.2[introspection]
80 - media-libs/gstreamer:1.0[introspection]
81 - media-libs/gst-plugins-base:1.0[introspection]
82 - media-libs/gst-plugins-ugly:1.0
83 - )
84 - keyring? (
85 - app-crypt/libsecret[crypt,introspection]
86 - dev-python/keyring[${PYTHON_MULTI_USEDEP}]
87 - )
88 - networkmanager? ( net-misc/networkmanager[introspection] )
89 - remote? (
90 - >=dev-python/dbus-python-1.2.0[${PYTHON_MULTI_USEDEP}]
91 - sys-apps/dbus[X]
92 - )
93 - rst? ( dev-python/docutils[${PYTHON_MULTI_USEDEP}] )
94 - spell? (
95 - app-text/gspell[introspection]
96 - app-text/hunspell
97 - )
98 - upnp? ( net-libs/gupnp-igd[introspection] )
99 - webp? ( dev-python/pillow[${PYTHON_MULTI_USEDEP}] )
100 - ')"
101 -
102 -RESTRICT="test"
103 -
104 -pkg_postinst() {
105 - gnome2_icon_cache_update
106 - xdg_desktop_database_update
107 -}
108 -
109 -pkg_postrm() {
110 - gnome2_icon_cache_update
111 - xdg_desktop_database_update
112 -}
113
114 diff --git a/net-im/gajim/gajim-1.0.3-r3.ebuild b/net-im/gajim/gajim-1.0.3-r3.ebuild
115 deleted file mode 100644
116 index 31090b16376..00000000000
117 --- a/net-im/gajim/gajim-1.0.3-r3.ebuild
118 +++ /dev/null
119 @@ -1,80 +0,0 @@
120 -# Copyright 1999-2020 Gentoo Authors
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=6
124 -
125 -PYTHON_COMPAT=( python3_6 )
126 -PYTHON_REQ_USE="sqlite,xml"
127 -DISTUTILS_SINGLE_IMPL=1
128 -
129 -inherit gnome2-utils distutils-r1 versionator xdg-utils
130 -
131 -DESCRIPTION="Jabber client written in PyGTK"
132 -HOMEPAGE="https://www.gajim.org/"
133 -SRC_URI="https://www.gajim.org/downloads/$(get_version_component_range 1-2)/${P}.tar.bz2"
134 -
135 -LICENSE="GPL-3"
136 -SLOT="0"
137 -#KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
138 -KEYWORDS="~amd64 ~x86"
139 -IUSE="+crypt geolocation jingle keyring networkmanager remote rst +spell upnp
140 - +webp"
141 -
142 -COMMON_DEPEND="
143 - dev-libs/gobject-introspection[cairo(+)]
144 - >=x11-libs/gtk+-3.22:3[introspection]"
145 -DEPEND="${COMMON_DEPEND}
146 - app-arch/unzip
147 - >=dev-util/intltool-0.40.1
148 - virtual/pkgconfig
149 - >=sys-devel/gettext-0.17-r1"
150 -RDEPEND="${COMMON_DEPEND}
151 - $(python_gen_cond_dep '
152 - dev-python/idna[${PYTHON_MULTI_USEDEP}]
153 - dev-python/precis-i18n[${PYTHON_MULTI_USEDEP}]
154 - dev-python/pyasn1[${PYTHON_MULTI_USEDEP}]
155 - dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
156 - dev-python/pycurl[${PYTHON_MULTI_USEDEP}]
157 - dev-python/pygobject:3[cairo,${PYTHON_MULTI_USEDEP}]
158 - >=dev-python/pyopenssl-0.14[${PYTHON_MULTI_USEDEP}]
159 - >=dev-python/python-nbxmpp-0.6.6[${PYTHON_MULTI_USEDEP}]
160 - x11-libs/libXScrnSaver
161 - crypt? (
162 - dev-python/pycryptodome[${PYTHON_MULTI_USEDEP}]
163 - >=dev-python/python-gnupg-0.4.0[${PYTHON_MULTI_USEDEP}] )
164 - geolocation? ( app-misc/geoclue[introspection] )
165 - jingle? (
166 - net-libs/farstream:0.2[introspection]
167 - media-libs/gstreamer:1.0[introspection]
168 - media-libs/gst-plugins-base:1.0[introspection]
169 - media-libs/gst-plugins-ugly:1.0
170 - )
171 - keyring? (
172 - app-crypt/libsecret[crypt,introspection]
173 - dev-python/keyring[${PYTHON_MULTI_USEDEP}]
174 - )
175 - networkmanager? ( net-misc/networkmanager[introspection] )
176 - remote? (
177 - >=dev-python/dbus-python-1.2.0[${PYTHON_MULTI_USEDEP}]
178 - sys-apps/dbus[X]
179 - )
180 - rst? ( dev-python/docutils[${PYTHON_MULTI_USEDEP}] )
181 - spell? (
182 - app-text/gspell[introspection]
183 - app-text/hunspell
184 - )
185 - upnp? ( net-libs/gupnp-igd[introspection] )
186 - webp? ( dev-python/pillow[${PYTHON_MULTI_USEDEP}] )
187 - ')"
188 -
189 -RESTRICT="test"
190 -
191 -pkg_postinst() {
192 - gnome2_icon_cache_update
193 - xdg_desktop_database_update
194 -}
195 -
196 -pkg_postrm() {
197 - gnome2_icon_cache_update
198 - xdg_desktop_database_update
199 -}
200
201 diff --git a/net-im/gajim/metadata.xml b/net-im/gajim/metadata.xml
202 index b7751e37af0..bd95a079356 100644
203 --- a/net-im/gajim/metadata.xml
204 +++ b/net-im/gajim/metadata.xml
205 @@ -11,7 +11,6 @@
206 <flag name="crypt">End to end encryption and GPG encryption</flag>
207 <flag name="geolocation">Sharing your location</flag>
208 <flag name="jingle">Audio and video calls</flag>
209 - <flag name="keyring">Saving your password to your system keyring</flag>
210 <flag name="networkmanager">Network lose detection using NetworkManager</flag>
211 <flag name="remote">Controling Gajim instance from command line with gajim-remote</flag>
212 <flag name="rst">Generating XHTML output from RST code</flag>