[gentoo-commits] repo/proj/guru:dev commit in: dev-util/fpm/

2022-11-25 Thread Sergey Torokhov
commit: 0e12c2266a4dd55e9df23841d9f430d69e5a2a05
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Nov 26 07:12:51 2022 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Sat Nov 26 07:12:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e12c226

dev-util/fpm: add USE=openmp to build targets in parallel where possible

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-util/fpm/fpm-0.7.0.ebuild | 24 +---
 dev-util/fpm/metadata.xml |  3 +++
 2 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/dev-util/fpm/fpm-0.7.0.ebuild b/dev-util/fpm/fpm-0.7.0.ebuild
index 2d1f62b6a..60e532ebc 100644
--- a/dev-util/fpm/fpm-0.7.0.ebuild
+++ b/dev-util/fpm/fpm-0.7.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc"
+IUSE="openmp doc"
 RESTRICT="test"
 
 CDEPEND="
@@ -48,9 +48,27 @@ PATCHES="${FILESDIR}/${P}_fpm_toml.patch"
 
 BSDIR="build/bootstrap" # Bootstrap directory path
 
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+set_omp_flag() {
+   OMPFLAG=""
+   if use openmp ; then
+   case $(tc-getFC) in
+   *gfortran* )
+   OMPFLAG="-fopenmp" ;;
+   * )
+   die "Sorry, only GNU gfortran is currently 
supported in the ebuild" ;;
+   esac
+   fi
+}
+
 pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
fortran-2_pkg_setup
python-any-r1_pkg_setup
+   set_omp_flag
 }
 
 src_prepare() {
@@ -70,7 +88,7 @@ src_compile() {
"$(tc-getFC)" -J "${BSDIR}" -o "${BSDIR}"/fpm "${BSDIR}/${P}.F90" || die
 
# Use the bootstrap binary to build the feature complete fpm version
-   "${BSDIR}"/fpm build --compiler "$(tc-getFC)" --flag "${FCFLAGS} 
-I/usr/include/toml-f -I/usr/include/m_cli2" \
+   "${BSDIR}"/fpm build --compiler "$(tc-getFC)" --flag "${FCFLAGS} 
${OMPFLAG} -I/usr/include/toml-f -I/usr/include/m_cli2" \
--c-compiler "$(tc-getCC)" --c-flag "${CFLAGS}" \
--cxx-compiler "$(tc-getCXX)" --cxx-flag "${CXXFLAGS}" \
--archiver="$(tc-getAR)" --link-flag "${LDFLAGS}"
@@ -84,7 +102,7 @@ src_compile() {
 src_install() {
# Set prefix and pass all used env flags to avoid recompiling with 
default values
"${BSDIR}"/fpm install --prefix "${ED}/usr" \
-   --compiler "$(tc-getFC)" --flag "${FCFLAGS} 
-I/usr/include/toml-f -I/usr/include/m_cli2" \
+   --compiler "$(tc-getFC)" --flag "${FCFLAGS} ${OMPFLAG} 
-I/usr/include/toml-f -I/usr/include/m_cli2" \
--c-compiler "$(tc-getCC)" --c-flag "${CFLAGS}" \
--cxx-compiler "$(tc-getCXX)" --cxx-flag "${CXXFLAGS}" \
--archiver="$(tc-getAR)" --link-flag "${LDFLAGS}"

diff --git a/dev-util/fpm/metadata.xml b/dev-util/fpm/metadata.xml
index f45acb901..fac9ec00a 100644
--- a/dev-util/fpm/metadata.xml
+++ b/dev-util/fpm/metadata.xml
@@ -5,6 +5,9 @@
torokhov-...@yandex.ru
Sergey Torokhov

+   
+   OpenMP support to build targets in parallel 
where possible
+   

fortran-lang/fpm




[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2022-11-25 Thread Arthur Zamarin
commit: a658c4e9a5ad90c3cdbe4bf870dbeb60382d7436
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 26 06:43:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 26 06:43:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a658c4e9

net-misc/gallery-dl: Stabilize 1.23.3 arm64, #883083

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.23.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
index 21d0689cafbd..992fc76ef947 100644
--- a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
 else
SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-11-25 Thread Arthur Zamarin
commit: 64bf3117c7d9aa04a9b0bf1bf6870b8722adeac9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 26 06:43:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 26 06:43:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bf3117

app-arch/bzip3: Stabilize 1.1.8 arm64, #883081

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-arch/bzip3/bzip3-1.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.1.8.ebuild 
b/app-arch/bzip3/bzip3-1.1.8.ebuild
index 0d9329da48ca..aa42d3dc5ea2 100644
--- a/app-arch/bzip3/bzip3-1.1.8.ebuild
+++ b/app-arch/bzip3/bzip3-1.1.8.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+   KEYWORDS="~amd64 arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2022-11-25 Thread Arthur Zamarin
commit: b4f0ddc44a4f70bb00185e9c0ede8210d22ca799
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 26 06:43:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 26 06:43:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f0ddc4

net-misc/gallery-dl: Stabilize 1.23.3 ppc, #883083

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.23.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
index c82544dcf5d6..21d0689cafbd 100644
--- a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
 else
SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 hppa ~ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2022-11-25 Thread Arthur Zamarin
commit: ba8f23425bd4d2665b81eb8ea1c6b4ebfac39b10
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 26 06:43:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 26 06:43:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8f2342

net-misc/gallery-dl: Stabilize 1.23.3 hppa, #883083

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.23.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
index 0944e85ad4fe..c82544dcf5d6 100644
--- a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
 else
SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm ~arm64 hppa ~ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2022-11-25 Thread Arthur Zamarin
commit: 2810b1ca035fea9fc13c13ff60bb02250320fc2c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 26 06:43:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 26 06:43:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2810b1ca

net-misc/gallery-dl: Stabilize 1.23.3 arm, #883083

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.23.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
index eed9b93ee995..0944e85ad4fe 100644
--- a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
 else
SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2022-11-25 Thread Arthur Zamarin
commit: 6b2ca5ac9b47cbb43d207562126f53eba5f6e781
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 26 06:43:32 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 26 06:43:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2ca5ac

net-misc/gallery-dl: Stabilize 1.23.3 ppc64, #883083

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.23.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
index 871c167afa91..eed9b93ee995 100644
--- a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
 else
SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-check/

2022-11-25 Thread Michał Górny
commit: 88a42cffe6ff95c696515076b43dabe60b9fb4bd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 26 05:44:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 26 05:44:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a42cff

dev-python/pytest-check: Bump to 1.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-check/Manifest  |  1 +
 dev-python/pytest-check/pytest-check-1.2.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/pytest-check/Manifest b/dev-python/pytest-check/Manifest
index 51ee5cf9..feed46a3459c 100644
--- a/dev-python/pytest-check/Manifest
+++ b/dev-python/pytest-check/Manifest
@@ -1,3 +1,4 @@
 DIST pytest-check-1.0.10.tar.gz 15603 BLAKE2B 
e51dbb2806bdac73e202b14668c76675979113f661eb339a1a3cff07069d3d4709869d67ea2cb6384483ebde8b68288026df9b7492b17ea67c79ee95e6865809
 SHA512 
dc3a80b20637eab8adda085ca8172bc3bde75bd47566972a07cf226bb38771933a531d99e139d7c220cc149715fd7d98ab964f72e0b520e8dd3df7633a6e5a90
 DIST pytest-check-1.1.2.tar.gz 19090 BLAKE2B 
25d483c29f7a357b26d6153582e9ca0a4b6f6c5c97baf9e8a12403de6993f44fa4d4eea370f1c800036062abffb68cbcf826c210f7eb32ef4fefcbfde031674f
 SHA512 
64e74e399cecc6733aeca7ca88dedb110029394548c0b3e27d0f35e034887fbb9a3d6a2da7b30e52a5fa68f535e15373173ffaf391afa02783009e5edb6637d3
 DIST pytest-check-1.1.3.tar.gz 19461 BLAKE2B 
e6ba332f3326992842a50323c6062283c3227d15526cc0f33f51a90455e7a30f0f53e96907896eeecce4a13b8e6fafcc8112eecfc844310200e107e92150d3d0
 SHA512 
af89cc90de9a72600d79947d2f771fe878dc55add754dae447afe8c0df47745842c35867ebc104825189c119858a7ddde992e91b48dab4f9e74fd71e7b55f51e
+DIST pytest-check-1.2.0.tar.gz 20105 BLAKE2B 
c8f8a8ec38a3f6162fa43b90d757c3fd0867bb3ec2e04f4de2fe194aeb75041d925220f2b6fe222b3ae9d4dde8202680f9712b5b4c9a90224e9f0c0c81925b6d
 SHA512 
585e727a817106f25dbd59aa6ee7f06565d0d216caa189001b18aee1f6e96aacb07e0886af6ca96fd36dacae1246a9acccee9b23341afc51981c7c496602d406

diff --git a/dev-python/pytest-check/pytest-check-1.2.0.ebuild 
b/dev-python/pytest-check/pytest-check-1.2.0.ebuild
new file mode 100644
index ..9a459557d506
--- /dev/null
+++ b/dev-python/pytest-check/pytest-check-1.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="pytest plugin that allows multiple failures per test"
+HOMEPAGE="
+   https://github.com/okken/pytest-check/
+   https://pypi.org/project/pytest-check/
+"
+SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/httpcore/

2022-11-25 Thread Michał Górny
commit: b2431ecf2f049ac7a405cfcc01232cb6692d92b6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 26 05:46:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 26 05:46:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2431ecf

dev-python/httpcore: Bump to 0.16.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/httpcore/Manifest   |  1 +
 dev-python/httpcore/httpcore-0.16.2.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest
index 0280ae5cd981..822acee8b4a6 100644
--- a/dev-python/httpcore/Manifest
+++ b/dev-python/httpcore/Manifest
@@ -2,3 +2,4 @@ DIST httpcore-0.15.0-h11-0.14.patch 7087 BLAKE2B 
08a7b1a155392637cea9b6d59d01fc6
 DIST httpcore-0.15.0.gh.tar.gz 76220 BLAKE2B 
e9a346d4f77cde82be5a3eb468123ae453753e57b54382f0b2c60b16afd3433cba173d9a796df20d76edbd8b5bcf2d61c32302bdd30c8d587036b3ac6f0425fd
 SHA512 
3c25630d582448e3c7d46176c8862e4d92c6c4aac954bfe46b06e26297b32f996db2e002a87c7187accb5bf4ef86e82d7f9051404bee651ce5254119571d0c95
 DIST httpcore-0.16.0.gh.tar.gz 77020 BLAKE2B 
0a6000c6e74204a8b90e32739344cca1e76dae73e53c6bee1d2bec16eb7aef11df761cf2cbee879f34a4995b5c8d0fc4a12bec23b07a58c1f06a06e2e1c4166d
 SHA512 
28b6ba9f167f87ba8dadd3187248407c61c9770e27a1a281b6a0eb25e0a8966b3aa80587f00c8d92cdda44ffbe6f4af19adcecaa775ef59fa23492fa35be5323
 DIST httpcore-0.16.1.gh.tar.gz 78091 BLAKE2B 
21e5ad922c7190299336a4b0a7efc3689027b9f7208f7276526080460aca3a52c32b2c0db80cbae8d9a40e90aca27c03eed6f5e67a8b9d3d28b97e8bb655d7ab
 SHA512 
a160a02b6c33cdedc1cea6b72cca7e8742ac97333b6d1a3931711f10e397d5e0ba03b2c191e0a7700a1ecd667cbcac4246ef29450da8472ebcc7f19602d8b39d
+DIST httpcore-0.16.2.gh.tar.gz 78465 BLAKE2B 
f028bc524dcf865b5213d4ff21dcfff525ac34d4dfa1301ebc56392f3082b3b76b6ec1da5e50a01c416cd09d53ad5edd5f2a6d6d4f9dd78e8a579812c0cebc36
 SHA512 
d11fe4f6a59e2dc1bce6724941db5978f0863f73e39786121f775d9c1702a32741de2cb4a0588fc907294d1b244713222cc57ef19a0d66e4075075c621f17d9b

diff --git a/dev-python/httpcore/httpcore-0.16.2.ebuild 
b/dev-python/httpcore/httpcore-0.16.2.ebuild
new file mode 100644
index ..621c94bfed43
--- /dev/null
+++ b/dev-python/httpcore/httpcore-0.16.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="A minimal low-level HTTP client"
+HOMEPAGE="
+   https://www.encode.io/httpcore/
+   https://github.com/encode/httpcore/
+   https://pypi.org/project/httpcore/
+"
+SRC_URI="
+   https://github.com/encode/httpcore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/python-miniupnpc/

2022-11-25 Thread Michał Górny
commit: 0532890de2a873c05ea3bae94e0939d09d9be681
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 26 06:28:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 26 06:28:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0532890d

dev-python/python-miniupnpc: Enable py3.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-miniupnpc/python-miniupnpc-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-miniupnpc/python-miniupnpc-2.2.4.ebuild 
b/dev-python/python-miniupnpc/python-miniupnpc-2.2.4.ebuild
index e0c4e28014c1..583e2339bb5b 100644
--- a/dev-python/python-miniupnpc/python-miniupnpc-2.2.4.ebuild
+++ b/dev-python/python-miniupnpc/python-miniupnpc-2.2.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1 verify-sig
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/

2022-11-25 Thread Michał Górny
commit: 247c11b34810b99c4c2b477a1aaff5e4ebe54762
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 26 05:43:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 26 05:43:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247c11b3

dev-python/hypothesis: Bump to 6.58.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-6.58.1.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 6fe34502be93..3b59d9acd236 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,3 +1,4 @@
 DIST hypothesis-6.56.4.gh.tar.gz 999 BLAKE2B 
abe041212cff7ab1d6c2684706ae4d297bad160798152ce52dec9b5024a1aef2445947bb6e7c7fa69c1b3e9cd2e9335d7ac7f330e0910b987d3aa3f34f8c2f3e
 SHA512 
80ce1d5c296fc304b4e1a09846db5e88d2f52a1d790a8717a2a4a506cdd08290392036c02339d3f9d8bf236866dbcd9256e543d0808f32896b172ed840165114
 DIST hypothesis-6.57.1.gh.tar.gz 9334332 BLAKE2B 
5516e9ff84f11909eadc7888f2727f13731ef9d3ad91c15666d5ee11d32bafbc9361171b35d31c5231fe50ac9a734eb3a8edd612ed3f47d3bd6f2a851f751a65
 SHA512 
3cb24416a10cc1a1419844565913f8bdd95063d12e9ea7cbed16e6583e5d7da8a83d34d1fdb4060cf190341d21947a58f5871f44bc45bc0e84316111d530251d
 DIST hypothesis-6.58.0.gh.tar.gz 9335693 BLAKE2B 
8e72b1ddd2a0c3bd07e5e865147e0befc7bbb42eb16e02704dbb79372e94161b6cc8f1f989b8541331e8488244c3d07e87d118ee43ba07a123de31cdb7b58bbb
 SHA512 
91f128f333144859331e9a841d47d8414964955e14071a49e3d4504a9c9970e5f737c9036be8f20bdda1e620bb428809301d1008bfbd4b0aaa05757abeb8687d
+DIST hypothesis-6.58.1.gh.tar.gz 9335673 BLAKE2B 
2f4c34f89547c3e05bc9238b9daee864335b89e1c2aab81765aeb0f806c730c33a52fe4820a718df078bb502e507cb954abe4f8528ec8566a366994cadb45d2d
 SHA512 
efcddb49239b10ae851d3c3331629fd41f19d78e30f52f7d672735b397d4cc21fc5e3cabac824046cb391d999605e80abd014d837437593215a3d71aa60b407e

diff --git a/dev-python/hypothesis/hypothesis-6.58.1.ebuild 
b/dev-python/hypothesis/hypothesis-6.58.1.ebuild
new file mode 100644
index ..bbb3ede19663
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-6.58.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+CLI_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( "${CLI_COMPAT[@]}" python3_11 pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 multiprocessing optfeature
+
+TAG=hypothesis-python-${PV}
+MY_P=hypothesis-${TAG}
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="
+   https://github.com/HypothesisWorks/hypothesis/
+   https://pypi.org/project/hypothesis/
+"
+SRC_URI="
+   https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/hypothesis-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="cli"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' "${CLI_COMPAT[@]}")
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   !!

[gentoo-commits] repo/gentoo:master commit in: dev-python/zipp/

2022-11-25 Thread Michał Górny
commit: f682d66bc6efeaf340228ccabf1058e7bfda31d3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 26 05:45:25 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 26 05:45:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f682d66b

dev-python/zipp: Bump to 3.11.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/zipp/Manifest   |  1 +
 dev-python/zipp/zipp-3.11.0.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/zipp/Manifest b/dev-python/zipp/Manifest
index 3e2876177554..0bbebe67ece8 100644
--- a/dev-python/zipp/Manifest
+++ b/dev-python/zipp/Manifest
@@ -1 +1,2 @@
 DIST zipp-3.10.0.tar.gz 15564 BLAKE2B 
145374d6e2e251f588e198a0fd400542b34ff26de4e1240dd30710dc33e884ccde91ca1cc168d5f421aa4e04341c76cfb10fbf176c830ade237be39a886267ab
 SHA512 
2e64b05eb0123eb3c3c87fbfe2da26721eb9e24142a43e794d04e5f86ab5fe4cf3e0e3e3497bfc9631ab61dd64226829772493f26e091a66148ddbdc5dfd8e51
+DIST zipp-3.11.0.tar.gz 16799 BLAKE2B 
96cbb86e4c112a2cc0bbd8cf8f7a6d0e7b5a5b4af0857bfea87583341e7d08c9f0879f8455131f81e21ffb75bb362fb312c5575a8ccb2e2996313fe3f95ffe36
 SHA512 
10e1eca131063d9e34db18320152ea5e2445585802e7814fcb0a0aeddd8eb5481c60c2eaca1f7f2729826aafd4004fc4a0b8ee26896c833f789752a501f77e86

diff --git a/dev-python/zipp/zipp-3.11.0.ebuild 
b/dev-python/zipp/zipp-3.11.0.ebuild
new file mode 100644
index ..0604a8099e8a
--- /dev/null
+++ b/dev-python/zipp/zipp-3.11.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
+HOMEPAGE="
+   https://github.com/jaraco/zipp/
+   https://pypi.org/project/zipp/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   test? (
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/jaraco-itertools[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # speed tests are flaky by design
+   tests/test_zipp.py::TestPath::test_implied_dirs_performance
+)
+
+src_prepare() {
+   # dep of disabled test
+   sed -i -e '/func_timeout/d' tests/test_zipp.py || die
+   distutils-r1_src_prepare
+}
+
+src_configure() {
+   grep -q 'build-backend = "setuptools' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "zipp"
+   version = "${PV}"
+   description = "Backport of pathlib-compatible object wrapper 
for zip files"
+   EOF
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rope/

2022-11-25 Thread Michał Górny
commit: 909b19f4f1b06d2f668aa03c4e575a2555c80b26
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 26 05:50:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 26 05:50:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909b19f4

dev-python/rope: Bump to 1.5.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/rope/Manifest  |  1 +
 dev-python/rope/rope-1.5.1.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest
index 2deb9fee33e7..1d7a2eb306db 100644
--- a/dev-python/rope/Manifest
+++ b/dev-python/rope/Manifest
@@ -2,3 +2,4 @@ DIST rope-1.1.1.tar.gz 274610 BLAKE2B 
52354453305ee58db70f86392f7ec27179e1e4a9ec
 DIST rope-1.3.0.tar.gz 286846 BLAKE2B 
f8b122a276812638eee76cc235e91e013696f6047c450729edde1b4a5bfdd1d6aa7d1e9ac46048e8205a1f544ee82f740e0f7b20f10769a9a28065a8b9caee6b
 SHA512 
45036cfb3abbe6b00306268f62804d787a633ef8981b23553d57ea18087bfbec33be6346bb59393bb6c3b48020a2da87f759668a57ec8e809ba3666aff0dfd2c
 DIST rope-1.4.0.tar.gz 287417 BLAKE2B 
d161e571649be2df7e6012336e7bded844f98f67764740814bfccebc926ff4c5f734cdf26701c9b7cec35bf3178be1f1ebe0d86f3b60259a161d3e87125fc7d5
 SHA512 
586f6f22fdf4743f71bf7f7505ec49aaced28aff48b5eae4f731eb690edec1ff8c736e3f9f21d7732bf5ea60ced5253e8f0d224a51a6a9bfdf7dd50ab56733ea
 DIST rope-1.5.0.tar.gz 287817 BLAKE2B 
fcaf2b9bb1e9e7fd7ad1b433188d9a4d78dbca5af910bce745ecfd8bb32d485d3fe3c85acc4e251e9295422f7a2c0a8d57088f36d5c9d56c72a35dc7eb60d340
 SHA512 
0fa16d78f2c39bbba5f1559adb83602019d7efb819d4c5b7964f7230af58d21bff1352cb1bdb2e73c5f2e506c8a9aea46d5ccbb412f929d4a0bc21bd28c9f5d6
+DIST rope-1.5.1.tar.gz 288965 BLAKE2B 
bc912932dec03317a3ea24d2e15f751037d308d58a941305b6155e2f85d2ee81fc82f9d4183a1a416ebda6e791ab8c5408835e7eb36a7fb5a8b71116d5edb24c
 SHA512 
5b7c76f0bfd481978d0e6c23d37f17f9db49fe6affc0f670868deed9a23a95c53f31a578bc7b8cd1c59318b38789a6e264f8fa9d3c7e13e5ce3db80dbadf177f

diff --git a/dev-python/rope/rope-1.5.1.ebuild 
b/dev-python/rope/rope-1.5.1.ebuild
new file mode 100644
index ..be67d9231d44
--- /dev/null
+++ b/dev-python/rope/rope-1.5.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python refactoring library"
+HOMEPAGE="
+   https://pypi.org/project/rope/
+   https://github.com/python-rope/rope/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+   >=dev-python/pytoolconfig-1.2.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/build[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # our venv style confuses this comparison
+   ropetest/contrib/autoimport/utilstest.py::test_get_package_source_typing
+   ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_typing
+   
ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_compiled
+)



[gentoo-commits] repo/gentoo:master commit in: profiles/updates/, dev-python/python-miniupnpc/, ...

2022-11-25 Thread Michał Górny
commit: 4a26668a8d15d0af75610332d7be4d05b7a2ec61
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 26 05:40:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 26 05:40:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a26668a

Rename dev-python/{miniupnpc → python-miniupnpc}

Rename the Python bindings to miniupnpc to have a unique name.  No more
"ambiguous package name" errors for this one, at least.

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/{miniupnpc => python-miniupnpc}/Manifest  | 0
 .../files/miniupnpc-2.2.3-shared-lib.patch   | 0
 dev-python/{miniupnpc => python-miniupnpc}/metadata.xml  | 0
 .../python-miniupnpc-2.2.4.ebuild}   | 0
 profiles/updates/4Q-2022 | 1 +
 5 files changed, 1 insertion(+)

diff --git a/dev-python/miniupnpc/Manifest 
b/dev-python/python-miniupnpc/Manifest
similarity index 100%
rename from dev-python/miniupnpc/Manifest
rename to dev-python/python-miniupnpc/Manifest

diff --git a/dev-python/miniupnpc/files/miniupnpc-2.2.3-shared-lib.patch 
b/dev-python/python-miniupnpc/files/miniupnpc-2.2.3-shared-lib.patch
similarity index 100%
rename from dev-python/miniupnpc/files/miniupnpc-2.2.3-shared-lib.patch
rename to dev-python/python-miniupnpc/files/miniupnpc-2.2.3-shared-lib.patch

diff --git a/dev-python/miniupnpc/metadata.xml 
b/dev-python/python-miniupnpc/metadata.xml
similarity index 100%
rename from dev-python/miniupnpc/metadata.xml
rename to dev-python/python-miniupnpc/metadata.xml

diff --git a/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild 
b/dev-python/python-miniupnpc/python-miniupnpc-2.2.4.ebuild
similarity index 100%
rename from dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
rename to dev-python/python-miniupnpc/python-miniupnpc-2.2.4.ebuild

diff --git a/profiles/updates/4Q-2022 b/profiles/updates/4Q-2022
index 9cfe954ee83a..5bb9711a2443 100644
--- a/profiles/updates/4Q-2022
+++ b/profiles/updates/4Q-2022
@@ -9,3 +9,4 @@ move dev-python/zstandard dev-python/python-zstandard
 move dev-python/retworkx dev-python/rustworkx
 move dev-python/libsass dev-python/libsass-python
 move dev-lang/open-cobol dev-lang/gnucobol
+move dev-python/miniupnpc dev-python/python-miniupnpc



[gentoo-commits] repo/gentoo:master commit in: dev-python/openapi-core/

2022-11-25 Thread Michał Górny
commit: 11b7fa42432fced18e75edd33a3b9f376e71d146
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 26 05:51:00 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 26 05:51:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b7fa42

dev-python/openapi-core: Bump to 0.16.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/openapi-core/Manifest   |  1 +
 dev-python/openapi-core/openapi-core-0.16.2.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/dev-python/openapi-core/Manifest b/dev-python/openapi-core/Manifest
index 84d0fc5323a0..5981a58e627e 100644
--- a/dev-python/openapi-core/Manifest
+++ b/dev-python/openapi-core/Manifest
@@ -1,2 +1,3 @@
 DIST openapi-core-0.14.5.gh.tar.gz 57645 BLAKE2B 
c5c9c308b93a37e32708677cc7c7a2ccb9ec3f018390e56a251224b6b8776943ccd0ddfb560cdc3f1182cb32a9b2817878a0d4dda3906c179db9841853caf7ac
 SHA512 
69d9fb2cc21dfdb939beae45b1c681faf9f8e3366b36e5907b00be65ac669ec40e3ae3fe910fb2c4f6c70d1412e6a67e4e4e47e3cf2c424716da4c813223295e
 DIST openapi-core-0.16.1.gh.tar.gz 79002 BLAKE2B 
2b64a28c80b64294cdbef2e4fcd08bfdc739c53a6baf0aeacc9e082bc01c8bf1b58da53a8c9b5b80a38600e4ab8bfb67b1d7ebb3a759d60d43748c9cc09c8eba
 SHA512 
87cd47871a939b9f0ab23deafac067d16ba88146e140e7602b8bec5498ea6ed2213ceb530c9448718c5f94b944a954f2d46fab3fb18cacc2764a5cd7bf056dff
+DIST openapi-core-0.16.2.gh.tar.gz 79801 BLAKE2B 
abe2e1521eb27431b386452b0826a99603f35551fca263bdc0e415865c88ba98216bab07f713b50a3ece35493b46d51496a541f1b10787ae27cac155673e5956
 SHA512 
d70369de21ffecc618fb8b3620f55510dd805304fb27742b48dc6603e03cb9322e2358a349d86de325307b99b26099879aac2f45c8a3d42ad8d464b43f2c5caa

diff --git a/dev-python/openapi-core/openapi-core-0.16.2.ebuild 
b/dev-python/openapi-core/openapi-core-0.16.2.ebuild
new file mode 100644
index ..3e6488a26404
--- /dev/null
+++ b/dev-python/openapi-core/openapi-core-0.16.2.ebuild
@@ -0,0 +1,68 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Client-side and server-side support for the OpenAPI Specification 
v3"
+HOMEPAGE="
+   https://github.com/p1c2u/openapi-core/
+   https://pypi.org/project/openapi-core/
+"
+SRC_URI="
+   https://github.com/p1c2u/openapi-core/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/pathable-0.4.0[${PYTHON_USEDEP}]
+   dev-python/isodate[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-spec-0.1.1[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   dev-python/parse[${PYTHON_USEDEP}]
+   =dev-python/openapi-schema-validator-0.3[${PYTHON_USEDEP}]
+   =dev-python/openapi-spec-validator-0.5[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/asgiref[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   >=dev-python/httpx-0.23.0[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   >=dev-python/starlette-0.21.0[${PYTHON_USEDEP}]
+   dev-python/strict-rfc3339[${PYTHON_USEDEP}]
+   dev-python/webob[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # falcon is not packaged
+   tests/integration/contrib/falcon
+
+   # TODO: these tests fail to collect
+   tests/integration/validation/test_security_override.py
+   tests/integration/validation/test_read_only_write_only.py
+
+   # unhappy about modern django
+   tests/integration/contrib/django/test_django_project.py
+   tests/unit/contrib/django/test_django.py
+)
+
+src_prepare() {
+   sed -i -e '/--cov/d' pyproject.toml || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/miniupnpc/

2022-11-25 Thread Michał Górny
commit: 78f58f0f623df711aaf68297bfea2d50a8abf1cf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 26 05:34:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 26 05:34:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f58f0f

dev-python/miniupnpc: Add MY_P to prepare for rename

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/miniupnpc/miniupnpc-2.2.4.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
index 493a05bc71ce..e0c4e28014c1 100644
--- a/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
+++ b/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1 verify-sig
 
+MY_P=${P/python-}
 DESCRIPTION="Python bindings for UPnP client library"
 HOMEPAGE="
http://miniupnp.free.fr/
@@ -15,11 +16,12 @@ HOMEPAGE="
https://github.com/miniupnp/miniupnp/
 "
 SRC_URI="
-   https://miniupnp.tuxfamily.org/files/${P}.tar.gz
+   https://miniupnp.tuxfamily.org/files/${MY_P}.tar.gz
verify-sig? (
-   https://miniupnp.tuxfamily.org/files/${P}.tar.gz.sig
+   https://miniupnp.tuxfamily.org/files/${MY_P}.tar.gz.sig
)
 "
+S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/miniupnpc/

2022-11-25 Thread Michał Górny
commit: 96a024211b7e9142ff1eddcf7805b2b505b82e06
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 26 05:15:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 26 05:15:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a02421

dev-python/miniupnpc: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/miniupnpc/Manifest   |  2 --
 dev-python/miniupnpc/miniupnpc-2.2.3.ebuild | 34 -
 2 files changed, 36 deletions(-)

diff --git a/dev-python/miniupnpc/Manifest b/dev-python/miniupnpc/Manifest
index a0c91537c286..6f8bb1688fd0 100644
--- a/dev-python/miniupnpc/Manifest
+++ b/dev-python/miniupnpc/Manifest
@@ -1,4 +1,2 @@
-DIST miniupnpc-2.2.3.tar.gz 101360 BLAKE2B 
d2a7f64d56be524c5c4aadfecd40da4e1ad040fd7eab64be5b5716cb06047e86e3ed6a9c17f697fd3210af0fb0a6ae032b6ef0a5c1f0d96a2e185db97b0d06e8
 SHA512 
8b9555d336d5dfe8017a16727f964cddacb3f2bf3528fe3dd2416480da5763b24e1740345e470f2123c170d79d88444e41dbbce4536e6069590925e4805bc5ee
-DIST miniupnpc-2.2.3.tar.gz.sig 543 BLAKE2B 
d10bcb765e0d7a1eb68dc6269080b71535fced443e801a09677872bc498c866a02f22d851db963fb126331f28d2314542507713f514560d9d6eca2262287dc8b
 SHA512 
636ad425b430629ee91b2755b543e9754aa88e243972f47839a2ad958757a12ff598f962e9328e5ad0fa3e0b2f895854c9cb3ca099048e7c132c8ce27806986e
 DIST miniupnpc-2.2.4.tar.gz 102932 BLAKE2B 
ebfea3fe978280825b7beefb8fe799685a72b0a74c589f5f55c7fde3d8c0d4bbb3d50fa0ff3aed554fa1e24ada0a1ab578328373f0295020415998fe35cde0a0
 SHA512 
f6515bda86405114016474fef6332c0c09a56b9293cf4391113f549444bab67e7d031af7b94dacff5e7c96d6508527204498c00fb67d6067685ef606b2152595
 DIST miniupnpc-2.2.4.tar.gz.sig 543 BLAKE2B 
14a1a1979e2d248bb721c66db3e28c1d6f970477e94235bdfa77763d5f9d4c0da42b23d026e861f48cc34a17e009bf8c57aacc648435ec9e31c3c4b6c3347ffb
 SHA512 
476d1a6cfc519f82461bf4d516f73d40cc3ef27886da68d2e805a24d9c4609c53566e258bd2b622e7716f43c81c14bc0f01b189d23b46b87afc3c76d4e6fa23e

diff --git a/dev-python/miniupnpc/miniupnpc-2.2.3.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.2.3.ebuild
deleted file mode 100644
index 6721d93ac38c..
--- a/dev-python/miniupnpc/miniupnpc-2.2.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1 verify-sig
-
-DESCRIPTION="Python bindings for UPnP client library"
-HOMEPAGE="http://miniupnp.free.fr/;
-SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz
-   verify-sig? ( http://miniupnp.free.fr/files/${P}.tar.gz.sig )"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=net-libs/miniupnpc-${PV}:0="
-DEPEND="${RDEPEND}"
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-miniupnp )"
-
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/miniupnp.asc
-
-PATCHES=(
-   "${FILESDIR}"/miniupnpc-2.2.3-shared-lib.patch
-)
-
-# DOCS are installed by net-libs/miniupnpc.
-DOCS=()
-
-# Example test command:
-# python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); 
u.selectigd(); print(u.externalipaddress())'



[gentoo-commits] repo/gentoo:master commit in: net-libs/miniupnpc/files/, net-libs/miniupnpc/

2022-11-25 Thread Michał Górny
commit: 70a03a877eab63761c7f126bc1ea9616bee0a5ef
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 26 05:15:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 26 05:15:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a03a87

net-libs/miniupnpc: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 net-libs/miniupnpc/Manifest|  2 -
 .../miniupnpc/files/miniupnpc-2.2.3-makefile.patch | 54 --
 net-libs/miniupnpc/miniupnpc-2.2.3-r1.ebuild   | 64 --
 3 files changed, 120 deletions(-)

diff --git a/net-libs/miniupnpc/Manifest b/net-libs/miniupnpc/Manifest
index a0c91537c286..6f8bb1688fd0 100644
--- a/net-libs/miniupnpc/Manifest
+++ b/net-libs/miniupnpc/Manifest
@@ -1,4 +1,2 @@
-DIST miniupnpc-2.2.3.tar.gz 101360 BLAKE2B 
d2a7f64d56be524c5c4aadfecd40da4e1ad040fd7eab64be5b5716cb06047e86e3ed6a9c17f697fd3210af0fb0a6ae032b6ef0a5c1f0d96a2e185db97b0d06e8
 SHA512 
8b9555d336d5dfe8017a16727f964cddacb3f2bf3528fe3dd2416480da5763b24e1740345e470f2123c170d79d88444e41dbbce4536e6069590925e4805bc5ee
-DIST miniupnpc-2.2.3.tar.gz.sig 543 BLAKE2B 
d10bcb765e0d7a1eb68dc6269080b71535fced443e801a09677872bc498c866a02f22d851db963fb126331f28d2314542507713f514560d9d6eca2262287dc8b
 SHA512 
636ad425b430629ee91b2755b543e9754aa88e243972f47839a2ad958757a12ff598f962e9328e5ad0fa3e0b2f895854c9cb3ca099048e7c132c8ce27806986e
 DIST miniupnpc-2.2.4.tar.gz 102932 BLAKE2B 
ebfea3fe978280825b7beefb8fe799685a72b0a74c589f5f55c7fde3d8c0d4bbb3d50fa0ff3aed554fa1e24ada0a1ab578328373f0295020415998fe35cde0a0
 SHA512 
f6515bda86405114016474fef6332c0c09a56b9293cf4391113f549444bab67e7d031af7b94dacff5e7c96d6508527204498c00fb67d6067685ef606b2152595
 DIST miniupnpc-2.2.4.tar.gz.sig 543 BLAKE2B 
14a1a1979e2d248bb721c66db3e28c1d6f970477e94235bdfa77763d5f9d4c0da42b23d026e861f48cc34a17e009bf8c57aacc648435ec9e31c3c4b6c3347ffb
 SHA512 
476d1a6cfc519f82461bf4d516f73d40cc3ef27886da68d2e805a24d9c4609c53566e258bd2b622e7716f43c81c14bc0f01b189d23b46b87afc3c76d4e6fa23e

diff --git a/net-libs/miniupnpc/files/miniupnpc-2.2.3-makefile.patch 
b/net-libs/miniupnpc/files/miniupnpc-2.2.3-makefile.patch
deleted file mode 100644
index 7578bc3f8819..
--- a/net-libs/miniupnpc/files/miniupnpc-2.2.3-makefile.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From ed1dc4bb5cdc4a53963f3eb01089289e30acc5a3 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Wed, 29 Sep 2021 08:28:27 +0200
-Subject: [PATCH] Makefile: fix install rules to account for $(BUILD)
-
-Fix missing references to $(BUILD) in the install rules, as well
-as incorrect shared library symlink name.  Otherwise, the 'install'
-phase fails either being unable to find files:
-
-make: *** No rule to make target 'miniupnpc.pc', needed by 'install'.  
Stop.
-
-or trying to create the symlink in the wrong subdirectory:
-
-ln: failed to create symbolic link '/tmp/z/usr/lib/build/libminiupnpc.so': 
No such file or directory

- miniupnpc/Makefile | 10 +-
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/miniupnpc/Makefile b/miniupnpc/Makefile
-index 4563b28..11a17f9 100644
 a/Makefile
-+++ b/Makefile
-@@ -162,7 +162,7 @@ PKGCONFIGDIR = $(INSTALLDIRLIB)/pkgconfig
- 
- FILESTOINSTALL = $(LIBRARY) $(EXECUTABLES)
- ifeq (, $(findstring amiga, $(OS)))
--FILESTOINSTALL += $(SHAREDLIBRARY) miniupnpc.pc
-+FILESTOINSTALL += $(SHAREDLIBRARY) $(BUILD)/miniupnpc.pc
- endif
- 
- 
-@@ -251,15 +251,15 @@ install: updateversion $(FILESTOINSTALL)
-   $(INSTALL) -m 644 $(LIBRARY) $(DESTDIR)$(INSTALLDIRLIB)
- ifeq (, $(findstring amiga, $(OS)))
-   $(INSTALL) -m 644 $(SHAREDLIBRARY) $(DESTDIR)$(INSTALLDIRLIB)/$(SONAME)
--  ln -fs $(SONAME) $(DESTDIR)$(INSTALLDIRLIB)/$(SHAREDLIBRARY)
-+  ln -fs $(SONAME) $(DESTDIR)$(INSTALLDIRLIB)/$(notdir $(SHAREDLIBRARY))
-   $(INSTALL) -d $(DESTDIR)$(PKGCONFIGDIR)
--  $(INSTALL) -m 644 miniupnpc.pc $(DESTDIR)$(PKGCONFIGDIR)
-+  $(INSTALL) -m 644 $(BUILD)/miniupnpc.pc $(DESTDIR)$(PKGCONFIGDIR)
- endif
-   $(INSTALL) -d $(DESTDIR)$(INSTALLDIRBIN)
- ifneq (, $(findstring amiga, $(OS)))
--  $(INSTALL) -m 755 upnpc-static $(DESTDIR)$(INSTALLDIRBIN)/upnpc
-+  $(INSTALL) -m 755 $(BUILD)/upnpc-static $(DESTDIR)$(INSTALLDIRBIN)/upnpc
- else
--  $(INSTALL) -m 755 upnpc-shared $(DESTDIR)$(INSTALLDIRBIN)/upnpc
-+  $(INSTALL) -m 755 $(BUILD)/upnpc-shared $(DESTDIR)$(INSTALLDIRBIN)/upnpc
- endif
-   $(INSTALL) -m 755 external-ip.sh $(DESTDIR)$(INSTALLDIRBIN)/external-ip
- ifeq (, $(findstring amiga, $(OS)))
--- 
-2.33.0
-

diff --git a/net-libs/miniupnpc/miniupnpc-2.2.3-r1.ebuild 
b/net-libs/miniupnpc/miniupnpc-2.2.3-r1.ebuild
deleted file mode 100644
index d4182dc8183b..
--- a/net-libs/miniupnpc/miniupnpc-2.2.3-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit 

[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2022-11-25 Thread Sam James
commit: 5427d6eeca8fccf5eb2005e99d4bb4f804a101d1
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 26 03:29:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 26 03:29:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5427d6ee

net-misc/gallery-dl: Stabilize 1.23.3 amd64, #883083

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.23.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
index 982779112300..871c167afa91 100644
--- a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
 else
SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/

2022-11-25 Thread Sam James
commit: 2a42234ba501c3328476db97d366b3555933a5f4
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 26 03:28:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 26 03:28:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a42234b

sys-devel/gcc: add 11.3.1_p20221125

Signed-off-by: Sam James  gentoo.org>

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-11.3.1_p20221125.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 833c4b1d5edf..f6ac329d9a50 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -11,6 +11,7 @@ DIST gcc-10.5.0-patches-1.tar.xz 17180 BLAKE2B 
d8ecc7cc15fa1ab420fa9eff11173a1d5
 DIST gcc-11-20221007.tar.xz 75790520 BLAKE2B 
de52f7fc5c7f5f82d9cbaeaa13b216e149a4aac8162188c628007c17ddb40aa838d19f2ca18216e8bfe5df2d21438f10c8e87298b53cbde4359f72c9cff87589
 SHA512 
b785236a00647041c9ea4552e5ea82a09e23a801b029773ba77bfc03675c530369ad0b5fc279330f3d8dd4b9b40aeaa9de84a39b6397f73984b7e2fdf8f0bad2
 DIST gcc-11-2022.tar.xz 75802080 BLAKE2B 
7e49eefb17f3905b587d6de489820dd6aa6a8315b665872a5acad9a35b5431ab459bad426acafad5e0f9634b1bcd39db05726662f7577d0f4fcd49e2944df455
 SHA512 
bd9fad5e8ca94b5e1c3855141418c5067d27cb9bfde624c0a0c32131f837507e5c896238636d9ac4b0447eb368d80522d1dc1a2ea6f7b2f8259c729b61a4e879
 DIST gcc-11-20221118.tar.xz 75811664 BLAKE2B 
97cdbbe114a46f149c89da8190ccb7c98bf540459ac50432dd461178d36a5f203bb89a1205fb89a5a8d80c3518b6b05b882f0c29cd1a88e3ca3a6d1a59d2
 SHA512 
6634ae0929c41541696684dd2809f7fd6cb3428aecb32e149b9ed26aff487c8f3ec089865ccb015281dd814f064875282cb360963bdd90b2eff0db27897602a7
+DIST gcc-11-20221125.tar.xz 76248264 BLAKE2B 
c2fe15a14c77ce36f117d8d3bb78d38684e237db16db249134dd1e24d1455dfe7ca544fe22155b2c368dc6658b96d626af87d47478aaf94c216eb84b469e43e9
 SHA512 
3efbd7dc4cbf748d41369bff5bedb586a1c9397fa7fa56be7869e62bd567273b056aeec01a4191783bad737640e163489f1b368fcaac3155ae3ac8f7b33f478d
 DIST gcc-11.3.0-musl-patches-1.tar.xz 3856 BLAKE2B 
f511f8b4c0696771d906beee9645b5d009ea4b673602baa1ca562d6f23c5b0caf2012aae93578671624617c4286e3937d79a7383d6a03bb438c5b774a06fe8e6
 SHA512 
cd375ff2affb213475acaabf02989b1f05d719d972970ea0304d20a816986807390893d1401826f3b497787642f35d90a244195f8e466db41e8d768366057334
 DIST gcc-11.3.0-patches-7.tar.xz 15184 BLAKE2B 
426f00feaa982a35d2c459e7a2c2e9d29b4b467ac3625ebd72bb31077c75bbf0c028137df03921c52ddc97a14d92c49777bd3f27b47a7b47d8a05e2d106b6bdb
 SHA512 
bec8bf26b3e50633a5a2e0bb75ffeaba86becb704c14365ff3342e8d651ab75bb3ceec7808d88a25989b8c7182398184b95b6d1267aaef9aa828f687e4895e9d
 DIST gcc-11.3.0.tar.xz 81141364 BLAKE2B 
7e562d25446ca4ab9fe8cdb714866f66aba3744d78bf84f31bfb097c1a981e4c7f990cb1e6bcfec5ae6671836a4984e2b70eb8fed81dcef5e244f88da8623469
 SHA512 
f0be5ad705c73b84477128a69c047f57dd47002f375eb60e1e842e08cf2009a509e92152bca345823926d550b7395ae6d4de7db51d1ee371c2dc37313881fca7

diff --git a/sys-devel/gcc/gcc-11.3.1_p20221125.ebuild 
b/sys-devel/gcc/gcc-11.3.1_p20221125.ebuild
new file mode 100644
index ..d6ead8b3a521
--- /dev/null
+++ b/sys-devel/gcc/gcc-11.3.1_p20221125.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_SUFFIX="xz"
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_VER="3"
+PATCH_GCC_VER="11.4.0"
+MUSL_VER="0"
+MUSL_GCC_VER="11.4.0"
+
+if [[ $(ver_cut 3) ==  ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   else
+   MY_PV_2=$(($(ver_cut 2) - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
+fi
+
+inherit toolchain
+# Needs to be after inherit (for now?), bug #830908
+EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+
+# Don't keyword live ebuilds
+#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+#fi
+
+# Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+# If GCC is enabling CET by default, we need glibc to be built with support 
for it.
+# bug #830454
+RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
+DEPEND="${RDEPEND}"
+BDEPEND=">=${CATEGORY}/binutils-2.30[cet(-)?]"
+
+src_prepare() {
+   local p upstreamed_patches=(
+   # add them here
+   )
+   for p in "${upstreamed_patches[@]}"; do
+   rm -v "${WORKDIR}/patch/${p}" || die
+   done
+
+   toolchain_src_prepare
+
+   eapply_user
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/gdbus-codegen/

2022-11-25 Thread Matt Turner
commit: f732fbfaa4e6bfc2647b7d6f2beed2014558bd6b
Author: Guillermo Joandet  gmail  com>
AuthorDate: Fri Nov 25 20:29:18 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 26 03:27:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f732fbfa

dev-util/gdbus-codegen: Version bump to 2.74.2

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28432
Signed-off-by: Matt Turner  gentoo.org>

 dev-util/gdbus-codegen/Manifest|  1 +
 dev-util/gdbus-codegen/gdbus-codegen-2.74.2.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-util/gdbus-codegen/Manifest b/dev-util/gdbus-codegen/Manifest
index 8714876d6404..878c1cbe294d 100644
--- a/dev-util/gdbus-codegen/Manifest
+++ b/dev-util/gdbus-codegen/Manifest
@@ -1,3 +1,4 @@
 DIST glib-2.72.3.tar.xz 4893484 BLAKE2B 
1360c887b07ede3de3a7d31589f3dfc07ada2fe3e7901d3f30048ab9a1379357753ae142c6c107b3fcd6dd61e1401fbe6db22f0e89ea617db2c1073f1900cbe6
 SHA512 
8834ab7498577c2f659d135b87c27b34e1157be27f6c1fe5af0d64a94654f78cbe6a87e6868966849674c34e88a9d51d2de8d89f78f86aa1e1af3482761f0638
 DIST glib-2.74.0.tar.xz 5183072 BLAKE2B 
b21e5a72e2ce3390cbf13601aa902104f1ac1cfbd75181d30cd340f24b5875753f898b229f99c71d47d499be86cddb0191a0072c0c2decc82956a46c16255905
 SHA512 
5cdadd2f4568c0c3d45083b4d39699abf651e42e020f7bc880cce3ff33d28943118388d17a0632777e843f48009c1f97d5634fde3cb8c69c7c7f35b278ac8225
 DIST glib-2.74.1.tar.xz 5189452 BLAKE2B 
58d977a5d2a100aa9125f2009ae66c6f27232dff70159433076552bdb64f9a6a93d7cb705feba890ee43d6f16d4766f6f1d5502c2e01eeb7e88d5ed0dd205d5c
 SHA512 
21176cb95fcab49a781d02789bf21191a96a34a6391f066699b3c20b414b3169c958bd86623deb34ca55912083862885f7a7d12b67cc041467da2ba94d9e83c3
+DIST glib-2.74.2.tar.xz 5182312 BLAKE2B 
319a8fb793adb7343b77119d7b7839efad6f91b9c7af079f53d54b435067ab12162c4791ca6b8e9b7fd6d269975e9559951cbf80a065072541f407a0d8e2ce74
 SHA512 
90bb2410f038e47401fc985ff7fe6d1abecec9417254e039ac18e6b0d77e0b8539b975bef84d5f933be8e43c8ceca236bd466622504491e08e71d079d8804895

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.74.2.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.74.2.ebuild
new file mode 100644
index ..6964fb9fd48a
--- /dev/null
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.74.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+GNOME_ORG_MODULE="glib"
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE="xml(+)"
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_SINGLE_IMPL=1
+
+inherit gnome.org distutils-r1
+
+DESCRIPTION="GDBus code and documentation generator"
+HOMEPAGE="https://www.gtk.org/;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+"
+
+S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
+
+python_prepare_all() {
+   PATCHES=(
+   "${FILESDIR}/${PN}-2.56.1-sitedir.patch"
+   )
+   distutils-r1_python_prepare_all
+
+   local MAJOR_VERSION=$(ver_cut 1)
+   local MINOR_VERSION=$(ver_cut 2)
+   sed -e 's:@PYTHON@:python:' gdbus-codegen.in > gdbus-codegen || die
+   sed -e "s:@VERSION@:${PV}:" \
+   -e "s:@MAJOR_VERSION@:${MAJOR_VERSION}:" \
+   -e "s:@MINOR_VERSION@:${MINOR_VERSION}:" config.py.in > 
config.py || die
+   cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
+   sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
+}
+
+do_xsltproc_command() {
+   # Taken from meson.build for manual manpage building - keep in sync 
(also copied to dev-util/glib-utils)
+   xsltproc \
+   --nonet \
+   --stringparam man.output.quietly 1 \
+   --stringparam funcsynopsis.style ansi \
+   --stringparam man.th.extra1.suppress 1 \
+   --stringparam man.authors.section.enabled 0 \
+   --stringparam man.copyright.section.enabled 0 \
+   -o "${2}" \
+   
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
+   "${1}" || die "manpage generation failed"
+}
+
+src_compile() {
+   distutils-r1_src_compile
+   do_xsltproc_command 
"${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.xml" 
"${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
+}
+
+src_test() {
+   einfo "Skipping tests. This package is tested by dev-libs/glib"
+   einfo "when merged with FEATURES=test"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all # no-op, but prevents QA warning
+   doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/glib-utils/

2022-11-25 Thread Matt Turner
commit: 72d177ef10f930d10f3c0c82646f0704d2445a3c
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Nov 26 03:01:12 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 26 03:27:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72d177ef

dev-util/glib-utils: Version bump to 2.74.2

Signed-off-by: Matt Turner  gentoo.org>

 dev-util/glib-utils/Manifest |  1 +
 dev-util/glib-utils/glib-utils-2.74.2.ebuild | 62 
 2 files changed, 63 insertions(+)

diff --git a/dev-util/glib-utils/Manifest b/dev-util/glib-utils/Manifest
index 8714876d6404..878c1cbe294d 100644
--- a/dev-util/glib-utils/Manifest
+++ b/dev-util/glib-utils/Manifest
@@ -1,3 +1,4 @@
 DIST glib-2.72.3.tar.xz 4893484 BLAKE2B 
1360c887b07ede3de3a7d31589f3dfc07ada2fe3e7901d3f30048ab9a1379357753ae142c6c107b3fcd6dd61e1401fbe6db22f0e89ea617db2c1073f1900cbe6
 SHA512 
8834ab7498577c2f659d135b87c27b34e1157be27f6c1fe5af0d64a94654f78cbe6a87e6868966849674c34e88a9d51d2de8d89f78f86aa1e1af3482761f0638
 DIST glib-2.74.0.tar.xz 5183072 BLAKE2B 
b21e5a72e2ce3390cbf13601aa902104f1ac1cfbd75181d30cd340f24b5875753f898b229f99c71d47d499be86cddb0191a0072c0c2decc82956a46c16255905
 SHA512 
5cdadd2f4568c0c3d45083b4d39699abf651e42e020f7bc880cce3ff33d28943118388d17a0632777e843f48009c1f97d5634fde3cb8c69c7c7f35b278ac8225
 DIST glib-2.74.1.tar.xz 5189452 BLAKE2B 
58d977a5d2a100aa9125f2009ae66c6f27232dff70159433076552bdb64f9a6a93d7cb705feba890ee43d6f16d4766f6f1d5502c2e01eeb7e88d5ed0dd205d5c
 SHA512 
21176cb95fcab49a781d02789bf21191a96a34a6391f066699b3c20b414b3169c958bd86623deb34ca55912083862885f7a7d12b67cc041467da2ba94d9e83c3
+DIST glib-2.74.2.tar.xz 5182312 BLAKE2B 
319a8fb793adb7343b77119d7b7839efad6f91b9c7af079f53d54b435067ab12162c4791ca6b8e9b7fd6d269975e9559951cbf80a065072541f407a0d8e2ce74
 SHA512 
90bb2410f038e47401fc985ff7fe6d1abecec9417254e039ac18e6b0d77e0b8539b975bef84d5f933be8e43c8ceca236bd466622504491e08e71d079d8804895

diff --git a/dev-util/glib-utils/glib-utils-2.74.2.ebuild 
b/dev-util/glib-utils/glib-utils-2.74.2.ebuild
new file mode 100644
index ..c715c1e6fd52
--- /dev/null
+++ b/dev-util/glib-utils/glib-utils-2.74.2.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+GNOME_ORG_MODULE="glib"
+
+inherit gnome.org python-single-r1
+
+DESCRIPTION="Build utilities for GLib using projects"
+HOMEPAGE="https://www.gtk.org/;
+
+LICENSE="LGPL-2.1+"
+SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+"
+
+src_configure() { :; }
+
+do_xsltproc_command() {
+   # Taken from meson.build for manual manpage building - keep in sync 
(also copied to dev-util/gdbus-codegen)
+   xsltproc \
+   --nonet \
+   --stringparam man.output.quietly 1 \
+   --stringparam funcsynopsis.style ansi \
+   --stringparam man.th.extra1.suppress 1 \
+   --stringparam man.authors.section.enabled 0 \
+   --stringparam man.copyright.section.enabled 0 \
+   -o "${2}" \
+   
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
+   "${1}" || die "manpage generation failed"
+}
+
+src_compile() {
+   sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" 
gobject/glib-genmarshal.in > gobject/glib-genmarshal || die
+   sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" 
gobject/glib-mkenums.in > gobject/glib-mkenums || die
+   sed -e "s:@GLIB_VERSION@:${PV}:g;s:@PYTHON@:python:g" 
glib/gtester-report.in > glib/gtester-report || die
+   do_xsltproc_command docs/reference/gobject/glib-genmarshal.xml 
docs/reference/gobject/glib-genmarshal.1
+   do_xsltproc_command docs/reference/gobject/glib-mkenums.xml 
docs/reference/gobject/glib-mkenums.1
+   do_xsltproc_command docs/reference/glib/gtester-report.xml 
docs/reference/glib/gtester-report.1
+}
+
+src_install() {
+   python_fix_shebang gobject/glib-genmarshal
+   python_fix_shebang gobject/glib-mkenums
+   python_fix_shebang glib/gtester-report
+   exeinto /usr/bin
+   doexe gobject/glib-genmarshal
+   doexe gobject/glib-mkenums
+   doexe glib/gtester-report
+   doman docs/reference/gobject/glib-genmarshal.1
+   doman docs/reference/gobject/glib-mkenums.1
+   doman docs/reference/glib/gtester-report.1
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/

2022-11-25 Thread Matt Turner
commit: 96508d55f40449994439a40a4e0f5f126e58dea5
Author: Guillermo Joandet  gmail  com>
AuthorDate: Fri Nov 25 20:11:27 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Nov 26 03:27:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96508d55

dev-libs/glib: Version bump to 2.74.2

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/glib/Manifest   |   1 +
 dev-libs/glib/glib-2.74.2.ebuild | 287 +++
 2 files changed, 288 insertions(+)

diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest
index 8714876d6404..878c1cbe294d 100644
--- a/dev-libs/glib/Manifest
+++ b/dev-libs/glib/Manifest
@@ -1,3 +1,4 @@
 DIST glib-2.72.3.tar.xz 4893484 BLAKE2B 
1360c887b07ede3de3a7d31589f3dfc07ada2fe3e7901d3f30048ab9a1379357753ae142c6c107b3fcd6dd61e1401fbe6db22f0e89ea617db2c1073f1900cbe6
 SHA512 
8834ab7498577c2f659d135b87c27b34e1157be27f6c1fe5af0d64a94654f78cbe6a87e6868966849674c34e88a9d51d2de8d89f78f86aa1e1af3482761f0638
 DIST glib-2.74.0.tar.xz 5183072 BLAKE2B 
b21e5a72e2ce3390cbf13601aa902104f1ac1cfbd75181d30cd340f24b5875753f898b229f99c71d47d499be86cddb0191a0072c0c2decc82956a46c16255905
 SHA512 
5cdadd2f4568c0c3d45083b4d39699abf651e42e020f7bc880cce3ff33d28943118388d17a0632777e843f48009c1f97d5634fde3cb8c69c7c7f35b278ac8225
 DIST glib-2.74.1.tar.xz 5189452 BLAKE2B 
58d977a5d2a100aa9125f2009ae66c6f27232dff70159433076552bdb64f9a6a93d7cb705feba890ee43d6f16d4766f6f1d5502c2e01eeb7e88d5ed0dd205d5c
 SHA512 
21176cb95fcab49a781d02789bf21191a96a34a6391f066699b3c20b414b3169c958bd86623deb34ca55912083862885f7a7d12b67cc041467da2ba94d9e83c3
+DIST glib-2.74.2.tar.xz 5182312 BLAKE2B 
319a8fb793adb7343b77119d7b7839efad6f91b9c7af079f53d54b435067ab12162c4791ca6b8e9b7fd6d269975e9559951cbf80a065072541f407a0d8e2ce74
 SHA512 
90bb2410f038e47401fc985ff7fe6d1abecec9417254e039ac18e6b0d77e0b8539b975bef84d5f933be8e43c8ceca236bd466622504491e08e71d079d8804895

diff --git a/dev-libs/glib/glib-2.74.2.ebuild b/dev-libs/glib/glib-2.74.2.ebuild
new file mode 100644
index ..de789c752115
--- /dev/null
+++ b/dev-libs/glib/glib-2.74.2.ebuild
@@ -0,0 +1,287 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_REQ_USE="xml(+)"
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit flag-o-matic gnome.org gnome2-utils linux-info meson-multilib multilib 
python-any-r1 toolchain-funcs xdg
+
+DESCRIPTION="The GLib library of C routines"
+HOMEPAGE="https://www.gtk.org/;
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+IUSE="dbus debug +elf gtk-doc +mime selinux static-libs sysprof systemtap test 
utils xattr"
+RESTRICT="!test? ( test )"
+#REQUIRED_USE="gtk-doc? ( test )" # Bug #777636
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+# * elfutils (via libelf) does not build on Windows. gresources are not 
embedded
+# within ELF binaries on that platform anyway and inspecting ELF binaries from
+# other platforms is not that useful so exclude the dependency in this case.
+# * Technically static-libs is needed on zlib, util-linux and perhaps more, but
+# these are used by GIO, which glib[static-libs] consumers don't really seem
+# to need at all, thus not imposing the deps for now and once some consumers
+# are actually found to static link libgio-2.0.a, we can revisit and either add
+# them or just put the (build) deps in that rare consumer instead of recursive
+# RDEPEND here (due to lack of recursive DEPEND).
+RDEPEND="
+   !=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
+   >=dev-libs/libpcre2-10.32:0=[${MULTILIB_USEDEP},static-libs?]
+   >=dev-libs/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   >=virtual/libintl-0-r2[${MULTILIB_USEDEP}]
+   kernel_linux? ( >=sys-apps/util-linux-2.23[${MULTILIB_USEDEP}] )
+   selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] )
+   xattr? ( !elibc_glibc? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] 
) )
+   elf? ( virtual/libelf:0= )
+   sysprof? ( >=dev-util/sysprof-capture-3.40.1:4[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+# libxml2 used for optional tests that get automatically skipped
+BDEPEND="
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   >=sys-devel/gettext-0.19.8
+   gtk-doc? ( >=dev-util/gtk-doc-1.33
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xml-dtd:4.5 )
+   systemtap? ( >=dev-util/systemtap-1.3 )
+   ${PYTHON_DEPS}
+   test? ( >=sys-apps/dbus-1.2.14 )
+   virtual/pkgconfig
+"
+# TODO: >=dev-util/gdbus-codegen-${PV} test dep once we modify 
gio/tests/meson.build to use external gdbus-codegen
+
+PDEPEND="
+   dbus? ( gnome-base/dconf )
+   mime? ( x11-misc/shared-mime-info )
+"
+# shared-mime-info needed for gio/xdgmime, bug #409481
+# dconf is 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/

2022-11-25 Thread Ionen Wolkens
commit: a19a3bdeaced6abafe53ecd557f31a537b44911d
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Nov 26 01:22:44 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Nov 26 02:02:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19a3bde

app-emulation/wine-vanilla: add 7.22

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-7.22.ebuild  | 323 +
 2 files changed, 324 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 65e5607b22d4..a891835136ca 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -3,3 +3,4 @@ DIST wine-7.0.tar.xz 27120912 BLAKE2B 
84bfeb28d56f0f40bb93b1b5bf8954c8be2fd90fde
 DIST wine-7.19.tar.xz 28502612 BLAKE2B 
b7b270656955c7a1e1d84e8bbc7e3e8abff5aedadb5e8a458f0b1109d746875a359f3d2f53b1c9c6caae65d17fd1d205466cd3a884034a8bad6afe9456f13b5d
 SHA512 
f76dbda97cccad4c0f249b5dd4e8d48afa832134f1704ae228650bb73ee82823e628b23bd53a3f8729e06a8933597ff2fffa5551f156fc9c9181b67c066747d5
 DIST wine-7.20.tar.xz 28534920 BLAKE2B 
2e0cd49a7820f0c885a2a6dbcded6ebbdb5e1ea5576b03dedb7ee066f74f8c675193450cdd45bf5e0224bd588a890138e47a15f513edbfde1eabf1b65c9abe31
 SHA512 
6e2e65fba2336985df93165050f0f46b752d6aa94fc1581451c58969e2003748378be4b9e16b647ca2922fbdff77920311b12a17bda630a7bccfc7ee8f03b453
 DIST wine-7.21.tar.xz 28703308 BLAKE2B 
8902ded32b9e635f8ccf659ca4055e9ad45d3659f3ad48d0c218dc5a7a334df456ea0e9441dcaff58e8cac0bbd65140b20e61180acaa06230bc70e28a8382c7e
 SHA512 
15c0c9efda972b84890886fd4b1fb18dd462373ba490f5e607004a5436caba9823f643369ceb5abbc2d2d0e26d7ce002e00136299d9984c0a27f729f3ac129c1
+DIST wine-7.22.tar.xz 28974052 BLAKE2B 
c86466964817b916ee8f7b687f193eda8bdd3fb17152ab1565971e36f43b12b540033ac1c5fa5d15576041febd32cf1ea2955732c5386debcbda46fb3acca0f1
 SHA512 
bf58a5b98bef5b291aff1eca3f94c28da95990e4c8da9af5e9e28b9480d57163d088b501b0c1bca5b568bf586dd9933cdc1ea1f371b78d95c94e2d25d0a65efc

diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.22.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-7.22.ebuild
new file mode 100644
index ..b73eb356b435
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-7.22.ebuild
@@ -0,0 +1,323 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+inherit autotools flag-o-matic multilib multilib-build toolchain-funcs wrapper
+
+WINE_GECKO=2.47.3
+WINE_MONO=7.4.0
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.winehq.org/wine/wine.git;
+else
+   (( $(ver_cut 2) )) && WINE_SDIR=$(ver_cut 1).x || WINE_SDIR=$(ver_cut 
1).0
+   
SRC_URI="https://dl.winehq.org/wine/source/${WINE_SDIR}/wine-${PV}.tar.xz;
+   S="${WORKDIR}/wine-${PV}"
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="
+   https://www.winehq.org/
+   https://gitlab.winehq.org/wine/wine/;
+
+LICENSE="LGPL-2.1+ BSD-2 IJG MIT OPENLDAP ZLIB gsm libpng2 libtiff"
+SLOT="${PV}"
+IUSE="
+   +X +abi_x86_32 +abi_x86_64 +alsa capi crossdev-mingw cups dos
+   llvm-libunwind debug custom-cflags +fontconfig +gecko gphoto2
+   +gstreamer kerberos +mingw +mono netapi nls odbc opencl +opengl
+   osmesa pcap perl pulseaudio samba scanner +sdl selinux +ssl
+   +truetype udev udisks +unwind usb v4l +vulkan +xcomposite xinerama"
+REQUIRED_USE="
+   X? ( truetype )
+   crossdev-mingw? ( mingw )" # bug #551124 for truetype
+
+# tests are non-trivial to run, can hang easily, don't play well with
+# sandbox, and several need real opengl/vulkan or network access
+RESTRICT="test"
+
+# `grep WINE_CHECK_SONAME configure.ac` + if not directly linked
+WINE_DLOPEN_DEPEND="
+   X? (
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXrender[${MULTILIB_USEDEP}]
+   x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
+   opengl? (
+   media-libs/libglvnd[X,${MULTILIB_USEDEP}]
+   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   )
+   xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
+   xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
+   )
+   cups? ( net-print/cups[${MULTILIB_USEDEP}] )
+   fontconfig? ( media-libs/fontconfig[${MULTILIB_USEDEP}] )
+   kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
+   netapi? ( net-fs/samba[${MULTILIB_USEDEP}] )
+   odbc? ( dev-db/unixODBC[${MULTILIB_USEDEP}] )
+   sdl? ( 

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq/

2022-11-25 Thread Maciej Barć
commit: fedfdf671a343cfaebae568ea59fb9147fa3287d
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Nov 26 00:58:24 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Nov 26 00:58:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fedfdf67

Revert "sci-mathematics/coq: drop old 8.11.2-r1"

This reverts commit 7cfcec3d3f83d53b9da299d770e274f3bbe19754.

Signed-off-by: Maciej Barć  gentoo.org>

 sci-mathematics/coq/Manifest |  1 +
 sci-mathematics/coq/coq-8.11.2-r1.ebuild | 90 
 2 files changed, 91 insertions(+)

diff --git a/sci-mathematics/coq/Manifest b/sci-mathematics/coq/Manifest
index e3924dcd3a5d..522b40f83976 100644
--- a/sci-mathematics/coq/Manifest
+++ b/sci-mathematics/coq/Manifest
@@ -1,3 +1,4 @@
+DIST coq-8.11.2.tar.gz 6564523 BLAKE2B 
37ae7a1f899b8ce662d5c21542b2bec0e2e8f25e976fb46689e0eae182fa4ec571524ae9f4f1a5ebbd44966fbdc4ee10cffda59c287d51ab48df4ac0e5e6844c
 SHA512 
f8ab307b8e39ffda5f6984e187c1f8de1cb6dec5c322726dbbe535ee611683cfeeb9cee3e11ad83f5e44e843fc51e7e2d50b4ea69ab42fde38aaf3d0cf2dea3c
 DIST coq-8.12.0.tar.gz 6774001 BLAKE2B 
dc1d6adf9d4bd50d46007fbf5fd43d1ea97b6b226d89ad943419d4cb7df1439950c94b5e3cc614eb789103d1ab50535909d4ba2079eafc2caa4fd91db30e747d
 SHA512 
8a64624c578ce0ab781fb3b1f162bd8b095735ad891fdad2fb7c40849afbdc7c1360187c6b62a5ef2982566f4c6c78029240c611ae769943a5250af300eb1240
 DIST coq-8.13.0.tar.gz 7010242 BLAKE2B 
bf9ec96b6698a2371be3164f65424a8ffb273252afc05e046267cae4265c1be71f89d0345f9e40ab3a93f5063080fd0224502cc0de808c7a0ddbb0edacab5fca
 SHA512 
c355f0a9183f3669debd5f8f4ab96786215d037d1c2ac95a2d3c6115c8b0ee7ff7e23464b18444e2648ef3f8c221f0f3a28acf91199751cea2b74ee3fe8e
 DIST coq-8.15.2.tar.gz 7222794 BLAKE2B 
2f187982a56cb0a512af838ee321b245f9a44b0c32f5413aafcef8e5b7f933e9b05ba521c3e681a6c6973ca2b7ec5965a8b69b2febb978ce7cf246755187f656
 SHA512 
6a5487912dedb6e54145bf3f177a091cffe13429ba2f73db7c1cc241fe10e86340c968e19cefba7d680facce55f4e914cbd16a317264b109a6f9a01ec822a8c5

diff --git a/sci-mathematics/coq/coq-8.11.2-r1.ebuild 
b/sci-mathematics/coq/coq-8.11.2-r1.ebuild
new file mode 100644
index ..d4baaa412f2b
--- /dev/null
+++ b/sci-mathematics/coq/coq-8.11.2-r1.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop multilib
+
+MY_PV=${PV/_p/pl}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Proof assistant written in O'Caml"
+HOMEPAGE="http://coq.inria.fr/;
+SRC_URI="https://github.com/coq/coq/archive/V${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk debug +ocamlopt doc"
+
+RESTRICT=test
+
+RDEPEND="
+   dev-ml/camlp5:=[ocamlopt?]
+   || (
+   dev-ml/num
+   

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq/

2022-11-25 Thread Maciej Barć
commit: 7cfcec3d3f83d53b9da299d770e274f3bbe19754
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Nov 26 00:24:31 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Nov 26 00:36:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cfcec3d

sci-mathematics/coq: drop old 8.11.2-r1

Signed-off-by: Maciej Barć  gentoo.org>

 sci-mathematics/coq/Manifest |  1 -
 sci-mathematics/coq/coq-8.11.2-r1.ebuild | 90 
 2 files changed, 91 deletions(-)

diff --git a/sci-mathematics/coq/Manifest b/sci-mathematics/coq/Manifest
index 522b40f83976..e3924dcd3a5d 100644
--- a/sci-mathematics/coq/Manifest
+++ b/sci-mathematics/coq/Manifest
@@ -1,4 +1,3 @@
-DIST coq-8.11.2.tar.gz 6564523 BLAKE2B 
37ae7a1f899b8ce662d5c21542b2bec0e2e8f25e976fb46689e0eae182fa4ec571524ae9f4f1a5ebbd44966fbdc4ee10cffda59c287d51ab48df4ac0e5e6844c
 SHA512 
f8ab307b8e39ffda5f6984e187c1f8de1cb6dec5c322726dbbe535ee611683cfeeb9cee3e11ad83f5e44e843fc51e7e2d50b4ea69ab42fde38aaf3d0cf2dea3c
 DIST coq-8.12.0.tar.gz 6774001 BLAKE2B 
dc1d6adf9d4bd50d46007fbf5fd43d1ea97b6b226d89ad943419d4cb7df1439950c94b5e3cc614eb789103d1ab50535909d4ba2079eafc2caa4fd91db30e747d
 SHA512 
8a64624c578ce0ab781fb3b1f162bd8b095735ad891fdad2fb7c40849afbdc7c1360187c6b62a5ef2982566f4c6c78029240c611ae769943a5250af300eb1240
 DIST coq-8.13.0.tar.gz 7010242 BLAKE2B 
bf9ec96b6698a2371be3164f65424a8ffb273252afc05e046267cae4265c1be71f89d0345f9e40ab3a93f5063080fd0224502cc0de808c7a0ddbb0edacab5fca
 SHA512 
c355f0a9183f3669debd5f8f4ab96786215d037d1c2ac95a2d3c6115c8b0ee7ff7e23464b18444e2648ef3f8c221f0f3a28acf91199751cea2b74ee3fe8e
 DIST coq-8.15.2.tar.gz 7222794 BLAKE2B 
2f187982a56cb0a512af838ee321b245f9a44b0c32f5413aafcef8e5b7f933e9b05ba521c3e681a6c6973ca2b7ec5965a8b69b2febb978ce7cf246755187f656
 SHA512 
6a5487912dedb6e54145bf3f177a091cffe13429ba2f73db7c1cc241fe10e86340c968e19cefba7d680facce55f4e914cbd16a317264b109a6f9a01ec822a8c5

diff --git a/sci-mathematics/coq/coq-8.11.2-r1.ebuild 
b/sci-mathematics/coq/coq-8.11.2-r1.ebuild
deleted file mode 100644
index d4baaa412f2b..
--- a/sci-mathematics/coq/coq-8.11.2-r1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop multilib
-
-MY_PV=${PV/_p/pl}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="Proof assistant written in O'Caml"
-HOMEPAGE="http://coq.inria.fr/;
-SRC_URI="https://github.com/coq/coq/archive/V${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk debug +ocamlopt doc"
-
-RESTRICT=test
-
-RDEPEND="
-   dev-ml/camlp5:=[ocamlopt?]
-   || (
-   dev-ml/num
-   

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq/

2022-11-25 Thread Maciej Barć
commit: 5f92d9dc75cfdf34c9f3e43b608c07273f847c1e
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Nov 26 00:23:48 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Nov 26 00:36:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f92d9dc

sci-mathematics/coq: bump to 8.16.1

Signed-off-by: Maciej Barć  gentoo.org>

 sci-mathematics/coq/Manifest  |   1 +
 sci-mathematics/coq/coq-8.16.1.ebuild | 111 ++
 2 files changed, 112 insertions(+)

diff --git a/sci-mathematics/coq/Manifest b/sci-mathematics/coq/Manifest
index 799be072c0d9..522b40f83976 100644
--- a/sci-mathematics/coq/Manifest
+++ b/sci-mathematics/coq/Manifest
@@ -3,3 +3,4 @@ DIST coq-8.12.0.tar.gz 6774001 BLAKE2B 
dc1d6adf9d4bd50d46007fbf5fd43d1ea97b6b226
 DIST coq-8.13.0.tar.gz 7010242 BLAKE2B 
bf9ec96b6698a2371be3164f65424a8ffb273252afc05e046267cae4265c1be71f89d0345f9e40ab3a93f5063080fd0224502cc0de808c7a0ddbb0edacab5fca
 SHA512 
c355f0a9183f3669debd5f8f4ab96786215d037d1c2ac95a2d3c6115c8b0ee7ff7e23464b18444e2648ef3f8c221f0f3a28acf91199751cea2b74ee3fe8e
 DIST coq-8.15.2.tar.gz 7222794 BLAKE2B 
2f187982a56cb0a512af838ee321b245f9a44b0c32f5413aafcef8e5b7f933e9b05ba521c3e681a6c6973ca2b7ec5965a8b69b2febb978ce7cf246755187f656
 SHA512 
6a5487912dedb6e54145bf3f177a091cffe13429ba2f73db7c1cc241fe10e86340c968e19cefba7d680facce55f4e914cbd16a317264b109a6f9a01ec822a8c5
 DIST coq-8.16.0.tar.gz 7397421 BLAKE2B 
25b94002c4d1d1266ef948f0276df74d6a60c5b5100c7126232e0e33642be3ec14f33acfff5d0d5c17681676338374f694ca7c8c35200e522e480c3791f69dd8
 SHA512 
f324b68efcec0680a52c92d6e2fdd340a0e360e7d56d7fc3b4b781af3bec923d2fa2fdbb139b07d2253568a657a09c0d3da4cd5bdf984a6ab913e606056df4b3
+DIST coq-8.16.1.tar.gz 7401345 BLAKE2B 
fa6bbcd6b4ee29feaf7475f58193209afeae0bf8b6e3640f2f1cf40dfcee7d7f1fb3f371e8790b8d11c993b5f234e9175f1f5036a7286b7c6569720ddd3985f7
 SHA512 
e9c82f1a180c2e3946628e8e03a1841397a5b4cd77f158de69876fa43b5c0f61ce76c510cc2b2f646a489110aea59da452b88ddd7850d1eab4105f1382f5

diff --git a/sci-mathematics/coq/coq-8.16.1.ebuild 
b/sci-mathematics/coq/coq-8.16.1.ebuild
new file mode 100644
index ..8f3da8dda4ab
--- /dev/null
+++ b/sci-mathematics/coq/coq-8.16.1.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=${PV/_p/pl}
+MY_P=${PN}-${MY_PV}
+
+inherit desktop dune
+
+DESCRIPTION="Proof assistant written in O'Caml"
+HOMEPAGE="http://coq.inria.fr/;
+SRC_URI="https://github.com/coq/coq/archive/V${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc gtk debug +ocamlopt"
+RESTRICT="test"  # fails
+
+RDEPEND="
+   dev-ml/zarith:=
+   || (
+   dev-ml/num
+   =dev-ml/lablgtk-3.1.2:3=[sourceview,ocamlopt?]
+   >=dev-ml/lablgtk-sourceview-3.1.2:3=[ocamlopt?]
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? (
+   >=dev-java/antlr-4.7:4
+   dev-python/antlr4-python3-runtime
+   dev-python/beautifulsoup4
+   dev-python/pexpect
+   dev-python/sphinx_rtd_theme
+   dev-python/sphinxcontrib-bibtex
+   dev-tex/latexmk
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-xetex
+   media-fonts/freefont
+   )
+"
+
+DOCS=( CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS INSTALL.md README.md )
+
+src_configure() {
+   local myconf=(
+   -prefix /usr
+   -libdir /usr/$(get_libdir)/coq
+   -mandir /usr/share/man
+   -docdir /usr/share/doc/${PF}
+   -datadir /usr/share/coq
+   -configdir /etc/xdg/${PN}
+   -with-doc $(usex doc)
+   )
+
+   use debug && myconf+=( -debug )
+   use ocamlopt || myconf+=( -byte-only )
+
+   if use gtk ; then
+   if use ocamlopt ; then
+   myconf+=( -coqide opt )
+   else
+   myconf+=( -coqide byte )
+   fi
+   else
+   myconf+=( -coqide no )
+   fi
+
+   export CAML_LD_LIBRARY_PATH="${S}/kernel/byterun/"
+
+   echo "Configure options: ${myconf[@]}"
+   sh ./configure ${myconf[@]} || die "configure failed"
+}
+
+src_compile() {
+   emake STRIP="true" VERBOSE=1 COQ_USE_DUNE="" world
+}
+
+src_test() {
+   emake STRIP="true" VERBOSE=1 COQ_USE_DUNE="" check
+}
+
+src_install() {
+   local sym
+   local syms=( coq-core coqide-server )
+
+   emake STRIP="true" VERBOSE=1 COQ_USE_DUNE="" DESTDIR="${D}" 
install-library
+   dune-install coq-core coqide-server
+
+   if use gtk ; then
+   dune-install coqide
+   make_desktop_entry "coqide" "Coq IDE" 
"${EPREFIX}/usr/share/coq/coq.png"
+   syms+=( coqide )
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pymediainfo/

2022-11-25 Thread Louis Sautier
commit: 25a1d86a23c05c52049f24d25946fccfb2271b77
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Nov 25 20:51:07 2022 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Nov 26 00:04:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a1d86a

dev-python/pymediainfo: add 6.0.1, Py3.11

* All tests pass without Internet access now.
* Bump to EAPI=8.
* Use PEP517.

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/pymediainfo/Manifest |  1 +
 dev-python/pymediainfo/pymediainfo-6.0.1.ebuild | 32 +
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pymediainfo/Manifest b/dev-python/pymediainfo/Manifest
index c0da7add8fe8..f2f81ebb4b0f 100644
--- a/dev-python/pymediainfo/Manifest
+++ b/dev-python/pymediainfo/Manifest
@@ -1 +1,2 @@
 DIST pymediainfo-5.1.0.tar.gz 445630 BLAKE2B 
debef8de004232c4e39bd17018c447474a4f71bc386b01710bea8084febb5353cb70512ee77c33ea8b3e6c7b67baded99aecb77b60c52da58be35ef91919f34a
 SHA512 
d3c48e37f6d59b0f5bc1d66d4fad9fea26724863dc2ae75a30c80d972f68f3be650298d25105d330c20b83083f94d2ff5e2690c29573897e09afa44931f3228e
+DIST pymediainfo-6.0.1.tar.gz 446487 BLAKE2B 
402c71157e43fd03efe37934932c61e1e22d469c13f5b5e85d7e0f1d52d6e54289860777c1677efeb4710a5c55086a1c7db03da8ad2f88f49d144bd5484f8638
 SHA512 
7b373b133911eb320248f72627f6aeb6fa04705b55500639d18094ed8227296fd744c2c4b76d765e8b2d98d78f443114e9ca7ef8e2e0eb498d48d2b46956f952

diff --git a/dev-python/pymediainfo/pymediainfo-6.0.1.ebuild 
b/dev-python/pymediainfo/pymediainfo-6.0.1.ebuild
new file mode 100644
index ..ea0f2602e92f
--- /dev/null
+++ b/dev-python/pymediainfo/pymediainfo-6.0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around the mediainfo library"
+HOMEPAGE="https://github.com/sbraz/pymediainfo;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   media-libs/libmediainfo
+"
+# tests/test_pymediainfo.py::MediaInfoURLTest::test_parse_url requires 
libmediainfo with curl support
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   media-libs/libmediainfo[curl]
+   )
+"
+
+distutils_enable_sphinx docs dev-python/alabaster
+distutils_enable_tests pytest



[gentoo-commits] proj/releng:master commit in: releases/specs-qemu/m68k/, releases/specs/x86/i686/, releases/specs/arm64/, ...

2022-11-25 Thread Andreas K. Hüttel
commit: 51d5fbe84950627f41e1ad72de54f4f7c897865f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Nov 25 23:18:24 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Nov 25 23:18:24 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=51d5fbe8

Enable update_seed where the merged-usr bootstrap has finished

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 releases/specs-qemu/m68k/stage1-systemd-mu.spec | 2 +-
 releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec | 2 +-
 releases/specs/arm64/stage1-systemd-mu.spec | 2 +-
 releases/specs/x86/i686/stage1-systemd-mu.spec  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/releases/specs-qemu/m68k/stage1-systemd-mu.spec 
b/releases/specs-qemu/m68k/stage1-systemd-mu.spec
index dae9c234..0f5b259b 100644
--- a/releases/specs-qemu/m68k/stage1-systemd-mu.spec
+++ b/releases/specs-qemu/m68k/stage1-systemd-mu.spec
@@ -6,7 +6,7 @@ profile: default/linux/m68k/17.0/systemd/merged-usr
 snapshot: @TIMESTAMP@
 source_subpath: mergedusr/stage3-m68k-systemd-mergedusr-latest
 compression_mode: pixz
-update_seed: no
+update_seed: yes
 update_seed_command: -uDN @world
 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
 portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec 
b/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec
index 2eb2b5eb..9da5f1cd 100644
--- a/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec
+++ b/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec
@@ -8,7 +8,7 @@ snapshot: @TIMESTAMP@
 source_subpath: mergedusr/stage3-mipsel3_n64-systemd-mergedusr-latest
 compression_mode: pixz
 decompressor_search_order: xz bzip2
-update_seed: no
+update_seed: yes
 update_seed_command: -uDN @world
 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
 portage_prefix: releng

diff --git a/releases/specs/arm64/stage1-systemd-mu.spec 
b/releases/specs/arm64/stage1-systemd-mu.spec
index 6299d774..6bc2b825 100644
--- a/releases/specs/arm64/stage1-systemd-mu.spec
+++ b/releases/specs/arm64/stage1-systemd-mu.spec
@@ -6,7 +6,7 @@ profile: default/linux/arm64/17.0/systemd/merged-usr
 snapshot: @TIMESTAMP@
 source_subpath: mergedusr/stage3-arm64-systemd-mergedusr-latest.tar.xz
 compression_mode: pixz
-update_seed: no
+update_seed: yes
 update_seed_command: --update --deep --jobs=5 --newuse --complete-graph @world
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/releases/specs/x86/i686/stage1-systemd-mu.spec 
b/releases/specs/x86/i686/stage1-systemd-mu.spec
index 8c0e664f..0ab2afb6 100644
--- a/releases/specs/x86/i686/stage1-systemd-mu.spec
+++ b/releases/specs/x86/i686/stage1-systemd-mu.spec
@@ -6,7 +6,7 @@ profile: default/linux/x86/17.0/systemd/merged-usr
 snapshot: @TIMESTAMP@
 source_subpath: mergedusr/stage3-i686-systemd-mergedusr-latest
 compression_mode: pixz
-update_seed: no
+update_seed: yes
 update_seed_command: --update --deep --newuse @world
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng



[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/

2022-11-25 Thread Georgy Yakovlev
commit: 319afd1a0a984131d397a013014be95418ebb22d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Nov 25 22:57:37 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Nov 25 22:58:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319afd1a

dev-lang/rust-bin: remove USE=rls in 1.65.0

Closes: https://bugs.gentoo.org/882251
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust-bin/rust-bin-1.65.0.ebuild | 9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.65.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.65.0.ebuild
index c00d7db1e499..2622c2b69c23 100644
--- a/dev-lang/rust-bin/rust-bin-1.65.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.65.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI+=" sparc? ( 
${GENTOO_BIN_BASEURI}/${MY_P}-sparc64-unknown-linux-gnu.tar.
 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 SLOT="stable"
 KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
-IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rust-analyzer rust-src rustfmt"
+IUSE="clippy cpu_flags_x86_sse2 doc prefix rust-analyzer rust-src rustfmt"
 
 DEPEND=""
 
@@ -95,9 +95,8 @@ multilib_src_install() {
local components="rustc,cargo,${std}"
use doc && components="${components},rust-docs"
use clippy && components="${components},clippy-preview"
-   use rls && components="${components},rls-preview,${analysis}"
use rustfmt && components="${components},rustfmt-preview"
-   use rust-analyzer && components="${components},rust-analyzer-preview"
+   use rust-analyzer && 
components="${components},rust-analyzer-preview,${analysis}"
# Rust component 'rust-src' is extracted from separate archive
if use rust-src; then
einfo "Combining rust and rust-src installers"
@@ -133,7 +132,6 @@ multilib_src_install() {
)
 
use clippy && symlinks+=( clippy-driver cargo-clippy )
-   use rls && symlinks+=( rls )
use rustfmt && symlinks+=( rustfmt cargo-fmt )
use rust-analyzer && symlinks+=( rust-analyzer )
 
@@ -181,9 +179,6 @@ multilib_src_install() {
echo /usr/bin/clippy-driver >> "${T}/provider-${P}"
echo /usr/bin/cargo-clippy >> "${T}/provider-${P}"
fi
-   if use rls; then
-   echo /usr/bin/rls >> "${T}/provider-${P}"
-   fi
if use rustfmt; then
echo /usr/bin/rustfmt >> "${T}/provider-${P}"
echo /usr/bin/cargo-fmt >> "${T}/provider-${P}"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/

2022-11-25 Thread Georgy Yakovlev
commit: db9e4372fb84339723aaf60155a2485e6f661c23
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Nov 25 22:56:27 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Nov 25 22:58:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9e4372

dev-lang/rust: drop USE=rls in 1.65.0

Bug: https://bugs.gentoo.org/882251
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust/rust-1.65.0.ebuild | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/dev-lang/rust/rust-1.65.0.ebuild b/dev-lang/rust/rust-1.65.0.ebuild
index bfc942995c50..2306e80be316 100644
--- a/dev-lang/rust/rust-1.65.0.ebuild
+++ b/dev-lang/rust/rust-1.65.0.ebuild
@@ -41,7 +41,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/(-)?}
 
 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 
-IUSE="clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind miri nightly 
parallel-compiler profiler rls rustfmt rust-analyzer rust-src system-bootstrap 
system-llvm test wasm ${ALL_LLVM_TARGETS[*]}"
+IUSE="clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind miri nightly 
parallel-compiler profiler rustfmt rust-analyzer rust-src system-bootstrap 
system-llvm test wasm ${ALL_LLVM_TARGETS[*]}"
 
 # Please keep the LLVM dependency block separate. Since LLVM is slotted,
 # we need to *really* make sure we're not pulling more than one slot
@@ -126,7 +126,6 @@ RDEPEND="${DEPEND}
 REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )
miri? ( nightly )
parallel-compiler? ( nightly )
-   rls? ( rust-src )
rust-analyzer? ( !wasm )
test? ( ${ALL_LLVM_TARGETS[*]} )
wasm? ( llvm_targets_WebAssembly )
@@ -208,7 +207,6 @@ pre_build_checks() {
fi
M=$(( $(usex clippy 128 0) + ${M} ))
M=$(( $(usex miri 128 0) + ${M} ))
-   M=$(( $(usex rls 512 0) + ${M} ))
M=$(( $(usex rustfmt 256 0) + ${M} ))
# add 2G if we compile llvm and 256M per llvm_target
if ! use system-llvm; then
@@ -331,9 +329,8 @@ src_configure() {
use clippy && tools+=',"clippy"'
use miri && tools+=',"miri"'
use profiler && tools+=',"rust-demangler"'
-   use rls && tools+=',"rls","analysis"'
use rustfmt && tools+=',"rustfmt"'
-   use rust-analyzer && tools+=',"rust-analyzer"'
+   use rust-analyzer && tools+=',"rust-analyzer","analysis"'
use rust-src && tools+=',"src"'
 
local rust_stage0_root
@@ -658,7 +655,6 @@ src_install() {
use clippy && symlinks+=( clippy-driver cargo-clippy )
use miri && symlinks+=( miri cargo-miri )
use profiler && symlinks+=( rust-demangler )
-   use rls && symlinks+=( rls )
use rustfmt && symlinks+=( rustfmt cargo-fmt )
use rust-analyzer && symlinks+=( rust-analyzer )
 
@@ -719,9 +715,6 @@ src_install() {
if use profiler; then
echo /usr/bin/rust-demangler >> "${T}/provider-${P}"
fi
-   if use rls; then
-   echo /usr/bin/rls >> "${T}/provider-${P}"
-   fi
if use rustfmt; then
echo /usr/bin/rustfmt >> "${T}/provider-${P}"
echo /usr/bin/cargo-fmt >> "${T}/provider-${P}"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/opencl-clang/

2022-11-25 Thread Conrad Kostecki
commit: 9a2ba5af7f6c680dd9b17aff72731f39d44b4c0f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Nov 25 22:17:46 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Nov 25 22:20:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2ba5af

dev-libs/opencl-clang: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild 
b/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild
index d9682f8e0030..658057bcc863 100644
--- a/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild
+++ b/dev-libs/opencl-clang/opencl-clang-15.0.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${PV}"
 
 LICENSE="UoI-NCSA"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
dev-util/spirv-llvm-translator:${SLOT}=



[gentoo-commits] repo/gentoo:master commit in: sys-auth/AusweisApp2/

2022-11-25 Thread Conrad Kostecki
commit: 412e1a7ef7278e22bae08e3467945a45017a9472
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Nov 25 22:17:24 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Nov 25 22:20:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412e1a7e

sys-auth/AusweisApp2: drop 1.24.2, 1.24.3

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-auth/AusweisApp2/AusweisApp2-1.24.2.ebuild | 51 --
 sys-auth/AusweisApp2/AusweisApp2-1.24.3.ebuild | 51 --
 sys-auth/AusweisApp2/Manifest  |  2 -
 3 files changed, 104 deletions(-)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.24.2.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.24.2.ebuild
deleted file mode 100644
index 851f0ef3cebe..
--- a/sys-auth/AusweisApp2/AusweisApp2-1.24.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
-HOMEPAGE="https://www.ausweisapp.bund.de/;
-SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="EUPL-1.2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-RDEPEND="
-   dev-libs/openssl:0=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwebsockets:5[qml]
-   dev-qt/qtwidgets:5
-   net-libs/http-parser:0=
-   sys-apps/pcsc-lite
-   virtual/udev"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=OFF
-   -DQt=Qt5
-   )
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.24.3.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.24.3.ebuild
deleted file mode 100644
index f1b6cc8c799f..
--- a/sys-auth/AusweisApp2/AusweisApp2-1.24.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
-HOMEPAGE="https://www.ausweisapp.bund.de/;
-SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="EUPL-1.2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-RDEPEND="
-   dev-libs/openssl:0=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwebsockets:5[qml]
-   dev-qt/qtwidgets:5
-   net-libs/http-parser:0=
-   sys-apps/pcsc-lite
-   virtual/udev"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=OFF
-   -DQt=Qt5
-   )
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/sys-auth/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest
index 9243bfdd4e41..bdc6598b21a2 100644
--- a/sys-auth/AusweisApp2/Manifest
+++ b/sys-auth/AusweisApp2/Manifest
@@ -1,3 +1 @@
-DIST AusweisApp2-1.24.2.tar.gz 11478273 BLAKE2B 
3afb45bfa82c83f2fda6286c879d20fe3dd3769eb6be74c12297dfd991d976f40c6e9342237f953ae51534c41306daea3de7f8cf7e6b638489037772193e72e4
 SHA512 
15735cc52947b2cc16794cc508af7c2347d9789222c8506ff0ffbfce1263230892fd81f57d583df7f929ef197c2bbc0728ef31c3c700f2c08ec9dba516bd225b
-DIST AusweisApp2-1.24.3.tar.gz 11482297 BLAKE2B 
2bd1351e0406c11b23cbd5ad3e1304e5bc1cde7a54227bb5cdc628f3d3c66aba82a7f1dc44eb9c6b6552926c9e987e0f3bb040155c014dc52c79bbaf961bbe10
 SHA512 
af963288e255c1dd49bcfafeebf4b5523d585c46fd293a4d3a57d6cd35cffddaa98bff21225aa623506a581596f375d5e9ae446b52bf351e3dae0aa9db81bff8
 DIST AusweisApp2-1.24.4.tar.gz 11482381 BLAKE2B 
26bb34bcefbe4dfce4b30300e71fdab61afa3a30c4b17dd5d90abc4f0cbaca062f7d91f0d49a082a3436a43b3a880f3771e879774f22e35963a905485c8e3c7e
 SHA512 
672b1e7a4543824afa241430b6784eef38273f32436451270c84d02617044b727691e3e15aa2ac09a06d3286a36e81c54c205f706a3db6c5cfabc48cf0a52c30



[gentoo-commits] repo/gentoo:master commit in: sys-auth/AusweisApp2/

2022-11-25 Thread Conrad Kostecki
commit: 8617292fc125d5f1ee8ac0660ab0554f2280ec1d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Nov 25 22:16:56 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Nov 25 22:20:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8617292f

sys-auth/AusweisApp2: x86 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-auth/AusweisApp2/AusweisApp2-1.24.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.24.4.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.24.4.ebuild
index 6da7b2d0edca..851f0ef3cebe 100644
--- a/sys-auth/AusweisApp2/AusweisApp2-1.24.4.ebuild
+++ b/sys-auth/AusweisApp2/AusweisApp2-1.24.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="EUPL-1.2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
dev-qt/linguist-tools:5



[gentoo-commits] repo/gentoo:master commit in: sys-auth/AusweisApp2/

2022-11-25 Thread Conrad Kostecki
commit: 849e7f12bf2c3a30ec81a0d1ee3c76d22363ea96
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Nov 25 22:16:28 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Nov 25 22:20:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849e7f12

sys-auth/AusweisApp2: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-auth/AusweisApp2/AusweisApp2-1.24.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.24.4.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.24.4.ebuild
index f1b6cc8c799f..6da7b2d0edca 100644
--- a/sys-auth/AusweisApp2/AusweisApp2-1.24.4.ebuild
+++ b/sys-auth/AusweisApp2/AusweisApp2-1.24.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="EUPL-1.2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="
dev-qt/linguist-tools:5



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/, profiles/, ...

2022-11-25 Thread Andreas K. Hüttel
commit: b6e385f34b9e140052fcff8ec6b749efb4eb2be9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Nov 25 22:15:37 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Nov 25 22:15:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e385f3

profiles: add mips (n32) multilib systemd profiles

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/eapi | 1 +
 .../linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr/eapi   | 1 +
 .../linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr/parent | 2 ++
 profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/parent   | 2 ++
 profiles/default/linux/mips/17.0/multilib/n32/systemd/eapi| 1 +
 profiles/default/linux/mips/17.0/multilib/n32/systemd/merged-usr/eapi | 1 +
 .../default/linux/mips/17.0/multilib/n32/systemd/merged-usr/parent| 2 ++
 profiles/default/linux/mips/17.0/multilib/n32/systemd/parent  | 2 ++
 profiles/profiles.desc| 4 
 9 files changed, 16 insertions(+)

diff --git a/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/eapi 
b/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/eapi
new file mode 100644
index ..7ed6ff82de6b
--- /dev/null
+++ b/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/eapi
@@ -0,0 +1 @@
+5

diff --git 
a/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr/eapi 
b/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr/eapi
new file mode 100644
index ..7ed6ff82de6b
--- /dev/null
+++ 
b/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr/eapi
@@ -0,0 +1 @@
+5

diff --git 
a/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr/parent
 
b/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr/parent
new file mode 100644
index ..5e9458ce54b8
--- /dev/null
+++ 
b/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../../../features/merged-usr

diff --git 
a/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/parent 
b/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/parent
new file mode 100644
index ..f7739b405877
--- /dev/null
+++ b/profiles/default/linux/mips/17.0/mipsel/multilib/n32/systemd/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../../targets/systemd

diff --git a/profiles/default/linux/mips/17.0/multilib/n32/systemd/eapi 
b/profiles/default/linux/mips/17.0/multilib/n32/systemd/eapi
new file mode 100644
index ..7ed6ff82de6b
--- /dev/null
+++ b/profiles/default/linux/mips/17.0/multilib/n32/systemd/eapi
@@ -0,0 +1 @@
+5

diff --git 
a/profiles/default/linux/mips/17.0/multilib/n32/systemd/merged-usr/eapi 
b/profiles/default/linux/mips/17.0/multilib/n32/systemd/merged-usr/eapi
new file mode 100644
index ..7ed6ff82de6b
--- /dev/null
+++ b/profiles/default/linux/mips/17.0/multilib/n32/systemd/merged-usr/eapi
@@ -0,0 +1 @@
+5

diff --git 
a/profiles/default/linux/mips/17.0/multilib/n32/systemd/merged-usr/parent 
b/profiles/default/linux/mips/17.0/multilib/n32/systemd/merged-usr/parent
new file mode 100644
index ..1b7f7eef0a7e
--- /dev/null
+++ b/profiles/default/linux/mips/17.0/multilib/n32/systemd/merged-usr/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../../features/merged-usr

diff --git a/profiles/default/linux/mips/17.0/multilib/n32/systemd/parent 
b/profiles/default/linux/mips/17.0/multilib/n32/systemd/parent
new file mode 100644
index ..44f88d3e2df0
--- /dev/null
+++ b/profiles/default/linux/mips/17.0/multilib/n32/systemd/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../targets/systemd

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 2e8b948e72c8..172de7eaedce 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -202,6 +202,8 @@ mipsdefault/linux/mips/17.0/n64/systemd 
exp
 mips   default/linux/mips/17.0/n64/systemd/merged-usr  
exp
 mips   default/linux/mips/17.0/multilib/o32
exp
 mips   default/linux/mips/17.0/multilib/n32
exp
+mips   default/linux/mips/17.0/multilib/n32/systemd
exp
+mips   default/linux/mips/17.0/multilib/n32/systemd/merged-usr 
exp
 mips   default/linux/mips/17.0/multilib/n64
exp
 mips   default/linux/mips/17.0/mipsel/o32  
exp
 mips   default/linux/mips/17.0/mipsel/o32/systemd  
exp
@@ -214,6 +216,8 @@ mips
default/linux/mips/17.0/mipsel/n64/systemd  exp
 mips   default/linux/mips/17.0/mipsel/n64/systemd/merged-usr   
exp
 mips   

[gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/

2022-11-25 Thread Sam James
commit: e01e360c6d4d1fa5311440a558e55ca2ed9b3791
Author: Jack Todaro  posteo  org>
AuthorDate: Fri Nov 25 20:38:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e01e360c

dev-lang/ghc: drop 8.10.6

Signed-off-by: Jack Todaro  posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/28394
Signed-off-by: Sam James  gentoo.org>

 dev-lang/ghc/ghc-8.10.6.ebuild | 819 -
 1 file changed, 819 deletions(-)

diff --git a/dev-lang/ghc/ghc-8.10.6.ebuild b/dev-lang/ghc/ghc-8.10.6.ebuild
deleted file mode 100644
index cee8a725c06a..
--- a/dev-lang/ghc/ghc-8.10.6.ebuild
+++ /dev/null
@@ -1,819 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# to make make a crosscompiler use crossdev and symlink ghc tree into
-# cross overlay. result would look like 'cross-sparc-unknown-linux-gnu/ghc'
-export CBUILD=${CBUILD:-${CHOST}}
-export CTARGET=${CTARGET:-${CHOST}}
-if [[ ${CTARGET} = ${CHOST} ]] ; then
-   if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
-   export CTARGET=${CATEGORY/cross-}
-   fi
-fi
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-any-r1
-inherit autotools bash-completion-r1 flag-o-matic ghc-package
-inherit multilib multiprocessing pax-utils toolchain-funcs prefix
-inherit check-reqs
-DESCRIPTION="The Glasgow Haskell Compiler"
-HOMEPAGE="https://www.haskell.org/ghc/;
-
-# we don't have any binaries yet
-arch_binaries=""
-
-BIN_PV=${PV}
-# sorted!
-#arch_binaries="$arch_binaries alpha? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-alpha.tbz2 )"
-#arch_binaries="$arch_binaries arm? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-armv7a-hardfloat-linux-gnueabi.tbz2
 )"
-#arch_binaries="$arch_binaries arm64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-aarch64-unknown-linux-gnu.tbz2
 )"
-arch_binaries="$arch_binaries amd64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-x86_64-pc-linux-gnu.tbz2 
)"
-#arch_binaries="$arch_binaries ia64?  ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ia64-fixed-fiw.tbz2 )"
-#arch_binaries="$arch_binaries ppc? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ppc.tbz2 )"
-#arch_binaries="$arch_binaries ppc64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ppc64.tbz2 )"
-#arch_binaries="$arch_binaries ppc64? ( !big-endian? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-powerpc64le-unknown-linux-gnu.tbz2
 ) )"
-#arch_binaries="$arch_binaries sparc? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-sparc.tbz2 )"
-arch_binaries="$arch_binaries x86? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-i686-pc-linux-gnu.tbz2 )"
-
-# various ports:
-#arch_binaries="$arch_binaries x86-fbsd? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-x86-fbsd.tbz2 )"
-
-# 0 - yet
-yet_binary() {
-   case "${ARCH}" in
-   #alpha) return 0 ;;
-   #arm64) return 0 ;;
-   #arm) return 0 ;;
-   amd64) return 0 ;;
-   #ia64) return 0 ;;
-   #ppc) return 0 ;;
-   #ppc64)
-   #   use big-endian && return 0
-   #   return 0
-   #   ;;
-   #sparc) return 0 ;;
-   x86) return 0 ;;
-   *) return 1 ;;
-   esac
-}
-
-GHC_PV=${PV}
-#GHC_PV=8.10.0.20200123 # uncomment only for -alpha, -beta, -rc ebuilds
-GHC_P=${PN}-${GHC_PV} # using ${P} is almost never correct
-
-SRC_URI="!binary? (
-   https://downloads.haskell.org/ghc/${PV/_/-}/${GHC_P}-src.tar.xz
-   test? ( 
https://downloads.haskell.org/ghc/${PV/_/-}/${GHC_P}-testsuite.tar.xz )
-)"
-S="${WORKDIR}"/${GHC_P}
-
-[[ -n $arch_binaries ]] && SRC_URI+=" !ghcbootstrap? ( $arch_binaries )"
-
-BUMP_LIBRARIES=(
-   # "hackage-name  hackage-version"
-)
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="big-endian +doc elfutils ghcbootstrap ghcmakebinary +gmp numa profile 
test"
-IUSE+=" binary"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-lang/perl-5.6.1
-   dev-libs/gmp:0=
-   sys-libs/ncurses:=[unicode(+)]
-   elfutils? ( dev-libs/elfutils )
-   !ghcmakebinary? ( dev-libs/libffi:= )
-   numa? ( sys-process/numactl )
-"
-
-# This set of dependencies is needed to run
-# prebuilt ghc. We specifically avoid ncurses
-# dependency with:
-#utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING
-PREBUILT_BINARY_DEPENDS="
-   !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
-"
-# This set of dependencies is needed to install
-# ghc[binary] in system. terminfo package is linked
-# against ncurses.
-PREBUILT_BINARY_RDEPENDS="${PREBUILT_BINARY_DEPENDS}
-   sys-libs/ncurses:0/6
-"
-
-RDEPEND+="binary? ( ${PREBUILT_BINARY_RDEPENDS} )"
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-   

[gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/

2022-11-25 Thread Sam James
commit: 4a412cce4f26942482cede28e07126fee8d44648
Author: Jack Todaro  posteo  org>
AuthorDate: Fri Nov 25 19:50:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a412cce

dev-lang/ghc: drop 9.0.2

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-lang/ghc/Manifest |   4 -
 dev-lang/ghc/ghc-9.0.2.ebuild | 853 --
 2 files changed, 857 deletions(-)

diff --git a/dev-lang/ghc/Manifest b/dev-lang/ghc/Manifest
index f3d895e800a6..3aa657ce7c7e 100644
--- a/dev-lang/ghc/Manifest
+++ b/dev-lang/ghc/Manifest
@@ -1,10 +1,6 @@
-DIST ghc-8.10.6-src.tar.xz 19932832 BLAKE2B 
f5d0c43aa5df87648e32beeb5ed6866b231cbce4f344fb03110db826b36bbac435f5e89d9ffeef3f87c15e830fdee6b95150b7bdcd06906575bfcd9c83797dff
 SHA512 
6314eb9744d47d803b30b621bd12bf6179dad5cc578ec267b3a65b89e9c9b431bdb4913936f040c7ca4fcc71a676a43e78b5f6173d123a844e7f29004405b8b6
-DIST ghc-8.10.6-testsuite.tar.xz 2265044 BLAKE2B 
72a1e955acecc92a720ee2747d96cacf56f2968c9deabb254c882a969c154baa0fdb639a857844ec91a4e47ee553dd13b58c3b790202e7e73500095c1ec85ee9
 SHA512 
f74d743bd8f889c2941be8fd5348e92abcaf75bce48140f7f9cc0c6ce33ba24a8479bef48631ffe2a10397c0ecf166b3bddb6ca8ee905859c029175de5d43f2a
 DIST ghc-9.0.2-riscv64-llvm.patch.xz 7148 BLAKE2B 
01a0d4036b649f663aebebab06990ac041533e7462d3ee9e143444f1119b736f2f8f2dfc293d61da1fac9f0d3ef12e98bab5b0c9fe8440ed1eab22a1d45fb9d7
 SHA512 
8afb62d5363d8a1a8f63e85335f3c8fa35b7d22899ebe334218a60ce9519852325c8ce93bb0be794c36cbc3c1cc031b7b1e2f4d7665d71f49e95f737bd91ba1a
 DIST ghc-9.0.2-src.tar.xz 27270396 BLAKE2B 
0a73d910d3ef11161f895849025fe37ce231932f7cde441fdf620cf8c51678060a804467879eb0ee5c0a30413604c56e28e2aa1cde01e45c620b76987d9c0c0e
 SHA512 
32994c7d2b8f47bae604cd825bfcf9c788d79ce26d1d5f58bd73a7093e11ae6c3c17b31dc0c9e454dbf67ca169b942f92213c388d615768cae86055bf6094dee
 DIST ghc-9.0.2-testsuite.tar.xz 2403564 BLAKE2B 
0e7f6fefb9c972f94073aca8b15147913ffa8d3cd3ff7fc63ef7e20b4efd8b443cf21f12e1ab0f5044790f6d8af6cf7788bda85a21b2f356ddface86eb896670
 SHA512 
b2375500ae837d74af8085d099899b5a7a589c59bdcc033ca0bd6e00f33c4f8d90b481e0c7c3de113e607fcfafdfe8edde4713e6d242b2d4ee87df2eb960c9c7
-DIST ghc-bin-8.10.6-i686-pc-linux-gnu.tbz2 124324289 BLAKE2B 
afb34984872b35fdedbdedeb8756cc7c33e5b943dba57dd86910b076d483bb643265d0ab0027784dec5dc489eabd65b5ab17474f25fb2ce657925aa0efaa9033
 SHA512 
4be13e6dba298d12a4d49ae4633eec83cfaaaf22b5f8cfca5f5952aa294ae52fb3601490beed3bda5a7f7b6a5bd81e0ecc9fc39e8df836cc8fd377a0d0b783a0
-DIST ghc-bin-8.10.6-x86_64-pc-linux-gnu.tbz2 122871118 BLAKE2B 
527b36abf60390c91f91bc650ee25484d39d377739da87b5b6fd1a752705c1f3bc0ce0c68644657c9a7c1fc9a3b858b9dd7d84b25eab1a89125fccb6eb1f6250
 SHA512 
42b7fae339e82a6078fae8920efea8d0992e4774ea66b100e22dd9df168be57d8bce52558b8501c3c567c40776389d94bde3f17d26d63535140ce26ac16c27e1
 DIST ghc-bin-9.0.2-aarch64-unknown-linux-gnu.tar.gz 304621314 BLAKE2B 
d38b8571d41b5703da6b29f43664293761865166a7e3ab6b9c4b039f1af15faa4aa2013a32eb00059d6e595984895762eadff7b62141157d2dea6eb9b035138d
 SHA512 
94e0e00329a18b494b509b3f8190cf6fed2399a2ac2d2d96fdfd90bf5dbeb8db68b6759f719ad85f8873961b0e983ff0006ce0bf109e96462169cbd9fa7b6784
 DIST ghc-bin-9.0.2-i686-pc-linux-gnu.tbz2 123509908 BLAKE2B 
45614984803a7bfa266f99d4adb4b5f2ab7b9e5e89c6ecd501296fc99a1d96e798ccb9c832f8dcb15fff9725beb918a7b63e62ff13f59b6506a2ef17930c45d2
 SHA512 
e0b7f4474c16f0763a2f787027fbdfeb3125b48c987fa1196bc189fefad9f0bfa2806da62af46d61ca911f5275b578076e2b326acf39e0894a8daa9deda0843a
 DIST ghc-bin-9.0.2-powerpc64-unknown-linux-gnu.tar.gz 235636284 BLAKE2B 
878ac300cca5d2cbc5cb21dbb347da755b4027cbf63ec77464740854fa8010569de5e03acef67cd877da13665c906b2fd04e24e226e9eb39b57ba979093c732b
 SHA512 
28f096e965abdac9cc370c882639f10285b9073ba5332f7af215eccff948e41c01c3d6bb3bc8e3b4e809e12867a95b49f82dd76e0090b974088f75ab9d1bc199

diff --git a/dev-lang/ghc/ghc-9.0.2.ebuild b/dev-lang/ghc/ghc-9.0.2.ebuild
deleted file mode 100644
index faea36c1c7ba..
--- a/dev-lang/ghc/ghc-9.0.2.ebuild
+++ /dev/null
@@ -1,853 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# to make make a crosscompiler use crossdev and symlink ghc tree into
-# cross overlay. result would look like 'cross-sparc-unknown-linux-gnu/ghc'
-export CBUILD=${CBUILD:-${CHOST}}
-export CTARGET=${CTARGET:-${CHOST}}
-if [[ ${CTARGET} = ${CHOST} ]] ; then
-   if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
-   export CTARGET=${CATEGORY/cross-}
-   fi
-fi
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-any-r1
-inherit autotools bash-completion-r1 flag-o-matic ghc-package
-inherit multiprocessing pax-utils toolchain-funcs prefix
-inherit check-reqs llvm
-DESCRIPTION="The Glasgow Haskell Compiler"
-HOMEPAGE="https://www.haskell.org/ghc/;
-
-# we don't have any binaries yet

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/unicode-collation/

2022-11-25 Thread Sam James
commit: 7b02f424b40124f422c3f42720840d43eb7a7078
Author: Jack Todaro  posteo  org>
AuthorDate: Fri Nov 25 20:37:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b02f424

dev-haskell/unicode-collation: drop 0.1.3.1

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/unicode-collation/Manifest |  1 -
 .../unicode-collation-0.1.3.1.ebuild   | 44 --
 2 files changed, 45 deletions(-)

diff --git a/dev-haskell/unicode-collation/Manifest 
b/dev-haskell/unicode-collation/Manifest
index 174ae7a984c9..0614efd7a2ba 100644
--- a/dev-haskell/unicode-collation/Manifest
+++ b/dev-haskell/unicode-collation/Manifest
@@ -1,2 +1 @@
-DIST unicode-collation-0.1.3.1.tar.gz 2057181 BLAKE2B 
dde95fbf322a2a9100e8c3a462744006e5e1c2934f0e99c410e311256bf22a0898a7a04960284ba5f801ebfbb3d7465eeedb8ba3a6545cd991b9ee4dd00270a5
 SHA512 
7c8de0e1c3053bdea7f4007fd7711d5d18fd2f19ddd78ffc3d51cab3ee34623faa51d45ea8408b3e079741bfed9bc453ecc89cc2e20f479280d3646f0f1ecc44
 DIST unicode-collation-0.1.3.3.tar.gz 2056081 BLAKE2B 
1b5d58b852ff457b4c794d6e8c87c0539a5987240c2cdb8329fbb00b792be1105c194b55a10b5abd9c59eac7262194065d460a18e994edd2d7f71f535acb4f41
 SHA512 
bbb8fb3d52fa4906ddb92fb605f49b4c726cfcffd1f950c8a78bc495594a2e7d85fa78e2009da850f0218fce09a57f829ce0f3d6a6000b9b6484754f8c8260e8

diff --git a/dev-haskell/unicode-collation/unicode-collation-0.1.3.1.ebuild 
b/dev-haskell/unicode-collation/unicode-collation-0.1.3.1.ebuild
deleted file mode 100644
index 25adf6d3d7fe..
--- a/dev-haskell/unicode-collation/unicode-collation-0.1.3.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.7.1.1.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Haskell implementation of the Unicode Collation Algorithm"
-HOMEPAGE="https://github.com/jgm/unicode-collation;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="doctests executable"
-
-RDEPEND="dev-haskell/parsec:=[profile?]
-   >=dev-haskell/text-1.2:=[profile?] =dev-lang/ghc-8.4.3:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-2.2.0.1
-   test? ( dev-haskell/tasty
-   dev-haskell/tasty-hunit
-   dev-haskell/tasty-quickcheck
-   >=dev-haskell/unicode-transforms-0.3.7.1
-   doctests? ( >=dev-haskell/doctest-0.8 ) )
-"
-
-src_prepare() {
-   default
-   cabal_chdeps \
-   'text >= 1.2 && < 1.3' 'text >= 1.2 && < 2.1'
-}
-
-src_configure() {
-   haskell-cabal_src_configure \
-   $(cabal_flag doctests doctests) \
-   $(cabal_flag executable executable)
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/files/, dev-lang/ghc/

2022-11-25 Thread Sam James
commit: 900642cc0d5faf150896c30d5ce52d06f7bace3f
Author: Jack Todaro  posteo  org>
AuthorDate: Fri Nov 25 19:57:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900642cc

dev-lang/ghc: sync from ::haskell (clang-16 workaround)

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-lang/ghc/Manifest   |   4 +
 dev-lang/ghc/files/ghc-8.10.6-aclocal.patch |  26 +
 dev-lang/ghc/ghc-8.10.6-r1.ebuild   | 820 
 3 files changed, 850 insertions(+)

diff --git a/dev-lang/ghc/Manifest b/dev-lang/ghc/Manifest
index 3aa657ce7c7e..f3d895e800a6 100644
--- a/dev-lang/ghc/Manifest
+++ b/dev-lang/ghc/Manifest
@@ -1,6 +1,10 @@
+DIST ghc-8.10.6-src.tar.xz 19932832 BLAKE2B 
f5d0c43aa5df87648e32beeb5ed6866b231cbce4f344fb03110db826b36bbac435f5e89d9ffeef3f87c15e830fdee6b95150b7bdcd06906575bfcd9c83797dff
 SHA512 
6314eb9744d47d803b30b621bd12bf6179dad5cc578ec267b3a65b89e9c9b431bdb4913936f040c7ca4fcc71a676a43e78b5f6173d123a844e7f29004405b8b6
+DIST ghc-8.10.6-testsuite.tar.xz 2265044 BLAKE2B 
72a1e955acecc92a720ee2747d96cacf56f2968c9deabb254c882a969c154baa0fdb639a857844ec91a4e47ee553dd13b58c3b790202e7e73500095c1ec85ee9
 SHA512 
f74d743bd8f889c2941be8fd5348e92abcaf75bce48140f7f9cc0c6ce33ba24a8479bef48631ffe2a10397c0ecf166b3bddb6ca8ee905859c029175de5d43f2a
 DIST ghc-9.0.2-riscv64-llvm.patch.xz 7148 BLAKE2B 
01a0d4036b649f663aebebab06990ac041533e7462d3ee9e143444f1119b736f2f8f2dfc293d61da1fac9f0d3ef12e98bab5b0c9fe8440ed1eab22a1d45fb9d7
 SHA512 
8afb62d5363d8a1a8f63e85335f3c8fa35b7d22899ebe334218a60ce9519852325c8ce93bb0be794c36cbc3c1cc031b7b1e2f4d7665d71f49e95f737bd91ba1a
 DIST ghc-9.0.2-src.tar.xz 27270396 BLAKE2B 
0a73d910d3ef11161f895849025fe37ce231932f7cde441fdf620cf8c51678060a804467879eb0ee5c0a30413604c56e28e2aa1cde01e45c620b76987d9c0c0e
 SHA512 
32994c7d2b8f47bae604cd825bfcf9c788d79ce26d1d5f58bd73a7093e11ae6c3c17b31dc0c9e454dbf67ca169b942f92213c388d615768cae86055bf6094dee
 DIST ghc-9.0.2-testsuite.tar.xz 2403564 BLAKE2B 
0e7f6fefb9c972f94073aca8b15147913ffa8d3cd3ff7fc63ef7e20b4efd8b443cf21f12e1ab0f5044790f6d8af6cf7788bda85a21b2f356ddface86eb896670
 SHA512 
b2375500ae837d74af8085d099899b5a7a589c59bdcc033ca0bd6e00f33c4f8d90b481e0c7c3de113e607fcfafdfe8edde4713e6d242b2d4ee87df2eb960c9c7
+DIST ghc-bin-8.10.6-i686-pc-linux-gnu.tbz2 124324289 BLAKE2B 
afb34984872b35fdedbdedeb8756cc7c33e5b943dba57dd86910b076d483bb643265d0ab0027784dec5dc489eabd65b5ab17474f25fb2ce657925aa0efaa9033
 SHA512 
4be13e6dba298d12a4d49ae4633eec83cfaaaf22b5f8cfca5f5952aa294ae52fb3601490beed3bda5a7f7b6a5bd81e0ecc9fc39e8df836cc8fd377a0d0b783a0
+DIST ghc-bin-8.10.6-x86_64-pc-linux-gnu.tbz2 122871118 BLAKE2B 
527b36abf60390c91f91bc650ee25484d39d377739da87b5b6fd1a752705c1f3bc0ce0c68644657c9a7c1fc9a3b858b9dd7d84b25eab1a89125fccb6eb1f6250
 SHA512 
42b7fae339e82a6078fae8920efea8d0992e4774ea66b100e22dd9df168be57d8bce52558b8501c3c567c40776389d94bde3f17d26d63535140ce26ac16c27e1
 DIST ghc-bin-9.0.2-aarch64-unknown-linux-gnu.tar.gz 304621314 BLAKE2B 
d38b8571d41b5703da6b29f43664293761865166a7e3ab6b9c4b039f1af15faa4aa2013a32eb00059d6e595984895762eadff7b62141157d2dea6eb9b035138d
 SHA512 
94e0e00329a18b494b509b3f8190cf6fed2399a2ac2d2d96fdfd90bf5dbeb8db68b6759f719ad85f8873961b0e983ff0006ce0bf109e96462169cbd9fa7b6784
 DIST ghc-bin-9.0.2-i686-pc-linux-gnu.tbz2 123509908 BLAKE2B 
45614984803a7bfa266f99d4adb4b5f2ab7b9e5e89c6ecd501296fc99a1d96e798ccb9c832f8dcb15fff9725beb918a7b63e62ff13f59b6506a2ef17930c45d2
 SHA512 
e0b7f4474c16f0763a2f787027fbdfeb3125b48c987fa1196bc189fefad9f0bfa2806da62af46d61ca911f5275b578076e2b326acf39e0894a8daa9deda0843a
 DIST ghc-bin-9.0.2-powerpc64-unknown-linux-gnu.tar.gz 235636284 BLAKE2B 
878ac300cca5d2cbc5cb21dbb347da755b4027cbf63ec77464740854fa8010569de5e03acef67cd877da13665c906b2fd04e24e226e9eb39b57ba979093c732b
 SHA512 
28f096e965abdac9cc370c882639f10285b9073ba5332f7af215eccff948e41c01c3d6bb3bc8e3b4e809e12867a95b49f82dd76e0090b974088f75ab9d1bc199

diff --git a/dev-lang/ghc/files/ghc-8.10.6-aclocal.patch 
b/dev-lang/ghc/files/ghc-8.10.6-aclocal.patch
new file mode 100644
index ..8bd3ce58d072
--- /dev/null
+++ b/dev-lang/ghc/files/ghc-8.10.6-aclocal.patch
@@ -0,0 +1,26 @@
+diff --git a/aclocal.m4 b/aclocal.m4
+index 47d69c5..212ebc6 100644
+--- a/aclocal.m4
 b/aclocal.m4
+@@ -966,17 +966,15 @@ struct nlist xYzzY1[] = {{"xYzzY1", 0},{0}};
+ struct nlist xYzzY2[] = {{"_xYzzY2", 0},{0}};
+ #endif
+ 
+-int main(argc, argv)
+-int argc;
+-char **argv;
++int main(int argc, char **argv)
+ {
+ #if defined(HAVE_NLIST_H)
+ if(nlist(argv[0], xYzzY1) == 0 && xYzzY1[0].n_value != 0)
+-exit(1);
++return 1;
+ if(nlist(argv[0], xYzzY2) == 0 && xYzzY2[0].n_value != 0)
+-exit(0);
++return 0;
+ #endif
+-exit(1);
++return 1;
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/files/, dev-lang/ghc/

2022-11-25 Thread Sam James
commit: 8c04cb3ed60ea4977b2c38cf10fe0bae347095b4
Author: Jack Todaro  posteo  org>
AuthorDate: Fri Nov 25 19:47:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c04cb3e

dev-lang/ghc: sync from ::haskell (clang-16 workaround)

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-lang/ghc/files/ghc-9.0.2-fptools.patch |  26 +
 dev-lang/ghc/ghc-9.0.2-r2.ebuild   | 854 +
 2 files changed, 880 insertions(+)

diff --git a/dev-lang/ghc/files/ghc-9.0.2-fptools.patch 
b/dev-lang/ghc/files/ghc-9.0.2-fptools.patch
new file mode 100644
index ..8b00517386dd
--- /dev/null
+++ b/dev-lang/ghc/files/ghc-9.0.2-fptools.patch
@@ -0,0 +1,26 @@
+diff --git a/m4/fptools.m4 b/m4/fptools.m4
+index 8c6c9b7..a5db447 100644
+--- a/m4/fptools.m4
 b/m4/fptools.m4
+@@ -976,17 +976,15 @@ struct nlist xYzzY1[] = {{"xYzzY1", 0},{0}};
+ struct nlist xYzzY2[] = {{"_xYzzY2", 0},{0}};
+ #endif
+ 
+-int main(argc, argv)
+-int argc;
+-char **argv;
++int main(int argc, char **argv)
+ {
+ #if defined(HAVE_NLIST_H)
+ if(nlist(argv[0], xYzzY1) == 0 && xYzzY1[0].n_value != 0)
+-exit(1);
++return 1;
+ if(nlist(argv[0], xYzzY2) == 0 && xYzzY2[0].n_value != 0)
+-exit(0);
++return 0;
+ #endif
+-exit(1);
++return 1;
+ 
}]])],[fptools_cv_leading_underscore=yes],[fptools_cv_leading_underscore=no],[fptools_cv_leading_underscore=no])
+ ;;
+ esac]);

diff --git a/dev-lang/ghc/ghc-9.0.2-r2.ebuild b/dev-lang/ghc/ghc-9.0.2-r2.ebuild
new file mode 100644
index ..363423eb235e
--- /dev/null
+++ b/dev-lang/ghc/ghc-9.0.2-r2.ebuild
@@ -0,0 +1,854 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# to make make a crosscompiler use crossdev and symlink ghc tree into
+# cross overlay. result would look like 'cross-sparc-unknown-linux-gnu/ghc'
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CTARGET} = ${CHOST} ]] ; then
+   if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
+   export CTARGET=${CATEGORY/cross-}
+   fi
+fi
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit python-any-r1
+inherit autotools bash-completion-r1 flag-o-matic ghc-package
+inherit multiprocessing pax-utils toolchain-funcs prefix
+inherit check-reqs llvm
+DESCRIPTION="The Glasgow Haskell Compiler"
+HOMEPAGE="https://www.haskell.org/ghc/;
+
+# we don't have any binaries yet
+arch_binaries=""
+
+BIN_PV=${PV}
+# sorted!
+#arch_binaries="$arch_binaries alpha? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-alpha.tbz2 )"
+#arch_binaries="$arch_binaries arm? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-armv7a-hardfloat-linux-gnueabi.tbz2
 )"
+arch_binaries="$arch_binaries arm64? ( 
https://github.com/matoro/ghc/releases/download/${PV}/ghc-bin-${PV}-aarch64-unknown-linux-gnu.tar.gz
 )"
+arch_binaries="$arch_binaries amd64? ( 
https://eidetic.codes/ghc-bin-${PV}-x86_64-pc-linux-gnu-r1.tbz2 )"
+#arch_binaries="$arch_binaries ia64?  ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ia64-fixed-fiw.tbz2 )"
+#arch_binaries="$arch_binaries ppc? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ppc.tbz2 )"
+arch_binaries="$arch_binaries ppc64? (
+   big-endian? ( 
https://github.com/matoro/ghc/releases/download/${PV}/ghc-bin-${PV}-powerpc64-unknown-linux-gnu.tar.gz
 )
+   !big-endian? ( 
https://github.com/matoro/ghc/releases/download/${PV}/ghc-bin-${PV}-powerpc64le-unknown-linux-gnu.tar.gz
 )
+)"
+arch_binaries="$arch_binaries riscv? ( 
https://github.com/matoro/ghc/releases/download/${PV}/ghc-bin-${PV}-riscv64-unknown-linux-gnu.tar.gz
 )"
+#arch_binaries="$arch_binaries sparc? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-sparc.tbz2 )"
+arch_binaries="$arch_binaries x86? ( 
https://eidetic.codes/ghc-bin-${PV}-i686-pc-linux-gnu.tbz2 )"
+
+# various ports:
+#arch_binaries="$arch_binaries x86-fbsd? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-x86-fbsd.tbz2 )"
+
+# 0 - yet
+yet_binary() {
+   case "${ARCH}" in
+   #alpha) return 0 ;;
+   arm64) return 0 ;;
+   #arm) return 0 ;;
+   amd64) return 0 ;;
+   #ia64) return 0 ;;
+   #ppc) return 0 ;;
+   ppc64) return 0 ;;
+   riscv) return 0 ;;
+   #sparc) return 0 ;;
+   x86) return 0 ;;
+   *) return 1 ;;
+   esac
+}
+
+GHC_PV=${PV}
+#GHC_PV=8.10.0.20200123 # uncomment only for -alpha, -beta, -rc ebuilds
+GHC_P=${PN}-${GHC_PV} # using ${P} is almost never correct
+
+SRC_URI="!binary? (
+   https://downloads.haskell.org/ghc/${PV/_/-}/${GHC_P}-src.tar.xz
+   test? ( 
https://downloads.haskell.org/ghc/${PV/_/-}/${GHC_P}-testsuite.tar.xz )
+)"
+SRC_URI+=" 

[gentoo-commits] repo/gentoo:master commit in: dev-python/miniupnpc/

2022-11-25 Thread Sam James
commit: 1bbb0735d85b3850821396b4091c5103e5640a8c
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 21:56:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbb0735

dev-python/miniupnpc: Stabilize 2.2.4 amd64, #882985

Signed-off-by: Sam James  gentoo.org>

 dev-python/miniupnpc/miniupnpc-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
index 1fa578cb3d02..493a05bc71ce 100644
--- a/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
+++ b/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/miniupnpc/

2022-11-25 Thread Sam James
commit: 8f0fd89bd55ac2a078545548d0e2658c35f74bc2
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 21:56:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0fd89b

dev-python/miniupnpc: Stabilize 2.2.4 x86, #882985

Signed-off-by: Sam James  gentoo.org>

 dev-python/miniupnpc/miniupnpc-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
index a54198b55985..1fa578cb3d02 100644
--- a/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
+++ b/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/unicode-collation/

2022-11-25 Thread Sam James
commit: 353ef3beaadf7a9482e03e3b018d2fa6bf1b4307
Author: Jack Todaro  posteo  org>
AuthorDate: Fri Nov 25 20:37:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353ef3be

dev-haskell/unicode-collation: add 0.1.3.3

Closes: https://bugs.gentoo.org/882749
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/unicode-collation/Manifest |  1 +
 .../unicode-collation-0.1.3.3.ebuild   | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-haskell/unicode-collation/Manifest 
b/dev-haskell/unicode-collation/Manifest
index 5b9b60120d20..174ae7a984c9 100644
--- a/dev-haskell/unicode-collation/Manifest
+++ b/dev-haskell/unicode-collation/Manifest
@@ -1 +1,2 @@
 DIST unicode-collation-0.1.3.1.tar.gz 2057181 BLAKE2B 
dde95fbf322a2a9100e8c3a462744006e5e1c2934f0e99c410e311256bf22a0898a7a04960284ba5f801ebfbb3d7465eeedb8ba3a6545cd991b9ee4dd00270a5
 SHA512 
7c8de0e1c3053bdea7f4007fd7711d5d18fd2f19ddd78ffc3d51cab3ee34623faa51d45ea8408b3e079741bfed9bc453ecc89cc2e20f479280d3646f0f1ecc44
+DIST unicode-collation-0.1.3.3.tar.gz 2056081 BLAKE2B 
1b5d58b852ff457b4c794d6e8c87c0539a5987240c2cdb8329fbb00b792be1105c194b55a10b5abd9c59eac7262194065d460a18e994edd2d7f71f535acb4f41
 SHA512 
bbb8fb3d52fa4906ddb92fb605f49b4c726cfcffd1f950c8a78bc495594a2e7d85fa78e2009da850f0218fce09a57f829ce0f3d6a6000b9b6484754f8c8260e8

diff --git a/dev-haskell/unicode-collation/unicode-collation-0.1.3.3.ebuild 
b/dev-haskell/unicode-collation/unicode-collation-0.1.3.3.ebuild
new file mode 100644
index ..e36006f5e702
--- /dev/null
+++ b/dev-haskell/unicode-collation/unicode-collation-0.1.3.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.3.0
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Haskell implementation of the Unicode Collation Algorithm"
+HOMEPAGE="https://github.com/jgm/unicode-collation;
+
+LICENSE="BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="doctests executable"
+
+RDEPEND="dev-haskell/th-lift-instances:=[profile?]
+   >=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.2.0.1
+   test? ( dev-haskell/tasty
+   dev-haskell/tasty-hunit
+   dev-haskell/tasty-quickcheck
+   >=dev-haskell/unicode-transforms-0.3.7.1
+   doctests? ( >=dev-haskell/doctest-0.8 ) )
+"
+
+src_configure() {
+   haskell-cabal_src_configure \
+   $(cabal_flag doctests doctests) \
+   $(cabal_flag executable executable)
+}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/text/

2022-11-25 Thread Sam James
commit: b54c4c1b2c6d990eeb9a01e7ce5c363bd933d145
Author: Jack Todaro  posteo  org>
AuthorDate: Wed Nov 23 07:39:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54c4c1b

dev-haskell/text: adjust core lib markings

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/text/text-1.2.4.1.ebuild | 2 +-
 dev-haskell/text/text-1.2.5.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/text/text-1.2.4.1.ebuild 
b/dev-haskell/text/text-1.2.4.1.ebuild
index f5ba15df6e34..d5c69728cb9b 100644
--- a/dev-haskell/text/text-1.2.4.1.ebuild
+++ b/dev-haskell/text/text-1.2.4.1.ebuild
@@ -28,7 +28,7 @@ RDEPEND=">=dev-lang/ghc-8.8:="
 DEPEND="${RDEPEND}
 "
 
-CABAL_CORE_LIB_GHC_PV="PM:8.10.6"
+CABAL_CORE_LIB_GHC_PV="8.10.6"
 
 src_configure() {
haskell-cabal_src_configure \

diff --git a/dev-haskell/text/text-1.2.5.0.ebuild 
b/dev-haskell/text/text-1.2.5.0.ebuild
index b06e6e150418..0dbcaaed8555 100644
--- a/dev-haskell/text/text-1.2.5.0.ebuild
+++ b/dev-haskell/text/text-1.2.5.0.ebuild
@@ -33,4 +33,4 @@ src_configure() {
--flag=-developer
 }
 
-CABAL_CORE_LIB_GHC_PV="PM:9.0.2"
+CABAL_CORE_LIB_GHC_PV="9.0.2"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/parsec/

2022-11-25 Thread Sam James
commit: 771594efe3f233021ebdbb79e9f09451fddf8444
Author: Jack Todaro  posteo  org>
AuthorDate: Wed Nov 23 07:37:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771594ef

dev-haskell/parsec: adjust core lib markings

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild 
b/dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild
index c64006fcee50..4551401e2344 100644
--- a/dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild
+++ b/dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND=">=dev-haskell/mtl-1.1.1:=[profile?] 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/terminfo/

2022-11-25 Thread Sam James
commit: 62d8a49c31a0e94a85972183262a35738feaeef0
Author: Jack Todaro  posteo  org>
AuthorDate: Wed Nov 23 07:39:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d8a49c

dev-haskell/terminfo: adjust core lib markings

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/terminfo/terminfo-0.4.1.4.ebuild | 2 +-
 dev-haskell/terminfo/terminfo-0.4.1.5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/terminfo/terminfo-0.4.1.4.ebuild 
b/dev-haskell/terminfo/terminfo-0.4.1.4.ebuild
index e6981d210b16..007ff1d92031 100644
--- a/dev-haskell/terminfo/terminfo-0.4.1.4.ebuild
+++ b/dev-haskell/terminfo/terminfo-0.4.1.4.ebuild
@@ -24,4 +24,4 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.24.0.0
 "
 
-CABAL_CORE_LIB_GHC_PV="PM:8.10.6"
+CABAL_CORE_LIB_GHC_PV="8.10.6"

diff --git a/dev-haskell/terminfo/terminfo-0.4.1.5.ebuild 
b/dev-haskell/terminfo/terminfo-0.4.1.5.ebuild
index 1f509b3fe347..9d7a29f69752 100644
--- a/dev-haskell/terminfo/terminfo-0.4.1.5.ebuild
+++ b/dev-haskell/terminfo/terminfo-0.4.1.5.ebuild
@@ -23,4 +23,4 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
 "
 
-CABAL_CORE_LIB_GHC_PV="PM:9.0.2"
+CABAL_CORE_LIB_GHC_PV="9.0.2"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/mtl/

2022-11-25 Thread Sam James
commit: 5cffe2df24e869075a898e8f88bda54f0b17537f
Author: Jack Todaro  posteo  org>
AuthorDate: Wed Nov 23 07:36:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cffe2df

dev-haskell/mtl: adjust core lib markings

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/mtl/mtl-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/mtl/mtl-2.2.2.ebuild b/dev-haskell/mtl/mtl-2.2.2.ebuild
index c12ed9643140..2f73634d529e 100644
--- a/dev-haskell/mtl/mtl-2.2.2.ebuild
+++ b/dev-haskell/mtl/mtl-2.2.2.ebuild
@@ -24,4 +24,4 @@ RDEPEND=">=dev-lang/ghc-7.10.1:=
 "
 DEPEND="${RDEPEND}"
 
-CABAL_CORE_LIB_GHC_PV="PM:8.10.6 PM:9.0.2"
+CABAL_CORE_LIB_GHC_PV="8.10.6 9.0.2"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/stm/

2022-11-25 Thread Sam James
commit: 25c1e1d69411de325dc424ff16fc8b35e6e7f13e
Author: Jack Todaro  posteo  org>
AuthorDate: Wed Nov 23 07:38:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c1e1d6

dev-haskell/stm: adjust core lib markings

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/stm/stm-2.5.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/stm/stm-2.5.0.1.ebuild 
b/dev-haskell/stm/stm-2.5.0.1.ebuild
index 8e9858230b3e..eee72e5f0f31 100644
--- a/dev-haskell/stm/stm-2.5.0.1.ebuild
+++ b/dev-haskell/stm/stm-2.5.0.1.ebuild
@@ -25,4 +25,4 @@ DEPEND="${RDEPEND}
 
 # ghc-9.0.1 and ghc-9.0.2 actually bundles stm-2.5.0.0, but downgrades can be 
messy.
 # Mark as bundled as a workaround.
-CABAL_CORE_LIB_GHC_PV="PM:8.10.6 PM:9.0.2"
+CABAL_CORE_LIB_GHC_PV="8.10.6 9.0.2"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/haskeline/

2022-11-25 Thread Sam James
commit: e2d203817b5d13723042298c168b01cb2e2dd8c8
Author: Jack Todaro  posteo  org>
AuthorDate: Wed Nov 23 07:36:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d20381

dev-haskell/haskeline: adjust core lib markings

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/haskeline/haskeline-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/haskeline/haskeline-0.8.2.ebuild 
b/dev-haskell/haskeline/haskeline-0.8.2.ebuild
index ddf6147a9a85..6fd62b5ea6a7 100644
--- a/dev-haskell/haskeline/haskeline-0.8.2.ebuild
+++ b/dev-haskell/haskeline/haskeline-0.8.2.ebuild
@@ -37,4 +37,4 @@ src_configure() {
 }
 
 # ghc-9.0.1 actually comes bundled with haskeline-0.8.1.0
-CABAL_CORE_LIB_GHC_PV="PM:8.10.6 PM:9.0.2"
+CABAL_CORE_LIB_GHC_PV="8.10.6 9.0.2"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/binary/

2022-11-25 Thread Sam James
commit: 016d2486e1f31dd2604b1c515b2e70f0feb9
Author: Jack Todaro  posteo  org>
AuthorDate: Wed Nov 23 07:33:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016d2486

dev-haskell/binary: adjust core lib markings

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/binary/binary-0.8.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/binary/binary-0.8.8.0.ebuild 
b/dev-haskell/binary/binary-0.8.8.0.ebuild
index 4713aa042b2e..6adc72487a62 100644
--- a/dev-haskell/binary/binary-0.8.8.0.ebuild
+++ b/dev-haskell/binary/binary-0.8.8.0.ebuild
@@ -28,4 +28,4 @@ RDEPEND=">=dev-lang/ghc-7.8.2:=
 DEPEND="${RDEPEND}
 "
 
-CABAL_CORE_LIB_GHC_PV="PM:8.10.6 PM:9.0.2"
+CABAL_CORE_LIB_GHC_PV="8.10.6 9.0.2"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/exceptions/

2022-11-25 Thread Sam James
commit: 437ea39a6ca1995fd218d78441359afa4be37bda
Author: Jack Todaro  posteo  org>
AuthorDate: Wed Nov 23 07:35:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437ea39a

dev-haskell/exceptions: adjust core lib markings

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild 
b/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild
index 402c61a0435e..f123ecd719d6 100644
--- a/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild
+++ b/dev-haskell/exceptions/exceptions-0.10.4-r1.ebuild
@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
>=dev-haskell/test-framework-quickcheck2-0.3 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/cabal/

2022-11-25 Thread Sam James
commit: bc0ff6df750ad9e8aa26b20478bd1552cff6ec81
Author: Jack Todaro  posteo  org>
AuthorDate: Wed Nov 23 07:35:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0ff6df

dev-haskell/cabal: adjust core lib markings

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild | 2 +-
 dev-haskell/cabal/cabal-3.4.1.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild 
b/dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild
index 65173d2541c5..0877c3f6e60a 100644
--- a/dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild
+++ b/dev-haskell/cabal/cabal-3.2.1.0-r1.ebuild
@@ -51,4 +51,4 @@ src_configure() {
--flag=-bundled-binary-generic
 }
 
-CABAL_CORE_LIB_GHC_PV="PM:8.10.6"
+CABAL_CORE_LIB_GHC_PV="8.10.6"

diff --git a/dev-haskell/cabal/cabal-3.4.1.0.ebuild 
b/dev-haskell/cabal/cabal-3.4.1.0.ebuild
index 4d2f4b6ec1a4..d809c1c95059 100644
--- a/dev-haskell/cabal/cabal-3.4.1.0.ebuild
+++ b/dev-haskell/cabal/cabal-3.4.1.0.ebuild
@@ -48,4 +48,4 @@ src_configure() {
--flag=-bundled-binary-generic
 }
 
-CABAL_CORE_LIB_GHC_PV="PM:9.0.2"
+CABAL_CORE_LIB_GHC_PV="9.0.2"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/transformers/

2022-11-25 Thread Sam James
commit: de5c6d8a32c83b7f4fc813a9ba59b234837a178f
Author: Jack Todaro  posteo  org>
AuthorDate: Wed Nov 23 07:32:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 21:56:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5c6d8a

dev-haskell/transformers: adjust core lib markings

Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/transformers/transformers-0.5.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/transformers/transformers-0.5.6.2.ebuild 
b/dev-haskell/transformers/transformers-0.5.6.2.ebuild
index 789963a6dbf5..0a78f3c0cebe 100644
--- a/dev-haskell/transformers/transformers-0.5.6.2.ebuild
+++ b/dev-haskell/transformers/transformers-0.5.6.2.ebuild
@@ -24,4 +24,4 @@ RDEPEND=">=dev-lang/ghc-7.4.1:=
 "
 DEPEND="${RDEPEND}
 "
-CABAL_CORE_LIB_GHC_PV="PM:8.10.6 PM:9.0.2"
+CABAL_CORE_LIB_GHC_PV="8.10.6 9.0.2"



[gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/

2022-11-25 Thread Andreas K. Hüttel
commit: 2a73a4559961dec3450dffc353c1abc8a16e57e9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Nov 25 21:54:51 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Nov 25 21:54:51 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=2a73a455

Add remaining mips systemd builds

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../mips/stage1-mips3-multilib-systemd.spec| 14 +++
 .../specs-qemu/mips/stage1-mips3-n64-systemd.spec  | 14 +++
 .../mips/stage1-mipsel3-multilib-systemd.spec  | 14 +++
 .../mips/stage3-mips3-multilib-systemd.spec| 12 ++
 .../specs-qemu/mips/stage3-mips3-n64-systemd.spec  | 12 ++
 .../mips/stage3-mipsel3-multilib-systemd.spec  | 12 ++
 tools/catalyst-auto-qemu-mips-common   | 47 +++---
 7 files changed, 111 insertions(+), 14 deletions(-)

diff --git a/releases/specs-qemu/mips/stage1-mips3-multilib-systemd.spec 
b/releases/specs-qemu/mips/stage1-mips3-multilib-systemd.spec
new file mode 100644
index ..9a270155
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips3-multilib-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mips3_multilib
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/multilib/n32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips3_multilib-systemd-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mips3-n64-systemd.spec 
b/releases/specs-qemu/mips/stage1-mips3-n64-systemd.spec
new file mode 100644
index ..b0efd7a8
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips3-n64-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mips3_n64
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/n64/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips3_n64-systemd-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-multilib-systemd.spec 
b/releases/specs-qemu/mips/stage1-mipsel3-multilib-systemd.spec
new file mode 100644
index ..a228ecfa
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-multilib-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3_multilib
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel 
/usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/multilib/n32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mipsel3_multilib-systemd-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips3-multilib-systemd.spec 
b/releases/specs-qemu/mips/stage3-mips3-multilib-systemd.spec
new file mode 100644
index ..0dd4fbeb
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips3-multilib-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mips3_multilib
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/multilib/n32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips3_multilib-systemd-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips3-n64-systemd.spec 
b/releases/specs-qemu/mips/stage3-mips3-n64-systemd.spec
new file mode 100644
index ..4fdb16fd
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips3-n64-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mips3_n64
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/n64/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips3_n64-systemd-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd.spec 
b/releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd.spec
new file mode 100644
index ..583627ac
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3_multilib
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: 

[gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/unused/

2022-11-25 Thread Andreas K. Hüttel
commit: 967ca2a4ceb9d1c6409faa194d3f45007f8834d2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Nov 25 21:43:10 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Nov 25 21:43:10 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=967ca2a4

Drop unused mips spec files

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../specs-qemu/mips/unused/stage1-mips32-o32-openrc.spec   | 14 --
 .../specs-qemu/mips/unused/stage1-mips32el-o32-openrc.spec | 14 --
 .../mips/unused/stage1-mips64-multilib-openrc.spec | 14 --
 .../specs-qemu/mips/unused/stage1-mips64-n32-openrc.spec   | 14 --
 .../specs-qemu/mips/unused/stage1-mips64-n64-openrc.spec   | 14 --
 .../mips/unused/stage1-mips64el-multilib-openrc.spec   | 14 --
 .../specs-qemu/mips/unused/stage1-mips64el-n32-openrc.spec | 14 --
 .../specs-qemu/mips/unused/stage1-mips64el-n64-openrc.spec | 14 --
 .../mips/unused/stage1-mips64el-n64-systemd-mu.spec| 14 --
 .../mips/unused/stage1-mips64el-n64-systemd.spec   | 14 --
 .../specs-qemu/mips/unused/stage3-mips32-o32-openrc.spec   | 12 
 .../specs-qemu/mips/unused/stage3-mips32el-o32-openrc.spec | 12 
 .../mips/unused/stage3-mips64-multilib-openrc.spec | 12 
 .../specs-qemu/mips/unused/stage3-mips64-n32-openrc.spec   | 12 
 .../specs-qemu/mips/unused/stage3-mips64-n64-openrc.spec   | 12 
 .../mips/unused/stage3-mips64el-multilib-openrc.spec   | 12 
 .../specs-qemu/mips/unused/stage3-mips64el-n32-openrc.spec | 12 
 .../specs-qemu/mips/unused/stage3-mips64el-n64-openrc.spec | 12 
 .../mips/unused/stage3-mips64el-n64-systemd-mu.spec| 12 
 .../mips/unused/stage3-mips64el-n64-systemd.spec   | 12 
 20 files changed, 260 deletions(-)

diff --git a/releases/specs-qemu/mips/unused/stage1-mips32-o32-openrc.spec 
b/releases/specs-qemu/mips/unused/stage1-mips32-o32-openrc.spec
deleted file mode 100644
index 3fc414a7..
--- a/releases/specs-qemu/mips/unused/stage1-mips32-o32-openrc.spec
+++ /dev/null
@@ -1,14 +0,0 @@
-subarch: mips32
-target: stage1
-version_stamp: openrc-@TIMESTAMP@
-interpreter: /usr/bin/qemu-mips
-rel_type: default
-profile: default/linux/mips/17.0/o32
-snapshot: @TIMESTAMP@
-source_subpath: default/stage3-mips32-openrc-latest
-compression_mode: pixz
-decompressor_search_order: xz bzip2
-update_seed: yes
-update_seed_command: -uDN @world
-portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
-portage_prefix: releng

diff --git a/releases/specs-qemu/mips/unused/stage1-mips32el-o32-openrc.spec 
b/releases/specs-qemu/mips/unused/stage1-mips32el-o32-openrc.spec
deleted file mode 100644
index a72e9d53..
--- a/releases/specs-qemu/mips/unused/stage1-mips32el-o32-openrc.spec
+++ /dev/null
@@ -1,14 +0,0 @@
-subarch: mips32el
-target: stage1
-version_stamp: openrc-@TIMESTAMP@
-interpreter: /usr/bin/qemu-mipsel
-rel_type: default
-profile: default/linux/mips/17.0/mipsel/o32
-snapshot: @TIMESTAMP@
-source_subpath: default/stage3-mips32el-openrc-latest
-compression_mode: pixz
-decompressor_search_order: xz bzip2
-update_seed: yes
-update_seed_command: -uDN @world
-portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
-portage_prefix: releng

diff --git a/releases/specs-qemu/mips/unused/stage1-mips64-multilib-openrc.spec 
b/releases/specs-qemu/mips/unused/stage1-mips64-multilib-openrc.spec
deleted file mode 100644
index 45583d9a..
--- a/releases/specs-qemu/mips/unused/stage1-mips64-multilib-openrc.spec
+++ /dev/null
@@ -1,14 +0,0 @@
-subarch: mips64_multilib
-target: stage1
-version_stamp: openrc-@TIMESTAMP@
-interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64
-rel_type: default
-profile: default/linux/mips/17.0/multilib/n32
-snapshot: @TIMESTAMP@
-source_subpath: default/stage3-mips64_multilib-openrc-latest
-compression_mode: pixz
-decompressor_search_order: xz bzip2
-update_seed: yes
-update_seed_command: -uDN @world
-portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
-portage_prefix: releng

diff --git a/releases/specs-qemu/mips/unused/stage1-mips64-n32-openrc.spec 
b/releases/specs-qemu/mips/unused/stage1-mips64-n32-openrc.spec
deleted file mode 100644
index 702604cc..
--- a/releases/specs-qemu/mips/unused/stage1-mips64-n32-openrc.spec
+++ /dev/null
@@ -1,14 +0,0 @@
-subarch: mips64_n32
-target: stage1
-version_stamp: openrc-@TIMESTAMP@
-interpreter: /usr/bin/qemu-mipsn32
-rel_type: default
-profile: default/linux/mips/17.0/n32
-snapshot: @TIMESTAMP@
-source_subpath: default/stage3-mips64_n32-openrc-latest
-compression_mode: pixz
-decompressor_search_order: xz bzip2
-update_seed: yes
-update_seed_command: -uDN @world
-portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
-portage_prefix: releng

diff --git 

[gentoo-commits] repo/proj/guru:dev commit in: dev-util/bash-language-server/

2022-11-25 Thread Ronny Gutbrod
commit: c9efdb2453622d9b955b74dda5bb5a502d22f2e1
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Nov 25 21:46:01 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Nov 25 21:46:01 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c9efdb24

dev-util/bash-language-server: add 3.2.1, drop 3.2.0

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 dev-util/bash-language-server/Manifest| 4 ++--
 ...language-server-3.2.0.ebuild => bash-language-server-3.2.1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/bash-language-server/Manifest 
b/dev-util/bash-language-server/Manifest
index 4c28ed538..0d98cfd25 100644
--- a/dev-util/bash-language-server/Manifest
+++ b/dev-util/bash-language-server/Manifest
@@ -1,4 +1,4 @@
 DIST bash-language-server-3.1.0-deps.tar.xz 3304768 BLAKE2B 
daf65f274b96f7e53dedb2fe2c4152d73cf4f78e00ecab516657f1e18265807a430a71d8c8dd4b9be1f0bbad3318977a7ecddce65247d2fae926948f089adc00
 SHA512 
4a083882aea9c203d887af6f0d4f7912a0bf0706364c72665013a8833d780add18e9cecbb06100a739215ee689c681558fd6bfd282838c6c8cbdc9fd2b28eb28
 DIST bash-language-server-3.1.0.tgz 140577 BLAKE2B 
df87268f0e2b381e637396eee6ad0462b6a39ce83bfbd04adc936d06dad1a4769fc840f7aff4b8f6146d790a39383dcef8c040858217d3b5ceece22dd1bd2a37
 SHA512 
0da4e5643eb44b7665740921721e681f5bf1527f23a1e170ef720e9f03309994a56d072d683ae73fb0dd0cf455aeb437ba151095a68e18f7890ac63f6be57aa6
-DIST bash-language-server-3.2.0-deps.tar.xz 3336436 BLAKE2B 
e10f3d79a9eceb2773e305d321d04b165bdc05190c90943c44b548b99362576121cced3e0427f022f2ec55373376537196f9f745b6b3951e92b0b9a91c7b0dde
 SHA512 
134adc16198f8545a97aa5233b16b094b7950e2adfb4d565748b334814b0ae32247446f9d56dd01d87904be55d1d556d3c62b8b99ca36987dc96aa3511baf8e1
-DIST bash-language-server-3.2.0.tgz 141057 BLAKE2B 
70651a80416075a827d65658957c899f6f32ac6761fe4382fd708bcc13458e92d58e4253ca8193b77d7bbe39aa9efc325b4b3029c6e31829a01c05129b8a9093
 SHA512 
964f5abfec8b78e41d6a8f2bcd20abd013589e084ae07207797db5c69a7ed6506c1006165ae23eee3175c5517a4999c09992837360e538b0a5d2ee46083d93f8
+DIST bash-language-server-3.2.1-deps.tar.xz 3465976 BLAKE2B 
9b2b2b4e9f4dad02869d7f88ab672111579864025510e4fa23a966495324dd2f5cf7e2861615407d5f4d12f244402fa07c7ba9b68e92fc04a1603dfb75d645e4
 SHA512 
f7600f229b96c7cf87d80dbc361331a112d1711bd3649440753c276ca63b7d7c65ba381022eb3699c557968f935860d9293c75a20c4d13705639bd58f6f14901
+DIST bash-language-server-3.2.1.tgz 141222 BLAKE2B 
f984dd50bc1e8c5643109cb42b635240db671770413db6ce47eacbb716f09a37a147743b15681a7e6cb5af0714e950f99f3b42ebf8735b9890fac2979475337a
 SHA512 
e1ee2ec4956e733567f25bfd8b82ff5ccb66aa44735c583f9acf85a4c58331038c63637a50ecded40b13e72fbe0a73031efbe1dab15c1ce454532f304403cffe

diff --git a/dev-util/bash-language-server/bash-language-server-3.2.0.ebuild 
b/dev-util/bash-language-server/bash-language-server-3.2.1.ebuild
similarity index 100%
rename from dev-util/bash-language-server/bash-language-server-3.2.0.ebuild
rename to dev-util/bash-language-server/bash-language-server-3.2.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-ada/ada_language_server/

2022-11-25 Thread Alfredo Tupone
commit: b2f70d7d57b5a3d66d80bd804d6c4e1be31c4987
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Nov 25 21:37:34 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Nov 25 21:38:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f70d7d

dev-ada/ada_language_server: use tc-getCXX to get g++

Closes: https://bugs.gentoo.org/882445
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ada/ada_language_server/ada_language_server-22.0.0.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-ada/ada_language_server/ada_language_server-22.0.0.ebuild 
b/dev-ada/ada_language_server/ada_language_server-22.0.0.ebuild
index aa6c851354d5..6dd19f3debf3 100644
--- a/dev-ada/ada_language_server/ada_language_server-22.0.0.ebuild
+++ b/dev-ada/ada_language_server/ada_language_server-22.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 ADA_COMPAT=( gnat_2021 gcc_12_2_0 )
-inherit ada multiprocessing
+inherit ada multiprocessing toolchain-funcs
 
 DESCRIPTION="an implementation of the Microsoft Language Server Protocol for 
Ada/SPARK"
 HOMEPAGE="https://github.com/AdaCore/ada_language_server;
@@ -30,6 +30,14 @@ BDEPEND="dev-ada/gprbuild[${ADA_USEDEP}]
 
 REQUIRED_USE="${ADA_REQUIRED_USE}"
 
+src_prepare() {
+   sed -i \
+   -e "s:g++:$(tc-getCXX):" \
+   gnat/lsp_server.gpr \
+   || die
+   default
+}
+
 src_compile() {
gprbuild -v -j$(makeopts_jobs) -P gnat/tester.gpr -p \
-XLIBRARY_TYPE=relocatable \



[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/

2022-11-25 Thread Michał Górny
commit: bc75c1b85ce23605a5fdb28e106944e931cca4ef
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 21:12:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 21:13:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc75c1b8

dev-python/pypy3: Remove test support for the time being

Tests still require Python 2, pypy[-full-stdlib] is insufficient
and they are failing anyway.

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pypy3/pypy3-7.3.10_rc3.ebuild | 24 ++--
 1 file changed, 2 insertions(+), 22 deletions(-)

diff --git a/dev-python/pypy3/pypy3-7.3.10_rc3.ebuild 
b/dev-python/pypy3/pypy3-7.3.10_rc3.ebuild
index ae5eeb7df0a2..c6b9c98cbd92 100644
--- a/dev-python/pypy3/pypy3-7.3.10_rc3.ebuild
+++ b/dev-python/pypy3/pypy3-7.3.10_rc3.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python2_7 )
-inherit pax-utils python-any-r1 toolchain-funcs
+inherit pax-utils python-utils-r1 toolchain-funcs
 
 PYPY_PV=${PV%_p*}
 MY_P=pypy3.9-v${PYPY_PV/_rc/rc}
@@ -26,7 +25,7 @@ LICENSE="MIT"
 # also check pypy/interpreter/pycode.py -> pypy_incremental_magic
 SLOT="0/pypy39-pp73-336"
 KEYWORDS=""
-IUSE="+ensurepip gdbm +jit ncurses sqlite test tk"
+IUSE="+ensurepip gdbm +jit ncurses sqlite tk"
 # many tests are failing upstream
 # see https://buildbot.pypy.org/summary?branch=py3.9
 RESTRICT="test"
@@ -48,16 +47,8 @@ RDEPEND="
 "
 DEPEND="
${RDEPEND}
-   test? (
-   ${PYTHON_DEPS}
-   !!dev-python/pytest-forked
-   )
 "
 
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
 src_prepare() {
local PATCHES=(
"${WORKDIR}/${PATCHSET}"
@@ -147,17 +138,6 @@ src_compile() {
find -type d -empty -delete || die
 }
 
-src_test() {
-   # (unset)
-   local -x PYTHONDONTWRITEBYTECODE=
-   local -x COLUMNS=80
-
-   # Test runner requires Python 2 too. However, it spawns PyPy3
-   # internally so that we end up testing the correct interpreter.
-   # (--deselect for failing doctests)
-   "${EPYTHON}" ./pypy/test_all.py --pypy=./pypy3.9-c -vv lib-python || die
-}
-
 src_install() {
einfo "Installing PyPy ..."
dodir /usr/bin



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpx/

2022-11-25 Thread Michał Górny
commit: ce86bb6c80a1aad0cf5e5420e92ec0d6ac3b3581
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 21:07:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 21:07:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce86bb6c

dev-python/pytest-httpx: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-httpx/Manifest   |  1 -
 dev-python/pytest-httpx/pytest-httpx-0.21.0.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-python/pytest-httpx/Manifest b/dev-python/pytest-httpx/Manifest
index 1ee45fc971e3..c843ffef946c 100644
--- a/dev-python/pytest-httpx/Manifest
+++ b/dev-python/pytest-httpx/Manifest
@@ -1,3 +1,2 @@
-DIST pytest-httpx-0.21.0.gh.tar.gz 23123 BLAKE2B 
a9a1bc9effc557829071f13cec76aa1d164ae7040b685390c92f33c644c804448eba1ad3e841abdb667a2c0289abd64f5d3633779bd8b0355a1c03d390d94bd5
 SHA512 
6be6fb39ad1ef233ce9be7cf510422754b6c97a1b565d49224e82cbe4218ee24051b6c5865215ed575f200446dfe8dd1470908467c67077c51a4f5412b113c2a
 DIST pytest-httpx-0.21.1.gh.tar.gz 23997 BLAKE2B 
feba932cd8a4e7e36cbf98a5c07f8e3264c9f95568568dd4ec4b882a509a4feafd740d3c25a547b7ea28f7e5450083a5f5f7afde0b19bfe46f7999b01565fbe3
 SHA512 
22cd471996202c78c3d3b433f8ed525e0282df431f0923cfbce42fd543b56a2af20723062773a1a3e3f406a0ce6aa6eed27faaa76731472a903cdad6fb13f771
 DIST pytest-httpx-0.21.2.gh.tar.gz 24311 BLAKE2B 
ae1ce7ada3977c3bd68f31b5e20e93ac32f2459359bcff30d1ccf358b07ce269f38acb06b46211ddaed1085a9cf78fcefb921a978a5ca4f6c84fe25b602a3a25
 SHA512 
d8a9d1381a7c1bb1f907effce48bcd4cad29b2eb135e5d18e7ba3025ba2f18d97c7914f0cfb835416dfa608c59ed51db653b0366d407cfbb82fc520808f3792e

diff --git a/dev-python/pytest-httpx/pytest-httpx-0.21.0.ebuild 
b/dev-python/pytest-httpx/pytest-httpx-0.21.0.ebuild
deleted file mode 100644
index 7d55391a5293..
--- a/dev-python/pytest-httpx/pytest-httpx-0.21.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/_}"
-DESCRIPTION="Send responses to HTTPX using pytest"
-HOMEPAGE="
-   https://colin-b.github.io/pytest_httpx/
-   https://github.com/Colin-b/pytest_httpx/
-   https://pypi.org/project/pytest-httpx/
-"
-SRC_URI="
-   https://github.com/Colin-b/pytest_httpx/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   =dev-python/httpx-0.23*[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-text/dvisvgm/

2022-11-25 Thread Arthur Zamarin
commit: dca82a70acf90833b84d7025e476e36dbf5124e2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:40:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:40:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca82a70

app-text/dvisvgm: Stabilize 2.14-r1 hppa, #882923

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/dvisvgm/dvisvgm-2.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild 
b/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild
index 513785e36fcb..8d66a97b8302 100644
--- a/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild
+++ b/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
 IUSE="test"
 
 # Tests don't work from ${WORKDIR}: kpathsea tries to search in relative



[gentoo-commits] repo/gentoo:master commit in: dev-util/ccache/

2022-11-25 Thread Arthur Zamarin
commit: 09f23b624850757f05921fb583b78fb1c37528f6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:40:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:40:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f23b62

dev-util/ccache: Stabilize 4.6.3 hppa, #882871

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-util/ccache/ccache-4.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ccache/ccache-4.6.3.ebuild 
b/dev-util/ccache/ccache-4.6.3.ebuild
index 0484e4b843fa..89a7f7404f39 100644
--- a/dev-util/ccache/ccache-4.6.3.ebuild
+++ b/dev-util/ccache/ccache-4.6.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
https://github.com/ccache/ccache/releases/download/v${P
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
 # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
 IUSE="doc redis +static-c++ test"
 RESTRICT="!test? ( test )"



[gentoo-commits] proj/releng:master commit in: releases/portage/stages/profile/package.use.force/releng/, ...

2022-11-25 Thread Andreas K. Hüttel
commit: eaacba5650b4e8ca81debfa69839eaa94e4e4753
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Nov 25 20:39:00 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Nov 25 20:39:00 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=eaacba56

Force musl[crypt] in stages

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 releases/portage/stages-qemu/profile/package.use.force/releng/musl | 2 ++
 releases/portage/stages/profile/package.use.force/releng/musl  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/releases/portage/stages-qemu/profile/package.use.force/releng/musl 
b/releases/portage/stages-qemu/profile/package.use.force/releng/musl
new file mode 100644
index ..320b7da4
--- /dev/null
+++ b/releases/portage/stages-qemu/profile/package.use.force/releng/musl
@@ -0,0 +1,2 @@
+# needed for stage 1 at least
+sys-libs/musl crypt

diff --git a/releases/portage/stages/profile/package.use.force/releng/musl 
b/releases/portage/stages/profile/package.use.force/releng/musl
new file mode 100644
index ..320b7da4
--- /dev/null
+++ b/releases/portage/stages/profile/package.use.force/releng/musl
@@ -0,0 +1,2 @@
+# needed for stage 1 at least
+sys-libs/musl crypt



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytoolconfig/

2022-11-25 Thread Arthur Zamarin
commit: 641323074ff73c76f9abafa8e234cc8b371e57e4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:38:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:38:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64132307

dev-python/pytoolconfig: drop 1.2.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytoolconfig/pytoolconfig-1.2.2.ebuild | 35 ---
 1 file changed, 35 deletions(-)

diff --git a/dev-python/pytoolconfig/pytoolconfig-1.2.2.ebuild 
b/dev-python/pytoolconfig/pytoolconfig-1.2.2.ebuild
deleted file mode 100644
index 219e5729b492..
--- a/dev-python/pytoolconfig/pytoolconfig-1.2.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python tool configuration"
-HOMEPAGE="
-   https://pypi.org/project/pytoolconfig/
-   https://github.com/bageljrkhanofemus/pytoolconfig/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.{8..10} )
-"
-BDEPEND="
-   test? (
-   >=dev-python/sphinx-4.5.0[${PYTHON_USEDEP}]
-   >=dev-python/tabulate-0.8.9[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytoolconfig/

2022-11-25 Thread Sam James
commit: c9b9a0e7aa17b1eb5afe1d6fb1db900c2ca36b2b
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 20:37:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 20:37:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b9a0e7

dev-python/pytoolconfig: Stabilize 1.2.2-r1 ALLARCHES, #882957

Signed-off-by: Sam James  gentoo.org>

 dev-python/pytoolconfig/pytoolconfig-1.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytoolconfig/pytoolconfig-1.2.2-r1.ebuild 
b/dev-python/pytoolconfig/pytoolconfig-1.2.2-r1.ebuild
index b664169b4b4d..487df55c030d 100644
--- a/dev-python/pytoolconfig/pytoolconfig-1.2.2-r1.ebuild
+++ b/dev-python/pytoolconfig/pytoolconfig-1.2.2-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-qt/

2022-11-25 Thread Arthur Zamarin
commit: 83950e71ae7ab43621a81cbf64e13e5780ae0b67
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:35:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:35:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83950e71

dev-python/pytest-qt: drop 4.1.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytest-qt/Manifest   |  1 -
 dev-python/pytest-qt/pytest-qt-4.1.0.ebuild | 65 -
 2 files changed, 66 deletions(-)

diff --git a/dev-python/pytest-qt/Manifest b/dev-python/pytest-qt/Manifest
index ef415126fbe8..8fb49db0827d 100644
--- a/dev-python/pytest-qt/Manifest
+++ b/dev-python/pytest-qt/Manifest
@@ -1,2 +1 @@
-DIST pytest-qt-4.1.0.tar.gz 119702 BLAKE2B 
7c906c94761df6472ae65a6ebb38dff07de8156730e3e10615ea8e08f0bd9f9fee07127ee6e8616055117b1db1911bc9b4486345d84b249664d317561195ad77
 SHA512 
bfb56abbaac47bf9da26eb19d6913d59872f2a9923da339e9a30a2145d0a094ddec36bcfa21d39c4cf318f95a83c72c249fe70034294a6791f9d84345f77451d
 DIST pytest-qt-4.2.0.tar.gz 120749 BLAKE2B 
1986bbf4ebc578ad548d2fccb0d0fb42f75ad8a03f315f51c04ae466587d3299fca8ec3a49bc5d023fc8ca76cbe6c45728bc88609e20d6f68ea8c6ea204e
 SHA512 
57e175bada0e33101eeb7d85579f6e804658d74168714b117b3a1ba564826405e70860b258caf28c917ddca7acd1842de2133a55b342862762fc37ca1a758b69

diff --git a/dev-python/pytest-qt/pytest-qt-4.1.0.ebuild 
b/dev-python/pytest-qt/pytest-qt-4.1.0.ebuild
deleted file mode 100644
index 721c620d61c8..
--- a/dev-python/pytest-qt/pytest-qt-4.1.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-PYSIDE2_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Pytest plugin for PyQt5 and PySide2 applications"
-HOMEPAGE="
-   https://pypi.org/project/pytest-qt/
-   https://github.com/pytest-dev/pytest-qt/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="
-   dev-python/QtPy[gui,testlib,widgets(+),${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/PyQt5[gui,testlib,widgets,${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/pyside2[gui,testlib,widgets,${PYTHON_USEDEP}]
-   ' "${PYSIDE2_COMPAT[@]}")
-   )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
-
-src_test() {
-   virtx distutils-r1_src_test
-}
-
-python_test() {
-   # warnings from other plugins cause the test output matchers to fail
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   local -x PYTEST_PLUGINS=pytestqt.plugin
-
-   local EPYTEST_DESELECT=(
-   # requires the window to be activated; that doesn't seem
-   # to be possible inside Xvfb
-   "tests/test_basics.py::test_wait_window[waitActive-True]"
-
-   # we are forcing a specific module via envvar, effectively
-   # overriding the config
-   tests/test_basics.py::test_qt_api_ini_config
-   tests/test_basics.py::test_qt_api_ini_config_with_envvar
-   )
-
-   einfo "Testing with PyQt5"
-   PYTEST_QT_API="pyqt5" epytest || die
-   # Pyside2 is not compatible with python3.11
-   if has "${EPYTHON}" "${PYSIDE2_COMPAT[@]/_/.}"; then
-   einfo "Testing with PySide2"
-   PYTEST_QT_API="pyside2" epytest || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyicu/

2022-11-25 Thread Arthur Zamarin
commit: bb37720a26a2301bc3f202c0a249e6f689cb4509
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:34:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:34:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb37720a

dev-python/pyicu: drop 2.9, 2.10, 2.10.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyicu/Manifest|  3 ---
 dev-python/pyicu/pyicu-2.10.1.ebuild | 38 --
 dev-python/pyicu/pyicu-2.10.ebuild   | 40 
 dev-python/pyicu/pyicu-2.9.ebuild| 40 
 4 files changed, 121 deletions(-)

diff --git a/dev-python/pyicu/Manifest b/dev-python/pyicu/Manifest
index 29d997d925e7..fbdf9f62a871 100644
--- a/dev-python/pyicu/Manifest
+++ b/dev-python/pyicu/Manifest
@@ -1,4 +1 @@
-DIST pyicu-v2.10.1.tar.bz2 192780 BLAKE2B 
0a8dea0091e07b889fbe79895b1a1fd030e29f9be02303e9b70b7380defaea14eeecc87031e4c1e57bab4a56680fad51f1489d117f31492a50c0323eefaa288d
 SHA512 
a542fafdd1c64971ac4cf7fe0189324969cc4039319950663819e7040d9406ea200a84d3f2821a9a94c944087d0dbfe74fecebb430a01476114b6963ba83c739
 DIST pyicu-v2.10.2.tar.bz2 192890 BLAKE2B 
b865e2777d922d7ec7ec1abab5e745670affa6e31704db7b23f906eab8ac99ac612c756f433119380a0fed2d180373dba05003722a1ba0990cafc7c4d9d3fbdd
 SHA512 
687f48e0315cc72917b54c7431ee29d503ec79354842e5f6db564cc951a13d32cb4df97435d04c4b125a2a654f70429592ef2197e154624dd9a246b9bacfa4a9
-DIST pyicu-v2.10.tar.bz2 192789 BLAKE2B 
824b83177b420bb78633a2d7b93bdcc781ec87ea105e7441be59547c6f56fadf292aa331decac96f095672a4d2741d709ed32dec4841b070bc056e7f0f8d65d0
 SHA512 
8f752ba97fc5ffc3004591826b47bd76c9b99d73a3784b2bba746cb611969a47a98971c89fe0b35dc817fd14b93b1bf0e85f4bf23986af22bcf5401485899c9e
-DIST pyicu-v2.9.tar.bz2 243533 BLAKE2B 
c2ea32f69637e2d12a57ded96b570ba7fd41c92aed4a0dea36ebe5c224b80fa8d1672251f8218e0a35d463957ab4291cff778c3e690f0763e465dc6f0a1af26d
 SHA512 
f10025afe1a0de5a1726c3d4aaec5b10ba62064c33205117efe643185dcd3560e8971b600606e9699269cca795477bf86ed2f9e604e9c0e04bb75a86f31cd114

diff --git a/dev-python/pyicu/pyicu-2.10.1.ebuild 
b/dev-python/pyicu/pyicu-2.10.1.ebuild
deleted file mode 100644
index 1759ece5b608..
--- a/dev-python/pyicu/pyicu-2.10.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=${P/-/-v}
-DESCRIPTION="Python bindings for dev-libs/icu"
-HOMEPAGE="
-   https://gitlab.pyicu.org/main/pyicu/
-   https://pypi.org/project/PyICU/
-"
-SRC_URI="
-   https://gitlab.pyicu.org/main/pyicu/-/archive/v${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-DEPEND="
-   dev-libs/icu:=
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   test? (
-   dev-python/six[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( CHANGES CREDITS README.md )
-
-distutils_enable_tests pytest

diff --git a/dev-python/pyicu/pyicu-2.10.ebuild 
b/dev-python/pyicu/pyicu-2.10.ebuild
deleted file mode 100644
index 28f46b028f2e..
--- a/dev-python/pyicu/pyicu-2.10.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=${P/-/-v}
-DESCRIPTION="Python bindings for dev-libs/icu"
-HOMEPAGE="
-   https://gitlab.pyicu.org/main/pyicu/
-   https://pypi.org/project/PyICU/
-"
-SRC_URI="
-   https://gitlab.pyicu.org/main/pyicu/-/archive/v${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-DEPEND="
-   dev-libs/icu:=
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   test? (
-   dev-python/six[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( CHANGES CREDITS README.md )
-
-distutils_enable_tests pytest

diff --git a/dev-python/pyicu/pyicu-2.9.ebuild 
b/dev-python/pyicu/pyicu-2.9.ebuild
deleted file mode 100644
index ae449e97fce1..
--- a/dev-python/pyicu/pyicu-2.9.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=${P/-/-v}
-DESCRIPTION="Python bindings for dev-libs/icu"
-HOMEPAGE="
-   https://gitlab.pyicu.org/main/pyicu/
-   https://pypi.org/project/PyICU/
-"
-SRC_URI="
-   https://gitlab.pyicu.org/main/pyicu/-/archive/v${PV}/${MY_P}.tar.bz2
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-RDEPEND="
-   dev-libs/icu:=
-"
-DEPEND="
-   ${RDEPEND}
-"
-BDEPEND="
-   test? (
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/trimesh/

2022-11-25 Thread Arthur Zamarin
commit: a36c398df5e18e6ba0b96603cb5586544c5e4cd6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:36:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:36:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36c398d

dev-python/trimesh: drop 3.15.5, 3.15.7

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/trimesh/Manifest  |  2 -
 dev-python/trimesh/trimesh-3.15.5.ebuild | 65 
 dev-python/trimesh/trimesh-3.15.7.ebuild | 65 
 3 files changed, 132 deletions(-)

diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
index 9c41eb72522d..6c1fbb52b1df 100644
--- a/dev-python/trimesh/Manifest
+++ b/dev-python/trimesh/Manifest
@@ -1,4 +1,2 @@
-DIST trimesh-3.15.5.gh.tar.gz 11956403 BLAKE2B 
5e36a7fd57689f5151ee710a707bf44ff4c9538c3f541cd3d29bb08722b4bfeead7f138dab02a58a80d18b4831044d1ac674e3defd0e378420540976c422fc22
 SHA512 
4433480ff96be561d32412870c71420699713c53d34b2f84eabb1fa1eaa9e70d74940674e62a547c31e22dd941bb036179785a35ff2c8d27288300033497d5ac
-DIST trimesh-3.15.7.gh.tar.gz 11972453 BLAKE2B 
0f1c10d096289122bb1cc853f4879718f3e03dd9b4297a25be4db2a232a08b0e8d496ec5cc98b2d4c4214ba29291fe24b7dcc5d2e430105ba46cb4fb5838
 SHA512 
c09862de650829e853d7d4f2b53b72ddeac48ad313975dc2919c0bbb11d16d0fe5aa69810d488291b187e827b63caeb03847c143cd6812ae09c2d98d51e42270
 DIST trimesh-3.15.8.gh.tar.gz 11972365 BLAKE2B 
2dd76c5f3c6949b79992dc23a4a80f3fc80c63c08ac7f8c6c11d6b1209b7b23f4843fe0da74528fbec0738bf83d2791260183cca710d2fe046c1bb8ef747c82b
 SHA512 
806a8a10ff86a5198f7dc134f07fa3fd3f84d8e1b10f2d1f8dbc4a5783d2d24474d7c32f0427fd740f2af63d544fc4f3e710f1904cca0412390e6913092b1741
 DIST trimesh-3.16.0.gh.tar.gz 11970053 BLAKE2B 
3898dd2fd12fd070bc9a3a10e21bd255b75f7758deb38e0d36314524b4e24b7ada6514865c06677a1db39b1723b918e5ec6dcf491bf0c946c3e22495cf7dcd01
 SHA512 
7b56a5007614eae8a7cef1a69334ef3b21499572b5bfaa414bd29097a431266e1ec4d7dda540dbf502a57f5b0ce9d3fb3763675821714ac25d924e0d15e22c71

diff --git a/dev-python/trimesh/trimesh-3.15.5.ebuild 
b/dev-python/trimesh/trimesh-3.15.5.ebuild
deleted file mode 100644
index 40922f106994..
--- a/dev-python/trimesh/trimesh-3.15.5.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 multiprocessing optfeature
-
-DESCRIPTION="Python library for loading and using triangular meshes"
-HOMEPAGE="
-   https://trimsh.org/
-   https://github.com/mikedh/trimesh/
-   https://pypi.org/project/trimesh/
-"
-SRC_URI="
-   https://github.com/mikedh/${PN}/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/colorlog[${PYTHON_USEDEP}]
-   dev-python/jsonschema[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/msgpack[${PYTHON_USEDEP}]
-   dev-python/networkx[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pycollada[${PYTHON_USEDEP}]
-   dev-python/pyglet[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/shapely-1.8.2[${PYTHON_USEDEP}]
-   dev-python/svg-path[${PYTHON_USEDEP}]
-   dev-python/sympy[${PYTHON_USEDEP}]
-   dev-python/xxhash[${PYTHON_USEDEP}]
-   sci-libs/rtree[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   epytest -n "$(makeopts_jobs)"
-}
-
-pkg_postinst() {
-   optfeature_header "${PN} functionality can be extended by installing 
the following packages:"
-   optfeature "making GUI applications with 3D stuff" dev-python/glooey
-   optfeature "2D triangulations of polygons" dev-python/mapbox_earcut
-   optfeature "loading a number of additional mesh formats" 
dev-python/meshio
-   optfeature "figuring out how much memory we have" dev-python/psutil
-   optfeature "marching cubes and other nice stuff" sci-libs/scikit-image
-}

diff --git a/dev-python/trimesh/trimesh-3.15.7.ebuild 
b/dev-python/trimesh/trimesh-3.15.7.ebuild
deleted file mode 100644
index 11e1a73dfac5..
--- a/dev-python/trimesh/trimesh-3.15.7.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 multiprocessing optfeature
-
-DESCRIPTION="Python library for loading and using triangular 

[gentoo-commits] repo/gentoo:master commit in: dev-python/identify/

2022-11-25 Thread Arthur Zamarin
commit: d5e588b344a5ef4dbf925d87b43249fcc7d2ea29
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:33:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:33:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e588b3

dev-python/identify: drop 2.5.6, 2.5.7

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/identify/Manifest  |  2 --
 dev-python/identify/identify-2.5.6.ebuild | 29 -
 dev-python/identify/identify-2.5.7.ebuild | 29 -
 3 files changed, 60 deletions(-)

diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest
index 914e42324ab2..1ec9f34ecaab 100644
--- a/dev-python/identify/Manifest
+++ b/dev-python/identify/Manifest
@@ -1,4 +1,2 @@
-DIST identify-2.5.6.gh.tar.gz 101460 BLAKE2B 
c540934d4a482521758a64a1eb5e84b346eef0e0cccecbb9ad06e53e4b6872acb9c6fc94fccab9b75a7cf5658af78ad319d808a17f7ec44dfd08ae9c9a3b9f58
 SHA512 
9a35eb42767b0d2365b8da7c5aa5d7644272de5b65a505c5876cce0781222d8e52937b5c2d5594e560c5ab2fbbf4329555df15443b8f6110ac48880691af9089
-DIST identify-2.5.7.gh.tar.gz 101472 BLAKE2B 
519f35e08258dac5ff4b897f4ee55cf432641e57c55ff1d05d3fdf564aa7eed441ba839f222b430eae96f55a8e6a5d14a9c25fc78b3536dad59c3604a3bff7c2
 SHA512 
186a0c36e3abadd4b2db1439daa837fed55db706c4eb1821d9ecf1288cd667706b708e1251f84d67a480cdd28e6a57960443b707c327e19a9342f5e2afdb1a7c
 DIST identify-2.5.8.gh.tar.gz 101476 BLAKE2B 
2b59ac3cb416c7e3d6bd4031bfed30594b9be70f94d1e0d8e9f436b76e9241cde32f847c0f6b40607d2cb37ff7d67270a35a4d22be4cd6b216324e4eba30f136
 SHA512 
b43b8ba50d4d58a6d82c99141c708a45317f64693aea567105ed7f3957446e00102ddd303120a9f1238b04b6e0655e1dd6f807f6d878e972c7967a510f8b24b2
 DIST identify-2.5.9.gh.tar.gz 101496 BLAKE2B 
045e32b6aa84cedee100332c9b26d1fbbc32f704ef1048ce380fcc40c8a3fcf2e5c96db83058b04d7ead6dea0681ea114e6469d89aa7cd10458ce98cb3f77c58
 SHA512 
fdecd728bed3828d3a5465943b390ce3aab05255ba06249f462a2367dcd3702ef85fbe57e06562a951e3eeb24f7f417b04d54e30bd711802a8afe37c2e1eb1f0

diff --git a/dev-python/identify/identify-2.5.6.ebuild 
b/dev-python/identify/identify-2.5.6.ebuild
deleted file mode 100644
index e32e6d8d482f..
--- a/dev-python/identify/identify-2.5.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="File identification library for Python"
-HOMEPAGE="
-   https://github.com/pre-commit/identify/
-   https://pypi.org/project/identify/
-"
-SRC_URI="
-   https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/ukkonen[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/identify/identify-2.5.7.ebuild 
b/dev-python/identify/identify-2.5.7.ebuild
deleted file mode 100644
index 8ce2bd5b0e7d..
--- a/dev-python/identify/identify-2.5.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="File identification library for Python"
-HOMEPAGE="
-   https://github.com/pre-commit/identify/
-   https://pypi.org/project/identify/
-"
-SRC_URI="
-   https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-   dev-python/ukkonen[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/miniupnpc/

2022-11-25 Thread Arthur Zamarin
commit: f3d620fb448b4a6fc888239b1e59781fa02624bf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:36:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:36:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d620fb

dev-python/miniupnpc: Stabilize 2.2.4 ppc64, #882985

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/miniupnpc/miniupnpc-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
index f2eabd832022..c542ecd0d50a 100644
--- a/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
+++ b/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/miniupnpc/

2022-11-25 Thread Arthur Zamarin
commit: 3981e4362edfcfa911f0ef58793df6f5e053baee
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:36:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:36:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3981e436

dev-python/miniupnpc: Stabilize 2.2.4 ppc, #882985

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/miniupnpc/miniupnpc-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
index c542ecd0d50a..a54198b55985 100644
--- a/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
+++ b/dev-python/miniupnpc/miniupnpc-2.2.4.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/mediafile/

2022-11-25 Thread Arthur Zamarin
commit: 78d4a65185e5b258b9b0c02e63f55fcf885ebe7d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:34:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:34:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d4a651

dev-python/mediafile: drop 0.9.0-r1, 0.10.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mediafile/Manifest  |  2 --
 dev-python/mediafile/mediafile-0.10.0.ebuild   | 31 --
 dev-python/mediafile/mediafile-0.9.0-r1.ebuild | 24 
 3 files changed, 57 deletions(-)

diff --git a/dev-python/mediafile/Manifest b/dev-python/mediafile/Manifest
index 9f1e44d06b53..72d5941b038f 100644
--- a/dev-python/mediafile/Manifest
+++ b/dev-python/mediafile/Manifest
@@ -1,3 +1 @@
-DIST mediafile-0.10.0.gh.tar.gz 568779 BLAKE2B 
26e8fed5a0c590bf1d5de1b28c3576573f795a3df74186361318745a6efc375685be95676d3cb6d331cb2fa3db63018dc660dc82ff4f6652d62fb4e14c48ca4a
 SHA512 
b753bc0c97fd47df4626f21199eef5f22bc3d0a08f780524103e2f33a4008a64e2a25556650eb1c1a14e093cb4d3e704ef51910818fab30be723f7aece382b3c
 DIST mediafile-0.10.1.gh.tar.gz 568722 BLAKE2B 
4da5fe76cc6e3e41d8591c962d9cfde1e16a64b57192d795714955aeab4d49d608a977685352de8e55ac83d1dde56435a31c4577a4a4743499393c051c471c7c
 SHA512 
db9d82d23eb3f1a6b2e19f1b635805e84ed54ed06641a0e1ab80d7350415d1297cec64f18c66b38a7552abdaf2c1a8bfc6bb0c8543d9c618368184e6d6bb6405
-DIST mediafile-0.9.0.tar.gz 568726 BLAKE2B 
22466b54c890c8a1bef88a0d08e729d0b1efab12309299c64ea227a5662c263402e8e4ace4b7c9d2d0d06ba41b6f74465ebf88d090f0fd4f41d91fb6cba941ef
 SHA512 
8b432d81c7c1fc8340a2003220a0d96b448ac64e551b0b95528a37fa5923a97358fac574573dece344cda88f4f206f1cf7bc457bdd310a7a003c395908864218

diff --git a/dev-python/mediafile/mediafile-0.10.0.ebuild 
b/dev-python/mediafile/mediafile-0.10.0.ebuild
deleted file mode 100644
index 8b8abb78681b..
--- a/dev-python/mediafile/mediafile-0.10.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Read and write audio files' tags in Python"
-HOMEPAGE="
-   https://github.com/beetbox/mediafile/
-   https://pypi.org/project/mediafile/
-"
-SRC_URI="
-   https://github.com/beetbox/mediafile/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=media-libs/mutagen-1.45.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests unittest

diff --git a/dev-python/mediafile/mediafile-0.9.0-r1.ebuild 
b/dev-python/mediafile/mediafile-0.9.0-r1.ebuild
deleted file mode 100644
index 427466aacfae..
--- a/dev-python/mediafile/mediafile-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Read and write audio files' tags in Python"
-HOMEPAGE="https://github.com/beetbox/mediafile;
-SRC_URI="https://github.com/beetbox/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=media-libs/mutagen-1.45.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pdm-pep517/

2022-11-25 Thread Arthur Zamarin
commit: d3516842632b54adc2b849a41b187815ba4d9ac0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:34:32 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:34:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3516842

dev-python/pdm-pep517: drop 1.0.4

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pdm-pep517/Manifest|  1 -
 dev-python/pdm-pep517/pdm-pep517-1.0.4.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/dev-python/pdm-pep517/Manifest b/dev-python/pdm-pep517/Manifest
index 6a13b3af642c..3e0e13c08cf2 100644
--- a/dev-python/pdm-pep517/Manifest
+++ b/dev-python/pdm-pep517/Manifest
@@ -1,3 +1,2 @@
-DIST pdm-pep517-1.0.4.gh.tar.gz 314677 BLAKE2B 
dc6fad5bf6bd4aa6d9d490c6fb1df0d1a1543ae93f90ac4d53bbd515de6f6582a4fd032cc5c67aeebf71755fec6aac3b5a462a18eb08087c6a4da279e3c989ad
 SHA512 
4edd016873c054f20efc39b8a044c2ff5dee70509c45ba1227e6982043dabb5ed0353afef4af73c88106ffe5a2c27f569077448fb27a0d58169710d2c6573c2f
 DIST pdm-pep517-1.0.5.gh.tar.gz 314932 BLAKE2B 
5a0adce25de4aaa1d57d859223a3632c01f31d9be947384c9a1707fcb413f0a1d1434c9c6bee868ee0c668fa89cc78ef6d4831a4a2b1150607bc5f8173e61cd9
 SHA512 
e5cde819476187f4ad5caaa0dddb9409fbefb241e0548fb4ad9df4722de3c7b532aba969b399afade0bfd3d774ee5cdcd3bc9ece3a5ebfb2d5a2a6f3280a6ab5
 DIST pdm-pep517-1.0.6.gh.tar.gz 315755 BLAKE2B 
7b221d9ddc9683521e901177cafd2ffd2908af4acbe083b4a7d6525a81ece64d3768331135451d45ffc5c40c67c8c72802d75d52fdf85fa89a13f30110436a13
 SHA512 
5aeef3179d508d2acaedf4b99df41e64b26537120e586a01870651d2b379e2e5a1bf42934ee28a4b285cb83fe10ead073408b6b7d022ca1f55653533d12a2da1

diff --git a/dev-python/pdm-pep517/pdm-pep517-1.0.4.ebuild 
b/dev-python/pdm-pep517/pdm-pep517-1.0.4.ebuild
deleted file mode 100644
index 28197c2edb5c..
--- a/dev-python/pdm-pep517/pdm-pep517-1.0.4.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A PEP 517 backend for PDM that supports PEP 621 metadata"
-HOMEPAGE="
-   https://pypi.org/project/pdm-pep517/
-   https://github.com/pdm-project/pdm-pep517/
-"
-SRC_URI="
-   https://github.com/pdm-project/pdm-pep517/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/cerberus-1.3.4[${PYTHON_USEDEP}]
-   dev-python/license-expression[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
-   >=dev-python/tomli-2[${PYTHON_USEDEP}]
-   dev-python/tomli-w[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? (
-   dev-vcs/git
-   )
-"
-# setuptools are used to build C extensions
-RDEPEND+="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   rm -r pdm/pep517/_vendor || die
-   find -name '*.py' -exec sed \
-   -e 's:from pdm\.pep517\._vendor\.:from :' \
-   -e 's:from pdm\.pep517\._vendor ::' \
-   -i {} + || die
-   distutils-r1_src_prepare
-}
-
-src_test() {
-   git config --global user.email "t...@example.com" || die
-   git config --global user.name "Test User" || die
-   distutils-r1_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/

2022-11-25 Thread Arthur Zamarin
commit: 58153e6e6917c62e35543db77ef203a1f33e66b8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:36:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:36:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58153e6e

dev-python/fonttools: drop 4.37.4

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/fonttools/Manifest|  1 -
 dev-python/fonttools/fonttools-4.37.4.ebuild | 66 
 2 files changed, 67 deletions(-)

diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest
index 71afc9430093..76c427c4e6e1 100644
--- a/dev-python/fonttools/Manifest
+++ b/dev-python/fonttools/Manifest
@@ -1,2 +1 @@
-DIST fonttools-4.37.4.gh.tar.gz 3595501 BLAKE2B 
0b3e9e40ca73e1a612d632116c57d1ef9d641a759bdc570c3389ee603b0d8d98974a41fc0339e6dd4ec0cdbfdb9c5905afcf28b33e39eac6c4dcdba6fe64e860
 SHA512 
9e9c49732ca1e16a8d5b294423939297278d544456b37f5fd3b1f3eece8d9100834f8d7a8dee5908006a27419fbda06180ac588de5046a59fb243d728314939c
 DIST fonttools-4.38.0.gh.tar.gz 3603281 BLAKE2B 
8ec558c35cc10b32760eb199dce7c40934210db9ba8c9b0ad7a8cd2ca206260d2d73769bd1ff4cb597dd46cd50a42d733c967199120366e22abc5ee2b81e0919
 SHA512 
438694e7a4c19ee63ab504763793c0219d96fdc58095fe55a4f44726e96a3ec8ae63066aa47a341a059c7a2c9893b9bbbdfc8ab4d75c177cbd90986debc31431

diff --git a/dev-python/fonttools/fonttools-4.37.4.ebuild 
b/dev-python/fonttools/fonttools-4.37.4.ebuild
deleted file mode 100644
index 2dafd3b2f154..
--- a/dev-python/fonttools/fonttools-4.37.4.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
-HOMEPAGE="
-   https://github.com/fonttools/fonttools/
-   https://pypi.org/project/fonttools/
-"
-SRC_URI="
-   https://github.com/fonttools/fonttools/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/fs-2.4.9[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   test? (
-   app-arch/brotli[python,${PYTHON_USEDEP}]
-   app-arch/zopfli
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # When dev-python/pytest-shutil is installed, we get weird import 
errors.
-   # This is due to incomplete nesting in the Tests/ tree:
-   #
-   #   Tests/feaLib/__init__.py
-   #   Tests/ufoLib/__init__.py
-   #   Tests/svgLib/path/__init__.py
-   #   Tests/otlLib/__init__.py
-   #   Tests/varLib/__init__.py
-   #
-   # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
-   touch Tests/svgLib/__init__.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-src_configure() {
-   export FONTTOOLS_WITH_CYTHON=1
-}
-
-src_test() {
-   # virtualx used when matplotlib is installed causing plot module tests 
to run
-   virtx distutils-r1_src_test
-}
-
-python_test() {
-   epytest Tests fontTools || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-env/

2022-11-25 Thread Arthur Zamarin
commit: 401bf54d2c7f14cb9e847676337212831ce4be7c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:34:57 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:34:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401bf54d

dev-python/pytest-env: drop 0.6.2-r1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytest-env/Manifest   |  1 -
 dev-python/pytest-env/pytest-env-0.6.2-r1.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-python/pytest-env/Manifest b/dev-python/pytest-env/Manifest
index a5869c3c45b1..44208bd460a6 100644
--- a/dev-python/pytest-env/Manifest
+++ b/dev-python/pytest-env/Manifest
@@ -1,2 +1 @@
-DIST pytest-env-0.6.2.tar.gz 1693 BLAKE2B 
b303b8b2b486cd5f6c6273fefe709e3986183a56b6758b05f8bde973c561ebba9646538d38783749305740d8bd637966966a109fcd600cd6f6ee059449ffb328
 SHA512 
0b3bb21fc881023c102b584593c6e28840400ce8190810f33f9a421df4141e17dcfad2943c4159aaab82376b7b47b07b45f97c9cb232a7d17c4d35b55966596d
 DIST pytest_env-0.8.1.tar.gz 6926 BLAKE2B 
1d993947c5d67a57832e170e2cc2cbe56f5f1eef37d96790ec3965e5d7b9489771d1890ef7c6f4ae504e1d6d22845cf9b1b3fccf3caeacb3e6ff33d5f86b9279
 SHA512 
0c99db9c5467f5fe6f8655e540fff4b91884cef3553daf455298d2dc7bb51439418f3149b941d37a777199f28d82eccb2073fdd5e09bfb97cdf24d3ddb1d21bc

diff --git a/dev-python/pytest-env/pytest-env-0.6.2-r1.ebuild 
b/dev-python/pytest-env/pytest-env-0.6.2-r1.ebuild
deleted file mode 100644
index cf52e35eb739..
--- a/dev-python/pytest-env/pytest-env-0.6.2-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="py.test plugin that allows you to add environment variables"
-HOMEPAGE="https://github.com/MobileDynasty/pytest-env;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
-
-RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/krb5/

2022-11-25 Thread Arthur Zamarin
commit: 7625c470e3817b7473c644d0edfc1c1e6ee3f0f0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:34:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:34:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7625c470

dev-python/krb5: drop 0.4.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/krb5/Manifest  |  1 -
 dev-python/krb5/krb5-0.4.0.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/krb5/Manifest b/dev-python/krb5/Manifest
index a39215f8bf30..ee776095b26e 100644
--- a/dev-python/krb5/Manifest
+++ b/dev-python/krb5/Manifest
@@ -1,2 +1 @@
-DIST krb5-0.4.0.tar.gz 218774 BLAKE2B 
44bfe2226eda7b9175b059d4e634c64870ad03a34dcc6595bf7770e21e83b11b000a2bf076a749f88cfb0912b3dcc28974db1ba1273c03bcfab63a868c2165ed
 SHA512 
d51b58b84985ccbb5440bea71a09c23889dd8ee2b14fa594f0f2330b0e318993e8c9627f5cc568585fe5e86847a3eb5f4a4775ea07d7936c03f69ce0fd141950
 DIST krb5-0.4.1.tar.gz 218745 BLAKE2B 
8b7e6ab921462ec03c4ca23d83dcfbb8f03b2538edac1a920e68bc3f53c518c942a5f54a96c201a11667e0f4d82882d321808683efa0e5ed1d00df569aa73f2f
 SHA512 
089b3abf3a9402248ed04ab4b47672e0de88c5c73c0c705ac129e499ff53931ffcf7fc6a6bdf9b0f9e03e9010f25dcc61b9a2d33c6b67f5b741a477fb5199265

diff --git a/dev-python/krb5/krb5-0.4.0.ebuild 
b/dev-python/krb5/krb5-0.4.0.ebuild
deleted file mode 100644
index 7992b5857612..
--- a/dev-python/krb5/krb5-0.4.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Kerberos API bindings for Python"
-HOMEPAGE="https://pypi.org/project/krb5/ https://github.com/jborean93/pykrb5;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   virtual/krb5
-"
-BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   test? ( dev-python/k5test[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/fsspec/

2022-11-25 Thread Arthur Zamarin
commit: b94837c6ec31de81ab9d5ed5f09a0bbff5d1d35b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:32:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:32:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94837c6

dev-python/fsspec: drop 2022.8.2-r1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/fsspec/Manifest  |  1 -
 dev-python/fsspec/fsspec-2022.8.2-r1.ebuild | 58 -
 2 files changed, 59 deletions(-)

diff --git a/dev-python/fsspec/Manifest b/dev-python/fsspec/Manifest
index 443e8838c999..5fcdcba553fb 100644
--- a/dev-python/fsspec/Manifest
+++ b/dev-python/fsspec/Manifest
@@ -1,3 +1,2 @@
 DIST filesystem_spec-2022.10.0.gh.tar.gz 338829 BLAKE2B 
93d0f878218d750f605d0f6cb7011504d3b5325ec9d80bad3e4d0f2c51e7494c751478958131bb6522ad5c3144a129a508b948a114f3a6c55d43b9a206b46a2b
 SHA512 
ac8d9118df9b69c082e0707990ff29bdd7576534622be8fc1a10e8cc14d1d3a328fc8e022dc9f316af3da4afb4d38fe3fb533222aa89c47d4d49a296c6b9bf6b
 DIST filesystem_spec-2022.11.0.gh.tar.gz 341250 BLAKE2B 
690528af9882cc8a23f78d215efbeb4f9c9f6f0a04f6a0a6f75d55a5ed8f84f92f988824921f2b26cc4cc0e7a6406d322affe65c9cd99cba7bbe4a6c01ed3382
 SHA512 
b52af1da0afbc686d288954ac596d9dae23c393c457fcc5ab6a11c7bd8d6a20fa1f631e1837f1d0054534a9a1231afb0cb6f8f899cf169789146309f03699e75
-DIST filesystem_spec-2022.8.2.gh.tar.gz 338446 BLAKE2B 
0f3b78794271b367d8e5d26ff889e7d72df7148baa7ca2e7dca3884cbeff74b41f5ce1a532fa768523f29d230f574e630fb3de43b767ace874f831a4d2a47e1f
 SHA512 
696f726000c413ba78380b5e17e312ecca30b51093ebf8d7c3658fb7b82ace57223d3aac471e3a772d350523142bdf983b547277838cca0b182ecb4e0a4b3924

diff --git a/dev-python/fsspec/fsspec-2022.8.2-r1.ebuild 
b/dev-python/fsspec/fsspec-2022.8.2-r1.ebuild
deleted file mode 100644
index dfe2219250f2..
--- a/dev-python/fsspec/fsspec-2022.8.2-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=filesystem_spec-${PV}
-DESCRIPTION="A specification that python filesystems should adhere to"
-HOMEPAGE="
-   https://github.com/fsspec/filesystem_spec/
-   https://pypi.org/project/fsspec/
-"
-SRC_URI="
-   https://github.com/fsspec/filesystem_spec/archive/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-BDEPEND="
-   test? (
-   dev-python/aiohttp[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/tqdm[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   git config --global user.email "y...@example.com" || die
-   git config --global user.name "Your Name" || die
-   distutils-r1_src_test
-}
-
-EPYTEST_DESELECT=(
-   fsspec/tests/test_spec.py::test_find
-)
-
-EPYTEST_IGNORE=(
-   # sftp and smb require server started via docker
-   fsspec/implementations/tests/test_dbfs.py
-   fsspec/implementations/tests/test_sftp.py
-   fsspec/implementations/tests/test_smb.py
-   # unhappy about dev-python/fuse-python (?)
-   fsspec/tests/test_fuse.py
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/gssapi/

2022-11-25 Thread Arthur Zamarin
commit: 557e39ea7cedba621adf7d898c0fe3ca4e26a79c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:32:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:32:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557e39ea

dev-python/gssapi: drop 1.8.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/gssapi/Manifest|  1 -
 dev-python/gssapi/gssapi-1.8.1.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/dev-python/gssapi/Manifest b/dev-python/gssapi/Manifest
index dd33dc315b35..edea378bf1b1 100644
--- a/dev-python/gssapi/Manifest
+++ b/dev-python/gssapi/Manifest
@@ -1,2 +1 @@
-DIST gssapi-1.8.1.gh.tar.gz 114888 BLAKE2B 
c3e56d00c2266e16eca05262d513e62f30cece88aaea8cd6f0d65059777f55bc1d5218990698855dc2069c6c7d8ca93972a033554d114dce608201404f7f46b4
 SHA512 
baea4e5cc123006c77e23f6bf2e30bb755df70761a0e5af711594fad6fdbf1b8747cfce45810aa24336f7f7d2171404e9ec137984cb48c59f5df302711f1b185
 DIST gssapi-1.8.2.gh.tar.gz 112521 BLAKE2B 
d7e14c73c346066a58ae3b3cf1faeec2ef7df3d4da3f2c9e3198928225d81d99466185a9dfa06a59ae50bd58d4e73f8a668e1ac605e5b9806ed7a0019831
 SHA512 
6587f1947dc396bf608ba71e77388e6f7d161753005b9b82ea9f3b174c898bb18409a27e9aa035fc782e15fcd2efe7ca5c497d4687d69023034cea59d6a003df

diff --git a/dev-python/gssapi/gssapi-1.8.1.ebuild 
b/dev-python/gssapi/gssapi-1.8.1.ebuild
deleted file mode 100644
index 35dd573c939c..
--- a/dev-python/gssapi/gssapi-1.8.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Low and high level wrappers around the GSSAPI C libraries"
-HOMEPAGE="https://github.com/pythongssapi/python-gssapi 
https://pypi.org/project/gssapi/;
-SRC_URI="
-   
https://github.com/pythongssapi/python-gssapi/releases/download/v${PV}/python-${P}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}"/python-${P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   dev-python/decorator[${PYTHON_USEDEP}]
-   virtual/krb5
-"
-
-BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   virtual/krb5
-   test? (
-   dev-python/k5test[${PYTHON_USEDEP}]
-   dev-python/parameterized[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   cd "${T}" || die
-   epytest --pyargs gssapi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/cfn-lint/

2022-11-25 Thread Arthur Zamarin
commit: 2240452f475b1ae6ec63a1efa264de954a33277d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:30:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:30:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2240452f

dev-python/cfn-lint: drop 0.67.0, 0.68.1, 0.69.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/cfn-lint/Manifest   |  3 --
 dev-python/cfn-lint/cfn-lint-0.67.0.ebuild | 54 --
 dev-python/cfn-lint/cfn-lint-0.68.1.ebuild | 54 --
 dev-python/cfn-lint/cfn-lint-0.69.0.ebuild | 54 --
 4 files changed, 165 deletions(-)

diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
index f9d6ba51bfaa..cae758275dfa 100644
--- a/dev-python/cfn-lint/Manifest
+++ b/dev-python/cfn-lint/Manifest
@@ -1,6 +1,3 @@
-DIST cfn-lint-0.67.0.gh.tar.gz 9787161 BLAKE2B 
5299c956e7ca7c63c0c7608d51b01487cf4669f7af54c33f3d9917feae85565a2ce73a96a8d0a5d32cfe1c0a6db6d61b118f2994bb66700145787b650eefe6ea
 SHA512 
35d4686da1f610a970dc1976d7a72ff58c884446f5967b069cc4826b2d9a1b75e2b8a10e676585009c918317186b4dac1c6dc78bf26215eefd5aadd4dce03e0e
-DIST cfn-lint-0.68.1.gh.tar.gz 9858724 BLAKE2B 
469a23daa717add95140913d85861df5464d80291430ec42aa2a83c2e125fc395428033c5b82c571297200b28412cc8531bf8e26a0491acfbc5536037cd6
 SHA512 
a81a1877b9efea411b71d485e66965ca6427998ea13d088c67849a2e8c3f9dd1c125ba0531cb48a27ad75638bde54270654b6da8576fc2fdb15088a0bfb543fe
-DIST cfn-lint-0.69.0.gh.tar.gz 9862506 BLAKE2B 
68e6e5e93d7f07bda3eedda71d79943ef97fd0c2e972f475380f7943f88d843effa8cd23b4534bcf4ce0918ca7a634ecf32cef7c309711f9dbc6f899324f3f97
 SHA512 
9972fb1be897451116e269245d7302af31a53e54c1615daa65bd6b71b9a0ff3f62c1068d86c239510737ac95a6ab3ba2746838792680f701a404008f35857c64
 DIST cfn-lint-0.69.1.gh.tar.gz 9871037 BLAKE2B 
a6c4d1b3b892eee01231771dfbe7831737f8f6f89cf096a4ea0c1b945aa47574a51938d4b8ecdd7e3c2cd18df87ba343c07f3e379b49b78b07d7ec676f12e0d1
 SHA512 
1823485a0d2273a6a1c6632944a095bc4f9b7999f4e0dc81a47cb8673a3d02f822865b08ca3dfcf518b38a9c68a0f0bc5c3235904aca5ce94919ec627b9c3ddc
 DIST cfn-lint-0.70.0.gh.tar.gz 9891445 BLAKE2B 
6cdacffb2c3649203046339d088d3e41a4280197a5b23ef5b7cb837d93de62760dbe78a2b92800f11606f3e723f6c9c93d7d08e1379541a1bbbdfc302ae76633
 SHA512 
456acc59b30b4e4546d07426a7218b7ef2716412c82b12a9f419550d4916121fd0874dfca1725436305309165bb05875c27410a5bdf82ba462157022dc3feed1
 DIST cfn-lint-0.70.1.gh.tar.gz 9891593 BLAKE2B 
2ee4ba8d688c3888e11e1df52ab26f554f7d13a2f46bc56b5f0d3de7912e8cd99432e7dc174f0072966fd6a586718abe5e9ab11797c5a24480ee508f8819a7df
 SHA512 
c2566ffadf5935b8dfd38eb690f406466aef4d1e0793691547479673bc2519acd8bd5b42ecfb666736c81e9cf3254601542b0a7d4b5257ca626e6e3b194c64da

diff --git a/dev-python/cfn-lint/cfn-lint-0.67.0.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.67.0.ebuild
deleted file mode 100644
index 06aae2e797f0..
--- a/dev-python/cfn-lint/cfn-lint-0.67.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="CloudFormation Linter"
-HOMEPAGE="
-   https://github.com/aws-cloudformation/cfn-lint/
-   https://pypi.org/project/cfn-lint/
-"
-SRC_URI="
-   https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/aws-sam-translator-1.52.0[${PYTHON_USEDEP}]
-   dev-python/jsonpatch[${PYTHON_USEDEP}]
-   >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
-   dev-python/junit-xml[${PYTHON_USEDEP}]
-   dev-python/networkx[${PYTHON_USEDEP}]
-   >dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
-   >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # TODO
-   test/unit/module/test_template.py::TestTemplate::test_build_graph
-   # requires git repo
-   
test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
-   # Internet
-   
test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
-   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_2
-   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
-)
-
-src_prepare() {
-   # unpin the deps
-   sed -e 's:~=[0-9.]*::' -i setup.py || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/cfn-lint/cfn-lint-0.68.1.ebuild 

[gentoo-commits] repo/gentoo:master commit in: dev-python/hcloud-python/

2022-11-25 Thread Arthur Zamarin
commit: 82ee129f3439bbe7347b6a7d13d5159b8cd0661f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:33:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:33:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ee129f

dev-python/hcloud-python: drop 1.18.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/hcloud-python/Manifest  |  1 -
 .../hcloud-python/hcloud-python-1.18.0.ebuild  | 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-python/hcloud-python/Manifest 
b/dev-python/hcloud-python/Manifest
index f3fe8c03acb3..150e9e1f1054 100644
--- a/dev-python/hcloud-python/Manifest
+++ b/dev-python/hcloud-python/Manifest
@@ -1,2 +1 @@
-DIST hcloud-python-1.18.0.gh.tar.gz 99047 BLAKE2B 
c32b048653bea1910ed8a82d0e08603a154dc89208c0cf8b9e046078277460fedffe6568c7c3cf56a8408bb0423d38464c4fd57dded4523886560823e3ee65da
 SHA512 
8339b5da4df7f5e1f38fbd7a3f205387bfd7a65a7c4eaa757c4c35056b70c06230fe9b8a597b54bac082af975184bd5ef33a6e2747b60a67cc34d6771435452c
 DIST hcloud-python-1.18.1.gh.tar.gz 99042 BLAKE2B 
159b2fb29021ca7993f75c4731867ed1bc57e2c9a3cf68a45acf43bb45e9a0862717907d1dfce45c960064ad82b71422e76b290db3516ea3744be95797db5e1e
 SHA512 
6d172c214d25ae846b5561e4caa6b70d4f4e765e064ae971d5b216ceb743ab269f735e2c9adb68f1cf99ef429621b6998a34c8c7befa6d527dc3b774c0639bae

diff --git a/dev-python/hcloud-python/hcloud-python-1.18.0.ebuild 
b/dev-python/hcloud-python/hcloud-python-1.18.0.ebuild
deleted file mode 100644
index f0eb128c1b5d..
--- a/dev-python/hcloud-python/hcloud-python-1.18.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="Official Hetzner Cloud python library"
-HOMEPAGE="https://github.com/hetznercloud/hcloud-python;
-SRC_URI="
-   https://github.com/hetznercloud/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc examples"
-
-RDEPEND="
-   >=dev-python/future-0.17.1[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.7.5[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
-   dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}
-
-python_test() {
-   # Integration tests need docker:
-   # 
https://github.com/hetznercloud/hcloud-python/blob/master/.travis.yml#L16
-   epytest --ignore tests/integration
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-htmlmin/

2022-11-25 Thread Arthur Zamarin
commit: 94384f9c58d997d2873c2ecf6f1b603d448f9350
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:31:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:32:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94384f9c

dev-python/flask-htmlmin: drop 2.2.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/flask-htmlmin/Manifest  |  1 -
 .../flask-htmlmin/flask-htmlmin-2.2.0.ebuild   | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-python/flask-htmlmin/Manifest 
b/dev-python/flask-htmlmin/Manifest
index dd4c6f1b4626..27f83b17100f 100644
--- a/dev-python/flask-htmlmin/Manifest
+++ b/dev-python/flask-htmlmin/Manifest
@@ -1,2 +1 @@
-DIST Flask-HTMLmin-2.2.0.gh.tar.gz 17637 BLAKE2B 
541ae212ba5bfd5e5881adb108d62c994248a7f851512d0fddedb001737620433cb46e267cdd66de73a353c6b357802eb89ea33c771153bc0acf3937c06f83c3
 SHA512 
24287ef93e99a16e7dde35ba6b7b8fefa06f11ce30fb47969313c3e0e1135ac8a2685aac06bc430d3253162f4f2bc7e8eed90ddda2092bbad092d4e0d09cb4fc
 DIST Flask-HTMLmin-2.2.1.gh.tar.gz 17550 BLAKE2B 
30393f6739ba8bdcfc17586e0955dff4341707b3c5bc27e30e9f9ddd5d4ff5b5b1b71b512b034b3b09cab3bfbcfb47c1651bc8cedba597de8aca5f2c7cfc0907
 SHA512 
34d5c9e2393901b32ab43c4333d87d75b489a410af2fdb019c180d0cb7bac01074616125486b49ef577782311a394bde6444ce311d5ab4f2ae2852a3ea92f4cd

diff --git a/dev-python/flask-htmlmin/flask-htmlmin-2.2.0.ebuild 
b/dev-python/flask-htmlmin/flask-htmlmin-2.2.0.ebuild
deleted file mode 100644
index c0bb57961f06..
--- a/dev-python/flask-htmlmin/flask-htmlmin-2.2.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P="Flask-HTMLmin-${PV}"
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Minimize your flask rendered html"
-HOMEPAGE="https://github.com/hamidfzm/Flask-HTMLmin;
-SRC_URI="
-   https://github.com/hamidfzm/Flask-HTMLmin/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   app-text/cssmin[${PYTHON_USEDEP}]
-   app-text/htmlmin[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -e '/pytest-runner/d' -i setup.py || die
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bpython/

2022-11-25 Thread Arthur Zamarin
commit: 1c01cb429e1bd4d688d9a7e2e07fa83dda931f71
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 20:30:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 20:32:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c01cb42

dev-python/bpython: drop 0.23

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/bpython/bpython-0.23.ebuild | 44 --
 dev-python/bpython/metadata.xml|  2 --
 2 files changed, 46 deletions(-)

diff --git a/dev-python/bpython/bpython-0.23.ebuild 
b/dev-python/bpython/bpython-0.23.ebuild
deleted file mode 100644
index 89b0e7ea41d9..
--- a/dev-python/bpython/bpython-0.23.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter"
-HOMEPAGE="
-   https://www.bpython-interpreter.org/
-   https://github.com/bpython/bpython/
-   https://pypi.org/project/bpython/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="clipboard +jedi urwid watch"
-KEYWORDS="amd64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/curtsies-0.4.0[${PYTHON_USEDEP}]
-   dev-python/cwcwidth[${PYTHON_USEDEP}]
-   dev-python/greenlet[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   clipboard? ( dev-python/pyperclip[${PYTHON_USEDEP}] )
-   jedi? ( dev-python/jedi[${PYTHON_USEDEP}] )
-   urwid? ( dev-python/urwid[${PYTHON_USEDEP}] )
-   watch? ( dev-python/watchdog[${PYTHON_USEDEP}] )
-"
-# sphinx is used implicitly to build manpages
-BDEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-DOCS=( AUTHORS.rst CHANGELOG.rst )
-
-distutils_enable_sphinx doc/sphinx/source --no-autodoc
-distutils_enable_tests unittest

diff --git a/dev-python/bpython/metadata.xml b/dev-python/bpython/metadata.xml
index 3cf444ad947c..78a1f182aec0 100644
--- a/dev-python/bpython/metadata.xml
+++ b/dev-python/bpython/metadata.xml
@@ -15,8 +15,6 @@
using dev-python/pyperclip
Enable autocompletion
using dev-python/jedi
-   Ebable
-   dev-python/urwid-based interface
Enable watching paths
using dev-python/watchdog




[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-kernel/

2022-11-25 Thread Michał Górny
commit: f3b28c243686f813e8d1cd08631a3235afbd5f47
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 20:17:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 20:17:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b28c24

sys-kernel/vanilla-kernel: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/vanilla-kernel/Manifest |  32 -
 .../vanilla-kernel/vanilla-kernel-5.10.150.ebuild  | 134 -
 .../vanilla-kernel/vanilla-kernel-5.10.151.ebuild  | 134 -
 .../vanilla-kernel/vanilla-kernel-5.10.152.ebuild  | 134 -
 .../vanilla-kernel/vanilla-kernel-5.10.154.ebuild  | 134 -
 .../vanilla-kernel/vanilla-kernel-5.15.75.ebuild   | 134 -
 .../vanilla-kernel/vanilla-kernel-5.15.76.ebuild   | 134 -
 .../vanilla-kernel/vanilla-kernel-5.15.78.ebuild   | 134 -
 .../vanilla-kernel/vanilla-kernel-5.19.17.ebuild   | 134 -
 .../vanilla-kernel/vanilla-kernel-5.4.220.ebuild   | 108 -
 .../vanilla-kernel/vanilla-kernel-5.4.221.ebuild   | 108 -
 .../vanilla-kernel/vanilla-kernel-6.0.5.ebuild | 134 -
 .../vanilla-kernel/vanilla-kernel-6.0.6.ebuild | 134 -
 .../vanilla-kernel/vanilla-kernel-6.0.7.ebuild | 134 -
 .../vanilla-kernel/vanilla-kernel-6.0.8.ebuild | 134 -
 15 files changed, 1856 deletions(-)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index bfffcf8f15a2..4698d8be3ca0 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -3,70 +3,38 @@ DIST gentoo-kernel-config-g3.tar.gz 4411 BLAKE2B 
00edc4b5dc943834bc7ee977382b296
 DIST kernel-aarch64-fedora.config.5.10.12 223184 BLAKE2B 
a0246dac2f7a4ad6a55b611538d24382ac87a8960077811a859c9595ac67f961b4bccb7e139a89abc7c0e26e80832da5c94211fc658082f2e7dde984f14dd29d
 SHA512 
7d803b347b136331db1ad6e22e0445fe0224c3e26cd7c034cbe9794915d457b492e05f77664865079874ec001351553652646e2e08d0fee31e30b841b0008f52
 DIST kernel-aarch64-fedora.config.5.15.19 242615 BLAKE2B 
94e59440681535e38137b71814e1ae53f57a347f62cf31e0c1c8571ae43d9ae9be9957743c8cbc9ec74850c964eaabefe6799a28bc311ea7b99ee31391b47fb1
 SHA512 
fb77d3b73a215f97d70cd6d8c96ed20e497786b99ed7d7a7f2ed60cc1251289c1a4c7e058c41b5efac62e4a9b4b3d917dbdb11585955bba2b6584981430f4ddb
 DIST kernel-aarch64-fedora.config.5.19.13-gentoo 246842 BLAKE2B 
4a824d02999749a0404437cae28721576511e06a5eaa9ebb1b1479c74e2b54402c440be7ea9159bf304661d4baaa5381c36b266ac0bba0b9bf3820eb04c6e4e0
 SHA512 
8862cf24b177ef3871f118712ceace2b496b04a488b045bbe3d83ab22942f064995486f5534630321faaa96ce60e5f237c4ded24a5468bea6e365aa3ea9f09c4
-DIST kernel-aarch64-fedora.config.6.0.3-gentoo 249641 BLAKE2B 
292106b52829469fb8761faf983aaa160218eaeb1811f3fda811a8252d2d588e7d46863cae88490cff7e3c6ad518642250c80120e7e0c99fb3fdf745ce67c0da
 SHA512 
5a6ffc5786d850e280fc67cf6d149c235c5a6b4f74d1785303cc5e999dbd70389b9a1012ab8596b63f5cad5563bf4076b781371a9cf59c0e7fab504e90abbaed
 DIST kernel-aarch64-fedora.config.6.0.8-gentoo 249703 BLAKE2B 
d62624ff7072694a5ad98084925fbc892ac381fec0fce0aa01309df06ce9f115b0aaecf578a3e2ce6e6c3b25de9fe14d0c5b4ec2182fdf21dff30ed393ebbd8a
 SHA512 
dc7d2aaa191f0ee2a61b563716c60dd1d62c741f16b6599dbc97a86e076cd5af7c93c264cf94ee4ab5570c7dc268ff50076372a8ffceeed4d0731b6b88757f9c
 DIST kernel-aarch64.config.5.4.21 199104 BLAKE2B 
578ad451a76204df2a9bbbe34b5cb27051d2ac5e2c33967f562b01338c43f35da6dc33a4c2cc67ea6c3b32b155729360d3748ec28dcaa750f18449245b2e8a09
 SHA512 
66e9a437beb350fdc59512c17b8f72c5b5bfacf2b35070d810d77e66f49cf7929026cc28ad44b04a016d61e65d9fb4a10af6996ba09b604bf97e9c467d08f8ff
 DIST kernel-i686-fedora.config.5.10.12 205412 BLAKE2B 
92c715b7e2cd7dd74da7970c05981f520597d3e403ce82c8cf4eee31c9f1f50b638792a6bdb256ef5bfdc99f1bcd594e819e8f44dc6febb2ad9a854bad817f2b
 SHA512 
69d8db11723ae1b40fdedfaace74d15bb63198cdb0485e0a1e5eba95b31217110c93a93e39cc7370cf45f1d3a8bc7f75ec096d6db5ea9ecb28ac6b56702ebb10
 DIST kernel-i686-fedora.config.5.15.19 33 BLAKE2B 
9e0f4dd37058f59610e46a87d3165039e76299d3c186fbfc3312101bac1b8b198de404075f5bbc6f5e2ba04cfd45f9d02bdf94b01c3ed11b9275f37f11ee7617
 SHA512 
49ffc39de86763e707a5c0c07c1367d34e9249615f29fdf97904d7b61a375a86fc4ba37a2f02b5f61e4c76ad65d9ba12716d2523af6faa003f6336d7ae61a953
 DIST kernel-i686-fedora.config.5.19.13-gentoo 223571 BLAKE2B 
d56f8e019b0c58023b08ee358a9af46679ca0f734c075ba6cd65dd6e3277640c0b7683e5707c48f687644d815a3840eb58351c0dee84fe9ec1dcea525fb2e1e8
 SHA512 
0d9fa0592b6a9414f2967677c048a9e014a0e0d43274eea4fe10f8099befae7389bbcd033f4fb36c7c44bd30c2fb197e860151e27c10dc354fe9a86a8bb65e94
-DIST kernel-i686-fedora.config.6.0.3-gentoo 225842 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/

2022-11-25 Thread Michał Górny
commit: e0e80e404fb2841db6323910c205b489e5194ff8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 20:16:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 20:16:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e80e40

sys-kernel/gentoo-kernel-bin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/gentoo-kernel-bin/Manifest  |  85 --
 .../gentoo-kernel-bin-5.10.150.ebuild  | 127 -
 .../gentoo-kernel-bin-5.10.151.ebuild  | 127 -
 .../gentoo-kernel-bin-5.10.152.ebuild  | 127 -
 .../gentoo-kernel-bin-5.10.154.ebuild  | 127 -
 .../gentoo-kernel-bin-5.15.75.ebuild   | 127 -
 .../gentoo-kernel-bin-5.15.76.ebuild   | 127 -
 .../gentoo-kernel-bin-5.15.78.ebuild   | 127 -
 .../gentoo-kernel-bin-5.19.17.ebuild   | 127 -
 .../gentoo-kernel-bin-5.4.220.ebuild   | 127 -
 .../gentoo-kernel-bin-5.4.221.ebuild   | 127 -
 .../gentoo-kernel-bin-6.0.5.ebuild | 127 -
 .../gentoo-kernel-bin-6.0.6.ebuild | 127 -
 .../gentoo-kernel-bin-6.0.7.ebuild | 127 -
 .../gentoo-kernel-bin-6.0.8.ebuild | 127 -
 15 files changed, 1863 deletions(-)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 6a29d2179594..844e8ea76244 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -1,69 +1,25 @@
-DIST genpatches-5.10-159.base.tar.xz 4292244 BLAKE2B 
f2afd1af247c7c7833787f4fcba41f36793233de4f3c14602afb18b6ebd7ac918ab49f8be4c1f8481cd9f6249992a7cdd7b532df029e436ff7f05780c8671578
 SHA512 
f8cdf11ffa78229db60eb33134b7648c75b2ea08e9f521126497abd19dcd6aa7b50b638a9ebc61871c249bd2e8f117b2faad96b3d6afed0235f56f25ec073976
-DIST genpatches-5.10-159.extras.tar.xz 3868 BLAKE2B 
2cd0fc67c5b6f89303e3dcf5492b944eb048623c3ee865521933793af8cc2837d841e5f740035b1ad46a5b2f805f6fa8f1004f824ee3967c545c417e7c3b2513
 SHA512 
3b5b76c7220c1068ee2d29c48635655af4a227f542a870c3c140f7eea256f3d3e2c3df160c6bf193e595f150c2b51f66818c646af1ba679f94ec0c4086fe8b27
-DIST genpatches-5.10-160.base.tar.xz 4292896 BLAKE2B 
23f6fc8d45f13b190f6fcf4532c266550dd186d48b67d8d48b839f683d453394b29c8898abbe730699c52385e28815d9353fec8c2efd8fdccb25d4102f5c2f3d
 SHA512 
0f5ad6a3fad45ffc8ec01d43f02caf872d819e7f5e744207b2f6bebab3ec356e83e5208ac08ef23065ace4a67295621d2a5aa74b1c720f1643311b2819ecce08
-DIST genpatches-5.10-160.extras.tar.xz 3872 BLAKE2B 
4168fd4f59232f91d3f50faff5bdff7da05e6b0decbfe5fa8b0cf7ac21a083eaec162d0be6422667a2e895b0005ea526ff134a4a353f035b442687716033178c
 SHA512 
2876f3dcaee91cd20d5f41f77e0f375c3548b9d0a988ded464c9a39ca53f3b0ab7eb1f9cbe75b6397106fc48a869131724814cd7d01261d5f511dc3e6c00a3e5
-DIST genpatches-5.10-161.base.tar.xz 4314064 BLAKE2B 
1f083e3d49ab20680612144efb9bd5202146c7790b572710417df25ce6825f3126e08efc404c3c83d8af5912478da44516112319804a59aed27aaa363c4567f6
 SHA512 
a18ac16bcc00b19b3803ad731f10a69af2d50f8dedab85e021dd77221840caff81c1c0ed8565b4f0f4ae283eaaf7b2239c12493798cfd7d8ac34dbf245c75bc0
-DIST genpatches-5.10-161.extras.tar.xz 3868 BLAKE2B 
4bee960a0372d930fd91c93ef6e25467e814fab8afdcfdb19a5e31b0b900b9189322efa84fa02483a1db2f25477a2b1a3cd2e5ccee50a4db1e068f6a4ceac11a
 SHA512 
fa2eb3d7914620282810ffc65a2ba9287c19c5819e67969d0800e7ebc9e67e9b2b8fc239c913b9b38f28f2ac55fcfb158949b55219f709abbe1b76194a22864a
 DIST genpatches-5.10-162.base.tar.xz 4335364 BLAKE2B 
588c43e616bbdc27c3c52d7039b94b2825de57aa8d03e6205a7effb861d52e7f55f1ced617e23dcbbfd1af653352344ce38f0bfbcfa494be8069cc6dda24e563
 SHA512 
827f7df2593de4dbe6a658b16ab9c755e380007f37caa9c6079e062e6b7eeecdca59fce141ca04f882b71738db07236b2292d451f6c042f6a157cf78a4a094cd
 DIST genpatches-5.10-162.extras.tar.xz 3872 BLAKE2B 
bda73f31c374f68e41139a18bd8adb5694aec96ff8abcbe9d8f69cdb3a3a997faacf4eeaa94319f77659717ef0574e5194cec247bb758cef769b0f6016c77a65
 SHA512 
1adbd07d1af22cb4e202be5f246035550746b2aa72a6aa834a162342d29bc3649f90894d4e6b39bee1f78fc666bfb742c9194fc1b0ffacbd1064ff613ba02d86
-DIST genpatches-5.10-163.base.tar.xz 4367636 BLAKE2B 
88dc5e125a09cf25abeb68378c99b5fc759d8bd29944d96e1597cf05489ed4ea4ff0630a17a835b4d282476d6941d078395505462da1a9c143ff9ede9beaf9fe
 SHA512 
d3bc16d8405ce934707c161ee5de9ea82dd29848d7051b190f0d70d08da21606392b22d3e74d878f8764a54a9da936c452744a1888b1574e105e1ebaca3100bf
-DIST genpatches-5.10-163.extras.tar.xz 3868 BLAKE2B 
68203dba0a18bb4e170f9e79abed707d0a521b3be0589435b659d2a9d291f16366569cd8e81d52848a4b53d92fd4df782b4a7eb2875a0bfc540553e85bbb9844
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel/

2022-11-25 Thread Michał Górny
commit: 44efcdf1c0660233e85ecf4effc28e797507ee73
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 20:16:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 20:16:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44efcdf1

sys-kernel/gentoo-kernel: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/gentoo-kernel/Manifest  |  37 --
 .../gentoo-kernel/gentoo-kernel-5.10.150.ebuild| 131 
 .../gentoo-kernel/gentoo-kernel-5.10.151.ebuild| 131 
 .../gentoo-kernel/gentoo-kernel-5.10.152.ebuild| 131 
 .../gentoo-kernel/gentoo-kernel-5.10.154.ebuild| 131 
 .../gentoo-kernel/gentoo-kernel-5.15.75.ebuild | 131 
 .../gentoo-kernel/gentoo-kernel-5.15.76.ebuild | 131 
 .../gentoo-kernel/gentoo-kernel-5.15.78.ebuild | 131 
 .../gentoo-kernel/gentoo-kernel-5.19.17.ebuild | 137 -
 .../gentoo-kernel/gentoo-kernel-5.4.220.ebuild | 100 ---
 .../gentoo-kernel/gentoo-kernel-5.4.221.ebuild | 100 ---
 .../gentoo-kernel/gentoo-kernel-6.0.5.ebuild   | 137 -
 .../gentoo-kernel/gentoo-kernel-6.0.6.ebuild   | 137 -
 .../gentoo-kernel/gentoo-kernel-6.0.7.ebuild   | 137 -
 .../gentoo-kernel/gentoo-kernel-6.0.8.ebuild   | 137 -
 15 files changed, 1839 deletions(-)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 38ee9af996bf..b84e4be9f92c 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -1,77 +1,40 @@
-DIST genpatches-5.10-159.base.tar.xz 4292244 BLAKE2B 
f2afd1af247c7c7833787f4fcba41f36793233de4f3c14602afb18b6ebd7ac918ab49f8be4c1f8481cd9f6249992a7cdd7b532df029e436ff7f05780c8671578
 SHA512 
f8cdf11ffa78229db60eb33134b7648c75b2ea08e9f521126497abd19dcd6aa7b50b638a9ebc61871c249bd2e8f117b2faad96b3d6afed0235f56f25ec073976
-DIST genpatches-5.10-159.extras.tar.xz 3868 BLAKE2B 
2cd0fc67c5b6f89303e3dcf5492b944eb048623c3ee865521933793af8cc2837d841e5f740035b1ad46a5b2f805f6fa8f1004f824ee3967c545c417e7c3b2513
 SHA512 
3b5b76c7220c1068ee2d29c48635655af4a227f542a870c3c140f7eea256f3d3e2c3df160c6bf193e595f150c2b51f66818c646af1ba679f94ec0c4086fe8b27
-DIST genpatches-5.10-160.base.tar.xz 4292896 BLAKE2B 
23f6fc8d45f13b190f6fcf4532c266550dd186d48b67d8d48b839f683d453394b29c8898abbe730699c52385e28815d9353fec8c2efd8fdccb25d4102f5c2f3d
 SHA512 
0f5ad6a3fad45ffc8ec01d43f02caf872d819e7f5e744207b2f6bebab3ec356e83e5208ac08ef23065ace4a67295621d2a5aa74b1c720f1643311b2819ecce08
-DIST genpatches-5.10-160.extras.tar.xz 3872 BLAKE2B 
4168fd4f59232f91d3f50faff5bdff7da05e6b0decbfe5fa8b0cf7ac21a083eaec162d0be6422667a2e895b0005ea526ff134a4a353f035b442687716033178c
 SHA512 
2876f3dcaee91cd20d5f41f77e0f375c3548b9d0a988ded464c9a39ca53f3b0ab7eb1f9cbe75b6397106fc48a869131724814cd7d01261d5f511dc3e6c00a3e5
-DIST genpatches-5.10-161.base.tar.xz 4314064 BLAKE2B 
1f083e3d49ab20680612144efb9bd5202146c7790b572710417df25ce6825f3126e08efc404c3c83d8af5912478da44516112319804a59aed27aaa363c4567f6
 SHA512 
a18ac16bcc00b19b3803ad731f10a69af2d50f8dedab85e021dd77221840caff81c1c0ed8565b4f0f4ae283eaaf7b2239c12493798cfd7d8ac34dbf245c75bc0
-DIST genpatches-5.10-161.extras.tar.xz 3868 BLAKE2B 
4bee960a0372d930fd91c93ef6e25467e814fab8afdcfdb19a5e31b0b900b9189322efa84fa02483a1db2f25477a2b1a3cd2e5ccee50a4db1e068f6a4ceac11a
 SHA512 
fa2eb3d7914620282810ffc65a2ba9287c19c5819e67969d0800e7ebc9e67e9b2b8fc239c913b9b38f28f2ac55fcfb158949b55219f709abbe1b76194a22864a
 DIST genpatches-5.10-162.base.tar.xz 4335364 BLAKE2B 
588c43e616bbdc27c3c52d7039b94b2825de57aa8d03e6205a7effb861d52e7f55f1ced617e23dcbbfd1af653352344ce38f0bfbcfa494be8069cc6dda24e563
 SHA512 
827f7df2593de4dbe6a658b16ab9c755e380007f37caa9c6079e062e6b7eeecdca59fce141ca04f882b71738db07236b2292d451f6c042f6a157cf78a4a094cd
 DIST genpatches-5.10-162.extras.tar.xz 3872 BLAKE2B 
bda73f31c374f68e41139a18bd8adb5694aec96ff8abcbe9d8f69cdb3a3a997faacf4eeaa94319f77659717ef0574e5194cec247bb758cef769b0f6016c77a65
 SHA512 
1adbd07d1af22cb4e202be5f246035550746b2aa72a6aa834a162342d29bc3649f90894d4e6b39bee1f78fc666bfb742c9194fc1b0ffacbd1064ff613ba02d86
-DIST genpatches-5.10-163.base.tar.xz 4367636 BLAKE2B 
88dc5e125a09cf25abeb68378c99b5fc759d8bd29944d96e1597cf05489ed4ea4ff0630a17a835b4d282476d6941d078395505462da1a9c143ff9ede9beaf9fe
 SHA512 
d3bc16d8405ce934707c161ee5de9ea82dd29848d7051b190f0d70d08da21606392b22d3e74d878f8764a54a9da936c452744a1888b1574e105e1ebaca3100bf
-DIST genpatches-5.10-163.extras.tar.xz 3868 BLAKE2B 
68203dba0a18bb4e170f9e79abed707d0a521b3be0589435b659d2a9d291f16366569cd8e81d52848a4b53d92fd4df782b4a7eb2875a0bfc540553e85bbb9844
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2022-11-25 Thread Michał Górny
commit: d2f57fb5392e8037815a35ebfdad57f95d5151d2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 20:16:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 20:16:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f57fb5

virtual/dist-kernel: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 virtual/dist-kernel/dist-kernel-5.10.150.ebuild | 19 ---
 virtual/dist-kernel/dist-kernel-5.10.151.ebuild | 19 ---
 virtual/dist-kernel/dist-kernel-5.10.152.ebuild | 19 ---
 virtual/dist-kernel/dist-kernel-5.10.154.ebuild | 19 ---
 virtual/dist-kernel/dist-kernel-5.15.75.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-5.15.76.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-5.15.78.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-5.19.17.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-5.4.220.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-5.4.221.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-6.0.5.ebuild| 19 ---
 virtual/dist-kernel/dist-kernel-6.0.6.ebuild| 19 ---
 virtual/dist-kernel/dist-kernel-6.0.7.ebuild| 19 ---
 virtual/dist-kernel/dist-kernel-6.0.8.ebuild| 19 ---
 14 files changed, 266 deletions(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.150.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.150.ebuild
deleted file mode 100644
index a8bfe038d31a..
--- a/virtual/dist-kernel/dist-kernel-5.10.150.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual to depend on any Distribution Kernel"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 x86"
-
-RDEPEND="
-   || (
-   ~sys-kernel/gentoo-kernel-${PV}
-   ~sys-kernel/gentoo-kernel-bin-${PV}
-   ~sys-kernel/vanilla-kernel-${PV}
-   )"

diff --git a/virtual/dist-kernel/dist-kernel-5.10.151.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.151.ebuild
deleted file mode 100644
index 5594b4186dc8..
--- a/virtual/dist-kernel/dist-kernel-5.10.151.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual to depend on any Distribution Kernel"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-
-RDEPEND="
-   || (
-   ~sys-kernel/gentoo-kernel-${PV}
-   ~sys-kernel/gentoo-kernel-bin-${PV}
-   ~sys-kernel/vanilla-kernel-${PV}
-   )"

diff --git a/virtual/dist-kernel/dist-kernel-5.10.152.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.152.ebuild
deleted file mode 100644
index 5594b4186dc8..
--- a/virtual/dist-kernel/dist-kernel-5.10.152.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual to depend on any Distribution Kernel"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-
-RDEPEND="
-   || (
-   ~sys-kernel/gentoo-kernel-${PV}
-   ~sys-kernel/gentoo-kernel-bin-${PV}
-   ~sys-kernel/vanilla-kernel-${PV}
-   )"

diff --git a/virtual/dist-kernel/dist-kernel-5.10.154.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.154.ebuild
deleted file mode 100644
index 5594b4186dc8..
--- a/virtual/dist-kernel/dist-kernel-5.10.154.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual to depend on any Distribution Kernel"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-
-RDEPEND="
-   || (
-   ~sys-kernel/gentoo-kernel-${PV}
-   ~sys-kernel/gentoo-kernel-bin-${PV}
-   ~sys-kernel/vanilla-kernel-${PV}
-   )"

diff --git a/virtual/dist-kernel/dist-kernel-5.15.75.ebuild 
b/virtual/dist-kernel/dist-kernel-5.15.75.ebuild
deleted file mode 100644
index a8bfe038d31a..
--- a/virtual/dist-kernel/dist-kernel-5.15.75.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual to depend on any Distribution Kernel"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 x86"
-
-RDEPEND="
-   || (
-   ~sys-kernel/gentoo-kernel-${PV}
-   

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/

2022-11-25 Thread Michał Górny
commit: 93bd7bd5f65a3409b53b3c62cc1ce3b422e66be0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 20:08:30 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 20:13:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93bd7bd5

sys-kernel/gentoo-kernel-bin: Bump to 5.4.225

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/gentoo-kernel-bin/Manifest  |   6 +
 .../gentoo-kernel-bin-5.4.225.ebuild   | 127 +
 2 files changed, 133 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index d8c2f28647a3..ced2c0642069 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -30,6 +30,8 @@ DIST genpatches-5.4-228.base.tar.xz 5198204 BLAKE2B 
35942e1ffbfd792f2479ce2b97c7
 DIST genpatches-5.4-228.extras.tar.xz 1812 BLAKE2B 
dc4f0815c8915ae371db4da0ecc1066a269547ba1a967a6067121de25c06445356b6f1339088d402e7f9ca5dbb91b49ab717dc3168760cb26ff3e279177e16e4
 SHA512 
7ab2f0466b677b3506c080bacae1217b54b35ccb45f65000757bfa09e3ca2834a3b78c4b03730f11c6948be3e3a04c1fe3bc562585248039185d94ba805adfe7
 DIST genpatches-5.4-229.base.tar.xz 5214840 BLAKE2B 
ede38de7b09b59ab96596aa4e47f7d2dff06e8e3e403e0b3a15092991bd21504ccffdc21b8fc5857fbd21ee89842f7a6d74fd88b5c7426ae2a5dd3d50ce8db51
 SHA512 
ad086f2b00e870d54b1605eac7fe537654c09830b69c316cee71a7bb5e621e6ada37ef780c4d2c3ea9678e4a72c19355acac2648e16943ba0dde4e711909826b
 DIST genpatches-5.4-229.extras.tar.xz 1812 BLAKE2B 
d5d084cd21e2a4f6235f0438e8d92746fcfbc9f86170247b00ade3d2aac99e06c4b10bbe725780e8f9644c7404e8defd360c3e9d360cac1e5c5a8a2ffb17adef
 SHA512 
c21105638451b761588caaf266d901de7a5640d72540954c3c559b675dc265cca8ea5e56de1c3c644bda4c4e09fe174ece02ed6e506d12e718e035825dda3e0d
+DIST genpatches-5.4-230.base.tar.xz 5241272 BLAKE2B 
59a4ad6f7b2f3380e5521a2d48e7da526bb8dc177d04c147e5699b75efd76e62e94b97a96d7d2f50c70fdd684c57f76f1a0017fafc223f7a31f7d26ef24a5365
 SHA512 
f69615ad62cef31b53cb89ce072760e17f9f22a40217ca1057e34939ed2fbaadafea2811e68fbbb91f62aeb630d4ca71ed63442efa5448c1e44554a4cbb57b12
+DIST genpatches-5.4-230.extras.tar.xz 1812 BLAKE2B 
62c614ec2f856867ab6e6953fcbe533fba508263a2f0e0f9e422ba9c4f159af9564d8ad57368f4e8a9e645302b3cdc8ef1ac5a626cb8e18380c025f3290ba56a
 SHA512 
911595072c899538d66313d24585df62a9dd4e44e46980b14e1b6d0c61a64d55b6a66e4b30cae49965900bbbe634c2ebb36aac1d084038829da2a1a59b721186
 DIST genpatches-6.0-5.base.tar.xz 279980 BLAKE2B 
72e3445a0d791825d6aebfed695bde22454c1d3891176756d90b2cd6aaefa8051bc22a8c7b39326f2889e947d2f65112d386f8d158d1a5327aca142a9d2312fa
 SHA512 
e74152dde7f6c6e511c500ab1038f5a5bd2473354fac8ade6293c43c288ead3e2549fe8f0a02ff205fd72f5947401372cee34425dc2cf23ed3bf1198ad7b6123
 DIST genpatches-6.0-5.extras.tar.xz 3804 BLAKE2B 
36e9a4a81f9cc9bea2dab9138bbfa9e380ef6e6d1305ff27072f96be23a8be691c20505c07d0034f0cead7b0f955e463485fc7d488b04ccb951a27eb3aabfb39
 SHA512 
b0c4a0640f20bbad1c5a5ce4a4c7413c1bd3fa1463be6d8dde3447d0131beb0a5809be53d2df7660516affe4b35f9b88a6ad8ff1b8575cf76f01bc086e4ccf60
 DIST genpatches-6.0-6.base.tar.xz 307564 BLAKE2B 
14e3d451ae6f21219ed86f8fea2cd8c4888e8b8d23e43d6d855ccb3e07346348aa267e0e20e65c0cb782c3fbb0adc98e3e6728dc83d58bb8dbbed656b3273076
 SHA512 
1ed76b47ee510074787be882b999dc60c108e1411f4704c9104936f808b12bb97700883f2eed9e41d6da6a0cb5fd00cdd47f267cff1c34173bed49e1379a8786
@@ -104,6 +106,10 @@ DIST gentoo-kernel-5.4.224-1.amd64.gpkg.tar 60610560 
BLAKE2B 5bab836c930afb2f770
 DIST gentoo-kernel-5.4.224-1.arm64.gpkg.tar 56832000 BLAKE2B 
4ba736f1ce44422ba937cf047abdd8a67ec4249711fb2844eb0e4da6e2a07f93869a35c12a58e3295b83bbb47d55ec1226d9c6510090dff09526a734f65f017c
 SHA512 
4a29438b0de7c6990f28877e243acda1a1d3b997bc8ca443660b2070b578d268637476c4e6de56eef4f14e6845a8e727d9044a43209921a1e00128be7fe7512a
 DIST gentoo-kernel-5.4.224-1.ppc64le.gpkg.tar 54353920 BLAKE2B 
18ccca6446f248db98bb57bc3682cee0c0a9048818fbd824c3c4bb7b788d61b1a829563e64d5f2832c66f91bb185ef1ec2cee90a6111e2269eefdabaac87f953
 SHA512 
332e45d739bcebc657a743681e22479861cfea8bf12a751a411f866d21207ed97e5050bed0786bd037a5359f550895aabb6b49eb3d03d7de45c1ce648716dab8
 DIST gentoo-kernel-5.4.224-1.x86.gpkg.tar 52398080 BLAKE2B 
b911c83fff98b32210dfd26aa23744c4f307f13e03cc64fb5dc7c92f2a9cdde424cbc1333c4be495f733006400d945be6046497f91e866d31676983eb0ca05d1
 SHA512 
55a92c55528bbe1b9a38a5576e5170957dcd3e48c4578647cc84d977d7ef92d3f0f670c1b2cebe83cd18ae534be8b236f5d2b339a2e531fe68c0f28ea0abcefd
+DIST gentoo-kernel-5.4.225-1.amd64.gpkg.tar 60590080 BLAKE2B 
dc8493b1e23b4900e60c10afcbbeab403790dcf69480c7861afa2efc2320f14f152d71ead34e8bcaa20cd5fa17d220a4e9617e84e9670593c9193cce9ced48f8
 SHA512 
7fe2fd29a3ad77e2ab418c34f0817e6484ad5991d6ed6759279d8fdbdd841ddc4937aacfe2061ea6779b84146885baca33defc05004f17fdcae0944020ba03c7
+DIST gentoo-kernel-5.4.225-1.arm64.gpkg.tar 56821760 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/

2022-11-25 Thread Michał Górny
commit: aac1fef50a48efe9867088416b2230e365247d16
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 20:08:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 20:13:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac1fef5

sys-kernel/gentoo-kernel-bin: Bump to 5.10.156

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/gentoo-kernel-bin/Manifest  |   6 +
 .../gentoo-kernel-bin-5.10.156.ebuild  | 127 +
 2 files changed, 133 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index ced2c0642069..6a29d2179594 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -10,6 +10,8 @@ DIST genpatches-5.10-163.base.tar.xz 4367636 BLAKE2B 
88dc5e125a09cf25abeb68378c9
 DIST genpatches-5.10-163.extras.tar.xz 3868 BLAKE2B 
68203dba0a18bb4e170f9e79abed707d0a521b3be0589435b659d2a9d291f16366569cd8e81d52848a4b53d92fd4df782b4a7eb2875a0bfc540553e85bbb9844
 SHA512 
375d5f17eed5030413143e067e0eb5c131451a45025c5506371b09aa6dac417dcce2cc941d5cc194f9ed394e2f3d1fd175fc46b97d373b988fb4c919371b65cb
 DIST genpatches-5.10-164.base.tar.xz 4386332 BLAKE2B 
7f7d89de037788c0a5d2bd3b3a61da549f16939cdbaf04520097b4cf935683bdefab3c0e9884362b879f3b863d0cfdb495c662f9872386a1b6d3be267c73
 SHA512 
486b56560d144597032c777c7ff1bfc6c828598d9ec81c46b1ef8c91dac6e451525f62136e5e96d53bf4e7862e1a8d86d716fba7eaad55e60240ce4611e658b5
 DIST genpatches-5.10-164.extras.tar.xz 3868 BLAKE2B 
df5c97a2e0caf890fdcbc564b67226b66e1a789bb8c972761ccb912a7c1d3f0678381fec5da17f73661e302bc3cbcb3a9cbd755696e5c8a94ab9ddb9e6c8c89d
 SHA512 
4355ad2bfb6e0d706346df3bda7bba4c7d3c6145b6707df1536db2588d72a3c0e6c42487296272149d05c06c99f5524bdf724bfdeafce250719f696cd566d43b
+DIST genpatches-5.10-165.base.tar.xz 4410392 BLAKE2B 
67300432c6ae3009843c2dbdb514228296716b3fe884cec9307ae75c1848839633e504d287fb059f7766f7ff545fdab0566b79938d06053b1c82d2aa6f928f7d
 SHA512 
208dc3840efce5d0c2e57926ea7a29890f3998b56fa2def90046cdc1358dbd22a8a597aacca754f60b7b742c65a9e541fdbc5b57b9838fec287eec8131fa2023
+DIST genpatches-5.10-165.extras.tar.xz 3868 BLAKE2B 
1cf0214ea5d61c180a97e99697889bb0ab5b1e7a3a7c0f3c3492e9de424af586975dde56e9d8d24c0222f88872d27cdb763c02cdb64e293e755a6ea107e22a23
 SHA512 
b1a18819991cbc9265bd0aafe0ad4d20402efd6e96c7d68f509bdec0177cc4509d9f71b8dc41b906643498ebb9f51721df31fdaee6dd69652c01237fcb69717d
 DIST genpatches-5.15-79.base.tar.xz 3195612 BLAKE2B 
bf8edc209ecc99da4f4c05b575b095992e64ca421e9848a75ef1ff7bca84377eec93ac3bc7d23bfd4c91d529cbf1693e231b606b27ba2ead46e9c3037db10c21
 SHA512 
c8cdadb66f904f2083f713a58bce743e56e27440f01fe98b3ddf82aaa43401c2fabad029060e7c01590dc294edcdfa8ec6c784f24ca87a1b9fa8703ed626e4f3
 DIST genpatches-5.15-79.extras.tar.xz 3932 BLAKE2B 
df50c7ce655f1f81d46ab6f077963afb0997ed2f6c0b70aa49c34a445d3f8938cce7201b75221705fe27c0a6f699dc553f9327960a21dd89e3c55dde9306
 SHA512 
31e8c8aeb98e01dd1e0b25c51cfe48d5b6bc98617833229b283d35da6d7572b95dd8141592a2350ff01554bf80d918d2137ef2eb248c483ab22fc3db20a11fe3
 DIST genpatches-5.15-80.base.tar.xz 3218432 BLAKE2B 
f2478969a4e7a24bd7a30328e2d17d5daafa9fbd741dd7eb295c025f27c08ccf8efbde13003e084c509a8bcf5f1d28f45189a28467b31c48c2a4d344a726ec4f
 SHA512 
60737de4d0f8e3acc02ed07a82853d9226daf54b3b5a1b990d94e78b3dcd9fae26b9e6cf8854e5074b88dd826d286440155b70c4fc19f271ce795b2bbcc61b1a
@@ -66,6 +68,10 @@ DIST gentoo-kernel-5.10.155-1.amd64.gpkg.tar 66529280 
BLAKE2B 04407528385fb6bd51
 DIST gentoo-kernel-5.10.155-1.arm64.gpkg.tar 59668480 BLAKE2B 
3decbc324ab1bf9433e11e0c3321a63c6b9c5cc1ff321e592483f9e07378d23b7810934c26ceae300fe22c78fc365248456fb79acacf3ef0d6eed53126c0a49d
 SHA512 
abc9ae89dbb1131584329eb064a568152ec8dd7f26af9025b68fb3816301e29a723eac719da4722ef9712c3383cd248d1106c9b84cdaba90ac3c4b3f42ccfcc8
 DIST gentoo-kernel-5.10.155-1.ppc64le.gpkg.tar 55050240 BLAKE2B 
3ddca1091ffa524ed1bc1d08b64f1038fb6664d6d754097f9472d04003aee62f274ce51c680067ab47445e0fd100feb3dbc233cd7272a77d2358f6fc4238d1e0
 SHA512 
0efc36b9d9fc85dd2715d0b49a08685d3b3bc6cb297e5b1b1a82706382af1db7da27d533240f7e1de8a8b714ab1a08340ad0c9b2f6e53282875531cad36373da
 DIST gentoo-kernel-5.10.155-1.x86.gpkg.tar 56422400 BLAKE2B 
f8a4e4b56b5f77944ec456f5a5684d16967f0c2af67988a2ba7ce26b6deea7d8e2e4b94bee39c6783377dd6aecfd7bdbdbd3e3eb200bf7e02c3f0fc9664ed3da
 SHA512 
00c948da4149f68e23fbda21a1946321f2ae059b5094c09ba5dcbfcd39a311ae3b4656499c3f38dd0b518f25cad055aec5ea9e176246fd2da38527558ec56892
+DIST gentoo-kernel-5.10.156-1.amd64.gpkg.tar 66508800 BLAKE2B 
6a7d41f7aebaa3e6fd105d3297101d8b02b667d3829535ec203bee52d2e100d7a6aaead56e66e8075dd9091f95d0b9bccfb2b598947cd7c51d59359ff0bc6184
 SHA512 
e55f022f144201c65d6314ae275b9d5163bf0c3a3fc8777ee45968a5759989e6a9be3c0de8ada5d8e4995bdacfd2cd4c54e6a56ba08308a7f7c4ac3f633893b2
+DIST gentoo-kernel-5.10.156-1.arm64.gpkg.tar 59658240 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2022-11-25 Thread Michał Górny
commit: 7e65f2a6dd8a44ce6d98080fff5dbebedb78363f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 17:47:22 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 20:13:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e65f2a6

virtual/dist-kernel: Bump to 5.10.156

Signed-off-by: Michał Górny  gentoo.org>

 virtual/dist-kernel/dist-kernel-5.10.156.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.156.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.156.ebuild
new file mode 100644
index ..5594b4186dc8
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.10.156.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel/

2022-11-25 Thread Michał Górny
commit: 4c8736af1926297a53dda2b6f6f43c311ed29f94
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 17:47:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 20:13:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8736af

sys-kernel/gentoo-kernel: Bump to 5.10.156

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.10.156.ebuild| 131 +
 2 files changed, 133 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index e588e2005eb3..38ee9af996bf 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -10,6 +10,8 @@ DIST genpatches-5.10-163.base.tar.xz 4367636 BLAKE2B 
88dc5e125a09cf25abeb68378c9
 DIST genpatches-5.10-163.extras.tar.xz 3868 BLAKE2B 
68203dba0a18bb4e170f9e79abed707d0a521b3be0589435b659d2a9d291f16366569cd8e81d52848a4b53d92fd4df782b4a7eb2875a0bfc540553e85bbb9844
 SHA512 
375d5f17eed5030413143e067e0eb5c131451a45025c5506371b09aa6dac417dcce2cc941d5cc194f9ed394e2f3d1fd175fc46b97d373b988fb4c919371b65cb
 DIST genpatches-5.10-164.base.tar.xz 4386332 BLAKE2B 
7f7d89de037788c0a5d2bd3b3a61da549f16939cdbaf04520097b4cf935683bdefab3c0e9884362b879f3b863d0cfdb495c662f9872386a1b6d3be267c73
 SHA512 
486b56560d144597032c777c7ff1bfc6c828598d9ec81c46b1ef8c91dac6e451525f62136e5e96d53bf4e7862e1a8d86d716fba7eaad55e60240ce4611e658b5
 DIST genpatches-5.10-164.extras.tar.xz 3868 BLAKE2B 
df5c97a2e0caf890fdcbc564b67226b66e1a789bb8c972761ccb912a7c1d3f0678381fec5da17f73661e302bc3cbcb3a9cbd755696e5c8a94ab9ddb9e6c8c89d
 SHA512 
4355ad2bfb6e0d706346df3bda7bba4c7d3c6145b6707df1536db2588d72a3c0e6c42487296272149d05c06c99f5524bdf724bfdeafce250719f696cd566d43b
+DIST genpatches-5.10-165.base.tar.xz 4410392 BLAKE2B 
67300432c6ae3009843c2dbdb514228296716b3fe884cec9307ae75c1848839633e504d287fb059f7766f7ff545fdab0566b79938d06053b1c82d2aa6f928f7d
 SHA512 
208dc3840efce5d0c2e57926ea7a29890f3998b56fa2def90046cdc1358dbd22a8a597aacca754f60b7b742c65a9e541fdbc5b57b9838fec287eec8131fa2023
+DIST genpatches-5.10-165.extras.tar.xz 3868 BLAKE2B 
1cf0214ea5d61c180a97e99697889bb0ab5b1e7a3a7c0f3c3492e9de424af586975dde56e9d8d24c0222f88872d27cdb763c02cdb64e293e755a6ea107e22a23
 SHA512 
b1a18819991cbc9265bd0aafe0ad4d20402efd6e96c7d68f509bdec0177cc4509d9f71b8dc41b906643498ebb9f51721df31fdaee6dd69652c01237fcb69717d
 DIST genpatches-5.15-79.base.tar.xz 3195612 BLAKE2B 
bf8edc209ecc99da4f4c05b575b095992e64ca421e9848a75ef1ff7bca84377eec93ac3bc7d23bfd4c91d529cbf1693e231b606b27ba2ead46e9c3037db10c21
 SHA512 
c8cdadb66f904f2083f713a58bce743e56e27440f01fe98b3ddf82aaa43401c2fabad029060e7c01590dc294edcdfa8ec6c784f24ca87a1b9fa8703ed626e4f3
 DIST genpatches-5.15-79.extras.tar.xz 3932 BLAKE2B 
df50c7ce655f1f81d46ab6f077963afb0997ed2f6c0b70aa49c34a445d3f8938cce7201b75221705fe27c0a6f699dc553f9327960a21dd89e3c55dde9306
 SHA512 
31e8c8aeb98e01dd1e0b25c51cfe48d5b6bc98617833229b283d35da6d7572b95dd8141592a2350ff01554bf80d918d2137ef2eb248c483ab22fc3db20a11fe3
 DIST genpatches-5.15-80.base.tar.xz 3218432 BLAKE2B 
f2478969a4e7a24bd7a30328e2d17d5daafa9fbd741dd7eb295c025f27c08ccf8efbde13003e084c509a8bcf5f1d28f45189a28467b31c48c2a4d344a726ec4f
 SHA512 
60737de4d0f8e3acc02ed07a82853d9226daf54b3b5a1b990d94e78b3dcd9fae26b9e6cf8854e5074b88dd826d286440155b70c4fc19f271ce795b2bbcc61b1a

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.156.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.156.ebuild
new file mode 100644
index ..4824ab95a1fb
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.156.ebuild
@@ -0,0 +1,131 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 9 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.12
+CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530
+GENTOO_CONFIG_VER=g1
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel/

2022-11-25 Thread Michał Górny
commit: 10e102ff3ff7c289972cfa6460b08cece6f6a93f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 17:45:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 20:13:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e102ff

sys-kernel/gentoo-kernel: Bump to 5.4.225

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.4.225.ebuild | 100 +
 2 files changed, 102 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index d704dfa86678..e588e2005eb3 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -30,6 +30,8 @@ DIST genpatches-5.4-228.base.tar.xz 5198204 BLAKE2B 
35942e1ffbfd792f2479ce2b97c7
 DIST genpatches-5.4-228.extras.tar.xz 1812 BLAKE2B 
dc4f0815c8915ae371db4da0ecc1066a269547ba1a967a6067121de25c06445356b6f1339088d402e7f9ca5dbb91b49ab717dc3168760cb26ff3e279177e16e4
 SHA512 
7ab2f0466b677b3506c080bacae1217b54b35ccb45f65000757bfa09e3ca2834a3b78c4b03730f11c6948be3e3a04c1fe3bc562585248039185d94ba805adfe7
 DIST genpatches-5.4-229.base.tar.xz 5214840 BLAKE2B 
ede38de7b09b59ab96596aa4e47f7d2dff06e8e3e403e0b3a15092991bd21504ccffdc21b8fc5857fbd21ee89842f7a6d74fd88b5c7426ae2a5dd3d50ce8db51
 SHA512 
ad086f2b00e870d54b1605eac7fe537654c09830b69c316cee71a7bb5e621e6ada37ef780c4d2c3ea9678e4a72c19355acac2648e16943ba0dde4e711909826b
 DIST genpatches-5.4-229.extras.tar.xz 1812 BLAKE2B 
d5d084cd21e2a4f6235f0438e8d92746fcfbc9f86170247b00ade3d2aac99e06c4b10bbe725780e8f9644c7404e8defd360c3e9d360cac1e5c5a8a2ffb17adef
 SHA512 
c21105638451b761588caaf266d901de7a5640d72540954c3c559b675dc265cca8ea5e56de1c3c644bda4c4e09fe174ece02ed6e506d12e718e035825dda3e0d
+DIST genpatches-5.4-230.base.tar.xz 5241272 BLAKE2B 
59a4ad6f7b2f3380e5521a2d48e7da526bb8dc177d04c147e5699b75efd76e62e94b97a96d7d2f50c70fdd684c57f76f1a0017fafc223f7a31f7d26ef24a5365
 SHA512 
f69615ad62cef31b53cb89ce072760e17f9f22a40217ca1057e34939ed2fbaadafea2811e68fbbb91f62aeb630d4ca71ed63442efa5448c1e44554a4cbb57b12
+DIST genpatches-5.4-230.extras.tar.xz 1812 BLAKE2B 
62c614ec2f856867ab6e6953fcbe533fba508263a2f0e0f9e422ba9c4f159af9564d8ad57368f4e8a9e645302b3cdc8ef1ac5a626cb8e18380c025f3290ba56a
 SHA512 
911595072c899538d66313d24585df62a9dd4e44e46980b14e1b6d0c61a64d55b6a66e4b30cae49965900bbbe634c2ebb36aac1d084038829da2a1a59b721186
 DIST genpatches-6.0-5.base.tar.xz 279980 BLAKE2B 
72e3445a0d791825d6aebfed695bde22454c1d3891176756d90b2cd6aaefa8051bc22a8c7b39326f2889e947d2f65112d386f8d158d1a5327aca142a9d2312fa
 SHA512 
e74152dde7f6c6e511c500ab1038f5a5bd2473354fac8ade6293c43c288ead3e2549fe8f0a02ff205fd72f5947401372cee34425dc2cf23ed3bf1198ad7b6123
 DIST genpatches-6.0-5.extras.tar.xz 3804 BLAKE2B 
36e9a4a81f9cc9bea2dab9138bbfa9e380ef6e6d1305ff27072f96be23a8be691c20505c07d0034f0cead7b0f955e463485fc7d488b04ccb951a27eb3aabfb39
 SHA512 
b0c4a0640f20bbad1c5a5ce4a4c7413c1bd3fa1463be6d8dde3447d0131beb0a5809be53d2df7660516affe4b35f9b88a6ad8ff1b8575cf76f01bc086e4ccf60
 DIST genpatches-6.0-6.base.tar.xz 307564 BLAKE2B 
14e3d451ae6f21219ed86f8fea2cd8c4888e8b8d23e43d6d855ccb3e07346348aa267e0e20e65c0cb782c3fbb0adc98e3e6728dc83d58bb8dbbed656b3273076
 SHA512 
1ed76b47ee510074787be882b999dc60c108e1411f4704c9104936f808b12bb97700883f2eed9e41d6da6a0cb5fd00cdd47f267cff1c34173bed49e1379a8786

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.225.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.225.ebuild
new file mode 100644
index ..5fa543cace37
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.225.ebuild
@@ -0,0 +1,100 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 5 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=g1
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2022-11-25 Thread Michał Górny
commit: c024680b661f259ebfb8dfa4f25c0693a0d7cde8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 17:45:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 20:13:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c024680b

virtual/dist-kernel: Bump to 5.4.225

Signed-off-by: Michał Górny  gentoo.org>

 virtual/dist-kernel/dist-kernel-5.4.225.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.4.225.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.225.ebuild
new file mode 100644
index ..2e0a7cc6b4b7
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.4.225.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-kernel/

2022-11-25 Thread Michał Górny
commit: 68912011eb0411bd7c5ed51de25d9e291208e288
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 17:47:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 20:13:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68912011

sys-kernel/vanilla-kernel: Bump to 5.10.156

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.10.156.ebuild  | 134 +
 2 files changed, 136 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index c43099a1f171..bfffcf8f15a2 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -36,6 +36,8 @@ DIST linux-5.10.154.tar.sign 993 BLAKE2B 
066af4c4854bacdf5ca7ab5c2b29d83022015dc
 DIST linux-5.10.154.tar.xz 120524920 BLAKE2B 
e40897a4a63f9c84ebfa86f39687302146523938108d3f76ed54ce78ee4dd30c38b0a468ce03e9a033dc5e454f0cb23aad36bef0f221b861686c0b4051e8c596
 SHA512 
73a13943a037a5003316e825b83da04e453e6cb6fa54438df8f8715af1595477af9aa0fd880be97eee80b11603cf9c29ae74f36af6e03fec9120b75ef1b76114
 DIST linux-5.10.155.tar.sign 993 BLAKE2B 
f18041ad4bb9034d09bc14b0fd0547b60fe34349fa61358f6bf3f2c4ae8d180e4f26cb1afc022267f621e8bd1ddeb036430ef02625c737bc8fa1bc4f76fc5e43
 SHA512 
48e44a67c2ef4ed498f60fbc57e38b27353c178c773f02f13779275f40361869982eab0fb67c4ba2d791adc4bcf1ad375e0d3d04299d14d8ef1496c4f1787502
 DIST linux-5.10.155.tar.xz 120504084 BLAKE2B 
c178868c5347831131b9633c9998738500669c9f4230783a693a4fa6d8b373fe729c0a57c051ce33943ef99a992ca01647f2fca7dea7c76049ba87eeedc0
 SHA512 
fc763f7854ed5e8964fee2acc2f521caa215cbfa76dd7a054173fcf37f74ef543820e7b026c0ee2c01c178eb22c89ad334ec9559950772ec278d78d95b32d33c
+DIST linux-5.10.156.tar.sign 993 BLAKE2B 
52db65697829b5ff0aeeb6e781bb82c83d79cde3f1f8ab8abb735ee15ed74a09e0915ab2d7295152c596e0c6ff615ae1115968f4aa931804a4e177a434e898d2
 SHA512 
ef1e5d7b81b1b591d4de3e7ca7f26c327c5ee31eae3bae889833817be71b75268f403043a646f837f4f10f0f4fab6251aafbdd9c3f05d3a34df8507e194f5842
+DIST linux-5.10.156.tar.xz 120497392 BLAKE2B 
4bf8a02cec0a9cec6938a1fed74ca9a8418cfa68433d87dcacfcb4a0f409f3ddc184a0e1157915ce79543b95a9a91d30665f57430e1e290482b08da692c4f11b
 SHA512 
a2cde98dc8f5e5b9a84db0f8adb4e2343e3873068f4dc40676738f9d1f1b7c82670f62c9c4a9f4800f6196de2f79f3ba071ee3f8382c304d16c6892072d72900
 DIST linux-5.15.75.tar.sign 991 BLAKE2B 
ca3ab657a1e6d98d2f8419c98c5f41beba2cba0bcbed937c4233bf8d3222b362bd973b435bb5fc987ce9e9714dbf6ddfc2265c7ede51196d66df0234d904fe7b
 SHA512 
81b5b73b910babb8a7b3d060c3f826f3da687fdbb8cd83fb55848238f052e035677549ea59f41636bda7dbe1ee5949e043c70e0c3d501ba1b09e5ad4e27191a3
 DIST linux-5.15.75.tar.xz 126466096 BLAKE2B 
cc913d15da3ec8389f7eb2b0597281a96465dd92245b4ddb41eefd76208d6672e6c83b88bd8d56596b553ed2c07e602e604038ee44c3b44325b3943fccf10fe9
 SHA512 
6cf56319d2bfbd27a3c01197d9ea23cfb3acbf83e0496889c6fb500c52a399ec852f965b7e9f54f389b3229dcf3dce8b48b278e5063d077936c8b8337cf370a6
 DIST linux-5.15.76.tar.sign 991 BLAKE2B 
876831fa3e2838bcc1785ba8a8231a5a50dbebe587105ea892e16f82a513383b8c920cc8c1025728a3b17d430f861b1c9671c544c5597b47a0ae226d79f1466b
 SHA512 
4a6f18f6ac9f3ee3668778bfa1b1288f78b865fb6e39d20efb65604707ec0260db5ea4cf90b1705672853e3997e1cc8b775439b86925b7c4e5cbcf343a4bee1a

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.156.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.156.ebuild
new file mode 100644
index ..beb11365e70a
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.156.ebuild
@@ -0,0 +1,134 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build toolchain-funcs verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.12
+CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530
+GENTOO_CONFIG_VER=g1
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-kernel/

2022-11-25 Thread Michał Górny
commit: d832546fb635269a8557d5b4fd5741d0381fa522
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 17:45:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 20:13:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d832546f

sys-kernel/vanilla-kernel: Bump to 5.4.225

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.4.225.ebuild   | 108 +
 2 files changed, 110 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 07d532934f04..c43099a1f171 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -56,6 +56,8 @@ DIST linux-5.4.223.tar.sign 991 BLAKE2B 
83aff68008cb382f7d6a9be93ecf6737cd3dc7d7
 DIST linux-5.4.223.tar.xz 112946132 BLAKE2B 
e5669ba0e0e05d468eb8671da24fac4188a6cdbf66201d3a4c66759435997be541994dee2e3f297f6968857c675dd9c6485efde87f9421f7cc0618b692b005ac
 SHA512 
45fb543b2ef59be495106e253bbb2249fe71f9727a9a7d7a16738820db12f9fb5f580594699f736d157f930cf3a712e09595689a3f9954cfebbfa99f04ffc681
 DIST linux-5.4.224.tar.sign 991 BLAKE2B 
dc31a065cb747f537923a743d84a473e3724413141242a351d684b155578272156e4476646f3eb5b5bda2fee190604234294a155faf72d7075d60cba32d4b2a8
 SHA512 
13a8c4e7b2500ae32b22c0fd49f447a3ae2cb673922ae8ce478dbd713aa09acbc0f7ac2356d1d9303a537dc1710d485d50c4607e6f98ec7055604e1fd4b44ef5
 DIST linux-5.4.224.tar.xz 112963056 BLAKE2B 
8fb9e729fb6642c5824b32f28cbdcc774d1dd0c1240dac4644aa7030a6171f4f4795e92eef6aeb03f4e92acd26a4ac8fd785ed76610ef63c83a61067b7264427
 SHA512 
fc54140a20eace0d2191b2ce99415459c16877440a37d101cf628fd92f224536d1f5fbb1f3d2ccb07204df577aea06c913ffcef974690cb93c768991a8bf160b
+DIST linux-5.4.225.tar.sign 991 BLAKE2B 
7979abcf47899c61a9a661d73bcb07b097507e3e2ad41aecb8385e445fe64e2d59053b9fb5f9a1db43f4c1104bb05c860a9522b89db5bb4b811983dfd93bc75e
 SHA512 
5096ae43b0773d3ea80637b8c5a5816ddf45f4d48af9bcd5970e2ed3543c678a1db5232834107fb308f2043ab0d5a7684ffe19807900e3d3e0de9d50f63d8365
+DIST linux-5.4.225.tar.xz 112975708 BLAKE2B 
1fcc64d4a71f4c1b9ae282fabd37a542f53b78b023cedf657a9649b5a1091b27677acee778c28b7919dfb634e4e2494f868ba7ceced2ae4fc5f3d901b9b02b2a
 SHA512 
2519e9ca893014253e7af9e1e99168693c50c2c39a819a65105dc70f5ad6906d9348a61009c0575ffccc625b7df49c6e1c51bd141bf7b9f64c4ad9f5a173ed4c
 DIST linux-6.0.5.tar.sign 987 BLAKE2B 
d8c7ceab01ab36ade7322ff141fab940fc95b4126d808edd59d823de4a338341fe8c1aa3500b8647540982feaa44c8c3be4de92b2c2ca2ea64b576b7dc258f38
 SHA512 
95af989dd78485d3405de63a2ec77ddb20cb6438b415b7c276e7d8c16bf0a5505affe06f9b21ffa8bbc2af835f1582c6fe0031e7115a5dd40408b8a223c37ed8
 DIST linux-6.0.5.tar.xz 133898040 BLAKE2B 
71afe2e227bbab9b40ccbd3dda4aacbe1ba7f45b85c863c57a759a91d18d215cdc16c8bfd28e2d2bcd2a510c49b7fc84531d21695ad81895172ca6997ffe0f5a
 SHA512 
90c0610be2bbca8841ff757b09d71c5d1efdcbc3cf0840d3f1d7a1b9a4854aa1eca36cfec0926dc191d35c5cbf71fea214097d831af2a34036c9a598f0ac55ad
 DIST linux-6.0.6.tar.sign 987 BLAKE2B 
5501a11c6d3d9edac1b96a6fc17df93de7469473d1bb041c8a15e52aed2e3b748b596fe05d60efc4e594ec84d0feb10882f4f8f169707bdee16dda517174a8a9
 SHA512 
cc76cbcdf8e62393b207bb62bdc760b27486e2ed3b2178f1d1b5e8868aa62a0bd9a99211e28c51515f713ac161d5fe4c5eafcc762e835278f2bd29928faf323f

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.225.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.225.ebuild
new file mode 100644
index ..ae90752d5ab5
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.225.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=g1
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le.config
+   -> kernel-ppc64le.config.${CONFIG_VER}
+   

[gentoo-commits] repo/gentoo:master commit in: net-libs/miniupnpc/

2022-11-25 Thread Arthur Zamarin
commit: 03a9b56501ab53830c4d45a35c88efe49d09e78f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 19:25:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 19:25:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a9b565

net-libs/miniupnpc: Stabilize 2.2.4 hppa, #883025

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-libs/miniupnpc/miniupnpc-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/miniupnpc/miniupnpc-2.2.4.ebuild 
b/net-libs/miniupnpc/miniupnpc-2.2.4.ebuild
index e1a042676bb6..ca55d005013d 100644
--- a/net-libs/miniupnpc/miniupnpc-2.2.4.ebuild
+++ b/net-libs/miniupnpc/miniupnpc-2.2.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="ipv6"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bpython/

2022-11-25 Thread Sam James
commit: 7d084530854960b72b90753a140baf6d9c022f97
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 19:11:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 19:11:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d084530

dev-python/bpython: Stabilize 0.23-r1 ALLARCHES, #883021

Signed-off-by: Sam James  gentoo.org>

 dev-python/bpython/bpython-0.23-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bpython/bpython-0.23-r1.ebuild 
b/dev-python/bpython/bpython-0.23-r1.ebuild
index 1bcd139c79b6..2254fcde6e4b 100644
--- a/dev-python/bpython/bpython-0.23-r1.ebuild
+++ b/dev-python/bpython/bpython-0.23-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 IUSE="clipboard +jedi watch"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="
>=dev-python/curtsies-0.4.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyicu/

2022-11-25 Thread Sam James
commit: 0131e98f1afbf9c0f7c4d1a97422ec1414de898e
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 19:11:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 19:11:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0131e98f

dev-python/pyicu: Stabilize 2.10.2 x86, #882975

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyicu/pyicu-2.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyicu/pyicu-2.10.2.ebuild 
b/dev-python/pyicu/pyicu-2.10.2.ebuild
index 3b729f17f181..a2abb9a40fd0 100644
--- a/dev-python/pyicu/pyicu-2.10.2.ebuild
+++ b/dev-python/pyicu/pyicu-2.10.2.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 
 DEPEND="
dev-libs/icu:=



[gentoo-commits] repo/gentoo:master commit in: dev-python/krb5/

2022-11-25 Thread Sam James
commit: 341ca6e23e05ffdd324d7b5f4a3243ca4ba35b8c
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 19:11:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 19:11:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341ca6e2

dev-python/krb5: Stabilize 0.4.1 x86, #882989

Signed-off-by: Sam James  gentoo.org>

 dev-python/krb5/krb5-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/krb5/krb5-0.4.1.ebuild 
b/dev-python/krb5/krb5-0.4.1.ebuild
index 004577e8a823..6b0d1d3eff0f 100644
--- a/dev-python/krb5/krb5-0.4.1.ebuild
+++ b/dev-python/krb5/krb5-0.4.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
virtual/krb5



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-env/

2022-11-25 Thread Sam James
commit: f6ba0ba16371811047bd2d1ac36ec50ac20858b8
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 19:11:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 19:11:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ba0ba1

dev-python/pytest-env: Stabilize 0.8.1 ALLARCHES, #882967

Signed-off-by: Sam James  gentoo.org>

 dev-python/pytest-env/pytest-env-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-env/pytest-env-0.8.1.ebuild 
b/dev-python/pytest-env/pytest-env-0.8.1.ebuild
index 2c0cc5da7303..0a4d413bbfa2 100644
--- a/dev-python/pytest-env/pytest-env-0.8.1.ebuild
+++ b/dev-python/pytest-env/pytest-env-0.8.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P/-/_}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/cfn-lint/

2022-11-25 Thread Sam James
commit: 3e8893d7bb325d813944a62ccfd4b024df17dd85
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 19:11:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 19:11:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8893d7

dev-python/cfn-lint: Stabilize 0.69.1 ALLARCHES, #883019

Signed-off-by: Sam James  gentoo.org>

 dev-python/cfn-lint/cfn-lint-0.69.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cfn-lint/cfn-lint-0.69.1.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.69.1.ebuild
index 0916420e1790..46166788b6e7 100644
--- a/dev-python/cfn-lint/cfn-lint-0.69.1.ebuild
+++ b/dev-python/cfn-lint/cfn-lint-0.69.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/aws-sam-translator-1.53.0[${PYTHON_USEDEP}]



  1   2   3   4   5   >