Gentoo Archives: gentoo-commits

From: Ian Whyman <thev00d00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
Date: Thu, 05 Apr 2018 22:25:57
Message-Id: 1522958338.c6afa0201e1133fe4e269a35c71492c7a5032b9e.thev00d00@gentoo
1 commit: c6afa0201e1133fe4e269a35c71492c7a5032b9e
2 Author: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 19:58:42 2018 +0000
4 Commit: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 19:58:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6afa020
7
8 x11-plugins/pidgin-sipe: Version bump, tidy old
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 x11-plugins/pidgin-sipe/Manifest | 2 +-
13 .../{pidgin-sipe-1.22.1.ebuild => pidgin-sipe-1.23.2.ebuild} | 10 +++++-----
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
17 index f083628620f..9111ff5322e 100644
18 --- a/x11-plugins/pidgin-sipe/Manifest
19 +++ b/x11-plugins/pidgin-sipe/Manifest
20 @@ -1,3 +1,3 @@
21 DIST pidgin-sipe-1.22.0.tar.gz 1255851 BLAKE2B 442206854bc420f8a93a34246f28a923adc83c08a9c113d871f920799e2b33505a14b4181d1b20aa65e03c6d6483b01be22e66ed4496ea8571247bfc560d2a97 SHA512 4135bbf526659663b0b053592d889588574ed2a1bc9346e6ba62960203409e2604552ffb02ed32e2b4bb46c4f40f62089302b301344b9f7b45657e64a585f7ed
22 -DIST pidgin-sipe-1.22.1.tar.gz 1265440 BLAKE2B 88f5ef6473af2b50aab0d2adfb9bccf62c9654a1d80319d5e8e43b18719e875e0b3fda45a76e85a6fd892fd516dcfbf5f5ec4a134b1525972eaf35b9841d5210 SHA512 1fff886b32f7f8cb99a0af710b3a1502f62d27dedb541a9e2d8ae9eaf5eb7be0983216e730ccc912c20eee3d940ed1f789f704ee21736db76d141efda66ec018
23 DIST pidgin-sipe-1.23.0.tar.gz 1296050 BLAKE2B 1c69587ab6407b6c83dda349ab9a5ad61e3e1d8936b58d7edd71cbead3f8573ab60f7e95866968ec55163a533077be268d6166354d9d22cd2110e6b2ae1708c0 SHA512 8ed0c353e83707b99059791b97568d874634eb1d5ec1a43031864cc8469dc859e7485eb617fe5e23960c091fb15334a903452827ef8a650ed4d677f3a2222cef
24 +DIST pidgin-sipe-1.23.2.tar.gz 1297900 BLAKE2B 2e37fc883c04ae9cb3ed562e932f0d207c449f67521c65a64bd52a580386fb822d10814bb7fda7cb0f6a67ae949b428db0b3c160f113c279b2e8440360af14ba SHA512 150dd41577c571442c664d91b55cff461ce2bd8dfdca6e8c8dffd27ee22c35393031ddcc7e070409ed5206f8cd0f17246f70d9ebfb6c868503a90be989ac34e6
25
26 diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.2.ebuild
27 similarity index 87%
28 rename from x11-plugins/pidgin-sipe/pidgin-sipe-1.22.1.ebuild
29 rename to x11-plugins/pidgin-sipe/pidgin-sipe-1.23.2.ebuild
30 index 8b7372dda46..6eaeda36c6b 100644
31 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.1.ebuild
32 +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.2.ebuild
33 @@ -1,9 +1,9 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 +# Copyright 1999-2018 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=6
39
40 -inherit autotools eutils
41 +inherit autotools
42
43 DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)"
44 HOMEPAGE="http://sipe.sourceforge.net/"
45 @@ -13,7 +13,7 @@ LICENSE="GPL-2"
46 SLOT="0"
47 KEYWORDS="~amd64 ~x86"
48
49 -IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice"
50 +IUSE="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
51
52 RDEPEND="
53 dev-libs/gmime:2.6
54 @@ -25,13 +25,12 @@ RDEPEND="
55 >=dev-libs/glib-2.28.0
56 >=net-libs/libnice-0.1.0
57 media-libs/gstreamer:1.0
58 - >=net-im/pidgin-2.8.0
59 net-libs/farstream:0.2
60 )
61 !voice? (
62 >=dev-libs/glib-2.12.0:2
63 - net-im/pidgin
64 )
65 + net-im/pidgin[dbus?]
66 telepathy? (
67 >=sys-apps/dbus-1.1.0
68 >=dev-libs/dbus-glib-0.61
69 @@ -57,6 +56,7 @@ src_configure() {
70 $(use_enable telepathy) \
71 $(use_enable debug) \
72 $(use_enable ocs2005-message-hack) \
73 + $(use_with dbus) \
74 $(use_with kerberos krb5) \
75 $(use_with voice vv) \
76 $(use_enable !openssl nss) \