On Fri, 2 Dec 2016 23:21:34 -0800
Daniel Campbell wrote:
> On 12/02/2016 10:45 AM, Ian Stakenvicius wrote:
> > On 02/12/16 01:31 PM, Ciaran McCreesh wrote:
> >> On Fri, 2 Dec 2016 13:24:29 -0500
> >> Mike Gilbert wrote:
> >>> On Fri, Dec 2, 2016 at 1:10 PM, Ciaran McCreesh
> >>> wrote:
>
> We could make a more "user friendly" feature by setting up bash
> completion for package names, but that sounds a) daunting, b)
> error-prone, and c) probably not worth the time spent writing the
> script(s) necessary.
By the way, the ones for zsh is already done and working (even for sets).
Al
On 12/02/2016 07:14 AM, Andrew Savchenko wrote:
> Hi all!
>
> Right now we have two somewhat conflicting policies (at least up to
> my understanding of them):
>
> 1) git atomic commits [1]:
> each logical change should be a separate commit.
>
> 2) revision bump policy [2]:
> each change sufficie
On 12/02/2016 06:09 AM, Michael Mol wrote:
> On Friday, December 02, 2016 02:10:27 PM Michał Górny wrote:
>> Hi, everyone.
>>
>> I've heard multiple times about various tinderbox projects being
>> started by individuals in Gentoo. In fact, so many different projects
>> that I've forgotten who was w
On 12/02/2016 10:47 AM, Michał Górny wrote:
> On Fri, 2 Dec 2016 13:02:48 -0500
> Mike Gilbert wrote:
>
>> The devmanual states:
>>
>> The name section should contain only lowercase non-accented letters,
>> the digits 0-9, hyphens, underscores and plus characters. Uppercase
>> characters are stro
On 12/02/2016 08:09 PM, Nick Vinson wrote:
>
> [snip]
> Personally, I've disliked that differentiation. Most people don't pay
> close enough attention to such things. For example, how many people
> think iOS and IOS are the same thing?
>
> -Nicholas Vinson
Anyone familiar with Wii homebrew know
On 12/02/2016 10:45 AM, Ian Stakenvicius wrote:
> On 02/12/16 01:31 PM, Ciaran McCreesh wrote:
>> On Fri, 2 Dec 2016 13:24:29 -0500
>> Mike Gilbert wrote:
>>> On Fri, Dec 2, 2016 at 1:10 PM, Ciaran McCreesh
>>> wrote:
On Fri, 2 Dec 2016 13:02:48 -0500
Mike Gilbert wrote:
> The de
> On Fri, 2 Dec 2016, William Hubbs wrote:
> So, should we clean up / rename packages that do not follow this as
> we find them, like my ConfigArgParse example?
I still think that for any names exposed to users we should in general
stick to lowercase. Converting the name to uppercase for SRC_
On Sat, Dec 03, 2016 at 01:04:17AM -0500, Walter Dnes wrote:
> On Fri, Dec 02, 2016 at 09:49:59PM -0600, William Hubbs wrote
> >
> > So, should we clean up / rename packages that do not follow this as we
> > find them, like my ConfigArgParse example?
>
> find /usr/portage -name *.ebuild | grep [A
On Fri, Dec 02, 2016 at 02:10:27PM +0100, Michał Górny wrote:
> Hi, everyone.
>
> I've heard multiple times about various tinderbox projects being
> started by individuals in Gentoo. In fact, so many different projects
> that I've forgotten who was working on most of them.
Flameeyes donated his ti
On Fri, Dec 02, 2016 at 09:49:59PM -0600, William Hubbs wrote
>
> So, should we clean up / rename packages that do not follow this as we
> find them, like my ConfigArgParse example?
find /usr/portage -name *.ebuild | grep [A-Z] | sed "s/-[0-9].*//" | sort -u >
upper.txt
...gives 1814 *UNIQUE* p
On 12/02/2016 10:28 AM, Ulrich Mueller wrote:
>> On Fri, 2 Dec 2016, Mike Gilbert wrote:
>
>> The devmanual states:
>> The name section should contain only lowercase non-accented letters,
>> the digits 0-9, hyphens, underscores and plus characters. Uppercase
>> characters are strongly discour
On Fri, Dec 02, 2016 at 04:13:48PM -0500, Mike Gilbert wrote:
> On Fri, Dec 2, 2016 at 1:47 PM, Michał Górny wrote:
> > On Fri, 2 Dec 2016 13:02:48 -0500
> > Mike Gilbert wrote:
> >
> >> The devmanual states:
> >>
> >> The name section should contain only lowercase non-accented letters,
> >> the
On Fri, Dec 2, 2016 at 1:47 PM, Michał Górny wrote:
> On Fri, 2 Dec 2016 13:02:48 -0500
> Mike Gilbert wrote:
>
>> The devmanual states:
>>
>> The name section should contain only lowercase non-accented letters,
>> the digits 0-9, hyphens, underscores and plus characters. Uppercase
>> characters
On Fri, 2 Dec 2016 13:38:19 -0600
William Hubbs wrote:
> On Fri, Dec 02, 2016 at 07:47:01PM +0100, Michał Górny wrote:
> > On Fri, 2 Dec 2016 13:02:48 -0500
> > Mike Gilbert wrote:
> >
> > > The devmanual states:
> > >
> > > The name section should contain only lowercase non-accented letters
Ühel kenal päeval, R, 02.12.2016 kell 11:26, kirjutas Matt Turner:
> On Fri, Dec 2, 2016 at 7:14 AM, Andrew Savchenko
> wrote:
> >
> > Hi all!
> >
> > Right now we have two somewhat conflicting policies (at least up to
> > my understanding of them):
> >
> > 1) git atomic commits [1]:
> > each l
On 12/01/2016 07:27 PM, Mike Pagano wrote:
> EAPI 6 prohibits dying in global scope. Move that check to pkg_setup.
>
> ---
> eclass/kernel-2.eclass | 8 +---
> 1 file changed, 5 insertions(+), 3 deletions(-)
Committed
On Fri, 2 Dec 2016 13:38:19 -0600
William Hubbs wrote:
> On Fri, Dec 02, 2016 at 07:47:01PM +0100, Michał Górny wrote:
> > On Fri, 2 Dec 2016 13:02:48 -0500
> > Mike Gilbert wrote:
> >
> > > The devmanual states:
> > >
> > > The name section should contain only lowercase non-accented
> > > l
On Fri, Dec 02, 2016 at 07:47:01PM +0100, Michał Górny wrote:
> On Fri, 2 Dec 2016 13:02:48 -0500
> Mike Gilbert wrote:
>
> > The devmanual states:
> >
> > The name section should contain only lowercase non-accented letters,
> > the digits 0-9, hyphens, underscores and plus characters. Uppercase
On Fri, Dec 2, 2016 at 7:14 AM, Andrew Savchenko wrote:
> Hi all!
>
> Right now we have two somewhat conflicting policies (at least up to
> my understanding of them):
>
> 1) git atomic commits [1]:
> each logical change should be a separate commit.
>
> 2) revision bump policy [2]:
> each change su
On Fri, 2 Dec 2016 13:02:48 -0500
Mike Gilbert wrote:
> The devmanual states:
>
> The name section should contain only lowercase non-accented letters,
> the digits 0-9, hyphens, underscores and plus characters. Uppercase
> characters are strongly discouraged, but technically valid.
>
> https://
On 02/12/16 01:31 PM, Ciaran McCreesh wrote:
> On Fri, 2 Dec 2016 13:24:29 -0500
> Mike Gilbert wrote:
>> On Fri, Dec 2, 2016 at 1:10 PM, Ciaran McCreesh
>> wrote:
>>> On Fri, 2 Dec 2016 13:02:48 -0500
>>> Mike Gilbert wrote:
The devmanual states:
The name section should contain
On Fri, Dec 2, 2016 at 1:31 PM, Ciaran McCreesh
wrote:
> On Fri, 2 Dec 2016 13:24:29 -0500
> Mike Gilbert wrote:
>> On Fri, Dec 2, 2016 at 1:10 PM, Ciaran McCreesh
>> wrote:
>> > On Fri, 2 Dec 2016 13:02:48 -0500
>> > Mike Gilbert wrote:
>> >> The devmanual states:
>> >>
>> >> The name section
On Fri, Dec 2, 2016 at 1:28 PM, Ulrich Mueller wrote:
>> On Fri, 2 Dec 2016, Mike Gilbert wrote:
>
>> The devmanual states:
>> The name section should contain only lowercase non-accented letters,
>> the digits 0-9, hyphens, underscores and plus characters. Uppercase
>> characters are strongly
> On Fri, 2 Dec 2016, Mike Gilbert wrote:
> The devmanual states:
> The name section should contain only lowercase non-accented letters,
> the digits 0-9, hyphens, underscores and plus characters. Uppercase
> characters are strongly discouraged, but technically valid.
> https://devmanual.gent
On Fri, 2 Dec 2016 13:24:29 -0500
Mike Gilbert wrote:
> On Fri, Dec 2, 2016 at 1:10 PM, Ciaran McCreesh
> wrote:
> > On Fri, 2 Dec 2016 13:02:48 -0500
> > Mike Gilbert wrote:
> >> The devmanual states:
> >>
> >> The name section should contain only lowercase non-accented
> >> letters, the digi
On Fri, Dec 2, 2016 at 1:10 PM, Ciaran McCreesh
wrote:
> On Fri, 2 Dec 2016 13:02:48 -0500
> Mike Gilbert wrote:
>> The devmanual states:
>>
>> The name section should contain only lowercase non-accented letters,
>> the digits 0-9, hyphens, underscores and plus characters. Uppercase
>> characters
Ühel kenal päeval, R, 02.12.2016 kell 13:02, kirjutas Mike Gilbert:
> The devmanual states:
>
> The name section should contain only lowercase non-accented letters,
> the digits 0-9, hyphens, underscores and plus characters. Uppercase
> characters are strongly discouraged, but technically valid.
>
On Fri, 2 Dec 2016 13:02:48 -0500
Mike Gilbert wrote:
> The devmanual states:
>
> The name section should contain only lowercase non-accented letters,
> the digits 0-9, hyphens, underscores and plus characters. Uppercase
> characters are strongly discouraged, but technically valid.
>
> https://d
On Fri, 2 Dec 2016 13:02:48 -0500
Mike Gilbert wrote:
> The devmanual states:
>
> The name section should contain only lowercase non-accented letters,
> the digits 0-9, hyphens, underscores and plus characters. Uppercase
> characters are strongly discouraged, but technically valid.
>
> https://
The devmanual states:
The name section should contain only lowercase non-accented letters,
the digits 0-9, hyphens, underscores and plus characters. Uppercase
characters are strongly discouraged, but technically valid.
https://devmanual.gentoo.org/ebuild-writing/file-format/index.html
Why are u
On Fri, 2 Dec 2016 18:14:05 +0300
Andrew Savchenko wrote:
> Hi all!
>
> Right now we have two somewhat conflicting policies (at least up to
> my understanding of them):
>
> 1) git atomic commits [1]:
> each logical change should be a separate commit.
>
> 2) revision bump policy [2]:
> each cha
On 12/02/2016 10:14 AM, Andrew Savchenko wrote:
>
> If both policies are to be followed, users will see something like:
> foo-1.0 -> foo-1.1-r8 (assuming each sufficient change was made as
> a separate commit with a revision bump).
>
> While such versioning change is technically correct, it is
>
On 02/12/16 10:32 AM, Dirkjan Ochtman wrote:
> On Fri, Dec 2, 2016 at 4:14 PM, Andrew Savchenko wrote:
>> What about the following forkflow:
>> - version bump first with minimal changes required, but without
>> pushing commit to the tree;
>> - make each logical change as a separate commit without
On Fri, Dec 2, 2016 at 4:14 PM, Andrew Savchenko wrote:
> What about the following forkflow:
> - version bump first with minimal changes required, but without
> pushing commit to the tree;
> - make each logical change as a separate commit without revision
> bumps and without pushing stuff to the t
Hi all!
Right now we have two somewhat conflicting policies (at least up to
my understanding of them):
1) git atomic commits [1]:
each logical change should be a separate commit.
2) revision bump policy [2]:
each change sufficiently affecting application run-time or
installed files should have a
On Friday, December 02, 2016 02:10:27 PM Michał Górny wrote:
> Hi, everyone.
>
> I've heard multiple times about various tinderbox projects being
> started by individuals in Gentoo. In fact, so many different projects
> that I've forgotten who was working on most of them.
>
> I know that Toralf i
On Thursday, December 01, 2016 10:13:17 PM Andrey Utkin wrote:
> On Thu, Dec 01, 2016 at 12:50:42PM -0800, Daniel Campbell wrote:
[snip]
> > Thanks for bringing this to attention. It's somewhat related to another
> > discussion we've been having about copyright, and it may be worth
> > considerin
Hi, everyone.
I've heard multiple times about various tinderbox projects being
started by individuals in Gentoo. In fact, so many different projects
that I've forgotten who was working on most of them.
I know that Toralf is doing tinderboxing for most of the stuff.
What other projects do we have
39 matches
Mail list logo