summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <[email protected]>2025-07-01 00:29:00 -0400
committerEli Schwartz <[email protected]>2025-07-01 01:00:15 -0400
commiteb8072d647ed4d702567550221a3a31feaa290a8 (patch)
treeac73fc3539a6f21e8f47dd82e44d516e0e46cc61 /app-text/doxygen
parentdev-ruby/actionpack: enable ruby34 (diff)
downloadgentoo-eb8072d647ed4d702567550221a3a31feaa290a8.tar.gz
gentoo-eb8072d647ed4d702567550221a3a31feaa290a8.tar.bz2
gentoo-eb8072d647ed4d702567550221a3a31feaa290a8.zip
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 <[email protected]>
Diffstat (limited to 'app-text/doxygen')
-rw-r--r--app-text/doxygen/doxygen-1.14.0.ebuild13
-rw-r--r--app-text/doxygen/doxygen-9999.ebuild13
2 files changed, 0 insertions, 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
- }
-}