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.8.4-r1.ebuild cmake-2.8.4.ebuild
Date: Thu, 28 Apr 2011 21:27:03
Message-Id: 20110428212652.54C9820054@flycatcher.gentoo.org
1 scarabeus 11/04/28 21:26:52
2
3 Modified: ChangeLog cmake-2.8.4-r1.ebuild
4 Removed: cmake-2.8.4.ebuild
5 Log:
6 Move keywords from 2.8.4 to r1 (even the stable ones), because the only change is in the cross-compilation finder, not really requiring the restabilisation.
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.165 dev-util/cmake/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.165&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.165&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?r1=1.164&r2=1.165
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v
20 retrieving revision 1.164
21 retrieving revision 1.165
22 diff -u -r1.164 -r1.165
23 --- ChangeLog 18 Apr 2011 10:17:30 -0000 1.164
24 +++ ChangeLog 28 Apr 2011 21:26:52 -0000 1.165
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-util/cmake
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.164 2011/04/18 10:17:30 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.165 2011/04/28 21:26:52 scarabeus Exp $
30 +
31 + 28 Apr 2011; Tomáš Chvátal <scarabeus@g.o> -cmake-2.8.4.ebuild,
32 + cmake-2.8.4-r1.ebuild:
33 + Move keywords from 2.8.4 to r1 (even the stable ones), because the only
34 + change is in the cross-compilation finder, not really requiring the
35 + restabilisation.
36
37 *cmake-2.8.4-r1 (18 Apr 2011)
38
39
40
41
42 1.2 dev-util/cmake/cmake-2.8.4-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.4-r1.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.4-r1.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-2.8.4-r1.ebuild?r1=1.1&r2=1.2
47
48 Index: cmake-2.8.4-r1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.4-r1.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- cmake-2.8.4-r1.ebuild 18 Apr 2011 10:17:30 -0000 1.1
55 +++ cmake-2.8.4-r1.ebuild 28 Apr 2011 21:26:52 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.4-r1.ebuild,v 1.1 2011/04/18 10:17:30 scarabeus Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.4-r1.ebuild,v 1.2 2011/04/28 21:26:52 scarabeus Exp $
61
62 EAPI=4
63
64 @@ -13,7 +13,7 @@
65 SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.tar.gz"
66
67 LICENSE="CMake"
68 -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"
69 +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"
70 SLOT="0"
71 IUSE="emacs ncurses qt4 vim-syntax"