Re: [gentoo-dev] [RFC] New QA policy: Packages must not disable installing manpages via USE flags

2019-07-24 Thread Kent Fredric
On Tue, 23 Jul 2019 23:56:52 -0400 desultory wrote: > avoid optional documentation, > while the proposal in question explicitly would I assume you meant 'optional dependencies' here right? :) pgp36j4n0ZoM_.pgp Description: OpenPGP digital signature

[gentoo-dev] Finalizing: GSoC-2019: BLAS/LAPACK Runtime Switching

2019-07-24 Thread Mo Zhou
Hi Gentoo Developers, I'm finalizing the GSoC2019 project "BLAS and LAPACK runtime switch".[1] The documentation for user and developer is available here: https://wiki.gentoo.org/wiki/Blas-lapack-switch BLAS and LAPACK are dense numerical algebra libraries of "libc-importance" to scientific co

[gentoo-dev] Last-rites: kde-misc/plasma-active-window-control

2019-07-24 Thread Andreas Sturmlechner
# Andreas Sturmlechner (2019-07-24) # Unmaintained and broken with current Plasma, removal in 30 days # Bugs: https://bugs.kde.org/show_bug.cgi?id=404359, # https://bugs.kde.org/show_bug.cgi?id=404360, see also HOMEPAGE comments kde-misc/plasma-active-window-control

Re: [gentoo-dev] [RFC] New QA policy: Packages must not disable installing manpages via USE flags

2019-07-24 Thread desultory
On 07/24/19 10:40, Kent Fredric wrote: > On Tue, 23 Jul 2019 23:56:52 -0400 > desultory wrote: > >> avoid optional documentation, >> while the proposal in question explicitly would > > I assume you meant 'optional dependencies' here right? :) > The user-side effects pf the proposal in question,

[gentoo-dev] [PATCH 2/5] vcs-snapshot.eclass: Update 'unusage' warning

2019-07-24 Thread Michał Górny
Nowadays both GitHub and GitLab snapshot do not need this eclass, so make it clear it's needed only for BitBucket. Also make the warning uppercase because people still don't read it. Signed-off-by: Michał Górny --- eclass/vcs-snapshot.eclass | 33 ++--- 1 file change

[gentoo-dev] [PATCH 3/5] vcs-snapshot.eclass: Add verbose einfo for unpacking

2019-07-24 Thread Michał Górny
Add an einfo call to make explicit notice of each archive being unpacked. Signed-off-by: Michał Górny --- eclass/vcs-snapshot.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass index 2e734c509d1a..312e9a4611e1 100644 --- a/eclass/vc

[gentoo-dev] [PATCH 1/5] vcs-snapshot.eclass: Allow EAPI 7

2019-07-24 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/vcs-snapshot.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass index 316a37773d43..321e307b894d 100644 --- a/eclass/vcs-snapshot.eclass +++ b/eclass/vcs-snapshot.eclass @@

[gentoo-dev] [PATCH 4/5] vcs-snapshot.eclass: Detect and report invalid directory structure

2019-07-24 Thread Michał Górny
Detect when the archive does not contain a single top-level directory, and abort in that case. Otherwise, --strip-components would result in unpredictable mess. Signed-off-by: Michał Górny --- eclass/vcs-snapshot.eclass | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) di

[gentoo-dev] [PATCH 5/5] vcs-snapshot.eclass: Detect unnecessary usage and complain

2019-07-24 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/vcs-snapshot.eclass | 12 1 file changed, 12 insertions(+) diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass index dbca6fd586d2..c01cf01f052c 100644 --- a/eclass/vcs-snapshot.eclass +++ b/eclass/vcs-snapshot.eclass @@ -58,6 +