* "Robin H. Johnson" :
Wrote on Wed, 8 Jun 2022 20:42:48 +:
> EGO_SUM vs dependency tarballs:
> - bloats ebuilds
> - bloats Manifests
> - bloats metadata/md5-cache/ (SRC_URI etc)
> - doesn't bloat mirrors with gentoo-unique distfiles
> - EGO_SUM is verifiable/reproducible from Upstream Go sy
I have an npm.eclass (
https://github.com/bekcpear/ryans-repos/blob/main/eclass/npm.eclass) that
works like EGO_SUM.
However, the package-lock.json file should be patched to convert sha1 to
sha512 due to the default mechanism (script:
https://github.com/bekcpear/npm-lockfile-to-sha512.sh).
I main
On 2022-06-05 09:28, Joonas Niilola wrote:
sys-process/incron
I'll take this one, with Infra as fallback maintainers.
--
Marecki
OpenPGP_signature
Description: OpenPGP digital signature
Infra need/wants a few of these packages, so please consider us
fallback maintainers:
On Sun, Jun 05, 2022 at 11:28:30AM +0300, Joonas Niilola wrote:
> app-metrics/mysqld_exporter
> net-libs/zeromq
> net-misc/httpstat
> sys-apps/hponcfg
> sys-block/hpacucli
> sys-block/hpssacli
> sys-block/storcli
On Wed, Jun 08, 2022 at 07:23:15PM +0200, Alessandro Barbieri wrote:
> I'm interested in an eclass that doesn't bundle everything together. Also
> I'm interested in anyone that can share the package maintainership (in guru
> first).
>
> I've already tried 3 approaches:
...
Since you know this yar
On Fri, Jun 03, 2022 at 01:18:08PM +0200, Florian Schmaus wrote:
> EGO_SUM is marked as 'deprecated' in go-module.eclass [1, 2]. I
> acknowledge that there are packages where the usage of EGO_SUM is very
> problematic. However, I wonder if there are packages where using
> dependency tarballs is
Il Lun 6 Giu 2022, 13:16 Andrew Ammerlaan ha
scritto:
> Hi Chris,
>
> I think @Alessandro (CC) has already done some work on this over at [1].
> I'm not sure what the status of it is though. Maybe you two can discuss
> this together to avoid doing double work.
>
> Best regards,
> Andrew
>
> [1] h
I have a package that uncorrectly guesses the mpi implementation because
it's grepping the /usr/include/mpi.h and since it's a multilib wrapper, it
doesn't contain the defines. I can specify the mpi implementation while
configuring.
How to reliably detect the MPI implementation?
I need something (