Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/
Date: Tue, 24 Feb 2015 23:53:38
Message-Id: 1424821757.8488f45715f6cbc2cf8d789dd20ef61a2b04218f.bircoph@gentoo
1 commit: 8488f45715f6cbc2cf8d789dd20ef61a2b04218f
2 Author: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 24 23:49:17 2015 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
5 CommitDate: Tue Feb 24 23:49:17 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8488f457
7
8 sci-physics/root: fix html header background image path
9
10 ---
11 sci-physics/root/ChangeLog | 4 ++++
12 sci-physics/root/root-5.34.26.ebuild | 2 +-
13 2 files changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
16 index a01cdc1..b8503a4 100644
17 --- a/sci-physics/root/ChangeLog
18 +++ b/sci-physics/root/ChangeLog
19 @@ -2,6 +2,10 @@
20 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.96 2012/03/29 18:21:49 bicatali Exp $
22
23 + 24 Feb 2015; Andrew Savchenko <bircoph@g.o> root-5.34.26.ebuild:
24 + Remove full path from local images, otherwise html header
25 + background is missing.
26 +
27 23 Feb 2015; Andrew Savchenko <bircoph@g.o> -root-5.34.18-r2.ebuild,
28 -root-6.00.01-r1.ebuild, -files/root-5.32.00-prop-flags.patch,
29 -files/root-5.34.18-tutorials-path.patch, -files/root-6.00.01-cling.patch,
30
31 diff --git a/sci-physics/root/root-5.34.26.ebuild b/sci-physics/root/root-5.34.26.ebuild
32 index 6eeb274..fdd6943 100644
33 --- a/sci-physics/root/root-5.34.26.ebuild
34 +++ b/sci-physics/root/root-5.34.26.ebuild
35 @@ -228,7 +228,7 @@ src_prepare() {
36 configure || die "prefixify configure failed"
37
38 # CSS should use local images
39 - sed -i -e 's,http://.*/images/,,' etc/html/ROOT.css || die "html sed failed"
40 + sed -i -e 's,http://.*/,,' etc/html/ROOT.css || die "html sed failed"
41
42 # fix reflex path (bug #497280)
43 sed -i -e 's|${ROOTSYS}/lib|@libdir@|' config/genreflex.in || die