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 /dev-cpp/gtkmm | |
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 'dev-cpp/gtkmm')
-rw-r--r-- | dev-cpp/gtkmm/gtkmm-2.24.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/gtkmm/gtkmm-3.24.8.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/gtkmm/gtkmm-4.10.0.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/gtkmm/gtkmm-4.12.0.ebuild | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-cpp/gtkmm/gtkmm-2.24.5-r1.ebuild b/dev-cpp/gtkmm/gtkmm-2.24.5-r1.ebuild index 6ed07f3d5f82..d70b1362ca74 100644 --- a/dev-cpp/gtkmm/gtkmm-2.24.5-r1.ebuild +++ b/dev-cpp/gtkmm/gtkmm-2.24.5-r1.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=6 @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} doc? ( media-gfx/graphviz dev-libs/libxslt - app-doc/doxygen ) + app-text/doxygen ) " src_prepare() { diff --git a/dev-cpp/gtkmm/gtkmm-3.24.8.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.8.ebuild index 5169cfc4db3f..f0d1a12ae4bb 100644 --- a/dev-cpp/gtkmm/gtkmm-3.24.8.ebuild +++ b/dev-cpp/gtkmm/gtkmm-3.24.8.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 @@ -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 ) diff --git a/dev-cpp/gtkmm/gtkmm-4.10.0.ebuild b/dev-cpp/gtkmm/gtkmm-4.10.0.ebuild index 1e33a244be60..c24314dd8d40 100644 --- a/dev-cpp/gtkmm/gtkmm-4.10.0.ebuild +++ b/dev-cpp/gtkmm/gtkmm-4.10.0.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 @@ -31,7 +31,7 @@ DEPEND=" BDEPEND=" virtual/pkgconfig gtk-doc? ( - app-doc/doxygen[dot] + app-text/doxygen[dot] dev-lang/perl dev-libs/libxslt ) diff --git a/dev-cpp/gtkmm/gtkmm-4.12.0.ebuild b/dev-cpp/gtkmm/gtkmm-4.12.0.ebuild index 54b584e8c512..0041d586a6df 100644 --- a/dev-cpp/gtkmm/gtkmm-4.12.0.ebuild +++ b/dev-cpp/gtkmm/gtkmm-4.12.0.ebuild @@ -31,7 +31,7 @@ DEPEND=" BDEPEND=" virtual/pkgconfig gtk-doc? ( - app-doc/doxygen[dot] + app-text/doxygen[dot] dev-lang/perl dev-libs/libxslt ) |