Re: [gentoo-dev] www-servers/lighttpd needs new maintainers

2016-07-21 Thread Daniel Campbell
On 07/20/2016 01:00 AM, Markos Chandras wrote: > Hi, > > Alex and I have no time to take care of this package so if any of you > wants to help please feel free to add yourself to metadata and start > fixing things ;) There are a few outstanding bugs and a pending version > bump from a few days ago

Re: [gentoo-dev] Looking for a new mentor...

2016-07-21 Thread alexmcwhirter
On 2016-07-20 21:55, Brian Dolbec wrote: On Wed, 20 Jul 2016 15:13:56 -0400 alexmcwhir...@triadic.us wrote: I've been working towards becomming a gentoo developer for while now in order to bring the sparc port up to speed with the rest of the gentoo project. In short there appear to be no activ

[gentoo-dev] [PATCH] multilib.eclass: get_exeext for mingw/cygwin exe suffix, #588330

2016-07-21 Thread Michał Górny
Add a get_exeext function that can be used to obtain executable program suffix specific to the platform, in line with get_libname and get_modname. It is necessary to correctly reference built programs on non-standard platforms where executables use some suffix (like .exe). Original author: Gerhard