Re: [gentoo-dev] git-r3: initial draft for review

2013-08-31 Thread Michał Górny
Dnia 2013-08-31, o godz. 01:17:26 Markos Chandras hwoar...@gentoo.org napisał(a): On 31 August 2013 00:37, Michał Górny mgo...@gentoo.org wrote: Hello, all. After a few days of thinking, discovering and working, here it is. The first working draft of new git eclass codenamed 'git-r3'.

Re: [gentoo-dev] git-r3: initial draft for review

2013-08-31 Thread Michał Górny
Dnia 2013-08-31, o godz. 06:55:01 C. Bergström cbergst...@pathscale.com napisał(a): Do you have any plans to add support for sparse checkout? Something like this |cd parentdir git clone -n url cd repo_dir git remote add –f name url git config core.sparsecheckout true echo /foldername/

Re: [gentoo-dev] git-r3: initial draft for review

2013-08-31 Thread Michał Górny
Dnia 2013-08-31, o godz. 01:46:40 Rick \Zero_Chaos\ Farina zeroch...@gentoo.org napisał(a): 5. Safer default EGIT_DIR choice. EGIT_PROJECT removed. Since submodules are cloned as separate repositories as well, we can't afford having EGIT_PROJECT to change the clone dir. Instead, the

Re: [gentoo-dev] git-r3: initial draft for review [v2]

2013-08-31 Thread Michał Górny
And time for a small update. Dnia 2013-08-31, o godz. 01:37:44 Michał Górny mgo...@gentoo.org napisał(a): 3. sys-fs/bedup's btrfs-progs submodule says the given commit id is 'not a valid branch point'. Need to investigate what this means. 4. 'git fetch --depth 1' seems to be refetching

Re: [gentoo-dev] git-r3: initial draft for review [v2]

2013-08-31 Thread Ulrich Mueller
On Sat, 31 Aug 2013, Michał Górny wrote: And time for a small update. In git-r3_checkout: git --no-pager diff --color --stat \ ${old_commit_id}..${new_commit_id} I'd rather omit the --color option, otherwise log files will contain escape sequences. Also it won't

[gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-08-31 Thread Gilles Dartiguelongue
As described here: https://bugs.gentoo.org/show_bug.cgi?id=483128 This is a very lightweight patch to support the few packages that provide gdk pixbuf loaders. The ones I know of are: gdk-pixbuf itself, librsvg and libopenraw and emul-gtklibs but more could be missing simply because they do not

Re: [gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-08-31 Thread Michał Górny
Dnia 2013-08-31, o godz. 13:07:41 Gilles Dartiguelongue e...@gentoo.org napisał(a): +# @FUNCTION: gnome2_gdk_pixbuf_savelist +# @DESCRIPTION: +# Find if there is any gdk-pixbuf loader to install and save the list in +# GNOME2_ECLASS_GDK_PIXBUF_LOADERS variable. +# This function should be

Re: [gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-08-31 Thread Gilles Dartiguelongue
Le samedi 31 août 2013 à 13:40 +0200, Michał Górny a écrit : Dnia 2013-08-31, o godz. 13:07:41 Gilles Dartiguelongue e...@gentoo.org napisał(a): +# @FUNCTION: gnome2_gdk_pixbuf_savelist +# @DESCRIPTION: +# Find if there is any gdk-pixbuf loader to install and save the list in +#

Re: [gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-08-31 Thread Alex Xu
On 31/08/13 09:00 AM, Gilles Dartiguelongue wrote: And please ensure to remove it in pkg_postrm() when last version of gdk-pixbuf is unmerged. I am not clear on this last sentence. Could you reformulate it please ? Ensure that the loaders.cache file is removed correctly when all versions of

Re: [gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-08-31 Thread Michał Górny
Dnia 2013-08-31, o godz. 15:00:43 Gilles Dartiguelongue e...@gentoo.org napisał(a): Le samedi 31 août 2013 à 13:40 +0200, Michał Górny a écrit : + cat ${tmp_file} ${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache Why not mv or cp? Also you need '|| die' here since 'cat'

Re: [gentoo-dev] rfc: stabilization policies

2013-08-31 Thread Rick Zero_Chaos Farina
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/21/2013 05:13 AM, Tom Wijsman wrote: On Wed, 21 Aug 2013 12:32:35 +0400 Sergey Popov pinkb...@gentoo.org wrote: 21.08.2013 12:13, Tom Wijsman пишет: Recruiting shows to be a hard task; so, the suggestions I am doing are assuming that that

Re: [gentoo-dev] [PATCH] gnome2-utils.eclass add support for gdk-pixbuf cache update

2013-08-31 Thread Gilles Dartiguelongue
Le samedi 31 août 2013 à 16:49 +0200, Michał Górny a écrit : Dnia 2013-08-31, o godz. 15:00:43 Gilles Dartiguelongue e...@gentoo.org napisał(a): Le samedi 31 août 2013 à 13:40 +0200, Michał Górny a écrit : + cat ${tmp_file}

How to find a mentor, WAS: [gentoo-dev] rfc: stabilization policies

2013-08-31 Thread Jeroen Roovers
On Sat, 31 Aug 2013 12:37:58 -0400 Rick \Zero_Chaos\ Farina zeroch...@gentoo.org wrote: I know we are a little OT here but the fifth type of recruit is Yes. someone who is very excited, very dedicated, and completely unable to find a mentor. That is where I was for a long time, no one

Re: [gentoo-dev] rfc: stabilization policies

2013-08-31 Thread Tom Wijsman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 31 Aug 2013 12:37:58 -0400 Rick \Zero_Chaos\ Farina zeroch...@gentoo.org wrote: I know we are a little OT here but the fifth type of recruit is someone who is very excited, very dedicated, and completely unable to find a mentor. That is

Re: How to find a mentor, WAS: [gentoo-dev] rfc: stabilization policies

2013-08-31 Thread Tom Wijsman
On Sat, 31 Aug 2013 19:29:30 +0200 Jeroen Roovers j...@gentoo.org wrote: someone who is very excited, very dedicated, and completely unable to find a mentor. That is where I was for a long time, no one seemed to have the time to mentor me. Your recruitment bug disagrees with you here in

Re: [gentoo-dev] rfc: stabilization policies

2013-08-31 Thread Pacho Ramos
El sáb, 31-08-2013 a las 12:37 -0400, Rick Zero_Chaos Farina escribió: [...] I know we are a little OT here but the fifth type of recruit is someone who is very excited, very dedicated, and completely unable to find a mentor. That is where I was for a long time, no one seemed to have the time

Re: [gentoo-dev] rfc: stabilization policies

2013-08-31 Thread Tom Wijsman
On Sat, 31 Aug 2013 20:45:00 +0200 Pacho Ramos pa...@gentoo.org wrote: El sáb, 31-08-2013 a las 12:37 -0400, Rick Zero_Chaos Farina escribió: [...] I know we are a little OT here but the fifth type of recruit is someone who is very excited, very dedicated, and completely unable to find a

Re: [gentoo-dev] git-r3: initial draft for review [v2]

2013-08-31 Thread Michał Górny
Dnia 2013-08-31, o godz. 11:26:30 Ulrich Mueller u...@gentoo.org napisał(a): On Sat, 31 Aug 2013, Michał Górny wrote: And time for a small update. In git-r3_checkout: git --no-pager diff --color --stat \ ${old_commit_id}..${new_commit_id} I'd rather

Re: [gentoo-dev] git-r3: initial draft for review [v3]

2013-08-31 Thread Michał Górny
A few more changes. 1. Added EGIT_CHECKOUT_DIR to control the place where stuff is checked out. 2. Moved the defaults from src_fetch() and src_unpack() into git-r3_fetch() and git-r3_checkout(). This makes using them easier, like: git-r3_fetch http://repo1 git-r3_fetch

Re: How to find a mentor, WAS: [gentoo-dev] rfc: stabilization policies

2013-08-31 Thread Rick Zero_Chaos Farina
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/31/2013 01:29 PM, Jeroen Roovers wrote: On Sat, 31 Aug 2013 12:37:58 -0400 Rick \Zero_Chaos\ Farina zeroch...@gentoo.org wrote: I know we are a little OT here but the fifth type of recruit is Yes. someone who is very excited, very

Re: [gentoo-dev] rfc: stabilization policies

2013-08-31 Thread Rick Zero_Chaos Farina
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/31/2013 03:57 PM, Tom Wijsman wrote: On Sat, 31 Aug 2013 20:45:00 +0200 Pacho Ramos pa...@gentoo.org wrote: El sáb, 31-08-2013 a las 12:37 -0400, Rick Zero_Chaos Farina escribió: [...] I know we are a little OT here but the fifth type of

Re: [gentoo-dev] Moving more arches to dev profiles

2013-08-31 Thread Rick Zero_Chaos Farina
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/22/2013 07:24 AM, Rich Freeman wrote: On Thu, Aug 22, 2013 at 6:19 AM, Markos Chandras hwoar...@gentoo.org wrote: On 22 August 2013 11:01, Rich Freeman ri...@gentoo.org wrote: I think the result of a policy like this would be that stable

Re: [gentoo-dev] Moving more arches to dev profiles

2013-08-31 Thread Andreas K. Huettel
Am Sonntag, 1. September 2013, 03:02:47 schrieb Rick Zero_Chaos Farina: On 08/22/2013 07:24 AM, Rich Freeman wrote: On Thu, Aug 22, 2013 at 6:19 AM, Markos Chandras hwoar...@gentoo.org wrote: On 22 August 2013 11:01, Rich Freeman ri...@gentoo.org wrote: I think the result of a policy like