[gentoo-dev] [PATCH] 2021-09-03-setuptools_scm-6_3_0-temporary-breakage: add item

2021-09-03 Thread Arthur Zamarin
Bug: https://bugs.gentoo.org/811504 Signed-off-by: Sam James Signed-off-by: Arthur Zamarin --- ...ptools_scm-6_3_0-temporary-breakage.en.txt | 49 +++ 1 file changed, 49 insertions(+) create mode 100644 2021-09-03-setuptools_scm-6_3_0-temporary-breakage/2021-09-03-setuptools_sc

[gentoo-dev] pkg db conversion to the local "pkg" overlay

2021-09-03 Thread Igor
Hello All, What do you think about converting pkg overlay into an operational local overlay that has the same meaning for the portage as all the local overlays are? I understand that at a distant point in time some of the kept packages in this overlay will not be supported by the current port

Re: [gentoo-dev] Packages up for grabs

2021-09-03 Thread Ultrabug
On 30/08/2021 13:37, Jakov Smolić wrote: On 8/30/21 10:39 AM, Lars Wendler wrote: Hi, the following packages are up for grabs: app-emulation/sen (3 open bugs) dev-python/flexmock sys-process/nmon (2 open bugs) x11-wm/i3 I can take i3. If anybody else is interested feel free to join in. I'l

Re: [gentoo-dev] New tools: iwdevtools to help spot rdepend issues and others

2021-09-03 Thread Joonas Niilola
On 3.9.2021 12.58, Ionen Wolkens wrote: > Some of you may already know about it but, now that it has been tested > a bit more, felt should advertise here. > > It's small'ish scripts available from "app-portage/iwdevtools" > > See github[1]'s README.rst for a lowdown (and --help or man pages for >

Re: [gentoo-dev] [PATCH v4] linux-info.eclass : Support valid Make files

2021-09-03 Thread Mike Pagano
Thanks to Sam, mgorny and Ulm for the review. Incorporated all requested changes Support the possibility that the Makefile could be one of the following and should be checked in the order described here: https://www.gnu.org/software/make/manual/make.html Order of checking and valid Makefiles n

[gentoo-dev] New tools: iwdevtools to help spot rdepend issues and others

2021-09-03 Thread Ionen Wolkens
Some of you may already know about it but, now that it has been tested a bit more, felt should advertise here. It's small'ish scripts available from "app-portage/iwdevtools" See github[1]'s README.rst for a lowdown (and --help or man pages for options), but for a quick overview: qa-vdb: Look

Re: [gentoo-dev] [PATCH v3] linux-info.eclass : Support valid Make files

2021-09-03 Thread Ulrich Mueller
> On Fri, 03 Sep 2021, Mike wrote: > - if [ ! -s "${KV_DIR}/Makefile" ] > + get_makefile > + > + if [[ ! -s "${KERNEL_MAKEFILE}" ]] No quotation marks needed in [[ ]]. + [[ -s "${KV_DIR}"/GNUMakefile ]] && > KERNEL_MAKEFILE="${KV_DIR}/GNUMakefile" > + [[ -s "${KV_DIR}"

Re: [gentoo-dev] [PATCH v3] linux-info.eclass : Support valid Make files

2021-09-03 Thread Michał Górny
On Thu, 2021-09-02 at 19:28 -0400, Mike wrote: > Support the possibility that the Makefile could be > one of the following and should be checked in the order described here: > > https://www.gnu.org/software/make/manual/make.html > > Order of checking and valid Makefiles names: > GNUMakefile, make