Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cmake: ChangeLog cmake-2.8.0-r2.ebuild
Date: Wed, 10 Feb 2010 19:19:15
Message-Id: E1NfI5e-0004Rl-Tt@stork.gentoo.org
1 grobian 10/02/10 19:19:10
2
3 Modified: ChangeLog cmake-2.8.0-r2.ebuild
4 Log:
5 Add patch by Heiko Przybyl not to build an .app on OSX with USE=qt4
6 (Portage version: 2.2.00.15335-prefix/cvs/Darwin powerpc, RepoMan options: --force)
7
8 Revision Changes Path
9 1.128 dev-util/cmake/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.128&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.128&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/ChangeLog?r1=1.127&r2=1.128
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v
18 retrieving revision 1.127
19 retrieving revision 1.128
20 diff -u -r1.127 -r1.128
21 --- ChangeLog 31 Jan 2010 15:49:12 -0000 1.127
22 +++ ChangeLog 10 Feb 2010 19:19:10 -0000 1.128
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/cmake
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.127 2010/01/31 15:49:12 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.128 2010/02/10 19:19:10 grobian Exp $
28 +
29 + 10 Feb 2010; Fabian Groffen <grobian@g.o> cmake-2.8.0-r2.ebuild,
30 + +files/cmake-2.8.0-darwin-no-app-with-qt.patch:
31 + Add patch by Heiko Przybyl not to build an .app on OSX with USE=qt4
32
33 *cmake-2.8.0-r2 (31 Jan 2010)
34
35
36
37
38 1.2 dev-util/cmake/cmake-2.8.0-r2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/cmake-2.8.0-r2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/cmake-2.8.0-r2.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-r2.ebuild?r1=1.1&r2=1.2
43
44 Index: cmake-2.8.0-r2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.0-r2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- cmake-2.8.0-r2.ebuild 31 Jan 2010 15:49:12 -0000 1.1
51 +++ cmake-2.8.0-r2.ebuild 10 Feb 2010 19:19:10 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 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-r2.ebuild,v 1.1 2010/01/31 15:49:12 grobian Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.0-r2.ebuild,v 1.2 2010/02/10 19:19:10 grobian Exp $
57
58 EAPI="2"
59
60 @@ -54,6 +54,7 @@
61 "${FILESDIR}"/${PN}-2.6.3-no-duplicates-in-rpath.patch
62 "${FILESDIR}"/${PN}-2.6.3-fix_broken_lfs_on_aix.patch
63 "${FILESDIR}"/${P}-darwin-default-install_name.patch
64 + "${FILESDIR}"/${P}-darwin-no-app-with-qt.patch
65 )
66
67 src_prepare() {