[gentoo-dev] [PATCH 2/2] python-utils-r1.eclass: Remove python.eclass guards

2021-03-07 Thread Michał Górny
python.eclass is gone for a long time, ::progress is discontinued, it should be safe to assume people will no longer be copying old stuff. Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 170 -- 1 file changed, 170 deletions(-) diff --git

[gentoo-dev] [PATCH 1/2] distutils-r1.eclass: Remove distutils.eclass guards

2021-03-07 Thread Michał Górny
distutils.eclass is gone for a long time, ::progress is discontinued, it should be safe to assume people will no longer be copying old stuff. Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 34 -- 1 file changed, 34 deletions(-) diff --git

[gentoo-dev] [PATCH v2] aspell-dict-r1.eclass: add EAPI=7 support

2021-03-07 Thread Conrad Kostecki
This adds support for EAPI=7. Also overhauled the ebuild and dropped aspell-0.50 from *DEPEND, as it's not anymore in tree. Also slightly adjusted messages and taking ownership. Since there is a open bug ticket about setting a default value for ASPELL_VERSION, I am changing the logic a little

[gentoo-dev] Last-rites: sci-physics/herwig++

2021-03-07 Thread Andreas Sturmlechner
# Andreas Sturmlechner (2021-03-07) # Unresolved build issue since 2019, QA issues, bugs #697870 and #705236 # Blocks cleanup of equally broken sci-physics/looptools-2.8, bug #770796 # Masked for removal on 2021-03-06. sci-physics/herwig++ signature.asc Description: This is a digitally signed

Re: [gentoo-dev] [PATCH] aspell-dict-r1.eclass: add EAPI=7 support

2021-03-07 Thread Ulrich Mueller
> On Sun, 07 Mar 2021, conikost wrote: > case ${EAPI:-0} in > - [0-5]) > - die "aspell-dict-r1.eclass is banned in EAPI ${EAPI:-0}" > + 0|1|2|3|4|5) > + die "Unsupported EAPI=${EAPI} (obsolete) for ${ECLASS}" > ;; > - 6) > + 6|7) >

[gentoo-dev] [PATCH] aspell-dict-r1.eclass: add EAPI=7 support

2021-03-07 Thread conikost
From: Conrad Kostecki Those changes add support for EAPI=7 for all aspell- ebuilds. Also slightly adjusted messages and taking ownership. Closes: https://bugs.gentoo.org/637710 Closes: https://bugs.gentoo.org/770259 Signed-off-by: Conrad Kostecki --- eclass/aspell-dict-r1.eclass | 25

[gentoo-dev] cmake-multilib.eclass: Drop EAPI-6 support and prepare to drop cmake-utils w/ future EAPI

2021-03-07 Thread Andreas Sturmlechner
diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass --- a/eclass/cmake-multilib.eclass +++ b/eclass/cmake-multilib.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public

[gentoo-dev] Last rites: app-portage/splat

2021-03-07 Thread Conrad Kostecki
# Conrad Kostecki (2021-03-07) # Upstream since 2004 gone, does not supportnon-English characters, # multiple bugs open and unmaintained. # Removal in 30 days. app-portage/splat