Re: [gentoo-portage-dev] [PATCH 2/2] sys-apps/portage: exclude /var/tmp/ccache from tmpfiles cleanup

2018-01-01 Thread Zac Medico
On 01/01/2018 05:00 PM, Mike Gilbert wrote: > On Mon, Jan 1, 2018 at 6:23 PM, Zac Medico wrote: >> On 12/31/2017 07:22 AM, Mike Gilbert wrote: >>> By default, systemd-tmpfiles removes files older than 30 days from /var/tmp. >>> The default portage config sets

Re: [gentoo-portage-dev] [PATCH 2/2] sys-apps/portage: exclude /var/tmp/ccache from tmpfiles cleanup

2018-01-01 Thread Mike Gilbert
On Mon, Jan 1, 2018 at 6:23 PM, Zac Medico wrote: > On 12/31/2017 07:22 AM, Mike Gilbert wrote: >> By default, systemd-tmpfiles removes files older than 30 days from /var/tmp. >> The default portage config sets CCACHE_DIR=/var/tmp/ccache. >> >> Bug:

Re: [gentoo-portage-dev] [PATCH v2] bin/doins.py: implement install -p option (bug 642632)

2018-01-01 Thread Zac Medico
On 12/31/2017 11:55 AM, Alec Warner wrote: > On Fri, Dec 29, 2017 at 7:19 PM, Zac Medico > wrote: > > Bug: https://bugs.gentoo.org/642632 > --- > [PATCH v2] fix to copy atime, and split out _set_timestamps function > >  

[gentoo-portage-dev] [PATCH v3] bin/doins.py: implement install -p option (bug 642632)

2018-01-01 Thread Zac Medico
Bug: https://bugs.gentoo.org/642632 --- [PATCH v3] update _is_install_allowed docstring to specify that source_stat should be obtained with stat() rather than lstat() bin/doins.py| 34 +- pym/portage/tests/bin/test_doins.py | 6 --

Re: [gentoo-portage-dev] [PATCH 2/2] sys-apps/portage: exclude /var/tmp/ccache from tmpfiles cleanup

2018-01-01 Thread Zac Medico
On 12/31/2017 07:22 AM, Mike Gilbert wrote: > By default, systemd-tmpfiles removes files older than 30 days from /var/tmp. > The default portage config sets CCACHE_DIR=/var/tmp/ccache. > > Bug: https://bugs.gentoo.org/490676#c14 > Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37 > --- >

[gentoo-dev] Last rites: x-modular.eclass

2018-01-01 Thread David Seifert
x-modular.eclass: Mark @DEAD for removal Last consumers have been removed, the eclass has been deprecated, still uses awful built_with_use constructs.

[gentoo-dev] [PATCH v2] skel.ebuild: Update comments for inherit, SLOT, KEYWORDS.

2018-01-01 Thread Ulrich Müller
Change the example used for inherit. Also comment the inherit line, since not every ebuild will use it. Empty SLOT doesn't disable slots, but is outright illegal in all EAPIs. Similar for KEYWORDS="*", which isn't "deprecated" but invalid. Replace x86 by amd64 as an example, where appropriate.