Re: [gentoo-dev] New package neomutt

2017-08-17 Thread Michał Górny
W dniu śro, 16.08.2017 o godzinie 22∶07 -0700, użytkownik Daniel Campbell napisał: > On 08/10/2017 01:10 AM, Michał Górny wrote: > > On czw, 2017-08-10 at 09:54 +0200, Fabian Groffen wrote: > > > On 10-08-2017 09:40:30 +0200, Michał Górny wrote: > > > > On czw, 2017-08-10 at 06:58 +0200, Nicolas Bo

[gentoo-dev] [RFC] [PATCH] dev-util/shadowman: Unified tool to update ccache/distcc/icecc shadow dir

2017-08-17 Thread Michał Górny
Hi, everyone. I've written a new tool called shadowman [1] that aims to partially replace the current *-config tools shipped with ccache, distcc, icecc and potentially more. Why? Because the existing tools are inconsistent, inconvenient and usually incomplete. The README [2] states a number of ad

[gentoo-dev] [PATCH 01/12] dev-util/shadowman: New package

2017-08-17 Thread Michał Górny
--- dev-util/shadowman/metadata.xml | 8 dev-util/shadowman/shadowman-.ebuild | 27 +++ 2 files changed, 35 insertions(+) create mode 100644 dev-util/shadowman/metadata.xml create mode 100644 dev-util/shadowman/shadowman-.ebuild diff --git a/de

[gentoo-dev] [PATCH 02/12] dev-util/ccache: Convert to EAPI=6

2017-08-17 Thread Michał Górny
--- dev-util/ccache/ccache-3.3.4-r1.ebuild | 68 ++ 1 file changed, 68 insertions(+) create mode 100644 dev-util/ccache/ccache-3.3.4-r1.ebuild diff --git a/dev-util/ccache/ccache-3.3.4-r1.ebuild b/dev-util/ccache/ccache-3.3.4-r1.ebuild new file mode 100644 index

[gentoo-dev] [PATCH 03/12] dev-util/ccache: Install dev-util/shadowman data file

2017-08-17 Thread Michał Górny
--- dev-util/ccache/ccache-3.3.4-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/ccache/ccache-3.3.4-r1.ebuild b/dev-util/ccache/ccache-3.3.4-r1.ebuild index 1ef1d45179d1..2fd005d88041 100644 --- a/dev-util/ccache/ccache-3.3.4-r1.ebuild +++ b/dev-util/ccache/ccache-3.3.4-

[gentoo-dev] [PATCH 04/12] dev-util/ccache: Use dev-util/shadowman for postinst/prerm

2017-08-17 Thread Michał Górny
--- dev-util/ccache/ccache-3.3.4-r1.ebuild | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-util/ccache/ccache-3.3.4-r1.ebuild b/dev-util/ccache/ccache-3.3.4-r1.ebuild index 2fd005d88041..5a6ccd9fe56c 100644 --- a/dev-util/ccache/ccache-3.3.4-r1.ebuild +++ b/dev-uti

[gentoo-dev] [PATCH 05/12] sys-devel/distcc: Convert to EAPI=6

2017-08-17 Thread Michał Górny
--- sys-devel/distcc/distcc-3.2_rc1-r5.ebuild | 199 ++ 1 file changed, 199 insertions(+) create mode 100644 sys-devel/distcc/distcc-3.2_rc1-r5.ebuild diff --git a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild new file mode 100

[gentoo-dev] [PATCH 07/12] sys-devel/distcc: Use dev-util/shadowman for postinst/prerm

2017-08-17 Thread Michał Górny
--- sys-devel/distcc/distcc-3.2_rc1-r5.ebuild | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild index c91826e107c4..226ec963f269 100644 --- a/sys-devel/distcc/distcc-3.2

[gentoo-dev] [PATCH 06/12] sys-devel/distcc: Install dev-util/shadowman data file

2017-08-17 Thread Michał Górny
--- sys-devel/distcc/distcc-3.2_rc1-r5.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild index 741fa929f503..c91826e107c4 100644 --- a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild +++ b/sys-devel/distcc

[gentoo-dev] [PATCH 09/12] sys-devel/icecream: Install dev-util/shadowman data file

2017-08-17 Thread Michał Górny
--- sys-devel/icecream/icecream-1.0.0-r2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-devel/icecream/icecream-1.0.0-r2.ebuild b/sys-devel/icecream/icecream-1.0.0-r2.ebuild index ec2858a94ac8..187928a2290d 100644 --- a/sys-devel/icecream/icecream-1.0.0-r2.ebuild +++ b/sys-deve

[gentoo-dev] [PATCH 08/12] sys-devel/icecream: Convert to EAPI=6

2017-08-17 Thread Michał Górny
--- sys-devel/icecream/icecream-1.0.0-r2.ebuild | 51 + 1 file changed, 51 insertions(+) create mode 100644 sys-devel/icecream/icecream-1.0.0-r2.ebuild diff --git a/sys-devel/icecream/icecream-1.0.0-r2.ebuild b/sys-devel/icecream/icecream-1.0.0-r2.ebuild new file mod

[gentoo-dev] [PATCH 10/12] sys-devel/icecream: Use dev-util/shadowman for postinst/prerm

2017-08-17 Thread Michał Górny
--- sys-devel/icecream/icecream-1.0.0-r2.ebuild | 11 +++ 1 file changed, 11 insertions(+) diff --git a/sys-devel/icecream/icecream-1.0.0-r2.ebuild b/sys-devel/icecream/icecream-1.0.0-r2.ebuild index 187928a2290d..11a57f81722e 100644 --- a/sys-devel/icecream/icecream-1.0.0-r2.ebuild +++

[gentoo-dev] [PATCH 11/12] toolchain.eclass: Update masquerades via dev-util/shadowman postinst/rm

2017-08-17 Thread Michał Górny
--- eclass/toolchain.eclass | 7 +++ 1 file changed, 7 insertions(+) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index ae2db7f0a442..51b37c54ccbd 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -2067,6 +2067,9 @@ gcc_slot_java() { toolchain_pkg_post

[gentoo-dev] [PATCH 12/12] sys-devel/clang: Enable masquerades via dev-util/shadowman

2017-08-17 Thread Michał Górny
--- sys-devel/clang/clang-4.0.1.ebuild| 12 sys-devel/clang/clang-5.0..ebuild | 12 sys-devel/clang/clang-.ebuild | 12 3 files changed, 36 insertions(+) diff --git a/sys-devel/clang/clang-4.0.1.ebuild b/sys-devel/clang/clang-4.0.1.ebuild in

Re: [gentoo-dev] [PATCH 02/12] dev-util/ccache: Convert to EAPI=6

2017-08-17 Thread David Seifert
On Thu, 2017-08-17 at 10:36 +0200, Michał Górny wrote: > --- >  dev-util/ccache/ccache-3.3.4-r1.ebuild | 68 > ++ >  1 file changed, 68 insertions(+) >  create mode 100644 dev-util/ccache/ccache-3.3.4-r1.ebuild > > diff --git a/dev-util/ccache/ccache-3.3.4-r1.ebuild

Re: [gentoo-dev] [PATCH 02/12] dev-util/ccache: Convert to EAPI=6

2017-08-17 Thread Michał Górny
W dniu czw, 17.08.2017 o godzinie 10∶48 +0200, użytkownik David Seifert napisał: > On Thu, 2017-08-17 at 10:36 +0200, Michał Górny wrote: > > --- > > dev-util/ccache/ccache-3.3.4-r1.ebuild | 68 > > ++ > > 1 file changed, 68 insertions(+) > > create mode 100644 dev

Re: [gentoo-dev] [PATCH 02/12] dev-util/ccache: Convert to EAPI=6

2017-08-17 Thread David Seifert
On Thu, 2017-08-17 at 11:00 +0200, Michał Górny wrote: > W dniu czw, 17.08.2017 o godzinie 10∶48 +0200, użytkownik David > Seifert > napisał: > > On Thu, 2017-08-17 at 10:36 +0200, Michał Górny wrote: > > > --- > > >  dev-util/ccache/ccache-3.3.4-r1.ebuild | 68 > > > +++

[gentoo-dev] Re: [RFC] [PATCH] dev-util/shadowman: Unified tool to update ccache/distcc/icecc shadow dir

2017-08-17 Thread Sergei Trofimovich
On Thu, 17 Aug 2017 10:36:29 +0200 Michał Górny wrote: > Hi, everyone. > > I've written a new tool called shadowman [1] that aims to partially > replace the current *-config tools shipped with ccache, distcc, icecc > and potentially more. > > Why? Because the existing tools are inconsistent, in

Re: [gentoo-dev] New item for sys-kernel/hardened-sources removal

2017-08-17 Thread Francisco Blas Izquierdo Riera (klondike)
El 16/08/17 a las 18:01, Duncan escribió: > Francisco Blas Izquierdo Riera (klondike) posted on Wed, 16 Aug 2017 > 12:09:57 +0200 as excerpted: > >> s you may know the core of sys-kernel/hardened-sources have been the >> grsecuirty patches. > New typo: s/grsecuirty/grsecurity/ > Thanks, I fixed it

Re: [gentoo-dev] sys-boot/plymouth needs major fixes/maintainer

2017-08-17 Thread Lucas Ramage
Hello, I am still working on this. Alpine linux uses Plymouth 9.2 and OpenRC so I am just going to try to use that. I don't have a ton of spare time so if anyone else would like to help here is their APKBUILD. https://git.alpinelinux.org/cgit/aports/tree/community/plymouth/APKBUILD On Thu, Aug 1

Re: [gentoo-dev] New item for sys-kernel/hardened-sources removal

2017-08-17 Thread R0b0t1
On Tue, Aug 15, 2017 at 3:03 PM, Francisco Blas Izquierdo Riera (klondike) wrote: > El 15/08/17 a las 17:50, R0b0t1 escribió: >> Where was this decision discussed? > https://archives.gentoo.org/gentoo-hardened/message/62ebc2e26d91e8f079197c2c83788cff > > And many other threads in that list for exa

Re: [gentoo-dev] New package neomutt

2017-08-17 Thread Daniel Campbell
On 08/17/2017 12:48 AM, Michał Górny wrote: > W dniu śro, 16.08.2017 o godzinie 22∶07 -0700, użytkownik Daniel > Campbell napisał: >> On 08/10/2017 01:10 AM, Michał Górny wrote: >>> On czw, 2017-08-10 at 09:54 +0200, Fabian Groffen wrote: On 10-08-2017 09:40:30 +0200, Michał Górny wrote: >