The current baselayout ebuild is really complicated. It installs rc-scripts, some password files, and lots of folders. The rc-scripts should be put into its own package. Some files like /etc/shadow and /etc/passwd probably should too. Lots of the logic in pkg_postinst could probably be put into src_install. A lot of the complication seems to be because bootstrap is done without config file protection. The proper fix would be to put everything in src_install and have bootstrap emerge baselayout with config file protection. The probably with the way it is right now is that anyone who wants to change baselayout and put it in an overlay has to go through a lot of stuff. Overcomplicated ebuilds are just not good. Reproducible: Always Steps to Reproduce:
i dont see any reason for 1.11.x to be split up ... we've already forked off sysvinit with it