Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/lhapdf/
Date: Sun, 01 Mar 2020 18:36:23
Message-Id: 1583087734.2f524825d0a3fed7a646379638310a05a946dba1.tamiko@gentoo
1 commit: 2f524825d0a3fed7a646379638310a05a946dba1
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 18:23:02 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 18:35:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f524825
7
8 sci-physics/lhapdf: remove app-doc/doxygen[latex] dependency
9
10 Bug: https://bugs.gentoo.org/430914
11 Bug: https://bugs.gentoo.org/709316
12 Package-Manager: Portage-2.3.89, Repoman-2.3.20
13 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
14
15 sci-physics/lhapdf/lhapdf-5.9.1.ebuild | 11 +++++++++--
16 sci-physics/lhapdf/lhapdf-6.2.3.ebuild | 10 +++++++++-
17 2 files changed, 18 insertions(+), 3 deletions(-)
18
19 diff --git a/sci-physics/lhapdf/lhapdf-5.9.1.ebuild b/sci-physics/lhapdf/lhapdf-5.9.1.ebuild
20 index dbb46b9c38b..dee35d6e6f2 100644
21 --- a/sci-physics/lhapdf/lhapdf-5.9.1.ebuild
22 +++ b/sci-physics/lhapdf/lhapdf-5.9.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -26,7 +26,14 @@ RESTRICT="!test? ( test )"
30
31 RDEPEND="octave? ( sci-mathematics/octave )"
32 DEPEND="${RDEPEND}
33 - doc? ( app-doc/doxygen[latex] )
34 + doc? (
35 + app-doc/doxygen
36 + dev-texlive/texlive-bibtexextra
37 + dev-texlive/texlive-fontsextra
38 + dev-texlive/texlive-fontutils
39 + dev-texlive/texlive-latex
40 + dev-texlive/texlive-latexextra
41 + )
42 python? ( dev-lang/swig )"
43
44 S="${WORKDIR}/${MY_PF}"
45
46 diff --git a/sci-physics/lhapdf/lhapdf-6.2.3.ebuild b/sci-physics/lhapdf/lhapdf-6.2.3.ebuild
47 index 0d359613054..fd7abda37ad 100644
48 --- a/sci-physics/lhapdf/lhapdf-6.2.3.ebuild
49 +++ b/sci-physics/lhapdf/lhapdf-6.2.3.ebuild
50 @@ -26,7 +26,15 @@ RDEPEND="
51 dev-libs/boost:0=
52 python? ( ${PYTHON_DEPS} )"
53 DEPEND="${RDEPEND}
54 - doc? ( app-doc/doxygen[latex] )"
55 + doc? (
56 + app-doc/doxygen
57 + dev-texlive/texlive-bibtexextra
58 + dev-texlive/texlive-fontsextra
59 + dev-texlive/texlive-fontutils
60 + dev-texlive/texlive-latex
61 + dev-texlive/texlive-latexextra
62 + )
63 +"
64
65 S="${WORKDIR}/${MY_PF}"