Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
Date: Mon, 17 Sep 2018 15:53:38
Message-Id: 1537199608.6be13978ac72e2dc3afb16c2df180cb163ad7327.amadio@gentoo
1 commit: 6be13978ac72e2dc3afb16c2df180cb163ad7327
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 17 15:43:43 2018 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 17 15:53:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be13978
7
8 sci-physics/root: apply fixes from live ebuild to 6.14
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 sci-physics/root/{root-6.14.04-r2.ebuild => root-6.14.04-r3.ebuild} | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/sci-physics/root/root-6.14.04-r2.ebuild b/sci-physics/root/root-6.14.04-r3.ebuild
16 similarity index 99%
17 rename from sci-physics/root/root-6.14.04-r2.ebuild
18 rename to sci-physics/root/root-6.14.04-r3.ebuild
19 index 55de392a705..0a144e280c7 100644
20 --- a/sci-physics/root/root-6.14.04-r2.ebuild
21 +++ b/sci-physics/root/root-6.14.04-r3.ebuild
22 @@ -299,15 +299,11 @@ src_install() {
23 elisp-install ${PN}-$(ver_cut 1-2) "${BUILD_DIR}"/root-help.el
24 fi
25
26 - if ! use gdml; then
27 - rm -r geom || die
28 - fi
29 -
30 if ! use examples; then
31 rm -r test tutorials || die
32 fi
33
34 - if use tmva; then
35 + if ! use tmva; then
36 rm -r tmva || die
37 fi