From: Zac Medico Date: Fri, 8 Aug 2008 22:24:43 +0000 (-0000) Subject: Remove redundant default pkg_nofetch, src_unpack, and src_test definitions X-Git-Tag: v2.2_rc7~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c9d2c595e17fe98dca0b3c39f2db6a60dd2b4dc7;p=portage.git Remove redundant default pkg_nofetch, src_unpack, and src_test definitions which are now handled inside _ebuild_phase_funcs(). svn path=/main/trunk/; revision=11358 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 5cf3e0f92..ba6eaf33e 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -641,18 +641,6 @@ _eapi2_src_compile() { fi } -pkg_nofetch() { - _eapi0_pkg_nofetch -} - -src_unpack() { - _eapi0_src_unpack -} - -src_test() { - _eapi0_src_test -} - ebuild_phase() { [ "$(type -t ${1})" == "function" ] && qa_call ${1} }