Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/climm: ChangeLog climm-0.6.1-r1.ebuild
Date: Sun, 28 Oct 2007 11:25:49
Message-Id: E1Im6Gz-0001YN-Ak@stork.gentoo.org
1 jokey 07/10/28 11:25:41
2
3 Modified: ChangeLog climm-0.6.1-r1.ebuild
4 Log:
5 Add a dep to otr 3.0 for bug #195862 and add a check for ssl/gloox useflags to fix jabber connection issues reported by armin76 on IRC
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.4 net-im/climm/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?r1=1.3&r2=1.4
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ChangeLog 22 Oct 2007 21:51:36 -0000 1.3
22 +++ ChangeLog 28 Oct 2007 11:25:40 -0000 1.4
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-im/climm
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.3 2007/10/22 21:51:36 jokey Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.4 2007/10/28 11:25:40 jokey Exp $
28 +
29 + 28 Oct 2007; Markus Ullmann <jokey@g.o> climm-0.6.1-r1.ebuild:
30 + Add a dep to otr 3.0 for bug #195862 and add a check for ssl/gloox useflags
31 + to fix jabber connection issues reported by armin76 on IRC
32
33 *climm-0.6.1-r1 (22 Oct 2007)
34
35
36
37
38 1.2 net-im/climm/climm-0.6.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: climm-0.6.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- climm-0.6.1-r1.ebuild 22 Oct 2007 21:51:36 -0000 1.1
51 +++ climm-0.6.1-r1.ebuild 28 Oct 2007 11:25:40 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild,v 1.1 2007/10/22 21:51:36 jokey Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild,v 1.2 2007/10/28 11:25:40 jokey Exp $
57
58 DESCRIPTION="ICQ text-mode client with many features"
59 HOMEPAGE="http://www.climm.org/"
60 @@ -13,7 +13,16 @@
61
62 DEPEND="gloox? ( net-libs/gloox )
63 ssl? ( >=net-libs/gnutls-0.8.10 dev-libs/openssl )
64 - tcl? ( dev-lang/tcl )"
65 + tcl? ( dev-lang/tcl )
66 + otr? ( >=net-libs/libotr-3.0.0 )"
67 +
68 +pkg_setup() {
69 + if use gloox && ! use ssl ; then
70 + eerror "You need to set the ssl flag when you want to use the gloox"
71 + eerror "Jabber library"
72 + die "Set ssl or unset gloox for ${PN}"
73 + fi
74 +}
75
76 src_compile() {
77 econf \
78
79
80
81 --
82 gentoo-commits@g.o mailing list