Remove redundant default pkg_nofetch, src_unpack, and src_test definitions
authorZac Medico <zmedico@gentoo.org>
Fri, 8 Aug 2008 22:24:43 +0000 (22:24 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 8 Aug 2008 22:24:43 +0000 (22:24 -0000)
which are now handled inside _ebuild_phase_funcs().

svn path=/main/trunk/; revision=11358

bin/ebuild.sh

index 5cf3e0f92e63f0f6838c7771088298d10859f78c..ba6eaf33e1b0f666ed1479266fe8c9830426a09a 100755 (executable)
@@ -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}
 }