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.3.ebuild climm-0.6.1-r1.ebuild climm-0.6.2.ebuild
Date: Sun, 01 Feb 2009 17:18:57
Message-Id: E1LTfyA-0001e6-Ot@stork.gentoo.org
1 jokey 09/02/01 17:18:54
2
3 Modified: ChangeLog climm-0.6.3.ebuild
4 Removed: climm-0.6.1-r1.ebuild climm-0.6.2.ebuild
5 Log:
6 Pull in gnutls if requested and satisfy ssl dep with it, stable on x86 and amd64
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 net-im/climm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 27 Aug 2008 14:46:14 -0000 1.10
23 +++ ChangeLog 1 Feb 2009 17:18:54 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-im/climm
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.10 2008/08/27 14:46:14 jokey Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.11 2009/02/01 17:18:54 jokey Exp $
30 +
31 + 01 Feb 2009; Markus Ullmann <jokey@g.o> -climm-0.6.1-r1.ebuild,
32 + -climm-0.6.2.ebuild, climm-0.6.3.ebuild:
33 + Pull in gnutls if requested and satisfy ssl dep with it, stable on x86 and
34 + amd64
35
36 *climm-0.6.3 (27 Aug 2008)
37
38
39
40
41 1.2 net-im/climm/climm-0.6.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/climm-0.6.3.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/climm-0.6.3.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/climm-0.6.3.ebuild?r1=1.1&r2=1.2
46
47 Index: climm-0.6.3.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.3.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- climm-0.6.3.ebuild 27 Aug 2008 14:46:14 -0000 1.1
54 +++ climm-0.6.3.ebuild 1 Feb 2009 17:18:54 -0000 1.2
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2008 Gentoo Foundation
57 +# Copyright 1999-2009 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.3.ebuild,v 1.1 2008/08/27 14:46:14 jokey Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.3.ebuild,v 1.2 2009/02/01 17:18:54 jokey Exp $
61
62 DESCRIPTION="ICQ text-mode client with many features"
63 HOMEPAGE="http://www.climm.org/"
64 @@ -8,10 +8,11 @@
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 -KEYWORDS="~amd64 ~x86"
69 +KEYWORDS="amd64 x86"
70 IUSE="gloox gnutls otr tcl ssl"
71
72 DEPEND="gloox? ( net-libs/gloox )
73 + gnutls? ( >=net-libs/gnutls-0.8.10 )
74 ssl? (
75 || ( gnutls? ( >=net-libs/gnutls-0.8.10 )
76 dev-libs/openssl ) )