aboutsummaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/prepalldocs
diff options
context:
space:
mode:
authorUlrich Mueller <ulm@gentoo.org>2010-09-05 13:50:09 +0200
committerUlrich Mueller <ulm@gentoo.org>2010-09-05 13:52:54 +0200
commit4a27551650f41325074ec03a7a4cad756e24dc47 (patch)
tree158e1dd198a75353567851239970b279020d2d7f /bin/ebuild-helpers/prepalldocs
parentAdd a test to check what portage submodules are imported by 'import portage', and assert that it doesn not rise above the current baseline. (diff)
downloadgentoo-portage-4a27551650f41325074ec03a7a4cad756e24dc47.tar.xz
gentoo-portage-4a27551650f41325074ec03a7a4cad756e24dc47.zip
dodoc, prepalldocs: Don't test for EAPI; use helpers in subdir 4 instead.
Diffstat (limited to 'bin/ebuild-helpers/prepalldocs')
-rwxr-xr-xbin/ebuild-helpers/prepalldocs5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/ebuild-helpers/prepalldocs b/bin/ebuild-helpers/prepalldocs
index 3b16f972603..fdc735d6fc3 100755
--- a/bin/ebuild-helpers/prepalldocs
+++ b/bin/ebuild-helpers/prepalldocs
@@ -4,11 +4,6 @@
source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
-if ! hasq "${EAPI}" 0 1 2 3; then
- eqawarn "QA Notice: Deprecated call to 'prepalldocs'"
- exit 0
-fi
-
if [[ -n $1 ]] ; then
vecho "${0##*/}: invalid usage; takes no arguments" 1>&2
fi