From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 551A01396D9 for ; Mon, 16 Oct 2017 03:35:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C85C2BC023; Mon, 16 Oct 2017 03:35:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 032472BC023 for ; Mon, 16 Oct 2017 03:34:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F099633BF44 for ; Mon, 16 Oct 2017 03:34:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 153D3908B for ; Mon, 16 Oct 2017 03:34:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1508123347.0d7e40bd713a21633c73a7de7ce0b2fa2a01d03f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/clhep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/clhep/clhep-2.1.4.1.ebuild sci-physics/clhep/clhep-2.1.4.2.ebuild sci-physics/clhep/clhep-2.2.0.1.ebuild sci-physics/clhep/clhep-2.2.0.5.ebuild sci-physics/clhep/clhep-2.3.1.0.ebuild sci-physics/clhep/clhep-2.3.3.1.ebuild X-VCS-Directories: sci-physics/clhep/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0d7e40bd713a21633c73a7de7ce0b2fa2a01d03f X-VCS-Branch: master Date: Mon, 16 Oct 2017 03:34:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2079f2ad-13f7-4603-82d8-28d21328d798 X-Archives-Hash: b598b63b385ff40602e8f7cf4868e00b commit: 0d7e40bd713a21633c73a7de7ce0b2fa2a01d03f Author: David Seifert gentoo org> AuthorDate: Mon Oct 16 03:09:07 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Oct 16 03:09:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7e40bd sci-physics/clhep: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 sci-physics/clhep/clhep-2.1.4.1.ebuild | 4 +++- sci-physics/clhep/clhep-2.1.4.2.ebuild | 2 ++ sci-physics/clhep/clhep-2.2.0.1.ebuild | 2 ++ sci-physics/clhep/clhep-2.2.0.5.ebuild | 2 ++ sci-physics/clhep/clhep-2.3.1.0.ebuild | 2 ++ sci-physics/clhep/clhep-2.3.3.1.ebuild | 2 ++ 6 files changed, 13 insertions(+), 1 deletion(-) diff --git a/sci-physics/clhep/clhep-2.1.4.1.ebuild b/sci-physics/clhep/clhep-2.1.4.1.ebuild index b790902eb45..39ae660ca9b 100644 --- a/sci-physics/clhep/clhep-2.1.4.1.ebuild +++ b/sci-physics/clhep/clhep-2.1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,6 +20,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PV}/CLHEP" src_prepare() { + cmake-utils_src_prepare + # respect flags sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die # no batch mode to allow parallel building (bug #437482) diff --git a/sci-physics/clhep/clhep-2.1.4.2.ebuild b/sci-physics/clhep/clhep-2.1.4.2.ebuild index 39b91169a16..fc50b6a4220 100644 --- a/sci-physics/clhep/clhep-2.1.4.2.ebuild +++ b/sci-physics/clhep/clhep-2.1.4.2.ebuild @@ -20,6 +20,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PV}/CLHEP" src_prepare() { + cmake-utils_src_prepare + # respect flags sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die # no batch mode to allow parallel building (bug #437482) diff --git a/sci-physics/clhep/clhep-2.2.0.1.ebuild b/sci-physics/clhep/clhep-2.2.0.1.ebuild index 39b91169a16..fc50b6a4220 100644 --- a/sci-physics/clhep/clhep-2.2.0.1.ebuild +++ b/sci-physics/clhep/clhep-2.2.0.1.ebuild @@ -20,6 +20,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PV}/CLHEP" src_prepare() { + cmake-utils_src_prepare + # respect flags sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die # no batch mode to allow parallel building (bug #437482) diff --git a/sci-physics/clhep/clhep-2.2.0.5.ebuild b/sci-physics/clhep/clhep-2.2.0.5.ebuild index f2156947462..35c47db6a89 100644 --- a/sci-physics/clhep/clhep-2.2.0.5.ebuild +++ b/sci-physics/clhep/clhep-2.2.0.5.ebuild @@ -20,6 +20,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PV}/CLHEP" src_prepare() { + cmake-utils_src_prepare + # respect flags sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die # no batch mode to allow parallel building (bug #437482) diff --git a/sci-physics/clhep/clhep-2.3.1.0.ebuild b/sci-physics/clhep/clhep-2.3.1.0.ebuild index 39b91169a16..fc50b6a4220 100644 --- a/sci-physics/clhep/clhep-2.3.1.0.ebuild +++ b/sci-physics/clhep/clhep-2.3.1.0.ebuild @@ -20,6 +20,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PV}/CLHEP" src_prepare() { + cmake-utils_src_prepare + # respect flags sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die # no batch mode to allow parallel building (bug #437482) diff --git a/sci-physics/clhep/clhep-2.3.3.1.ebuild b/sci-physics/clhep/clhep-2.3.3.1.ebuild index 5238ed7061c..e284870ec6a 100644 --- a/sci-physics/clhep/clhep-2.3.3.1.ebuild +++ b/sci-physics/clhep/clhep-2.3.3.1.ebuild @@ -20,6 +20,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PV}/CLHEP" src_prepare() { + cmake-utils_src_prepare + # respect flags sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die # dont build test if not asked