aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/package.use.mask4
-rw-r--r--sci-physics/tauola/ChangeLog4
-rw-r--r--sci-physics/tauola/files/tauola-1.1.5-doc.patch11
-rw-r--r--sci-physics/tauola/tauola-1.1.5.ebuild1
4 files changed, 16 insertions, 4 deletions
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 <jauhien@gentoo.org> (03 sep 2014)
-# Building of docs fails for this version
-=sci-physics/tauola-1.1.5 doc
-
# Justin Lecher <jlec@gntoo.org> (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 <jauhien@gentoo.org> 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 <jauhien@gentoo.org> +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
}