Re: [gentoo-dev] gentoo-functions is in the tree

2014-03-13 Thread Michał Górny
Dnia 2014-03-13, o godz. 07:59:55 Patrick Lauer patr...@gentoo.org napisał(a): On 03/13/2014 12:52 AM, William Hubbs wrote: No, I don't think gentoo-functions should take over the symbolic link in /etc/init.d/functions.sh; that needs to stay with OpenRc. My plan there is to work that

[gentoo-dev] Last rites: dev-libs/clens

2014-03-13 Thread Ulrich Mueller
# Ulrich Müller u...@gentoo.org (13 Mar 2014) # No reverse dependencies. Use dev-libs/libbsd instead. # Masked for removal in 60 days, bug 504456. dev-libs/clens pgpj2BAyHHRRH.pgp Description: PGP signature

Re: [gentoo-dev] crossdev and multilib interference

2014-03-13 Thread Michał Górny
Dnia 2014-03-12, o godz. 15:46:01 hasufell hasuf...@gentoo.org napisał(a): -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 We have a problem where the crossdev pkg-config wrapper scripts interfere with multilib. crossdev for example sets in their pkg-config wrappers:

Re: [gentoo-dev] Packages up for grabs

2014-03-13 Thread Sergey Popov
11.03.2014 23:57, Pacho Ramos пишет: Due swegener lack of time the following packages are now up for grabs: x11-misc/3dfb desktop-effects will take care of it, thanks -- Best regards, Sergey Popov Gentoo developer Gentoo Desktop Effects project lead Gentoo Qt project lead Gentoo Proxy

Re: [gentoo-dev] crossdev and multilib interference

2014-03-13 Thread Alexandre Rostovtsev
On Thu, 2014-03-13 at 09:55 +0100, Michał Górny wrote: Dnia 2014-03-12, o godz. 15:46:01 hasufell hasuf...@gentoo.org napisał(a): -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 We have a problem where the crossdev pkg-config wrapper scripts interfere with multilib. crossdev

[gentoo-dev] Last rites: x11-themes/gdm-themes-livecd

2014-03-13 Thread Ulrich Mueller
# Ulrich Müller u...@gentoo.org (13 Mar 2014) # No license, therefore not redistributable. SRC_URI dead. # Gentoo live media don't use gdm any more. # Masked for removal in 30 days, bug 446794. x11-themes/gdm-themes-livecd pgpe49ijDyGws.pgp Description: PGP signature

[gentoo-portage-dev] [PATCH 1/3] Move -MERGING- string to a constant variable.

2014-03-13 Thread Pavel Kazakov
--- pym/portage/const.py | 1 + pym/portage/dbapi/__init__.py | 4 +++- pym/portage/dbapi/vartree.py | 8 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/pym/portage/const.py b/pym/portage/const.py index 1785bff..fad69ef 100644 --- a/pym/portage/const.py +++

[gentoo-portage-dev] [PATCH 2/3] Remove extra whitespace.

2014-03-13 Thread Pavel Kazakov
--- pym/portage/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/const.py b/pym/portage/const.py index fad69ef..50f0719 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -74,7 +74,7 @@ MOVE_BINARY = /bin/mv PRELINK_BINARY

[gentoo-portage-dev] [PATCH 3/3] Add an emaint module that can scan for failed merges and that can fix failed merges.

2014-03-13 Thread Pavel Kazakov
--- pym/portage/emaint/main.py| 6 +- pym/portage/emaint/modules/merges/__init__.py | 30 +++ pym/portage/emaint/modules/merges/merges.py | 281 ++ 3 files changed, 315 insertions(+), 2 deletions(-) create mode 100644

Re: [gentoo-portage-dev] [PATCH 1/3] Move -MERGING- string to a constant variable.

2014-03-13 Thread Pavel Kazakov
On 03/12/14 23:10, Pavel Kazakov wrote: --- pym/portage/const.py | 1 + pym/portage/dbapi/__init__.py | 4 +++- pym/portage/dbapi/vartree.py | 8 3 files changed, 8 insertions(+), 5 deletions(-) ... @@ -1504,7 +1504,7 @@ class dblink(object): self.dbroot =

Re: [gentoo-portage-dev] [PATCH 3/3] Add an emaint module that can scan for failed merges and that can fix failed merges.

2014-03-13 Thread Alec Warner
On Wed, Mar 12, 2014 at 11:10 PM, Pavel Kazakov nullishz...@gentoo.orgwrote: --- pym/portage/emaint/main.py| 6 +- pym/portage/emaint/modules/merges/__init__.py | 30 +++ pym/portage/emaint/modules/merges/merges.py | 281 ++ 3 files changed,

Re: [gentoo-portage-dev] [PATCH 3/3] Add an emaint module that can scan for failed merges and that can fix failed merges.

2014-03-13 Thread Alec Warner
On Thu, Mar 13, 2014 at 3:09 PM, Alec Warner anta...@gentoo.org wrote: On Wed, Mar 12, 2014 at 11:10 PM, Pavel Kazakov nullishz...@gentoo.orgwrote: --- pym/portage/emaint/main.py| 6 +- pym/portage/emaint/modules/merges/__init__.py | 30 +++