projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e22f27
)
Remove redundant default pkg_nofetch, src_unpack, and src_test definitions
author
Zac Medico
<zmedico@gentoo.org>
Fri, 8 Aug 2008 22:24:43 +0000
(22:24 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 5cf3e0f92e63f0f6838c7771088298d10859f78c..ba6eaf33e1b0f666ed1479266fe8c9830426a09a 100755
(executable)
--- 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}
}