Dnia 2013-08-31, o godz. 01:17:26
Markos Chandras napisał(a):
> On 31 August 2013 00:37, Michał Górny 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'.
> >
> > First of all, the name
Dnia 2013-08-31, o godz. 06:55:01
"C. Bergström" napisał(a):
> Do you have any plans to add support for sparse checkout?
>
> Something like this
>
> |cd
> git clone -n
> cd
> git remote add –f
> git config core.sparsecheckout true
> echo // >> .git/info/sparse-checkout
> git checkout
Con
Dnia 2013-08-31, o godz. 01:46:40
"Rick \"Zero_Chaos\" Farina" 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 eclass
> > us
And time for a small update.
Dnia 2013-08-31, o godz. 01:37:44
Michał Górny 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 stuff even when n
> 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
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 r
Dnia 2013-08-31, o godz. 13:07:41
Gilles Dartiguelongue 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 called from pk
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 napisał(a):
>
> > +# @FUNCTION: gnome2_gdk_pixbuf_savelist
> > +# @DESCRIPTION:
> > +# Find if there is any gdk-pixbuf loader to install and save the list in
> > +# GNOME2_ECLA
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
versio
Dnia 2013-08-31, o godz. 15:00:43
Gilles Dartiguelongue 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'
-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 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 doesn't
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 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/loa
On Sat, 31 Aug 2013 12:37:58 -0400
"Rick \"Zero_Chaos\" Farina" 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 seemed to
> have th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sat, 31 Aug 2013 12:37:58 -0400
"Rick \"Zero_Chaos\" Farina" 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 where I was for
On Sat, 31 Aug 2013 19:29:30 +0200
Jeroen Roovers 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 that yo
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
>
On Sat, 31 Aug 2013 20:45:00 +0200
Pacho Ramos 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 mentor.
Dnia 2013-08-31, o godz. 11:26:30
Ulrich Mueller 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 om
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 http://repo
-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" wrote:
>
>> I know we are a little OT here but the fifth type of recruit is
>
> Yes.
>
>> someone who is very excited, very dedicated,
-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 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 recru
-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 wrote:
>> On 22 August 2013 11:01, Rich Freeman wrote:
>>> I think the result of a policy like this would be that stable keywords
>>> would get dropped on
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
wrote:
> >> On 22 August 2013 11:01, Rich Freeman wrote:
> >>> I think the result of a policy like this would be that stabl
23 matches
Mail list logo