Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/
Date: Fri, 30 Oct 2015 12:25:37
Message-Id: 1446207063.1e9e5100200f7d5b7e9e22b8bc47f82ea7e2c71e.jlec@gentoo
1 commit: 1e9e5100200f7d5b7e9e22b8bc47f82ea7e2c71e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 12:11:03 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 12:11:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9e5100
7
8 net-im/gajim: Drop old
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 net-im/gajim/Manifest | 2 -
14 net-im/gajim/gajim-0.16.3.ebuild | 127 ---------------------------------------
15 net-im/gajim/gajim-0.16.ebuild | 124 --------------------------------------
16 3 files changed, 253 deletions(-)
17
18 diff --git a/net-im/gajim/Manifest b/net-im/gajim/Manifest
19 index a579898..075fcdc 100644
20 --- a/net-im/gajim/Manifest
21 +++ b/net-im/gajim/Manifest
22 @@ -1,3 +1 @@
23 -DIST gajim-0.16.3.tar.bz2 4596437 SHA256 a1c85879cb43f80a5a4ece91c5571012bb08c3878b28105db246599e1c4c4515 SHA512 815275c0abbc18ff7309a4142186952f4d46acedeb29c14ab90ab4e60935d427248eedcf6392cf6f197b24928763a58c0a52ccdfb112f28e9c9c727c3f3e45c9 WHIRLPOOL f6f7098ae5098d7f3ade834773002aa62a53d6e43a2c52d07cc1bad29e9b83741a616f1e50953063c060881f1d5a3e8cef87ea2ac0b0f667ee9b330bd995f827
24 DIST gajim-0.16.4.tar.bz2 4593307 SHA256 2116ad3a5635c54b575ff53eed72fe4651fc50582f5094bfc6113d1cf0d1ce7f SHA512 e8c046aa711207d71080c83d4827400392354eaadb4b431a474fcd94d56bb0fac9f163606a6f7e8abd68c7509158f8e8101b0cc2ecb439443e2966deb707bfdb WHIRLPOOL c6a496f9c02fabbaf76b52e930e5d79f6fad2557e8b458654c538c82041b8ba65bb6f8d75f18438fbabb8aa0e52493494a5847833cc49b70444720b15d6d86a5
25 -DIST gajim-0.16.tar.bz2 4575445 SHA256 7abd8dfb22522d3a2f0345da2a86b99fb9917bfd97310124df8601fab82ca193 SHA512 af2fd6b750e3ffa5770913a93ac5e61e6dab5688a28a26484ba4a097d73cc38b820797b1fedc60a67bf94e9a641cc80264210d0c4cf997047068c6dcb056ca75 WHIRLPOOL 6d5374bcc574bf851f6dde184f52ef8ca517869b96a85a9598b4c37953c2bc7849ccfdb106d975da80a394555f7ed7486cf356dad06dc11f545d375745e983be
26
27 diff --git a/net-im/gajim/gajim-0.16.3.ebuild b/net-im/gajim/gajim-0.16.3.ebuild
28 deleted file mode 100644
29 index edf6fd6..0000000
30 --- a/net-im/gajim/gajim-0.16.3.ebuild
31 +++ /dev/null
32 @@ -1,127 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -PYTHON_REQ_USE="sqlite,xml"
41 -
42 -AUTOTOOLS_AUTORECONF=true
43 -
44 -inherit autotools-utils python-r1 versionator
45 -
46 -MY_PV=${PV/_/-}
47 -MY_P="${PN}-${MY_PV}"
48 -
49 -DESCRIPTION="Jabber client written in PyGTK"
50 -HOMEPAGE="http://www.gajim.org/"
51 -SRC_URI="
52 - http://www.gajim.org/downloads/$(get_version_component_range 1-2)/${MY_P}.tar.bz2"
53 -# test? ( https://dev.gentoo.org/~jlec/distfiles/${PN}-tests-${PV}.tar.xz )"
54 -
55 -LICENSE="GPL-3"
56 -SLOT="0"
57 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
58 -IUSE="avahi crypt dbus gnome gnome-keyring kde idle jingle libnotify networkmanager nls spell +srv test X xhtml"
59 -
60 -REQUIRED_USE="
61 - ${PYTHON_REQUIRED_USE}
62 - libnotify? ( dbus )
63 - avahi? ( dbus )
64 - gnome? ( gnome-keyring )"
65 -
66 -COMMON_DEPEND="
67 - ${PYTHON_DEPS}
68 - dev-python/pygtk:2[${PYTHON_USEDEP}]
69 - x11-libs/gtk+:2"
70 -DEPEND="${COMMON_DEPEND}
71 - >=dev-util/intltool-0.40.1
72 - virtual/pkgconfig
73 - >=sys-devel/gettext-0.17-r1"
74 -RDEPEND="${COMMON_DEPEND}
75 - dev-python/pyasn1[${PYTHON_USEDEP}]
76 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
77 - >=dev-python/python-nbxmpp-0.5.3[${PYTHON_USEDEP}]
78 - crypt? (
79 - app-crypt/gnupg
80 - dev-python/pycrypto[${PYTHON_USEDEP}]
81 - )
82 - dbus? (
83 - dev-python/dbus-python[${PYTHON_USEDEP}]
84 - dev-libs/dbus-glib
85 - libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
86 - avahi? ( net-dns/avahi[dbus,gtk,python,${PYTHON_USEDEP}] )
87 - )
88 - gnome? (
89 - dev-python/libgnome-python[${PYTHON_USEDEP}]
90 - dev-python/egg-python[${PYTHON_USEDEP}]
91 - )
92 - gnome-keyring? ( dev-python/gnome-keyring-python[${PYTHON_USEDEP}] )
93 - idle? ( x11-libs/libXScrnSaver )
94 - jingle? ( net-libs/farstream:0.1[python,${PYTHON_USEDEP}] )
95 - kde? ( kde-apps/kwalletmanager )
96 - networkmanager? (
97 - dev-python/dbus-python[${PYTHON_USEDEP}]
98 - net-misc/networkmanager
99 - )
100 - spell? ( app-text/gtkspell:2 )
101 - srv? (
102 - || (
103 - dev-python/libasyncns-python[${PYTHON_USEDEP}]
104 - net-dns/bind-tools
105 - )
106 - )
107 - xhtml? ( dev-python/docutils[${PYTHON_USEDEP}] )"
108 -
109 -RESTRICT="test"
110 -
111 -S="${WORKDIR}"/${MY_P}
112 -
113 -PATCHES=(
114 - "${FILESDIR}"/${PN}-0.16-desktop.patch
115 - )
116 -
117 -src_prepare() {
118 - autotools-utils_src_prepare
119 - python_copy_sources
120 -}
121 -
122 -src_configure() {
123 - configuration() {
124 - local myeconfargs=(
125 - $(use_enable nls)
126 - $(use_with X x)
127 - --docdir="/usr/share/doc/${PF}"
128 - --libdir="$(python_get_sitedir)"
129 - --enable-site-packages
130 - )
131 - run_in_build_dir autotools-utils_src_configure
132 - }
133 - python_foreach_impl configuration
134 -}
135 -
136 -src_compile() {
137 - compilation() {
138 - run_in_build_dir autotools-utils_src_compile
139 - }
140 - python_foreach_impl compilation
141 -}
142 -
143 -src_test() {
144 - testing() {
145 - run_in_build_dir ${PYTHON} test/runtests.py --verbose 3 || die
146 - }
147 - python_foreach_impl testing
148 -}
149 -
150 -src_install() {
151 - installation() {
152 - run_in_build_dir autotools-utils_src_install
153 - python_optimize
154 - }
155 - python_foreach_impl installation
156 -
157 - rm "${ED}/usr/share/doc/${PF}/README.html" || die
158 - dohtml README.html
159 -}
160
161 diff --git a/net-im/gajim/gajim-0.16.ebuild b/net-im/gajim/gajim-0.16.ebuild
162 deleted file mode 100644
163 index 3734230..0000000
164 --- a/net-im/gajim/gajim-0.16.ebuild
165 +++ /dev/null
166 @@ -1,124 +0,0 @@
167 -# Copyright 1999-2015 Gentoo Foundation
168 -# Distributed under the terms of the GNU General Public License v2
169 -# $Id$
170 -
171 -EAPI=5
172 -
173 -PYTHON_COMPAT=( python2_7 )
174 -PYTHON_REQ_USE="sqlite,xml"
175 -
176 -AUTOTOOLS_AUTORECONF=true
177 -
178 -inherit autotools-utils python-r1 versionator
179 -
180 -MY_PV=${PV/_/-}
181 -MY_P="${PN}-${MY_PV}"
182 -
183 -DESCRIPTION="Jabber client written in PyGTK"
184 -HOMEPAGE="http://www.gajim.org/"
185 -SRC_URI="
186 - http://www.gajim.org/downloads/$(get_version_component_range 1-2)/${MY_P}.tar.bz2"
187 -# test? ( https://dev.gentoo.org/~jlec/distfiles/${PN}-tests-${PV}.tar.xz )"
188 -
189 -LICENSE="GPL-3"
190 -SLOT="0"
191 -KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
192 -IUSE="avahi crypt dbus gnome gnome-keyring kde idle jingle libnotify networkmanager nls spell +srv test X xhtml"
193 -
194 -REQUIRED_USE="
195 - ${PYTHON_REQUIRED_USE}
196 - libnotify? ( dbus )
197 - avahi? ( dbus )
198 - gnome? ( gnome-keyring )"
199 -
200 -COMMON_DEPEND="
201 - ${PYTHON_DEPS}
202 - dev-python/pygtk:2[${PYTHON_USEDEP}]
203 - x11-libs/gtk+:2"
204 -DEPEND="${COMMON_DEPEND}
205 - >=dev-util/intltool-0.40.1
206 - virtual/pkgconfig
207 - >=sys-devel/gettext-0.17-r1"
208 -RDEPEND="${COMMON_DEPEND}
209 - dev-python/pyasn1[${PYTHON_USEDEP}]
210 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
211 - >=dev-python/python-nbxmpp-0.5.1[${PYTHON_USEDEP}]
212 - crypt? (
213 - app-crypt/gnupg
214 - dev-python/pycrypto[${PYTHON_USEDEP}]
215 - )
216 - dbus? (
217 - dev-python/dbus-python[${PYTHON_USEDEP}]
218 - dev-libs/dbus-glib
219 - libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
220 - avahi? ( net-dns/avahi[dbus,gtk,python,${PYTHON_USEDEP}] )
221 - )
222 - gnome? (
223 - dev-python/libgnome-python[${PYTHON_USEDEP}]
224 - dev-python/egg-python[${PYTHON_USEDEP}]
225 - )
226 - gnome-keyring? ( dev-python/gnome-keyring-python[${PYTHON_USEDEP}] )
227 - idle? ( x11-libs/libXScrnSaver )
228 - jingle? ( net-libs/farstream:0.1[python,${PYTHON_USEDEP}] )
229 - kde? ( kde-apps/kwalletmanager )
230 - networkmanager? (
231 - dev-python/dbus-python[${PYTHON_USEDEP}]
232 - net-misc/networkmanager
233 - )
234 - spell? ( app-text/gtkspell:2 )
235 - srv? (
236 - || (
237 - dev-python/libasyncns-python[${PYTHON_USEDEP}]
238 - net-dns/bind-tools )
239 - )
240 - xhtml? ( dev-python/docutils[${PYTHON_USEDEP}] )"
241 -
242 -RESTRICT="test"
243 -
244 -S="${WORKDIR}"/${MY_P}
245 -
246 -PATCHES=( "${FILESDIR}"/${P}-desktop.patch )
247 -
248 -src_prepare() {
249 - autotools-utils_src_prepare
250 - python_copy_sources
251 -}
252 -
253 -src_configure() {
254 - configuration() {
255 - local myeconfargs=(
256 - $(use_enable nls)
257 - $(use_with X x)
258 - --docdir="/usr/share/doc/${PF}"
259 - --libdir="$(python_get_sitedir)"
260 - --enable-site-packages
261 - )
262 - run_in_build_dir autotools-utils_src_configure
263 - }
264 - python_foreach_impl configuration
265 -}
266 -
267 -src_compile() {
268 - compilation() {
269 - run_in_build_dir autotools-utils_src_compile
270 - }
271 - python_foreach_impl compilation
272 -}
273 -
274 -src_test() {
275 - testing() {
276 - run_in_build_dir ${PYTHON} test/runtests.py --verbose 3 || die
277 - }
278 - python_foreach_impl testing
279 -}
280 -
281 -src_install() {
282 - installation() {
283 - run_in_build_dir autotools-utils_src_install
284 - python_optimize
285 - }
286 - python_foreach_impl installation
287 -
288 - rm "${ED}/usr/share/doc/${PF}/README.html" || die
289 - dohtml README.html
290 -}