[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/ -- --

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

Re: [gentoo-dev] net-misc/strongswan USE_EXPAND

2015-06-23 Thread Jason Zaman
On Tue, Jun 23, 2015 at 08:05:35AM +0200, Michał Górny wrote: Dnia 2015-06-23, o godz. 01:48:58 Alexandre Rostovtsev tetrom...@gentoo.org napisał(a): On Tue, 2015-06-23 at 07:06 +0200, Michał Górny wrote: Dnia 2015-06-23, o godz. 01:23:13 Jason Zaman ja...@perfinion.com napisał(a):

Re: [gentoo-dev] net-misc/strongswan USE_EXPAND

2015-06-23 Thread Michał Górny
Dnia 2015-06-23, o godz. 01:48:58 Alexandre Rostovtsev tetrom...@gentoo.org napisał(a): On Tue, 2015-06-23 at 07:06 +0200, Michał Górny wrote: Dnia 2015-06-23, o godz. 01:23:13 Jason Zaman ja...@perfinion.com napisał(a): On Mon, Jun 22, 2015 at 10:55:45PM +0200, Michał Górny wrote:

[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.

[gentoo-portage-dev] Re: [PATCH] Make the USE variable readonly (bug 325009)

2015-06-23 Thread Michael Haubenwallner
On 04/26/2015 11:14 PM, Zac Medico wrote: This requires the EBUILD_FORCE_TEST code from dyn_test to execute before USE is declared readonly. X-Gentoo-Bug: 325009 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=325009 --- --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1,5 +1,5 @@

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