commit: ceab337d8cc8a44bc752be3a2d6a4842ff02c06e Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org> AuthorDate: Thu Sep 4 16:11:19 2014 +0000 Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org> CommitDate: Thu Sep 4 16:11:19 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ceab337d
sci-physics/tauola: fix doc building failure for 1.1.5 --- profiles/package.use.mask | 4 ---- sci-physics/tauola/ChangeLog | 4 ++++ sci-physics/tauola/files/tauola-1.1.5-doc.patch | 11 +++++++++++ sci-physics/tauola/tauola-1.1.5.ebuild | 1 + 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/profiles/package.use.mask b/profiles/package.use.mask index 24d51f4..d309713 100644 --- a/profiles/package.use.mask +++ b/profiles/package.use.mask @@ -16,10 +16,6 @@ ## =media-video/mplayer-0.90_pre5-r1 foo # -# Jauhien Piatlicki <[email protected]> (03 sep 2014) -# Building of docs fails for this version -=sci-physics/tauola-1.1.5 doc - # Justin Lecher <[email protected]> (06 Jan 2014) # Missing dep dev-python/scikits-cuda sci-biology/mne-python cuda diff --git a/sci-physics/tauola/ChangeLog b/sci-physics/tauola/ChangeLog index f94bace..b3c0187 100644 --- a/sci-physics/tauola/ChangeLog +++ b/sci-physics/tauola/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 04 Sep 2014; Jauhien Piatlicki <[email protected]> tauola-1.1.5.ebuild, + +files/tauola-1.1.5-doc.patch: + fix doc building failure + *tauola-1.1.5 (03 Sep 2014) 03 Sep 2014; Jauhien Piatlicki <[email protected]> +tauola-1.1.5.ebuild: diff --git a/sci-physics/tauola/files/tauola-1.1.5-doc.patch b/sci-physics/tauola/files/tauola-1.1.5-doc.patch new file mode 100644 index 0000000..7dd4960 --- /dev/null +++ b/sci-physics/tauola/files/tauola-1.1.5-doc.patch @@ -0,0 +1,11 @@ +--- documentation/latex_documentation/Tauola_interface_design.tex ++++ documentation/latex_documentation/Tauola_interface_design.tex +@@ -2652,6 +2652,7 @@ + there is a mismatch in the {\tt TAUOLA} version number given, + but otherwise all information on the generated sample, + as explained eg. in \cite{Jadach:1990mz,Jezabek:1991qp,Jadach:1993hs}, is printed correctly. ++ } + \end{itemize} + + + diff --git a/sci-physics/tauola/tauola-1.1.5.ebuild b/sci-physics/tauola/tauola-1.1.5.ebuild index cd7c854..beadaca 100644 --- a/sci-physics/tauola/tauola-1.1.5.ebuild +++ b/sci-physics/tauola/tauola-1.1.5.ebuild @@ -33,6 +33,7 @@ S="${WORKDIR}/${MYPN}" src_prepare() { epatch \ + "${FILESDIR}"/${P}-doc.patch \ "${FILESDIR}"/${PN}-1.1.4-makefile.patch \ "${FILESDIR}"/${PN}-1.1.3-tau-spinner-makefile.patch }
