commit:     eb8072d647ed4d702567550221a3a31feaa290a8
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  1 04:29:00 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Jul  1 05:00:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8072d6

app-text/doxygen: remove outdated workaround for manpages

It was fixed in 1.11, our workaround is only flawed in that it doesn't
update version numbers. Rebuilding this package is a *huge* pain. ;)

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 app-text/doxygen/doxygen-1.14.0.ebuild | 13 -------------
 app-text/doxygen/doxygen-9999.ebuild   | 13 -------------
 2 files changed, 26 deletions(-)

diff --git a/app-text/doxygen/doxygen-1.14.0.ebuild 
b/app-text/doxygen/doxygen-1.14.0.ebuild
index d2c9bdf562a9..8034d606d175 100644
--- a/app-text/doxygen/doxygen-1.14.0.ebuild
+++ b/app-text/doxygen/doxygen-1.14.0.ebuild
@@ -144,16 +144,3 @@ src_compile() {
                cmake_src_compile docs -j1
        fi
 }
-
-src_install() {
-       cmake_src_install
-
-       # manpages are only automatically installed when docs are
-       # https://github.com/doxygen/doxygen/pull/10647
-       doman doc/doxygen.1
-       use gui && doman doc/doxywizard.1
-       use doxysearch && {
-               doman doc/doxyindexer.1
-               doman doc/doxysearch.1
-       }
-}

diff --git a/app-text/doxygen/doxygen-9999.ebuild 
b/app-text/doxygen/doxygen-9999.ebuild
index d2c9bdf562a9..8034d606d175 100644
--- a/app-text/doxygen/doxygen-9999.ebuild
+++ b/app-text/doxygen/doxygen-9999.ebuild
@@ -144,16 +144,3 @@ src_compile() {
                cmake_src_compile docs -j1
        fi
 }
-
-src_install() {
-       cmake_src_install
-
-       # manpages are only automatically installed when docs are
-       # https://github.com/doxygen/doxygen/pull/10647
-       doman doc/doxygen.1
-       use gui && doman doc/doxywizard.1
-       use doxysearch && {
-               doman doc/doxyindexer.1
-               doman doc/doxysearch.1
-       }
-}

Reply via email to