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 /net-p2p/classified-ads | |
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 'net-p2p/classified-ads')
5 files changed, 10 insertions, 10 deletions
diff --git a/net-p2p/classified-ads/classified-ads-0.13-r1.ebuild b/net-p2p/classified-ads/classified-ads-0.13-r1.ebuild index 76c08d266204..7da575619d8c 100644 --- a/net-p2p/classified-ads/classified-ads-0.13-r1.ebuild +++ b/net-p2p/classified-ads/classified-ads-0.13-r1.ebuild @@ -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 @@ -38,7 +38,7 @@ RDEPEND="app-arch/bzip2 DEPEND="${RDEPEND} sys-devel/gettext - doc? ( app-doc/doxygen[dot] ) + doc? ( app-text/doxygen[dot] ) test? ( dev-libs/libgcrypt:0 dev-qt/qttest:5 sys-devel/gdb:0 )" diff --git a/net-p2p/classified-ads/classified-ads-0.13-r2.ebuild b/net-p2p/classified-ads/classified-ads-0.13-r2.ebuild index 2034c6a3dac5..87c87bf5edf6 100644 --- a/net-p2p/classified-ads/classified-ads-0.13-r2.ebuild +++ b/net-p2p/classified-ads/classified-ads-0.13-r2.ebuild @@ -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=8 @@ -37,7 +37,7 @@ RDEPEND="app-arch/bzip2 virtual/libintl" DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[dot] ) + doc? ( app-text/doxygen[dot] ) test? ( dev-libs/libgcrypt:0 dev-qt/qttest:5 sys-devel/gdb:0 )" diff --git a/net-p2p/classified-ads/classified-ads-0.14.ebuild b/net-p2p/classified-ads/classified-ads-0.14.ebuild index fd127beed1fe..e92f7930e940 100644 --- a/net-p2p/classified-ads/classified-ads-0.14.ebuild +++ b/net-p2p/classified-ads/classified-ads-0.14.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 @@ -43,7 +43,7 @@ DEPEND="${RDEPEND} sys-devel/gdb:0 )" BDEPEND="sys-devel/gettext - doc? ( app-doc/doxygen )" + doc? ( app-text/doxygen )" src_prepare() { # preprocessed graphics are unpacked into wrong directory diff --git a/net-p2p/classified-ads/classified-ads-0.15.ebuild b/net-p2p/classified-ads/classified-ads-0.15.ebuild index fd127beed1fe..e92f7930e940 100644 --- a/net-p2p/classified-ads/classified-ads-0.15.ebuild +++ b/net-p2p/classified-ads/classified-ads-0.15.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 @@ -43,7 +43,7 @@ DEPEND="${RDEPEND} sys-devel/gdb:0 )" BDEPEND="sys-devel/gettext - doc? ( app-doc/doxygen )" + doc? ( app-text/doxygen )" src_prepare() { # preprocessed graphics are unpacked into wrong directory diff --git a/net-p2p/classified-ads/classified-ads-0.16.ebuild b/net-p2p/classified-ads/classified-ads-0.16.ebuild index 1118b25b2f7d..e92f7930e940 100644 --- a/net-p2p/classified-ads/classified-ads-0.16.ebuild +++ b/net-p2p/classified-ads/classified-ads-0.16.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 @@ -43,7 +43,7 @@ DEPEND="${RDEPEND} sys-devel/gdb:0 )" BDEPEND="sys-devel/gettext - doc? ( app-doc/doxygen )" + doc? ( app-text/doxygen )" src_prepare() { # preprocessed graphics are unpacked into wrong directory |