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, 25 Oct 2018 18:40:20
Message-Id: 1540492798.4946108d199b48872c6baf67d592827935c3468d.thev00d00@gentoo
1 commit: 4946108d199b48872c6baf67d592827935c3468d
2 Author: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 25 18:39:58 2018 +0000
4 Commit: Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 25 18:39:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4946108d
7
8 x11-plugins/pidgin-sipe: bump
9
10 Signed-off-by: Ian Whyman <thev00d00 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 x11-plugins/pidgin-sipe/Manifest | 1 +
14 x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild | 69 +++++++++++++++++++++++
15 2 files changed, 70 insertions(+)
16
17 diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
18 index 9111ff5322e..e24c3edcd4b 100644
19 --- a/x11-plugins/pidgin-sipe/Manifest
20 +++ b/x11-plugins/pidgin-sipe/Manifest
21 @@ -1,3 +1,4 @@
22 DIST pidgin-sipe-1.22.0.tar.gz 1255851 BLAKE2B 442206854bc420f8a93a34246f28a923adc83c08a9c113d871f920799e2b33505a14b4181d1b20aa65e03c6d6483b01be22e66ed4496ea8571247bfc560d2a97 SHA512 4135bbf526659663b0b053592d889588574ed2a1bc9346e6ba62960203409e2604552ffb02ed32e2b4bb46c4f40f62089302b301344b9f7b45657e64a585f7ed
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 +DIST pidgin-sipe-1.23.3.tar.gz 1298459 BLAKE2B e15ad7658771fc0d7f5320f6b145e67a6f33603dfe49dd83edbf42fd2e57f117f4cdac53c6b6dba401266ae6c2593bb6078a604c164aa365aa94aa64eb94f1c7 SHA512 3c7481e02f9541818a980df31d135c3eefd8f1e921dcb6cfe3d1ce194b1591531db2c23364b545a912eb3818af207ffc0a19d3310d495db503de954f0547ea31
26
27 diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild
28 new file mode 100644
29 index 00000000000..dfeeb6f126f
30 --- /dev/null
31 +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild
32 @@ -0,0 +1,69 @@
33 +# Copyright 1999-2018 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +inherit autotools
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="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
49 +
50 +RDEPEND="
51 + dev-libs/gmime:2.6
52 + dev-libs/libxml2
53 + openssl? ( dev-libs/openssl:= )
54 + !openssl? ( dev-libs/nss )
55 + kerberos? ( virtual/krb5 )
56 + voice? (
57 + >=dev-libs/glib-2.28.0
58 + >=net-libs/libnice-0.1.0
59 + media-libs/gstreamer:1.0
60 + net-libs/farstream:0.2
61 + )
62 + !voice? (
63 + >=dev-libs/glib-2.12.0:2
64 + )
65 + net-im/pidgin[dbus?]
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 dbus) \
92 + $(use_with kerberos krb5) \
93 + $(use_with voice vv) \
94 + $(use_enable !openssl nss) \
95 + $(use_enable openssl)
96 +}
97 +
98 +src_install() {
99 + emake install DESTDIR="${D}"
100 + dodoc AUTHORS ChangeLog NEWS TODO README
101 +}