Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo development <gentoo-dev@l.g.o>
Subject: [gentoo-dev] rfc: go packages vs repositories
Date: Fri, 12 Jun 2015 17:54:16
Message-Id: 20150612175404.GA26371@linux1.gaikai.biz
1 All,
2
3 in looking at some of the Go ebuilds we have in the tree, I see that
4 some of them, for example go-tools, have multiple Go packages in a
5 single repository. This means that something like:
6
7 go get -d -u -t golang.org/x/tools
8
9 will fail. There is an issue opened upstream about this [1].
10
11 My question for this list is, should we wait for this to be resolved
12 before we do anything, or should we change the go packaging we are doing
13 to package single go packages instead of repositories?
14
15 Thanks,
16
17 William
18
19 [1] https://github.com/golang/go/issues/11090

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] rfc: go packages vs repositories Patrick McLean <chutzpah@g.o>