[gentoo-dev] tcltk project has no members

2018-09-15 Thread Andreas K. Huettel
Dear all, the tcltk project has no members, and noone is cc'ed on the tcltk@ alias. If you want to help maintaining this, please sign up for project and alias. If both are still empty in two weeks, the 39 packages become maintainer-needed (so there is no "illusion of maintainership") and the

Re: [gentoo-dev] [PATCH 1/2] python-utils-r1.eclass: Simplify sed call in python_fix_shebang

2018-09-15 Thread James Le Cuirot
On Sat, 15 Sep 2018 16:27:28 +0200 Michał Górny wrote: > On Fri, 2018-09-14 at 23:44 +0100, James Le Cuirot wrote: > > There's no need for two separate sed calls here. > > --- > > eclass/python-utils-r1.eclass | 6 +- > > 1 file changed, 1 insertion(+), 5 deletions(-) > > > > diff --git

[gentoo-dev] [PATCH 2/2] git-r3.eclass: Undocument deprecated EGIT_LIVE_* API

2018-09-15 Thread Michał Górny
--- eclass/git-r3.eclass | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index 3c09b6682ef5..a1ad0d238dc9 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -122,8 +122,6 @@ fi # URIs are completely unsecured

[gentoo-dev] [PATCH 1/2] git-r3.eclass: Print possible override vars for user convenience

2018-09-15 Thread Michał Górny
--- eclass/git-r3.eclass | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index 48fac96ee358..3c09b6682ef5 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -586,6 +586,8 @@ git-r3_fetch() { local -x

[gentoo-dev] Re: The state of libav stabilisation

2018-09-15 Thread Andreas Sturmlechner
On Donnerstag, 13. September 2018 12:44:24 CEST Luca Barbato wrote: > I guess nobody had time to, libav-12 is working correctly on those arches. > > Thanks for reminding us. Thanks for getting it going. Could someone please add themselves as a dedicated maintainer to media-video/libav? amd64

Re: [gentoo-dev] [PATCH 1/2] python-utils-r1.eclass: Simplify sed call in python_fix_shebang

2018-09-15 Thread Michał Górny
On Fri, 2018-09-14 at 23:44 +0100, James Le Cuirot wrote: > There's no need for two separate sed calls here. > --- > eclass/python-utils-r1.eclass | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass > index

[gentoo-portage-dev] [PATCH v2 3/4] Ban prepalldocs in ebuild scope

2018-09-15 Thread Michał Górny
--- bin/ebuild-helpers/prepalldocs | 19 ++- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/bin/ebuild-helpers/prepalldocs b/bin/ebuild-helpers/prepalldocs index 6cdceb318..e23a6d410 100755 --- a/bin/ebuild-helpers/prepalldocs +++ b/bin/ebuild-helpers/prepalldocs

[gentoo-portage-dev] [PATCH v2 2/4] Ban prepallman in ebuild scope

2018-09-15 Thread Michał Górny
--- bin/ebuild-helpers/prepall| 7 ++- bin/ebuild-helpers/prepallman | 20 +++- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/bin/ebuild-helpers/prepall b/bin/ebuild-helpers/prepall index c2d879f37..87e1ca20c 100755 --- a/bin/ebuild-helpers/prepall +++

[gentoo-portage-dev] [PATCH v2 1/4] Ban prepallinfo for ebuild scope use

2018-09-15 Thread Michał Górny
--- bin/ebuild-helpers/prepall | 4 ++-- bin/ebuild-helpers/prepallinfo | 9 ++--- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/bin/ebuild-helpers/prepall b/bin/ebuild-helpers/prepall index bc77af4a1..c2d879f37 100755 --- a/bin/ebuild-helpers/prepall +++

[gentoo-portage-dev] [PATCH v2 4/4] Ban prepall in ebuild scope

2018-09-15 Thread Michał Górny
--- bin/ebuild-helpers/prepall | 28 ++-- bin/misc-functions.sh | 27 ++- 2 files changed, 28 insertions(+), 27 deletions(-) Changed in v2: - fixed calling prepallstrip in EAPI 7 diff --git a/bin/ebuild-helpers/prepall

[gentoo-portage-dev] [PATCH 0/4] Unused prepall* removal

2018-09-15 Thread Michał Górny
Hi, This series removes unused prepall* helpers. Their code is integrated into prepall, then prepall is moved into misc-functions as internal function rather than ebuild-visible helper. There is still one use of prepalldocs but it will be removed before the patch is merged. This is the first

[gentoo-portage-dev] [PATCH 2/4] Ban prepallman in ebuild scope

2018-09-15 Thread Michał Górny
--- bin/ebuild-helpers/prepall| 7 ++- bin/ebuild-helpers/prepallman | 20 +++- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/bin/ebuild-helpers/prepall b/bin/ebuild-helpers/prepall index c2d879f37..87e1ca20c 100755 --- a/bin/ebuild-helpers/prepall +++

[gentoo-portage-dev] [PATCH 3/4] Ban prepalldocs in ebuild scope

2018-09-15 Thread Michał Górny
--- bin/ebuild-helpers/prepalldocs | 19 ++- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/bin/ebuild-helpers/prepalldocs b/bin/ebuild-helpers/prepalldocs index 6cdceb318..e23a6d410 100755 --- a/bin/ebuild-helpers/prepalldocs +++ b/bin/ebuild-helpers/prepalldocs

[gentoo-portage-dev] [PATCH 4/4] Ban prepall in ebuild scope

2018-09-15 Thread Michał Górny
--- bin/ebuild-helpers/prepall | 28 ++-- bin/misc-functions.sh | 27 ++- 2 files changed, 28 insertions(+), 27 deletions(-) diff --git a/bin/ebuild-helpers/prepall b/bin/ebuild-helpers/prepall index 87e1ca20c..e23a6d410 100755 ---

[gentoo-portage-dev] [PATCH 1/4] Ban prepallinfo for ebuild scope use

2018-09-15 Thread Michał Górny
--- bin/ebuild-helpers/prepall | 4 ++-- bin/ebuild-helpers/prepallinfo | 9 ++--- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/bin/ebuild-helpers/prepall b/bin/ebuild-helpers/prepall index bc77af4a1..c2d879f37 100755 --- a/bin/ebuild-helpers/prepall +++