Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 592104

Summary: sys-apps/baselayout: simplify the ebuild as much as possible
Product: Gentoo Linux Reporter: William Hubbs <williamh>
Component: Current packagesAssignee: William Hubbs <williamh>
Status: CONFIRMED ---    
Severity: normal CC: base-system
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description William Hubbs gentoo-dev 2016-08-25 15:26:04 UTC
All,

there is a lot of code in the baselayout ebuild which I think could go
in the Makefile instead.

Mostly I'm thinking about the multilib layout code, but if there are
other things, I want to move them as well.

This bug is opened so that I can post patches to the Makefile etc and
get input so I don't break things once I make the changes.
Comment 1 William Hubbs gentoo-dev 2016-08-25 16:43:56 UTC
The goal of this bug is to move as much of the "heavy lifting" out of
the ebuild into the Makefile as possible.