Skip to content

Commit

Permalink
prepman: Deprecate
Browse files Browse the repository at this point in the history
According to PMS, calling prepman from ebuilds was never allowed.
Last usage in Gentoo repository has been removed on 2019-04-14.

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
  • Loading branch information
ulm committed Apr 5, 2023
1 parent 5e58a0d commit 1cd31f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/ebuild-helpers/prepman
@@ -1,8 +1,12 @@
#!/usr/bin/env bash
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Note: this really does nothing these days. It's going to be banned
# when the last consumers are gone.

source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1

eqawarn "QA Notice: '${0##*/}' is not allowed in ebuild scope"

exit 0

0 comments on commit 1cd31f6

Please sign in to comment.