Gentoo Archives: gentoo-commits

From: "Ian Whyman (thev00d00)" <thev00d00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-sipe: ChangeLog pidgin-sipe-1.13.3.ebuild pidgin-sipe-1.13.1.ebuild
Date: Wed, 29 Aug 2012 07:35:47
Message-Id: 20120829073538.0C07520B03@flycatcher.gentoo.org
1 thev00d00 12/08/29 07:35:37
2
3 Modified: ChangeLog
4 Added: pidgin-sipe-1.13.3.ebuild
5 Removed: pidgin-sipe-1.13.1.ebuild
6 Log:
7 Version
8
9 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.16 x11-plugins/pidgin-sipe/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.16&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?rev=1.16&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog?r1=1.15&r2=1.16
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v
21 retrieving revision 1.15
22 retrieving revision 1.16
23 diff -u -r1.15 -r1.16
24 --- ChangeLog 30 Jun 2012 22:00:30 -0000 1.15
25 +++ ChangeLog 29 Aug 2012 07:35:37 -0000 1.16
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-plugins/pidgin-sipe
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.15 2012/06/30 22:00:30 thev00d00 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/ChangeLog,v 1.16 2012/08/29 07:35:37 thev00d00 Exp $
31 +
32 +*pidgin-sipe-1.13.3 (29 Aug 2012)
33 +
34 + 29 Aug 2012; Ian Whyman <thev00d00@g.o> -pidgin-sipe-1.13.1.ebuild,
35 + +pidgin-sipe-1.13.3.ebuild:
36 + Version bump
37
38 *pidgin-sipe-1.13.2-r1 (30 Jun 2012)
39
40
41
42
43 1.1 x11-plugins/pidgin-sipe/pidgin-sipe-1.13.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.13.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.13.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pidgin-sipe-1.13.3.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.13.3.ebuild,v 1.1 2012/08/29 07:35:37 thev00d00 Exp $
53
54 EAPI=4
55
56 inherit autotools eutils
57
58 DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)"
59 HOMEPAGE="http://sipe.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="debug kerberos ocs2005-message-hack voice"
66
67 RDEPEND="net-im/pidgin[gnutls]
68 >=dev-libs/gmime-2.4.16
69 dev-libs/libxml2
70 kerberos? ( virtual/krb5 )
71 voice? (
72 >=dev-libs/glib-2.28.0
73 >=net-libs/libnice-0.1.0
74 media-libs/gstreamer
75 >=net-im/pidgin-2.8.0[gnutls]
76 )
77 !voice? (
78 >=dev-libs/glib-2.12.0
79 net-im/pidgin[gnutls]
80 )
81 "
82
83 DEPEND="dev-util/intltool
84 virtual/pkgconfig
85 ${RDEPEND}
86 "
87
88 src_prepare() {
89 epatch "${FILESDIR}/${PN}-1.13.2-fix-sandbox-r1.patch"
90 eautoreconf
91 }
92
93 src_configure() {
94 econf \
95 --enable-purple \
96 --disable-quality-check \
97 --disable-telepathy \
98 $(use_enable debug) \
99 $(use_enable ocs2005-message-hack) \
100 $(use_with kerberos krb5) \
101 $(use_with voice vv)
102 }
103
104 src_install() {
105 emake install DESTDIR="${D}"
106 dodoc AUTHORS ChangeLog NEWS TODO README
107 }