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 3)
Date: Mon, 16 Sep 2019 15:20:12
Message-Id: 20190916141719.12922-1-williamh@gentoo.org
1 All,
2
3 this is the third iteration of this eclass.
4 I have added a pkg_postinst function to warn about go being statically
5 linked. Also, the src_prepare function, which is still commented out,
6 has been adjusted to show how I could generate a qa warning if the
7 maintainer packs a vendor tarball and upstream vendors.
8
9 This could not happen if we use the method forcing the version into the
10 path stored in the vendor tarball.
11
12 Thanks,
13
14 William
15
16 William Hubbs (1):
17 go-module.eclass: introduce new eclass to handle go modules
18
19 eclass/go-module.eclass | 117 ++++++++++++++++++++++++++++++++++++++++
20 1 file changed, 117 insertions(+)
21 create mode 100644 eclass/go-module.eclass
22
23 --
24 2.21.0

Replies