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/2] fix support for go modules
Date: Wed, 26 Feb 2020 15:24:48
Message-Id: 20200226152437.15054-1-williamh@gentoo.org
1 *** BLURB HERE ***
2 This is another round of support for go modules.
3 The first patch adds goproxy to the gentoo mirror system so that
4 ebuilds can be written with "mirror://goproxy/foo/bar" in SRC_URI. This
5 is used by the go-module.eclass changes in the second patch.
6
7 The second patch adds EGO_SUM as a variable to the go-module.eclass.
8 This also allows us to create a local goproxy for the modules we
9 download.
10
11 William Hubbs (2):
12 profiles/thirdpartymirrors: add goproxy mirror
13 go-module.eclass: add support for EGO_SUM
14
15 eclass/go-module.eclass | 362 +++++++++++++++++++++++++++++++++----
16 profiles/thirdpartymirrors | 1 +
17 2 files changed, 323 insertions(+), 40 deletions(-)
18
19 --
20 2.24.1

Replies