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] introduce new eclass to handle go modules (round 4)
Date: Mon, 16 Sep 2019 22:48:07
Message-Id: 20190916224720.20502-1-williamh@gentoo.org
1 All,
2
3 This iteration adds the src_prepare function along with some sanity
4 checks for the location of the upstream vendor directory. We should use
5 "${S}"/vendor instead of just vendor.
6
7 Also, a comment was added about the LICENSE setting in ebuilds and we
8 now force go to operate in module mode by adding GO111MODULE=on to the
9 environment.
10
11 William Hubbs (1):
12 go-module.eclass: introduce new eclass to handle go modules
13
14 eclass/go-module.eclass | 105 ++++++++++++++++++++++++++++++++++++++++
15 1 file changed, 105 insertions(+)
16 create mode 100644 eclass/go-module.eclass
17
18 --
19 2.21.0

Replies