Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cmake: ChangeLog cmake-2.8.10.2-r2.ebuild cmake-2.8.11.2.ebuild cmake-2.8.12.1-r4.ebuild cmake-2.8.12.2-r1.ebuild cmake-2.8.12.2.ebuild
Date: Tue, 10 Jun 2014 00:25:35
Message-Id: 20140610002530.BAB762004E@flycatcher.gentoo.org
1 vapier 14/06/10 00:25:30
2
3 Modified: ChangeLog cmake-2.8.10.2-r2.ebuild
4 cmake-2.8.11.2.ebuild cmake-2.8.12.1-r4.ebuild
5 cmake-2.8.12.2-r1.ebuild cmake-2.8.12.2.ebuild
6 Log:
7 Add arm64/m68k love.
8
9 Revision Changes Path
10 1.280 dev-util/cmake/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.280&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.280&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?r1=1.279&r2=1.280
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v
19 retrieving revision 1.279
20 retrieving revision 1.280
21 diff -u -r1.279 -r1.280
22 --- ChangeLog 8 Jun 2014 14:36:26 -0000 1.279
23 +++ ChangeLog 10 Jun 2014 00:25:30 -0000 1.280
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/cmake
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.279 2014/06/08 14:36:26 hattya Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.280 2014/06/10 00:25:30 vapier Exp $
29 +
30 + 10 Jun 2014; Mike Frysinger <vapier@g.o> cmake-2.8.10.2-r2.ebuild,
31 + cmake-2.8.11.2.ebuild, cmake-2.8.12.1-r4.ebuild, cmake-2.8.12.2.ebuild,
32 + cmake-2.8.12.2-r1.ebuild:
33 + Add arm64/m68k love.
34
35 08 Jun 2014; Akinori Hattori <hattya@g.o> cmake-2.8.12.2.ebuild:
36 ia64 stable wrt bug #504794
37
38
39
40 1.14 dev-util/cmake/cmake-2.8.10.2-r2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.10.2-r2.ebuild?rev=1.14&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.10.2-r2.ebuild?rev=1.14&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.10.2-r2.ebuild?r1=1.13&r2=1.14
45
46 Index: cmake-2.8.10.2-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.10.2-r2.ebuild,v
49 retrieving revision 1.13
50 retrieving revision 1.14
51 diff -u -r1.13 -r1.14
52 --- cmake-2.8.10.2-r2.ebuild 20 May 2013 17:43:40 -0000 1.13
53 +++ cmake-2.8.10.2-r2.ebuild 10 Jun 2014 00:25:30 -0000 1.14
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.10.2-r2.ebuild,v 1.13 2013/05/20 17:43:40 ago Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.10.2-r2.ebuild,v 1.14 2014/06/10 00:25:30 vapier Exp $
60
61 EAPI=5
62
63 @@ -12,7 +12,7 @@
64 SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${P}.tar.gz"
65
66 LICENSE="CMake"
67 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
68 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
69 SLOT="0"
70 IUSE="emacs ncurses qt4 vim-syntax"
71
72
73
74
75 1.9 dev-util/cmake/cmake-2.8.11.2.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild?rev=1.9&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild?rev=1.9&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild?r1=1.8&r2=1.9
80
81 Index: cmake-2.8.11.2.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild,v
84 retrieving revision 1.8
85 retrieving revision 1.9
86 diff -u -r1.8 -r1.9
87 --- cmake-2.8.11.2.ebuild 27 Jan 2014 12:10:44 -0000 1.8
88 +++ cmake-2.8.11.2.ebuild 10 Jun 2014 00:25:30 -0000 1.9
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2014 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild,v 1.8 2014/01/27 12:10:44 hattya Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild,v 1.9 2014/06/10 00:25:30 vapier Exp $
94
95 EAPI=5
96
97 @@ -15,7 +15,7 @@
98 SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.tar.gz"
99
100 LICENSE="CMake"
101 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
102 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
103 SLOT="0"
104 IUSE="emacs ncurses qt4 qt5 vim-syntax"
105
106
107
108
109 1.2 dev-util/cmake/cmake-2.8.12.1-r4.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.12.1-r4.ebuild?rev=1.2&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.12.1-r4.ebuild?rev=1.2&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.12.1-r4.ebuild?r1=1.1&r2=1.2
114
115 Index: cmake-2.8.12.1-r4.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.12.1-r4.ebuild,v
118 retrieving revision 1.1
119 retrieving revision 1.2
120 diff -u -r1.1 -r1.2
121 --- cmake-2.8.12.1-r4.ebuild 24 Jan 2014 04:17:20 -0000 1.1
122 +++ cmake-2.8.12.1-r4.ebuild 10 Jun 2014 00:25:30 -0000 1.2
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2014 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.12.1-r4.ebuild,v 1.1 2014/01/24 04:17:20 creffett Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.12.1-r4.ebuild,v 1.2 2014/06/10 00:25:30 vapier Exp $
128
129 EAPI=5
130
131 @@ -15,7 +15,7 @@
132 SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.tar.gz"
133
134 LICENSE="CMake"
135 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
136 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
137 SLOT="0"
138 IUSE="emacs ncurses qt4 qt5"
139
140
141
142
143 1.3 dev-util/cmake/cmake-2.8.12.2-r1.ebuild
144
145 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.12.2-r1.ebuild?rev=1.3&view=markup
146 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.12.2-r1.ebuild?rev=1.3&content-type=text/plain
147 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.12.2-r1.ebuild?r1=1.2&r2=1.3
148
149 Index: cmake-2.8.12.2-r1.ebuild
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.12.2-r1.ebuild,v
152 retrieving revision 1.2
153 retrieving revision 1.3
154 diff -u -r1.2 -r1.3
155 --- cmake-2.8.12.2-r1.ebuild 6 May 2014 21:12:34 -0000 1.2
156 +++ cmake-2.8.12.2-r1.ebuild 10 Jun 2014 00:25:30 -0000 1.3
157 @@ -1,6 +1,6 @@
158 # Copyright 1999-2014 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.12.2-r1.ebuild,v 1.2 2014/05/06 21:12:34 johu Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.12.2-r1.ebuild,v 1.3 2014/06/10 00:25:30 vapier Exp $
162
163 EAPI=5
164
165 @@ -15,7 +15,7 @@
166 SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.tar.gz"
167
168 LICENSE="CMake"
169 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
170 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
171 SLOT="0"
172 IUSE="emacs ncurses qt4 qt5"
173
174
175
176
177 1.8 dev-util/cmake/cmake-2.8.12.2.ebuild
178
179 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.12.2.ebuild?rev=1.8&view=markup
180 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.12.2.ebuild?rev=1.8&content-type=text/plain
181 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.12.2.ebuild?r1=1.7&r2=1.8
182
183 Index: cmake-2.8.12.2.ebuild
184 ===================================================================
185 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.12.2.ebuild,v
186 retrieving revision 1.7
187 retrieving revision 1.8
188 diff -u -r1.7 -r1.8
189 --- cmake-2.8.12.2.ebuild 8 Jun 2014 14:36:26 -0000 1.7
190 +++ cmake-2.8.12.2.ebuild 10 Jun 2014 00:25:30 -0000 1.8
191 @@ -1,6 +1,6 @@
192 # Copyright 1999-2014 Gentoo Foundation
193 # Distributed under the terms of the GNU General Public License v2
194 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.12.2.ebuild,v 1.7 2014/06/08 14:36:26 hattya Exp $
195 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.12.2.ebuild,v 1.8 2014/06/10 00:25:30 vapier Exp $
196
197 EAPI=5
198
199 @@ -15,7 +15,7 @@
200 SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.tar.gz"
201
202 LICENSE="CMake"
203 -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
204 +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
205 SLOT="0"
206 IUSE="emacs ncurses qt4 qt5"