Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH v5] go-module.eclass: deprecate EGO_SUM
Date: Sun, 06 Mar 2022 15:10:32
Message-Id: YiTO3ZwK5m9bVjhL@linux1.home
In Reply to: Re: [gentoo-dev] [PATCH v5] go-module.eclass: deprecate EGO_SUM by Sam James
1 On Sun, Mar 06, 2022 at 09:20:03AM +0000, Sam James wrote:
2 >
3 >
4 > > On 5 Mar 2022, at 22:17, William Hubbs <williamh@g.o> wrote:
5 > >
6 > > EGO_SUM can be thousands of lines long in ebuilds, and it leads to
7 > > creating Manifest files that are thousands of lines long.
8 > > It has been determined that dependency tarballs are a better solution if
9 > > upstream doesn't vendor their dependencies.
10 > >
11 > > Signed-off-by: William Hubbs <williamh@g.o>
12 > > ---
13 > > [snip]
14 >
15 > > -#
16 > > -# SRC_URI="https://github.com/example/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
17 > > -# ${EGO_SUM_SRC_URI}"
18 > > +# SRC_URI="https://github.com/example/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
19 > > +# Add this line if you have a dependency tarball.
20 > > +# SRC_URI+=" ${P}-dep.tar.xz"
21 >
22 > In #gentoo-dev-help, Weiss-Fder[m] pointed out this should be 'deps'.
23
24 This is fixed and the patch is merged.
25
26 Thanks,
27
28 William

Attachments

File name MIME type
signature.asc application/pgp-signature