Re: [gentoo-dev] [PATCH] app-portage/eclass-manpages: @DEFAULT_UNSET -> @DEFAULT-UNSET

2017-04-28 Thread Michał Górny
On sob, 2017-04-29 at 05:41 +0200, Ulrich Mueller wrote: > > > > > > On Fri, 28 Apr 2017, Michał Górny wrote: > > (and hyphens do not require holding shift). > > So they are awkward to type inside a string that is all-caps? > Funny enough, yes. I naturally let shift go when pushing '-' ;-). Some

Re: [gentoo-dev] [PATCH] app-portage/eclass-manpages: @DEFAULT_UNSET -> @DEFAULT-UNSET

2017-04-28 Thread Ulrich Mueller
> On Fri, 28 Apr 2017, Michał Górny wrote: > (and hyphens do not require holding shift). So they are awkward to type inside a string that is all-caps? Ulrich pgpcPtuzpVLxT.pgp Description: PGP signature

[gentoo-dev] Packages up for grabs

2017-04-28 Thread Manuel Rüger
Hi, I have no use for those packages anymore. Feel free to add yourself as a (proxied) maintainer to: dev-tex/biblatex dev-tex/biblatex-apa dev-tex/biber dev-vcs/git-num www-apps/jekyll www-apps/jekyll-coffeescript www-apps/jekyll-gist www-apps/jekyll-paginate www-apps/jekyll-sass-converter www-

Re: [gentoo-dev] [PATCH 1/2] app-portage/eclass-manpages: Introduce additional variable classes

2017-04-28 Thread Michał Górny
On pią, 2017-04-28 at 15:11 -0400, Michael Orlitzky wrote: > On 04/28/2017 10:59 AM, Michał Górny wrote: > > Add a few additional variable classes to better emphasize the specifics > > of different kinds of variables set for eclasses, and by eclasses. > > > > The change applied, each eclass variab

Re: [gentoo-dev] [PATCH 1/2] app-portage/eclass-manpages: Introduce additional variable classes

2017-04-28 Thread Michael Orlitzky
On 04/28/2017 10:59 AM, Michał Górny wrote: > Add a few additional variable classes to better emphasize the specifics > of different kinds of variables set for eclasses, and by eclasses. > > The change applied, each eclass variable can belong to one of > the following five eclasses: We did some w

[gentoo-dev] [PATCH 2/2] python-r1.eclass: Set @ECLASS-VARIABLE classes (example)

2017-04-28 Thread Michał Górny
--- eclass/python-r1.eclass | 5 + 1 file changed, 5 insertions(+) diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 9f56c6f3877a..866f49071147 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -55,6 +55,7 @@ inherit multibuild python-utils-r1 fi # @

[gentoo-dev] [PATCH 1/2] app-portage/eclass-manpages: Introduce additional variable classes

2017-04-28 Thread Michał Górny
Add a few additional variable classes to better emphasize the specifics of different kinds of variables set for eclasses, and by eclasses. The change applied, each eclass variable can belong to one of the following five eclasses: 1. (default) - variable set by ebuild, influences eclass behavior.

[gentoo-dev] [PATCH 2/2] python-r1.eclass: Declare @SUPPORTED-EAPIS (example)

2017-04-28 Thread Michał Górny
--- eclass/python-r1.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index df57cf1e1322..9f56c6f3877a 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Author: Michał Górny # Based on wor

[gentoo-dev] [PATCH 1/2] app-portage/eclass-manpages: Add @SUPPORTED-EAPIS tag for eclass

2017-04-28 Thread Michał Górny
Add a @SUPPORTED-EAPIS tag that can be used to explicitly provide a list of EAPIs that are supported by the eclass. The main goal is to make it possible to extract this list with relative ease, for scripting purposes. It is not included explicitly in the manpages at the moment. The first use case

[gentoo-dev] [PATCH] app-portage/eclass-manpages: @DEFAULT_UNSET -> @DEFAULT-UNSET

2017-04-28 Thread Michał Górny
Change the unset value tag to '@DEFAULT-UNSET' to ensure consistent use of hyphen/underscore throughout eclassdoc. Before, one tag (@ECLASS-VARIABLE) has used hyphen while also one (@DEFAULT_UNSET) used underscore. Unify them to use the former since @ECLASS-VARIABLE tag is more common (and hyphens

Re: [gentoo-dev] [PATCH 1/2] app-portage/eclass-manpages: Add @SUPPORTED_EAPIS tag for eclass

2017-04-28 Thread Michał Górny
On pią, 2017-04-28 at 16:06 +0200, Michał Górny wrote: > Add a @SUPPORTED_EAPIS tag that can be used to explicitly provide a list > of EAPIs that are supported by the eclass. The main goal is to make it > possible to extract this list with relative ease, for scripting > purposes. It is not included

[gentoo-dev] [PATCH 2/2] python-r1.eclass: Declare @SUPPORTED_EAPIS (example)

2017-04-28 Thread Michał Górny
--- eclass/python-r1.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index df57cf1e1322..c8d025bcb13c 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Author: Michał Górny # Based on wor

[gentoo-dev] [PATCH 1/2] app-portage/eclass-manpages: Add @SUPPORTED_EAPIS tag for eclass

2017-04-28 Thread Michał Górny
Add a @SUPPORTED_EAPIS tag that can be used to explicitly provide a list of EAPIs that are supported by the eclass. The main goal is to make it possible to extract this list with relative ease, for scripting purposes. It is not included explicitly in the manpages at the moment. The first use case

Re: [gentoo-dev] [RFC] Providing consistent means to enable tests requiring Internet access

2017-04-28 Thread Kent Fredric
On Fri, 28 Apr 2017 15:37:15 +0200 Michał Górny wrote: > Congratulations, you've just completely discouraged me from pursuing > this any further. I don't have the time or the resources to solve all > the problems in the world, especially if I don't give a damn about > them. Its not that I don't

Re: [gentoo-dev] [RFC] Providing consistent means to enable tests requiring Internet access

2017-04-28 Thread Michał Górny
On sob, 2017-04-29 at 01:25 +1200, Kent Fredric wrote: > I know you're vying for "a small incremental step that just fixes this one > niche", > but this is basically a problem that's been known ( at least by me ) for many > years, > and we're in growing need of a real solution, not a small increm

Re: [gentoo-dev] [RFC] Providing consistent means to enable tests requiring Internet access

2017-04-28 Thread Kent Fredric
On Thu, 27 Apr 2017 16:14:13 +0200 Michał Górny wrote: > What do you think? Any other ideas? I personally think that "test" being exposed as a useflag is a hack that shouldn't be perpetuated further. I'd rather have the ability to check for the flag the same way as we check for arch, but with

Re: [gentoo-dev] [RFC] Providing consistent means to enable tests requiring Internet access

2017-04-28 Thread Alexis Ballier
On Thu, 27 Apr 2017 17:57:30 -0400 Mike Gilbert wrote: > On Thu, Apr 27, 2017 at 5:42 PM, Alexis Ballier > wrote: > > On Thu, 27 Apr 2017 16:14:13 +0200 > > Michał Górny wrote: > > > >> b. those tests can easily be enabled, and that fact is recorded > >> in the installed package metadata, > >

Re: [gentoo-dev] [RFC] Providing consistent means to enable tests requiring Internet access

2017-04-28 Thread Alexis Ballier
On Fri, 28 Apr 2017 07:07:26 +0200 Michał Górny wrote: > Dnia 27 kwietnia 2017 23:42:34 CEST, Alexis Ballier > napisał(a): > >On Thu, 27 Apr 2017 16:14:13 +0200 > >Michał Górny wrote: > > > >> b. those tests can easily be enabled, and that fact is recorded > >> in the installed package metada

[gentoo-dev] Last rites: ruby 2.1 only packages

2017-04-28 Thread Hans de Graaff
# Hans de Graaff (28 Apr 2017) # Ruby 2.1 will be removed soon, bug #615822. # These packages are all ruby21-only and most have not seen upstream # releases in a long time. dev-ruby/builder:3.1 dev-ruby/configliere dev-ruby/map dev-ruby/memcache-client dev-ruby/mini_shoulda dev-ruby/png dev-ruby/r