Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] new eclass: golang-build.eclass for building Go software
Date: Mon, 22 Jun 2015 22:31:34
Message-Id: 20150622223120.GA14941@linux1.gaikai.biz
In Reply to: Re: [gentoo-dev] new eclass: golang-build.eclass for building Go software by William Hubbs
1 All,
2
3 here is an updated version of this eclass. The following changes have
4 been made:
5
6 1. GOPATH is not put in the ebuild environment; it is passed to
7 the commands that need it.
8
9 2. By default, third party Go sources and packages are installed in
10 a system-wide Go workspace located in /usr/lib/go-gentoo.
11
12 3. A subslot dependency on dev-lang/go has been added to allow rebuilding
13 of packages that use this eclass when a user upgrades dev-lang/go by
14 using --with-bdeps=y.
15
16 Let me know what you think.
17
18 William

Attachments

File name MIME type
golang-build.eclass text/plain
signature.asc application/pgp-signature

Replies