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/clhep/
Date: Sun, 01 Mar 2020 18:36:27
Message-Id: 1583087730.c5d9331d2d771cf05587e3d18dba8580feaf342b.tamiko@gentoo
1 commit: c5d9331d2d771cf05587e3d18dba8580feaf342b
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 18:21:58 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 18:35:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d9331d
7
8 sci-physics/clhep: 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/clhep/clhep-2.4.0.4.ebuild | 13 +++++++++++--
16 sci-physics/clhep/clhep-2.4.1.2.ebuild | 13 +++++++++++--
17 2 files changed, 22 insertions(+), 4 deletions(-)
18
19 diff --git a/sci-physics/clhep/clhep-2.4.0.4.ebuild b/sci-physics/clhep/clhep-2.4.0.4.ebuild
20 index e70ed5a0420..c66e0f3aefa 100644
21 --- a/sci-physics/clhep/clhep-2.4.0.4.ebuild
22 +++ b/sci-physics/clhep/clhep-2.4.0.4.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=7
29 @@ -15,7 +15,16 @@ KEYWORDS="amd64 hppa ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
30 IUSE="doc test threads"
31 RESTRICT="!test? ( test )"
32
33 -BDEPEND="doc? ( app-doc/doxygen[latex] )"
34 +BDEPEND="
35 + doc? (
36 + app-doc/doxygen
37 + dev-texlive/texlive-bibtexextra
38 + dev-texlive/texlive-fontsextra
39 + dev-texlive/texlive-fontutils
40 + dev-texlive/texlive-latex
41 + dev-texlive/texlive-latexextra
42 + )
43 +"
44
45 S="${WORKDIR}/${PV}/CLHEP"
46
47
48 diff --git a/sci-physics/clhep/clhep-2.4.1.2.ebuild b/sci-physics/clhep/clhep-2.4.1.2.ebuild
49 index 2b6ac11002d..7368c443594 100644
50 --- a/sci-physics/clhep/clhep-2.4.1.2.ebuild
51 +++ b/sci-physics/clhep/clhep-2.4.1.2.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2019 Gentoo Authors
54 +# Copyright 1999-2020 Gentoo Authors
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=7
58 @@ -15,7 +15,16 @@ KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
59 IUSE="doc test threads"
60 RESTRICT="!test? ( test )"
61
62 -BDEPEND="doc? ( app-doc/doxygen[latex] )"
63 +BDEPEND="
64 + doc? (
65 + app-doc/doxygen
66 + dev-texlive/texlive-bibtexextra
67 + dev-texlive/texlive-fontsextra
68 + dev-texlive/texlive-fontutils
69 + dev-texlive/texlive-latex
70 + dev-texlive/texlive-latexextra
71 + )
72 +"
73
74 S="${WORKDIR}/${PV}/CLHEP"