commit:     c3277200aee40cf90d32221e7ec776f41c61443c
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 22 23:26:26 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Nov 22 23:34:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3277200

toolchain.eclass: drop prepman() and prepstrip(), bug #587316

These functions are no-op in portage-2.3.50+.

Bug: https://bugs.gentoo.org/587316
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 eclass/toolchain.eclass | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 47620e5ae5d..8a320329534 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1848,12 +1848,6 @@ toolchain_src_install() {
                                cp -r "${cxx_mandir}"/man? 
"${D}${DATAPATH}"/man/
                        fi
                fi
-               has noinfo ${FEATURES} \
-                       && rm -r "${D}${DATAPATH}"/info \
-                       || prepinfo "${DATAPATH#${EPREFIX}}"
-               has noman ${FEATURES} \
-                       && rm -r "${D}${DATAPATH}"/man \
-                       || prepman "${DATAPATH#${EPREFIX}}"
        fi
        # prune empty dirs left behind
        find "${ED}" -depth -type d -delete 2>/dev/null

Reply via email to