[gentoo-dev] Re: Old copyright assignments

2018-04-26 Thread Ulrich Mueller
> On Thu, 19 Apr 2018, Ulrich Mueller wrote: > Reportedly, in the past at least some Gentoo developers signed > copyright assignment forms [2] to Gentoo Technologies, Inc., and > possibly later to the Gentoo Foundation. Bug 140286 [3] suggests > that this no longer took place since around 2005

Re: [gentoo-dev] rfc: virtual/init for init process

2018-04-26 Thread Jason Zaman
On Wed, Apr 25, 2018 at 02:20:29PM -0500, William Hubbs wrote: > Hi all, > > In the past, openrc has had a dependency on sysvvinit because it called > killall5. Since it doesn't do that any more, I have been asked to remove > the dependency [1]. Another advantage of doing this is that people will

[gentoo-dev] Packages up for grabs

2018-04-26 Thread Amy Liffey
Hello, The following packages are up for grabs: dev-java/boilerpipe dev-python/django-two-factor-auth dev-python/cfgio dev-python/phonenumbers dev-python/django-opensearch dev-python/yubiotp dev-python/django-otp dev-python/shortuuid dev-python/twilio dev-python/django-phonenumber-field dev-python

Re: [gentoo-dev] rfc: virtual/init for init process

2018-04-26 Thread Ulrich Mueller
> On Thu, 26 Apr 2018, Jason Zaman wrote: >> IUSE="" > Dont you need: > IUSE="prefix selinux kernel_linux kernel_FreeBSD" prefix and KERNEL are injected from profiles/base/make.defaults, so no need to have them in IUSE. selinux might be needed indeed. Ulrich pgpowgaanGKEE.pgp Description

Re: [gentoo-dev] rfc: virtual/init for init process

2018-04-26 Thread Michał Górny
W dniu czw, 26.04.2018 o godzinie 16∶46 +0200, użytkownik Ulrich Mueller napisał: > > > > > > On Thu, 26 Apr 2018, Jason Zaman wrote: > > > IUSE="" > > Dont you need: > > IUSE="prefix selinux kernel_linux kernel_FreeBSD" > > prefix and KERNEL are injected from profiles/base/make.defaults, so no >

Re: [gentoo-dev] rfc: virtual/init for init process

2018-04-26 Thread Mike Gilbert
On Wed, Apr 25, 2018 at 3:20 PM, William Hubbs wrote: > Hi all, > > In the past, openrc has had a dependency on sysvvinit because it called > killall5. Since it doesn't do that any more, I have been asked to remove > the dependency [1]. Another advantage of doing this is that people will > be able

Re: [gentoo-dev] rfc: virtual/init for init process

2018-04-26 Thread William Hubbs
Here is the latest version of this virtual based on feedback from the list so far. I have added some providers and cleaned up IUSE. Thanks, William # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="virtual for proces

[gentoo-dev] Last rites: dev-python/{django-evolution,iconvcodec,kiwi,tdaemon}

2018-04-26 Thread Michał Górny
# Michał Górny (26 Apr 2018) # Apparently redundant to built-in Python features. Homepage gone # without trace. Last release in 2003. No reverse dependencies. # Removal in 30 days. Bug #537720. dev-python/iconvcodec # Michał Górny (26 Apr 2018) # Does not work with any of the unmasked django

Re: [gentoo-dev] rfc: virtual/init for init process

2018-04-26 Thread William Hubbs
After some discussion on IRC, I need to drop busybox from this virtual because it is in packages already. OpenRC needs to be dropped because for now we do not have a way to make sure both openrc and sysvinit get installed in stage 3 if openrc is listed both in virtual/init and virtual/service-manag

Re: [gentoo-dev] rfc: virtual/init for init process

2018-04-26 Thread Zac Medico
On 04/26/2018 01:08 PM, William Hubbs wrote: > After some discussion on IRC, I need to drop busybox from this virtual > because it is in packages already. OpenRC needs to be dropped because > for now we do not have a way to make sure both openrc and sysvinit get > installed in stage 3 if openrc is

[gentoo-dev] [PATCH 1/4] xorg-2.eclass: Transition deps to x11-base/xorg-proto

2018-04-26 Thread Matt Turner
DRI_DEPEND can go away since all xf86-video-* drivers now directly depend on x11-base/xorg-proto, which includes the dependencies from DRI_DEPEND. --- eclass/xorg-2.eclass | 25 ++--- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/eclass/xorg-2.eclass b/eclass/x

[gentoo-dev] [PATCH 2/4] xorg-2.eclass: Fix typo'd DRI_COMMON_DEPEND

2018-04-26 Thread Matt Turner
--- eclass/xorg-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 96a469163cfd..0329a7aa623a 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -210,7 +210,7 @@ case ${XORG_DRI} in IUSE+=" ${X

[gentoo-dev] [PATCH 3/4] toolchain.eclass: Transition deps to x11-base/xorg-proto

2018-04-26 Thread Matt Turner
--- eclass/toolchain.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 2da455ad4e3b..df76dc4feb8c 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -206,11 +206,10 @@ DEPEND="${RDEPEND} if in_iu

[gentoo-dev] [PATCH 4/4] kde4-base.eclass: Transition deps to x11-base/xorg-proto

2018-04-26 Thread Matt Turner
--- eclass/kde4-base.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 8abade2677d4..72e4fcfe526b 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -387,7 +387,7 @@ kdedepend=" dev-util/aut

Re: [gentoo-dev] rfc: virtual/init for init process

2018-04-26 Thread Kent Fredric
On Thu, 26 Apr 2018 13:35:15 -0700 Zac Medico wrote: > emerge --depclean, resulting in an unbootable system. Just say-in. And depclean being very verbose doesn't do many favours here either. ( I regularly do >500 package depcleans and spotting things that aren't meant to be culled amongst tha