[gentoo-dev] [PATCH] Support Makefiles that set variables to a non-static value

2021-09-01 Thread Mike Pagano
Previously, the kernel Makefile had to define version variables as static string literals to be read. This change will allow varibles defined as non-static values to be read. Bug: https://bugs.gentoo.org/490328 Signed-off-by: Mike Pagano --- eclass/linux-info.eclass | 13 + 1 file

[gentoo-dev] [PATCH v2 4/4] cmake.eclass: Default CMAKE_BUILD_TYPE=RelWithDebInfo in EAPI 8

2021-09-01 Thread Andreas Sturmlechner
Signed-off-by: Michał Górny Signed-off-by: Andreas Sturmlechner --- eclass/cmake.eclass | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 4203b9364cc..42a6f95201a 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.ecl

[gentoo-dev] [PATCH v2 3/4] cmake.eclass: Enable CMAKE_INSTALL_ALWAYS

2021-09-01 Thread Andreas Sturmlechner
Bug: https://bugs.gentoo.org/735820 Signed-off-by: Andreas Sturmlechner --- eclass/cmake.eclass | 5 + 1 file changed, 5 insertions(+) diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 7a8059ba071..4203b9364cc 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -535,6 +5

[gentoo-dev] [PATCH v2 2/4] cmake.eclass: Enforce CMAKE_REMOVE_MODULES_LIST be an array

2021-09-01 Thread Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner --- eclass/cmake.eclass | 28 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 137dbc66017..7a8059ba071 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -66,

[gentoo-dev] [PATCH v2 1/4] cmake.eclass: Support EAPI-8

2021-09-01 Thread Andreas Sturmlechner
Move supported EAPI check on top, EXPORT_FUNCTIONS below guard. Switch to using current working directory instead of ${S} when initializing ${CMAKE_USE_DIR} and ${BUILD_DIR}. Sort inherits. Raise baseline cmake version to 3.20.5. Bug: https://bugs.gentoo.org/704524 Thanks-to: Arfrever Frehtes T

Re: [gentoo-dev] [PATCH 0/9] drop the go-module_pkg_postinst function

2021-09-01 Thread William Hubbs
On Sun, Aug 29, 2021 at 11:33:17AM -0500, William Hubbs wrote: > It seems to me that we don't need this function any longer since the go > ebuild displays a message when it is upgraded or downgraded explaining > how to rebuild go packages, so I would like to remove it. > > This patch series contai

Re: [gentoo-dev] [PATCH eclass2manpage] Add @PROVIDES tag to indicate transitive eclass inheritance

2021-09-01 Thread Michał Górny
On Sun, 2021-08-29 at 11:17 +0200, Michał Górny wrote: > Add a @PROVIDES eclassdoc tag that can be used to indicate that > a particular eclass transitively provides the functions from another > eclass and therefore ebuilds inheriting it do not have to explicitly > inherit the other eclass. > > For

Re: [gentoo-dev] [PATCH] go-module.eclass: drop --mod=readonly from GOFLAGS

2021-09-01 Thread William Hubbs
On Sat, Aug 28, 2021 at 08:12:53PM -0500, William Hubbs wrote: > As of go 1.16, --mod=readonly is the default, so we don't need to > specify it. > https://golang.org/ref/mod#build-commands > https://golang.org/doc/go1.16 > > Signed-off-by: William Hubbs > --- > eclass/go-module.eclass | 4 +--- >

[gentoo-dev] [PATCH] cmake-multilib.eclass: Support EAPI-8, add guard

2021-09-01 Thread Andreas Sturmlechner
Move EXPORT_FUNCTIONS below guard. Signed-off-by: Andreas Sturmlechner --- eclass/cmake-multilib.eclass | 27 +-- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass index 6b38d260655..c848e3882f5 100