commit: 0d7e40bd713a21633c73a7de7ce0b2fa2a01d03f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 03:09:07 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> 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