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: Fri, 06 Jul 2018 09:28:17
Message-Id: 1530869249.e086ed2cf2fb64ff9c9a56cf9d1cbc8eb744e543.amadio@gentoo
1 commit: e086ed2cf2fb64ff9c9a56cf9d1cbc8eb744e543
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 6 06:48:06 2018 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 6 09:27:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e086ed2c
7
8 sci-physics/root: keep fonts dir, bug 643562
9
10 Keep fonts directory until ROOT supports fontconfig.
11
12 Closes: https://bugs.gentoo.org/643562
13 Package-Manager: Portage-2.3.41, Repoman-2.3.9
14
15 sci-physics/root/{root-6.12.06-r3.ebuild => root-6.12.06-r4.ebuild} | 2 +-
16 sci-physics/root/{root-6.14.00.ebuild => root-6.14.00-r1.ebuild} | 2 +-
17 sci-physics/root/root-9999.ebuild | 2 +-
18 3 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/sci-physics/root/root-6.12.06-r3.ebuild b/sci-physics/root/root-6.12.06-r4.ebuild
21 similarity index 99%
22 rename from sci-physics/root/root-6.12.06-r3.ebuild
23 rename to sci-physics/root/root-6.12.06-r4.ebuild
24 index 59f80613a0a..151a9f60739 100644
25 --- a/sci-physics/root/root-6.12.06-r3.ebuild
26 +++ b/sci-physics/root/root-6.12.06-r4.ebuild
27 @@ -310,5 +310,5 @@ src_install() {
28 fi
29
30 # clean up unnecessary files from installation
31 - rm -r config emacs etc/vmc fonts || die
32 + rm -r config emacs etc/vmc || die
33 }
34
35 diff --git a/sci-physics/root/root-6.14.00.ebuild b/sci-physics/root/root-6.14.00-r1.ebuild
36 similarity index 99%
37 rename from sci-physics/root/root-6.14.00.ebuild
38 rename to sci-physics/root/root-6.14.00-r1.ebuild
39 index 5d633bb4e23..124bdd2658f 100644
40 --- a/sci-physics/root/root-6.14.00.ebuild
41 +++ b/sci-physics/root/root-6.14.00-r1.ebuild
42 @@ -312,5 +312,5 @@ src_install() {
43 fi
44
45 # clean up unnecessary files from installation
46 - rm -r config emacs etc/vmc fonts || die
47 + rm -r config emacs etc/vmc || die
48 }
49
50 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
51 index ee92ab58fa4..9231a3e5261 100644
52 --- a/sci-physics/root/root-9999.ebuild
53 +++ b/sci-physics/root/root-9999.ebuild
54 @@ -321,5 +321,5 @@ src_install() {
55 fi
56
57 # clean up unnecessary files from installation
58 - rm -r bin/clang* config emacs etc/vmc fonts || die
59 + rm -r bin/clang* config emacs etc/vmc || die
60 }