Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cmake: cmake-2.8.11.2.ebuild ChangeLog
Date: Sat, 30 Nov 2013 13:55:14
Message-Id: 20131130135510.C99332004E@flycatcher.gentoo.org
1 johu 13/11/30 13:55:10
2
3 Modified: cmake-2.8.11.2.ebuild ChangeLog
4 Log:
5 Add upstream patch to fix linking while bootstrap on hppa fixes bug #473276.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
8
9 Revision Changes Path
10 1.4 dev-util/cmake/cmake-2.8.11.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild?r1=1.3&r2=1.4
15
16 Index: cmake-2.8.11.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- cmake-2.8.11.2.ebuild 28 Oct 2013 22:16:05 -0000 1.3
23 +++ cmake-2.8.11.2.ebuild 30 Nov 2013 13:55:10 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild,v 1.3 2013/10/28 22:16:05 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild,v 1.4 2013/11/30 13:55:10 johu Exp $
29
30 EAPI=5
31
32 @@ -71,6 +71,7 @@
33 "${FILESDIR}"/${PN}-2.8.11-FindBoost-python.patch
34 "${FILESDIR}"/${PN}-2.8.11-FindImageMagick.patch
35 "${FILESDIR}"/${PN}-2.8.11-more-no_host_paths.patch
36 + "${FILESDIR}"/${PN}-2.8.11.2-hppa-bootstrap.patch
37 )
38
39 cmake_src_bootstrap() {
40
41
42
43 1.262 dev-util/cmake/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.262&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.262&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?r1=1.261&r2=1.262
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v
52 retrieving revision 1.261
53 retrieving revision 1.262
54 diff -u -r1.261 -r1.262
55 --- ChangeLog 13 Nov 2013 18:26:34 -0000 1.261
56 +++ ChangeLog 30 Nov 2013 13:55:10 -0000 1.262
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-util/cmake
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.261 2013/11/13 18:26:34 johu Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.262 2013/11/30 13:55:10 johu Exp $
62 +
63 + 30 Nov 2013; Johannes Huber <johu@g.o>
64 + +files/cmake-2.8.11.2-hppa-bootstrap.patch, cmake-2.8.11.2.ebuild:
65 + Add upstream patch to fix linking while bootstrap on hppa fixes bug #473276.
66
67 *cmake-2.8.12.1-r1 (13 Nov 2013)