summaryrefslogtreecommitdiffstats
path: root/bin/phase-helpers.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-13 18:51:31 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-13 18:51:31 -0700
commite135f6f32d728dd918253a17681fc412704c0db1 (patch)
tree13386f0c5c26cc313db8f5c7b51573e60f8bdf22 /bin/phase-helpers.sh
parentdb2e6f614169307e1c9cca9f8bab63f724547db4 (diff)
downloadportage-e135f6f32d728dd918253a17681fc412704c0db1.tar.gz
portage-e135f6f32d728dd918253a17681fc412704c0db1.tar.bz2
portage-e135f6f32d728dd918253a17681fc412704c0db1.zip
Deprecate EAPI 5_pre1.
Diffstat (limited to 'bin/phase-helpers.sh')
-rw-r--r--bin/phase-helpers.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
index 0250aca96..555b2372b 100644
--- a/bin/phase-helpers.sh
+++ b/bin/phase-helpers.sh
@@ -634,19 +634,6 @@ _eapi4_src_install() {
fi
}
-_eapi5_src_prepare() {
- apply_user_patches
-}
-
-_eapi5_apply_user_patches() {
- [[ ${EBUILD_PHASE} == prepare ]] || \
- die "apply_user_patches may only be called during src_prepare"
- # This is a no-op that is just enough to fullfill the spec.
- [[ -f ${PORTAGE_BUILDDIR}/.apply_user_patches ]] && return 1
- > "${PORTAGE_BUILDDIR}/.apply_user_patches" || die
- return 1
-}
-
# @FUNCTION: has_version
# @USAGE: [--host-root] <DEPEND ATOM>
# @DESCRIPTION: