Re: [gentoo-dev] [PATCH] bzr.eclass: Drop bzr_bootstrap and bzr_src_prepare.

2018-02-07 Thread Michał Górny
W dniu śro, 07.02.2018 o godzinie 14∶18 +0100, użytkownik Ulrich Mueller napisał: > > > > > > On Wed, 07 Feb 2018, Michał Górny wrote: > > > -# @FUNCTION: bzr_src_prepare > > > -# @DESCRIPTION: > > > -# Default src_prepare(), calls bzr_bootstrap. > > > -bzr_src_prepare() { > > > - bzr_bootstrap >

Re: [gentoo-dev] [PATCH] bzr.eclass: Drop bzr_bootstrap and bzr_src_prepare.

2018-02-07 Thread Ulrich Mueller
> On Wed, 07 Feb 2018, Michał Górny wrote: >> -# @FUNCTION: bzr_src_prepare >> -# @DESCRIPTION: >> -# Default src_prepare(), calls bzr_bootstrap. >> -bzr_src_prepare() { >> -bzr_bootstrap >> } > Hmm, unless I'm mistaken, this can cause another definition > of src_prepare to start

Re: [gentoo-dev] [PATCH] bzr.eclass: Drop bzr_bootstrap and bzr_src_prepare.

2018-02-06 Thread Michał Górny
W dniu śro, 07.02.2018 o godzinie 00∶24 +0100, użytkownik Ulrich Müller napisał: > No ebuild in the Gentoo repository uses the bzr_bootstrap > functionality. Therefore drop the function along with bzr_src_prepare > (which would not have worked in EAPI 6 anyway, due to missing call to >

[gentoo-dev] [PATCH] bzr.eclass: Drop bzr_bootstrap and bzr_src_prepare.

2018-02-06 Thread Ulrich Müller
No ebuild in the Gentoo repository uses the bzr_bootstrap functionality. Therefore drop the function along with bzr_src_prepare (which would not have worked in EAPI 6 anyway, due to missing call to eapply_user). After this change, inheriting eutils is not needed any more. Drop support for EAPIs 0