Re: [gentoo-dev] more golang updates

2015-07-31 Thread William Hubbs
On Fri, Jul 31, 2015 at 08:32:19PM +0200, Ole Reifschneider wrote: > On Sat, Jul 25, 2015 at 09:17:55AM -0500, William Hubbs wrote: > > > > No, there aren't docs yet, because things are still changing. I'll write > > something up once everything is more settled. > > > > I think some docs would be

Re: [gentoo-dev] more golang updates

2015-07-31 Thread Ole Reifschneider
On Sat, Jul 25, 2015 at 09:17:55AM -0500, William Hubbs wrote: > > No, there aren't docs yet, because things are still changing. I'll write > something up once everything is more settled. > I think some docs would be very helpful even now in this early stage. If more people understand how the ecla

Re: [gentoo-dev] more golang updates

2015-07-27 Thread William Hubbs
On Thu, Jul 23, 2015 at 05:53:50PM -0500, William Hubbs wrote: > All, > > Here is the improvement I mentioned in the earlier thread. > > golang-base.eclass contains the base functions that were in golang-build > but can be used separately from either golang-vcs or golang-build. > > golang-vcs an

Re: [gentoo-dev] more golang updates

2015-07-25 Thread William Hubbs
On Fri, Jul 24, 2015 at 08:28:37PM +0200, Dirkjan Ochtman wrote: > On Fri, Jul 24, 2015 at 7:55 PM, Jauhien Piatlicki wrote: > > are there any docs about how to package go stuff? As I would like to > > package client for google drive [1], because net-misc/grive is broken. > > > > [1] https://githu

Re: [gentoo-dev] more golang updates

2015-07-24 Thread Dirkjan Ochtman
On Fri, Jul 24, 2015 at 7:55 PM, Jauhien Piatlicki wrote: > are there any docs about how to package go stuff? As I would like to > package client for google drive [1], because net-misc/grive is broken. > > [1] https://github.com/odeke-em/drive +1, I'm also still confused about this. This sort of

Re: [gentoo-dev] more golang updates

2015-07-24 Thread Jauhien Piatlicki
Hi, are there any docs about how to package go stuff? As I would like to package client for google drive [1], because net-misc/grive is broken. [1] https://github.com/odeke-em/drive On 07/24/2015 12:53 AM, William Hubbs wrote: > All, > > Here is the improvement I mentioned in the earlier thread

[gentoo-dev] more golang updates

2015-07-23 Thread William Hubbs
All, Here is the improvement I mentioned in the earlier thread. golang-base.eclass contains the base functions that were in golang-build but can be used separately from either golang-vcs or golang-build. golang-vcs and golang-build are also being updated to inherit golang-base. Let me know what