Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/
Date: Sun, 01 Mar 2020 18:39:16
Message-Id: 1583087941.42627f0dd0c2e196af79a5412424f02879adbbac.tamiko@gentoo
1 commit: 42627f0dd0c2e196af79a5412424f02879adbbac
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 18:39:01 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 18:39:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42627f0d
7
8 app-doc/doxygen: update live ebuild
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 app-doc/doxygen/doxygen-9999.ebuild | 17 +++++++++--------
14 1 file changed, 9 insertions(+), 8 deletions(-)
15
16 diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild
17 index fbce5ffa6dd..1f26a9351fe 100644
18 --- a/app-doc/doxygen/doxygen-9999.ebuild
19 +++ b/app-doc/doxygen/doxygen-9999.ebuild
20 @@ -1,8 +1,8 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 -PYTHON_COMPAT=( python3_6 )
26 +EAPI=7
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28
29 CMAKE_MAKEFILE_GENERATOR="emake"
30
31 @@ -22,7 +22,7 @@ HOMEPAGE="http://www.doxygen.org"
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -IUSE="clang debug doc dot doxysearch latex qt5 sqlite userland_GNU"
36 +IUSE="clang debug doc dot doxysearch qt5 sqlite userland_GNU"
37
38 RDEPEND="app-text/ghostscript-gpl
39 dev-lang/perl
40 @@ -33,14 +33,14 @@ RDEPEND="app-text/ghostscript-gpl
41 media-gfx/graphviz
42 media-libs/freetype
43 )
44 - doxysearch? ( dev-libs/xapian:= )
45 - latex? (
46 + doc? (
47 dev-texlive/texlive-bibtexextra
48 dev-texlive/texlive-fontsextra
49 dev-texlive/texlive-fontutils
50 dev-texlive/texlive-latex
51 dev-texlive/texlive-latexextra
52 )
53 + doxysearch? ( dev-libs/xapian:= )
54 qt5? (
55 dev-qt/qtgui:5
56 dev-qt/qtwidgets:5
57 @@ -49,8 +49,6 @@ RDEPEND="app-text/ghostscript-gpl
58 sqlite? ( dev-db/sqlite:3 )
59 "
60
61 -REQUIRED_USE="doc? ( latex )"
62 -
63 DEPEND="sys-devel/flex
64 sys-devel/bison
65 doc? ( ${PYTHON_DEPS} )
66 @@ -59,7 +57,10 @@ DEPEND="sys-devel/flex
67 # src_test() defaults to make -C testing but there is no such directory (bug #504448)
68 RESTRICT="test"
69
70 -PATCHES=( "${FILESDIR}/${PN}-1.8.12-link_with_pthread.patch" )
71 +PATCHES=(
72 + "${FILESDIR}/${PN}-1.8.12-link_with_pthread.patch"
73 + "${FILESDIR}/${PN}-1.8.17-ensure_static_support_libraries.patch"
74 +)
75 DOCS=( LANGUAGE.HOWTO README.md )
76
77 pkg_setup() {