commit:     f962eadf512243f767b5c111affed521483fd315
Author:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Thu Jan  8 04:52:10 2026 +0000
Commit:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Thu Jan  8 04:52:10 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f962eadf

app-portage/carnage: drop man USE

Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>

 app-portage/carnage/carnage-9999.ebuild | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/app-portage/carnage/carnage-9999.ebuild 
b/app-portage/carnage/carnage-9999.ebuild
index 85039ec832..e75c1ad3b5 100644
--- a/app-portage/carnage/carnage-9999.ebuild
+++ b/app-portage/carnage/carnage-9999.ebuild
@@ -22,8 +22,6 @@ fi
 LICENSE="MIT"
 SLOT="0"
 
-IUSE="man"
-
 RDEPEND="
        >=dev-python/lxml-6.0.2[${PYTHON_USEDEP}]
        >=dev-python/msgpack-1.1.2[${PYTHON_USEDEP}]
@@ -31,29 +29,6 @@ RDEPEND="
        >=dev-python/tomlkit-0.13.3[${PYTHON_USEDEP}]
 "
 
-BDEPEND="
-       man? (
-               || (
-                       app-text/lowdown
-                       virtual/pandoc
-               )
-       )
-"
-
-python_compile() {
-       distutils-r1_python_compile
-
-       if use man; then
-               local docgen=lowdown
-
-               # prefer pandoc if it's installed
-               has_version virtual/pandoc && docgen=pandoc
-
-               "${docgen}" docs/man.carnage.md -s -t man -o docs/carnage.1 \
-                       || die "Failed to generate man page with ${docgen}"
-       fi
-}
-
 src_install() {
        distutils-r1_src_install
 
@@ -61,7 +36,7 @@ src_install() {
 
        doicon -s scalable assets/carnage.svg
 
-       use man && doman docs/carnage.1
+       doman man/carnage.1
 }
 
 pkg_postinst() {

Reply via email to