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: Fri, 26 Feb 2010 16:40:25
Message-Id: E1Nl3Ek-0004pQ-7J@stork.gentoo.org
1 grobian 10/02/26 16:40:22
2
3 Modified: ChangeLog cmake-2.8.0-r2.ebuild
4 Log:
5 Marked ~x64-macos, thanks Ramon van Alteren, bug #305367
6 (Portage version: 2.2.00.15444-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.129 dev-util/cmake/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.129&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.129&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/ChangeLog?r1=1.128&r2=1.129
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v
18 retrieving revision 1.128
19 retrieving revision 1.129
20 diff -u -r1.128 -r1.129
21 --- ChangeLog 10 Feb 2010 19:19:10 -0000 1.128
22 +++ ChangeLog 26 Feb 2010 16:40:21 -0000 1.129
23 @@ -1,6 +1,9 @@
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.128 2010/02/10 19:19:10 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.129 2010/02/26 16:40:21 grobian Exp $
28 +
29 + 26 Feb 2010; Fabian Groffen <grobian@g.o> cmake-2.8.0-r2.ebuild:
30 + Marked ~x64-macos, thanks Ramon van Alteren, bug #305367
31
32 10 Feb 2010; Fabian Groffen <grobian@g.o> cmake-2.8.0-r2.ebuild,
33 +files/cmake-2.8.0-darwin-no-app-with-qt.patch:
34
35
36
37 1.3 dev-util/cmake/cmake-2.8.0-r2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/cmake-2.8.0-r2.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/cmake-2.8.0-r2.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/cmake-2.8.0-r2.ebuild?r1=1.2&r2=1.3
42
43 Index: cmake-2.8.0-r2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.0-r2.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- cmake-2.8.0-r2.ebuild 10 Feb 2010 19:19:10 -0000 1.2
50 +++ cmake-2.8.0-r2.ebuild 26 Feb 2010 16:40:21 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 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.8.0-r2.ebuild,v 1.2 2010/02/10 19:19:10 grobian Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.0-r2.ebuild,v 1.3 2010/02/26 16:40:21 grobian Exp $
56
57 EAPI="2"
58
59 @@ -13,7 +13,7 @@
60 SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.tar.gz"
61
62 LICENSE="CMake"
63 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
64 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
65 SLOT="0"
66 IUSE="emacs ncurses qt4 vim-syntax"