Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/
Date: Sun, 27 Jan 2019 01:40:32
Message-Id: 1548553204.4200832ca714151576629577bf2e57161c89d894.heroxbd@gentoo
1 commit: 4200832ca714151576629577bf2e57161c89d894
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 01:39:46 2019 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 01:40:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4200832c
7
8 sci-physics/root: remove useless scripts.
9
10 Environment variables are managed by env.d.
11
12 Package-Manager: Portage-2.3.52, Repoman-2.3.12
13 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
14
15 sci-physics/root/root-6.14.08-r1.ebuild | 3 +++
16 1 file changed, 3 insertions(+)
17
18 diff --git a/sci-physics/root/root-6.14.08-r1.ebuild b/sci-physics/root/root-6.14.08-r1.ebuild
19 index 4702845c415..591ae2768d3 100644
20 --- a/sci-physics/root/root-6.14.08-r1.ebuild
21 +++ b/sci-physics/root/root-6.14.08-r1.ebuild
22 @@ -320,6 +320,9 @@ src_install() {
23 rm -r tmva || die
24 fi
25
26 + # Environment variables are managed by env.d.
27 + rm -f bin/*.{c,}sh || die
28 +
29 # clean up unnecessary files from installation
30 rm -r emacs test || die
31 }