From 129160ec854dca4c3fedb5bcfbcb56930371da0f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Jan 2021 21:06:00 +0000 Subject: gentoo new year resync : 01.01.2021 --- eclass/distutils-r1.eclass | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'eclass/distutils-r1.eclass') diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index d626d816369c..5ffc91be479c 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -95,11 +95,6 @@ esac # It needs to be set before the inherit line. : ${DISTUTILS_USE_SETUPTOOLS:=bdepend} -# @VARIABLE: _DISTUTILS_R1 -# @INTERNAL -# @DESCRIPTION: -# Please document me - if [[ ! ${_DISTUTILS_R1} ]]; then [[ ${EAPI} == [456] ]] && inherit eutils @@ -1198,66 +1193,34 @@ distutils-r1_src_install() { # -- distutils.eclass functions -- -# @FUNCTION: distutils_get_intermediate_installation_image -# @INTERNAL -# @DESCRIPTION: -# Die and warn when function from previous distutils is called distutils_get_intermediate_installation_image() { die "${FUNCNAME}() is invalid for distutils-r1" } -# @FUNCTION: distutils_src_unpack -# @INTERNAL -# @DESCRIPTION: -# Die and warn when function from previous distutils is called distutils_src_unpack() { die "${FUNCNAME}() is invalid for distutils-r1, and you don't want it in EAPI ${EAPI} anyway" } -# @FUNCTION: distutils_src_prepare -# @INTERNAL -# @DESCRIPTION: -# Die and warn when function from previous distutils is called distutils_src_prepare() { die "${FUNCNAME}() is invalid for distutils-r1, you probably want: ${FUNCNAME/_/-r1_}" } -# @FUNCTION: distutils_src_compile -# @INTERNAL -# @DESCRIPTION: -# Die and warn when function from previous distutils is called distutils_src_compile() { die "${FUNCNAME}() is invalid for distutils-r1, you probably want: ${FUNCNAME/_/-r1_}" } -# @FUNCTION: distutils_src_test -# @INTERNAL -# @DESCRIPTION: -# Die and warn when function from previous distutils is called distutils_src_test() { die "${FUNCNAME}() is invalid for distutils-r1, you probably want: ${FUNCNAME/_/-r1_}" } -# @FUNCTION: distutils_src_install -# @INTERNAL -# @DESCRIPTION: -# Die and warn when function from previous distutils is called distutils_src_install() { die "${FUNCNAME}() is invalid for distutils-r1, you probably want: ${FUNCNAME/_/-r1_}" } -# @FUNCTION: distutils_pkg_postinst -# @INTERNAL -# @DESCRIPTION: -# Die and warn when function from previous distutils is called distutils_pkg_postinst() { die "${FUNCNAME}() is invalid for distutils-r1, and pkg_postinst is unnecessary" } -# @FUNCTION: distutils_pkg_postrm -# @INTERNAL -# @DESCRIPTION: -# Die and warn when function from previous distutils is called distutils_pkg_postrm() { die "${FUNCNAME}() is invalid for distutils-r1, and pkg_postrm is unnecessary" } -- cgit v1.2.3