Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Cc: robbat2@g.o, zmedico@g.o, William Hubbs <williamh@g.o>
Subject: [gentoo-dev] [PATCH 0/2] go-module.eclass cleanups
Date: Fri, 21 May 2021 15:46:21
Message-Id: 20210521154559.11079-1-williamh@gentoo.org
1 This is an improvement to my previous patch. It is a patch series now
2 because there are two separate changes:
3
4 - GOPROXY is exported in go-module_set_globals since it is not needed if
5 EGO_SUM is not set in the ebuild.
6
7 - go-module_setup_proxy is added. This function sets up the go proxy
8 directory so that dependencies can be read from it.
9
10 William Hubbs (2):
11 go-module.eclass: fix GOPROXY export
12 go-module.eclass: add go-module_setup_proxy function
13
14 eclass/go-module.eclass | 47 +++++++++++++++++++++++++++++++++++++++--
15 1 file changed, 45 insertions(+), 2 deletions(-)
16
17 --
18 2.26.3

Replies