diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-08-08 22:24:43 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-08-08 22:24:43 +0000 |
commit | c9d2c595e17fe98dca0b3c39f2db6a60dd2b4dc7 (patch) | |
tree | d68f7b4df6b4156e83af658334eedbc4a4f29fec | |
parent | 4e22f276d10e28a4b05f451bbc52f032ee2ba6bc (diff) | |
download | portage-c9d2c595e17fe98dca0b3c39f2db6a60dd2b4dc7.tar.gz portage-c9d2c595e17fe98dca0b3c39f2db6a60dd2b4dc7.tar.bz2 portage-c9d2c595e17fe98dca0b3c39f2db6a60dd2b4dc7.zip |
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
-rwxr-xr-x | bin/ebuild.sh | 12 |
1 files changed, 0 insertions, 12 deletions
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} } |