• [gentoo-dev] [PATCH 1/4] eclass/dotnet-pkg*: remove unnecessary auto-ap

    From =?UTF-8?q?Maciej=20Bar=C4=87?=@21:1/5 to All on Thu Oct 5 21:20:01 2023
    Also reorder dotnet-pkg-base_foreach-solution argument positions.

    Signed-off-by: Maciej Barć <xgqt@gentoo.org>
    ---
    eclass/dotnet-pkg-base.eclass | 56 ++++++++++++++---------------------
    eclass/dotnet-pkg.eclass | 6 ++--
    2 files changed, 27 insertions(+), 35 deletions(-)

    diff --git a/eclass/dotnet-pkg-base.eclass b/eclass/dotnet-pkg-base.eclass index c7f2e031d..e2659a829 100644
    --- a/eclass/dotnet-pkg-base.eclass
    +++ b/eclass/dotnet-pkg-base.eclass
    @@ -305,35 +305,37 @@ dotnet-pkg-base_info() {
    }

    # @FUNCTION: dotnet-pkg-base_foreach-solution
    -# @USAGE: <function> [directory]
    +# @USAGE: <directory> <args> ...
    # @DESCRIPTION:
    # Execute a function for each solution file (.sln) in a specified directory.
    # This function may yield no real results because solutions are discovered
    # automatically.
    #
    -# Optional "directory" argument defaults to the current directory path.
    -#
    -# Used by "dotnet-pkg_src_configure" from the "dotnet-pkg" eclass.
    +# Used by "dotnet-pkg_src_configure" and "dotnet-pkg_src_test" from
    +# the "dotnet-pkg" eclass.
    dotnet-pkg-base_foreach-solution() {
    debug-pr