Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/cmake/
Date: Wed, 02 May 2012 21:13:46
Message-Id: 1335991856.2fee0a8bc0bbc36510d489a1f67978e9c1a19eb0.johu@gentoo
1 commit: 2fee0a8bc0bbc36510d489a1f67978e9c1a19eb0
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 20:50:56 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 20:50:56 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2fee0a8b
7
8 [dev-util/cmake] Remove obsolete comment.
9
10 (Portage version: 2.2.0_alpha101/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 dev-util/cmake/cmake-2.8.8.ebuild | 4 +---
14 1 files changed, 1 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/cmake/cmake-2.8.8.ebuild b/dev-util/cmake/cmake-2.8.8.ebuild
17 index 1386340..cab3e53 100644
18 --- a/dev-util/cmake/cmake-2.8.8.ebuild
19 +++ b/dev-util/cmake/cmake-2.8.8.ebuild
20 @@ -44,9 +44,6 @@ S="${WORKDIR}/${MY_P}"
21
22 CMAKE_BINARY="${S}/Bootstrap.cmk/cmake"
23
24 -# TODO "${FILESDIR}"/${PN}-2.8.3-more-no_host_paths.patch
25 -# needs replacement in 2.8.8.
26 -
27 PATCHES=(
28 "${FILESDIR}"/${PN}-2.6.3-darwin-bundle.patch
29 "${FILESDIR}"/${PN}-2.6.3-no-duplicates-in-rpath.patch
30 @@ -61,6 +58,7 @@ PATCHES=(
31 "${FILESDIR}"/${PN}-2.8.8-more-no_host_paths.patch
32 "${FILESDIR}"/${PN}-2.8.8-tests.patch
33 )
34 +
35 cmake_src_bootstrap() {
36 # Cleanup args to extract only JOBS.
37 # Because bootstrap does not know anything else.