[gentoo-dev] Multiple potentially empty projects need help: Keys, Layman

2019-11-06 Thread Michał Górny
Hi, Due to dolsen's prolonged absence, a few projects may be in dire need of help. Notably: - Keys project is left without a lead, and I think it's effectively dead, - Layman project is left with no developers. Other teams (Catalyst, Portage Tools) may also need some help. -- Best regards,

Re: [gentoo-dev] Last rites: net-mail/pflogsumm

2019-11-06 Thread Tomas Mozes
On Wed, Nov 6, 2019 at 11:22 AM Michał Górny wrote: > # Michał Górny (2019-11-06) > # Unmaintained. EAPI 0. Last revdep gone. > # Removal in 30 days. Bug #699438. > net-mail/pflogsumm > > -- > Best regards, > Michał Górny > > I'll take it: https://github.com/gentoo/gentoo/pull/13567

[gentoo-portage-dev] [PATCH 0/2] emaint: clean up FileCopier exception logging

2019-11-06 Thread Zac Medico
Use ForkExecutor to capture exceptions instead of showing a full traceback. FileCopier callers will now be responsible for displaying relevant exception messages. Bug: https://bugs.gentoo.org/699400 Zac Medico (2): FileCopier: capture exceptions emaint: log FileCopier exceptions

[gentoo-portage-dev] [PATCH 2/2] emaint: log FileCopier exceptions

2019-11-06 Thread Zac Medico
Since FileCopier now captures exceptions instead of showing a traceback, it's necessary to explicitly log them. Bug: https://bugs.gentoo.org/699400 Signed-off-by: Zac Medico --- lib/portage/_emirrordist/DeletionTask.py | 2 +- lib/portage/_emirrordist/FetchTask.py| 8 2 files

[gentoo-portage-dev] [PATCH 1/2] FileCopier: capture exceptions

2019-11-06 Thread Zac Medico
Use ForkExecutor to capture exceptions instead of showing a full traceback. FileCopier callers will now be responsible for displaying relevant exception messages. Bug: https://bugs.gentoo.org/699400 Signed-off-by: Zac Medico --- lib/portage/tests/util/test_file_copier.py | 44

[gentoo-dev] Last rites: net-mail/pflogsumm

2019-11-06 Thread Michał Górny
# Michał Górny (2019-11-06) # Unmaintained. EAPI 0. Last revdep gone. # Removal in 30 days. Bug #699438. net-mail/pflogsumm -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] Last rites: media-gfx/aoi, media-gfx/exiftags, media-gfx/jpeg2ps

2019-11-06 Thread waebbl
The media-gfx/aoi package looks like it might be worth preserving. I'm currently low on ressources, but I'm going to copy the package over to my overlay, and when I get some time, will bump the package and probably ask for re-adding it. Regards, Bernd Am Mi., 6. Nov. 2019 um 19:53 Uhr schrieb

[gentoo-dev] Last rites: app-misc/matew

2019-11-06 Thread Michał Górny
# Michał Górny (2019-11-06) # EAPI 0. Last bumped in 2004. Upstream is active, so this really # needs a major version bump. Multiple bugs reported. # Removal in 30 days. Bug #697392. app-misc/matew -- Best regards, Michał Górny signature.asc Description: This is a digitally signed

[gentoo-dev] Last rites: www-apps/mod_survey

2019-11-06 Thread Michał Górny
# Michał Górny (2019-11-06) # EAPI 0. Last bumped in 2008. Homepage gone. # Removal in 30 days. Bug #697156. www-apps/mod_survey -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: app-text/info2html

2019-11-06 Thread Michał Górny
# Michał Górny (2019-11-06) # EAPI 0. Last upstream release in 2006. # Removal in 30 days. Bug #697372. app-text/info2html -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: media-gfx/aoi, media-gfx/exiftags, media-gfx/jpeg2ps

2019-11-06 Thread Michał Górny
# Michał Górny (2019-11-06) # Old EAPI 0 graphics-related packages. # # media-gfx/aoi was last bumped in Nov 2009. It is still actively # developed upstream, and it's waiting for a bump since Dec 2009. # It suffers from bundled dependencies (#177026). # # media-gfx/exiftags was last bumped in

[gentoo-dev] Last rites: net-misc/hsc

2019-11-06 Thread Michał Górny
# Michał Górny (2019-11-06) # EAPI 0. Last bumped in 2008. Homepage gone. No revdeps. # Removal in 30 days. Bug #697238. net-misc/hsc -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: media-gfx/opcion

2019-11-06 Thread Michał Górny
# Michał Górny (2019-11-06) # EAPI 0. Last bumped in 2004, and no new releases since. # Removal in 30 days. Bug #697286. media-gfx/opcion -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: www-apps/drraw

2019-11-06 Thread Michał Górny
# Michał Górny (2019-11-06) # EAPI 0. Last bumped in 2005. Homepage gone. # Removal in 30 days. Bug #697154. www-apps/drraw -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] Last rites: media-gfx/aoi, media-gfx/exiftags, media-gfx/jpeg2ps

2019-11-06 Thread Ulrich Mueller
> On Wed, 06 Nov 2019, Michał Górny wrote: > # Old EAPI 0 graphics-related packages. > # > # media-gfx/aoi was last bumped in Nov 2009. It is still actively > # developed upstream, and it's waiting for a bump since Dec 2009. > # It suffers from bundled dependencies (#177026). > # > #

Re: [gentoo-dev] Re: [PATCH] Fix tc-cpp-is-true to work with clang

2019-11-06 Thread Sergei Trofimovich
On Mon, 4 Nov 2019 20:18:11 + Sergei Trofimovich wrote: > On Mon, 4 Nov 2019 10:11:20 + > Mattias Nissler wrote: > > > Clang's preprocessor likes to output a leading newline, which makes > > the comparison always fail. GCC generates additional output with certain > > flags (e.g.