diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-11 17:04:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-12 15:36:00 +0100 |
commit | f7fdfdaeec3764929686064a6054c38a6b2d7788 (patch) | |
tree | a420a7aa231f9c43b9911a90b4cfa99ba60b3a24 /media-video | |
parent | Move {app-doc → app-text}/NaturalDocs (diff) | |
download | gentoo-f7fdfdaeec3764929686064a6054c38a6b2d7788.tar.gz gentoo-f7fdfdaeec3764929686064a6054c38a6b2d7788.tar.bz2 gentoo-f7fdfdaeec3764929686064a6054c38a6b2d7788.zip |
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>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/dirac/dirac-1.0.2-r2.ebuild | 4 | ||||
-rw-r--r-- | media-video/pipewire/pipewire-0.3.80.ebuild | 4 | ||||
-rw-r--r-- | media-video/pipewire/pipewire-1.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | media-video/pipewire/pipewire-9999.ebuild | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/media-video/dirac/dirac-1.0.2-r2.ebuild b/media-video/dirac/dirac-1.0.2-r2.ebuild index c56c5dc0be8a..8671c2565910 100644 --- a/media-video/dirac/dirac-1.0.2-r2.ebuild +++ b/media-video/dirac/dirac-1.0.2-r2.ebuild @@ -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 @@ -16,7 +16,7 @@ IUSE="debug doc cpu_flags_x86_mmx" BDEPEND=" doc? ( - app-doc/doxygen + app-text/doxygen virtual/latex-base media-gfx/graphviz >=app-text/texlive-core-2014 diff --git a/media-video/pipewire/pipewire-0.3.80.ebuild b/media-video/pipewire/pipewire-0.3.80.ebuild index ecce48605a64..896680ec0d23 100644 --- a/media-video/pipewire/pipewire-0.3.80.ebuild +++ b/media-video/pipewire/pipewire-0.3.80.ebuild @@ -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 @@ -72,7 +72,7 @@ BDEPEND=" $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]') dbus? ( dev-util/gdbus-codegen ) doc? ( - app-doc/doxygen + app-text/doxygen media-gfx/graphviz ) " diff --git a/media-video/pipewire/pipewire-1.0.0-r1.ebuild b/media-video/pipewire/pipewire-1.0.0-r1.ebuild index 773f17549759..fb8b64c4397d 100644 --- a/media-video/pipewire/pipewire-1.0.0-r1.ebuild +++ b/media-video/pipewire/pipewire-1.0.0-r1.ebuild @@ -89,12 +89,12 @@ BDEPEND=" dbus? ( dev-util/gdbus-codegen ) doc? ( ${PYTHON_DEPS} - >=app-doc/doxygen-1.9.8 + >=app-text/doxygen-1.9.8 media-gfx/graphviz ) man? ( ${PYTHON_DEPS} - >=app-doc/doxygen-1.9.8 + >=app-text/doxygen-1.9.8 ) " # * While udev could technically be optional, it's needed for a number of options, diff --git a/media-video/pipewire/pipewire-9999.ebuild b/media-video/pipewire/pipewire-9999.ebuild index 4b5c9b07aa07..f226d64e7742 100644 --- a/media-video/pipewire/pipewire-9999.ebuild +++ b/media-video/pipewire/pipewire-9999.ebuild @@ -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 @@ -89,12 +89,12 @@ BDEPEND=" dbus? ( dev-util/gdbus-codegen ) doc? ( ${PYTHON_DEPS} - >=app-doc/doxygen-1.9.8 + >=app-text/doxygen-1.9.8 media-gfx/graphviz ) man? ( ${PYTHON_DEPS} - >=app-doc/doxygen-1.9.8 + >=app-text/doxygen-1.9.8 ) " # * While udev could technically be optional, it's needed for a number of options, |