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: Sun, 05 Feb 2017 15:11:47
Message-Id: 1486307498.e245ab22af042a92549fd9daa8d1b92529a40036.thev00d00@gentoo
1 commit: e245ab22af042a92549fd9daa8d1b92529a40036
2 Author: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 15:10:47 2017 +0000
4 Commit: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 15:11:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e245ab22
7
8 x11-plugins/pidgin-sipe: Version bump, Bug 608220
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-plugins/pidgin-sipe/Manifest | 1 +
13 x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild | 69 +++++++++++++++++++++++
14 2 files changed, 70 insertions(+)
15
16 diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
17 index 4685f07..568b760 100644
18 --- a/x11-plugins/pidgin-sipe/Manifest
19 +++ b/x11-plugins/pidgin-sipe/Manifest
20 @@ -1,3 +1,4 @@
21 DIST pidgin-sipe-1.18.0.tar.gz 1090904 SHA256 f1388799e3d250fe43643ee8748a6769f67f9c544e3b91fbb25af76b30675efc SHA512 f7d50b26656cd83f13ee24412ca97ab5ffe325c13d32855f9e8c788d5c8a11cb942c12d6888c4992c037320500265441eba9bc8e4eb5c21190eb372abd6b4451 WHIRLPOOL c97693bf54b0dba3f583891714edb63971b2669d1fc0ed41eb94009cfa2b78e37fdee42db325c74f4e4fc76cf29af5fd7cc67b598a3d672623ec1c392561ba86
22 DIST pidgin-sipe-1.20.1.tar.gz 1142762 SHA256 a3538f3eed3a5e9a7f2e12622d9283ddbba88d752b4e6c3c2cd5774a3bc48717 SHA512 26363937ca4d2a3e3c759a4ba2e8039f0e90f25e9fa66f3e1a4cc976c037d9878a1c777a24ddea9d5ce308908e92cd5c80f0e90a574e03ff40e09f863e6d6755 WHIRLPOOL 40e043eca221e4bbd961bbfaf7c2369408f42b97cddf727e0e45ea516049a4fddd08a4481d75dea25870b87f2d367d01c578cbb3e4288c01af71ea0a145f8cbb
23 DIST pidgin-sipe-1.21.1.tar.gz 1212621 SHA256 92cc5bc581e7b500ffcce51707e003608d5f471c2785500facf63fcab62d7336 SHA512 d9b5ad67967c35e29d6742d9d09346c7702a339450de7522aad73f0b379505f24104a306292ee91960c679498073376081479b335eab8eba090e492f444b5378 WHIRLPOOL 730d4bc6bf0007ec2d52cfd25e9b96a4e0cb2dfdef528b98971416e67b2242a7d72ce41de32bf58bb52591ea85f46174a83091d75a6dc4fcefe4522c83f3e678
24 +DIST pidgin-sipe-1.22.0.tar.gz 1255851 SHA256 1aeb348e2ba79b82b1fd102555f86cdc42eaa6f9e761b771d74c4f9c9cf15fc3 SHA512 4135bbf526659663b0b053592d889588574ed2a1bc9346e6ba62960203409e2604552ffb02ed32e2b4bb46c4f40f62089302b301344b9f7b45657e64a585f7ed WHIRLPOOL 5714beb478b19b8378faca5ddd04573c2f0996287523fefb51219731817b237f77c98ac3ac027ff45a155b51f49c6ea420a4572f8a020e8edc715e82ef9290aa
25
26 diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
27 new file mode 100644
28 index 00000000..fe12ea7
29 --- /dev/null
30 +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
31 @@ -0,0 +1,69 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +
38 +inherit autotools eutils
39 +
40 +DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)"
41 +HOMEPAGE="http://sipe.sourceforge.net/"
42 +SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz"
43 +
44 +LICENSE="GPL-2"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +
48 +IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice"
49 +
50 +RDEPEND=">=dev-libs/gmime-2.4.16
51 + dev-libs/libxml2
52 + openssl? ( dev-libs/openssl:= )
53 + !openssl? ( dev-libs/nss )
54 + kerberos? ( virtual/krb5 )
55 + voice? (
56 + >=dev-libs/glib-2.28.0
57 + >=net-libs/libnice-0.1.0
58 + media-libs/gstreamer:1.0
59 + >=net-im/pidgin-2.8.0
60 + net-libs/farstream:0.2
61 + )
62 + !voice? (
63 + >=dev-libs/glib-2.12.0:2
64 + net-im/pidgin
65 + )
66 + telepathy? (
67 + >=sys-apps/dbus-1.1.0
68 + >=dev-libs/dbus-glib-0.61
69 + >=dev-libs/glib-2.28:2
70 + >=net-libs/telepathy-glib-0.18.0
71 + )
72 +"
73 +
74 +DEPEND="dev-util/intltool
75 + virtual/pkgconfig
76 + ${RDEPEND}
77 +"
78 +
79 +src_prepare() {
80 + default
81 + eautoreconf
82 +}
83 +
84 +src_configure() {
85 + econf \
86 + --enable-purple \
87 + --disable-quality-check \
88 + $(use_enable telepathy) \
89 + $(use_enable debug) \
90 + $(use_enable ocs2005-message-hack) \
91 + $(use_with kerberos krb5) \
92 + $(use_with voice vv) \
93 + $(use_enable !openssl nss) \
94 + $(use_enable openssl)
95 +}
96 +
97 +src_install() {
98 + emake install DESTDIR="${D}"
99 + dodoc AUTHORS ChangeLog NEWS TODO README
100 +}