Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: app-doc/root-docs/files/, app-doc/root-docs/
Date: Wed, 02 Jul 2014 13:36:04
Message-Id: 1404308116.e116f147917ffb7abb208aa05681f2d7f5a88620.bircoph@gentoo
1 commit: e116f147917ffb7abb208aa05681f2d7f5a88620
2 Author: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 2 13:35:16 2014 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
5 CommitDate: Wed Jul 2 13:35:16 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e116f147
7
8 app-doc/root-docs: properly generate gif images
9
10 ---
11 app-doc/root-docs/ChangeLog | 12 ++++++++++++
12 .../root-docs/files/root-docs-6.00.01-cernbuild.patch | 16 ----------------
13 app-doc/root-docs/files/root-docs-6.00.01-makehtml.patch | 4 +---
14 ...t-docs-6.00.01.ebuild => root-docs-6.00.01-r1.ebuild} | 3 +--
15 app-doc/root-docs/root-docs-9999.ebuild | 2 +-
16 5 files changed, 15 insertions(+), 22 deletions(-)
17
18 diff --git a/app-doc/root-docs/ChangeLog b/app-doc/root-docs/ChangeLog
19 index 0589d99..2ccae6d 100644
20 --- a/app-doc/root-docs/ChangeLog
21 +++ b/app-doc/root-docs/ChangeLog
22 @@ -2,6 +2,18 @@
23 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: /var/cvsroot/gentoo-x86/app-doc/root-docs/ChangeLog,v 1.42 2014/03/28 18:48:01 bicatali Exp $
25
26 +*root-docs-6.00.01-r1 (02 Jul 2014)
27 +
28 + 02 Jul 2014; Andrew Savchenko <bircoph@×××××.com> -root-docs-6.00.01.ebuild,
29 + +root-docs-6.00.01-r1.ebuild, root-docs-9999.ebuild,
30 + -files/root-docs-6.00.01-cernbuild.patch,
31 + files/root-docs-6.00.01-makehtml.patch:
32 + Remove unneeded cernbuild patch since
33 + https://sft.its.cern.ch/jira/browse/ROOT-6421
34 + is fixed in sci-physics/root now.
35 + Also remove unneeded #include for library load from makehtml.sh
36 + patch. Now docs seems to be equivalent to those on root.cern.ch
37 +
38 *root-docs-6.00.01 (29 Jun 2014)
39
40 29 Jun 2014; Andrew Savchenko <bircoph@×××××.com> +root-docs-6.00.01.ebuild,
41
42 diff --git a/app-doc/root-docs/files/root-docs-6.00.01-cernbuild.patch b/app-doc/root-docs/files/root-docs-6.00.01-cernbuild.patch
43 deleted file mode 100644
44 index b155795..0000000
45 --- a/app-doc/root-docs/files/root-docs-6.00.01-cernbuild.patch
46 +++ /dev/null
47 @@ -1,16 +0,0 @@
48 -diff --git a/tutorials/tree/cernbuild.C b/tutorials/tree/cernbuild.C
49 -index ba516b6..793ecb5 100644
50 ---- a/tutorials/tree/cernbuild.C
51 -+++ b/tutorials/tree/cernbuild.C
52 -@@ -2,6 +2,11 @@
53 - // see also a variant in staff.C
54 - // Author: Rene Brun
55 -
56 -+#include "TFile.h"
57 -+#include "TSystem.h"
58 -+#include "TString.h"
59 -+#include "TTree.h"
60 -+
61 - TFile *cernbuild(Int_t get=0, Int_t print=1) {
62 -
63 - Int_t Category;
64
65 diff --git a/app-doc/root-docs/files/root-docs-6.00.01-makehtml.patch b/app-doc/root-docs/files/root-docs-6.00.01-makehtml.patch
66 index 8ad9b88..6134686 100644
67 --- a/app-doc/root-docs/files/root-docs-6.00.01-makehtml.patch
68 +++ b/app-doc/root-docs/files/root-docs-6.00.01-makehtml.patch
69 @@ -44,14 +44,12 @@ index a94e790..8b4589d 100755
70 fi
71 cd $dir
72
73 -@@ -20,7 +20,9 @@ echo ""
74 +@@ -20,7 +20,7 @@ echo ""
75
76 # To generate the full documentation, we do need to
77 # use the graphics engine, so do not use '-b'.
78 -$ROOT -n -l <<makedoc
79 +$ROOT -n -l <<makedoc || exit 1
80 -+ #include "THtml.h"
81 -+ gSystem->Load("libHtml");
82 THtml h;
83 h.LoadAllLibs();
84 h.MakeAll();
85
86 diff --git a/app-doc/root-docs/root-docs-6.00.01.ebuild b/app-doc/root-docs/root-docs-6.00.01-r1.ebuild
87 similarity index 97%
88 rename from app-doc/root-docs/root-docs-6.00.01.ebuild
89 rename to app-doc/root-docs/root-docs-6.00.01-r1.ebuild
90 index bb17e86..a0cb7b2 100644
91 --- a/app-doc/root-docs/root-docs-6.00.01.ebuild
92 +++ b/app-doc/root-docs/root-docs-6.00.01-r1.ebuild
93 @@ -61,8 +61,7 @@ src_unpack() {
94
95 src_prepare() {
96 use api && epatch \
97 - "${FILESDIR}/${PN}-6.00.01-makehtml.patch" \
98 - "${FILESDIR}/${PN}-6.00.01-cernbuild.patch"
99 + "${FILESDIR}/${PN}-6.00.01-makehtml.patch"
100 # prefixify the configure script
101 sed -i \
102 -e "s:/usr:${EPREFIX}/usr:g" \
103
104 diff --git a/app-doc/root-docs/root-docs-9999.ebuild b/app-doc/root-docs/root-docs-9999.ebuild
105 index 32ba358..0ee27bf 120000
106 --- a/app-doc/root-docs/root-docs-9999.ebuild
107 +++ b/app-doc/root-docs/root-docs-9999.ebuild
108 @@ -1 +1 @@
109 -root-docs-6.00.01.ebuild
110 \ No newline at end of file
111 +root-docs-6.00.01-r1.ebuild
112 \ No newline at end of file