From ceab337d8cc8a44bc752be3a2d6a4842ff02c06e Mon Sep 17 00:00:00 2001 From: Jauhien Piatlicki Date: Thu, 4 Sep 2014 18:11:19 +0200 Subject: 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(-) create mode 100644 sci-physics/tauola/files/tauola-1.1.5-doc.patch diff --git a/profiles/package.use.mask b/profiles/package.use.mask index 24d51f472..d3097135d 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 (03 sep 2014) -# Building of docs fails for this version -=sci-physics/tauola-1.1.5 doc - # Justin Lecher (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 f94bace3f..b3c0187e1 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 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 +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 000000000..7dd4960bf --- /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 cd7c85474..beadaca7c 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 } -- cgit v1.2.3