Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Cc: William Hubbs <williamh@g.o>
Subject: [gentoo-dev] [PATCH 0/1] remove EGO_VENDOR support from go-module.eclass
Date: Sun, 10 May 2020 21:17:42
Message-Id: 20200510211645.19097-1-williamh@gentoo.org
1 All,
2
3 now that go 1.14.2 is stable, I want to remove the EGO_VENDOR support from
4 go-module.eclass.
5
6 This was kept when the EGO_SUM support was added on 4 Mar, with a qa
7 warning advising people to migrate their ebuilds to EGO_SUM.
8
9 This patch makes migrating mandatory by forcing ebuilds to die if they
10 have EGO_VENDOR set and are using go-module.eclass.
11
12 Thoughts?
13
14 William Hubbs (1):
15 eclass/go-module.eclass: remove EGO_VENDOR support
16
17 eclass/go-module.eclass | 81 +++--------------------------------------
18 1 file changed, 6 insertions(+), 75 deletions(-)
19
20 --
21 2.26.2

Replies