Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/clhep/
Date: Mon, 16 Oct 2017 03:35:02
Message-Id: 1508123347.0d7e40bd713a21633c73a7de7ce0b2fa2a01d03f.soap@gentoo
1 commit: 0d7e40bd713a21633c73a7de7ce0b2fa2a01d03f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 16 03:09:07 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 03:09:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7e40bd
7
8 sci-physics/clhep: [QA] Add cmake-utils_src_prepare
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 sci-physics/clhep/clhep-2.1.4.1.ebuild | 4 +++-
13 sci-physics/clhep/clhep-2.1.4.2.ebuild | 2 ++
14 sci-physics/clhep/clhep-2.2.0.1.ebuild | 2 ++
15 sci-physics/clhep/clhep-2.2.0.5.ebuild | 2 ++
16 sci-physics/clhep/clhep-2.3.1.0.ebuild | 2 ++
17 sci-physics/clhep/clhep-2.3.3.1.ebuild | 2 ++
18 6 files changed, 13 insertions(+), 1 deletion(-)
19
20 diff --git a/sci-physics/clhep/clhep-2.1.4.1.ebuild b/sci-physics/clhep/clhep-2.1.4.1.ebuild
21 index b790902eb45..39ae660ca9b 100644
22 --- a/sci-physics/clhep/clhep-2.1.4.1.ebuild
23 +++ b/sci-physics/clhep/clhep-2.1.4.1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -20,6 +20,8 @@ DEPEND="${RDEPEND}
31 S="${WORKDIR}/${PV}/CLHEP"
32
33 src_prepare() {
34 + cmake-utils_src_prepare
35 +
36 # respect flags
37 sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die
38 # no batch mode to allow parallel building (bug #437482)
39
40 diff --git a/sci-physics/clhep/clhep-2.1.4.2.ebuild b/sci-physics/clhep/clhep-2.1.4.2.ebuild
41 index 39b91169a16..fc50b6a4220 100644
42 --- a/sci-physics/clhep/clhep-2.1.4.2.ebuild
43 +++ b/sci-physics/clhep/clhep-2.1.4.2.ebuild
44 @@ -20,6 +20,8 @@ DEPEND="${RDEPEND}
45 S="${WORKDIR}/${PV}/CLHEP"
46
47 src_prepare() {
48 + cmake-utils_src_prepare
49 +
50 # respect flags
51 sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die
52 # no batch mode to allow parallel building (bug #437482)
53
54 diff --git a/sci-physics/clhep/clhep-2.2.0.1.ebuild b/sci-physics/clhep/clhep-2.2.0.1.ebuild
55 index 39b91169a16..fc50b6a4220 100644
56 --- a/sci-physics/clhep/clhep-2.2.0.1.ebuild
57 +++ b/sci-physics/clhep/clhep-2.2.0.1.ebuild
58 @@ -20,6 +20,8 @@ DEPEND="${RDEPEND}
59 S="${WORKDIR}/${PV}/CLHEP"
60
61 src_prepare() {
62 + cmake-utils_src_prepare
63 +
64 # respect flags
65 sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die
66 # no batch mode to allow parallel building (bug #437482)
67
68 diff --git a/sci-physics/clhep/clhep-2.2.0.5.ebuild b/sci-physics/clhep/clhep-2.2.0.5.ebuild
69 index f2156947462..35c47db6a89 100644
70 --- a/sci-physics/clhep/clhep-2.2.0.5.ebuild
71 +++ b/sci-physics/clhep/clhep-2.2.0.5.ebuild
72 @@ -20,6 +20,8 @@ DEPEND="${RDEPEND}
73 S="${WORKDIR}/${PV}/CLHEP"
74
75 src_prepare() {
76 + cmake-utils_src_prepare
77 +
78 # respect flags
79 sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die
80 # no batch mode to allow parallel building (bug #437482)
81
82 diff --git a/sci-physics/clhep/clhep-2.3.1.0.ebuild b/sci-physics/clhep/clhep-2.3.1.0.ebuild
83 index 39b91169a16..fc50b6a4220 100644
84 --- a/sci-physics/clhep/clhep-2.3.1.0.ebuild
85 +++ b/sci-physics/clhep/clhep-2.3.1.0.ebuild
86 @@ -20,6 +20,8 @@ DEPEND="${RDEPEND}
87 S="${WORKDIR}/${PV}/CLHEP"
88
89 src_prepare() {
90 + cmake-utils_src_prepare
91 +
92 # respect flags
93 sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die
94 # no batch mode to allow parallel building (bug #437482)
95
96 diff --git a/sci-physics/clhep/clhep-2.3.3.1.ebuild b/sci-physics/clhep/clhep-2.3.3.1.ebuild
97 index 5238ed7061c..e284870ec6a 100644
98 --- a/sci-physics/clhep/clhep-2.3.3.1.ebuild
99 +++ b/sci-physics/clhep/clhep-2.3.3.1.ebuild
100 @@ -20,6 +20,8 @@ DEPEND="${RDEPEND}
101 S="${WORKDIR}/${PV}/CLHEP"
102
103 src_prepare() {
104 + cmake-utils_src_prepare
105 +
106 # respect flags
107 sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die
108 # dont build test if not asked