Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cmake: ChangeLog cmake-2.8.0.ebuild
Date: Sun, 29 Nov 2009 18:01:18
Message-Id: E1NEo53-000129-Cq@stork.gentoo.org
1 scarabeus 09/11/29 18:01:05
2
3 Modified: ChangeLog cmake-2.8.0.ebuild
4 Log:
5 Update deps so the tests are not failing, and features are not missing. Per bug #295070.
6 (Portage version: 2.2_rc53/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.122 dev-util/cmake/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.122&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.122&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/ChangeLog?r1=1.121&r2=1.122
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v
18 retrieving revision 1.121
19 retrieving revision 1.122
20 diff -u -r1.121 -r1.122
21 --- ChangeLog 24 Nov 2009 15:59:55 -0000 1.121
22 +++ ChangeLog 29 Nov 2009 18:01:05 -0000 1.122
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/cmake
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.121 2009/11/24 15:59:55 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.122 2009/11/29 18:01:05 scarabeus Exp $
28 +
29 + 29 Nov 2009; Tomáš Chvátal <scarabeus@g.o> cmake-2.8.0.ebuild:
30 + Update deps so the tests are not failing, and features are not missing.
31 + Per bug #295070.
32
33 24 Nov 2009; Raúl Porcel <armin76@g.o> cmake-2.6.4-r3.ebuild:
34 ia64/s390/sh/sparc stable wrt #290723
35
36
37
38 1.2 dev-util/cmake/cmake-2.8.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/cmake-2.8.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/cmake-2.8.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/cmake-2.8.0.ebuild?r1=1.1&r2=1.2
43
44 Index: cmake-2.8.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- cmake-2.8.0.ebuild 14 Nov 2009 01:01:37 -0000 1.1
51 +++ cmake-2.8.0.ebuild 29 Nov 2009 18:01:05 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.0.ebuild,v 1.1 2009/11/14 01:01:37 scarabeus Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.0.ebuild,v 1.2 2009/11/29 18:01:05 scarabeus Exp $
57
58 EAPI="2"
59
60 @@ -18,7 +18,11 @@
61 IUSE="emacs qt4 vim-syntax"
62
63 DEPEND="
64 - >=net-misc/curl-7.16.4
65 + || (
66 + >=net-misc/curl-7.16.7[gnutls]
67 + >=net-misc/curl-7.16.7[nss]
68 + >=net-misc/curl-7.16.7[openssl]
69 + )
70 >=dev-libs/expat-2.0.1
71 >=dev-libs/libxml2-2.6.28
72 >=dev-libs/xmlrpc-c-1.06.27[curl]