Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/doxygen/files: doxygen-1.8.4-libreoffice.patch
Date: Tue, 04 Jun 2013 12:21:12
Message-Id: 20130604122106.C341E2171D@flycatcher.gentoo.org
1 scarabeus 13/06/04 12:21:06
2
3 Added: doxygen-1.8.4-libreoffice.patch
4 Log:
5 Revbump 1.8.4 due to broken libo doc generating. Patch already applied upstream and will be in next version.
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
8
9 Revision Changes Path
10 1.1 app-doc/doxygen/files/doxygen-1.8.4-libreoffice.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/files/doxygen-1.8.4-libreoffice.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/files/doxygen-1.8.4-libreoffice.patch?rev=1.1&content-type=text/plain
14
15 Index: doxygen-1.8.4-libreoffice.patch
16 ===================================================================
17 From b3e1f10a2d795d0cf31f6efb3f88a31ad4c68980 Mon Sep 17 00:00:00 2001
18 From: Michael Stahl <mstahl@××××××.com>
19 Date: Wed, 29 May 2013 16:29:04 +0200
20 Subject: [PATCH] fix "Constant Groups" regression on file pages
21
22 Due to a copy/paste error in the UNO IDL patch the "Namespaces"
23 listed on the "File Reference" pages are erroneously duplicated.
24 (thanks to Stephan Bergmann for finding this problem)
25
26 Signed-off-by: Dimitri van Heesch <dimitri@×××××.nl>
27 ---
28 src/layout.cpp | 2 +-
29 1 file changed, 1 insertion(+), 1 deletion(-)
30
31 diff --git a/src/layout.cpp b/src/layout.cpp
32 index c2b1ac5..010c850 100644
33 --- a/src/layout.cpp
34 +++ b/src/layout.cpp
35 @@ -582,7 +582,7 @@ class LayoutParser : public QXmlDefaultHandler
36 SrcLangExt_Fortran,theTranslator->trModules()
37 )));
38 m_sHandler.insert("file/memberdecl/constantgroups",
39 - new StartElementHandlerSection(this,LayoutDocEntry::FileNamespaces,&LayoutParser::startSectionEntry,
40 + new StartElementHandlerSection(this,LayoutDocEntry::FileConstantGroups,&LayoutParser::startSectionEntry,
41 theTranslator->trConstantGroups()));
42 m_sHandler.insert("file/memberdecl/defines",
43 new StartElementHandlerMember(this,&LayoutParser::startMemberDeclEntry,
44 --
45 1.8.1.6