• [gentoo-dev] [PATCH v2 6/6] bzr.eclass: Drop support for EBZR_INITIAL_U

    From =?UTF-8?q?Ulrich=20M=C3=BCller?=@21:1/5 to All on Sat Sep 25 14:40:02 2021
    This was historically used only for GNU Emacs, which had a slow
    original repository and a fast (but possibly out of date) mirror.

    Signed-off-by: Ulrich Müller <ulm@gentoo.org>
    ---
    eclass/bzr.eclass | 25 +------------------------
    1 file changed, 1 insertion(+), 24 deletions(-)

    diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass
    index 5dd5d40c13fa..b89f4216034f 100644
    --- a/eclass/bzr.eclass
    +++ b/eclass/bzr.eclass
    @@ -82,17 +82,6 @@ EXPORT_FUNCTIONS src_unpack
    # @DESCRIPTION:
    # The repository URI for the source package.

    -# @ECLASS-VARIABLE: EBZR_INITIAL_URI
    -# @DEFAULT_UNSET
    -# @DESCRIPTION:
    -# The URI used for initial branching of the source repository. If this
    -# variable is set, the initial branch will be cloned from the location
    -# specified, followed by a pull from ${EBZR_REPO_URI}. This is intended
    -# for special cases, e.g. when download from the original repository is
    -# slow, but a fast mirror exists but may be out of date.
    -#
    -# Normally, this variable needs not be set.
    -
    # @ECLASS-VARIABLE: EBZR_PROJECT
    # @DESCRIPTION:
    # The project name of your ebuild. Normally, the branch will be stored
    @@ -231,19 +220,7 @@ bzr_fetch() {
    ${EBZR_