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.ebuild
Date: Mon, 22 Oct 2007 21:39:10
Message-Id: E1Ik4zI-0007UF-I2@stork.gentoo.org
1 jokey 07/10/22 21:39:04
2
3 Modified: ChangeLog
4 Added: climm-0.6.1.ebuild
5 Log:
6 Version bump wrt bug #195862 thanks to Andreas Weber
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.2 net-im/climm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 17 Sep 2007 10:48:41 -0000 1.1
23 +++ ChangeLog 22 Oct 2007 21:39:04 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-im/climm
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.1 2007/09/17 10:48:41 jokey Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.2 2007/10/22 21:39:04 jokey Exp $
29 +
30 +*climm-0.6.1 (22 Oct 2007)
31 +
32 + 22 Oct 2007; Markus Ullmann <jokey@g.o> +climm-0.6.1.ebuild:
33 + Version bump wrt bug #195862 thanks to Andreas Weber
34
35 *climm-0.6 (17 Sep 2007)
36
37
38
39
40 1.1 net-im/climm/climm-0.6.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/climm-0.6.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/climm-0.6.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: climm-0.6.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1.ebuild,v 1.1 2007/10/22 21:39:04 jokey Exp $
50
51 DESCRIPTION="ICQ text-mode client with many features"
52 HOMEPAGE="http://www.climm.org/"
53 SRC_URI="http://www.climm.org/source/${P}.tgz"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
58 IUSE="tcl ssl"
59
60 DEPEND="ssl? ( >=net-libs/gnutls-0.8.10 dev-libs/openssl )
61 tcl? ( dev-lang/tcl )"
62
63 src_compile() {
64 econf \
65 $(use_enable tcl) \
66 $(use_enable ssl) \
67 || die "econf failed"
68
69 emake || die "emake failed"
70 }
71
72 src_install() {
73 emake DESTDIR=${D} install || die "emake install failed"
74 dodoc AUTHORS ChangeLog FAQ INSTALL NEWS README TODO
75 }
76
77
78
79 --
80 gentoo-commits@g.o mailing list