[gentoo-dev] Last-rites: sci-chemistry/openbabel-perl

2022-03-07 Thread Andreas Sturmlechner
# Andreas Sturmlechner (2022-03-07) # Obsolete by >=sci-chemistry/openbabel-3[perl]. # Bug #834261. Removal on 2022-04-06. sci-chemistry/openbabel-perl signature.asc Description: This is a digitally signed message part.

[gentoo-dev] Last-rites: dev-libs/device-atlas-api-c

2022-03-07 Thread Andreas Sturmlechner
# Andreas Sturmlechner (2022-03-07) # Proprietary, requires login to download, no maintainer, blocks cleanup. # Bug #770499. Removal on 2022-04-06. dev-libs/device-atlas-api-c signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] [PATCH v5] go-module.eclass: deprecate EGO_SUM

2022-03-07 Thread tastytea
On 2022-03-05 16:17-0600 William Hubbs wrote: > +# @CODE > +# > +# $ cd /path/to/project > +# $ GOMODCACHE="${PWD}"/go-mod go mod download -modcacherw > +# $ tar -acf project-1.0-deps.tar.xz go-mod What's the reason to use `go mod download` here and not `go mod vendor`? The former seems to