[gentoo-dev] Removing 'selinux? ( sec-policy/selinux-*)' from DEPEND

2014-08-29 Thread Sven Vermeulen
tldr; I want to remove USE=selinux deps from DEPEND in non-libselinux-linking packages in a sane manner and use a bug tracker with 6 months timeframe. Hi all In the past, to enable proper SELinux support in our tree, we had to have the appropriate SELinux policy modules installed and loaded

[gentoo-dev] Guidelines for forward bash-completion compatibility

2014-08-29 Thread Michał Górny
Hello, developers. Here are a few short notes on how to properly install bash-completions so that they will work fine with autoloading support that will be enabled in bash-completion-2.1-r100. I will also place the following instructions on the wiki once I figure out where. Suggestions are

[gentoo-dev] systemd profiles

2014-08-29 Thread Jauhien Piatlicki
Hi all, I have a simple question: why do we have systemd subprofiles only in gnome and kde profiles? Could we add systemd subprofiles also to default/linux/$arch/13.0/ and desktop (and any other profiles where it makes sense)? Thanks for answers, Jauhien signature.asc Description: OpenPGP

Re: [gentoo-dev] systemd profiles

2014-08-29 Thread Alex Xu
On 29/08/14 07:09 PM, Jauhien Piatlicki wrote: Hi all, I have a simple question: why do we have systemd subprofiles only in gnome and kde profiles? Could we add systemd subprofiles also to default/linux/$arch/13.0/ and desktop (and any other profiles where it makes sense)? Thanks for

[gentoo-dev] Re: [RFC] qt5-build.eclass

2014-08-29 Thread Davide Pesavento
On Sun, Aug 17, 2014 at 11:38 AM, Davide Pesavento p...@gentoo.org wrote: I will commit the eclass in about 7-10 days from now, unless major problems are found during the review. The actual Qt5 packages will follow soon thereafter, initially under package.mask. The eclass is now in tree.

Re: [gentoo-dev] systemd profiles

2014-08-29 Thread Rich Freeman
On Fri, Aug 29, 2014 at 7:09 PM, Jauhien Piatlicki jauh...@gentoo.org wrote: Hi all, I have a simple question: why do we have systemd subprofiles only in gnome and kde profiles? Could we add systemd subprofiles also to default/linux/$arch/13.0/ and desktop (and any other profiles where it

Re: [gentoo-portage-dev] [PATCH v2] Install Portage using setup.py

2014-08-29 Thread Brian Dolbec
On Sat, 23 Aug 2014 22:30:56 +0200 Michał Górny mgo...@gentoo.org wrote: --- .gitignore | 1 + MANIFEST.in | 19 ++ Makefile | 215 --- doc/Makefile | 11 - mkrelease.sh | 141 - pym/portage/const.py | 4 +-

Re: [gentoo-portage-dev] [PATCH v2] Install Portage using setup.py

2014-08-29 Thread Brian Dolbec
On Fri, 29 Aug 2014 10:08:04 -0700 Brian Dolbec dol...@gentoo.org wrote: I have changed the version to and rebased your new-install branch on currrent master, and pushed it to my github account. https://github.com/dol-sen/portage I also am attaching the ebuilds I edited slightly