Move {app-doc → app-text}/doxygen

Per the category metadata, app-doc/ is reserved for documentation
*files* and not software.  Move it to app-text/ where it seems a better
fit.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2024-01-11 17:04:37 +01:00
parent 97d464ca1f
commit f7fdfdaeec
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
783 changed files with 1460 additions and 1459 deletions

View File

@ -29,7 +29,7 @@ REQUIRED_USE="
"
BDEPEND="
virtual/pkgconfig
apidoc? ( app-doc/doxygen[dot] )
apidoc? ( app-text/doxygen[dot] )
"
DEPEND="
caps? ( sys-libs/libcap )

View File

@ -29,7 +29,7 @@ REQUIRED_USE="
"
BDEPEND="
virtual/pkgconfig
apidoc? ( app-doc/doxygen[dot] )
apidoc? ( app-text/doxygen[dot] )
"
DEPEND="
caps? ( sys-libs/libcap )

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -190,7 +190,7 @@ COMMON_DEPEND="
BDEPEND="
virtual/pkgconfig
>=virtual/rust-1.71
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
test? (
${PYTHON_DEPS}
$(python_gen_any_dep 'dev-python/pytest[${PYTHON_USEDEP}]')

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -223,7 +223,7 @@ CDEPEND="
BDEPEND="
virtual/pkgconfig
>=virtual/rust-1.61
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
test? (
${PYTHON_DEPS}
$(python_gen_any_dep 'dev-python/pytest[${PYTHON_USEDEP}]')

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -210,7 +210,7 @@ COMMON_DEPEND="
BDEPEND="
virtual/pkgconfig
>=virtual/rust-1.71
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
test? (
${PYTHON_DEPS}
$(python_gen_any_dep 'dev-python/pytest[${PYTHON_USEDEP}]')

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -203,7 +203,7 @@ COMMON_DEPEND="
BDEPEND="
virtual/pkgconfig
>=virtual/rust-1.71
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
test? (
${PYTHON_DEPS}
$(python_gen_any_dep 'dev-python/pytest[${PYTHON_USEDEP}]')

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -50,7 +50,7 @@ DEPEND="
"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
nls? ( sys-devel/gettext )
test? ( sys-apps/fakechroot )
"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -52,7 +52,7 @@ DEPEND="
"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
nls? ( sys-devel/gettext )
test? ( sys-apps/fakechroot )
"

View File

@ -53,7 +53,7 @@ DEPEND="
"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
nls? ( sys-devel/gettext )
"
RDEPEND="

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -48,7 +48,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
nls? ( sys-devel/gettext )
"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -53,7 +53,7 @@ DEPEND="
qt5? ( dev-qt/qttest:5 )
)
"
#doc? ( app-doc/doxygen[dot] )
#doc? ( app-text/doxygen[dot] )
BDEPEND="
python? ( dev-lang/swig )
verify-sig? ( sec-keys/openpgp-keys-gnupg )

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -57,7 +57,7 @@ DEPEND="
qt5? ( dev-qt/qttest:5 )
)
"
#doc? ( app-doc/doxygen[dot] )
#doc? ( app-text/doxygen[dot] )
BDEPEND="
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_USEDEP}]

View File

@ -52,7 +52,7 @@ DEPEND="
qt5? ( dev-qt/qttest:5 )
)
"
#doc? ( app-doc/doxygen[dot] )
#doc? ( app-text/doxygen[dot] )
BDEPEND="
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_USEDEP}]

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -57,7 +57,7 @@ DEPEND="
qt5? ( dev-qt/qttest:5 )
)
"
#doc? ( app-doc/doxygen[dot] )
#doc? ( app-text/doxygen[dot] )
BDEPEND="
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_USEDEP}]

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -45,7 +45,7 @@ DEPEND="${RDEPEND}
"
BDEPEND="
doc? (
app-doc/doxygen[dot]
app-text/doxygen[dot]
virtual/latex-base
)
"

View File

@ -45,7 +45,7 @@ DEPEND="${RDEPEND}
"
BDEPEND="
doc? (
app-doc/doxygen[dot]
app-text/doxygen[dot]
virtual/latex-base
)
"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -35,7 +35,7 @@ DEPEND="${RDEPEND}
fapi? ( >=net-misc/curl-7.80.0 ) )"
BDEPEND="sys-apps/acl
virtual/pkgconfig
doc? ( app-doc/doxygen )"
doc? ( app-text/doxygen )"
PATCHES=(
"${FILESDIR}/${PN}-4.0.0-Dont-install-files-into-run.patch"

View File

@ -1,4 +1,4 @@
# Copyright 2007-2023 Gentoo Authors
# Copyright 2007-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -62,7 +62,7 @@ DEPEND="${RDEPEND}
BDEPEND="
dev-util/glib-utils
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
S="${WORKDIR}/${MY_P}"

View File

@ -1,4 +1,4 @@
# Copyright 2007-2023 Gentoo Authors
# Copyright 2007-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -62,7 +62,7 @@ DEPEND="${RDEPEND}
BDEPEND="
dev-util/glib-utils
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
S="${WORKDIR}/${MY_P}"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -62,7 +62,7 @@ DEPEND="${DEPEND}
"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
PATCHES=(

View File

@ -70,7 +70,7 @@ DEPEND="${DEPEND}
"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
PATCHES=(

View File

@ -31,7 +31,7 @@ RDEPEND="
x11-libs/gdk-pixbuf:2
x11-libs/pango[X?]
doc? (
app-doc/doxygen
app-text/doxygen
dev-texlive/texlive-fontutils
)
emoji? ( sys-libs/zlib )

View File

@ -25,7 +25,7 @@ BDEPEND="
kde-frameworks/extra-cmake-modules:0
virtual/pkgconfig
doc? (
app-doc/doxygen
app-text/doxygen
dev-texlive/texlive-fontutils
)
"

View File

@ -1,4 +1,4 @@
# Copyright 2010-2023 Gentoo Authors
# Copyright 2010-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@ -27,7 +27,7 @@ IUSE="doc test"
RESTRICT="!test? ( test )"
BDEPEND="${PYTHON_DEPS}
doc? ( app-doc/doxygen )"
doc? ( app-text/doxygen )"
DEPEND="dev-cpp/tclap
dev-libs/darts
dev-libs/marisa:0=

View File

@ -1,4 +1,4 @@
# Copyright 2010-2023 Gentoo Authors
# Copyright 2010-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@ -27,7 +27,7 @@ IUSE="doc test"
RESTRICT="!test? ( test )"
BDEPEND="${PYTHON_DEPS}
doc? ( app-doc/doxygen )"
doc? ( app-text/doxygen )"
DEPEND="dev-cpp/tclap
dev-libs/darts
dev-libs/marisa:0=

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@ -28,7 +28,7 @@ DEPEND="${RDEPEND}"
BDEPEND="
${PYTHON_DEPS}
sys-devel/autoconf-archive
doc? ( app-doc/doxygen )"
doc? ( app-text/doxygen )"
src_prepare() {
mv "${WORKDIR}"/db data/db/open-phrase || die

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -26,7 +26,7 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-util/intltool
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
DISABLE_AUTOFORMATTING="yes"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@ -21,7 +21,7 @@ RDEPEND="x11-libs/libX11
>=dev-libs/atk-1
>=x11-libs/pango-1"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen
doc? ( app-text/doxygen
>=app-text/docbook-xsl-stylesheets-1.73.1 )
dev-lang/perl
virtual/pkgconfig

View File

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -22,7 +22,7 @@ RDEPEND="
sys-libs/libsmbios
)"
DEPEND="${RDEPEND}"
BDEPEND="doc? ( app-doc/doxygen )"
BDEPEND="doc? ( app-text/doxygen )"
PATCHES=(
"${FILESDIR}"/${PN}-0.8.1-cpufreq.patch
"${FILESDIR}"/${PN}-0.8.1-fnmode.patch

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -38,7 +38,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
# doc? ( app-doc/doxygen[dot] )
# doc? ( app-text/doxygen[dot] )
PATCHES=(
"${FILESDIR}"/${P}-no-werror.patch

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -38,7 +38,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
# doc? ( app-doc/doxygen[dot] )
# doc? ( app-text/doxygen[dot] )
PATCHES=(
"${FILESDIR}"/${P}-no-werror.patch

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -38,7 +38,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
# doc? ( app-doc/doxygen[dot] )
# doc? ( app-text/doxygen[dot] )
PATCHES=(
"${FILESDIR}"/${PN}-1.4.1-no-werror.patch

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -39,7 +39,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
# doc? ( app-doc/doxygen[dot] )
# doc? ( app-text/doxygen[dot] )
PATCHES=(
"${FILESDIR}"/${PN}-1.4.1-no-werror.patch

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -96,7 +96,7 @@ RDEPEND="${DEPEND_LCD_DEVICES}"
DEPEND="
${RDEPEND}
doc? (
app-doc/doxygen[dot]
app-text/doxygen[dot]
app-text/xmlto
)
nfs? ( net-fs/nfs-utils )

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -57,7 +57,7 @@ DEPEND="
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_USEDEP}]
')
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
sys-apps/kmod
sys-kernel/linux-headers
"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -61,7 +61,7 @@ DEPEND="
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_USEDEP}]
')
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
sys-apps/kmod
sys-kernel/linux-headers
"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -61,7 +61,7 @@ DEPEND="
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_USEDEP}]
')
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
sys-apps/kmod
sys-kernel/linux-headers
"

View File

@ -48,7 +48,7 @@ BDEPEND="app-alternatives/yacc
app-alternatives/lex
virtual/pkgconfig
doc? (
app-doc/doxygen
app-text/doxygen
media-gfx/graphviz
)
test? (

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -50,7 +50,7 @@ DEPEND="
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
PATCHES=( "${FILESDIR}/${PN}-8.1.0-cmake.patch" )

View File

@ -277,7 +277,7 @@ BDEPEND="
=sys-devel/lld-14* )
)
)
odk? ( >=app-doc/doxygen-1.8.4 )
odk? ( >=app-text/doxygen-1.8.4 )
"
if [[ ${MY_PV} != *9999* ]] && [[ ${PV} != *_* ]]; then
PDEPEND="=app-office/libreoffice-l10n-$(ver_cut 1-2)*"

View File

@ -278,7 +278,7 @@ BDEPEND="
=sys-devel/lld-15* )
)
)
odk? ( >=app-doc/doxygen-1.8.4 )
odk? ( >=app-text/doxygen-1.8.4 )
"
if [[ ${MY_PV} != *9999* ]] && [[ ${PV} != *_* ]]; then
PDEPEND="=app-office/libreoffice-l10n-$(ver_cut 1-2)*"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -40,7 +40,7 @@ DEPEND="
# <cython-3 for bug #898666
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
python? ( <dev-python/cython-3[${PYTHON_USEDEP}] )
"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
IUSE="cli doc"
BDEPEND="doc? ( app-doc/doxygen )"
BDEPEND="doc? ( app-text/doxygen )"
DEPEND="dev-libs/libpcre2:="
RDEPEND="${DEPEND}
cli? ( !dev-python/editorconfig-core-py[cli] )"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
IUSE="cli doc"
BDEPEND="doc? ( app-doc/doxygen )"
BDEPEND="doc? ( app-text/doxygen )"
DEPEND="dev-libs/libpcre2:="
RDEPEND="
${DEPEND}

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -16,7 +16,7 @@ IUSE="doc static-libs"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
RDEPEND="
dev-libs/librevenge

View File

@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
test? ( dev-util/cppunit )
"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
src_configure() {

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -22,7 +22,7 @@ RESTRICT="!test? ( test )"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
RDEPEND="
app-text/liblangtag

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -36,7 +36,7 @@ DEPEND="${RDEPEND}
"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
src_prepare() {

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -21,7 +21,7 @@ IUSE="doc static-libs"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
RDEPEND="
dev-libs/icu:=

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -21,7 +21,7 @@ IUSE="doc static-libs"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
RDEPEND="
dev-libs/icu:=

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -28,7 +28,7 @@ RDEPEND="${DEPEND}"
BDEPEND="
sys-devel/libtool
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
src_prepare() {

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -28,7 +28,7 @@ RDEPEND="${DEPEND}"
BDEPEND="
sys-devel/libtool
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
src_prepare() {

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -28,7 +28,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
src_prepare() {

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -28,7 +28,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
src_prepare() {

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
src_configure() {

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -16,7 +16,7 @@ RDEPEND=">=app-text/ghostscript-gpl-9.53.0:="
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen[doc] )
doc? ( app-text/doxygen[doc] )
"
# does not actually test anything, see bug 362557

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -16,7 +16,7 @@ RDEPEND=">=app-text/ghostscript-gpl-9.53.0:="
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen[doc] )
doc? ( app-text/doxygen[doc] )
"
# does not actually test anything, see bug 362557

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -19,7 +19,7 @@ SLOT="0"
IUSE="debug doc tools +zlib"
BDEPEND="
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
DEPEND="
dev-libs/librevenge

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -19,7 +19,7 @@ SLOT="0"
IUSE="debug doc tools +zlib"
BDEPEND="
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
DEPEND="
dev-libs/librevenge

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -18,7 +18,7 @@ DEPEND="${RDEPEND}
"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
PATCHES=( "${FILESDIR}/${P}-gcc-4.8.patch" )

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -22,7 +22,7 @@ DEPEND="
"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
src_configure() {

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -16,7 +16,7 @@ DEPEND="dev-libs/librevenge"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
src_configure() {

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -35,7 +35,7 @@ DEPEND="${COMMON_DEPEND}
app-text/asciidoc
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
doc? ( app-doc/doxygen )"
doc? ( app-text/doxygen )"
PATCHES=(
"${FILESDIR}"/${P}-gcc-13.patch

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -35,7 +35,7 @@ DEPEND="${COMMON_DEPEND}
app-text/asciidoc
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
doc? ( app-doc/doxygen )"
doc? ( app-text/doxygen )"
pkg_pretend() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -35,7 +35,7 @@ DEPEND="${COMMON_DEPEND}
app-text/asciidoc
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
doc? ( app-doc/doxygen )"
doc? ( app-text/doxygen )"
pkg_pretend() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -35,7 +35,7 @@ DEPEND="${COMMON_DEPEND}
app-text/asciidoc
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
doc? ( app-doc/doxygen )"
doc? ( app-text/doxygen )"
pkg_pretend() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -18,7 +18,7 @@ KEYWORDS="amd64 ~arm ppc x86"
IUSE="doc examples"
RESTRICT="test" # No tests but test target blows up!
BDEPEND="doc? ( app-doc/doxygen[dot] )"
BDEPEND="doc? ( app-text/doxygen[dot] )"
PATCHES=(
"${FILESDIR}"/${PV}-gcc.patch

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -24,7 +24,7 @@ BDEPEND="
virtual/pkgconfig
gtk-doc? (
>=dev-cpp/mm-common-1.0.4
app-doc/doxygen[dot]
app-text/doxygen[dot]
dev-libs/libxslt
)
${PYTHON_DEPS}

View File

@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
IUSE="debug doc test"
RESTRICT="!test? ( test )"
BDEPEND="doc? ( app-doc/doxygen )
BDEPEND="doc? ( app-text/doxygen )
test? ( >=dev-cpp/gtest-1.11.0 )"
src_configure() {

View File

@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~x86"
IUSE="debug doc test"
RESTRICT="!test? ( test )"
BDEPEND="doc? ( app-doc/doxygen )
BDEPEND="doc? ( app-text/doxygen )
test? ( >=dev-cpp/gtest-1.11.0 )"
src_configure() {

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -30,7 +30,7 @@ BDEPEND="
gtk-doc? (
${PYTHON_DEPS}
>=dev-cpp/mm-common-1.0.4
app-doc/doxygen[dot]
app-text/doxygen[dot]
dev-libs/libxslt
)
"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -30,7 +30,7 @@ BDEPEND="
gtk-doc? (
${PYTHON_DEPS}
>=dev-cpp/mm-common-1.0.4
app-doc/doxygen[dot]
app-text/doxygen[dot]
dev-libs/libxslt
)
"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -30,7 +30,7 @@ BDEPEND="
gtk-doc? (
${PYTHON_DEPS}
>=dev-cpp/mm-common-1.0.4
app-doc/doxygen[dot]
app-text/doxygen[dot]
dev-libs/libxslt
)
"

View File

@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -23,7 +23,7 @@ DEPEND="
)"
BDEPEND="
doc? (
app-doc/doxygen
app-text/doxygen
media-gfx/graphviz
)"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -18,7 +18,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc
IUSE="debug doc static-libs"
RESTRICT="test"
BDEPEND="doc? ( >=app-doc/doxygen-1.4.2 )"
BDEPEND="doc? ( >=app-text/doxygen-1.4.2 )"
DOCS=(AUTHORS ChangeLog README README.PACKAGE REQUESTS)

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -20,7 +20,7 @@ RESTRICT="!test? ( test ) test"
BDEPEND="
doc? (
app-doc/doxygen[dot]
app-text/doxygen[dot]
dev-texlive/texlive-bibtexextra
dev-texlive/texlive-fontsextra
dev-texlive/texlive-fontutils

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -23,7 +23,7 @@ BDEPEND="
${PYTHON_DEPS}
virtual/pkgconfig
gtk-doc? (
app-doc/doxygen[dot]
app-text/doxygen[dot]
dev-lang/perl
dev-perl/XML-Parser
dev-libs/libxslt

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -23,7 +23,7 @@ BDEPEND="
${PYTHON_DEPS}
virtual/pkgconfig
gtk-doc? (
app-doc/doxygen[dot]
app-text/doxygen[dot]
dev-lang/perl
dev-libs/libxslt
)

View File

@ -23,7 +23,7 @@ BDEPEND="
${PYTHON_DEPS}
virtual/pkgconfig
gtk-doc? (
app-doc/doxygen[dot]
app-text/doxygen[dot]
dev-lang/perl
dev-libs/libxslt
)

View File

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
dev-cpp/mm-common
virtual/pkgconfig
doc? (
app-doc/doxygen
app-text/doxygen
dev-libs/libxslt
media-gfx/graphviz )
test? (

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -28,7 +28,7 @@ DEPEND="${RDEPEND}
doc? (
media-gfx/graphviz
dev-libs/libxslt
app-doc/doxygen )
app-text/doxygen )
"
src_prepare() {

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -30,7 +30,7 @@ DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
gtk-doc? (
app-doc/doxygen[dot]
app-text/doxygen[dot]
dev-lang/perl
dev-libs/libxslt
)

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -31,7 +31,7 @@ DEPEND="
BDEPEND="
virtual/pkgconfig
gtk-doc? (
app-doc/doxygen[dot]
app-text/doxygen[dot]
dev-lang/perl
dev-libs/libxslt
)

View File

@ -31,7 +31,7 @@ DEPEND="
BDEPEND="
virtual/pkgconfig
gtk-doc? (
app-doc/doxygen[dot]
app-text/doxygen[dot]
dev-lang/perl
dev-libs/libxslt
)

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -25,7 +25,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
doc? ( app-text/doxygen )
"
src_configure() {

Some files were not shown because too many files have changed in this diff Show More