[gentoo-dev] Re: [PATCH 0/5] RFC: Patches for wxwidgets.eclass

2016-02-02 Thread Ryan Hill
On Mon,  1 Feb 2016 12:08:28 +0100
Justin Lecher  wrote:

> while tracking down the following error when running "egencache"
> 
> GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
> GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
> GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
> GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
> GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
> GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
> GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
> GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
> GENTOO.GIT//eclass/wxwidgets.eclass: line 84: get_libdir: command not found
> 
> I found that the global scope get_libdir() usage of the wxwidgets.eclass
> doens't work on EAPI=6. The following patches correct some minor things
> and block EAPI=6 for now until the eclass is ready.
> 
> Justin Lecher (5):
>   wxwidgets.eclass: Update Copyright year
>   wxwidgets.eclass: Fix whitespaces
>   wxwidgets.eclass: unset unneeded variables in global scope after usage
>   wxwidgets.eclass: Only inherit eclass ones
>   wxwidgets.eclass: Add EAPI support
> 
>  eclass/wxwidgets.eclass | 33 -
>  1 file changed, 24 insertions(+), 9 deletions(-)
> 

1. I don't think most of this is necessary but go ahead I guess.
2. When did we start posting every 

Re: [gentoo-portage-dev] [PATCH] Make config update tools stand out (bug 543706)

2016-02-02 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Pushed as 3ff375e832d469f03dc922f7a30651726f86d3e0.
- -- 
Alexander
berna...@gentoo.org
https://secure.plaimi.net/~alexander
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJWsICZAAoJENQqWdRUGk8BCV0P/iFNv3D6mla1LfycaLoraBNf
ZBFFXswjJTe+EkERpOq1xTpTn8oZwji6htwDY4MvYTCPALESvSPI4ghz5as8v4mD
59MrYMq4PSgHf6Nt2IHyRj3W6YBD55zchGz0APMi/v3c4wQKMlZL09H9iTT+u07h
RTzNq4QyAZOT05uPLXHqbdKjIVv16gENWr4599SbUgKRiWyKWztAgvltl9B1V9Tv
H8sW267qyymCnKs4Pd5Nuv8enP9tredudMFsvuR5CP2A9VS8MY417IAs3yrCfDNt
bTeH2NSOXAxKhz19W1kNJbbhUYRx+0nuilAtBUbDgOYWdlpCMHrpBt9F8/T1zrHt
bAYJCEUxBUtaDJY0/VBQmeb3qarAwbFxjXldFF+PhF3TdJCQfZYAHYshOW0MPbhL
9rgYXFLjURUkTa/6Ed8UQ8MbjT75WNa5jDGKkv7iCfx2eIB/LRYANnF6MkRGWnLM
aMi0nF/HjWc7Bp9kRB0/CxQz4GoP/5JZ124FnAa9Bt7f8bU636uJVM3aAsnKQTik
K64aUyHDhkaiGZh52RPrAXOGqmkULcBXAsjnx8g5ydGwBpivPE5J6Ad76JU3oEqI
OHUDMmzwcgnMsQxbKBurVmFwltDF2gLlw0iAnBoB/6QDMGjPGYa8gKNc/8NcVH0l
MJpp6/DgZ6Mv0Cfa5u2S
=Eub9
-END PGP SIGNATURE-



Re: [gentoo-portage-dev] [PATCH] Be extra clear on INSTALL_MASK & dirs (bug 527004)

2016-02-02 Thread Brian Dolbec
On Tue,  2 Feb 2016 15:11:32 +0100
Alexander Berntsen  wrote:

> Signed-off-by: Alexander Berntsen 
> 
> X-Gentoo-Bug: 527004
> X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=527004
> ---
>  man/make.conf.5 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man/make.conf.5 b/man/make.conf.5
> index 1d1cfeb..49c88ce 100644
> --- a/man/make.conf.5
> +++ b/man/make.conf.5
> @@ -705,8 +705,8 @@ proxy server for internet access.
>  \fBINSTALL_MASK\fR = \fI[space delimited list of filename patterns
> (globs)]\fR Use this variable if you want to selectively prevent
> certain files from being copied into your file system tree.  This
> does not work on -symlinks, but only on actual files. Useful if you
> wish to filter out -files like HACKING.gz and TODO.gz.
> +symlinks, but only on actual files (including directories). Useful if
> +you wish to filter out files like HACKING.gz and TODO.gz.
>  
>  Patterns are matched against both the absolute path and the bare
>  filename of each file (or directory) to be installed.


looks good.  also you don't need an ack to push missed copyright
changes...
we all forget them at times.
-- 
Brian Dolbec 




[gentoo-portage-dev] [PATCH] Be extra clear on INSTALL_MASK & dirs (bug 527004)

2016-02-02 Thread Alexander Berntsen
Signed-off-by: Alexander Berntsen 

X-Gentoo-Bug: 527004
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=527004
---
 man/make.conf.5 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/make.conf.5 b/man/make.conf.5
index 1d1cfeb..49c88ce 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -705,8 +705,8 @@ proxy server for internet access.
 \fBINSTALL_MASK\fR = \fI[space delimited list of filename patterns (globs)]\fR
 Use this variable if you want to selectively prevent certain files
 from being copied into your file system tree.  This does not work on
-symlinks, but only on actual files. Useful if you wish to filter out
-files like HACKING.gz and TODO.gz.
+symlinks, but only on actual files (including directories). Useful if
+you wish to filter out files like HACKING.gz and TODO.gz.
 
 Patterns are matched against both the absolute path and the bare
 filename of each file (or directory) to be installed.
-- 
2.4.10




Re: [gentoo-dev] Re: [PATCH 4/5] wxwidgets.eclass: Only inherit eclass ones

2016-02-02 Thread Justin Lecher (jlec)
On 02/02/16 00:18, Duncan wrote:
> Justin Lecher posted on Mon, 01 Feb 2016 12:08:32 +0100 as excerpted:
> 
> [Title/description only comment, body quote snipped]
> 
> What about eclass twos and eclass threes?
> 
> IOW, s/ones/once/
> 

yeah, I have some weaknesses with those words :D

Thanks for spotting.




signature.asc
Description: OpenPGP digital signature