Re: [gentoo-dev] RFC: prune base.eclass usage from waf-utils.eclass

2015-06-23 Thread Justin (jlec)
On 23/06/15 20:16, William Hubbs wrote: > On Tue, Jun 23, 2015 at 09:56:30AM +0200, Justin (jlec) wrote: >> Hi, >> >> I like to prune base.eclass usage from waf-utils.eclass > > Definitely. > > How much closer will this bring us to killing base.eclass with fire? > > William > Not really much,

Re: [gentoo-dev] new eclass: golang-build.eclass for building Go software

2015-06-23 Thread William Hubbs
All, I am commiting golang-build.eclass and applying the attached patch at the same time. In my testing of the golang-vcs and golang-build eclasses, I never saw a need to have separate EGO_PN and EGO_PN_BUILD variables, so we now use EGO_PN in both eclasses. William --- golang-build.eclass 2015

Re: [gentoo-dev] golang-vcs.eclass updates

2015-06-23 Thread William Hubbs
On Mon, Jun 22, 2015 at 05:36:16PM -0500, William Hubbs wrote: > All, > > here are more non-api-breaking updates to golang-vcs.eclass: > > 1. The GOPATH environment variable is now passed directly to the > commands that need it. > 2. The correct directory of source files is copied to the correct

Re: [gentoo-dev] RFC: prune base.eclass usage from waf-utils.eclass

2015-06-23 Thread William Hubbs
On Tue, Jun 23, 2015 at 09:56:30AM +0200, Justin (jlec) wrote: > Hi, > > I like to prune base.eclass usage from waf-utils.eclass Definitely. How much closer will this bring us to killing base.eclass with fire? William signature.asc Description: Digital signature

[gentoo-dev] openstack image update

2015-06-23 Thread Matthew Thode
I've updated the openstack images to make them smaller, make them work with dynamic ethernet interface add/delete, and make the disk resize on first boot. I've also made nomultilib and hardened images. They are published here now. http://distfiles.gentoo.org/experimental/amd64/openstack/ -- --

[gentoo-dev] RFC: prune base.eclass usage from waf-utils.eclass

2015-06-23 Thread Justin (jlec)
Hi, I like to prune base.eclass usage from waf-utils.eclass --- waf-utils.eclass3 Jan 2015 14:50:34 - 1.22 +++ waf-utils.eclass23 Jun 2015 07:55:41 - @@ -15,10 +15,10 @@ # waf-based packages much easier. # Its main features are support of common portage default settings. -inh