Re: [gentoo-dev] [warning] the bug queue has 82 bugs

2016-04-12 Thread Austin English
On 04/11/2016 04:00 PM, Alex Alexander wrote: > Our bug queue has 82 bugs! > > If you have some spare time, please help > assign/sort a few bugs. > > To view the bug queue, click here: http://bit.ly/m8PQS5 > > Thanks! I got it down to 6. Enjoy. -Austin

Re: [gentoo-dev] [RFC] New eclass: mate

2016-04-12 Thread NP-Hardass
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/12/2016 02:42 PM, Pacho Ramos wrote: > Hi! > > El lun, 11-04-2016 a las 22:04 -0400, NP-Hardass escribió: >> [...] # @FUNCTION: ematedocize # @DESCRIPTION: A wrapper around >> mate-doc-common ematedocize() { ebegin "Running mate-doc-common >>

Re: [gentoo-dev] [RFC] New eclass: mate

2016-04-12 Thread NP-Hardass
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/12/2016 02:44 PM, Pacho Ramos wrote: > El lun, 11-04-2016 a las 20:14 -0400, NP-Hardass escribió: >> [...] # @ECLASS-VARIABLE: MATE_TARBALL_SUFFIX # @INTERNAL # >> @DESCRIPTION: # All projects hosted on mate-desktop.org provide >> tarballs as t

[gentoo-dev] cmake-utils.eclass: rewrite of `_ninjaopts_from_makeopts()`

2016-04-12 Thread rindeal
​ Hello everybody, I've rewritten `_ninjaopts_from_makeopts()` from cmake-utils.eclass. Please review the change. Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=559064 Github PR: https://github.com/gentoo/gentoo/pull/1228 Regards Jan

Re: [gentoo-dev] [RFC] New eclass: mate

2016-04-12 Thread Pacho Ramos
El lun, 11-04-2016 a las 20:14 -0400, NP-Hardass escribió: > [...] > # @ECLASS-VARIABLE: MATE_TARBALL_SUFFIX > # @INTERNAL > # @DESCRIPTION: > # All projects hosted on mate-desktop.org provide tarballs as tar.xz. > # Undefined in live ebuilds. > [[ ${PV} != ]] && : ${MATE_TARBALL_SUFFIX:="xz"}

Re: [gentoo-dev] [RFC] New eclass: mate

2016-04-12 Thread Pacho Ramos
Hi! El lun, 11-04-2016 a las 22:04 -0400, NP-Hardass escribió: > [...] > # @FUNCTION: ematedocize > # @DESCRIPTION: A wrapper around mate-doc-common > ematedocize() { > ebegin "Running mate-doc-common --copy" > mate-doc-common --copy || die > eend $? > } > Have yo