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.6.4.ebuild
Date: Thu, 28 May 2009 16:50:25
Message-Id: E1M9inx-0000nm-Eh@stork.gentoo.org
1 scarabeus 09/05/28 16:50:09
2
3 Modified: ChangeLog cmake-2.6.4.ebuild
4 Log:
5 Add einfo informing about the test that might fail.
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.98 dev-util/cmake/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.98&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.98&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/ChangeLog?r1=1.97&r2=1.98
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v
18 retrieving revision 1.97
19 retrieving revision 1.98
20 diff -u -r1.97 -r1.98
21 --- ChangeLog 28 May 2009 15:31:28 -0000 1.97
22 +++ ChangeLog 28 May 2009 16:50:09 -0000 1.98
23 @@ -1,6 +1,9 @@
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.97 2009/05/28 15:31:28 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.98 2009/05/28 16:50:09 scarabeus Exp $
28 +
29 + 28 May 2009; Tomáš Chvátal <scarabeus@g.o> cmake-2.6.4.ebuild:
30 + Add einfo informing about the test that might fail.
31
32 28 May 2009; Christian Faulhammer <fauli@g.o> cmake-2.6.4.ebuild:
33 stable x86, bug 271444
34
35
36
37 1.7 dev-util/cmake/cmake-2.6.4.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/cmake-2.6.4.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/cmake-2.6.4.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/cmake-2.6.4.ebuild?r1=1.6&r2=1.7
42
43 Index: cmake-2.6.4.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.6.4.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- cmake-2.6.4.ebuild 28 May 2009 15:31:28 -0000 1.6
50 +++ cmake-2.6.4.ebuild 28 May 2009 16:50:09 -0000 1.7
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.6.4.ebuild,v 1.6 2009/05/28 15:31:28 fauli Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.6.4.ebuild,v 1.7 2009/05/28 16:50:09 scarabeus Exp $
56
57 EAPI="2"
58
59 @@ -111,6 +111,8 @@
60 }
61
62 src_test() {
63 + einfo "Please note that test \"58 - SimpleInstall-Stage2\" might fail."
64 + einfo "If any package installs with cmake, it means test failed but cmake work."
65 emake test
66 }