[gentoo-dev] [PATCH] multilib.eclass: get_exeext for mingw/cygwin exe suffix, #588330
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 Bräunlich --- eclass/multilib.eclass | 14 ++ 1 file changed, 14 insertions(+) diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index 8c95387..a80511c 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@ -225,6 +225,20 @@ number_abis() { echo $# } +# @FUNCTION: get_exeext +# @DESCRIPTION: +# Returns standard executable program suffix (null, .exe, etc.) +# for the current platform identified by CHOST. +# +# Example: +# get_exeext +# Returns: null string (almost everywhere) || .exe (mingw*) || ... +get_exeext() { + case ${CHOST} in + *-cygwin*|mingw*|*-mingw*) echo ".exe";; + esac +} + # @FUNCTION: get_libname # @USAGE: [version] # @DESCRIPTION: -- 2.9.2
Re: [gentoo-dev] Looking for a new mentor...
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 active gentoo developers working on sparc. I had a mentor earlier this year, but i can no longer get in touch with him. I have both quizzes nearly complete, i just need someone to look over them and answer a question or two. Any help would be greatly appreciated. Alex, it would be helpful to list your timezone and normal availability times. That will help potential mentors know if they match up availability times. Aside from sparc related updates, is there any other areas of the ebuild tree your more interested in like desktop environments, gnome, kde, *box, networking, tools... My timezone is EDT, pretty much available 10AM to 2AM EDT Most of my interests will be related to server and / or networking type issues. I also have some interest in fixing up things like genkernel on other archs.
Re: [gentoo-dev] www-servers/lighttpd needs new maintainers
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. > > Thanks > I run this on a 'production' VPS. If anyone else wants to co-maintain this, hit me up. Otherwise, I'll begin handling bugs and metadata on Monday. -- Daniel Campbell - Gentoo Developer OpenPGP Key: 0x1EA055D6 @ hkp://keys.gnupg.net fpr: AE03 9064 AE00 053C 270C 1DE4 6F7A 9091 1EA0 55D6 signature.asc Description: OpenPGP digital signature