commit: 0726fbb357f2050159f3735e8cde9246522ee88f Author: David Michael <fedora.dm0 <AT> gmail <DOT> com> AuthorDate: Tue May 18 11:53:23 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu May 27 21:18:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0726fbb3
kernel-2.eclass: drop additional unused 2.4 and 2.6 functions * Invoking maintainer timeout after 14 days. Closes: https://github.com/gentoo/gentoo/pull/20639 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com> Signed-off-by: David Seifert <soap <AT> gentoo.org> eclass/kernel-2.eclass | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 1757e729f2a..963d444f585 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -578,22 +578,6 @@ kernel_is() { [ ${test} ${operator} ${value} ] } -# @FUNCTION: kernel_is_2_4 -# @USAGE: -# @DESCRIPTION: -# return true if kernel is version 2.4 -kernel_is_2_4() { - kernel_is 2 4 -} - -# @FUNCTION: kernel_is_2_6 -# @USAGE: -# @DESCRIPTION: -# return true if kernel is version 2.6 -kernel_is_2_6() { - kernel_is 2 6 || kernel_is 2 5 -} - # Capture the sources type and set DEPENDs if [[ ${ETYPE} == sources ]]; then [[ ${EAPI} == 6 ]] && DEPEND="!build? ( sys-apps/sed )" ||
