From c9d2c595e17fe98dca0b3c39f2db6a60dd2b4dc7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 8 Aug 2008 22:24:43 +0000 Subject: 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 --- bin/ebuild.sh | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'bin/ebuild.sh') 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} } -- cgit v1.2.3-1-g7c22