From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NNF92-0004wv-OG for garchives@archives.gentoo.org; Wed, 23 Dec 2009 00:32:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D530E08D0; Wed, 23 Dec 2009 00:32:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 72B77E08D0 for ; Wed, 23 Dec 2009 00:32:03 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 1B9EB67BAF for ; Wed, 23 Dec 2009 00:32:03 +0000 (UTC) Received: from abcd by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NNF90-0007Ld-HK for gentoo-commits@lists.gentoo.org; Wed, 23 Dec 2009 00:32:02 +0000 From: "Jonathan Callen (abcd)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, abcd@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: cmake-utils.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: cmake-utils.eclass X-VCS-Directories: eclass X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Jonathan Callen Date: Wed, 23 Dec 2009 00:32:02 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e5b037be-c202-40c6-88e6-d6f1b7201611 X-Archives-Hash: 72fe94ff275209fdfc515b6a373b6b84 abcd 09/12/23 00:32:02 Modified: cmake-utils.eclass Log: Fixes from kde overlay Revision Changes Path 1.40 eclass/cmake-utils.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/cmake-utils= .eclass?rev=3D1.40&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/cmake-utils= .eclass?rev=3D1.40&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/cmake-utils= .eclass?r1=3D1.39&r2=3D1.40 Index: cmake-utils.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- cmake-utils.eclass 22 Dec 2009 22:52:52 -0000 1.39 +++ cmake-utils.eclass 23 Dec 2009 00:32:02 -0000 1.40 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.39 2009= /12/22 22:52:52 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.40 2009= /12/23 00:32:02 abcd Exp $ =20 # @ECLASS: cmake-utils.eclass # @MAINTAINER: @@ -231,7 +231,7 @@ cmake-utils_use() { _use_me_now "" "$@" ; } =20 # Internal function for modifying hardcoded definitions. -# Removes dangerous definitionts that override Gentoo settings. +# Removes dangerous definitions that override Gentoo settings. _modify-cmakelists() { debug-print-function ${FUNCNAME} "$@" =20 @@ -246,8 +246,8 @@ cat >> CMakeLists.txt <<- _EOF_ =20 MESSAGE(STATUS "<<< Gentoo configuration >>> - Build type: ${CMAKE_BUILD_TYPE} - Install path: ${CMAKE_INSTALL_PREFIX}\n") + Build type: \${CMAKE_BUILD_TYPE} + Install path: \${CMAKE_INSTALL_PREFIX}\n") _EOF_ } =20