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

2023-06-05 Thread Sam James
commit: c310685670753b51acf5af6c3a8207a3c0fdf931
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 05:57:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 05:59:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3106856

dev-util/plan9port: add 0_pre20230331

Closes: https://bugs.gentoo.org/818676
Signed-off-by: Sam James  gentoo.org>

 dev-util/plan9port/Manifest   |   1 +
 dev-util/plan9port/plan9port-0_pre20230331.ebuild | 144 ++
 2 files changed, 145 insertions(+)

diff --git a/dev-util/plan9port/Manifest b/dev-util/plan9port/Manifest
index 26110d5f298a..0659551716d1 100644
--- a/dev-util/plan9port/Manifest
+++ b/dev-util/plan9port/Manifest
@@ -1 +1,2 @@
 DIST plan9port-88a87fadae6629932d9c160f53ad5d79775f8f94.tar.gz 23413373 
BLAKE2B 
6145dd77c9e4b33ebc6d68f42ed69e320e8bfcaae474a16afb3a62e30c13a39117d7013f3cc075eb48c95a5600c4fdb457e45f65f7b25ad2acc7b19dc9cf8e64
 SHA512 
f008969274e790238b58ebd0d0dcfaa730557daf974797f8c4014c36ac39995b330db9c6d658655358fdb2be64905b83c35e2287b7cd66b2d3249e1da1a3e119
+DIST plan9port-cc4571fec67407652b03d6603ada6580de2194dc.tar.gz 23411459 
BLAKE2B 
439ea7dcddfc466a7fe8bea8b75a7e73558e5cdbd7f0adf9b3367d6eab9eaab8afa8e9fb60bcf83a4a614abbd52a85ddfa65b5dd757fdd2b725f554bf66f3c90
 SHA512 
e347ffd04c92508b3bc324d93837c831af40b5eb11583f6c61e15c0e861067c76945a1a65929c1e725f18760035a1a14a6cd16a7b8b6a14fd2422750cef1e4d4

diff --git a/dev-util/plan9port/plan9port-0_pre20230331.ebuild 
b/dev-util/plan9port/plan9port-0_pre20230331.ebuild
new file mode 100644
index ..a5172d77bb8d
--- /dev/null
+++ b/dev-util/plan9port/plan9port-0_pre20230331.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multiprocessing toolchain-funcs readme.gentoo-r1
+
+MY_HASH="cc4571fec67407652b03d6603ada6580de2194dc"
+MY_P="${PN}-${MY_HASH}"
+
+DESCRIPTION="Port of many Plan 9 programs and libraries"
+HOMEPAGE="https://9fans.github.io/plan9port/ 
https://github.com/9fans/plan9port;
+SRC_URI="https://github.com/9fans/${PN}/archive/${MY_HASH}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="
+   MIT RSA Apache-2.0 public-domain BitstreamVera BZIP2
+   !freefonts? ( BigelowHolmes )
+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="X aqua freefonts truetype"
+REQUIRED_USE="?? ( X aqua )"
+
+DEPEND="
+   X? ( x11-apps/xauth )
+   truetype? (
+   media-libs/freetype
+   media-libs/fontconfig
+   )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-noexecstack.patch"
+   "${FILESDIR}/${PN}-cflags.patch"
+   "${FILESDIR}/${PN}-builderr.patch"
+)
+
+PLAN9="/opt/plan9"
+EPLAN9="${EPREFIX}${PLAN9}"
+QA_MULTILIB_PATHS="${PLAN9}/.*/.*"
+
+DOC_CONTENTS="Plan 9 from User Space has been successfully installed into
+${PLAN9}. Your PLAN9 and PATH environment variables have
+also been appropriately set, please use env-update and
+source /etc/profile to bring that into immediate effect.
+
+Please note that ${PLAN9}/bin has been appended to the
+*end* or your PATH to prevent conflicts. To use the Plan9
+versions of common UNIX tools, use the absolute path:
+${PLAN9}/bin or the 9 command (eg: 9 troff)
+
+Please report any bugs to bugs.gentoo.org, NOT Plan9Port."
+DISABLE_AUTOFORMATTING="yes"
+
+src_prepare() {
+   default
+
+   if use freefonts; then
+   pushd font || die
+   rm -r big5 fixed jis luc{,m,sans} misc naga10 pelm shinonome || 
die
+   popd || die
+   rm -r postscript/font/luxi || die
+   fi
+
+   case "${CHOST}" in
+   *apple*)
+   sed -i 's/--noexecstack/-noexecstack/' src/mkhdr ||
+   die "Failed to sed AFLAGS" ;;
+   *)
+   rm -rf mac || die
+   esac
+
+   # don't hardcode /bin and /usr/bin in PATH
+   sed -i '/PATH/s,/bin:/usr/bin:,,' INSTALL || die "sed on INSTALL failed"
+
+   # don't hardcode /usr/{,local/}include and prefix /usr/include/*
+   sed -Ei -e 's,-I/usr(|/local)/include ,,g' \
+   -e "s,-I/usr(|/local)/include,-I${EPREFIX}/usr\1/include,g" \
+   src/cmd/fontsrv/freetyperules.sh INSTALL $(find -name makefile) 
||
+   die "sed failed"
+
+   # Fix paths, done in place of ./INSTALL -c
+   einfo "Fixing hard-coded /usr/local/plan9 paths"
+   sed -i "s,/usr/local/plan9,${EPLAN9},g" $(grep -lr /usr/local/plan9) ||
+   die "sed failed"
+}
+
+src_configure() {
+   local -a myconf=(
+   CC9="$(tc-getCC)"
+   CC9FLAGS="'${CFLAGS} ${LDFLAGS}'"
+   )
+
+   if use X; then
+   myconf+=( WSYSTYPE=x11 )
+   elif use aqua; then
+   local wsystype="$(awk '{if ($1 > 10.5) print "osx-cocoa"; else 
print "osx"}' \
+   <<< "${MACOSX_DEPLOYMENT_TARGET}")"
+ 

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

2023-06-05 Thread Michał Górny
commit: 7a3866321f7cedd5d3e4cf4b0e90c9b5e55cc623
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 05:55:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:55:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a386632

dev-python/rope: Remove old

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

 dev-python/rope/Manifest  |  1 -
 dev-python/rope/rope-1.7.0.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest
index ccd7851072b2..9ad7e44a2945 100644
--- a/dev-python/rope/Manifest
+++ b/dev-python/rope/Manifest
@@ -1,2 +1 @@
-DIST rope-1.7.0.tar.gz 295362 BLAKE2B 
a81d6600441cf9dfe12be0a15113988ac8ec3dcd00c593085b9d749001b0785a5bceedc0fa8bbaeaaeb0142d623a432ef7d6e24874fab7a37179f131a26e6a6c
 SHA512 
13cc3a2041c58c142892d1c9e5105ecdaa672e012364a5d4ccf82dbf5110fe0b6f0362b3a0309e9e6b72ab1d267dfc58eae8f3af3a8756f0356a6aff06c09abd
 DIST rope-1.8.0.tar.gz 297235 BLAKE2B 
e9849b75b3ec640201b30318863066b969b5ebde98522c3c09f70bcc344bce5f604601bd155ed0ce6fb3eebb392ea3669f77fb2da21c11078e1041ae13464fd8
 SHA512 
2fa8e56d6d7fd0a15acb16a1fe27db89d9c2dd6f93fabd448509a112a6ef7f3dfdd4d3d544cf1218149c7a7fa1db9908b107b6eae6e89299f32c0d1586ceaf4e

diff --git a/dev-python/rope/rope-1.7.0.ebuild 
b/dev-python/rope/rope-1.7.0.ebuild
deleted file mode 100644
index 92fb6ffc8ab3..
--- a/dev-python/rope/rope-1.7.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python refactoring library"
-HOMEPAGE="
-   https://pypi.org/project/rope/
-   https://github.com/python-rope/rope/
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 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: dev-python/whatthepatch/

2023-06-05 Thread Michał Górny
commit: 11beb04779dbd857bbff60f40a0841f4ba1423ab
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 05:55:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:55:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11beb047

dev-python/whatthepatch: Remove old

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

 dev-python/whatthepatch/Manifest  |  1 -
 dev-python/whatthepatch/whatthepatch-1.0.4.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/whatthepatch/Manifest b/dev-python/whatthepatch/Manifest
index 5d60d2306937..428b6bea90d1 100644
--- a/dev-python/whatthepatch/Manifest
+++ b/dev-python/whatthepatch/Manifest
@@ -1,2 +1 @@
-DIST whatthepatch-1.0.4.tar.gz 31063 BLAKE2B 
b3f66ca0783ae147ebf5d47aa155a23cfbc16fc19aaca9812b53b2a292543f64447e31b469645bfeffb8ab1b8a5ea7cebb9ebad5e9815d6a84a3b44068329448
 SHA512 
89705fa1ad4a797038b8c4cd30c7ca88b5b51474265bc157f45c244b258075cde587c6da16fabfaa2d6b90eee858ccf82c9f01ce8e44412a5eac504f95fb413b
 DIST whatthepatch-1.0.5.tar.gz 31850 BLAKE2B 
dfded6069aa70051fb5f399c9f4707969be4dfc1dee853cd8eb7f36e074c2b595eddbae3efd534321dbbcce7a6658ef9e9bc7675ef466e0a486d930d62761e1e
 SHA512 
d87a36a608a15bcf6d28d26afee40161e26f17fa3b011056388f9850896577f913a91066de8b6071ea15b28fa05f8d00acb997b18483ea56218df4efb40109ab

diff --git a/dev-python/whatthepatch/whatthepatch-1.0.4.ebuild 
b/dev-python/whatthepatch/whatthepatch-1.0.4.ebuild
deleted file mode 100644
index cb31437231b8..
--- a/dev-python/whatthepatch/whatthepatch-1.0.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A patch parsing and application library."
-HOMEPAGE="
-   https://github.com/cscorley/whatthepatch/
-   https://pypi.org/project/whatthepatch/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-
-distutils_enable_tests pytest



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

2023-06-05 Thread Michał Górny
commit: 82b49bcd2254edd92a4a365266e8307c80b8c6eb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 05:53:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:53:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b49bcd

dev-python/pylint: Remove old

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

 dev-python/pylint/Manifest |  1 -
 dev-python/pylint/pylint-2.17.3.ebuild | 87 --
 2 files changed, 88 deletions(-)

diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest
index 09462cb5ad57..e03999af9ea7 100644
--- a/dev-python/pylint/Manifest
+++ b/dev-python/pylint/Manifest
@@ -1,2 +1 @@
-DIST pylint-2.17.3.gh.tar.gz 1410573 BLAKE2B 
c0180555a8789576db2174d99ccb6aca3977f0626228e14288de6d457f7b6bae2c84d25a4e61fe8ca4b2a6f16eeab60c36fe32466dac9e1f0d3be35b93a04b7e
 SHA512 
8d4d0387a89c4aaa2ab7c2ba4c991d6ac7b90982afd292578bab567d556acd2476a22bfdac9a02021519e7a86f389d8991a9ce3405e57c61d6522dab59a19a16
 DIST pylint-2.17.4.gh.tar.gz 1411540 BLAKE2B 
ad8e5dfcd378e2c87f59fc7bad36c504296555ea0174d0f6fd3e59c04eb5610ee0a40257cd4d457418808b55efef8ffef7ca5d6e7da946323cb32e34cf5f0d67
 SHA512 
0232f0badf7124db549e768f5d158e7b7728fb34893726b5c3a0f599e201a18069118f0aab2aed0b0e1d47c0d4d37cec72d9c1c489ec5c3c316a53431ccf35a5

diff --git a/dev-python/pylint/pylint-2.17.3.ebuild 
b/dev-python/pylint/pylint-2.17.3.ebuild
deleted file mode 100644
index d53c5b953e2c..
--- a/dev-python/pylint/pylint-2.17.3.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python code static checker"
-HOMEPAGE="
-   https://pypi.org/project/pylint/
-   https://github.com/pylint-dev/pylint/
-"
-SRC_URI="
-   https://github.com/pylint-dev/pylint/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-IUSE="examples"
-
-# Make sure to check 
https://github.com/pylint-dev/pylint/blob/main/pyproject.toml#L34 on bumps
-# Adjust dep bounds!
-RDEPEND="
-   =dev-python/astroid-2.15.4[${PYTHON_USEDEP}]
-   >=dev-python/dill-0.3.6[${PYTHON_USEDEP}]
-   >=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
-   =dev-python/mccabe-0.6[${PYTHON_USEDEP}]
-   =dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/tomlkit-0.10.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' 3.9)
-   $(python_gen_cond_dep '
-   >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
-   ' 3.9 3.10)
-"
-BDEPEND="
-   test? (
-   >=dev-python/GitPython-3[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   rm -rf pylint || die
-
-   local EPYTEST_DESELECT=(
-   # TODO
-   
'tests/test_functional.py::test_functional[forgotten_debug_statement_py37]'
-   
'tests/test_functional.py::test_functional[dataclass_with_field]'
-   'tests/test_functional.py::test_functional[no_name_in_module]'
-   'tests/test_functional.py::test_functional[shadowed_import]'
-   
tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_error_msg
-   
tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_info_msg
-   
tests/config/pylint_config/test_run_pylint_config.py::test_invocation_of_pylint_config
-
-   # apparently fragile, needs unpickleable plugin
-   
tests/test_check_parallel.py::TestCheckParallelFramework::test_linter_with_unpickleable_plugins_is_pickleable
-   )
-   local EPYTEST_IGNORE=(
-   # No need to run the benchmarks
-   tests/benchmark/test_baseline_benchmarks.py
-   )
-   epytest
-}
-
-python_install_all() {
-   if use examples ; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   docinto examples
-   dodoc -r examples/.
-   fi
-
-   distutils-r1_python_install_all
-}



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

2023-06-05 Thread Michał Górny
commit: 2b823fa4ec269cb423eac7879976ac5f3fc69c86
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 05:56:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:56:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b823fa4

dev-python/tempest: Remove old

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

 dev-python/tempest/Manifest  |  1 -
 dev-python/tempest/tempest-34.1.0.ebuild | 75 
 2 files changed, 76 deletions(-)

diff --git a/dev-python/tempest/Manifest b/dev-python/tempest/Manifest
index c779f7352c6c..848b8fd02bdc 100644
--- a/dev-python/tempest/Manifest
+++ b/dev-python/tempest/Manifest
@@ -1,2 +1 @@
-DIST tempest-34.1.0.tar.gz 1139228 BLAKE2B 
32fefb49ad5a341d297cf660387e66f69e0f3f81cba5f0530190bf5562c7a391359667390045fd746977020376e426aea351a2f50652d67693946bdb8dcfba18
 SHA512 
89cb682edb3d99c22e9c654a9e546e649837abf7e0b798d84c16d70bef4527d094dd6bbe1d11b8996412cd7e6f073fd1a3f80e5214d7d3a44965f3b542fa13e5
 DIST tempest-34.2.0.tar.gz 1141098 BLAKE2B 
60d09fc0de49e63213bf23cc223cec92b53f887ff5677fd80cefac441166ef777bc8b96682847697702af26d8481192a2fe19ddbe42cd3b991cc0f16ed09176d
 SHA512 
22cf6e5b6d60398a7a1698ad0bad02d8d16ffd815f573fb526becb9d1be64151bc6b33fb6b8b03f9c52f18565ca06cad1bf9725f2cff2c6116c88f85439b5d7e

diff --git a/dev-python/tempest/tempest-34.1.0.ebuild 
b/dev-python/tempest/tempest-34.1.0.ebuild
deleted file mode 100644
index f7d3f5d8ad3e..
--- a/dev-python/tempest/tempest-34.1.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="OpenStack Integration Testing"
-HOMEPAGE="
-   https://pypi.org/project/tempest/
-   https://docs.openstack.org/tempest/latest/
-   https://launchpad.net/tempest/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/paramiko-2.7.0[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-4.7.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
-   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
-   >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.16.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   dev-python/stestr[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # Small subset of tests, which fail as result of not using specific
-   # testing environment. Others expect to run suite using stestr.
-   rm -r tempest/tests/lib/services/volume/v3/ || die
-   rm tempest/tests/test_list_tests.py || die
-   rm tempest/tests/lib/cmd/test_check_uuid.py || die
-
-   # remove dep on hacking
-   rm tempest/tests/test_hacking.py || die
-
-   distutils-r1_src_prepare
-}
-
-python_compile() {
-   distutils-r1_python_compile
-   mv "${BUILD_DIR}"/install/{usr/,}etc || die
-}
-
-python_test() {
-   local -x OS_LOG_CAPTURE=1 OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1
-   local -x OS_TEST_TIMEOUT=300
-   eunittest -b -s tempest/tests -t .
-}



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

2023-06-05 Thread Michał Górny
commit: 34bad34bfe9e3f1bb20166edf33428520fda5984
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 05:53:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:53:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34bad34b

dev-python/elementpath: Remove old

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

 dev-python/elementpath/Manifest |  1 -
 dev-python/elementpath/elementpath-4.1.1.ebuild | 34 -
 2 files changed, 35 deletions(-)

diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
index 155d370b71dd..64f1960a134b 100644
--- a/dev-python/elementpath/Manifest
+++ b/dev-python/elementpath/Manifest
@@ -1,2 +1 @@
-DIST elementpath-4.1.1.tar.gz 318449 BLAKE2B 
3e472ad273a64926a3f63038d2cf5a480bf96f1af96675c23e5c3d2208e72a75f4478e10b82c8956509414c477473ec45163e8df58844dd5702804c65668d61f
 SHA512 
95f2c238404718ff425d3f6be727a2620f519ecf41036c03148184225e968ce3b26a0c8247bf30eb1e0a8883febfc604ff38fa01c573cd26b81bd90ac79f6eed
 DIST elementpath-4.1.2.tar.gz 320962 BLAKE2B 
39ad80033022119159bcc89e6ea06f23de7d6c0cfca7e63f64ac01fa0e4c36a8d3091cc57efdfc7d5efb735ee058d2ed25abd15ae5297b65a8efdfe4413e4ffc
 SHA512 
f6ab5905986fab88398e9a3774460069f610234126649299228f86020bee48f3d98be90434a4f662b371ef0051e80147df0a0f323e7095fedcab8567237c2c00

diff --git a/dev-python/elementpath/elementpath-4.1.1.ebuild 
b/dev-python/elementpath/elementpath-4.1.1.ebuild
deleted file mode 100644
index b193b5fc8bba..
--- a/dev-python/elementpath/elementpath-4.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
-HOMEPAGE="
-   https://github.com/sissaschool/elementpath/
-   https://pypi.org/project/elementpath/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-BDEPEND="
-   test? (
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/xmlschema[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # fails for some reason, more fit for upstream testing anyway
-   rm tests/test_typing.py || die
-   distutils-r1_src_prepare
-}



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

2023-06-05 Thread Michał Górny
commit: 6d41024b32a6bb67a59cd5cc318f4fc2eb08fb42
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 05:53:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:53:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d41024b

dev-python/s3transfer: Remove old

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

 dev-python/s3transfer/Manifest   |  1 -
 dev-python/s3transfer/s3transfer-0.6.0-r1.ebuild | 43 
 2 files changed, 44 deletions(-)

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index cd8677617927..e5047383151d 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,2 +1 @@
-DIST s3transfer-0.6.0.tar.gz 134871 BLAKE2B 
7ab84f22dc20751dd461857f93d7f1aad1490432ed25e7506c5abe61f79d1f3cafd8ddb190a0942a2c5a9947c5068fcf397dce34f255a246381f4cf1f0d09e7a
 SHA512 
0c1c3306015cab4a4436b1d2fec6708e17f4c5111f8a265fbfe134defebda33a43bd985e559be993b6175af9eee142e9f27da123f8d14f77cfc59e48ca1b905f
 DIST s3transfer-0.6.1.tar.gz 132782 BLAKE2B 
30f3548d564e41023fd8806e8182427e0cce1d63bfb7ea9a50b5f9f41f2f84de7aaa7aea9f2e91729b94b665ebb79c3ab1f3abf322ec0e543bad7566fa07ebfb
 SHA512 
7db29037719b6ddc529b0c8c38ffbd2dbf5c8e54ec581748addf859dac24d363d3d411963f9a801db83fd26341204d411d7ec513c363b4f1e3cc2e44814e698a

diff --git a/dev-python/s3transfer/s3transfer-0.6.0-r1.ebuild 
b/dev-python/s3transfer/s3transfer-0.6.0-r1.ebuild
deleted file mode 100644
index ef5c75ef2ab5..
--- a/dev-python/s3transfer/s3transfer-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="An Amazon S3 Transfer Manager"
-HOMEPAGE="
-   https://github.com/boto/s3transfer/
-   https://pypi.org/project/s3transfer/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/botocore-1.24.7[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # do not rely on bundled deps in botocore (sic!)
-   find -name '*.py' -exec sed -i \
-   -e 's:from botocore[.]vendored import:import:' \
-   -e 's:from botocore[.]vendored[.]:from :' \
-   {} + || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   epytest tests/{unit,functional}
-}



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

2023-06-05 Thread Michał Górny
commit: fbeb1270d300078581d5036494cc9c9f2724a18d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 05:52:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:52:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbeb1270

dev-python/pyaml: Remove old

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

 dev-python/pyaml/Manifest |  2 --
 dev-python/pyaml/pyaml-21.10.1.ebuild | 27 ---
 dev-python/pyaml/pyaml-23.5.6.ebuild  | 30 --
 3 files changed, 59 deletions(-)

diff --git a/dev-python/pyaml/Manifest b/dev-python/pyaml/Manifest
index a6087ea55059..9d777c2fc205 100644
--- a/dev-python/pyaml/Manifest
+++ b/dev-python/pyaml/Manifest
@@ -1,4 +1,2 @@
-DIST pyaml-21.10.1.tar.gz 20466 BLAKE2B 
c90adb2023c9555f55a6fafe4e82fa8c50795a9f798250f640d9db6511584f3715a0a8fa4ee3cb26148967c75d59665b05915dd6ef1d4f807bfc7a68f2818482
 SHA512 
3a98a021856446584f079bfb7427c63feaf6fdd1bd0d809d46aa0c646b2cb9533c393ed0167240be587aad7b94209b6e5bfe2c09918b45ec9a86ad9781bdf9f2
-DIST pyaml-23.5.6.tar.gz 19413 BLAKE2B 
c6a27eb233421a70d214129f1491e839b0ffca2ccf504da48f1897f30c2f7675bc601b8a6868b15ac28073e6f5ca581d145f743af7be37d4ef83158f1c9efb9f
 SHA512 
90ac223b02b496b5d151b26dc032f7b399052607f28a31fe4356968e0c41f8e45062dd51f79b7f34d3ac9d8e719dbb7592bc5130a7e56c0e5740375c65b04464
 DIST pyaml-23.5.8.tar.gz 20157 BLAKE2B 
21d37c276af54cff6301403dcd446a0e0a9296a3394f7c96143a1efebca59d3afba58190c68798567adae2dd542e4525360363156da7002ca01432ffe7fe145d
 SHA512 
ad6981d400053751772860e635761bb7474ae9bbd1b99eec1e45918fc8d702dd37db24dd9647d8624b36540f40f9b6eadff27469e9de680e86da42bedb708acb
 DIST pyaml-23.5.9.tar.gz 20234 BLAKE2B 
a6ff24e82eb25aa309466c56e5c2d4543b2ed972f4eb71c12023ae71d2fb3ddcd0824d890e475ceca9360f3e5d0ea755f4733448e1f2282dca82b6f313cd0b34
 SHA512 
ba6a7d51208b10a2265a52c684d43052fb57a7cd1fc4a4087a141a3adfc36f54b71e943056f346c26ae1b16800b8f2c3a2c0c20454322c9a24b760993c9dd49d

diff --git a/dev-python/pyaml/pyaml-21.10.1.ebuild 
b/dev-python/pyaml/pyaml-21.10.1.ebuild
deleted file mode 100644
index ad36eef3de6a..
--- a/dev-python/pyaml/pyaml-21.10.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYPI_PN="pyaml"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="PyYAML-based module to produce pretty and readable 
YAML-serialized data"
-HOMEPAGE="https://github.com/mk-fg/pretty-yaml;
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   ${RDEPEND}
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests unittest

diff --git a/dev-python/pyaml/pyaml-23.5.6.ebuild 
b/dev-python/pyaml/pyaml-23.5.6.ebuild
deleted file mode 100644
index cf3738ac27a8..
--- a/dev-python/pyaml/pyaml-23.5.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="PyYAML-based module to produce pretty and readable 
YAML-serialized data"
-HOMEPAGE="
-   https://github.com/mk-fg/pretty-yaml/
-   https://pypi.org/project/pyaml/
-"
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest



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

2023-06-05 Thread Michał Górny
commit: d319fd74c594d0c53d3386b81b09d029784ffb2a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 05:55:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:55:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d319fd74

dev-python/qtconsole: Remove old

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

 dev-python/qtconsole/Manifest   |  1 -
 dev-python/qtconsole/qtconsole-5.4.2.ebuild | 59 -
 2 files changed, 60 deletions(-)

diff --git a/dev-python/qtconsole/Manifest b/dev-python/qtconsole/Manifest
index d0f73a1690bc..d669fa3d1c4c 100644
--- a/dev-python/qtconsole/Manifest
+++ b/dev-python/qtconsole/Manifest
@@ -1,2 +1 @@
-DIST qtconsole-5.4.2.tar.gz 437031 BLAKE2B 
8db9c6cebf39cda995f88796d4b8da37731212fd5464728cee32ecd537a90e07b80585d30870ef236d66a293977382372f8629739e334f641526518b3ab15a0e
 SHA512 
9796cc917e010878acef135f54e150217646526c3d6cc2754d670990cddee14334e32e7f5fb88d0a44d6dc0099eecf3300f10a188d36ced57c6b25c982249c3f
 DIST qtconsole-5.4.3.tar.gz 437303 BLAKE2B 
ead6676dabf342a74c30ecba1f280e697c7e58fb970813a572bcacf4adbc71e525df4323b50c30100433373e89eeea464dc382844066416e121a0f1c140487db
 SHA512 
9c2061441775daa3045c1788ed57048de9197938a927647197d29a0b7cada836d5fe4e3329b5126c984064070a275cccbe0341622c3b8591f63842a619b859e8

diff --git a/dev-python/qtconsole/qtconsole-5.4.2.ebuild 
b/dev-python/qtconsole/qtconsole-5.4.2.ebuild
deleted file mode 100644
index 6ec82c52c0bf..
--- a/dev-python/qtconsole/qtconsole-5.4.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter/qtconsole/
-   https://pypi.org/project/qtconsole/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong x86"
-
-RDEPEND="
-   >=dev-python/ipykernel-4.1[${PYTHON_USEDEP}]
-   dev-python/ipython_genutils[${PYTHON_USEDEP}]
-   dev-python/jupyter-core[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-client-4.1.1[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-17.1[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.2.2_p1[${PYTHON_USEDEP}]
-   >=dev-python/QtPy-2.0.1[${PYTHON_USEDEP},gui,printsupport,svg]
-"
-# The test suite tests both against pyqt5 *and* pyside2
-BDEPEND="
-   test? (
-   dev-python/QtPy[pyqt5,pyside2,${PYTHON_USEDEP},svg,testlib]
-   )
-"
-# required by the tests that are removed:
-#  dev-python/flaky[${PYTHON_USEDEP}]
-#  dev-python/pytest-qt[${PYTHON_USEDEP}]
-
-PDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs/source dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-python_test() {
-   # TODO: these tests require virtx; however, running under virtx
-   # causes pytest to segv on exit (even though tests pass)
-   EPYTEST_IGNORE=(
-   qtconsole/tests/test_00_console_widget.py
-   qtconsole/tests/test_jupyter_widget.py
-   )
-   epytest
-}



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

2023-06-05 Thread Michał Górny
commit: cf9d2906b5ea740c9a8b4eb77ef8543de67b9833
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 05:21:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9d2906

dev-python/rich: Unpin dev-python/markdown-it-py

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

 dev-python/rich/rich-13.4.1.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/rich/rich-13.4.1.ebuild 
b/dev-python/rich/rich-13.4.1.ebuild
index d8840241d2eb..976832c06be3 100644
--- a/dev-python/rich/rich-13.4.1.ebuild
+++ b/dev-python/rich/rich-13.4.1.ebuild
@@ -24,13 +24,17 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong 
~m68k ~mips ~ppc ~ppc64 ~
 
 RDEPEND="
dev-python/colorama[${PYTHON_USEDEP}]
-   =dev-python/markdown-it-py-2.2.0[${PYTHON_USEDEP}]
>=dev-python/pygments-2.13.0[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest
 
+src_prepare() {
+   sed -i -e '/markdown-it-py/s:\^:>=:' pyproject.toml || die
+   distutils-r1_src_prepare
+}
+
 python_test() {
local -x COLUMNS=80
local EPYTEST_DESELECT=(



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

2023-06-05 Thread Michał Górny
commit: 367efa071c0b3629f64933ee20695c0d42b470f7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:56:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367efa07

dev-python/flask: Remove old

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

 dev-python/flask/Manifest   |  1 -
 dev-python/flask/flask-2.2.5.ebuild | 62 -
 2 files changed, 63 deletions(-)

diff --git a/dev-python/flask/Manifest b/dev-python/flask/Manifest
index 450c3a0ed030..05c378c8d80d 100644
--- a/dev-python/flask/Manifest
+++ b/dev-python/flask/Manifest
@@ -1,2 +1 @@
-DIST Flask-2.2.5.tar.gz 697814 BLAKE2B 
62d7bedf533f1e47c359c76e7a83e4edca15c3cac40f39d96897b150307ee4a151a9a17a71e369623635f2f0ab082d40cb2bb616e30c112c857c5a91896d07f5
 SHA512 
f399519716f95d0282da7dd2617e13841a7c12dbf8b440183839a0999b2fb9ede5fb5b6f4526e8539e432494e3aa29b7ccde992b0874c1ed0b2af2d030197457
 DIST Flask-2.3.2.tar.gz 686251 BLAKE2B 
d81553b100e88ab79218422d6d39bb8b186f436c3729985504d1f54536b5e0f783509dcfbf0791890e7c03928131ddd4b8894db51f27e4075c50248ebd7846a2
 SHA512 
7917c3658a1dec77decad2dbc067a1ae602a66007573f1ff26527c214dede2c455ca5e6490159922fac967ceea99bd880cf929d05e21ed49b08abf501d96e8f8

diff --git a/dev-python/flask/flask-2.2.5.ebuild 
b/dev-python/flask/flask-2.2.5.ebuild
deleted file mode 100644
index 50981fdaf46e..
--- a/dev-python/flask/flask-2.2.5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A microframework based on Werkzeug, Jinja2 and good intentions"
-HOMEPAGE="
-   https://palletsprojects.com/p/flask/
-   https://github.com/pallets/flask/
-   https://pypi.org/project/Flask/
-"
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/mitsuhiko/flask.git;
-   inherit git-r3
-else
-   inherit pypi
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="examples"
-
-RDEPEND="
-   >=dev-python/click-8.0[${PYTHON_USEDEP}]
-   dev-python/blinker[${PYTHON_USEDEP}]
-   >=dev-python/itsdangerous-2.0[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0[${PYTHON_USEDEP}]
-   >=dev-python/werkzeug-2.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib-metadata-3.6.0[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-"
-BDEPEND="
-   test? (
-   >=dev-python/asgiref-3.2[${PYTHON_USEDEP}]
-   !!dev-python/shiboken2
-   )
-"
-
-distutils_enable_sphinx docs \
-   dev-python/pallets-sphinx-themes \
-   dev-python/sphinx-issues \
-   dev-python/sphinx-tabs \
-   dev-python/sphinxcontrib-log-cabinet
-distutils_enable_tests pytest
-
-python_test() {
-   epytest -p no:httpbin
-}
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}



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

2023-06-05 Thread Michał Górny
commit: 6fcf50d41649ce0be2c0e421b235f974bb5e7ba9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:58:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fcf50d4

dev-python/markdown: Enable py3.12

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

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

diff --git a/dev-python/markdown/markdown-3.4.3.ebuild 
b/dev-python/markdown/markdown-3.4.3.ebuild
index 6ffc28a59b26..8d8ae8fb926f 100644
--- a/dev-python/markdown/markdown-3.4.3.ebuild
+++ b/dev-python/markdown/markdown-3.4.3.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-06-05 Thread Michał Górny
commit: 1b6a43eb378bbee52983dbedfaf814f241fcae49
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 05:09:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6a43eb

dev-python/flask-api: Enable py3.12

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

 dev-python/flask-api/flask-api-3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-api/flask-api-3.1.ebuild 
b/dev-python/flask-api/flask-api-3.1.ebuild
index 0daaeb64bdc6..c77f8887c298 100644
--- a/dev-python/flask-api/flask-api-3.1.ebuild
+++ b/dev-python/flask-api/flask-api-3.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-06-05 Thread Michał Górny
commit: c964a106ae9f7400ac83a3c987cc37681c4bca5b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:57:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c964a106

dev-python/tox: Bump to 4.6.0

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

 dev-python/tox/Manifest |  1 +
 dev-python/tox/tox-4.6.0.ebuild | 80 +
 2 files changed, 81 insertions(+)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 2b5e99e7eb79..e8de7bee94d5 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,3 +1,4 @@
 DIST tox-3.28.0.gh.tar.gz 309472 BLAKE2B 
9896411426f6aebb3efa468c01696ecc5f17ec3e67825672d0efc74c1b1468bc8b8d9c14b6177c181750ba4b9a5e77d616068dd83e21f5641acfc8e2a271cc1f
 SHA512 
64816754e6800661bb564c5c7d21c4139522d540a04fafe3c4591d596072d48d1cbe0ee2abee9c8faf3d5007774f5371431b5a7a8f49912bc879c7b168aab2ca
 DIST tox-4.5.1.tar.gz 170137 BLAKE2B 
38ab00eb577e66211db0ecf8931087a8c5a14f8219eb7ebecb7be9938221d1c680edc09a38a5c72b9ec63825d4cbb2d4fd9157a52aed8cdb0d22a1c1bbb70cba
 SHA512 
75d495d6dba134c3fe537fc190c1f428ff188ee67c346911c02ee151a8369425b22956eea52be5d434735e1590edce57b3487d5f4b277022bf8cfe8bf4660cf8
 DIST tox-4.5.2.tar.gz 170336 BLAKE2B 
1dcd2bbd7d153dbf0ac7bb48cdd1826d5fb915b7ef6d30a943138e06bb5d82d67db551f8c6d0342a5a81d91ddfd7da6ad8272fc016eaea27bcd4d69f6be9c605
 SHA512 
44a6c9821975205258402eaaa2010a0acde98190c77db0361da6c67d793de90871786fe2d78c6c9ee83100d7399e1eac857e2edaf94c64c81fb535ff871a363c
+DIST tox-4.6.0.tar.gz 170401 BLAKE2B 
ae9decd66677fc4e0422687dcd166a27df2f5617c4dbad1d99762542e0d7e1cbcb27892fce74217f85d3e93176475fa39a22a6dd99ccf141a12832862b436a02
 SHA512 
465db889630d1aa36329b41cf91537e7ca27fe0901b77b8b24d180ab854f2b7c062ae62bdcc931a33235b617e7c709d9290f0769b133b5cd40e398aea9a8d918

diff --git a/dev-python/tox/tox-4.6.0.ebuild b/dev-python/tox/tox-4.6.0.ebuild
new file mode 100644
index ..b9104bb8536f
--- /dev/null
+++ b/dev-python/tox/tox-4.6.0.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="virtualenv-based automation of test activities"
+HOMEPAGE="
+   https://tox.readthedocs.io/
+   https://github.com/tox-dev/tox/
+   https://pypi.org/project/tox/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   >=dev-python/cachetools-5.3[${PYTHON_USEDEP}]
+   >=dev-python/chardet-5.1[${PYTHON_USEDEP}]
+   >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.12[${PYTHON_USEDEP}]
+   >=dev-python/packaging-23.1[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-3.5.1[${PYTHON_USEDEP}]
+   >=dev-python/pluggy-1[${PYTHON_USEDEP}]
+   >=dev-python/pyproject-api-1.5.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+   >=dev-python/virtualenv-20.23[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/hatch-vcs-0.3[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/build-0.10[${PYTHON_USEDEP}]
+   >=dev-python/distlib-0.3.6[${PYTHON_USEDEP}]
+   >=dev-python/flaky-3.7[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.9.5[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-3.3.1[${PYTHON_USEDEP}]
+   >=dev-python/re-assert-1.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/time-machine-2.9[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # devpi_process is not packaged, and has lots of dependencies
+   cat > "${T}"/devpi_process.py <<-EOF || die
+   def IndexServer(*args, **kwargs): raise NotImplementedError()
+   EOF
+
+   local -x PYTHONPATH=${T}:${PYTHONPATH}
+   local EPYTEST_DESELECT=(
+   # Internet
+   
tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py::test_build_wheel_external
+   )
+   local EPYTEST_IGNORE=(
+   # requires devpi*
+   tests/test_provision.py
+   )
+
+   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+   
'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[explicit-True-True]'
+   
'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[requirements-True-True]'
+   
'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[constraints-True-True]'
+   

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

2023-06-05 Thread Michał Górny
commit: 250a52f853c51152c01f4a2dd3f6ae1963f42093
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:58:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250a52f8

dev-python/zeroconf: Bump to 0.64.1

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

 dev-python/zeroconf/Manifest   |  1 +
 dev-python/zeroconf/zeroconf-0.64.1.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index a0ca4753ba23..8f68b4de80d9 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -1,3 +1,4 @@
 DIST zeroconf-0.62.0.tar.gz 141269 BLAKE2B 
17efd98394155e415cc9b9b6ff7b2ec6d702613a38e4af8d8e168155a2ecef20f16d4864dc2c62833c9d186d937eca9a5b25846efdc0c21d7bf29f1d911228ca
 SHA512 
d923f23af59dfa09977ec45507c8a02d68a49077652a3fe7d8f23a62e45c525bb431ee5a82c51012d8ba77a7285eaae963a84f0727110780392b0fb7c9966038
 DIST zeroconf-0.63.0.tar.gz 141580 BLAKE2B 
22267e2be9118c91b5d7638843e89de0a2838eb1ebca2c233038fc202b8648256193fd8d61523960e1fce110ef7e3c3c06190f5369f700c02cbd047a036a362e
 SHA512 
b899838ddae288b0f0483ca6950871d88ee387769507fe803a68df1cd5657bf9eee2aeecfc2e7685ded5327e70e04cfe445b564f16e3e9191112ddaae7deda18
 DIST zeroconf-0.64.0.tar.gz 142520 BLAKE2B 
b26c728519b7962c9620f857654e9bd347b1dcd98642a2305f4102ce8fe76cf2f24a934a7a65c355e1dbeaf2152c31f43b529f922b2c3fceec09dbc3f106c6ff
 SHA512 
b85fab86150e88ab4aec8c5f5d338c962ad071140f5ee472b7f3ba8f196a96976e4dc9c1c99b2bd8040d486d0f79c966d45ee2ba58f7724cdbc3345811b9ebc9
+DIST zeroconf-0.64.1.tar.gz 142617 BLAKE2B 
100243491aa85b9be8a7664ad9de6f1b202d02fbc2fd3be6116cf1c00c8885ad9fa00c784a036b27338ddb09f6a29b59a056fc610bcf9283cb9fce79110fa07b
 SHA512 
9fa217811bea4b8597bfa4cdca40afd9fdd6920a6499d5b7f61fe78ff09106662f3cbc2381dfbfb541a330ecfa21a751e4bf455f19ba7433b0ebf43da1f21cce

diff --git a/dev-python/zeroconf/zeroconf-0.64.1.ebuild 
b/dev-python/zeroconf/zeroconf-0.64.1.ebuild
new file mode 100644
index ..417165c9efb4
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.64.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pure Python Multicast DNS Service Discovery Library 
(Bonjour/Avahi compatible)"
+HOMEPAGE="
+   https://github.com/python-zeroconf/python-zeroconf/
+   https://pypi.org/project/zeroconf/
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x SKIP_IPV6=1
+   local EPYTEST_DESELECT=(
+   # network
+   tests/test_core.py::Framework::test_close_multiple_times
+   tests/test_core.py::Framework::test_launch_and_close
+   
tests/test_core.py::Framework::test_launch_and_close_context_manager
+
+   # fragile to timeouts (?)
+   
tests/services/test_browser.py::test_service_browser_expire_callbacks
+   tests/utils/test_asyncio.py::test_run_coro_with_timeout
+   )
+
+   epytest -o addopts=
+}



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

2023-06-05 Thread Michał Górny
commit: 4d7daa4a569e404e99cb96fdf6ea9b247de18a03
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:42:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7daa4a

dev-python/netcdf4: Bump to 1.6.4

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

 dev-python/netcdf4/Manifest |  1 +
 dev-python/netcdf4/metadata.xml |  1 +
 dev-python/netcdf4/netcdf4-1.6.4.ebuild | 55 +
 3 files changed, 57 insertions(+)

diff --git a/dev-python/netcdf4/Manifest b/dev-python/netcdf4/Manifest
index 22d27ab1a5dc..0d6bbeb06cf9 100644
--- a/dev-python/netcdf4/Manifest
+++ b/dev-python/netcdf4/Manifest
@@ -1 +1,2 @@
 DIST netCDF4-1.6.3.tar.gz 777538 BLAKE2B 
7d0cef9196893b23666ad241634d748e58aa444aebae936a4d0dec0c3efb67a65717e3a3fa15074374bbc96fd2f1f3fb7aa60d473b2b3bef0622bcf38b5d4885
 SHA512 
274f347e258f32238af5dea8964e6fad47fc58d386555bf33087bd2ffecddb8aa068837af023555cd124106e0cb8092c015fef8bfa47a3c2941c07b70f850f6c
+DIST netCDF4-1.6.4.tar.gz 778542 BLAKE2B 
fb90aa5c990a5cb71b82ba0d5bfc39014d552d0804eee24daf7111fc19023b07c3af76e913e227595825748e599eb3c8425f336fa2b520c6a6ae4155e73c2d64
 SHA512 
a3582fcdd4978d8faa9fd7b49ec40cba0e4d56a32a283f18e1133a1a5ba6e89406625390cbebd0c162d31c65c63060cd8cc4398f0eee3c45be43b54016ec0f48

diff --git a/dev-python/netcdf4/metadata.xml b/dev-python/netcdf4/metadata.xml
index e972da68..7ae0208c4dbb 100644
--- a/dev-python/netcdf4/metadata.xml
+++ b/dev-python/netcdf4/metadata.xml
@@ -17,6 +17,7 @@
should be familiar to users of that module.


+   unidata/netcdf4-python
netCDF4

 

diff --git a/dev-python/netcdf4/netcdf4-1.6.4.ebuild 
b/dev-python/netcdf4/netcdf4-1.6.4.ebuild
new file mode 100644
index ..1cda7fec1dfa
--- /dev/null
+++ b/dev-python/netcdf4/netcdf4-1.6.4.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=netCDF4
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="Python/numpy interface to the netCDF C library"
+HOMEPAGE="
+   https://unidata.github.io/netcdf4-python/
+   https://github.com/unidata/netcdf4-python/
+   https://pypi.org/project/netCDF4/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/hdf5:=
+   sci-libs/netcdf:=[hdf5]
+"
+RDEPEND="
+   ${DEPEND}
+   dev-python/certifi[${PYTHON_USEDEP}]
+   dev-python/cftime[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   sci-libs/netcdf[tools(+)]
+   )
+"
+
+python_test() {
+   local -x NO_NET=1
+   cd test || die
+   "${EPYTHON}" run_all.py || die
+}
+
+pkg_postinst() {
+   optfeature "HDF4 support" sci-libs/hdf "sci-libs/netcdf[hdf]"
+   optfeature "MPI parallel IO support" "sci-libs/hdf5[mpi]" 
"sci-libs/netcdf[mpi]"
+   optfeature "OPeNDAP support" net-misc/curl "sci-libs/netcdf[dap]"
+}



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

2023-06-05 Thread Michał Górny
commit: 122673736a57a56dec7f0b2be04ac0b8a6364434
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:45:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12267373

dev-python/atpublic: Bump to 4.0

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

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

diff --git a/dev-python/atpublic/Manifest b/dev-python/atpublic/Manifest
index b7dd235d8f26..9a56f3aa9fc7 100644
--- a/dev-python/atpublic/Manifest
+++ b/dev-python/atpublic/Manifest
@@ -1,2 +1,3 @@
 DIST atpublic-3.1.1.tar.gz 14050 BLAKE2B 
a83bfed40b5073c9aba92e367b9627a86eecb297332631222f86f0cea0f10d6fde8ffd5cbef1e3bd1f9005c1cae614268867e652e33d1bee4556e2084fb8952c
 SHA512 
b34dbb236717b2017de95aa79226f0138e77814a4041e26e98f50db8f8521d81b60f9998aed719e1e1f2ee29a7c590170725e12a54260900ce9819ea3a623dac
 DIST atpublic-3.1.2.tar.gz 14042 BLAKE2B 
f9a8ca6504b8fcf2910aab42899730afdc28551738321ad8d4bb722ca76c1a45a7f61310c18852b583bb4eec5571c823dcf47846dec73190370df7043ccd6e1b
 SHA512 
0b779e56c248b8147dc8b84c07748adf8685359d8e2de3040c375f8a2825d880376c4b0a191382b9e294a2f001244c68230a10d2d796144c1b5acc2648bca604
+DIST atpublic-4.0.tar.gz 14684 BLAKE2B 
d8cecb083ca467d2856c0d7ae01dc4e161c31179f08c79d7b0b4650d9a3e32e15673d80d53d6851d70a4605eda8e41ba23d60be452209f96e995d632acfe5b29
 SHA512 
2f338d3ae11d15e9ffe26881fab1c183154b9a0a7a66532a5eb39d1d48d41548078826875247c94f3853925bc1df2b8f86f4ed94533a8e58aa98de148cf5639c

diff --git a/dev-python/atpublic/atpublic-4.0.ebuild 
b/dev-python/atpublic/atpublic-4.0.ebuild
new file mode 100644
index ..f33c1d02d2fe
--- /dev/null
+++ b/dev-python/atpublic/atpublic-4.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A decorator to populate __all__ and the module globals"
+HOMEPAGE="
+   https://gitlab.com/warsaw/public/
+   https://pypi.org/project/atpublic/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/sybil[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' pyproject.toml || die
+   distutils-r1_src_prepare
+}



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

2023-06-05 Thread Michał Górny
commit: ab4a679d68ca904c2b088cc347472a1940cf31f5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:14:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4a679d

dev-python/boto3: Bump to 1.26.147

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

 dev-python/boto3/Manifest  |  1 +
 dev-python/boto3/boto3-1.26.147.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 301ccc6834a7..b07efaf786b2 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,3 +1,4 @@
 DIST boto3-1.26.137.gh.tar.gz 650777 BLAKE2B 
e4a7d02ccefbda53b33558dc107457eaa1df0871bb2fc548b348246192cfdd6760bc43a6e6861622de6376244b80a94a387bbb827be2f5b749bccf6b8ff5af58
 SHA512 
de5d29a4139650f0527e93a9e223b7d41b285b6c263a5bc7ec9ebad1eee19373b1f2093c03414f7b575f8a7402734b4076cfaf0fa5be34ff54b55d8960e9c836
 DIST boto3-1.26.142.gh.tar.gz 655602 BLAKE2B 
e9d5671308e71bb43a97953407f4aba5b78594ed39b26c3c992af9db8864e3c363ab874a66b5b015083c4a18fe7415bb1761137367783a70ff22564ada8a8842
 SHA512 
c2eabdb47898aa26fc8ba8a8ebfa43a86153188af1f1600bfa741bd3af1ce68a8692e461aecb5a29df94885e1c977b06c3cd009f1cec52a2e7a9dc853a2c3942
 DIST boto3-1.26.146.gh.tar.gz 658035 BLAKE2B 
29104a4ebd16ca8b2a0631bb747ed8b5af9fd6a5c86927937e6fc3ded14857c5244dc3ae4db1aec880f845b32d505edb1ef652a29f9f4d48f8a935a3ff239dbd
 SHA512 
910c49bfdca0f39e089eab50ca24f9cfa3c75cae8c33d53155f0df2dd4c6ae1729dc235bfb3f5880cd50bdeeb60327490bf2372ca2cc14600d24dc90b51d6120
+DIST boto3-1.26.147.gh.tar.gz 658916 BLAKE2B 
a612b3edd3f1ad232cf504f96750e759bed5e7abebae375bd4ac2918913c5863b5ef9bd6a2e534f7d08799c826c0fcf65cdbdb687960136f0d05192792cb6102
 SHA512 
6b845401d46e34602584da2fc10ea9c36fcb55beef2ba2c8ad724d030c54968e74690580080f2da218bc7d7886d7fb3d4b22abfbd90b5af5d6d86c9f6c45b52f

diff --git a/dev-python/boto3/boto3-1.26.147.ebuild 
b/dev-python/boto3/boto3-1.26.147.ebuild
new file mode 100644
index ..2a4a7643203e
--- /dev/null
+++ b/dev-python/boto3/boto3-1.26.147.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="
+   https://github.com/boto/boto3/
+   https://pypi.org/project/boto3/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="
+   https://github.com/boto/boto3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
+}



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

2023-06-05 Thread Michał Górny
commit: 3f7a9be8b0e2cf520cff6acc1657dde71bd8872f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:17:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7a9be8

dev-python/trimesh: Bump to 3.22.0

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

 dev-python/trimesh/Manifest  |  1 +
 dev-python/trimesh/trimesh-3.22.0.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
index d4af7e226e8d..831926d2e88d 100644
--- a/dev-python/trimesh/Manifest
+++ b/dev-python/trimesh/Manifest
@@ -1,2 +1,3 @@
 DIST trimesh-3.21.6.gh.tar.gz 12691963 BLAKE2B 
518d8d73268ed40f03fba48fb1e07f5ccf8801bc779dbe99261670e61f291de5f549a078de5de392da2754b08735eb7bcfe9716f541bde94296e6f48edf2e44e
 SHA512 
65b348d334f7770f74e48bbed15f613b71fc0ba101c51a868bcd6becd315aa4a13f76722b2de84f6624b37b4d617dcc418f92ab19acb5e7f1992834bc0a5b96c
 DIST trimesh-3.21.7.gh.tar.gz 12692942 BLAKE2B 
3b4b7919b8c0abc6b8fc744d09f1e15ce31f50d3654f35b88444b49d6fe38f862e36cfe62ff4e31df5aacff07e8045c5ed0b3c656304648d06cebbc8b6e5
 SHA512 
671af8927617239a5a4412e68051bfc7336d3006ece827d376b3e5add48eb4fcd28cd51f5bc41e92f9c6b94616e80566197165f406cdf8ca5e7d02679c0c1bfd
+DIST trimesh-3.22.0.gh.tar.gz 12693485 BLAKE2B 
86d66288dd390163c9bc585df668cd85ff16afadee3c4f308500b917dc3a445212e7ae53895376c33836f4ccdf18ed39ce2c74ac7466b9194b3969801908866b
 SHA512 
8d9327f27615344d3752c534f0d628201b1c7a9dbf85ab5408da73005283dd9a7ef0beb325cb6b383b20a0ab140376ad0669926e00c7577b31e6ca479701a93c

diff --git a/dev-python/trimesh/trimesh-3.22.0.ebuild 
b/dev-python/trimesh/trimesh-3.22.0.ebuild
new file mode 100644
index ..c3382a6092c5
--- /dev/null
+++ b/dev-python/trimesh/trimesh-3.22.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+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/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}]
+   dev-python/mapbox_earcut[${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
+}



[gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-django/

2023-06-05 Thread Michał Górny
commit: 6af645e52aecd35ca6fe076c60eca590e06703d5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 05:06:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af645e5

sec-keys/openpgp-keys-django: Add a new release key, as 20230606

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

 sec-keys/openpgp-keys-django/Manifest  |  2 ++
 .../openpgp-keys-django-20230606.ebuild| 27 ++
 2 files changed, 29 insertions(+)

diff --git a/sec-keys/openpgp-keys-django/Manifest 
b/sec-keys/openpgp-keys-django/Manifest
index 8dece0c805f8..af72c536d2ba 100644
--- a/sec-keys/openpgp-keys-django/Manifest
+++ b/sec-keys/openpgp-keys-django/Manifest
@@ -1,2 +1,4 @@
+DIST 5B5B1BA10D85AC7C5C76E38F2EE82A8D9470983E.asc 5644 BLAKE2B 
a776ca3ed4c3751c40b1714eb9ebd4f802c5d0323343acd92dae8a96fd226d4ce00958964cb3d2e490b5bda2820e304827d16898220d294d0ed224e126cc4ca5
 SHA512 
41c3ebcacfbe3368a62927b2111aee710985609e28dddf259c32fbc73b1097009550bc4279c0b197d72005e22084d6b526bcb3e20ef47e03b4c6caa6eef8a506
 DIST ABB2C2A8CD01F1613618B70D2EF56372BA48CD1B.asc 6888 BLAKE2B 
2782b48f59abbc1caed8f91ea0ba5ad85edf921628bc8b3a56b3b71020e88693657ada02dddf1d667a2005b59751c4dcd27bd1950edf90dd50760822b8857923
 SHA512 
7c814596f1818a83ab5dd5ae781a2323b4a3fe3f1c21c6b8152d76c29366d0a1be50e0d4584307ba52cf0252245385ad138a01a6c99d8c071482c9c3f1dd461b
 DIST FE5FB63876A1D718A8C67556E17DF5C82B4F9D00.asc 5710 BLAKE2B 
92cc184b779e7279f5e11d579ea12d604f955f4b422c6d7a58436567130cacfe138765cf76217ff6790fcf2a27dfd70d25a7b38911630a9c7d74c0e7d079bfe4
 SHA512 
8edfe3db0dd77feb52ee8683db103f3c0b2c87adac52047dd66f17e956227a9a2378a182351cf2d761645e3e755795528896f4e82f1c85aa77331a1f1a38de6e
+DIST FE5FB63876A1D718A8C67556E17DF5C82B4F9D00.r1.asc 9134 BLAKE2B 
b4bab5d4533a1d6b4ea83961b37582e3276559a36ff72934663baa13a1979dfbccd80a6d162d5e9035ce8432a19b4b9cf49be37a73d343ddc3cb6425d56de1a2
 SHA512 
4d934ebc3b8721de3c7be2da7ab251e1b441d19c1f2981072c2de0ad37a58eb0591d5f2ed0f39ee60be18879ff41236d39d7559fc9ad9eff0372483bcc0dbdf6

diff --git a/sec-keys/openpgp-keys-django/openpgp-keys-django-20230606.ebuild 
b/sec-keys/openpgp-keys-django/openpgp-keys-django-20230606.ebuild
new file mode 100644
index ..4ba0eaed33de
--- /dev/null
+++ b/sec-keys/openpgp-keys-django/openpgp-keys-django-20230606.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used to sign Django releases"
+HOMEPAGE="https://www.djangoproject.com/download/;
+SRC_URI="
+   
https://keys.openpgp.org/vks/v1/by-fingerprint/FE5FB63876A1D718A8C67556E17DF5C82B4F9D00
+   -> FE5FB63876A1D718A8C67556E17DF5C82B4F9D00.r1.asc
+   
https://keybase.io/felixx/pgp_keys.asc?fingerprint=abb2c2a8cd01f1613618b70d2ef56372ba48cd1b
+   -> ABB2C2A8CD01F1613618B70D2EF56372BA48CD1B.asc
+   https://github.com/nessita.gpg
+   -> 5B5B1BA10D85AC7C5C76E38F2EE82A8D9470983E.asc
+"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+
+S=${WORKDIR}
+
+src_install() {
+   local files=( ${A} )
+   insinto /usr/share/openpgp-keys
+   newins - django.asc < <(cat "${files[@]/#/${DISTDIR}/}")
+}



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

2023-06-05 Thread Michał Górny
commit: ec18a4402149c10ca1f14be546943b2c3293966b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 05:11:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec18a440

dev-python/django: Bump to 4.2.2

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

 dev-python/django/Manifest|  2 +
 dev-python/django/django-4.2.2.ebuild | 98 +++
 2 files changed, 100 insertions(+)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index d3bb648a215b..c211885ab7a3 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -4,3 +4,5 @@ DIST Django-4.1.9.checksum.txt 2548 BLAKE2B 
13f0594922dce5c2f680b2c2c03955c17721
 DIST Django-4.1.9.tar.gz 10514944 BLAKE2B 
d54350ee09f1460156d98d597075a63a5a64bc1198805eadffd337b1af8423332f874fca2327f4aa18aa3dd3ad362b687b14ceb2ca1b7d55b910b8a2030c182c
 SHA512 
75f6f25e84b48f066b7e7e2ee47eb5af60a63d206d83aa32f366ec5685b202a97537daaf98afbbc1c3214f6df7b88630f0d2849f4c78827e2de1141c9bd0b317
 DIST Django-4.2.1.checksum.txt 2548 BLAKE2B 
4d20462ad292d01544a60f9fac13a52204763555ce317ddde161613edd58641b0ba2e8313e5683de9cdf555b2d11d5d2942da4142844572ad928f1e49488be94
 SHA512 
aeb69a20e331416749712fc2738e9bf9798a7333f45d680149aaad65b88bcc5a76f6f8692eff43a9a74c33137ac4a135fd59f00f8400e20377025d4b7e3acd02
 DIST Django-4.2.1.tar.gz 10420051 BLAKE2B 
7d657155f45bea0bfce964e74222edd742b2f4db1d23b91baac1021aebceef5d8e553767e1da32507832047e8d62e525783ddeed31f86f80ad7ea9a4962b5c6c
 SHA512 
eaa3f633f380e9a215e52bd40c2f7c7aed9f0a6122f5c9c07d954904dcb8ccc9ae8ed2e988742e2b1b3b32e626cf754ab4e0d2b4ed06f3b81ef7a38f0bd047ee
+DIST Django-4.2.2.checksum.txt 2569 BLAKE2B 
ff89a4ea9ed88ebe1c2a0ea2d8b9945986c550a53ad2ccb68754cb41e39766181c9605290c23c893083ee40e4544d486d7be86d5e096c4ea49837a367a22ff05
 SHA512 
226dbdda2e3b2898428ec90229ea043d3b568ebac6e6371cc56ef9b5d401fd9b73ef97788760cac44450d9b579743f9471228638a43a14ece7a25fc02dea4aee
+DIST Django-4.2.2.tar.gz 10390518 BLAKE2B 
f5fd69d814947aadf7654c8863826524f4fed2d0c086af47d8009ada4fc2f40f7e23550ee14e09003788eca09b0d45835dd98be11bda5b8970e54a4fc2a01815
 SHA512 
68b88f79a784c0bcb80338e9c3497443716d02dfaebab1d8d87974393bd12d4d322cd61a05297e776966497a736962835c0ca73defc663fb13342a5d74863a5b

diff --git a/dev-python/django/django-4.2.2.ebuild 
b/dev-python/django/django-4.2.2.ebuild
new file mode 100644
index ..4a4a1596b332
--- /dev/null
+++ b/dev-python/django/django-4.2.2.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE='sqlite?,threads(+)'
+
+inherit bash-completion-r1 distutils-r1 optfeature verify-sig
+
+DESCRIPTION="High-level Python web framework"
+HOMEPAGE="
+   https://www.djangoproject.com/
+   https://github.com/django/django/
+   https://pypi.org/project/Django/
+"
+SRC_URI="
+   https://media.djangoproject.com/releases/$(ver_cut 1-2)/${P^}.tar.gz
+   verify-sig? ( https://media.djangoproject.com/pgp/${P^}.checksum.txt )
+"
+S="${WORKDIR}/${P^}"
+
+LICENSE="BSD"
+# admin fonts: Roboto (media-fonts/roboto)
+LICENSE+=" Apache-2.0"
+# admin icons, jquery, xregexp.js
+LICENSE+=" MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
+IUSE="doc sqlite test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   =dev-python/asgiref-3.6.0[${PYTHON_USEDEP}]
+   >=dev-python/sqlparse-0.3.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[webp,${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/selenium[${PYTHON_USEDEP}]
+   dev-python/tblib[${PYTHON_USEDEP}]
+   sys-devel/gettext
+   )
+   verify-sig? ( >=sec-keys/openpgp-keys-django-20230606 )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0-bashcomp.patch
+)
+
+distutils_enable_sphinx docs --no-autodoc
+
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/django.asc
+
+src_unpack() {
+   if use verify-sig; then
+   cd "${DISTDIR}" || die
+   verify-sig_verify_signed_checksums \
+   "${P^}.checksum.txt" sha256 "${P^}.tar.gz"
+   cd "${WORKDIR}" || die
+   fi
+
+   default
+}
+
+python_test() {
+   # Tests have non-standard assumptions about PYTHONPATH,
+   # and don't work with ${BUILD_DIR}/lib.
+   PYTHONPATH=. "${EPYTHON}" tests/runtests.py --settings=test_sqlite -v2 
||
+   die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   

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

2023-06-05 Thread Michał Górny
commit: c539744056bae046083e9bdbadf749fd3193a0d0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:55:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5397440

dev-python/flask-api: Bump to 3.1

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

 dev-python/flask-api/Manifest |  1 +
 dev-python/flask-api/flask-api-3.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/flask-api/Manifest b/dev-python/flask-api/Manifest
index 5700fd1bce36..320db8ac3153 100644
--- a/dev-python/flask-api/Manifest
+++ b/dev-python/flask-api/Manifest
@@ -1 +1,2 @@
 DIST flask-api-3.0.gh.tar.gz 249620 BLAKE2B 
63ce0ce6a2d4755caf40c020fc6b88f3b585b0c30f5800df62c8e442f629b8b489917ff0f0d1266d941478336f38aa0560c144620f6c11d60cbd9e31870bf984
 SHA512 
c86b919f8681a73be166ddc50022faecb376b1b6f99bd0d78b2f2fc8b64f82bf82779dbdcfbcaa1c5e321ea2d286b95f1a1aab32864e6c3923417d7828c7c79a
+DIST flask-api-3.1.gh.tar.gz 258812 BLAKE2B 
f62fb820a467575738deda299de33b87efc066dcc468adad28309cd848f6710a91187a599aba05981457fa8bd8c598ba3014639d7b5d3869434eea32a513a08e
 SHA512 
158692b5d90f3c66231e26ee98df0496973a0fd1d9433041c0c19ff9255601af22cac7968273d2b27fc656f48dcf5e600e6eb939c7ed87f1af222d6fc47fc1ba

diff --git a/dev-python/flask-api/flask-api-3.1.ebuild 
b/dev-python/flask-api/flask-api-3.1.ebuild
new file mode 100644
index ..0daaeb64bdc6
--- /dev/null
+++ b/dev-python/flask-api/flask-api-3.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Browsable web APIs for Flask"
+HOMEPAGE="
+   https://github.com/flask-api/flask-api/
+   https://pypi.org/project/Flask-API/
+"
+# pypi mirror don't have docs folder
+SRC_URI="
+   https://github.com/flask-api/flask-api/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   local DOCS=( docs/about/release-notes.md docs/api-guide/* docs/index.md 
)
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mdit-py-plugins/

2023-06-05 Thread Michał Górny
commit: 6260da1f4e449f120e1f92164c1b29f18f92774b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:47:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6260da1f

dev-python/mdit-py-plugins: Bump to 0.4.0

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

 dev-python/mdit-py-plugins/Manifest|  1 +
 .../mdit-py-plugins/mdit-py-plugins-0.4.0.ebuild   | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/mdit-py-plugins/Manifest 
b/dev-python/mdit-py-plugins/Manifest
index 7e1d1fd8b2a5..b00cffcaf0ee 100644
--- a/dev-python/mdit-py-plugins/Manifest
+++ b/dev-python/mdit-py-plugins/Manifest
@@ -1 +1,2 @@
 DIST mdit-py-plugins-0.3.5.gh.tar.gz 59757 BLAKE2B 
bad78ec811d238bafd83c9d1bbd6e0bcac3b70cd87f52b215966e836d4c2a35715804fa1c7d3671de81713c4e169ad4bb6d9dcdf741f617544772d06f8e3ae56
 SHA512 
6cb153d8ccff8fa3f94731606ad5dd1c06954d95519ac77b6de477e04b878f84fb059052906bdea5d798be3de49733a909cb553107255a61cde6dd1c6c72d4d2
+DIST mdit-py-plugins-0.4.0.gh.tar.gz 62199 BLAKE2B 
d8e69022ecceed436cd28202406bd46e786d40d3527f1c2c9311c4c32c59a4806cde9dc386309976c185522dd6286aec2542dabd31e08b8d7322fd02ae07186d
 SHA512 
cdcce7a3819120923b7725daae0bf7a833c4da4487c49ff1a067fecf7d5e8f7a7be2fae03f3b821c766d7d6ebed4a298755ad5edb00adf73300a76a5663d67d6

diff --git a/dev-python/mdit-py-plugins/mdit-py-plugins-0.4.0.ebuild 
b/dev-python/mdit-py-plugins/mdit-py-plugins-0.4.0.ebuild
new file mode 100644
index ..e3e5a9d87984
--- /dev/null
+++ b/dev-python/mdit-py-plugins/mdit-py-plugins-0.4.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of plugins for markdown-it-py"
+HOMEPAGE="
+   https://pypi.org/project/mdit-py-plugins/
+   https://github.com/executablebooks/mdit-py-plugins/
+"
+SRC_URI="
+   https://github.com/executablebooks/mdit-py-plugins/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+RDEPEND="
+   

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

2023-06-05 Thread Michał Górny
commit: 97df40e6ef4e0f5be1c670994166e6ae484596db
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:56:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97df40e6

dev-python/flask-api: Remove old

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

 dev-python/flask-api/Manifest|  1 -
 dev-python/flask-api/flask-api-3.0-r2.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/dev-python/flask-api/Manifest b/dev-python/flask-api/Manifest
index 320db8ac3153..a70221b4ff20 100644
--- a/dev-python/flask-api/Manifest
+++ b/dev-python/flask-api/Manifest
@@ -1,2 +1 @@
-DIST flask-api-3.0.gh.tar.gz 249620 BLAKE2B 
63ce0ce6a2d4755caf40c020fc6b88f3b585b0c30f5800df62c8e442f629b8b489917ff0f0d1266d941478336f38aa0560c144620f6c11d60cbd9e31870bf984
 SHA512 
c86b919f8681a73be166ddc50022faecb376b1b6f99bd0d78b2f2fc8b64f82bf82779dbdcfbcaa1c5e321ea2d286b95f1a1aab32864e6c3923417d7828c7c79a
 DIST flask-api-3.1.gh.tar.gz 258812 BLAKE2B 
f62fb820a467575738deda299de33b87efc066dcc468adad28309cd848f6710a91187a599aba05981457fa8bd8c598ba3014639d7b5d3869434eea32a513a08e
 SHA512 
158692b5d90f3c66231e26ee98df0496973a0fd1d9433041c0c19ff9255601af22cac7968273d2b27fc656f48dcf5e600e6eb939c7ed87f1af222d6fc47fc1ba

diff --git a/dev-python/flask-api/flask-api-3.0-r2.ebuild 
b/dev-python/flask-api/flask-api-3.0-r2.ebuild
deleted file mode 100644
index 924851d79164..
--- a/dev-python/flask-api/flask-api-3.0-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 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} )
-
-inherit distutils-r1
-
-DESCRIPTION="Browsable web APIs for Flask"
-HOMEPAGE="
-   https://github.com/flask-api/flask-api/
-   https://pypi.org/project/Flask-API/
-"
-# pypi mirror don't have docs folder
-SRC_URI="
-   https://github.com/flask-api/flask-api/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# tests are broken with 2.3, I don't know if the code works
-# https://github.com/flask-api/flask-api/issues/151
-RDEPEND="
-   

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

2023-06-05 Thread Michał Górny
commit: 1edbbc0b88c1bb70d3cd6c5626659c91b988e321
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:43:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edbbc0b

dev-python/sphinx-pytest: Bump to 0.1.1

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

 dev-python/sphinx-pytest/Manifest  |  1 +
 dev-python/sphinx-pytest/metadata.xml  |  2 +-
 .../sphinx-pytest/sphinx-pytest-0.1.1.ebuild   | 30 ++
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/dev-python/sphinx-pytest/Manifest 
b/dev-python/sphinx-pytest/Manifest
index e17d72ed9f21..8a19fe48250e 100644
--- a/dev-python/sphinx-pytest/Manifest
+++ b/dev-python/sphinx-pytest/Manifest
@@ -1 +1,2 @@
 DIST sphinx-pytest-0.0.5.gh.tar.gz 6228 BLAKE2B 
bb619ce79411a611fecf778ac095da0e7557bc419b7395efbc4dc2163699425898005fabadc083b74ac2cab8f207dcf8969f5c551c975d6354063962141c907b
 SHA512 
e1af518cc5535ecacae612f11c7fb1200965a1999d9eb2643ba14b222fc4e93c257ef6600b37b9de4075bf3e5e703db60e7350cd5159fcf4ba21abec28bceb66
+DIST sphinx-pytest-0.1.1.gh.tar.gz 6744 BLAKE2B 
f196a9fff7a63d1b7664f334c01f38fc44f5611be012092dad077f27bb2ddf03f2ebb7ebcbf7132a9b8c8b17166673945e9b92e88f285c4c95c4c2a696285cbc
 SHA512 
f3210f8b2413171cc37a38fc66b8be0cd32db1a0aebb979dc9057a861711481fde6b86b7c9548166f906d9483762b864759fb4f7ba5069cda4d9fc12c1e2975c

diff --git a/dev-python/sphinx-pytest/metadata.xml 
b/dev-python/sphinx-pytest/metadata.xml
index d0dabef2414d..f7907b42a5f7 100644
--- a/dev-python/sphinx-pytest/metadata.xml
+++ b/dev-python/sphinx-pytest/metadata.xml
@@ -7,7 +7,7 @@



-   chrisjsewell/sphinx-pytest
+   sphinx-extensions2/sphinx-pytest
sphinx_pytest

 

diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild 
b/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild
new file mode 100644
index ..5cf11f8e357d
--- /dev/null
+++ b/dev-python/sphinx-pytest/sphinx-pytest-0.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Helpful pytest fixtures for Sphinx extensions"
+HOMEPAGE="
+   https://github.com/sphinx-extensions2/sphinx-pytest/
+   https://pypi.org/project/sphinx_pytest/
+"
+SRC_URI="
+   
https://github.com/sphinx-extensions2/sphinx-pytest/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-admin/awscli/

2023-06-05 Thread Michał Górny
commit: 4d0722c62e1842661bf372ce54832470af1f7eea
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:14:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0722c6

app-admin/awscli: Bump to 1.27.147

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

 app-admin/awscli/Manifest   |  1 +
 app-admin/awscli/awscli-1.27.147.ebuild | 80 +
 2 files changed, 81 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index c20601190bd9..21144dbdea3f 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,3 +1,4 @@
 DIST aws-cli-1.27.137.gh.tar.gz 2423020 BLAKE2B 
9cdc1cab324eaa2b2bc17418180bf8bec6e34903b427afbd2bceb0c35eb0923b5e7d98e42954f239bf13576b5d10b80c29d15af17e0f230ff79c244b1532a671
 SHA512 
9d3220b392839334bc077e0ae417b73ae2aaec363a5a3684690eabe790c062f9b428851b02cb2f27b65193c712fc149eb602a33b8f500afc81daed5cd2d3e8db
 DIST aws-cli-1.27.142.gh.tar.gz 2426758 BLAKE2B 
587791e0102d51b9681718a71c1225c673f1545f98d2cbd679d266c559ae4252e92ec2c41a640584b5ce1e4aced885489723edb90e0700846e3fd74968be42bd
 SHA512 
cb2ba71dc955ddd5a738f6e703a16216effdbd1232fa4e14c5974bf59c6f871ba80a4a61614dccb0fc110c689ce24f466c4142967be83f48c5de41699450d092
 DIST aws-cli-1.27.146.gh.tar.gz 2430455 BLAKE2B 
5e59ad0a5e97b4f218c694a6c9df3fb85dd7682fc1c3e549e9bb38ef3f89f63ef4976f539134d744ef3acbf9a506ddbb2b1cb93c44e11460e96db05f0fc02bd5
 SHA512 
e942c2ba2abba21eae87ba2f88f727c7cf77681232e2aac9c975c07ba4bee41a10ef9044f3828ce61271a569e71469420d6b4ee7ec272fc8ea7132a597450d23
+DIST aws-cli-1.27.147.gh.tar.gz 2430890 BLAKE2B 
773e7f0809b568e02cec70763e6463d1e9a5ff71cef4828df33a72be929fa64ecdec852a30155c77c30bd185d467e12d433a6479fe870726662410db374c2442
 SHA512 
ea33bdc6670f8e5b2434c73c023c99a02e66c3f3e570bc79bbeac294722a6aa1f41a2930c466070da67b650ac9d5823d7de52fc6c93546cfa8d46baeae4be5c5

diff --git a/app-admin/awscli/awscli-1.27.147.ebuild 
b/app-admin/awscli/awscli-1.27.147.ebuild
new file mode 100644
index ..62c19f3a63fb
--- /dev/null
+++ b/app-admin/awscli/awscli-1.27.147.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit bash-completion-r1 distutils-r1 multiprocessing
+
+MY_P=aws-cli-${PV}
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="
+   https://github.com/aws/aws-cli/
+   https://pypi.org/project/awscli/
+"
+SRC_URI="
+   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# botocore is x.(y+2).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   
tests/functional/eks/test_kubeconfig.py::TestKubeconfigLoader::test_load_simple
+   
tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_env_only
+   
tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_existing
+   
tests/unit/customizations/eks/test_kubeconfig.py::TestKubeconfigValidator::test_valid
+   )
+
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2023-06-05 Thread Michał Górny
commit: bdb02f0db54a47da0b16e2a0fb988a0b6eae8b17
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:44:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb02f0d

dev-python/fakeredis: Bump to 2.14.0

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

 dev-python/fakeredis/Manifest|  1 +
 dev-python/fakeredis/fakeredis-2.14.0.ebuild | 78 
 2 files changed, 79 insertions(+)

diff --git a/dev-python/fakeredis/Manifest b/dev-python/fakeredis/Manifest
index a26a49831638..8326485c9a44 100644
--- a/dev-python/fakeredis/Manifest
+++ b/dev-python/fakeredis/Manifest
@@ -1,2 +1,3 @@
 DIST fakeredis-2.12.1.tar.gz 97486 BLAKE2B 
5207d9b946eb5720083b045e29b960cc2eb3ab5ed7b633f00106d0777186cfb02ecc10607d24a67d7b2eded35915e6710a4880f560e49fbca470c487ec0a2b87
 SHA512 
99e4e0bf7a4be9cc9dc96eecfe2fd1f106664bab2eff4f575468933809cf306c36237ebc9d86efdd9c0823e05a08d466f35a7e43359602b47c582ab16d7bb7ef
 DIST fakeredis-2.13.0.tar.gz 98084 BLAKE2B 
c147332f2575be7f63aef48199920480d550efbadeee9de255b17cb9c7d6791a059ee3d4bdc500ecf44dcc22de6fdd11d170daf3e19de8e910833b1de12232c6
 SHA512 
30335e456f7ac2498fc175f9fd154a766064a05e6eb996df9d533412525a3d4279c9359ac5e43a2b9ec9bb1d653639aa10d4e1765a4e4c1bc84f764fa1efdb42
+DIST fakeredis-2.14.0.tar.gz 101919 BLAKE2B 
7582b3986bc7102a02a69a321e539dc15d425d918397e896eed9d544816697c55e938511ae69201eae3a5c1e814afe7f0c472d48a249be976178a7c0279472ae
 SHA512 
a63b46420d9ca2348b0ed0f4ef2c0227a4dbc46efef2fae5beae2513cc77732be830669910f14d59ecb2f1fa3b698e29855658239fea4ff458c4ba62fd9fa4cb

diff --git a/dev-python/fakeredis/fakeredis-2.14.0.ebuild 
b/dev-python/fakeredis/fakeredis-2.14.0.ebuild
new file mode 100644
index ..10e805e1986c
--- /dev/null
+++ b/dev-python/fakeredis/fakeredis-2.14.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Fake implementation of redis API for testing purposes"
+HOMEPAGE="
+   https://github.com/cunla/fakeredis-py/
+   https://pypi.org/project/fakeredis/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/redis-4.2[${PYTHON_USEDEP}]
+   =dev-python/sortedcontainers-2.4.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # also lupa
+   test/test_aioredis2.py::test_failed_script_error
+   # TODO
+   "test/test_fakeredis.py::test_set_get_nx[StrictRedis]"
+   "test/test_fakeredis.py::test_lpop_count[StrictRedis]"
+   "test/test_fakeredis.py::test_rpop_count[StrictRedis]"
+   "test/test_fakeredis.py::test_zadd_minus_zero[StrictRedis]"
+   
"test/test_mixins/test_pubsub_commands.py::test_pubsub_channels[StrictRedis]"
+   
test/test_mixins/test_set_commands.py::test_smismember_wrong_type
+   )
+   local EPYTEST_IGNORE=(
+   # these tests fail a lot...
+   test/test_hypothesis.py
+   )
+   local args=(
+   # tests requiring lupa (lua support)
+   -k 'not test_eval and not test_lua and not test_script'
+   )
+   epytest "${args[@]}"
+}
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   "${EPREFIX}"/usr/sbin/redis-server - <<- EOF || die "Unable to start 
redis server"
+   daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   EOF
+
+   # Run the tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



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

2023-06-05 Thread Michał Górny
commit: 7c953933362e2e9d17a49a4a682781dc1c1d9751
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 04:14:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  6 05:43:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c953933

dev-python/botocore: Bump to 1.29.147

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

 dev-python/botocore/Manifest |  1 +
 dev-python/botocore/botocore-1.29.147.ebuild | 79 
 2 files changed, 80 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 24a0e0ec5468..4ad59acbbef7 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.29.137.gh.tar.gz 11508178 BLAKE2B 
2f74fd2f3923672a4fcd501f1c5ba48cd09965ea0f70689bd6559a4c4a6fe8921f783ef86f28ac57893c8b1366d8fca2fc79f0216747e04142ed33880f07fe39
 SHA512 
b800a1b73170b5fcbbf1b17477bb8f04b19f5f250a68bbb3b993b0e058d8df870eddf932f79d94eaa3255b976ce136adbdd5b359757cd79f2cfe2a16b3cfa2f4
 DIST botocore-1.29.142.gh.tar.gz 11528069 BLAKE2B 
860a5ab68d26424702006b221e62e29cfe21ba93593be61e4ef7e89ab50c6afb4b305f2ef3b2d80fd428cf7791933e43b20e1d4934d330653290a7b2aa16f6c4
 SHA512 
f408175054095bdd3094dd789de333e4e669cee72fdbc5b03551fc006cbcda5cf69eaa6daa2eb3bf09b30524f50d4b7b334d7b18051e55eca12caa16529b41bf
 DIST botocore-1.29.146.gh.tar.gz 11553866 BLAKE2B 
7b5b060480de459af9045be8724272fb876c8663b39b1a1ea3575cee83d233dc4e04735682f7eac9299ae0219a5995ddd3379d75c6d2e1bece565e2294b3cc23
 SHA512 
e786137deaac49fa9db7c8c4df1ff8be195dd400432fbb2e6a23608181161234fa5c3a81a293b4ae1133d1a40e0341b3a081f0d845672e8d0c604fdffc2bc1b5
+DIST botocore-1.29.147.gh.tar.gz 11567478 BLAKE2B 
e5b8b83057cdb1aa8fd654aeedba326a3641adefd8ace5ce7724b5e780f81a773a4ea20a53a3d5bd2db25e687730b5949608a554f4b550204123aee46b7d2feb
 SHA512 
a72a91dd440e1ef4a4a85044284a5201a277c0b3c2d0a30358c920ccb10b5caf0914b0ed3bf8207834e6acc604528d1512356cb4bd0bfdce9b38e39aa98c2296

diff --git a/dev-python/botocore/botocore-1.29.147.ebuild 
b/dev-python/botocore/botocore-1.29.147.ebuild
new file mode 100644
index ..3ced99abe4ff
--- /dev/null
+++ b/dev-python/botocore/botocore-1.29.147.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="
+   https://github.com/boto/botocore/
+   https://pypi.org/project/botocore/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/boto/botocore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   # fails on unrelated warnings
+   
tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
+   
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
+   # TODO
+   
tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider
+   # urllib3-2 compatibility, mock relies on implementation details
+   
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_no_response_from_server
+   
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_returned
+   
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_sends_307
+   
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_sends_connection_header
+   
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_handles_expect_100_with_different_reason_phrase
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/lxml/files/, dev-python/lxml/

2023-06-05 Thread Sam James
commit: fff86605fbd568f23e4af7cc6bf3536294fdbafc
Author: Violet Purcell  inventati  org>
AuthorDate: Tue Jun  6 03:25:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 05:34:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff86605

dev-python/lxml: Backport py3.12 unicode fix

Signed-off-by: Violet Purcell  inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/31327
Signed-off-by: Sam James  gentoo.org>

 .../lxml-4.9.2-py3.12-backport-unicode-fix.patch   |  33 ++
 dev-python/lxml/lxml-4.9.2-r1.ebuild   | 116 +
 2 files changed, 149 insertions(+)

diff --git a/dev-python/lxml/files/lxml-4.9.2-py3.12-backport-unicode-fix.patch 
b/dev-python/lxml/files/lxml-4.9.2-py3.12-backport-unicode-fix.patch
new file mode 100644
index ..d1ca31d1b909
--- /dev/null
+++ b/dev-python/lxml/files/lxml-4.9.2-py3.12-backport-unicode-fix.patch
@@ -0,0 +1,33 @@
+Upstream: 
https://github.com/lxml/lxml/commit/a1f2231dfdd31a37f2c55bc9ae4ac33e92221227
+
+From a1f2231dfdd31a37f2c55bc9ae4ac33e92221227 Mon Sep 17 00:00:00 2001
+From: Stefan Behnel 
+Date: Fri, 12 May 2023 09:49:34 +0200
+Subject: [PATCH] Adapt unicode parsing to Py3.12.
+
+---
+ src/lxml/includes/etree_defs.h | 10 ++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/src/lxml/includes/etree_defs.h b/src/lxml/includes/etree_defs.h
+index e671fa85d..d42f2158c 100644
+--- a/src/lxml/includes/etree_defs.h
 b/src/lxml/includes/etree_defs.h
+@@ -120,6 +120,16 @@ static PyObject* PyBytes_FromFormat(const char* format, 
...) {
+ #  define _lx_PySlice_GetIndicesEx(o, l, b, e, s, sl) 
PySlice_GetIndicesEx(((PySliceObject*)o), l, b, e, s, sl)
+ #endif
+ 
++#if PY_VERSION_HEX >= 0x030B00A1
++/* Python 3.12 doesn't have wstr Unicode strings any more. */
++#undef PyUnicode_GET_DATA_SIZE
++#define PyUnicode_GET_DATA_SIZE(ustr)  (0)
++#undef PyUnicode_AS_DATA
++#define PyUnicode_AS_DATA(ustr)  (NULL)
++#undef PyUnicode_IS_READY
++#define PyUnicode_IS_READY(ustr)  (1)
++#endif
++
+ #ifdef WITHOUT_THREADING
+ #  undef PyEval_SaveThread
+ #  define PyEval_SaveThread() (NULL)
+

diff --git a/dev-python/lxml/lxml-4.9.2-r1.ebuild 
b/dev-python/lxml/lxml-4.9.2-r1.ebuild
new file mode 100644
index ..9b26e534fcf8
--- /dev/null
+++ b/dev-python/lxml/lxml-4.9.2-r1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 optfeature toolchain-funcs
+
+DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
+HOMEPAGE="
+   https://lxml.de/
+   https://pypi.org/project/lxml/
+   https://github.com/lxml/lxml/
+"
+SRC_URI="
+   https://github.com/lxml/lxml/archive/${P}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/lxml-${P}
+
+LICENSE="BSD ElementTree GPL-2 PSF-2"
+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 
~x64-solaris"
+IUSE="doc examples +threads test"
+RESTRICT="!test? ( test )"
+
+# Note: lib{xml2,xslt} are used as C libraries, not Python modules.
+DEPEND="
+   >=dev-libs/libxml2-2.9.12-r2
+   >=dev-libs/libxslt-1.1.28
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+   =dev-python/cython-0.29.29[${PYTHON_USEDEP}]
+   doc? (
+   $(python_gen_any_dep '
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
+   ')
+   )
+   test? (
+   dev-python/cssselect[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.6.0-tests-pypy.patch
+   "${FILESDIR}"/${P}-py3.12-drop-deprecated-imp.patch
+   "${FILESDIR}"/${P}-py3.12-backport-unicode-fix.patch
+)
+
+python_check_deps() {
+   use doc || return 0
+   python_has_version -b "dev-python/docutils[${PYTHON_USEDEP}]" &&
+   python_has_version -b "dev-python/pygments[${PYTHON_USEDEP}]" &&
+   python_has_version -b "dev-python/sphinx[${PYTHON_USEDEP}]" &&
+   python_has_version -b "dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]"
+}
+
+python_prepare_all() {
+   # avoid replacing PYTHONPATH in tests.
+   sed -i -e '/sys\.path/d' test.py || die
+
+   # don't use some random SDK on Darwin
+   sed -i -e '/_ldflags =/s/=.*isysroot.*darwin.*None/= None/' \
+   setupinfo.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   tc-export PKG_CONFIG
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use doc && emake html
+}
+
+python_test() {
+   local 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/test-unit/

2023-06-05 Thread Hans de Graaff
commit: ffb94c0dbaff6a5a67125c3a0e204da36bbe76ac
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun  6 05:25:14 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun  6 05:25:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb94c0d

dev-ruby/test-unit: add 3.5.9

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/test-unit/Manifest   |  1 +
 dev-ruby/test-unit/test-unit-3.5.9.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/test-unit/Manifest b/dev-ruby/test-unit/Manifest
index 80af02b7a9c6..ed9214e41eb5 100644
--- a/dev-ruby/test-unit/Manifest
+++ b/dev-ruby/test-unit/Manifest
@@ -1,2 +1,3 @@
 DIST test-unit-3.5.7.tar.gz 164734 BLAKE2B 
470a4552f2da0b7b9c8f3cbd071229fefa12c1e48c32936a6520902a9443a891cd19ed0e7c71ba4f8d81747902afd2e3dbc3eaa6ac7683ca11e5ad88e7c4497e
 SHA512 
af678a89590c9305eeac3a4e5c7e99354df5b49157de573ee3ff312dad9f12dbcaef3dfe7ffc256194e39e0438625acdd9ab3e9686d7e2c58b2cf225f7f1f74c
 DIST test-unit-3.5.8.tar.gz 165216 BLAKE2B 
1a039931d87ce3ad4afecd4c1105bb6197acc05be3b9091ca6361689f42d725d1333553b7527bc5cb46306acd3ac4df20ed809e0aca9928a760fc0d849a51e2b
 SHA512 
ab7f492dd5f4606cd91a32240aa3ef6dffec48281b65d960bf87d0b2a9a865d6273bb4cc6896397136c5b313669f615fe6f5a83a6a4ab241013eaa51cf5e3341
+DIST test-unit-3.5.9.tar.gz 165232 BLAKE2B 
7f44a4e6f00025855a776daae53e0ffeea595eca3c31b0dbc56bdd0c2a64b5d91371574d148e82d2382d06e04b769d8df6c926939320083b44763a4ffc71c732
 SHA512 
3af89f786bfa7b155d55609762dc84da4039f8953a8235694aff2e846a663a2372f2c2b1e46ed57ca9785de1d241337145743d7af0f348df6e3b5025edd9ce2b

diff --git a/dev-ruby/test-unit/test-unit-3.5.9.ebuild 
b/dev-ruby/test-unit/test-unit-3.5.9.ebuild
new file mode 100644
index ..f0afb7f19eac
--- /dev/null
+++ b/dev-ruby/test-unit/test-unit-3.5.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="README.md doc-install/text/*.md"
+
+RUBY_FAKEGEM_GEMSPEC="test-unit.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An xUnit family unit testing framework for Ruby"
+HOMEPAGE="https://rubygems.org/gems/test-unit;
+SRC_URI="https://github.com/test-unit/test-unit/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="|| ( Ruby-BSD BSD-2 ) PSF-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="doc test"
+
+ruby_add_rdepend "dev-ruby/power_assert"
+
+all_ruby_prepare() {
+   mv doc doc-install || die "moving doc directory out of the way failed"
+}
+
+each_ruby_test() {
+   ${RUBY} test/run-test.rb || die "testsuite failed"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   newbin "${FILESDIR}"/testrb-3 testrb-2
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/temple/

2023-06-05 Thread Hans de Graaff
commit: 8083c614fe194a61b935403646ade3e96df48b73
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun  6 05:20:54 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun  6 05:20:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8083c614

dev-ruby/temple: add 0.10.2

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/temple/Manifest |  1 +
 dev-ruby/temple/temple-0.10.2.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/temple/Manifest b/dev-ruby/temple/Manifest
index c5e2820b9bb1..de1252e52aab 100644
--- a/dev-ruby/temple/Manifest
+++ b/dev-ruby/temple/Manifest
@@ -1,2 +1,3 @@
 DIST temple-0.10.0.gem 40960 BLAKE2B 
c3d272bc5f9263f5727fc81803f1c265f39ba10a3336bccbe17ce9aa4a6a13304c73a8d323bc45fe59c5d8230a569ad3af3de9225c8e21eccda291e89e482d75
 SHA512 
b207ff1f29b810c943577da1ce72c7eaa2bd672758929b39d6f92c5061c85c720fd49fbb666d5d8f9d1a8c1fbbef28f85cadb6635c12a3ceec29f8b0305833cc
+DIST temple-0.10.2.gem 40960 BLAKE2B 
690d4a891d30d453c303aa47c07f341334cdbf4605f3936422d939bd148cb0df412d00c2718db2e6e9b9ab7a1c2ba7f538cdc96fec17958215b95a1b60093955
 SHA512 
54cc549056924958ce36c52d2b795cc3303ddd689f5fbe50b01c1e806582b97d37e438d917eaf6c05519b4aad9b05fff5e305d8d614c1e8f714f1e1a88d8db23
 DIST temple-0.9.1.gem 40960 BLAKE2B 
f9c87bc713b934980cebaf79737eea89c82d845027cabcd67f3420da621f6797bd99481b1bb624a8894d71f4843ee3ac612f1da661991b8adcc002e2a12f32a9
 SHA512 
2d7c0c64fb51356599ecbd9119314f954341acf66d5ad729b7e19058628118509e14ef116d4ed549996d7119cf9a1f38de5818b46ef5a9a19473b0d007131e6a

diff --git a/dev-ruby/temple/temple-0.10.2.ebuild 
b/dev-ruby/temple/temple-0.10.2.ebuild
new file mode 100644
index ..5da98102de51
--- /dev/null
+++ b/dev-ruby/temple/temple-0.10.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES EXPRESSIONS.md README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An abstraction and a framework for compiling templates to pure 
Ruby"
+HOMEPAGE="https://github.com/judofyr/temple;
+
+LICENSE="MIT"
+SLOT="0.7"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-ruby/erubi
+   >=dev-ruby/tilt-2.0.1 )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/version_gem/

2023-06-05 Thread Hans de Graaff
commit: 8bf0203fb46fc86a40755f82e9d16510a4f067d3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun  6 05:29:11 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun  6 05:29:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf0203f

dev-ruby/version_gem: add 1.1.3

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/version_gem/Manifest |  1 +
 dev-ruby/version_gem/version_gem-1.1.3.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/version_gem/Manifest b/dev-ruby/version_gem/Manifest
index 16cfb6e3f7e8..c325e1c1c900 100644
--- a/dev-ruby/version_gem/Manifest
+++ b/dev-ruby/version_gem/Manifest
@@ -1 +1,2 @@
 DIST version_gem-1.1.2.tar.bz2 22084 BLAKE2B 
865b4b193c62ccf40d3f4bb086d9b5c297426d6d260617d9619a0f83a1e6d00a47231439a8851c22648572a768eb83ab9822c44a3d8a0c7a023be1491bb05a48
 SHA512 
e0fb5c31ef4c36889ac7f90e173e4c45f30ecad3439d2ec99aeec1d63e27ee1697a02271b62cc0565cbd3491c3384d925aa7d1d9d7a879549cb2ef9f326f8127
+DIST version_gem-1.1.3.tar.bz2 24554 BLAKE2B 
419851cb5fcc5391449b28785aecc1c4e145bed4eafb443cdcd284d3b19d0911307afd226e43a829f34784a2fe7ece5e7e00502bfa5a9b0bb7eb49d0b6dcebf4
 SHA512 
77e90c6c2a52495ad9096fb83a10492f5b9bda35160287e15898351204ead174677021bde58f5dc7cd8f02f1d599736b3c3b7aba291f73e44edece10c61646e4

diff --git a/dev-ruby/version_gem/version_gem-1.1.3.ebuild 
b/dev-ruby/version_gem/version_gem-1.1.3.ebuild
new file mode 100644
index ..6c8f581ca665
--- /dev/null
+++ b/dev-ruby/version_gem/version_gem-1.1.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_GEMSPEC="version_gem.gemspec"
+
+#RUBY_FAKEGEM_GEMSPEC="oauth.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Enhance that VERSION! Sugar for boring Version modules"
+HOMEPAGE="https://gitlab.com/oauth-xx/version_gem;
+SRC_URI="https://gitlab.com/oauth-xx/version_gem/-/archive/v${PV}/version_gem-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
+RUBY_S="version_gem-v${PV}"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e 's/if RUN_COVERAGE/if false/' spec/spec_helper.rb || die
+
+   # Avoid broken implementation already fixed upstream
+   sed -i -e "s/'when actual' do/'when actual', pending: 'broken spec' 
do/" spec/version_gem/ruby_spec.rb || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/clifm/, app-misc/clifm/files/

2023-06-05 Thread Michael Yang
commit: 947dc7fb3404c47e396b9fbb705cda0274e5a9cc
Author: Michael Yang  gmail  com>
AuthorDate: Tue Jun  6 04:49:58 2023 +
Commit: Michael Yang  gmail  com>
CommitDate: Tue Jun  6 04:57:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=947dc7fb

app-misc/clifm: Add back USE flags for various compiled features

Note clifm-1.9 and clifm-1.10 don't have the 'fzf' or 'trash' USE flags;
their associated compile options cause compilation errors. In that case
the features are enabled by default, and, 'app-shells/fzf' becomes an
optional dependency.

Signed-off-by: Michael Yang  gmail.com>

 app-misc/clifm/clifm-1.10.ebuild   | 71 +
 app-misc/clifm/clifm-1.11.ebuild   | 72 +-
 app-misc/clifm/clifm-1.8.ebuild| 71 -
 app-misc/clifm/clifm-1.9.ebuild| 71 +
 app-misc/clifm/clifm-.ebuild   | 72 +-
 ...lifm--gentoo-skip-manpage-compression.patch |  6 +-
 app-misc/clifm/metadata.xml| 52 +++-
 7 files changed, 343 insertions(+), 72 deletions(-)

diff --git a/app-misc/clifm/clifm-1.10.ebuild b/app-misc/clifm/clifm-1.10.ebuild
index d13334589..fd5924273 100644
--- a/app-misc/clifm/clifm-1.10.ebuild
+++ b/app-misc/clifm/clifm-1.10.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DESCRIPTION="The command line file manager"
 HOMEPAGE="https://github.com/leo-arch/clifm;
 
-inherit optfeature xdg
+inherit flag-o-matic optfeature xdg
 
 if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/leo-arch/clifm.git;
@@ -20,22 +20,58 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
+IUSE="archive +bleach emoji +highlight icons +lira +magic nerdfonts nls
+   posix qsort +suggestions +tags"
 
 PATCHES=(
"${FILESDIR}/${P}-gentoo-skip-manpage-compression.patch"
 )
 
-DEPEND="
+LIB="
sys-libs/libcap
sys-libs/readline:=
sys-apps/acl
-   sys-apps/file
+   magic? ( sys-apps/file )
+"
+
+DEPEND="
+   ${LIB}
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="
+   ${LIB}
+   archive? (
+   app-arch/atool
+   sys-fs/archivemount
+   )
+   nls? ( virtual/libintl )
 "
-RDEPEND="${DEPEND}"
 BDEPEND=""
 
 src_compile() {
+   # emoji > nerdfonts > icons
+   if ! use emoji; then # support for emoji-icons is default
+   if use nerdfonts; then
+   append-cflags "-D_NERD"
+   elif use icons; then
+   append-cflags "-D_ICONS_IN_TERMINAL"
+   fi
+   # do not append -D_NO_ICONS here, causes compilation error
+   fi
+
+   use posix && append-cflags "-D_BE_POSIX"
+   use archive || append-cflags "-D_NO_ARCHIVING"
+   use bleach || append-cflags "-D_NO_BLEACH"
+   use nls || append-cflags "-D_NO_GETTEXT"
+   # -D_NO_FZF causes compile error
+   use highlight || append-cflags "-D_NO_HIGHLIGHT"
+   use lira || append-cflags "-D_NO_LIRA"
+   use magic || append-cflags "-D_NO_MAGIC"
+   use suggestions || append-cflags "-D_NO_SUGGESTIONS"
+   use tags || append-cflags "-D_NO_TAGS"
+   # -D_NO_TRASH causes compile error
+   use qsort && append-cflags "-D_TOURBIN_QSORT"
+
# makefile defaults to /usr/local
emake PREFIX="/usr"
 }
@@ -47,14 +83,23 @@ src_install() {
 }
 
 pkg_postinst() {
+   xdg_pkg_postinst
+   if use emoji; then
+   use nerdfonts && ewarn "Warning: Use flag 'nerdfonts' 
overridden by 'emoji'"
+   use icons && ewarn "Warning: Use flag 'icons' overridden by 
'emoji'"
+   elif use nerdfonts; then
+   use icons && ewarn "Warning: Use flag 'icons' overridden by 
'nerdfonts'"
+   else
+   use icons || ewarn "Warning: as none of 'emoji', 'nerdfonts', 
or 'icons' were selected, \
+   'emoji' was implicitly enabled to prevent compilation 
error"
+   fi
optfeature_header "Install additional optional functionality:"
+   optfeature "mounting/unmounting support" sys-apps/udevil sys-fs/udisks
optfeature "fzf tab completion and more" app-shells/fzf
-   optfeature "mounting/unmounting support" sys-fs/udisks sys-apps/udevil
-   optfeature_header "Install optional archiving support (if you didn't 
use -D_NO_ARCHIVING):"
-   optfeature "zstd operations" app-arch/zstd
-   optfeature "archive extraction/unpacking" app-arch/atool
-   optfeature "mounting archives" sys-fs/archivemount
-   optfeature "extracting .iso files" app-arch/p7zip
-   optfeature "creating .iso files" app-cdr/cdrtools
-   xdg_pkg_postinst
+   if use archive; then
+   optfeature_header "Install additional archive support:"
+   optfeature "zstd support" app-arch/zstd
+   optfeature "extracting .iso files" 

[gentoo-commits] repo/gentoo:master commit in: app-admin/consul/

2023-06-05 Thread Zac Medico
commit: dd43565bacbde04cd2d5c24cf7ecdbc3451f4c28
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jun  6 04:47:22 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jun  6 04:48:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd43565b

app-admin/consul: add 1.15.3

Bug: https://bugs.gentoo.org/907925
Signed-off-by: Zac Medico  gentoo.org>

 app-admin/consul/Manifest |  1 +
 app-admin/consul/consul-1.15.3.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest
index d8e7eafb8fe7..35e6a758c762 100644
--- a/app-admin/consul/Manifest
+++ b/app-admin/consul/Manifest
@@ -1 +1,2 @@
 DIST consul-1.15.2-vendor.tar.gz 43070821 BLAKE2B 
39e375cf6fcb17e9a633aa7048588560f8efc93aacad7a332210d509d0b50a74e525be5e56ad9e0aa642b43f68362b8e28beb264c4365a96dd98eab6f4d296d7
 SHA512 
b00cd569dee83c7850fc13e5591c55dd2903242349ec747cc7ac8f18ebd207858148521c62a1da914610988f95cd543fcc5f5771a1c072c09521a8af0a474ba6
+DIST consul-1.15.3-vendor.tar.gz 43434721 BLAKE2B 
7595c98cdecf67e9fb412d8fea1d790dc6b1c29f7bc427e1d0872045a05f8873dc6107f196cea04fe0a2f2553d4fbb1f8d501e5e107b2bea3ae841e5d94eda64
 SHA512 
b69e3a7c1ebb01c7a64f2c6167e63e8a530b81be9aad8b591d0a71f512f5157ba9a564b46f9effe52a5abd3ae61732e7af10c5ba002110f745eb3d94ebcec256

diff --git a/app-admin/consul/consul-1.15.3.ebuild 
b/app-admin/consul/consul-1.15.3.ebuild
new file mode 100644
index ..a3c32f47115e
--- /dev/null
+++ b/app-admin/consul/consul-1.15.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module systemd
+
+DESCRIPTION="A tool for service discovery, monitoring and configuration"
+HOMEPAGE="https://www.consul.io;
+GIT_COMMIT="7ce982ce1846ca14e567a91fa7f088084e736155"
+
+SRC_URI="https://github.com/zmedico/consul/archive/v${PV}-vendor.tar.gz -> 
${P}-vendor.tar.gz"
+
+LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT"
+RESTRICT="test"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND="dev-go/gox"
+COMMON_DEPEND="
+   acct-group/consul
+   acct-user/consul"
+   DEPEND="${COMMON_DEPEND}"
+   RDEPEND="${COMMON_DEPEND}"
+
+S=${WORKDIR}/${P}-vendor
+
+src_prepare() {
+   default
+   sed -e 's|^GIT_DATE=.*|GIT_DATE=2023-03-30T17:51:19Z|' -i GNUmakefile 
|| die
+}
+
+src_compile() {
+   # The dev target sets causes build.sh to set appropriate XC_OS
+   # and XC_ARCH, and skips generation of an unused zip file,
+   # avoiding a dependency on app-arch/zip.
+   GIT_DESCRIBE="v${PV}" \
+   GIT_DIRTY="" \
+   GIT_COMMIT="${GIT_COMMIT}" \
+   emake dev-build
+}
+
+src_install() {
+   dobin bin/consul
+
+   keepdir /etc/consul.d
+   insinto /etc/consul.d
+   doins "${FILESDIR}/"*.json.example
+
+   keepdir /var/log/consul
+   fowners consul:consul /var/log/consul
+
+   newinitd "${FILESDIR}/consul.initd" "${PN}"
+   newconfd "${FILESDIR}/consul.confd" "${PN}"
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+   systemd_dounit "${FILESDIR}/consul.service"
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/

2023-06-05 Thread Sam James
commit: 6a1969b930326da4570e348d4f6879eb7125ca3a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 04:32:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 04:32:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1969b9

profiles: mask =dev-libs/nss-3.90

Causes "illegal instruction" (SIGILL) errors for some users, pending 
investigation.

Bug: https://bugs.gentoo.org/907932
Signed-off-by: Sam James  gentoo.org>

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index d56ad93c800b..3b6064df9c99 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2023-06-06)
+# Causes "illegal instruction" (SIGILL) errors for some users, pending 
investigation.
+# See bug #907932.
+=dev-libs/nss-3.90
+
 # Sam James  (2023-06-05)
 # Fails to boostrap, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110120.
 =sys-devel/gcc-14.0.0_pre20230604



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/noson-app/

2023-06-05 Thread Steve Burnham
commit: c7fed9657956e9f56fd8b17afffd5df96b20b857
Author: Steven Burnham  gmail  com>
AuthorDate: Tue Jun  6 04:16:51 2023 +
Commit: Steve Burnham  gmail  com>
CommitDate: Tue Jun  6 04:16:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7fed965

media-sound/noson-app: add 5.4.1

Signed-off-by: Steven Burnham  gmail.com>

 media-sound/noson-app/Manifest   |  1 +
 media-sound/noson-app/noson-app-5.4.1.ebuild | 31 
 2 files changed, 32 insertions(+)

diff --git a/media-sound/noson-app/Manifest b/media-sound/noson-app/Manifest
index cb097f488..74d4aea3f 100644
--- a/media-sound/noson-app/Manifest
+++ b/media-sound/noson-app/Manifest
@@ -1,2 +1,3 @@
 DIST noson-app-5.2.2.tar.gz 2356928 BLAKE2B 
2b61e2670250ed028a518e86c7d0ec805b0f0b59e171e1a471e1138b97c417f749c8c5df67fc1ebe81e3488639dabda50bb5b040911bbf43a09cd5def1ca3335
 SHA512 
699f1552f4f0db45221acaa4b5c868455c9c2543e7a26e162860b55c93664336ab3fe2737efb053ba0f52c2337f7f2de7f30b1a0ac9d00afb9b989453a31d785
 DIST noson-app-5.4.0.tar.gz 2363811 BLAKE2B 
1e14173c02e90ac1c93dc07d1bbac6310a65f079cf4ce37031d292df4e0e1bbb842814e7589023c39d2de864025d772528ec25e673144de80ed8652cd28e5b47
 SHA512 
a352743ce3d6b141d2ce5f00fc7b1b806ca3bee675678981ecd86d4c361aba6038ff7599b06aee302706ecdd4dbdbe3026094fd9030dcfb8cb624a0ba14fe542
+DIST noson-app-5.4.1.tar.gz 3274581 BLAKE2B 
001c8b008e0b605628dd8c3b6f1c9e08839160804a5032be5cbf817e7e96d477289346a473227d5e4c8eac5a2fac47b815553e6fd0eaca759fb3258340bf1f45
 SHA512 
dbddb96f3e0720c3d9306d34466575d64be622250345ff0d45589abbdfc6f4a777a3fe1314c023ac5240b208f865dd7886c8ef206bb81b85262e5172a72f9441

diff --git a/media-sound/noson-app/noson-app-5.4.1.ebuild 
b/media-sound/noson-app/noson-app-5.4.1.ebuild
new file mode 100644
index 0..c0f4968b2
--- /dev/null
+++ b/media-sound/noson-app/noson-app-5.4.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit xdg cmake
+
+DESCRIPTION="The essential to control music from your SONOS devices on Linux 
platforms"
+HOMEPAGE="http://janbar.github.io/noson-app/index.html;
+SRC_URI="https://github.com/janbar/noson-app/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   >=dev-qt/qtcore-5.9
+   >=dev-qt/qtdbus-5.9
+   >=dev-qt/qtnetwork-5.9
+   >=dev-qt/qttranslations-5.9
+   >=dev-qt/qtgui-5.9
+   >=dev-qt/qtquickcontrols2-5.9
+   >=dev-qt/qtsvg-5.9
+   dev-libs/openssl:0
+   media-libs/flac
+   media-sound/pulseaudio
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   cmake_src_configure
+}



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

2023-06-05 Thread Sam James
commit: fe98a4171f21caa41ec6b9bcba9d1b3f0f5aa6f7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 04:02:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 04:02:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe98a417

sys-apps/dtc: conditionally build tests

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

 sys-apps/dtc/dtc-1.7.0.ebuild | 12 +++-
 sys-apps/dtc/dtc-.ebuild  | 12 +++-
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/sys-apps/dtc/dtc-1.7.0.ebuild b/sys-apps/dtc/dtc-1.7.0.ebuild
index 3c46abe827ed..117f6b36238e 100644
--- a/sys-apps/dtc/dtc-1.7.0.ebuild
+++ b/sys-apps/dtc/dtc-1.7.0.ebuild
@@ -18,7 +18,8 @@ HOMEPAGE="https://devicetree.org/ 
https://git.kernel.org/cgit/utils/dtc/dtc.git/
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="static-libs yaml"
+IUSE="static-libs test yaml"
+RESTRICT="!test? ( test )"
 
 BDEPEND="
sys-devel/bison
@@ -39,10 +40,19 @@ PATCHES=(
"${FILESDIR}"/${P}-meson-macos.patch
 )
 
+src_prepare() {
+   default
+
+   if ! use test ; then
+   sed -i -e "/subdir('tests')/d" meson.build || die
+   fi
+}
+
 src_configure() {
local emesonargs=(
-Ddefault_library=$(usex static-libs both shared)
-Dpython=disabled
+   -Dtools=true
-Dvalgrind=disabled # only used for some tests
$(meson_feature yaml)
)

diff --git a/sys-apps/dtc/dtc-.ebuild b/sys-apps/dtc/dtc-.ebuild
index b1873ee6eac6..ce10f9e3b775 100644
--- a/sys-apps/dtc/dtc-.ebuild
+++ b/sys-apps/dtc/dtc-.ebuild
@@ -18,7 +18,8 @@ HOMEPAGE="https://devicetree.org/ 
https://git.kernel.org/cgit/utils/dtc/dtc.git/
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="static-libs yaml"
+IUSE="static-libs test yaml"
+RESTRICT="!test? ( test )"
 
 BDEPEND="
sys-devel/bison
@@ -34,10 +35,19 @@ DOCS=(
Documentation/manual.txt
 )
 
+src_prepare() {
+   default
+
+   if ! use test ; then
+   sed -i -e "/subdir('tests')/d" meson.build || die
+   fi
+}
+
 src_configure() {
local emesonargs=(
-Ddefault_library=$(usex static-libs both shared)
-Dpython=disabled
+   -Dtools=true
-Dvalgrind=disabled # only used for some tests
$(meson_feature yaml)
)



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

2023-06-05 Thread Sam James
commit: 6d60e7fd140dd8c0560913db8f00c579d0c45f5a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 03:59:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 03:59:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d60e7fd

sys-apps/dtc: use HTTPS for git

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

 sys-apps/dtc/dtc-1.7.0.ebuild | 2 +-
 sys-apps/dtc/dtc-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/dtc/dtc-1.7.0.ebuild b/sys-apps/dtc/dtc-1.7.0.ebuild
index d7f1a0c0858d..3c46abe827ed 100644
--- a/sys-apps/dtc/dtc-1.7.0.ebuild
+++ b/sys-apps/dtc/dtc-1.7.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit meson
 
 if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"
+   EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/dtc/dtc.git;
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/software/utils/${PN}/${P}.tar.xz;

diff --git a/sys-apps/dtc/dtc-.ebuild b/sys-apps/dtc/dtc-.ebuild
index 63851503ec46..b1873ee6eac6 100644
--- a/sys-apps/dtc/dtc-.ebuild
+++ b/sys-apps/dtc/dtc-.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit meson
 
 if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"
+   EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/dtc/dtc.git;
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/software/utils/${PN}/${P}.tar.xz;



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

2023-06-05 Thread Sam James
commit: 3205e84412f0131b751885489d9a55367181c034
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 03:20:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 03:20:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3205e844

sys-apps/dtc: drop unused toolchain-funcs

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

 sys-apps/dtc/dtc-1.7.0.ebuild | 2 +-
 sys-apps/dtc/dtc-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/dtc/dtc-1.7.0.ebuild b/sys-apps/dtc/dtc-1.7.0.ebuild
index 8efc03c0d12b..d7f1a0c0858d 100644
--- a/sys-apps/dtc/dtc-1.7.0.ebuild
+++ b/sys-apps/dtc/dtc-1.7.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit meson toolchain-funcs
+inherit meson
 
 if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"

diff --git a/sys-apps/dtc/dtc-.ebuild b/sys-apps/dtc/dtc-.ebuild
index 2f21c8739ec9..63851503ec46 100644
--- a/sys-apps/dtc/dtc-.ebuild
+++ b/sys-apps/dtc/dtc-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit meson toolchain-funcs
+inherit meson
 
 if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/dtc/, sys-apps/dtc/files/

2023-06-05 Thread Sam James
commit: fc3e6bec182a65e82d3bc2c66922fe13795e8b9d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 03:19:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 03:19:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3e6bec

sys-apps/dtc: add 1.7.0 (now with meson!)

This fixes the build on macOS as well, because we're using a proper build
system now (install_name was wrong before).

Reported-by: Konstantin Kliakhandler
Signed-off-by: Sam James  gentoo.org>

 sys-apps/dtc/Manifest  |  1 +
 sys-apps/dtc/dtc-1.7.0.ebuild  | 51 +++
 sys-apps/dtc/dtc-.ebuild   | 68 ++
 sys-apps/dtc/files/dtc-1.7.0-meson-macos.patch | 39 +++
 sys-apps/dtc/files/dtc-1.7.0-meson-tests.patch | 27 ++
 5 files changed, 134 insertions(+), 52 deletions(-)

diff --git a/sys-apps/dtc/Manifest b/sys-apps/dtc/Manifest
index 993154b8a266..48789513fcd2 100644
--- a/sys-apps/dtc/Manifest
+++ b/sys-apps/dtc/Manifest
@@ -1 +1,2 @@
 DIST dtc-1.6.0.tar.xz 158584 BLAKE2B 
47b15b5df7f5d87369d6daaad87f2989a80865f2fab19f89d050d390a9f8319bcd86a36e12f7cc8d62947bb4d1335769071d0e3ea0a6e16861aea163e78f4696
 SHA512 
15433b24f1d6b7ed1f8066d050bd1bcbf988731aa38147564e3dd04b5f69af8d69e03befdc621a768526c620425a9bdd24aad4f9ff135930d6a1eeb0625f7de3
+DIST dtc-1.7.0.tar.xz 165548 BLAKE2B 
de433a1034b7ef75559bf39f85695d0b275cfd17bf100c12b6186e226a65659053f9b5a053f20e64a5a0670ea3e728edd0e624c26287bd264594569408065bab
 SHA512 
d3ba6902a9a2f2cdbaff55f12fca3cfe4a1ec5779074a38e3d8b88097c7abc981835957e8ce72971e10c131e05fde0b1b961768e888ff96d89e42c75edb53afb

diff --git a/sys-apps/dtc/dtc-1.7.0.ebuild b/sys-apps/dtc/dtc-1.7.0.ebuild
new file mode 100644
index ..8efc03c0d12b
--- /dev/null
+++ b/sys-apps/dtc/dtc-1.7.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson toolchain-funcs
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"
+   inherit git-r3
+else
+   SRC_URI="https://www.kernel.org/pub/software/utils/${PN}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+DESCRIPTION="Open Firmware device tree compiler"
+HOMEPAGE="https://devicetree.org/ 
https://git.kernel.org/cgit/utils/dtc/dtc.git/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="static-libs yaml"
+
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+"
+RDEPEND="yaml? ( dev-libs/libyaml )"
+DEPEND="${RDEPEND}"
+
+DOCS=(
+   Documentation/dt-object-internal.txt
+   Documentation/dts-format.txt
+   Documentation/manual.txt
+)
+
+PATCHES=(
+   "${FILESDIR}"/${P}-meson-tests.patch
+   "${FILESDIR}"/${P}-meson-macos.patch
+)
+
+src_configure() {
+   local emesonargs=(
+   -Ddefault_library=$(usex static-libs both shared)
+   -Dpython=disabled
+   -Dvalgrind=disabled # only used for some tests
+   $(meson_feature yaml)
+   )
+
+   meson_src_configure
+}

diff --git a/sys-apps/dtc/dtc-.ebuild b/sys-apps/dtc/dtc-.ebuild
index 4f65bb653123..2f21c8739ec9 100644
--- a/sys-apps/dtc/dtc-.ebuild
+++ b/sys-apps/dtc/dtc-.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit toolchain-funcs
+inherit meson toolchain-funcs
 
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/software/utils/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="Open Firmware device tree compiler"
@@ -25,58 +25,22 @@ BDEPEND="
sys-devel/flex
virtual/pkgconfig
 "
-RDEPEND="yaml? ( dev-libs/libyaml )"
+RDEPEND="yaml? ( >=dev-libs/libyaml-0.2.3 )"
 DEPEND="${RDEPEND}"
 
-DOCS="
+DOCS=(
Documentation/dt-object-internal.txt
Documentation/dts-format.txt
Documentation/manual.txt
-"
-
-_emake() {
-   # valgrind is used only in 'make checkm'
-   emake \
-   NO_PYTHON=1 \
-   NO_VALGRIND=1 \
-   NO_YAML=$(usex !yaml 1 0) \
-   \
-   AR="$(tc-getAR)" \
-   CC="$(tc-getCC)" \
-   PKG_CONFIG="$(tc-getPKG_CONFIG)" \
-   \
-   V=1 \
-   \
-   PREFIX="${EPREFIX}/usr" \
-   \
-   LIBDIR="\$(PREFIX)/$(get_libdir)" \

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

2023-06-05 Thread Sam James
commit: da051d72cb91e5f80d619c97da17a524ca84b8e0
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 02:46:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 02:54:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da051d72

app-emulation/qemu: tweak REQUIRED_USE to not require seccomp on macOS

Doesn't exist there.

Reported-by: Konstantin Kliakhandler
Signed-off-by: Sam James  gentoo.org>

 app-emulation/qemu/qemu-8.0.2.ebuild | 2 +-
 app-emulation/qemu/qemu-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/qemu/qemu-8.0.2.ebuild 
b/app-emulation/qemu/qemu-8.0.2.ebuild
index ee863ac4f621..11af4686f95b 100644
--- a/app-emulation/qemu/qemu-8.0.2.ebuild
+++ b/app-emulation/qemu/qemu-8.0.2.ebuild
@@ -138,7 +138,7 @@ REQUIRED_USE="
plugins? ( !static-user )
 "
 for smname in ${IUSE_SOFTMMU_TARGETS} ; do
-   REQUIRED_USE+=" qemu_softmmu_targets_${smname}? ( seccomp ) "
+   REQUIRED_USE+=" qemu_softmmu_targets_${smname}? ( kernel_linux? ( 
seccomp ) )"
 done
 
 # Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...)

diff --git a/app-emulation/qemu/qemu-.ebuild 
b/app-emulation/qemu/qemu-.ebuild
index 59436ebd0802..a1f76a8c5a77 100644
--- a/app-emulation/qemu/qemu-.ebuild
+++ b/app-emulation/qemu/qemu-.ebuild
@@ -138,7 +138,7 @@ REQUIRED_USE="
plugins? ( !static-user )
 "
 for smname in ${IUSE_SOFTMMU_TARGETS} ; do
-   REQUIRED_USE+=" qemu_softmmu_targets_${smname}? ( seccomp ) "
+   REQUIRED_USE+=" qemu_softmmu_targets_${smname}? ( kernel_linux? ( 
seccomp ) )"
 done
 
 # Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...)



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/default/linux/

2023-06-05 Thread Sam James
commit: 305ccb251c0cde4e9cb732f64eecb48438b42486
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 02:54:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 02:54:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305ccb25

profiles: mask sys-libs/libseccomp on !linux

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

 profiles/base/package.mask| 1 +
 profiles/default/linux/package.unmask | 7 +++
 2 files changed, 8 insertions(+)

diff --git a/profiles/base/package.mask b/profiles/base/package.mask
index 8a545db6167f..7eeebeb88554 100644
--- a/profiles/base/package.mask
+++ b/profiles/base/package.mask
@@ -4,6 +4,7 @@
 # Sam James  (2023-06-06)
 # Only available on Linux.
 dev-libs/libaio
+sys-libs/libseccomp
 
 # Sam James  (2022-09-10)
 # Mask in general and unmask on specific profiles

diff --git a/profiles/default/linux/package.unmask 
b/profiles/default/linux/package.unmask
new file mode 100644
index ..18a67d04f486
--- /dev/null
+++ b/profiles/default/linux/package.unmask
@@ -0,0 +1,7 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sam James  (2023-06-06)
+# Only available on Linux.
+dev-libs/libaio
+sys-libs/libseccomp



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/default/linux/

2023-06-05 Thread Sam James
commit: 4047bccbd190e468da07950e844d372e10aaf215
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 02:55:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 02:55:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4047bccb

profiles: mask sys-libs/libcap-ng on !linux

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

 profiles/base/package.mask| 1 +
 profiles/default/linux/package.unmask | 1 +
 2 files changed, 2 insertions(+)

diff --git a/profiles/base/package.mask b/profiles/base/package.mask
index 7eeebeb88554..13ebbc9bd1e6 100644
--- a/profiles/base/package.mask
+++ b/profiles/base/package.mask
@@ -4,6 +4,7 @@
 # Sam James  (2023-06-06)
 # Only available on Linux.
 dev-libs/libaio
+sys-libs/libcap-ng
 sys-libs/libseccomp
 
 # Sam James  (2022-09-10)

diff --git a/profiles/default/linux/package.unmask 
b/profiles/default/linux/package.unmask
index 18a67d04f486..fdcb4f773e3f 100644
--- a/profiles/default/linux/package.unmask
+++ b/profiles/default/linux/package.unmask
@@ -4,4 +4,5 @@
 # Sam James  (2023-06-06)
 # Only available on Linux.
 dev-libs/libaio
+sys-libs/libcap-ng
 sys-libs/libseccomp



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/, profiles/base/

2023-06-05 Thread Sam James
commit: 5dfb99bdcd85d62eb3b8b531f29d374457e1adca
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 02:52:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 02:54:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dfb99bd

profiles: mask dev-libs/libaio on !linux

Reported-by: Konstantin Kliakhandler
Signed-off-by: Sam James  gentoo.org>

 profiles/base/package.mask  | 6 +-
 profiles/base/package.use.mask  | 4 
 profiles/default/linux/package.use.mask | 4 
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.mask b/profiles/base/package.mask
index 45d4c0579d8c..8a545db6167f 100644
--- a/profiles/base/package.mask
+++ b/profiles/base/package.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2023-06-06)
+# Only available on Linux.
+dev-libs/libaio
+
 # Sam James  (2022-09-10)
 # Mask in general and unmask on specific profiles
 sys-libs/musl

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 2625b69bfa35..8eff2e4b9567 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Sam James  (2023-06-06)
+# Needs linux-only dev-libs/libaio.
+app-emulation/qemu aio
+
 # Joonas Niilola  (2023-05-07)
 # Doesn't compile, see #894210.
 dev-libs/log4cxx smtp

diff --git a/profiles/default/linux/package.use.mask 
b/profiles/default/linux/package.use.mask
index 9694fb2c9fad..5407972c13ac 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2023-06-06)
+# Needs linux-only dev-libs/libaio.
+app-emulation/qemu -aio
+
 # Peter Levine  (2019-10-01)
 # Native inotify support is preferred on linux.
 # bug #697476



[gentoo-commits] repo/gentoo:master commit in: media-plugins/grilo-plugins/

2023-06-05 Thread Matt Turner
commit: f6abf4bd49420b39f0d4756fd35f05daf490ff0d
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jun  6 02:20:58 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jun  6 02:24:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6abf4bd

media-plugins/grilo-plugins: Depend on same version of grilo

Closes: https://bugs.gentoo.org/907921
Signed-off-by: Matt Turner  gentoo.org>

 media-plugins/grilo-plugins/grilo-plugins-0.3.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.15.ebuild 
b/media-plugins/grilo-plugins/grilo-plugins-0.3.15.ebuild
index 74230d63ae25..f21286e58f49 100644
--- a/media-plugins/grilo-plugins/grilo-plugins-0.3.15.ebuild
+++ b/media-plugins/grilo-plugins/grilo-plugins-0.3.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,7 +20,7 @@ REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
 # TODO: validate upnp-av dleyna deps
 RDEPEND="
>=dev-libs/glib-2.66:2
-   >=media-libs/grilo-0.3.13:${SLOT}=[playlist]
+   ~media-libs/grilo-${PV}:${SLOT}=[playlist]
freebox? ( net-dns/avahi[dbus] )
>=dev-libs/gom-0.4
chromaprint? (



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

2023-06-05 Thread Sam James
commit: 55f4f6d2283a25f804b56793cfc93d57f1b51bca
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 01:51:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 01:51:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f4f6d2

dev-python/whatthepatch: Stabilize 1.0.5 ALLARCHES, #907916

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

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

diff --git a/dev-python/whatthepatch/whatthepatch-1.0.5.ebuild 
b/dev-python/whatthepatch/whatthepatch-1.0.5.ebuild
index 333cdee60491..35137b89d47c 100644
--- a/dev-python/whatthepatch/whatthepatch-1.0.5.ebuild
+++ b/dev-python/whatthepatch/whatthepatch-1.0.5.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 distutils_enable_tests pytest



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

2023-06-05 Thread Sam James
commit: 66aae4671de8d3429727db64505e2698af07610b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 01:51:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 01:51:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66aae467

dev-python/rope: Stabilize 1.8.0 ALLARCHES, #907912

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

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

diff --git a/dev-python/rope/rope-1.8.0.ebuild 
b/dev-python/rope/rope-1.8.0.ebuild
index d3ca80b1d3ec..ec4d017f2173 100644
--- a/dev-python/rope/rope-1.8.0.ebuild
+++ b/dev-python/rope/rope-1.8.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-06-05 Thread Sam James
commit: ff8eca0376bead405f86d2ae77e20841cfa3de5c
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 01:51:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 01:51:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8eca03

dev-db/sqlmap: Stabilize 1.7.5 x86, #907920

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

 dev-db/sqlmap/sqlmap-1.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.5.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.5.ebuild
index 2e665b523b24..ad6dac4b9230 100644
--- a/dev-db/sqlmap/sqlmap-1.7.5.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.5.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap;
 else

SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz 
-> ${P}.gh.tar.gz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



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

2023-06-05 Thread Sam James
commit: 97c4df28dc3d8468d41be064de89f12fd3f3371d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 01:51:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 01:51:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c4df28

dev-python/tempest: Stabilize 34.2.0 ALLARCHES, #907917

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

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

diff --git a/dev-python/tempest/tempest-34.2.0.ebuild 
b/dev-python/tempest/tempest-34.2.0.ebuild
index 9143d3959fb9..f7d3f5d8ad3e 100644
--- a/dev-python/tempest/tempest-34.2.0.ebuild
+++ b/dev-python/tempest/tempest-34.2.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-06-05 Thread Sam James
commit: e15d1cf19577bc9027bee20402389e81b466785b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 01:51:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 01:51:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15d1cf1

dev-db/sqlmap: Stabilize 1.7.5 amd64, #907920

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

 dev-db/sqlmap/sqlmap-1.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.5.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.5.ebuild
index 550ec7d5d4b0..2e665b523b24 100644
--- a/dev-db/sqlmap/sqlmap-1.7.5.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.5.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap;
 else

SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz 
-> ${P}.gh.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 # sqlmap (GPL-2+)



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

2023-06-05 Thread Sam James
commit: 6a3f028e55c22fdf9601c2e2ef6a75e2456fbc6e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 01:48:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 01:49:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3f028e

app-emulation/qemu: only depend on libcap-ng on linux

Reported by shwouchk in #gentoo-prefix. QEMU can work on macOS but libcap-ng
doesn't make sense there.

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

 app-emulation/qemu/qemu-8.0.2.ebuild | 2 +-
 app-emulation/qemu/qemu-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/qemu/qemu-8.0.2.ebuild 
b/app-emulation/qemu/qemu-8.0.2.ebuild
index 3000130b6f90..ee863ac4f621 100644
--- a/app-emulation/qemu/qemu-8.0.2.ebuild
+++ b/app-emulation/qemu/qemu-8.0.2.ebuild
@@ -159,7 +159,6 @@ ALL_DEPEND="
 # Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...)
 # softmmu targets (qemu-system-*).
 SOFTMMU_TOOLS_DEPEND="
-   sys-libs/libcap-ng[static-libs(+)]
>=x11-libs/pixman-0.28.0[static-libs(+)]
accessibility? (
app-accessibility/brltty[api]
@@ -191,6 +190,7 @@ SOFTMMU_TOOLS_DEPEND="
jack? ( virtual/jack )
jemalloc? ( dev-libs/jemalloc )
jpeg? ( media-libs/libjpeg-turbo:=[static-libs(+)] )
+   kernel_linux? ( sys-libs/libcap-ng[static-libs(+)] )
lzo? ( dev-libs/lzo:2[static-libs(+)] )
multipath? ( sys-fs/multipath-tools )
ncurses? (

diff --git a/app-emulation/qemu/qemu-.ebuild 
b/app-emulation/qemu/qemu-.ebuild
index 507154de3161..59436ebd0802 100644
--- a/app-emulation/qemu/qemu-.ebuild
+++ b/app-emulation/qemu/qemu-.ebuild
@@ -159,7 +159,6 @@ ALL_DEPEND="
 # Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...)
 # softmmu targets (qemu-system-*).
 SOFTMMU_TOOLS_DEPEND="
-   sys-libs/libcap-ng[static-libs(+)]
>=x11-libs/pixman-0.28.0[static-libs(+)]
accessibility? (
app-accessibility/brltty[api]
@@ -188,6 +187,7 @@ SOFTMMU_TOOLS_DEPEND="
jack? ( virtual/jack )
jemalloc? ( dev-libs/jemalloc )
jpeg? ( media-libs/libjpeg-turbo:=[static-libs(+)] )
+   kernel_linux? ( sys-libs/libcap-ng[static-libs(+)] )
lzo? ( dev-libs/lzo:2[static-libs(+)] )
multipath? ( sys-fs/multipath-tools )
ncurses? (



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprland-plugins/

2023-06-05 Thread Julien Roy
commit: f328599056c547669345b4810dd1d39c63e70f0d
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Jun  6 01:18:44 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Jun  6 01:18:44 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3285990

gui-apps/hyprland-plugins: add 0.26.0

Signed-off-by: Julien Roy  jroy.ca>

 gui-apps/hyprland-plugins/Manifest |   2 +
 .../hyprland-plugins-0.26.0.ebuild | 101 +
 2 files changed, 103 insertions(+)

diff --git a/gui-apps/hyprland-plugins/Manifest 
b/gui-apps/hyprland-plugins/Manifest
index b01c73587..4da845972 100644
--- a/gui-apps/hyprland-plugins/Manifest
+++ b/gui-apps/hyprland-plugins/Manifest
@@ -1,2 +1,4 @@
 DIST hyprland-plugins-0.25.0-split-monitor-workspaces.gh.tar.gz 4498 BLAKE2B 
127081c953ce818b80b5865ec48fbf35584f3f5f2945c168e1ecf150dda5f71fdac499c236a5baa34502e0ab69e3fe0fc652d0bfd8c14aaedb74ecb03792b9ba
 SHA512 
47e1dc0a9bcb014a6c7113405ddbc87a5e5f267d65e82ea9f557c1be156cd7e269fdf80406697b295e0f66f53e0d4ccc5a768910f201d6a459f68a8ad7708a93
 DIST hyprland-plugins-0.25.0.gh.tar.gz 12209 BLAKE2B 
c5f74cbe13e99f71a24a272a015df70f20ae62f9e552d35914ccff37474b564a28ff81e60584caf186d111e1e3a0716e7ba03b3e201823616167708ef0aa2a0f
 SHA512 
875c7cdb2552d5c8e68a6705f7d82173fa6f3e7637b049125d88e6b4a130f330c66b49bbb2685d302345d101fba6f23d873e7511b2fad510d1a9286c127fbaf7
+DIST hyprland-plugins-0.26.0-split-monitor-workspaces.gh.tar.gz 4498 BLAKE2B 
127081c953ce818b80b5865ec48fbf35584f3f5f2945c168e1ecf150dda5f71fdac499c236a5baa34502e0ab69e3fe0fc652d0bfd8c14aaedb74ecb03792b9ba
 SHA512 
47e1dc0a9bcb014a6c7113405ddbc87a5e5f267d65e82ea9f557c1be156cd7e269fdf80406697b295e0f66f53e0d4ccc5a768910f201d6a459f68a8ad7708a93
+DIST hyprland-plugins-0.26.0.gh.tar.gz 12209 BLAKE2B 
c5f74cbe13e99f71a24a272a015df70f20ae62f9e552d35914ccff37474b564a28ff81e60584caf186d111e1e3a0716e7ba03b3e201823616167708ef0aa2a0f
 SHA512 
875c7cdb2552d5c8e68a6705f7d82173fa6f3e7637b049125d88e6b4a130f330c66b49bbb2685d302345d101fba6f23d873e7511b2fad510d1a9286c127fbaf7

diff --git a/gui-apps/hyprland-plugins/hyprland-plugins-0.26.0.ebuild 
b/gui-apps/hyprland-plugins/hyprland-plugins-0.26.0.ebuild
new file mode 100644
index 0..7e28b83d1
--- /dev/null
+++ b/gui-apps/hyprland-plugins/hyprland-plugins-0.26.0.ebuild
@@ -0,0 +1,101 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+COMMIT=1228eb57f9debd35811f0ade43bef5eaa09aab42
+SPLITCOMMIT=44785cee3fc0b2aa34a92882df31568bea3af8f0
+DESCRIPTION="A blazing fast wayland wallpaper utility"
+HOMEPAGE="https://github.com/hyprwm/hyprland-plugins;
+SRC_URI="https://github.com/hyprwm/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz
+   
https://github.com/Duckonaut/split-monitor-workspaces/archive/${SPLITCOMMIT}.tar.gz
 \
+   -> ${P}-split-monitor-workspaces.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+borders-plus-plus csgo-vulkan-fix +hyprbars split-monitor-workspaces"
+REQUIRED_USE="|| ( borders-plus-plus csgo-vulkan-fix hyprbars 
split-monitor-workspaces )"
+
+RDEPEND="gui-wm/hyprland"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ~gui-wm/hyprland-${PV}
+   x11-libs/libdrm
+   x11-libs/pixman
+   x11-libs/xcb-util-wm
+"
+
+src_configure() {
+   if use borders-plus-plus; then
+   BUILD_DIR="${WORKDIR}/${P}-build/borders-plus-plus"
+   EMESON_SOURCE="${S}/borders-plus-plus"
+   meson_src_configure
+   fi
+
+   if use csgo-vulkan-fix; then
+   BUILD_DIR="${WORKDIR}/${P}-build/csgo-vulkan-fix"
+   EMESON_SOURCE="${S}/csgo-vulkan-fix"
+   meson_src_configure
+   fi
+
+   if use hyprbars; then
+   BUILD_DIR="${WORKDIR}/${P}-build/hyprbars"
+   EMESON_SOURCE="${S}/hyprbars"
+   meson_src_configure
+   fi
+}
+
+src_compile() {
+   if use borders-plus-plus; then
+   BUILD_DIR="${WORKDIR}/${P}-build/borders-plus-plus"
+   EMESON_SOURCE="${S}/borders-plus-plus"
+   meson_src_compile
+   fi
+
+   if use csgo-vulkan-fix; then
+   BUILD_DIR="${WORKDIR}/${P}-build/csgo-vulkan-fix"
+   EMESON_SOURCE="${S}/csgo-vulkan-fix"
+   meson_src_compile
+   fi
+
+   if use hyprbars; then
+   BUILD_DIR="${WORKDIR}/${P}-build/hyprbars"
+   EMESON_SOURCE="${S}/hyprbars"
+   meson_src_compile
+   fi
+
+   if use split-monitor-workspaces; then
+   emake -C "${WORKDIR}/split-monitor-workspaces-${SPLITCOMMIT}" 
split-monitor-workspaces.so
+   fi
+}
+
+src_install() {
+   insinto "/usr/share/hyprland/plugins"
+
+   if use borders-plus-plus; then
+   newins 
"${WORKDIR}/${P}-build/borders-plus-plus/libborders-plus-plus.so" 
"borders-plus-plus.so"
+   fi

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

2023-06-05 Thread Sam James
commit: faa688f1d7bdb3c8e3d314a3394c360b00b4e547
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 01:03:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 01:03:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa688f1

dev-python/qtconsole: Stabilize 5.4.3 ALLARCHES, #907911

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

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

diff --git a/dev-python/qtconsole/qtconsole-5.4.3.ebuild 
b/dev-python/qtconsole/qtconsole-5.4.3.ebuild
index 9496ecd342ea..6ec82c52c0bf 100644
--- a/dev-python/qtconsole/qtconsole-5.4.3.ebuild
+++ b/dev-python/qtconsole/qtconsole-5.4.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong x86"
 
 RDEPEND="
>=dev-python/ipykernel-4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-libs/libva-intel-media-driver/

2023-06-05 Thread Matt Turner
commit: 1b6d2f5ed395c36d4cf28976c1e3eaed8940c6b0
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jun  6 00:49:20 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jun  6 00:49:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6d2f5e

media-libs/libva-intel-media-driver: Version bump to 23.2.3

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

 media-libs/libva-intel-media-driver/Manifest   |  1 +
 .../libva-intel-media-driver-23.2.3.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/media-libs/libva-intel-media-driver/Manifest 
b/media-libs/libva-intel-media-driver/Manifest
index 4f95c7351fb7..a0f81deba004 100644
--- a/media-libs/libva-intel-media-driver/Manifest
+++ b/media-libs/libva-intel-media-driver/Manifest
@@ -1,2 +1,3 @@
 DIST intel-media-23.1.6.tar.gz 28641715 BLAKE2B 
5f0ad615c95347dc2be95280b225345aec35c88c5b7560c86221c004d0b66a9ac929d68a38252fcf66a4a798bf733794c315683ce239e7946ba285b3dbaed462
 SHA512 
4068aafb45c5dc7877aeaad5343701ba490c0a369fb3d4d26a2732d8d92e1e39cadd7c662184190bbcecece5dd65271f02a3e260b607ccda3ff7f47dbc798af1
 DIST intel-media-23.2.2.tar.gz 28638288 BLAKE2B 
0bce0a7bdd8ce204c074ef975fbc67840df79a5127ed75dc4beb2d18f01df51859e4ecfde256ccd03c5568bba3cc2e99b8e0b8e280f90ede77f6cab852e2656b
 SHA512 
e1e08c7ab13c557087ec3a2ad5470e67436d71acaee2ce0faa056df66c32d126843fc65a44959c42e5ee728870d149e7b990f3df7929050c589a3b663836bf8b
+DIST intel-media-23.2.3.tar.gz 28653410 BLAKE2B 
75f00b27c02782b4337bf96a2653bfb7bd2837f3f8b71e52fed9877066699bf6c449be47d50578bbe5b6b97363b5b7c7d967347e130a84ad42572d0ca976e121
 SHA512 
629e373fc9cffed31b140389911998b71b8124cd7b32df5d904240f32fc4bd7233fdef656f4906ddf67c880ed35e8ca4e9dabf235b3779e930a8babd6f13b9c6

diff --git 
a/media-libs/libva-intel-media-driver/libva-intel-media-driver-23.2.3.ebuild 
b/media-libs/libva-intel-media-driver/libva-intel-media-driver-23.2.3.ebuild
new file mode 100644
index ..4e88c88c1c0a
--- /dev/null
+++ b/media-libs/libva-intel-media-driver/libva-intel-media-driver-23.2.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake-multilib flag-o-matic
+
+if [[ ${PV} == * ]] ; then
+   : ${EGIT_REPO_URI:="https://github.com/intel/media-driver"}
+   if [[ ${PV%} != "" ]] ; then
+   : ${EGIT_BRANCH:="release/${PV%.}"}
+   fi
+   inherit git-r3
+else
+   MY_PV="${PV%_pre}"
+   
SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${MY_PV}.tar.gz;
+   S="${WORKDIR}/media-driver-intel-media-${MY_PV}"
+   if [[ ${PV} != *_pre* ]] ; then
+   KEYWORDS="~amd64"
+   fi
+fi
+
+DESCRIPTION="Intel Media Driver for VA-API (iHD)"
+HOMEPAGE="https://github.com/intel/media-driver;
+
+LICENSE="MIT BSD redistributable? ( no-source-code )"
+SLOT="0"
+IUSE="+redistributable test X"
+
+RESTRICT="!test? ( test )"
+
+DEPEND=">=media-libs/gmmlib-22.3.0:=[${MULTILIB_USEDEP}]
+   >=media-libs/libva-2.14.0[X?,${MULTILIB_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-21.4.2-Remove-unwanted-CFLAGS.patch
+   "${FILESDIR}"/${PN}-20.4.5_testing_in_src_test.patch
+)
+
+multilib_src_configure() {
+   # https://github.com/intel/media-driver/issues/356
+   append-cxxflags -D_FILE_OFFSET_BITS=64
+
+   local mycmakeargs=(
+   -DMEDIA_BUILD_FATAL_WARNINGS=OFF
+   -DMEDIA_RUN_TEST_SUITE=$(usex test)
+   -DBUILD_TYPE=Release
+   -DPLATFORM=linux
+   -DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex !X)
+   -DENABLE_NONFREE_KERNELS=$(usex redistributable)
+   -DLATEST_CPP_NEEDED=ON # Seems to be the best option for now
+   )
+   local CMAKE_BUILD_TYPE="Release"
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk/

2023-06-05 Thread Matt Turner
commit: e821714b80ea57603f9e9c13889e0bfb30b20dda
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jun  6 00:01:54 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jun  6 00:31:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e821714b

gui-libs/gtk: Version bump to 4.10.4

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

 gui-libs/gtk/Manifest  |   1 +
 gui-libs/gtk/gtk-4.10.4.ebuild | 216 +
 2 files changed, 217 insertions(+)

diff --git a/gui-libs/gtk/Manifest b/gui-libs/gtk/Manifest
index 5d52043ac585..88f206b03397 100644
--- a/gui-libs/gtk/Manifest
+++ b/gui-libs/gtk/Manifest
@@ -1 +1,2 @@
 DIST gtk-4.10.3.tar.xz 20483468 BLAKE2B 
dcc845e567e3f921f1b479ac2b40b45922725452656d08e95579f3dd8d521261cedf73bf998c781e42318d0c2253967765a4bcb6223db4f29d45648bc524f843
 SHA512 
aac4703f9c135271febdd373b24995dabcd08fb0cea2d6014c812f2839ae88926c1939ddcc64ab9728ba3248a1f58260ce73fa6ef5679e54dbb798021adfa324
+DIST gtk-4.10.4.tar.xz 20526652 BLAKE2B 
12874d90f9f48f22d57c53cf035065726e5bbd9a701cacf390acad6889fd86dbc3c4cb2f8f9a0690d9375935a7e3a8685211283814dbbfb28c6c08fd159529c5
 SHA512 
0c5db3af72227977e11fea3adddec1321b82bcace3c3d10a7c914b8d98b0bdb7994084c0a9e883b24815038bf4a0efe1eb1c4ff79e6838e83cadb6ddf2a1239f

diff --git a/gui-libs/gtk/gtk-4.10.4.ebuild b/gui-libs/gtk/gtk-4.10.4.ebuild
new file mode 100644
index ..045fb0a4744d
--- /dev/null
+++ b/gui-libs/gtk/gtk-4.10.4.ebuild
@@ -0,0 +1,216 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit gnome.org gnome2-utils meson optfeature python-any-r1 virtualx xdg
+
+DESCRIPTION="GTK is a multi-platform toolkit for creating graphical user 
interfaces"
+HOMEPAGE="https://www.gtk.org/ https://gitlab.gnome.org/GNOME/gtk/;
+
+LICENSE="LGPL-2+"
+SLOT="4"
+IUSE="aqua broadway cloudproviders colord cups examples ffmpeg gstreamer 
+introspection sysprof test vulkan wayland +X cpu_flags_x86_f16c"
+REQUIRED_USE="
+   || ( aqua wayland X )
+   test? ( introspection )
+"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.72.0:2
+   >=x11-libs/cairo-1.17.6[aqua?,glib,svg(+),X?]
+   >=x11-libs/pango-1.50.0[introspection?]
+   >=dev-libs/fribidi-1.0.6
+   >=media-libs/harfbuzz-2.6.0:=
+   >=x11-libs/gdk-pixbuf-2.30:2[introspection?]
+   media-libs/libpng:=
+   media-libs/tiff:=
+   media-libs/libjpeg-turbo:=
+   >=media-libs/libepoxy-1.4[egl,X(+)?]
+   >=media-libs/graphene-1.10.0[introspection?]
+   app-text/iso-codes
+   x11-misc/shared-mime-info
+
+   cloudproviders? ( net-libs/libcloudproviders )
+   colord? ( >=x11-misc/colord-0.1.9:0= )
+   cups? ( >=net-print/cups-2.0 )
+   ffmpeg? ( media-video/ffmpeg:= )
+   gstreamer? (
+   >=media-libs/gst-plugins-bad-1.12.3:1.0
+   >=media-libs/gst-plugins-base-1.12.3:1.0[opengl]
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1.72:= )
+   vulkan? ( media-libs/vulkan-loader:= )
+   wayland? (
+   >=dev-libs/wayland-1.21.0
+   >=dev-libs/wayland-protocols-1.25
+   media-libs/mesa[wayland]
+   >=x11-libs/libxkbcommon-0.2
+   )
+   X? (
+   >=app-accessibility/at-spi2-core-2.46.0
+   media-libs/fontconfig
+   media-libs/mesa[X(+)]
+   x11-libs/libX11
+   >=x11-libs/libXi-1.8
+   x11-libs/libXext
+   >=x11-libs/libXrandr-1.5
+   x11-libs/libXcursor
+   x11-libs/libXfixes
+   x11-libs/libXdamage
+   x11-libs/libXinerama
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
+   X? ( x11-base/xorg-proto )
+"
+RDEPEND="${COMMON_DEPEND}
+   >=dev-util/gtk-update-icon-cache-3
+"
+# librsvg for svg icons (PDEPEND to avoid circular dep), bug #547710
+PDEPEND="
+   gnome-base/librsvg
+   >=x11-themes/adwaita-icon-theme-3.14
+"
+BDEPEND="
+   dev-libs/gobject-introspection-common
+   introspection? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   )
+   dev-python/docutils
+   >=dev-util/gdbus-codegen-2.48
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+   test? (
+   dev-libs/glib:2
+   media-fonts/cantarell
+   wayland? ( dev-libs/weston[headless] )
+   )
+"
+
+python_check_deps() {
+   python_has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]" || return
+}
+
+pkg_setup() {
+   use introspection && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   

[gentoo-commits] repo/gentoo:master commit in: net-vpn/openconnect/

2023-06-05 Thread Mike Gilbert
commit: 1e2a19665d271e385df6fcf7549d5c2edd1da1de
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jun  6 00:24:52 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun  6 00:24:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2a1966

net-vpn/openconnect: drop unnecessary src_unpack

Signed-off-by: Mike Gilbert  gentoo.org>

 net-vpn/openconnect/openconnect-9.12.ebuild | 11 ---
 net-vpn/openconnect/openconnect-.ebuild | 11 ---
 2 files changed, 22 deletions(-)

diff --git a/net-vpn/openconnect/openconnect-9.12.ebuild 
b/net-vpn/openconnect/openconnect-9.12.ebuild
index e6e6474a2e57..52dfc9e65b7f 100644
--- a/net-vpn/openconnect/openconnect-9.12.ebuild
+++ b/net-vpn/openconnect/openconnect-9.12.ebuild
@@ -85,17 +85,6 @@ pkg_setup() {
:
 }
 
-src_unpack() {
-   if [[ ${PV} ==  ]]; then
-   git-r3_src_unpack
-   else
-   if use verify-sig; then
-   verify-sig_verify_detached 
"${DISTDIR}/${P}".tar.gz{,.asc}
-   fi
-   unpack "${P}.tar.gz"
-   fi
-}
-
 src_prepare() {
default
if [[ ${PV} ==  ]]; then

diff --git a/net-vpn/openconnect/openconnect-.ebuild 
b/net-vpn/openconnect/openconnect-.ebuild
index bda422a32553..27ee9b53a66c 100644
--- a/net-vpn/openconnect/openconnect-.ebuild
+++ b/net-vpn/openconnect/openconnect-.ebuild
@@ -85,17 +85,6 @@ pkg_setup() {
:
 }
 
-src_unpack() {
-   if [[ ${PV} ==  ]]; then
-   git-r3_src_unpack
-   else
-   if use verify-sig; then
-   verify-sig_verify_detached 
"${DISTDIR}/${P}".tar.gz{,.asc}
-   fi
-   unpack "${P}.tar.gz"
-   fi
-}
-
 src_prepare() {
default
if [[ ${PV} ==  ]]; then



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openconnect/files/, net-vpn/openconnect/

2023-06-05 Thread Mike Gilbert
commit: efccc84553d9fe442448fda4d57fda7a0150a5e2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jun  6 00:25:25 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun  6 00:25:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efccc845

net-vpn/openconnect: drop 9.01-r2, 9.01-r3

Signed-off-by: Mike Gilbert  gentoo.org>

 net-vpn/openconnect/Manifest   |   1 -
 .../files/openconnect-9.01-inttypes.patch  |  32 -
 net-vpn/openconnect/openconnect-9.01-r2.ebuild | 153 
 net-vpn/openconnect/openconnect-9.01-r3.ebuild | 154 -
 4 files changed, 340 deletions(-)

diff --git a/net-vpn/openconnect/Manifest b/net-vpn/openconnect/Manifest
index ca17f671e069..24ba24e5dd3f 100644
--- a/net-vpn/openconnect/Manifest
+++ b/net-vpn/openconnect/Manifest
@@ -1,3 +1,2 @@
-DIST openconnect-9.01.tar.gz 2718526 BLAKE2B 
e346b30ed8a299bcdd1fc88868d59b4d501c48bc5c02092e92e7ded0cd36e4de6a5b65aae4f6bf8c9aa60cf70f5466b110b64889df8d286016c9a1b4d9f46ff7
 SHA512 
b7428847a90f8ca9d1f1f61653c1f2486f0a07989f3b7435b746c5e901998194f4ee2b4f9569a548a23bba368bb1e9f273674c0759aac9df30208d2a6a303c34
 DIST openconnect-9.12.tar.gz 2843115 BLAKE2B 
cd5f65ae0d67bece3e5aacdfb4c5c73c893d45d756554a1b6e39e66af5c6a171735d535ca7b16ed94244d02798d3c43a45b252ba05ddb0f3505f1fafc2ec0de9
 SHA512 
5c622e8bdfac3d21b5881660444e5d2b84e9463a99493d42cbfb480c3aa3972076bdeeb618aca02abed68e31dbeadcb66fb1c370e62a20f20cd544753c7ac48e
 DIST openconnect-9.12.tar.gz.asc 833 BLAKE2B 
c974439cef74eea9698a0b565c0d49c6026a0afe322739d5adfee2d484279d7366c6c3c703019ff2492eb3d5725de8e0fe4505d9e3a0e5b6d36201974d20a223
 SHA512 
ade33209a4c17bbdfd0bea7490588b248c36c4da56a9aec60818ed6c96bc8c3570b1f2ac2685003122a1e52dd9d24e4b678d77e001c752461649114167a7304c

diff --git a/net-vpn/openconnect/files/openconnect-9.01-inttypes.patch 
b/net-vpn/openconnect/files/openconnect-9.01-inttypes.patch
deleted file mode 100644
index c9b28913ce9f..
--- a/net-vpn/openconnect/files/openconnect-9.01-inttypes.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From c0775e6cd46fb5df6c6aab52314e3038c44d2152 Mon Sep 17 00:00:00 2001
-From: Mike Gilbert 
-Date: Fri, 19 Aug 2022 11:55:42 -0400
-Subject: [PATCH] jsondump.c: include  for PRId64
-
-Fixes a build failure with gnutls and a json-parser snapshot taken on
-2021-12-08.
-
-Building with openssl or with the bundled copy of json-parser causes
-inttypes.h to be included indirectly.
-
-Bug: https://bugs.gentoo.org/865797
-Signed-off-by: Mike Gilbert 

- jsondump.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/jsondump.c b/jsondump.c
-index a18780b5..2b097e8a 100644
 a/jsondump.c
-+++ b/jsondump.c
-@@ -24,6 +24,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- /*
-  * Copyright (C) 2015 Mirko Pasqualetti  All rights reserved.
--- 
-GitLab
-

diff --git a/net-vpn/openconnect/openconnect-9.01-r2.ebuild 
b/net-vpn/openconnect/openconnect-9.01-r2.ebuild
deleted file mode 100644
index 1d3056470a80..
--- a/net-vpn/openconnect/openconnect-9.01-r2.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit linux-info python-any-r1
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://gitlab.com/openconnect/openconnect.git;
-   inherit git-r3 autotools
-else
-   SRC_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz;
-   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"
-HOMEPAGE="https://www.infradead.org/openconnect/;
-
-LICENSE="LGPL-2.1 GPL-2"
-SLOT="0/5"
-IUSE="doc +gnutls gssapi libproxy lz4 nls pskc selinux smartcard stoken test"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-   dev-libs/libxml2
-   sys-libs/zlib
-   app-crypt/p11-kit
-   !gnutls? (
-   >=dev-libs/openssl-1.0.1h:0=
-   dev-libs/libp11
-   )
-   gnutls? (
-   app-crypt/trousers
-   app-misc/ca-certificates
-   dev-libs/nettle
-   >=net-libs/gnutls-3.6.13:0=
-   dev-libs/libtasn1:0=
-   app-crypt/tpm2-tss:=
-   )
-   gssapi? ( virtual/krb5 )
-   libproxy? ( net-libs/libproxy )
-   lz4? ( app-arch/lz4:= )
-   nls? ( virtual/libintl )
-   pskc? ( sys-auth/oath-toolkit[pskc(+)] )
-   smartcard? ( sys-apps/pcsc-lite:0= )
-   stoken? ( app-crypt/stoken )
-"
-DEPEND="${COMMON_DEPEND}
-   test? (
-   net-libs/socket_wrapper
-   sys-libs/uid_wrapper
-   !gnutls? ( dev-libs/openssl:0[weak-ssl-ciphers(-)] )
-   )
-"
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/iproute2
-   >=net-vpn/vpnc-scripts-20210402-r1
-   selinux? ( sec-policy/selinux-vpn )
-"
-BDEPEND="
-   virtual/pkgconfig
-  

[gentoo-commits] repo/gentoo:master commit in: net-vpn/ocserv/

2023-06-05 Thread Mike Gilbert
commit: da025622b6a059587b5371b5ceb47d7626ea239d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jun  6 00:22:00 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun  6 00:23:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da025622

net-vpn/ocserv: drop unnecessary src_unpack

Signed-off-by: Mike Gilbert  gentoo.org>

 net-vpn/ocserv/ocserv-1.1.6.ebuild | 11 ---
 net-vpn/ocserv/ocserv-1.1.7.ebuild | 11 ---
 net-vpn/ocserv/ocserv-.ebuild  | 11 ---
 3 files changed, 33 deletions(-)

diff --git a/net-vpn/ocserv/ocserv-1.1.6.ebuild 
b/net-vpn/ocserv/ocserv-1.1.6.ebuild
index cb0b28a4a458..7b41838cadc2 100644
--- a/net-vpn/ocserv/ocserv-1.1.6.ebuild
+++ b/net-vpn/ocserv/ocserv-1.1.6.ebuild
@@ -59,17 +59,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_unpack() {
-   if [[ ${PV} ==  ]]; then
-   git-r3_src_unpack
-   else
-   if use verify-sig; then
-   verify-sig_verify_detached 
"${DISTDIR}/${P}.tar.xz"{,.sig}
-   fi
-   unpack "${P}.tar.xz"
-   fi
-}
-
 src_prepare() {
default
if [[ ${PV} ==  ]]; then

diff --git a/net-vpn/ocserv/ocserv-1.1.7.ebuild 
b/net-vpn/ocserv/ocserv-1.1.7.ebuild
index 4705133bc578..06f0edf60a0d 100644
--- a/net-vpn/ocserv/ocserv-1.1.7.ebuild
+++ b/net-vpn/ocserv/ocserv-1.1.7.ebuild
@@ -59,17 +59,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_unpack() {
-   if [[ ${PV} ==  ]]; then
-   git-r3_src_unpack
-   else
-   if use verify-sig; then
-   verify-sig_verify_detached 
"${DISTDIR}/${P}.tar.xz"{,.sig}
-   fi
-   unpack "${P}.tar.xz"
-   fi
-}
-
 src_prepare() {
default
if [[ ${PV} ==  ]]; then

diff --git a/net-vpn/ocserv/ocserv-.ebuild 
b/net-vpn/ocserv/ocserv-.ebuild
index ae6884026608..f2240dd6718d 100644
--- a/net-vpn/ocserv/ocserv-.ebuild
+++ b/net-vpn/ocserv/ocserv-.ebuild
@@ -59,17 +59,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_unpack() {
-   if [[ ${PV} ==  ]]; then
-   git-r3_src_unpack
-   else
-   if use verify-sig; then
-   verify-sig_verify_detached 
"${DISTDIR}/${P}.tar.xz"{,.sig}
-   fi
-   unpack "${P}.tar.xz"
-   fi
-}
-
 src_prepare() {
default
if [[ ${PV} ==  ]]; then



[gentoo-commits] repo/gentoo:master commit in: net-vpn/ocserv/

2023-06-05 Thread Mike Gilbert
commit: 86ab24a29b3d89c8d1178314dbf0fd5c89f14df4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jun  6 00:08:42 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun  6 00:08:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ab24a2

net-vpn/ocserv: add 1.1.7

Signed-off-by: Mike Gilbert  gentoo.org>

 net-vpn/ocserv/Manifest|   2 +
 net-vpn/ocserv/ocserv-1.1.7.ebuild | 116 +
 2 files changed, 118 insertions(+)

diff --git a/net-vpn/ocserv/Manifest b/net-vpn/ocserv/Manifest
index 16ced146731d..78a9512b8446 100644
--- a/net-vpn/ocserv/Manifest
+++ b/net-vpn/ocserv/Manifest
@@ -1,2 +1,4 @@
 DIST ocserv-1.1.6.tar.xz 839744 BLAKE2B 
3b3591588d9a5be4e723df739a5d8b4c33d78d536ecb169263c83cf8bedfdaab1a3d06e6dc11544acbede135626d37d98f2bc26b95ff80abb3f0e99f4688b7f6
 SHA512 
d1c5e5cf0e84aab168ed51516534df8b2968194dd1421f33563c61b3e47d5d79ebe9e6ffbf7cbcc9ff1242fae05151024f70ef586d063bec0b3eec00050bfdfa
 DIST ocserv-1.1.6.tar.xz.sig 442 BLAKE2B 
d24c46783f273bd329267cb3ba4effe0280655867e619bf0a3e4191386fa8851541fcd8768b0b1068e594caaf510ceeccfc30641169679ec394706fdf1ebe319
 SHA512 
2a87768ad63d40053732fa011bbeb3532c9673296b9be299bf8f7d8dd3dd35571eee96c0b4fa9bf5a30633b4c844337ab3d562d6ea2b6ad8efca084eb5e6f502
+DIST ocserv-1.1.7.tar.xz 844140 BLAKE2B 
0b89937ce74fcf83d6423458462b3a419f9604407c80e2fc4a732b3e481dfd98cc76f062e112bf93ee392b3f4cdf5fdd271997c878bbe4165f11fa282852ff90
 SHA512 
5b6182b98c0406a27dae7121ec0d8771b158e0d8ce2056bd35451c8ed087a8b7f7d40035f9db5c19aa9a9a3b2c6b07be8f0bad4b6b96569584815a5358202ba4
+DIST ocserv-1.1.7.tar.xz.sig 442 BLAKE2B 
f5c40ef16f3bd4fb3dadff0459a6ecf8fadae01733a3d718ec00f35980b08860f7947c04a99386209a391185590edaedc349e9cb6684159178cd91caaf2f11fd
 SHA512 
96d2562fdf918f2b6ea829d747330a3be2e015ab25897e01bd0d387cb69ef3592aacabbeec9612e95eca1fbce6178a176dbf76d553b7626c09d453d216ddd63d

diff --git a/net-vpn/ocserv/ocserv-1.1.7.ebuild 
b/net-vpn/ocserv/ocserv-1.1.7.ebuild
new file mode 100644
index ..4705133bc578
--- /dev/null
+++ b/net-vpn/ocserv/ocserv-1.1.7.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+if [[ ${PV} ==  ]]; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://gitlab.com/openconnect/ocserv.git;
+else
+   inherit verify-sig
+   VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/ocserv.asc"
+   BDEPEND="verify-sig? ( sec-keys/openpgp-keys-ocserv )"
+   SRC_URI="https://www.infradead.org/ocserv/download/${P}.tar.xz
+   verify-sig? ( 
https://www.infradead.org/ocserv/download/${P}.tar.xz.sig )"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Openconnect SSL VPN server"
+HOMEPAGE="https://ocserv.gitlab.io/www/index.html;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="geoip kerberos +lz4 otp pam radius +seccomp systemd tcpd test"
+RESTRICT="!test? ( test )"
+
+BDEPEND+="
+   virtual/pkgconfig
+   test? (
+   net-libs/gnutls[tools(+)]
+   net-libs/socket_wrapper
+   net-vpn/openconnect
+   sys-libs/nss_wrapper
+   sys-libs/uid_wrapper
+   pam? ( sys-libs/pam_wrapper )
+   )
+"
+DEPEND="
+   dev-libs/libnl:3=
+   dev-libs/libev:0=
+   >=dev-libs/nettle-2.7:0=
+   dev-libs/pcl:0=
+   dev-libs/protobuf-c:0=
+   >=net-libs/gnutls-3.3.0:0=
+   net-libs/http-parser:0=
+   sys-libs/readline:0=
+   sys-libs/talloc:0=
+   virtual/libcrypt:=
+   geoip? ( dev-libs/geoip:0= )
+   kerberos? ( virtual/krb5 )
+   lz4? ( app-arch/lz4:0= )
+   otp? ( sys-auth/oath-toolkit:0= )
+   pam? ( sys-libs/pam:0= )
+   radius? ( net-dialup/freeradius-client:0= )
+   seccomp? ( sys-libs/libseccomp:0= )
+   systemd? ( sys-apps/systemd:0= )
+   tcpd? ( sys-apps/tcp-wrappers:0= )
+"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+   if [[ ${PV} ==  ]]; then
+   git-r3_src_unpack
+   else
+   if use verify-sig; then
+   verify-sig_verify_detached 
"${DISTDIR}/${P}.tar.xz"{,.sig}
+   fi
+   unpack "${P}.tar.xz"
+   fi
+}
+
+src_prepare() {
+   default
+   if [[ ${PV} ==  ]]; then
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   local myconf=(
+   --without-root-tests
+   --without-nuttcp-tests
+
+   $(use_enable seccomp)
+   $(use_enable systemd)
+
+   $(use_with geoip)
+   $(use_with kerberos gssapi)
+   $(use_with lz4)
+   $(use_with otp liboath)
+   $(use_with radius)
+   $(use_with tcpd libwrap)
+   )
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   addwrite /proc
+   default
+}
+
+src_install() {
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/opera/

2023-06-05 Thread Mike Gilbert
commit: 8a345de5738f708a18f5afc49a2c37c749fc04fd
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:35:09 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:35:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a345de5

www-client/opera: remove old

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/opera/Manifest  |   1 -
 www-client/opera/opera-99.0.4788.31.ebuild | 166 -
 2 files changed, 167 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 84bc6a0b5f15..1ccdf408eda3 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,3 +1,2 @@
 DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3
-DIST opera-stable_99.0.4788.31_amd64.deb 105584576 BLAKE2B 
f4801b436068a3cd5db9a969cbaa2fb6a065e8fab423a76615c4c98d45596291512aa56a7317871e57fecf37bbc9fb50405fefa312acf964500ce8c08328d6ab
 SHA512 
4ad733c8417c5f1efdbcae4479f5bb6b376177dba343b48e55d68a2a21a05c7c3baace0306894012e2e0f41c97eefff5d5fb66525ffeb64765cf779e106b903c
 DIST opera-stable_99.0.4788.47_amd64.deb 105597548 BLAKE2B 
c841a303f1c428c37e31979a6e1af8591c9db0591d93ec5d539b3e54285ca65dc270034cd187d401364af9386d419a0bb5dd94cc78e01b0f38df48b9b5e98894
 SHA512 
0148097dc0600c53b9e7ef5fd5b18ec0b0a5b0d5e9d964f53720eec7f310717c8d4bd9b4c437dd96a31cdf5703e6fdd40527fe4753459e1fc8a8b2b121f1a8df

diff --git a/www-client/opera/opera-99.0.4788.31.ebuild 
b/www-client/opera/opera-99.0.4788.31.ebuild
deleted file mode 100644
index 0e25b4f32b9e..
--- a/www-client/opera/opera-99.0.4788.31.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_LANGS="
-   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-
-# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
-: ${OPERA_FORCE_RPM=no}
-
-inherit chromium-2 pax-utils xdg
-
-if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   inherit rpm
-   OPERA_ARCHIVE_EXT="rpm"
-else
-   inherit unpacker
-   OPERA_ARCHIVE_EXT="deb"
-fi
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* amd64"
-
-FFMPEG_VERSION="110.0.5464.2"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
-   proprietary-codecs? (
-   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs +suid qt5"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gsettings-desktop-schemas
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/pango
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="opt/opera${PN#opera}"
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "opera only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   rpm_src_unpack "${A[0]}"
-   else
-   unpacker
-   fi
-
-   # move to /opt, bug #573052
-   mkdir -p "${OPERA_HOME%${PN}}"
-   if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   mv "usr/lib64/${PN}" "${OPERA_HOME%${PN}}" || die
-  

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-beta/

2023-06-05 Thread Mike Gilbert
commit: 5f90d37ef2b90d9d564a72a0f4ad5a51f1d79eb6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:35:21 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:35:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f90d37e

www-client/opera-beta: automated bump (100.0.4815.2)

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/opera-beta/Manifest |   1 +
 .../opera-beta/opera-beta-100.0.4815.2.ebuild  | 166 +
 2 files changed, 167 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 54c884a91f4b..e9a1a5133ebb 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,3 +1,4 @@
+DIST opera-beta_100.0.4815.2_amd64.deb 104309332 BLAKE2B 
3eb9aca5a433c3c09590f7d87e6df6226e947ef9d3403a3b199c8b17f461e1bf9a17e112c7edbb3a3e3e0b4846309bfb134a57611ac1a16e82d59fcd676f1dae
 SHA512 
b4de378eb4acbec9013bf32e59529582c0a29fdf78b713a55ed75e349b50bb39de3de36063a8724a46af7f28c45034436ba0af9c965005ebccad81c6b4a2ea44
 DIST opera-beta_98.0.4759.21_amd64.deb 104397508 BLAKE2B 
06fed47bb8039df41d17b5e8683514ff27d57d3c6008da5009bc0ae982a08d05575dfa9284ba36b9b6daabcaeef4087861bd5e92fb04a7cf99d0059df8923e8d
 SHA512 
6dfdf7069d06fd9821aa6bc13b68b7b803953cbd71cceb76ea000494ce716af1edbea8965bc4b7ad66daf11b065c43c486947e1b9d0074b2e92e3b7cd1fe1416
 DIST opera-beta_98.0.4759.3_amd64.deb 104333468 BLAKE2B 
d661355bf8a96d4f61c10796d164a03fe817bcfa914961e64cff20f8c8f37c283dd29d0106f00db1e50eaae7fdbb549b20778946debeb74802770c398b833bd3
 SHA512 
97bfd7a7dc32957a61892825280454af0251eb7e6f256b94c1b9cd0c6aecc99da07ae429c4d76752f598824844fbb06ca1dc69fe20a2f3cae85d4ac4a6bf18f8
 DIST opera-beta_99.0.4788.6_amd64.deb 105665800 BLAKE2B 
799affa9684d0eff9bcb8690a225d2b3d92e9cfb6a8e69a2d8273dec742199b4720070865b63192e97bf1f7e895c0cfb221f19e6ba6b360b7ea7dd9ae1cefed5
 SHA512 
8dbfe342edae75f9be888d0809221e132433f83f9e6d4d0752f3a7d36129bd5a06225a8001ff552cb4a701d19c83747b1331c95afacd6a3e8f2f45e577b940fd

diff --git a/www-client/opera-beta/opera-beta-100.0.4815.2.ebuild 
b/www-client/opera-beta/opera-beta-100.0.4815.2.ebuild
new file mode 100644
index ..2a9aded891d9
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-100.0.4815.2.ebuild
@@ -0,0 +1,166 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   inherit rpm
+   OPERA_ARCHIVE_EXT="rpm"
+else
+   inherit unpacker
+   OPERA_ARCHIVE_EXT="deb"
+fi
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="110.0.5464.2"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+   proprietary-codecs? (
+   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs +suid qt5"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="opt/opera${PN#opera}"
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "opera only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/

2023-06-05 Thread Mike Gilbert
commit: f156da89ee4ff62526a36f9ab8f02f10eabf4ff1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:35:38 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:35:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f156da89

www-client/opera-developer: automated bump (101.0.4822.0)

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-101.0.4822.0.ebuild| 166 +
 2 files changed, 167 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 400892c65b2a..8e689e540035 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,4 +1,5 @@
 DIST opera-developer_100.0.4801.0_amd64.deb 106755760 BLAKE2B 
413b10fd1576d19b2e0e9bfd93d016b2a2bfd6b0b31e2ee177a9886f1a0d4f1a52b48c31e3a826f6cdd9113cf1d58dbb4c14ed0d0bd521a5de233102a1ad0956
 SHA512 
d92c0f4808dd5f241fd58d11bcb0bb01bf63ff9f94e743ec6235267270274e4ad2b7ad684c53a3f3e160676945a06bc8ca657e419f1323ccffd2323f69adbad8
 DIST opera-developer_100.0.4809.0_amd64.deb 106533564 BLAKE2B 
3a4cf7210bd9494ab88122a70030d27db8879c6b502b7e698a3083ecf34960c7f64b00807a7ebf269f935ccc7fe73908d1e8e399e6a20ab6a40cf10dd13d4ac2
 SHA512 
75d4c27d20e8f7c22b54fee3e1878b3dad217009b2ec50d19ea9672dc8b9b7153d9f2d1ab195497679a1742eaeb882a93270910d0fa8cd810336724aace9b32c
 DIST opera-developer_100.0.4815.0_amd64.deb 105374896 BLAKE2B 
bd58cb2f9f0e8b3336b35469e493a49d83efb4877c5f4b8e057c1ef04cf9a97d4493ead9a2d8970234f46988bacb3fea17a586be6709119df330605076d67a49
 SHA512 
527f678159b807f1d70e347d7a9db132d7d2091a1c1f8bd8136a425e743b47bb98dfa7b7c5bc7346c8700f59c99e6b52fad64e512e1b5743403f69704f8e43c7
+DIST opera-developer_101.0.4822.0_amd64.deb 10552 BLAKE2B 
04036d622987a594576f392483d1d6b62e96e3d6b07fc31db0c54d7c9b426f7e3b0abfa263436927f8d606a9484a2d20dcd7d3edabb58ca5f72e8ebbb6959e27
 SHA512 
50d34bd0a6ddbe91b2451d01b2b84d604ec24d473321eb08ed8892e97c3a9c01f64dc9bfe5d371aac3e37c5f8ea47ac86e2cfe992aff489b31778a7ee66ad262
 DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3

diff --git a/www-client/opera-developer/opera-developer-101.0.4822.0.ebuild 
b/www-client/opera-developer/opera-developer-101.0.4822.0.ebuild
new file mode 100644
index ..2a9aded891d9
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-101.0.4822.0.ebuild
@@ -0,0 +1,166 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   inherit rpm
+   OPERA_ARCHIVE_EXT="rpm"
+else
+   inherit unpacker
+   OPERA_ARCHIVE_EXT="deb"
+fi
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="110.0.5464.2"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+   proprietary-codecs? (
+   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs +suid qt5"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+   qt5? (
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-beta/

2023-06-05 Thread Mike Gilbert
commit: 6174d6d44e7a6d24e9facc80773f9c1fc6d02f9f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:35:25 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:35:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6174d6d4

www-client/opera-beta: remove old

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/opera-beta/Manifest |   1 -
 .../opera-beta/opera-beta-98.0.4759.3.ebuild   | 166 -
 2 files changed, 167 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index e9a1a5133ebb..b2ad8cbd1683 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,5 +1,4 @@
 DIST opera-beta_100.0.4815.2_amd64.deb 104309332 BLAKE2B 
3eb9aca5a433c3c09590f7d87e6df6226e947ef9d3403a3b199c8b17f461e1bf9a17e112c7edbb3a3e3e0b4846309bfb134a57611ac1a16e82d59fcd676f1dae
 SHA512 
b4de378eb4acbec9013bf32e59529582c0a29fdf78b713a55ed75e349b50bb39de3de36063a8724a46af7f28c45034436ba0af9c965005ebccad81c6b4a2ea44
 DIST opera-beta_98.0.4759.21_amd64.deb 104397508 BLAKE2B 
06fed47bb8039df41d17b5e8683514ff27d57d3c6008da5009bc0ae982a08d05575dfa9284ba36b9b6daabcaeef4087861bd5e92fb04a7cf99d0059df8923e8d
 SHA512 
6dfdf7069d06fd9821aa6bc13b68b7b803953cbd71cceb76ea000494ce716af1edbea8965bc4b7ad66daf11b065c43c486947e1b9d0074b2e92e3b7cd1fe1416
-DIST opera-beta_98.0.4759.3_amd64.deb 104333468 BLAKE2B 
d661355bf8a96d4f61c10796d164a03fe817bcfa914961e64cff20f8c8f37c283dd29d0106f00db1e50eaae7fdbb549b20778946debeb74802770c398b833bd3
 SHA512 
97bfd7a7dc32957a61892825280454af0251eb7e6f256b94c1b9cd0c6aecc99da07ae429c4d76752f598824844fbb06ca1dc69fe20a2f3cae85d4ac4a6bf18f8
 DIST opera-beta_99.0.4788.6_amd64.deb 105665800 BLAKE2B 
799affa9684d0eff9bcb8690a225d2b3d92e9cfb6a8e69a2d8273dec742199b4720070865b63192e97bf1f7e895c0cfb221f19e6ba6b360b7ea7dd9ae1cefed5
 SHA512 
8dbfe342edae75f9be888d0809221e132433f83f9e6d4d0752f3a7d36129bd5a06225a8001ff552cb4a701d19c83747b1331c95afacd6a3e8f2f45e577b940fd
 DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3

diff --git a/www-client/opera-beta/opera-beta-98.0.4759.3.ebuild 
b/www-client/opera-beta/opera-beta-98.0.4759.3.ebuild
deleted file mode 100644
index 2a9aded891d9..
--- a/www-client/opera-beta/opera-beta-98.0.4759.3.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_LANGS="
-   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-
-# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
-: ${OPERA_FORCE_RPM=no}
-
-inherit chromium-2 pax-utils xdg
-
-if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   inherit rpm
-   OPERA_ARCHIVE_EXT="rpm"
-else
-   inherit unpacker
-   OPERA_ARCHIVE_EXT="deb"
-fi
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-FFMPEG_VERSION="110.0.5464.2"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
-   proprietary-codecs? (
-   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs +suid qt5"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gsettings-desktop-schemas
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/pango
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/

2023-06-05 Thread Mike Gilbert
commit: 0d6204c075b797b9181143cc276283b5a84b0872
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:35:42 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:35:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6204c0

www-client/opera-developer: remove old

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/opera-developer/Manifest|   1 -
 .../opera-developer-100.0.4801.0.ebuild| 166 -
 2 files changed, 167 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 8e689e540035..43ca7298c8f6 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,4 +1,3 @@
-DIST opera-developer_100.0.4801.0_amd64.deb 106755760 BLAKE2B 
413b10fd1576d19b2e0e9bfd93d016b2a2bfd6b0b31e2ee177a9886f1a0d4f1a52b48c31e3a826f6cdd9113cf1d58dbb4c14ed0d0bd521a5de233102a1ad0956
 SHA512 
d92c0f4808dd5f241fd58d11bcb0bb01bf63ff9f94e743ec6235267270274e4ad2b7ad684c53a3f3e160676945a06bc8ca657e419f1323ccffd2323f69adbad8
 DIST opera-developer_100.0.4809.0_amd64.deb 106533564 BLAKE2B 
3a4cf7210bd9494ab88122a70030d27db8879c6b502b7e698a3083ecf34960c7f64b00807a7ebf269f935ccc7fe73908d1e8e399e6a20ab6a40cf10dd13d4ac2
 SHA512 
75d4c27d20e8f7c22b54fee3e1878b3dad217009b2ec50d19ea9672dc8b9b7153d9f2d1ab195497679a1742eaeb882a93270910d0fa8cd810336724aace9b32c
 DIST opera-developer_100.0.4815.0_amd64.deb 105374896 BLAKE2B 
bd58cb2f9f0e8b3336b35469e493a49d83efb4877c5f4b8e057c1ef04cf9a97d4493ead9a2d8970234f46988bacb3fea17a586be6709119df330605076d67a49
 SHA512 
527f678159b807f1d70e347d7a9db132d7d2091a1c1f8bd8136a425e743b47bb98dfa7b7c5bc7346c8700f59c99e6b52fad64e512e1b5743403f69704f8e43c7
 DIST opera-developer_101.0.4822.0_amd64.deb 10552 BLAKE2B 
04036d622987a594576f392483d1d6b62e96e3d6b07fc31db0c54d7c9b426f7e3b0abfa263436927f8d606a9484a2d20dcd7d3edabb58ca5f72e8ebbb6959e27
 SHA512 
50d34bd0a6ddbe91b2451d01b2b84d604ec24d473321eb08ed8892e97c3a9c01f64dc9bfe5d371aac3e37c5f8ea47ac86e2cfe992aff489b31778a7ee66ad262

diff --git a/www-client/opera-developer/opera-developer-100.0.4801.0.ebuild 
b/www-client/opera-developer/opera-developer-100.0.4801.0.ebuild
deleted file mode 100644
index 2a9aded891d9..
--- a/www-client/opera-developer/opera-developer-100.0.4801.0.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_LANGS="
-   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-
-# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
-: ${OPERA_FORCE_RPM=no}
-
-inherit chromium-2 pax-utils xdg
-
-if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   inherit rpm
-   OPERA_ARCHIVE_EXT="rpm"
-else
-   inherit unpacker
-   OPERA_ARCHIVE_EXT="deb"
-fi
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-FFMPEG_VERSION="110.0.5464.2"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
-   proprietary-codecs? (
-   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs +suid qt5"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gsettings-desktop-schemas
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/pango
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="opt/opera${PN#opera}"
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "opera only works on amd64"
-}
-
-pkg_setup() {
-   

[gentoo-commits] repo/gentoo:master commit in: www-client/opera/

2023-06-05 Thread Mike Gilbert
commit: 74c995b868f1369917f3bbe0d187012fa49b40ee
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:35:06 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:35:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c995b8

www-client/opera: amd64 stable (99.0.4788.47)

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/opera/opera-99.0.4788.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/opera/opera-99.0.4788.47.ebuild 
b/www-client/opera/opera-99.0.4788.47.ebuild
index 2a9aded891d9..0e25b4f32b9e 100644
--- a/www-client/opera/opera-99.0.4788.47.ebuild
+++ b/www-client/opera/opera-99.0.4788.47.ebuild
@@ -41,7 +41,7 @@ else
MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 FFMPEG_VERSION="110.0.5464.2"
 



[gentoo-commits] repo/gentoo:master commit in: www-client/opera/

2023-06-05 Thread Mike Gilbert
commit: cfd5703e089cefcf09b278acb0d30b1cca342119
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:35:00 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:35:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd5703e

www-client/opera: automated bump (99.0.4788.47)

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/opera/Manifest  |   1 +
 www-client/opera/opera-99.0.4788.47.ebuild | 166 +
 2 files changed, 167 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 929d0ec8ae4b..84bc6a0b5f15 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,2 +1,3 @@
 DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3
 DIST opera-stable_99.0.4788.31_amd64.deb 105584576 BLAKE2B 
f4801b436068a3cd5db9a969cbaa2fb6a065e8fab423a76615c4c98d45596291512aa56a7317871e57fecf37bbc9fb50405fefa312acf964500ce8c08328d6ab
 SHA512 
4ad733c8417c5f1efdbcae4479f5bb6b376177dba343b48e55d68a2a21a05c7c3baace0306894012e2e0f41c97eefff5d5fb66525ffeb64765cf779e106b903c
+DIST opera-stable_99.0.4788.47_amd64.deb 105597548 BLAKE2B 
c841a303f1c428c37e31979a6e1af8591c9db0591d93ec5d539b3e54285ca65dc270034cd187d401364af9386d419a0bb5dd94cc78e01b0f38df48b9b5e98894
 SHA512 
0148097dc0600c53b9e7ef5fd5b18ec0b0a5b0d5e9d964f53720eec7f310717c8d4bd9b4c437dd96a31cdf5703e6fdd40527fe4753459e1fc8a8b2b121f1a8df

diff --git a/www-client/opera/opera-99.0.4788.47.ebuild 
b/www-client/opera/opera-99.0.4788.47.ebuild
new file mode 100644
index ..2a9aded891d9
--- /dev/null
+++ b/www-client/opera/opera-99.0.4788.47.ebuild
@@ -0,0 +1,166 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   inherit rpm
+   OPERA_ARCHIVE_EXT="rpm"
+else
+   inherit unpacker
+   OPERA_ARCHIVE_EXT="deb"
+fi
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="110.0.5464.2"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+   proprietary-codecs? (
+   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs +suid qt5"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="opt/opera${PN#opera}"
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "opera only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   rpm_src_unpack "${A[0]}"
+   else
+   unpacker
+   fi
+
+   # move to /opt, bug #573052
+   mkdir -p "${OPERA_HOME%${PN}}"
+   if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   mv "usr/lib64/${PN}" 

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-beta/

2023-06-05 Thread Mike Gilbert
commit: ddfbf46fc31c2f4b0f1f5ce971ed3046c994112b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:33:36 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:33:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfbf46f

www-client/microsoft-edge-beta: remove old

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/microsoft-edge-beta/Manifest|   2 -
 .../microsoft-edge-beta-114.0.1823.18.ebuild   | 123 -
 .../microsoft-edge-beta-114.0.1823.24.ebuild   | 123 -
 3 files changed, 248 deletions(-)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 410887356dbd..bd8af587ddc5 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,5 +1,3 @@
-DIST microsoft-edge-beta_114.0.1823.18-1_amd64.deb 147335502 BLAKE2B 
2a452cf4e8156886cc278a2a85e18fd7d32cadaa44e77bb8b657fa25e834ec663ee7c203abef25f4f742860e2f1d7674432a4723ef7697f16d241b626d408e2e
 SHA512 
248b5281eaf3f8e9ae3c6075dababfeaacecd43454b66c54257a3c44efee5da4b3e7c7ee0b56f81d548a5f494c75d5fa739e45972daebda88945b268c1377e49
-DIST microsoft-edge-beta_114.0.1823.24-1_amd64.deb 147061030 BLAKE2B 
06ffd0b4a903fb9960d2b9bc6bd8fe787a7d365c1ac07a7cc3e48bfaa1fff223151054e9592c60e9c912c97a91432eeb2169ee6f102a5074331035897c0e888d
 SHA512 
ae4b36a33f6059df38930b3fd727c3c606e27c0044500b13d8885e7f641ef8d7117c94a6a2d1e6c07bfb8576d87dcf9b733a5f8549f394dae9f31e2a4473b704
 DIST microsoft-edge-beta_114.0.1823.30-1_amd64.deb 147267058 BLAKE2B 
d70db1588fddac5cd6bd2a624ae25fd8fbbe7134b60c5b4733f76e70eef1e9617b8106db22a575f5e75d4e911b55a2eeeca25a80fea8d523e8127f5c18bfc3ce
 SHA512 
73e93a23079e2a2b809ca5a833c384d75737e0c2f39691fcfc162037f3e553092e5ffc0e1aff54b1212f0dac4335798301a67790455f6541410edf7d57532931
 DIST microsoft-edge-beta_114.0.1823.35-1_amd64.deb 147285226 BLAKE2B 
a22e690e3e441f6509d9476397904b55dbfb69036567fef71f0e3dc4bba8b713e570d5b85671426f8ec71351b1cc249a4b4023b9534a191929c6bc08f7ecde1f
 SHA512 
a1439cfc17f6f956591f3c25640dfa6114c6b237f216c4d70e26e19feaf62d01e00a67c7270052635b5809161ec64d8c013c50f9fc0632038179b38ab5349fe6
 DIST microsoft-edge-beta_114.0.1823.37-1_amd64.deb 147341014 BLAKE2B 
7b4e45855a5046a4ce9a5e8d717fa8c01d6587b1fb595c910331e8560ca904fc8755870716e5af3033172748294a77549cbdc866a655aee2a03f65229421fbf5
 SHA512 
490b3e21f3bee5fb58f0f4d464225ecaee344cafa48fc724c95c525aa033d40f6fa5a577e2f4a072f37185313e88be2512f5a9e223f77e4331f6b4722ff82c22

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.18.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.18.ebuild
deleted file mode 100644
index ebc23fabaa28..
--- a/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.18.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   app-misc/ca-certificates
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl[ssl]
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/pango
-   x11-misc/xdg-utils
-   mip? ( app-crypt/libsecret )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() 

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2023-06-05 Thread Mike Gilbert
commit: 864633f6b55b8d6cd5d45ff53f8a557f47cdde19
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:33:55 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:33:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864633f6

www-client/microsoft-edge-dev: automated bump (115.0.1880.1)

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-115.0.1880.1.ebuild | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 20d5d42d164a..1093242707d9 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,4 +1,5 @@
 DIST microsoft-edge-dev_115.0.1843.0-1_amd64.deb 147824934 BLAKE2B 
dcba03a1f90284fd7f9dea1bd37f5d21948fb5b9738f2ab10c0781dfd88eac53872125b161476c5dc7ffe95e31cc9eba60c47996cf2fa158ecfe2243a8bb6e9f
 SHA512 
b33d7d43dd3580d74761006c2c3713f37321592110919cc73d1c612c37e39e7a90090d7af4f292be0edbaccef8e7eb199b318c6578fb9eee97ba03e0b034e310
 DIST microsoft-edge-dev_115.0.1851.0-1_amd64.deb 147780546 BLAKE2B 
cfc09ec801793cf064655c5843eb4ab55823a37bac40b95c75071237a6edac9e3209579c5b3c74446107e33b32a350d406e35a873afcc8b0736efbe377f237e3
 SHA512 
e9a95178635609ef1a7e22f33ec79274a5da097211acf62757460b88a3fbdda8e72d297e1010ef547e46108f98e9424a59e0b5af95fa7b1db1cfd9af9471cf57
 DIST microsoft-edge-dev_115.0.1866.1-1_amd64.deb 148028530 BLAKE2B 
f97929c04f14384e55112f4bb91b43411ecdff2c2e7151df3a0b4ca79aadb81cfea984c5f08cd27d65a46d501a136b044f173bbba11e82dcabc904161967b12d
 SHA512 
3c56d0e0551be6659c20927ca9998f97ec771ee5d05e6c3efa52064cbaa7ed63ed6512a3ebfed3003775771c3aecfdaba2fc31bd72fb39898f79a06feffedd69
+DIST microsoft-edge-dev_115.0.1880.1-1_amd64.deb 148455054 BLAKE2B 
a4c0d8e388169d7b721a21ea53f150233ab16688db39b3aebcb2f61f0892e63fc7720945a3e827f3029eb5c1c403f2e12ba9361660bd1cc3774d1470dc228226
 SHA512 
c5c9c0752d10f3a57b4c2aad2a7620ca1693d00c860a2c68d33d32d1c3bca5bc107ad73bcc3c6c054d55f3fc2bbc0259b1cde81b6addd11ed6f627a0901b852f
 DIST microsoft-edge-dev_115.0.1880.3-1_amd64.deb 148455874 BLAKE2B 
884cd83ecc4765173ea240ce198a18b66b04d0193aae478f6f498823736c703cf0113c126be22fc1761d6c623cf73758d34deecbebdfb4cb4d2f541579fc5298
 SHA512 
fedad0ca61d71c7648f266ab470d5878d8123d28b6d1c684f4867e5c713ef15c3f14a84a43dc702488bde05f76ed1097a16a0bf911c9402cd25152a9396c36a3

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1880.1.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1880.1.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1880.1.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2023-06-05 Thread Mike Gilbert
commit: b451579be61ed661f1c03cd64c5dd12c2a4ca969
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:33:59 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:33:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b451579b

www-client/microsoft-edge-dev: remove old

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/microsoft-edge-dev/Manifest |   2 -
 .../microsoft-edge-dev-115.0.1843.0.ebuild | 123 -
 .../microsoft-edge-dev-115.0.1851.0.ebuild | 123 -
 3 files changed, 248 deletions(-)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 1093242707d9..5058796eb423 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,5 +1,3 @@
-DIST microsoft-edge-dev_115.0.1843.0-1_amd64.deb 147824934 BLAKE2B 
dcba03a1f90284fd7f9dea1bd37f5d21948fb5b9738f2ab10c0781dfd88eac53872125b161476c5dc7ffe95e31cc9eba60c47996cf2fa158ecfe2243a8bb6e9f
 SHA512 
b33d7d43dd3580d74761006c2c3713f37321592110919cc73d1c612c37e39e7a90090d7af4f292be0edbaccef8e7eb199b318c6578fb9eee97ba03e0b034e310
-DIST microsoft-edge-dev_115.0.1851.0-1_amd64.deb 147780546 BLAKE2B 
cfc09ec801793cf064655c5843eb4ab55823a37bac40b95c75071237a6edac9e3209579c5b3c74446107e33b32a350d406e35a873afcc8b0736efbe377f237e3
 SHA512 
e9a95178635609ef1a7e22f33ec79274a5da097211acf62757460b88a3fbdda8e72d297e1010ef547e46108f98e9424a59e0b5af95fa7b1db1cfd9af9471cf57
 DIST microsoft-edge-dev_115.0.1866.1-1_amd64.deb 148028530 BLAKE2B 
f97929c04f14384e55112f4bb91b43411ecdff2c2e7151df3a0b4ca79aadb81cfea984c5f08cd27d65a46d501a136b044f173bbba11e82dcabc904161967b12d
 SHA512 
3c56d0e0551be6659c20927ca9998f97ec771ee5d05e6c3efa52064cbaa7ed63ed6512a3ebfed3003775771c3aecfdaba2fc31bd72fb39898f79a06feffedd69
 DIST microsoft-edge-dev_115.0.1880.1-1_amd64.deb 148455054 BLAKE2B 
a4c0d8e388169d7b721a21ea53f150233ab16688db39b3aebcb2f61f0892e63fc7720945a3e827f3029eb5c1c403f2e12ba9361660bd1cc3774d1470dc228226
 SHA512 
c5c9c0752d10f3a57b4c2aad2a7620ca1693d00c860a2c68d33d32d1c3bca5bc107ad73bcc3c6c054d55f3fc2bbc0259b1cde81b6addd11ed6f627a0901b852f
 DIST microsoft-edge-dev_115.0.1880.3-1_amd64.deb 148455874 BLAKE2B 
884cd83ecc4765173ea240ce198a18b66b04d0193aae478f6f498823736c703cf0113c126be22fc1761d6c623cf73758d34deecbebdfb4cb4d2f541579fc5298
 SHA512 
fedad0ca61d71c7648f266ab470d5878d8123d28b6d1c684f4867e5c713ef15c3f14a84a43dc702488bde05f76ed1097a16a0bf911c9402cd25152a9396c36a3

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1843.0.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1843.0.ebuild
deleted file mode 100644
index ebc23fabaa28..
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1843.0.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   app-misc/ca-certificates
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl[ssl]
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/pango
-   x11-misc/xdg-utils
-   mip? ( app-crypt/libsecret )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-beta/

2023-06-05 Thread Mike Gilbert
commit: 3f6b8b2fde77b49418204f3b3f50747bd5d06493
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:33:23 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:33:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6b8b2f

www-client/microsoft-edge-beta: automated bump (114.0.1823.37)

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/microsoft-edge-beta/Manifest|   1 +
 .../microsoft-edge-beta-114.0.1823.37.ebuild   | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index ef64b8347785..766b797d80f1 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-beta_114.0.1823.18-1_amd64.deb 147335502 BLAKE2B 
2a452cf4e8156886cc278a2a85e18fd7d32cadaa44e77bb8b657fa25e834ec663ee7c203abef25f4f742860e2f1d7674432a4723ef7697f16d241b626d408e2e
 SHA512 
248b5281eaf3f8e9ae3c6075dababfeaacecd43454b66c54257a3c44efee5da4b3e7c7ee0b56f81d548a5f494c75d5fa739e45972daebda88945b268c1377e49
 DIST microsoft-edge-beta_114.0.1823.24-1_amd64.deb 147061030 BLAKE2B 
06ffd0b4a903fb9960d2b9bc6bd8fe787a7d365c1ac07a7cc3e48bfaa1fff223151054e9592c60e9c912c97a91432eeb2169ee6f102a5074331035897c0e888d
 SHA512 
ae4b36a33f6059df38930b3fd727c3c606e27c0044500b13d8885e7f641ef8d7117c94a6a2d1e6c07bfb8576d87dcf9b733a5f8549f394dae9f31e2a4473b704
 DIST microsoft-edge-beta_114.0.1823.30-1_amd64.deb 147267058 BLAKE2B 
d70db1588fddac5cd6bd2a624ae25fd8fbbe7134b60c5b4733f76e70eef1e9617b8106db22a575f5e75d4e911b55a2eeeca25a80fea8d523e8127f5c18bfc3ce
 SHA512 
73e93a23079e2a2b809ca5a833c384d75737e0c2f39691fcfc162037f3e553092e5ffc0e1aff54b1212f0dac4335798301a67790455f6541410edf7d57532931
+DIST microsoft-edge-beta_114.0.1823.37-1_amd64.deb 147341014 BLAKE2B 
7b4e45855a5046a4ce9a5e8d717fa8c01d6587b1fb595c910331e8560ca904fc8755870716e5af3033172748294a77549cbdc866a655aee2a03f65229421fbf5
 SHA512 
490b3e21f3bee5fb58f0f4d464225ecaee344cafa48fc724c95c525aa033d40f6fa5a577e2f4a072f37185313e88be2512f5a9e223f77e4331f6b4722ff82c22

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.37.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.37.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.37.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm -f _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
+ 

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2023-06-05 Thread Mike Gilbert
commit: 88aded39f279a08b2fde68a8c10a72885a0e5cad
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:33:46 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:33:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88aded39

www-client/microsoft-edge-dev: automated bump (115.0.1880.3)

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-115.0.1880.3.ebuild | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 776a1292df3f..20d5d42d164a 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_115.0.1843.0-1_amd64.deb 147824934 BLAKE2B 
dcba03a1f90284fd7f9dea1bd37f5d21948fb5b9738f2ab10c0781dfd88eac53872125b161476c5dc7ffe95e31cc9eba60c47996cf2fa158ecfe2243a8bb6e9f
 SHA512 
b33d7d43dd3580d74761006c2c3713f37321592110919cc73d1c612c37e39e7a90090d7af4f292be0edbaccef8e7eb199b318c6578fb9eee97ba03e0b034e310
 DIST microsoft-edge-dev_115.0.1851.0-1_amd64.deb 147780546 BLAKE2B 
cfc09ec801793cf064655c5843eb4ab55823a37bac40b95c75071237a6edac9e3209579c5b3c74446107e33b32a350d406e35a873afcc8b0736efbe377f237e3
 SHA512 
e9a95178635609ef1a7e22f33ec79274a5da097211acf62757460b88a3fbdda8e72d297e1010ef547e46108f98e9424a59e0b5af95fa7b1db1cfd9af9471cf57
 DIST microsoft-edge-dev_115.0.1866.1-1_amd64.deb 148028530 BLAKE2B 
f97929c04f14384e55112f4bb91b43411ecdff2c2e7151df3a0b4ca79aadb81cfea984c5f08cd27d65a46d501a136b044f173bbba11e82dcabc904161967b12d
 SHA512 
3c56d0e0551be6659c20927ca9998f97ec771ee5d05e6c3efa52064cbaa7ed63ed6512a3ebfed3003775771c3aecfdaba2fc31bd72fb39898f79a06feffedd69
+DIST microsoft-edge-dev_115.0.1880.3-1_amd64.deb 148455874 BLAKE2B 
884cd83ecc4765173ea240ce198a18b66b04d0193aae478f6f498823736c703cf0113c126be22fc1761d6c623cf73758d34deecbebdfb4cb4d2f541579fc5298
 SHA512 
fedad0ca61d71c7648f266ab470d5878d8123d28b6d1c684f4867e5c713ef15c3f14a84a43dc702488bde05f76ed1097a16a0bf911c9402cd25152a9396c36a3

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1880.3.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1880.3.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-115.0.1880.3.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm -f _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
+   rm 

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/

2023-06-05 Thread Mike Gilbert
commit: 3610c837f1d91db3fa7ef7b365b85225fc5cf4ca
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:33:04 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:33:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3610c837

www-client/microsoft-edge: automated bump (114.0.1823.37)

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/microsoft-edge/Manifest |   1 +
 .../microsoft-edge-114.0.1823.37.ebuild| 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index a824e983e0b7..35084e04ac3d 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_113.0.1774.57-1_amd64.deb 146255314 BLAKE2B 
ee767507e1267c65e9892210dc327919b45eb3ff998ba1958d32110cc4322efd270ac08cb27c56a1551b19e3b37663819e4533fad5453ade1786ca66aed81691
 SHA512 
bde2fac3f1d44e5f87f8206034d31da140cc23f9b2f9f893d7419ef1499e5ad5970884ea88e269b31fd579eb8c6b05ac5c3514dcc617966ecedef6da07de583c
+DIST microsoft-edge-stable_114.0.1823.37-1_amd64.deb 147255626 BLAKE2B 
8d2b8c269812c25770b0c7e589ebf5eacaa5e82c07190deb67f8eaa008f650c7d0703bc936b7b5577a416a18e451a6f69d84ec1ff29ceb0857a4c9d1614f9edb
 SHA512 
d670a47fa532373a69fe2c121bb04dd47cd0563f11537e52884cf99d2475ee906b007ce5ae573c3f206745d72c847f673104e6a0897ff05d0e9322e64d743e24

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild 
b/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm -f _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
+   rm usr/share/man/man1/${PN}.1.gz || die
+   dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1
+   fi
+
+   local suffix=
+   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+   local size
+   for size in 16 24 32 48 64 128 256 ; do
+   newicon -s ${size} 
"${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+   done
+
+   if ! use mip; then
+   rm "${EDGE_HOME}"/libmip_{core,protection_sdk}.so || die
+   fi
+
+   if ! use qt5; then
+   rm "${EDGE_HOME}/libqt5_shim.so" || die
+   fi
+
+   pax-mark m "${EDGE_HOME}/msedge"
+}



[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/

2023-06-05 Thread Mike Gilbert
commit: 25f8df6393510645360ed7cfa24435baf37d7b59
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:33:10 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:33:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f8df63

www-client/microsoft-edge: amd64 stable (114.0.1823.37)

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild 
b/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild
@@ -14,7 +14,7 @@ else
MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 



[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/

2023-06-05 Thread Mike Gilbert
commit: 25ce8fa898cc2777120dd76e52909d476d4e5558
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:33:14 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:33:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ce8fa8

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/microsoft-edge/Manifest |   1 -
 .../microsoft-edge-113.0.1774.57.ebuild| 123 -
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 35084e04ac3d..f932667691fd 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_113.0.1774.57-1_amd64.deb 146255314 BLAKE2B 
ee767507e1267c65e9892210dc327919b45eb3ff998ba1958d32110cc4322efd270ac08cb27c56a1551b19e3b37663819e4533fad5453ade1786ca66aed81691
 SHA512 
bde2fac3f1d44e5f87f8206034d31da140cc23f9b2f9f893d7419ef1499e5ad5970884ea88e269b31fd579eb8c6b05ac5c3514dcc617966ecedef6da07de583c
 DIST microsoft-edge-stable_114.0.1823.37-1_amd64.deb 147255626 BLAKE2B 
8d2b8c269812c25770b0c7e589ebf5eacaa5e82c07190deb67f8eaa008f650c7d0703bc936b7b5577a416a18e451a6f69d84ec1ff29ceb0857a4c9d1614f9edb
 SHA512 
d670a47fa532373a69fe2c121bb04dd47cd0563f11537e52884cf99d2475ee906b007ce5ae573c3f206745d72c847f673104e6a0897ff05d0e9322e64d743e24

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild 
b/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild
deleted file mode 100644
index 40e3af0e1470..
--- a/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   app-misc/ca-certificates
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl[ssl]
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/pango
-   x11-misc/xdg-utils
-   mip? ( app-crypt/libsecret )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   unpacker
-
-   rm -f _gpgorigin || die
-
-   rm -r etc usr/share/menu || die
-   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-   gzip -d usr/share/doc/${PF}/changelog.gz || die
-   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
-   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
-   rm usr/share/man/man1/${PN}.1.gz || die
-   dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1
-   fi
-
-   local suffix=
-   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
-   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-   local size
-   for size in 16 24 32 48 64 128 256 ; do
-   newicon -s ${size} 
"${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-   done
-
-   if ! use mip; then
-   rm "${EDGE_HOME}"/libmip_{core,protection_sdk}.so || die
-   fi
-
-   if ! use qt5; then
-   rm "${EDGE_HOME}/libqt5_shim.so" || die
-   fi
-
-   pax-mark m "${EDGE_HOME}/msedge"
-}



[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-beta/

2023-06-05 Thread Mike Gilbert
commit: 84b318f5dcabcd05c56fdd032ba29280099d887d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:33:32 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:33:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b318f5

www-client/microsoft-edge-beta: automated bump (114.0.1823.35)

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/microsoft-edge-beta/Manifest|   1 +
 .../microsoft-edge-beta-114.0.1823.35.ebuild   | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 766b797d80f1..410887356dbd 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,4 +1,5 @@
 DIST microsoft-edge-beta_114.0.1823.18-1_amd64.deb 147335502 BLAKE2B 
2a452cf4e8156886cc278a2a85e18fd7d32cadaa44e77bb8b657fa25e834ec663ee7c203abef25f4f742860e2f1d7674432a4723ef7697f16d241b626d408e2e
 SHA512 
248b5281eaf3f8e9ae3c6075dababfeaacecd43454b66c54257a3c44efee5da4b3e7c7ee0b56f81d548a5f494c75d5fa739e45972daebda88945b268c1377e49
 DIST microsoft-edge-beta_114.0.1823.24-1_amd64.deb 147061030 BLAKE2B 
06ffd0b4a903fb9960d2b9bc6bd8fe787a7d365c1ac07a7cc3e48bfaa1fff223151054e9592c60e9c912c97a91432eeb2169ee6f102a5074331035897c0e888d
 SHA512 
ae4b36a33f6059df38930b3fd727c3c606e27c0044500b13d8885e7f641ef8d7117c94a6a2d1e6c07bfb8576d87dcf9b733a5f8549f394dae9f31e2a4473b704
 DIST microsoft-edge-beta_114.0.1823.30-1_amd64.deb 147267058 BLAKE2B 
d70db1588fddac5cd6bd2a624ae25fd8fbbe7134b60c5b4733f76e70eef1e9617b8106db22a575f5e75d4e911b55a2eeeca25a80fea8d523e8127f5c18bfc3ce
 SHA512 
73e93a23079e2a2b809ca5a833c384d75737e0c2f39691fcfc162037f3e553092e5ffc0e1aff54b1212f0dac4335798301a67790455f6541410edf7d57532931
+DIST microsoft-edge-beta_114.0.1823.35-1_amd64.deb 147285226 BLAKE2B 
a22e690e3e441f6509d9476397904b55dbfb69036567fef71f0e3dc4bba8b713e570d5b85671426f8ec71351b1cc249a4b4023b9534a191929c6bc08f7ecde1f
 SHA512 
a1439cfc17f6f956591f3c25640dfa6114c6b237f216c4d70e26e19feaf62d01e00a67c7270052635b5809161ec64d8c013c50f9fc0632038179b38ab5349fe6
 DIST microsoft-edge-beta_114.0.1823.37-1_amd64.deb 147341014 BLAKE2B 
7b4e45855a5046a4ce9a5e8d717fa8c01d6587b1fb595c910331e8560ca904fc8755870716e5af3033172748294a77549cbdc866a655aee2a03f65229421fbf5
 SHA512 
490b3e21f3bee5fb58f0f4d464225ecaee344cafa48fc724c95c525aa033d40f6fa5a577e2f4a072f37185313e88be2512f5a9e223f77e4331f6b4722ff82c22

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.35.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.35.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.35.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+   mip? ( app-crypt/libsecret )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd 

[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2023-06-05 Thread Mike Gilbert
commit: 1c01b1c35c66bd4fe4a3a4d16a6f06af1f611d95
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:31:55 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:31:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c01b1c3

www-plugins/chrome-binary-plugins: automated update (114.0.5735.106)

Signed-off-by: Mike Gilbert  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...114.0.5735.90.ebuild => chrome-binary-plugins-114.0.5735.106.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 56843065c638..ad98c87f5a7d 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_115.0.5790.13-1_amd64.deb 94479992 BLAKE2B 
7d64dded7db7f8abf3f77337e191c242c56c1f8596abe19424341d9ace7cdc540850e661475dfcc3e71e7d47b3d5810dd989324fe0faa5a195f583201c35ca10
 SHA512 
3b3cf33e4385a60a135409038c25e6e915f808955f0330ca31fc7cad1824a0bf11c7a9d9b38c0f080bbf7f8a133532544b3432ecb50176f0b7dd0116d62d5324
-DIST google-chrome-stable_114.0.5735.90-1_amd64.deb 93841272 BLAKE2B 
b8463917a6cf219c72de06d6bf56eef68586a5cb1504bf641f9eef43850240153223e0cda7f76af835275dae2f39164fa32c872f2e2f73a7230c492ed650
 SHA512 
17799e01534969a1335072e055cdf0e63d0f078519fc78a8c96f175132dd9432595051173fc188c0399c1cde2419ed78b1700e53204309f574869fd1c1f3afbd
+DIST google-chrome-stable_114.0.5735.106-1_amd64.deb 93850844 BLAKE2B 
c9b221440c82439424c2dceebdd0a9636c65c682bd0f0b6b22387fb412728d9588e3c3130e0e4e54c95d9072e57f5606458c82d19e5d4af20f8ab0f68b40dc71
 SHA512 
fb9c4cd882839f56013cca7535ca4b2e3779a3148654225515039d3d8ee0f21bdd1a0e1631918c4ec729041258b471a7b2acedb8027b5e55af1cc1c8cd642609
 DIST google-chrome-unstable_115.0.5790.3-1_amd64.deb 94402836 BLAKE2B 
80314beef62846c669b8ace221e72c750fa4548d84ff5b4040f75396ed05c66ef8be0e57e48236fa7efa17a91ab73dfc9bd0cfeef5ba57a960f6a0b83091b23a
 SHA512 
63336f8b18c637e510f5ecadb88879fb721e8a4ef69361a92357fb30653b42ba946ed215d7aabfe833296dd833f194f0a6b48614484c828a14dc6d3564d3d6c5

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.90.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.106.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.90.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.106.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome/

2023-06-05 Thread Mike Gilbert
commit: f0163e8a5cec0f7c28cdcbe6bcc2b0d132f0f84d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:31:45 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:31:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0163e8a

www-client/google-chrome: automated update (114.0.5735.106)

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome/Manifest   | 2 +-
 ...-chrome-114.0.5735.90.ebuild => google-chrome-114.0.5735.106.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 41d2c0889a86..f9fc507c9183 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_114.0.5735.90-1_amd64.deb 93841272 BLAKE2B 
b8463917a6cf219c72de06d6bf56eef68586a5cb1504bf641f9eef43850240153223e0cda7f76af835275dae2f39164fa32c872f2e2f73a7230c492ed650
 SHA512 
17799e01534969a1335072e055cdf0e63d0f078519fc78a8c96f175132dd9432595051173fc188c0399c1cde2419ed78b1700e53204309f574869fd1c1f3afbd
+DIST google-chrome-stable_114.0.5735.106-1_amd64.deb 93850844 BLAKE2B 
c9b221440c82439424c2dceebdd0a9636c65c682bd0f0b6b22387fb412728d9588e3c3130e0e4e54c95d9072e57f5606458c82d19e5d4af20f8ab0f68b40dc71
 SHA512 
fb9c4cd882839f56013cca7535ca4b2e3779a3148654225515039d3d8ee0f21bdd1a0e1631918c4ec729041258b471a7b2acedb8027b5e55af1cc1c8cd642609

diff --git a/www-client/google-chrome/google-chrome-114.0.5735.90.ebuild 
b/www-client/google-chrome/google-chrome-114.0.5735.106.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-114.0.5735.90.ebuild
rename to www-client/google-chrome/google-chrome-114.0.5735.106.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2023-06-05 Thread Mike Gilbert
commit: 26f8f66d3c77b6e6f19d9234e15f006966c34a56
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:32:09 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:32:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f8f66d

www-client/google-chrome-unstable: automated update (116.0.5803.2)

Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...e-115.0.5790.3.ebuild => google-chrome-unstable-116.0.5803.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 30f33af3f76c..56147d398ca2 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_115.0.5790.3-1_amd64.deb 94402836 BLAKE2B 
80314beef62846c669b8ace221e72c750fa4548d84ff5b4040f75396ed05c66ef8be0e57e48236fa7efa17a91ab73dfc9bd0cfeef5ba57a960f6a0b83091b23a
 SHA512 
63336f8b18c637e510f5ecadb88879fb721e8a4ef69361a92357fb30653b42ba946ed215d7aabfe833296dd833f194f0a6b48614484c828a14dc6d3564d3d6c5
+DIST google-chrome-unstable_116.0.5803.2-1_amd64.deb 95353720 BLAKE2B 
c139793a1ee925720933942e8fff6583ae369b0d6fc22d11c8fbaf67c963b688082f7f4893fa1157153a77fee35e5ca0b938d3995581be81a6af20a8ae90a523
 SHA512 
81ebd4a24920df45895187ee1d516aae626eed0af71f2291bbeb0701cd29350a4f23c17b2af3789b9d88062f55345f3917e29c405f5a7a1250a78644665a201b

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-115.0.5790.3.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-116.0.5803.2.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-115.0.5790.3.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-116.0.5803.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2023-06-05 Thread Mike Gilbert
commit: 4b5082eab14b40d0eb5a7f3e05ea237b0555a2e2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jun  5 23:32:16 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jun  5 23:32:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5082ea

www-plugins/chrome-binary-plugins: automated update (116.0.5803.2_alpha)

Signed-off-by: Mike Gilbert  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...0.3_alpha.ebuild => chrome-binary-plugins-116.0.5803.2_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index ad98c87f5a7d..31f93cbd9cba 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_115.0.5790.13-1_amd64.deb 94479992 BLAKE2B 
7d64dded7db7f8abf3f77337e191c242c56c1f8596abe19424341d9ace7cdc540850e661475dfcc3e71e7d47b3d5810dd989324fe0faa5a195f583201c35ca10
 SHA512 
3b3cf33e4385a60a135409038c25e6e915f808955f0330ca31fc7cad1824a0bf11c7a9d9b38c0f080bbf7f8a133532544b3432ecb50176f0b7dd0116d62d5324
 DIST google-chrome-stable_114.0.5735.106-1_amd64.deb 93850844 BLAKE2B 
c9b221440c82439424c2dceebdd0a9636c65c682bd0f0b6b22387fb412728d9588e3c3130e0e4e54c95d9072e57f5606458c82d19e5d4af20f8ab0f68b40dc71
 SHA512 
fb9c4cd882839f56013cca7535ca4b2e3779a3148654225515039d3d8ee0f21bdd1a0e1631918c4ec729041258b471a7b2acedb8027b5e55af1cc1c8cd642609
-DIST google-chrome-unstable_115.0.5790.3-1_amd64.deb 94402836 BLAKE2B 
80314beef62846c669b8ace221e72c750fa4548d84ff5b4040f75396ed05c66ef8be0e57e48236fa7efa17a91ab73dfc9bd0cfeef5ba57a960f6a0b83091b23a
 SHA512 
63336f8b18c637e510f5ecadb88879fb721e8a4ef69361a92357fb30653b42ba946ed215d7aabfe833296dd833f194f0a6b48614484c828a14dc6d3564d3d6c5
+DIST google-chrome-unstable_116.0.5803.2-1_amd64.deb 95353720 BLAKE2B 
c139793a1ee925720933942e8fff6583ae369b0d6fc22d11c8fbaf67c963b688082f7f4893fa1157153a77fee35e5ca0b938d3995581be81a6af20a8ae90a523
 SHA512 
81ebd4a24920df45895187ee1d516aae626eed0af71f2291bbeb0701cd29350a4f23c17b2af3789b9d88062f55345f3917e29c405f5a7a1250a78644665a201b

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5790.3_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5803.2_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5790.3_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5803.2_alpha.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/anki-bin/

2023-06-05 Thread Lucio Sauer
commit: 4400d29b65775a7fd9f3e09242972f81aa158ca5
Author: Lucio Sauer  posteo  net>
AuthorDate: Mon Jun  5 22:16:33 2023 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Mon Jun  5 22:16:33 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4400d29b

app-misc/anki-bin: add 2.1.65, drop 2.1.64

Signed-off-by: Lucio Sauer  posteo.net>

 app-misc/anki-bin/Manifest | 10 +-
 .../{anki-bin-2.1.64.ebuild => anki-bin-2.1.65.ebuild} |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-misc/anki-bin/Manifest b/app-misc/anki-bin/Manifest
index 4c32c3376..dc6676b8a 100644
--- a/app-misc/anki-bin/Manifest
+++ b/app-misc/anki-bin/Manifest
@@ -1,5 +1,5 @@
-DIST anki-2.1.64-cp39-abi3-manylinux_2_28_x86_64.whl.zip 13039104 BLAKE2B 
f53bd793d2fa977691519e0aedc43485e4bf58c62735d6e6f70ef168237fe69a24283868ae6bc069de3b2292f78481670355b7832ffacc286d0fe9daefeeb2f1
 SHA512 
112fea989e7321e10caa4c570784034463af760605d680ac9c8103c578ab5462881a5925ff6534785b368f8360966d34a15eea83b9638f802d9450232159315f
-DIST anki-bin-2.1.64.1 2212 BLAKE2B 
18dba4d3f7210b1fa765490617c4290b7a0f37abd75df6fdb395ea758fa2557789f595e0c0470c918ee988dfa5270df48dda095e8f6dce2aad597b0bba23db50
 SHA512 
50ee6633758b028c54b899d70cf582c54d4fdbb7e13f10921303db3a84d325ac689b48dbf4a5f03584748e89ad7820e14cd4646d7a3fa97919496f48a99cdb05
-DIST anki-bin-2.1.64.desktop 458 BLAKE2B 
7311e2ea71b40bd586a547a14316ca5447d582c046c3850ec5f63637640401fa53e8cdb8799ca8d6b169e38dae3e507946f4fbe5057c0d48e92729033fc6514b
 SHA512 
4666f855e488c0f3cdf2d071aeb373cf8eff96eefe71eb7bb67344fed66150b821d83bed4d4ec2966f63d2a6ede1701f1b19236a6a72e3002e70d2f404d55220
-DIST anki-bin-2.1.64.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
-DIST aqt-2.1.64-py3-none-any.whl.zip 6539634 BLAKE2B 
1843d766550c1be4f68522a9f0c79976848d6cec29a2e5b6303ba6af8f54ec8e0f4173b9c2585f0a84ea87e8d1f152056e56fe2c0251ab3882e90d357e4e284e
 SHA512 
e0b7810a251c62719e57a2fbc543993244fffea9cb56beda77ed22e0339b305c12840a7aee6e3484e2dbf378bf4bf731d42fb139d67fd83ba7fcbf02932a6ec0
+DIST anki-2.1.65-cp39-abi3-manylinux_2_28_x86_64.whl.zip 13044229 BLAKE2B 
0eeaaca8b9b11edbb04d049cbebc10b4fa2d017ee12b152c630df638ee224160a1d12510d49ab30c2b703c1094ead1fd10f9f419e7ab6ed9f72e7e82de2e6e8a
 SHA512 
16f981d111ea3b309f93dc06a70d8df477cfb71ae399aed0423fbca01e1893981408a3f87c43be01e55192296acc1b8240c7673c39c055b4aa717e4e4b423106
+DIST anki-bin-2.1.65.1 2212 BLAKE2B 
18dba4d3f7210b1fa765490617c4290b7a0f37abd75df6fdb395ea758fa2557789f595e0c0470c918ee988dfa5270df48dda095e8f6dce2aad597b0bba23db50
 SHA512 
50ee6633758b028c54b899d70cf582c54d4fdbb7e13f10921303db3a84d325ac689b48dbf4a5f03584748e89ad7820e14cd4646d7a3fa97919496f48a99cdb05
+DIST anki-bin-2.1.65.desktop 458 BLAKE2B 
7311e2ea71b40bd586a547a14316ca5447d582c046c3850ec5f63637640401fa53e8cdb8799ca8d6b169e38dae3e507946f4fbe5057c0d48e92729033fc6514b
 SHA512 
4666f855e488c0f3cdf2d071aeb373cf8eff96eefe71eb7bb67344fed66150b821d83bed4d4ec2966f63d2a6ede1701f1b19236a6a72e3002e70d2f404d55220
+DIST anki-bin-2.1.65.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
+DIST aqt-2.1.65-py3-none-any.whl.zip 6634410 BLAKE2B 
a95ef86f346373b893f71e49c42f25e4638cbf880d89c2df271ef6df667a2e6100087dff2a321b1b5465c1d4a0d18415a6b815216556ab206304516253a0e17a
 SHA512 
a346579fc40846f46d7f7d0a6ad67244409d3fd7480d75babd609377836eb21b9a134bcd3de35bf7ab85db5fd646feba670d5abada0426b49085480a4792a0a4

diff --git a/app-misc/anki-bin/anki-bin-2.1.64.ebuild 
b/app-misc/anki-bin/anki-bin-2.1.65.ebuild
similarity index 97%
rename from app-misc/anki-bin/anki-bin-2.1.64.ebuild
rename to app-misc/anki-bin/anki-bin-2.1.65.ebuild
index abc4a94d9..b51a7de8d 100644
--- a/app-misc/anki-bin/anki-bin-2.1.64.ebuild
+++ b/app-misc/anki-bin/anki-bin-2.1.65.ebuild
@@ -69,7 +69,7 @@ BDEPEND="app-arch/unzip"
 S="${WORKDIR}"
 
 src_install() {
-   python_domodule anki anki-${PV}.dist-info _aqt aqt aqt-${PV}.dist-info
+   python_domodule anki {,_}aqt *.dist-info
printf "#!/usr/bin/python3\nimport sys;from aqt import 
run;sys.exit(run())" > runanki
python_newscript runanki anki
newicon "${DISTDIR}"/${P}.png ${MY_PN}.png



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/ledger-live/

2023-06-05 Thread Patrick Zwerschke
commit: f7964c82d16ca724f069478a4331fffd99a1275a
Author: Patrick Zwerschke  p5k  org>
AuthorDate: Mon Jun  5 20:57:02 2023 +
Commit: Patrick Zwerschke  p5k  org>
CommitDate: Mon Jun  5 20:57:02 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7964c82

app-misc/ledger-live: add 2.60.0, drop 2.53.2

Signed-off-by: Patrick Zwerschke  p5k.org>

 app-misc/ledger-live/Manifest   | 2 +-
 .../{ledger-live-2.53.2.ebuild => ledger-live-2.60.0.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/ledger-live/Manifest b/app-misc/ledger-live/Manifest
index 6d129fb84..be1265258 100644
--- a/app-misc/ledger-live/Manifest
+++ b/app-misc/ledger-live/Manifest
@@ -1,5 +1,5 @@
 DIST ledger-live-2.58.0.AppImage 134379446 BLAKE2B 
09539ce083395a66d79ee6853594bdd865cb351880ff19acd99b3c1a6a10733292e465ac643cd6b45c9bd8faf46c15a8c434c5ae1b291d0fba79c7cf9a637151
 SHA512 
a862938ca400cf02603157086ef0457bbd68a06ed15e42306a50b4498470cd0e4924c00cac2ed7901b3f309f1f838f7113551bf4e07b7f1a4e09fa3b9b997f43
-DIST ledger-live-desktop-2.53.2-linux-x86_64.AppImage 133291322 BLAKE2B 
109af3ffd430b9e977ad3627a64cca697286a20f3c4a608dffa3e0dc68a405efb4317ce8217330947d37d0af6b05a55fd89c6f9adffcb10af1a2fc0e20e4e35b
 SHA512 
fcb75315aef19f13aafb0096501be63904f8f36ec6ca15168e0bf555f855df033cafc8df8f65dce43b9e5efedf53d3d59cdc4bb33e570ee8810c8918f089
 DIST ledger-live-desktop-2.54.0-linux-x86_64.AppImage 137383119 BLAKE2B 
a6e51671c5f80ae657d196f3092abdc5a307a1ed6b719768118bf1a2052be9f78132b113ee17346fc91facc29601010214c86aeb0eef043332e7803dff1f34e2
 SHA512 
1b81ccfade46399d272bb860a27530d532c3f34ba2f9bfa5e2015848498070708c27bd11a0fc00599f886a5e2b4c2b3e8caffdd4f46d12de3d727795609bffb7
 DIST ledger-live-desktop-2.55.0-linux-x86_64.AppImage 139159902 BLAKE2B 
847ae521ce2e006678a573dac79fe2d06a8e47277f5ef9d6a40d89fdf04a92f528b65bce00e0d421231110a3a139aeb17e88ac95bb1449e89b897d98b62771a0
 SHA512 
3e609ffa3e5070fc6351a7703d549b995950298a44ec599bc4ffc409966311c1a6daef7dbf72bd8b08de7223101e1242e188ce274bf2d569773630906698759c
 DIST ledger-live-desktop-2.57.0-linux-x86_64.AppImage 134478155 BLAKE2B 
84ae9d6c0dd26a94615c77e8d56834d4efa9787e0b29e513a1f3896b46972d79e120027f01bd4a0894670362c6679251fa83e7df705aa0a592cd74c300e04c3a
 SHA512 
7d50d625d2363a3bfb829812f7834d3bb90e88f50e0fb4cc7b26734101e84312ee750670661587670fd0fb29a102439a22176a520f8e6582ad789d034f44a22b
+DIST ledger-live-desktop-2.60.0-linux-x86_64.AppImage 134600722 BLAKE2B 
81d8a8920aa9b53fed731fa5656af861d2112726589e6640c715059d6a3be881d92b152f670a484141062a8f84ae2325a79cd5ed6ecc982dd89580cbc2c1c292
 SHA512 
948de41d1c329cd2db0e57dc6beb47ae56a49fd11ae6932d3572bca6dd553be204ca628824abdfe65ea673c928f2a52e1c892d486c2b35702392ce8ae198b874

diff --git a/app-misc/ledger-live/ledger-live-2.53.2.ebuild 
b/app-misc/ledger-live/ledger-live-2.60.0.ebuild
similarity index 100%
rename from app-misc/ledger-live/ledger-live-2.53.2.ebuild
rename to app-misc/ledger-live/ledger-live-2.60.0.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: net-im/fractal/

2023-06-05 Thread Laurent Morretton
commit: a6dafe504bac792fde45f981d44fca353fc90a1c
Author: Laurent Morretton  morretton  fr>
AuthorDate: Mon Jun  5 20:26:43 2023 +
Commit: Laurent Morretton  gmail  com>
CommitDate: Mon Jun  5 20:26:43 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6dafe50

Fix gtksourceview version

Signed-off-by: Laurent Morretton  morretton.fr>

 net-im/fractal/fractal-5_beta1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/fractal/fractal-5_beta1.ebuild 
b/net-im/fractal/fractal-5_beta1.ebuild
index 91a557193..0c5044320 100644
--- a/net-im/fractal/fractal-5_beta1.ebuild
+++ b/net-im/fractal/fractal-5_beta1.ebuild
@@ -35,7 +35,7 @@ RDEPEND=">=dev-libs/glib-2.72
>=media-libs/libshumate-1
>=x11-libs/cairo-1.16.0
>=gui-libs/gtk-4.10:4
-   x11-libs/gtksourceview:4
+   gui-libs/gtksourceview:5
media-plugins/gst-plugins-gtk"
 DEPEND="${RDEPEND}"
 BDEPEND="dev-util/ninja



[gentoo-commits] repo/proj/guru:dev commit in: net-im/fractal/

2023-06-05 Thread Laurent Morretton
commit: 2904717a29a1f69010f6d3c8eea84ca1e232a5ad
Author: Laurent Morretton  morretton  fr>
AuthorDate: Mon Jun  5 20:05:42 2023 +
Commit: Laurent Morretton  gmail  com>
CommitDate: Mon Jun  5 20:16:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2904717a

net-im/fractal: new package, add 5_beta1

Signed-off-by: Laurent Morretton  morretton.fr>

 net-im/fractal/Manifest   |  1 +
 net-im/fractal/fractal-5_beta1.ebuild | 59 +++
 net-im/fractal/metadata.xml   | 11 +++
 3 files changed, 71 insertions(+)

diff --git a/net-im/fractal/Manifest b/net-im/fractal/Manifest
new file mode 100644
index 0..55d6963e2
--- /dev/null
+++ b/net-im/fractal/Manifest
@@ -0,0 +1 @@
+DIST fractal-5.beta1.tar.bz2 699474 BLAKE2B 
57fb2316f58009d2c6de53036231d7a3fab70dcbd12ec71cdc58c743d8d78a43e3c9eff91836f481daddf68405f7b8a6cd3d6e2f6c1fa22e752579ab1893df45
 SHA512 
e31f5f0503efc8a98fd03d42080f9c77e292587b4dd18b5c0a67dc273d017174a96d5176974ccb3d7c4aa90bddc4f0ac8fc3c339d6fd2874fad4fb7c18a603ac

diff --git a/net-im/fractal/fractal-5_beta1.ebuild 
b/net-im/fractal/fractal-5_beta1.ebuild
new file mode 100644
index 0..91a557193
--- /dev/null
+++ b/net-im/fractal/fractal-5_beta1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit meson gnome2-utils
+
+MY_PV=${PV//_/.}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Matrix group messaging app"
+HOMEPAGE="https://wiki.gnome.org/Apps/Fractal;
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+
+   SRC_URI=""
+   EGIT_REPO_URI="https://gitlab.gnome.org/world/fractal.git;
+   EGIT_BRANCH="master"
+else
+   
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${MY_PV}/${MY_P}.tar.bz2;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.72
+   >=app-text/gspell-1.8.1
+   >=gui-libs/libadwaita-1.3
+   >=media-libs/gstreamer-1.20
+   >=media-libs/gst-plugins-base-1.20
+   >=dev-db/sqlite-3.24
+   >=media-video/pipewire-0.3[gstreamer]
+   >=media-libs/libshumate-1
+   >=x11-libs/cairo-1.16.0
+   >=gui-libs/gtk-4.10:4
+   x11-libs/gtksourceview:4
+   media-plugins/gst-plugins-gtk"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/ninja
+   dev-util/meson
+   >=virtual/rust-1.31.1"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_icon_cache_update
+}

diff --git a/net-im/fractal/metadata.xml b/net-im/fractal/metadata.xml
new file mode 100644
index 0..2047d957a
--- /dev/null
+++ b/net-im/fractal/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+laurent.morret...@gmail.com
+Laurent Morretton
+  
+  
+GNOME/fractal
+  
+



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

2023-06-05 Thread Arthur Zamarin
commit: 6960567ca28fab194579cd9b45035a8657e2a1cc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun  5 19:58:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun  5 19:58:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6960567c

dev-python/pylint: Stabilize 2.17.4 ALLARCHES, #907908

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

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

diff --git a/dev-python/pylint/pylint-2.17.4.ebuild 
b/dev-python/pylint/pylint-2.17.4.ebuild
index fa4d4ca957f9..732a0ebfbca8 100644
--- a/dev-python/pylint/pylint-2.17.4.ebuild
+++ b/dev-python/pylint/pylint-2.17.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 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"
 IUSE="examples"
 
 # Make sure to check 
https://github.com/pylint-dev/pylint/blob/main/pyproject.toml#L34 on bumps



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

2023-06-05 Thread Arthur Zamarin
commit: 23cd0ccfccb8bf8a923d5d4207f2206fbbea250f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun  5 19:56:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun  5 19:56:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23cd0ccf

dev-python/s3transfer: Stabilize 0.6.1 ALLARCHES, #907913

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

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

diff --git a/dev-python/s3transfer/s3transfer-0.6.1.ebuild 
b/dev-python/s3transfer/s3transfer-0.6.1.ebuild
index 3d6214b0693a..ef5c75ef2ab5 100644
--- a/dev-python/s3transfer/s3transfer-0.6.1.ebuild
+++ b/dev-python/s3transfer/s3transfer-0.6.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/botocore-1.24.7[${PYTHON_USEDEP}]



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

2023-06-05 Thread Arthur Zamarin
commit: 10c35e73ee32dc244162e534d678d71e356d89e3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun  5 19:55:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun  5 19:55:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c35e73

dev-python/elementpath: Stabilize 4.1.2 ALLARCHES, #907910

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

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

diff --git a/dev-python/elementpath/elementpath-4.1.2.ebuild 
b/dev-python/elementpath/elementpath-4.1.2.ebuild
index 93f8579d6754..28176fb8a179 100644
--- a/dev-python/elementpath/elementpath-4.1.2.ebuild
+++ b/dev-python/elementpath/elementpath-4.1.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 
 BDEPEND="
test? (



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

2023-06-05 Thread Arthur Zamarin
commit: e9c4112a05bcf317a214d3d9e74327572290ea55
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun  5 19:54:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun  5 19:54:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c4112a

dev-python/pyaml: Stabilize 23.5.8 ALLARCHES, #907909

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

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

diff --git a/dev-python/pyaml/pyaml-23.5.8.ebuild 
b/dev-python/pyaml/pyaml-23.5.8.ebuild
index cf3738ac27a8..8344d811b1b9 100644
--- a/dev-python/pyaml/pyaml-23.5.8.ebuild
+++ b/dev-python/pyaml/pyaml-23.5.8.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:dev commit in: net-p2p/feather/

2023-06-05 Thread Adam Pimentel
commit: 2fbaeacf8484eca55fdef6b52204a4fe80435be7
Author: Adam Pimentel  protonmail  com>
AuthorDate: Mon Jun  5 19:21:29 2023 +
Commit: Adam Pimentel  protonmail  com>
CommitDate: Mon Jun  5 19:21:29 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2fbaeacf

net-p2p/feather: fix incorrect monero commit
Closes: https://bugs.gentoo.org/907600

Signed-off-by: Adam Pimentel  protonmail.com>

 net-p2p/feather/Manifest | 2 +-
 net-p2p/feather/feather-2.4.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/feather/Manifest b/net-p2p/feather/Manifest
index 5160c6e36..37e26bba1 100644
--- a/net-p2p/feather/Manifest
+++ b/net-p2p/feather/Manifest
@@ -43,6 +43,6 @@ DIST feather-2.4.9-monero-randomx.tar.gz 164390 BLAKE2B 
704792f22d7e3e9e789b42f7
 DIST feather-2.4.9-monero-rapidjson.tar.gz 1054330 BLAKE2B 
5d18961b86a27516e42441ba46317ba811e06305dc754b5765b4fbfb697d93bc31ae9457fa2c3f213396909af726f775a7b371874ef1a0dc56a8577ed077a610
 SHA512 
dd4f103f84c4f32683ca9ccc82c35db3a60012c35acbb79405905c8b4e382389c52422b1a514e6128ae71f90f5eedb158f2a4f72f7c0f6025c2ef0787130bbe7
 DIST feather-2.4.9-monero-supercop.tar.gz 346604 BLAKE2B 
10e48076acb2e5de5acb2efee61b2fac40fdfec3bc4037a94199d56ee2446466126e1b9dade56ee69598f4bd3c64b45d86d0810f24f461f6e09fb84c87e1ef93
 SHA512 
06cca8d1def31aa11bf5aa42d861c4a027786f7cc494fa3ab53a2bc4bd9d1f55b2389020ba5fd1816ed277b6e4320ad8edbb3117dcf4981fc7fba655c4bbe648
 DIST feather-2.4.9-monero-trezorcommon.tar.gz 1327782 BLAKE2B 
738f2833317d5b5f52c21582160c1bee331fda38615c7e2c29d68cec600e849209111aaa75cce059596e87b2711c5a5749d965c91f1cf15cbe98fc86a049b5a5
 SHA512 
9955aa160e9a969decee598584f788e4d36e9c65f2ee730cd8f128669e86175f2189e804ca53e405871ab698ae5e683f146e59e832d8ec58fa1cb46328665ddf
-DIST feather-2.4.9-monero.tar.gz 11648528 BLAKE2B 
84bfe42e9af939f09a3a3865144b6fff017a9f285332bedd5ede9e254d744ad98697fc4b2bb3fa1c411449104f31e28f3e836dc0d37d484269bc479d552d2205
 SHA512 
d469d93b31b0bb3f902181e842333ffa48739cba5f8b934fa38a1892dc6e9a85f39b8aec61cb5e37cb859b04bdb44560aa85d9e782241440bc413bd60df2c8cf
+DIST feather-2.4.9-monero.tar.gz 11649111 BLAKE2B 
fc087623b02fe57947aa4c4294e1bdee09ef171651382af99e870d299093f3380e00f9852f28683a6c4b4cff4ef0d1c573fb94c53083f4077d3b22e6b352b3bd
 SHA512 
69dcc76e4e23c26ff1e7d01b1993af09a0f6f075d091a9169f7cfecfb094386380d657f4a538c82977a7ca91f8df2ac8339f53d55bc3beda2f8235db
 DIST feather-2.4.9-singleapplication.tar.gz 21630 BLAKE2B 
403e187d0c9f5c591741ab1bdf879ae700cd255e0bcf3cc6e71aa2f6b9dcaf462aaa4e2142b5978d5e69c7660b1d094ac47cac3912c1b49a1dd003eebc641d6f
 SHA512 
d16127412a97289edcb2bf86d2e4229d11408095ca6be6f2d7d63a6df573b31aa2e100382da3b12b93b45380fe68586c91cf3e774d1aedfeb88e151bc13bb4c4
 DIST feather-2.4.9.tar.gz 1241941 BLAKE2B 
725c949525970fb8368fdcc3443b5fde7ffbdb12b82608c6fa590e5104bd3fe4c42a5dca299e83acbd2b74d9bd2f7bf11a885c1cbdbafaed1eac3e7a825addc6
 SHA512 
71637871fead4d607c4a4536be1737c8640672921da5807dc17956e11ba95d5ae71467163dc01075df8c7b7c56ffe63ffbcdab433e4882215d542fcb89dac9a0

diff --git a/net-p2p/feather/feather-2.4.9.ebuild 
b/net-p2p/feather/feather-2.4.9.ebuild
index c2a13ae58..f4a70a2a3 100644
--- a/net-p2p/feather/feather-2.4.9.ebuild
+++ b/net-p2p/feather/feather-2.4.9.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit cmake desktop xdg
 
 SINGLEAPPLICATION_DIST_COMIT="3e8e85d1a487e433751711a8a090659684d42e3b"
-MONERO_DIST_COMIT="bbebb167879679703fd8f92970b336c25f4ee28c"
+MONERO_DIST_COMIT="4a7881a55606b41eb79509b33b0f291b64860922"
MINIUPNP_DIST_COMIT="544e6fcc73c5ad9af48a8985c94f0f1d742ef2e0"
RANDOMX_DIST_COMIT="261d58c77fc5547c0aa7fdfeb58421ba7e0e6e1c"
RAPIDJSON_DIST_COMIT="129d19ba7f496df5e33658527a7158c79b99c21c"



[gentoo-commits] proj/pms: Branch deleted: md5-dict

2023-06-05 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jun  5 18:45:51 2023 +

Branch deleted: md5-dict




[gentoo-commits] proj/pms:master commit in: /

2023-06-05 Thread Ulrich Müller
commit: 8db624245bc7ac34712017a70c056abe9d4a60cf
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon May 29 13:07:58 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon May 29 13:07:58 2023 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=8db62424

pms.bib: Use @techreport entry type for GLEPs

This is a slightly better fit than @manual. Also, change citation keys
to lowercase.

Signed-off-by: Ulrich Müller  gentoo.org>

 appendices.tex  |  6 +++---
 pms.bib | 35 +--
 tree-layout.tex |  2 +-
 3 files changed, 29 insertions(+), 14 deletions(-)

diff --git a/appendices.tex b/appendices.tex
index 7a2c70b..daf9b01 100644
--- a/appendices.tex
+++ b/appendices.tex
@@ -3,7 +3,7 @@
 
 The \t{metadata.xml} file is used to contain extra package- or category-level 
information beyond
 what is stored in ebuild metadata. Its exact format is strictly beyond the 
scope of this document,
-and is described in GLEP~68~\cite{Glep68}.
+and is described in GLEP~68~\cite{glep68}.
 
 \chapter{Unspecified Items}
 
@@ -76,7 +76,7 @@ the \t{PROVIDE} metadata that it supplied certain virtuals, 
and the package mana
 in mind when handling dependencies.
 
 Old-style virtuals were supported by EAPIs 0, 1, 2, 3 and~4. They were phased 
out via
-GLEP~37~\cite{Glep37} and finally removed in 2011.
+GLEP~37~\cite{glep37} and finally removed in 2011.
 
 \note{A `new-style virtual' is a normal package that installs no files and 
uses its dependency
 requirements to pull in a `provider'. This does not require any special 
handling from the package
@@ -87,7 +87,7 @@ The method to specify the EAPI of an ebuild used to be a 
shell variable assignme
 manager had to source the ebuild in order to determine the EAPI\@. Therefore 
any ebuild using
 a future EAPI would still have to be sourceable by old package managers, which 
imposed restrictions
 e.\,g.\ on updating the Bash version or on possible changes of global scope 
functions. Several
-approaches to overcome this limitation were discussed, notably 
GLEP~55~\cite{Glep55}, which was
+approaches to overcome this limitation were discussed, notably 
GLEP~55~\cite{glep55}, which was
 rejected though.
 
 The current syntax of the \t{EAPI} assignment statement (see 
section~\ref{sec:eapi}), allowing

diff --git a/pms.bib b/pms.bib
index 014b643..bef07c1 100644
--- a/pms.bib
+++ b/pms.bib
@@ -1,38 +1,53 @@
-@manual{Glep37,
+@techreport{glep37,
 author = {Jason Stubbs},
-title = {{GLEP} 37: Virtuals deprecation},
+title = {Virtuals deprecation},
+type = {GLEP},
+number = 37,
+institution = {Gentoo Linux},
 year = 2006,
 month = Sep,
 url = {https://www.gentoo.org/glep/glep-0037.html}
 }
 
-@manual{Glep44,
+@techreport{glep44,
 author = {Marius Mauch},
-title = {{GLEP} 44: Manifest2 format},
+title = {{Manifest2} format},
+type = {GLEP},
+number = 44,
+institution = {Gentoo Linux},
 year = 2006,
 month = Sep,
 url = {https://www.gentoo.org/glep/glep-0044.html}
 }
 
-@manual{Glep55,
+@techreport{glep55,
 author = {Piotr Jaroszyński},
-title = {{GLEP} 55: Use {EAPI}-suffixed ebuilds},
+title = {Use {EAPI}-suffixed ebuilds},
+type = {GLEP},
+number = 55,
+institution = {Gentoo Linux},
 year = 2009,
 month = May,
 url = {https://www.gentoo.org/glep/glep-0055.html}
 }
 
-@manual{Glep68,
+@techreport{glep68,
 author = {Michał Górny},
-title = {{GLEP} 68: Package and category metadata},
+title = {Package and category metadata},
+type = {GLEP},
+number = 68,
+institution = {Gentoo Linux},
 year = 2022,
 month = Oct,
 url = {https://www.gentoo.org/glep/glep-0068.html}
 }
 
-@manual{Glep74,
+@techreport{glep74,
 author = {Michał Górny and Robin Hugh Johnson and Ulrich Müller},
-title = {{GLEP} 74: Full-tree verification using Manifest files},
+title = {Full-tree verification using {Manifest} files},
+type = {GLEP},
+number = 74,
+institution = {Gentoo Linux},
 year = 2022,
 month = Oct,
 url = {https://www.gentoo.org/glep/glep-0074.html}

diff --git a/tree-layout.tex b/tree-layout.tex
index da01ff8..99fc46a 100644
--- a/tree-layout.tex
+++ b/tree-layout.tex
@@ -54,7 +54,7 @@ A package directory contains the following:
 \item A \t{metadata.xml} file, as described in 
appendix~\ref{app:metadata-xml}\@. Optional only for
 legacy support.
 \item A \t{ChangeLog}, in a format determined by the provider of the 
repository. Optional.
-\item A \t{Manifest} file, whose format is described in~\cite{Glep74}. Can be 
omitted if the file
+\item A \t{Manifest} file, whose format is described in~\cite{glep74}. Can be 
omitted if the file
 would be empty.
 \item A \t{files} directory, containing any support files needed by the 
ebuilds. Optional.
 \end{compactitem}



[gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/

2023-06-05 Thread Fabian Groffen
commit: 51094e6bcf42daf4ec7b2757457039b9ba21c84c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jun  5 18:36:50 2023 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jun  5 18:39:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51094e6b

mail-mta/exim-4.96-r4: revbump to fix compilation issue #907870

Enable exiscan patch by default for the regex_vars infra builds on it
(via our patches).  So simplify the world somewhat by making the feature
non-optional.

Closes: https://bugs.gentoo.org/907870
Signed-off-by: Fabian Groffen  gentoo.org>

 .../exim/{exim-4.96-r3.ebuild => exim-4.96-r4.ebuild} | 15 ++-
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/mail-mta/exim/exim-4.96-r3.ebuild 
b/mail-mta/exim/exim-4.96-r4.ebuild
similarity index 98%
rename from mail-mta/exim/exim-4.96-r3.ebuild
rename to mail-mta/exim/exim-4.96-r4.ebuild
index b9f58258caa4..8a6457798562 100644
--- a/mail-mta/exim/exim-4.96-r3.ebuild
+++ b/mail-mta/exim/exim-4.96-r4.ebuild
@@ -6,7 +6,7 @@ EAPI="7"
 inherit db-use toolchain-funcs pam systemd
 
 IUSE="arc berkdb +dane dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl
-dsn exiscan-acl gdbm gnutls idn ipv6 ldap lmtp maildir mbx
+dsn gdbm gnutls idn ipv6 ldap lmtp maildir mbx
 mysql nis pam perl pkcs11 postgres +prdr proxy radius redis sasl selinux
 socks5 spf sqlite srs +ssl syslog tdb tcpd +tpda X"
 REQUIRED_USE="
@@ -16,8 +16,6 @@ REQUIRED_USE="
dkim? ( ssl !gnutls )
gnutls? ( ssl )
pkcs11? ( ssl )
-   spf? ( exiscan-acl )
-   srs? ( exiscan-acl )
|| ( berkdb gdbm tdb )
 "
 # NOTE on USE="gnutls dane", gnutls[dane] is masked in base, unmasked
@@ -196,6 +194,7 @@ src_configure() {
PID_FILE_PATH=${EPREFIX}/run/exim.pid
SPOOL_DIRECTORY=${EPREFIX}/var/spool/exim
HAVE_ICONV=yes
+   WITH_CONTENT_SCAN=yes
EOC
 
# configure db implementation, Exim always needs one for its hints
@@ -356,13 +355,6 @@ src_configure() {
# features
#
 
-   # content scanning support
-   if use exiscan-acl; then
-   cat >> Makefile <<- EOC
-   WITH_CONTENT_SCAN=yes
-   EOC
-   fi
-
# DomainKeys Identified Mail, RFC4871
if ! use dkim; then
# DKIM is enabled by default
@@ -595,9 +587,6 @@ src_install() {
# conf files
insinto /etc/exim
newins "${S}"/src/configure.default exim.conf.dist
-   if use exiscan-acl; then
-   newins "${S}"/src/configure.default exim.conf.exiscan-acl
-   fi
doins "${WORKDIR}"/system_filter.exim
doins "${FILESDIR}"/auth_conf.sub
 



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

2023-06-05 Thread Michał Górny
commit: 4c580019ac09bea2eeff758e30c3a0c3cb548e54
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 14:31:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 18:35:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c580019

sys-kernel/gentoo-kernel: Bump to 5.10.182

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

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

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 5db9a1e530bb..0b0e46acc73d 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -1,5 +1,7 @@
 DIST genpatches-5.10-191.base.tar.xz 5394880 BLAKE2B 
604549d0789ee4ea8b965b4aec921d1c5839c601019f4facb1a697dfa983476eea807d0ab9b6a37db3baf883657cfe4c016c17771400886cf8e56c313659b2d6
 SHA512 
b43980108645bf01af0ef00bd96ba0ddeab16439d6e26badfedefdbf02a4f9459e40b5ee4c72a26052a04ba6756ee1f8cdfa403e408f4a308050e2c8168c3a48
 DIST genpatches-5.10-191.extras.tar.xz 3868 BLAKE2B 
b0c035f8e43faf78344a1f413c6030fe2001216bfc9381e402e3fee7edb3cf2798042a3a3d62db2b429f53d6a68b445fb25c9c0255bdbb85d5df00c6388584b1
 SHA512 
dc29b28784cb160ba0a24921986b905efd8d624902b00994829b99bd383551da0b1b4419ec8b91626b896cfb3997480a62fb9691b497b01f331db1450b09fbb6
+DIST genpatches-5.10-192.base.tar.xz 5401408 BLAKE2B 
1e84821002dfa2af4f57f5cd3addcd037524cbfcf9e5cb7171725363457c6503f46b5bae92ff04ed3500e28daa1c9ab61dbff2495281732b972300284af3e7aa
 SHA512 
edbc567165df20906acc7425d56ea7feeb3e9d402ea0d175a3c627b300eb33675552ae36248ccefc67584e2120f9e3f098ce204e9aa3858c443ca58c1d34418e
+DIST genpatches-5.10-192.extras.tar.xz 3872 BLAKE2B 
8ab3d00e158a52558ee28b82235fd1df510953207d18073ca2fd8114c64c96742ec69dde5959273c451803b0f534ed7351cfcfabe3291bcd323cdf4d317a5610
 SHA512 
a93b072d731f9bcd2e4d50af05902ab50b9145aa5e5b02141f203ad0b4c82b308c0cb599fa6f790b84584197c65270ec701ec94a321f39e745625803a3d6093f
 DIST genpatches-5.15-120.base.tar.xz 4681108 BLAKE2B 
7e69c38991ab3b5ec949f48fff8564c854017b8bafac61747eede20f79d71dade59effaee29fe849b1fdbee7abcaf3f55a39b95b96bda6a70af05a905a68
 SHA512 
2be319896281e7cab1646da40a3067c3815270ff5fb29edccda9138862a39ace2192a1cd38a4232bc14ebed0d6c0c877a9fd58f225d7cedca743664e2a993025
 DIST genpatches-5.15-120.extras.tar.xz 3932 BLAKE2B 
fb00b97c8b61234646388bec0dd23a1310a7bdca9d04a2048a32a4e30605662c7001188bc125170aeca2ded63954a71b612908286aeab06928dec00cedc76902
 SHA512 
c2b6ee91b3505dae7fe78a393001cdf6ac7d0020f8123f14d961b90d1424144996e182fcb5304d5890c041e2d940a960bac0795ebc22e85459285b16f67d9b3f
 DIST genpatches-5.15-121.base.tar.xz 4695588 BLAKE2B 
2bbc7102194c0526cdc1f2e310871756ab87e5edf35273c41a2a8c26abfa56149361a2a8af68e215e14912bf2238c7610f60f69f88916404781488352fbdd95c
 SHA512 
822e207359ef8ce3894152de6aacf66974d8b8bcbc5329dbcbda379cb6dc81d348ad9a38022abd05131c1a4df955426da25bf37b83ac06ccead4aa1277b2eb36

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.182.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.182.ebuild
new file mode 100644
index ..91e1b5a2d288
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.182.ebuild
@@ -0,0 +1,134 @@
+# Copyright 2020-2023 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##*.} + 10 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.12
+CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530
+GENTOO_CONFIG_VER=g7
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   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
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> kernel-ppc64le-fedora.config.${CONFIG_VER}
+   )
+   x86? (
+   

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

2023-06-05 Thread Michał Górny
commit: f2d95c0836a3f52aaff7f355ead7ffdb4657bd73
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 17:45:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 18:35:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d95c08

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 94fa4a467c53..9e5d30d19fd0 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -8,6 +8,8 @@ DIST genpatches-5.15-121.base.tar.xz 4695588 BLAKE2B 
2bbc7102194c0526cdc1f2e3108
 DIST genpatches-5.15-121.extras.tar.xz 3932 BLAKE2B 
22ef45027450ffaafa2637aab88656c56fee375fcad14403693f94894cdfab96bb2b930cec4852babcb4bac86b07bbc9e6e103de7c871b91ef3004435e1cb785
 SHA512 
92b785c17dd171871dbcd841810c1e7da4fd7cc5027040340dd90f6bf97153dd0e300a6bc33e61bc7354b6e6648e3bf718d161ebacc5a4ed3a3e86e885181ff5
 DIST genpatches-5.4-251.base.tar.xz 5798892 BLAKE2B 
a519f23086a440d560e5301b77aa1a627e97d9c2545adddc6fdfe9b55b35dcbef285a6e92d4ab615b517177723875a53b6b5f1dc9c237dec3f23acb511e08be7
 SHA512 
c8d228cb18f2c64631ee5a40d7de58e78c7fd2c452f54101d0e6f67149d5d3df30076b461dada5bd862e4b97daf30a6d15c3f50526b46156d9ffca946b3c65d7
 DIST genpatches-5.4-251.extras.tar.xz 1812 BLAKE2B 
440f5d63b80e31753c46c2c2bb07bfdd257cac6847dfaed63a19c9e255da0e6ca31f5535718572afa143918bbab9d8651b0d8462f5bce619866d78acbc063682
 SHA512 
54d1ea7625daff0c8d50f8abfba616378d8bc4c62cdfdc03648bec9312803464d0c662bfa619c357a73247c00b22b9725896cec5aaefc66ef811e0f97ff62e91
+DIST genpatches-5.4-252.base.tar.xz 5808300 BLAKE2B 
d5cb4fe312f469a331269eca8604d9c43feca79bc6778af670fad859de3098c31cf0408fb58d95f233564e0ab2eff7a45ad041b8fc6bb97be0f93dd911224b62
 SHA512 
4970b66f064f53db230877fed6434e39aebb727438465667af6eca8603b712089830789c16bae5fe0249dfed0cb4bdbf1ce695cc7a1ebb6ab64bb61b1b38a5cb
+DIST genpatches-5.4-252.extras.tar.xz 1812 BLAKE2B 
07013e9aa5c8a2380424df700ac7ce592732316b97d6605ffb0e75270b9b08716030a56ae78b9f09b9e314fdd78ab8a8bf986ab767eadfe0a58cf2906be52b17
 SHA512 
3070acc7127a372f02479f4eee5f465dc3c1fe1ac3b4c2ce0af61d2fe091c509f7e7ef2af8564eb178efe031ac5fbf2f23f48bce4ea54d4500e1b1eaccea6340
 DIST genpatches-6.1-36.base.tar.xz 1892196 BLAKE2B 
21e7b006889ce39d3b2afaa981cb04c1229050d13b944086ac2c51add6c63dc96c3ac2dda188dfa11a45343904e26589684ffea3a22c235738c1c6d8c38a11cd
 SHA512 
b4de4f6db586a9aafddf639ae914b35ffb0e2340ef312c64a48f4a0bfc02c573437595fc61596245dec2eac7add9f62925e575e2f621d2cf2e80262096f64df9
 DIST genpatches-6.1-36.extras.tar.xz 3808 BLAKE2B 
ba99390043e4a62ea1322364ba601440fd70079ffb98dea924f91aeb00a7add4d2402e16589e0406e66ff9e0ec7a9d0d76e0a14276fe486507345c8ebeb82bde
 SHA512 
ab4170a7b75c2617ccd5c08b7c5d84e68e593cacdca70dd59ed0b738639ddf3bbbaf6a4758728ff74026478a341782eb0e73a6a40ef9a7158f9c6221703afc55
 DIST genpatches-6.1-37.base.tar.xz 1905836 BLAKE2B 
da087dc0f3e1f683b025c16f9fc4c60fb041d9b1a7c886f6b235dbf28afedda1283780298add52e211d4bde198247413c633908f891f6d1464bf0caeaff76f26
 SHA512 
528ac52eb398dc272a0011384c6ca4af72cd7e0b4a75f5c81d71c8aa7b04a11b58ab5445b99bfb53bc559e99e5aeb42dd9479aa8c8b2d42510709614de75872a
@@ -36,6 +38,10 @@ DIST gentoo-kernel-5.4.244-1.amd64.gpkg.tar 60528640 BLAKE2B 
304077b1c25137f1598
 DIST gentoo-kernel-5.4.244-1.arm64.gpkg.tar 56535040 BLAKE2B 
11eb5cdfaa750cb84a64f804af672834d971e8bc8df67d3c86dcb3274d710f4d4fca4ff8d611b520dcc3a9fb4c36be1892b7fc38d06bca84545ecdb4ac21cfdd
 SHA512 
ba63594c7546afbace4eee7102c05d66f8d93d596baf889b0224d753d806c96715a8f2088237ae1142ab7b1b5cda96fab38a2af1600711402ee25aa2b5ce016d
 DIST gentoo-kernel-5.4.244-1.ppc64le.gpkg.tar 54210560 BLAKE2B 
879d7c2ea090a0f09a5852cacd2409baa0efcc8436f266f02730f107ec3dfd90ba561a35bd83c5b5a7bbd68a193a4e5062f5bae1cd5fd7aa7079ea4d59b2f2cc
 SHA512 
2bc13bc6f4823c2316d31c25494345abb79db4261320209cbce07b504eae4e70e41bc95af6ab4c01685fdba610836d5dc4de21e446972c31073ac0ef8ab80da4
 DIST gentoo-kernel-5.4.244-1.x86.gpkg.tar 5248 BLAKE2B 
91f563979539a150518ac368fe030bf08e48492037103f2f542a9148b0038f21656536d15be558e1bf193990da93560d37d23560e29f83a0b31c4c79bb8f6400
 SHA512 
f20773e9ffc3fa3d562a12cd0e184bf3801560b50b4a408bd923ed7381aeb658b480504e8324943d56b461bed7a9859b44e5a804f3f873e61b08df53112b55f2
+DIST gentoo-kernel-5.4.245-1.amd64.gpkg.tar 60528640 BLAKE2B 
af046a3be180db341703bbb48b4219475a87604995cfe3a55fafa32a7892d8edfff3774cc23018a0dba9015aef1f19681d5f02dfa67571c0275e67f30e979fdf
 SHA512 
069e95aee4f63da0cfd98b49b44c7a9a99bc59143b87b5418ed68878125bc4d2d6e8fad9d79ef7912ee0c2f51665862697d3199f2d91b3efbfa73448c1ff4608
+DIST gentoo-kernel-5.4.245-1.arm64.gpkg.tar 56535040 BLAKE2B 

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

2023-06-05 Thread Michał Górny
commit: a9ebd7c5384889609982d44e9270852ade9b0086
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 17:45:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 18:35:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ebd7c5

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 724e1e1ab96b..93bcd3a113a0 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -2,6 +2,8 @@ DIST genpatches-5.10-191.base.tar.xz 5394880 BLAKE2B 
604549d0789ee4ea8b965b4aec9
 DIST genpatches-5.10-191.extras.tar.xz 3868 BLAKE2B 
b0c035f8e43faf78344a1f413c6030fe2001216bfc9381e402e3fee7edb3cf2798042a3a3d62db2b429f53d6a68b445fb25c9c0255bdbb85d5df00c6388584b1
 SHA512 
dc29b28784cb160ba0a24921986b905efd8d624902b00994829b99bd383551da0b1b4419ec8b91626b896cfb3997480a62fb9691b497b01f331db1450b09fbb6
 DIST genpatches-5.15-120.base.tar.xz 4681108 BLAKE2B 
7e69c38991ab3b5ec949f48fff8564c854017b8bafac61747eede20f79d71dade59effaee29fe849b1fdbee7abcaf3f55a39b95b96bda6a70af05a905a68
 SHA512 
2be319896281e7cab1646da40a3067c3815270ff5fb29edccda9138862a39ace2192a1cd38a4232bc14ebed0d6c0c877a9fd58f225d7cedca743664e2a993025
 DIST genpatches-5.15-120.extras.tar.xz 3932 BLAKE2B 
fb00b97c8b61234646388bec0dd23a1310a7bdca9d04a2048a32a4e30605662c7001188bc125170aeca2ded63954a71b612908286aeab06928dec00cedc76902
 SHA512 
c2b6ee91b3505dae7fe78a393001cdf6ac7d0020f8123f14d961b90d1424144996e182fcb5304d5890c041e2d940a960bac0795ebc22e85459285b16f67d9b3f
+DIST genpatches-5.15-121.base.tar.xz 4695588 BLAKE2B 
2bbc7102194c0526cdc1f2e310871756ab87e5edf35273c41a2a8c26abfa56149361a2a8af68e215e14912bf2238c7610f60f69f88916404781488352fbdd95c
 SHA512 
822e207359ef8ce3894152de6aacf66974d8b8bcbc5329dbcbda379cb6dc81d348ad9a38022abd05131c1a4df955426da25bf37b83ac06ccead4aa1277b2eb36
+DIST genpatches-5.15-121.extras.tar.xz 3932 BLAKE2B 
22ef45027450ffaafa2637aab88656c56fee375fcad14403693f94894cdfab96bb2b930cec4852babcb4bac86b07bbc9e6e103de7c871b91ef3004435e1cb785
 SHA512 
92b785c17dd171871dbcd841810c1e7da4fd7cc5027040340dd90f6bf97153dd0e300a6bc33e61bc7354b6e6648e3bf718d161ebacc5a4ed3a3e86e885181ff5
 DIST genpatches-5.4-251.base.tar.xz 5798892 BLAKE2B 
a519f23086a440d560e5301b77aa1a627e97d9c2545adddc6fdfe9b55b35dcbef285a6e92d4ab615b517177723875a53b6b5f1dc9c237dec3f23acb511e08be7
 SHA512 
c8d228cb18f2c64631ee5a40d7de58e78c7fd2c452f54101d0e6f67149d5d3df30076b461dada5bd862e4b97daf30a6d15c3f50526b46156d9ffca946b3c65d7
 DIST genpatches-5.4-251.extras.tar.xz 1812 BLAKE2B 
440f5d63b80e31753c46c2c2bb07bfdd257cac6847dfaed63a19c9e255da0e6ca31f5535718572afa143918bbab9d8651b0d8462f5bce619866d78acbc063682
 SHA512 
54d1ea7625daff0c8d50f8abfba616378d8bc4c62cdfdc03648bec9312803464d0c662bfa619c357a73247c00b22b9725896cec5aaefc66ef811e0f97ff62e91
 DIST genpatches-6.1-36.base.tar.xz 1892196 BLAKE2B 
21e7b006889ce39d3b2afaa981cb04c1229050d13b944086ac2c51add6c63dc96c3ac2dda188dfa11a45343904e26589684ffea3a22c235738c1c6d8c38a11cd
 SHA512 
b4de4f6db586a9aafddf639ae914b35ffb0e2340ef312c64a48f4a0bfc02c573437595fc61596245dec2eac7add9f62925e575e2f621d2cf2e80262096f64df9
@@ -20,6 +22,10 @@ DIST gentoo-kernel-5.15.114-1.amd64.gpkg.tar 69539840 
BLAKE2B bcc43fe6a4e17363f2
 DIST gentoo-kernel-5.15.114-1.arm64.gpkg.tar 62515200 BLAKE2B 
985311a49f8314cf5787c51dfb683a4372a842a4976352f220775afa8c335ed73e15deaaf3dc5be577d4ef9552dfd6e42bdb75295836aa71baaffdb75dfe24cf
 SHA512 
3b182db4df94d3ad44e712284fc83838ba3f1676639fd57ace8d9346429f4dbbe3b011fc86317836fce2c240d54eda363a1465aa9e514eeb5dad9ab533a7bf9d
 DIST gentoo-kernel-5.15.114-1.ppc64le.gpkg.tar 57118720 BLAKE2B 
d825703befacdea4409fdece540ff5f940cb7b91a57e8e278cd3d345588029f0a355b16256071329fedb04e29b5b43d07443591fb1c238a3e6760cd89e0b5b1f
 SHA512 
bb734a8e2223ca26fefc4fe3234429fde15b3c6368544b9a45c7115253280c43ded8795ab2a0c02988d30de90ee71167145336be5476cd1b4c43b9a68f2a7a92
 DIST gentoo-kernel-5.15.114-1.x86.gpkg.tar 59115520 BLAKE2B 
df62b2f821ae01a7e73a95af88a4c27caa4cf9aa39da91caca403ce579b27071084b104c33dd2ab2766873758aeb396834f8d98ddc31165c05812f787efae25e
 SHA512 
be0fbab45f2b5f7ed907cfe3332571ffba9a18c02c6a052483aa4db966f6e733a116e9d4064918491b39f86e95f5393dee8725d0e3bb917a799b87797377f621
+DIST gentoo-kernel-5.15.115-1.amd64.gpkg.tar 69539840 BLAKE2B 
8a2b8dafe4eab7fc9dbd94091d41f752956bc786869c6db45fd071996acf5ff2fcfd0364cc22785db97ca27dfeb45cc9eb545201b3c0bbfa4c9fec57e1e0acd4
 SHA512 
d237e73316599b6c94233fa497d329a8010535c57b549724c05ee56b2dc2dafa97471bd80e68a0de5d134d1d29dfb388d2596955ee78fc08a8492b1eee75ce16
+DIST gentoo-kernel-5.15.115-1.arm64.gpkg.tar 62515200 BLAKE2B 

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

2023-06-05 Thread Michał Górny
commit: dc36c624719462cabde464af7fdc0907caa152d1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 14:29:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 18:34:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc36c624

sys-kernel/vanilla-kernel: Bump to 6.1.32

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-6.1.32.ebuild| 137 +
 2 files changed, 139 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index ccf02be5efab..a1f28ce844d2 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -32,6 +32,8 @@ DIST linux-5.4.244.tar.sign 991 BLAKE2B 
777eafb4445f043a94936c89bf5da610abbd10a4
 DIST linux-5.4.244.tar.xz 113008872 BLAKE2B 
2837a01c9879fe2975330f051815bd688308cfca91ff29038db899c1749964ed68773ff72e78e2dfa065f3d763401a83c880b386debd90ed6cfce6e30ce79bfc
 SHA512 
eb1b7bee8b29103b3678cb6b3a66401d68c4b2f2c69ea603a8bae920e14655dc41ac21d79fb9593ab479668eb669f0e4a1af8628ff33f5b91db2c820f9f80cc8
 DIST linux-6.1.31.tar.sign 989 BLAKE2B 
86b86704f8e01a31c70a607d572a9ec2d1014cdecb321cb1b7fac56410692697f018c6237e77cd2aad6f53758f27e8177e39065e73dd0f274d4047c4f80e6c30
 SHA512 
f9488296d96f54490c8a506df7018d4804725b102959b070bd0c9bc64c7ea2d517d4f39273b4ecbe975ba75d712fbf9fe0affa4159546712fc4f0f9c1bf5c3c0
 DIST linux-6.1.31.tar.xz 134903408 BLAKE2B 
a3eec74aa6313f387d22a57d72737cae6c5e60125596fc265c0f7bd90bc95b6f5ef5192028802995a3cb50e739be328711046aadf3adc93dd2047e4b439d4a01
 SHA512 
1202a47f29eb17ee074ce22289c6cd488acc381a59968728aedb6070874917cf331a2535629775f5ed3c442b5a82ceb17ed41804e719c2d3f81bcf249261bc7b
+DIST linux-6.1.32.tar.sign 989 BLAKE2B 
79d8eefb6212e8f7f3e28956fe3b384e663d57649ba57c0667a6c30fee342c2328d9a06c2908a4c7fc509835eea7f8334e33a9f29bf8f9e2ade0b361bcba8590
 SHA512 
2929b4be377799256133aa85a0f8de9ada79bbb8b0270b925299d9219229501f3065357df14549eb70dd6ef34a8010639dfe50efe7587af49975f0167d2450fb
+DIST linux-6.1.32.tar.xz 134921364 BLAKE2B 
c2ae22a9dd497617c7bbfab7ef2b31ef03a62679790e6ba82892fa284b51eee50431c10e07f8ddf25b718a6db919d1c80e4089278090070a3f8aa6d94cbfd4c9
 SHA512 
91ffc55e9f6d4bc4daf600fc751a1dfba8d81132b3184de6b340fb871e28305de8ad2e0293b53c03b062fbdcd9a1774a9b74e301477cd1b1c6eac27c42d15867
 DIST linux-6.3.5.tar.sign 987 BLAKE2B 
34ed1d758eb42af9d27b6aec986c9f52426b19ad9a7483d1b4eb1b4873e7e10efd9c102fa7e17d1fba5df15ba536ab77e6597b607dd07ea9012860fe9eff2c34
 SHA512 
a701dea5d297c217eb2b497a9441399c0f386f39f74f726f81872f8144d83973ec02ce533b7d48cb9c49d38a98c820668d684927983a001f7a8a27067f605867
 DIST linux-6.3.5.tar.xz 136926988 BLAKE2B 
646a94591eae93db9301a11e5300579c8cce7d2a544727cb88efed86d05ba070a247498d9c83d7b7cdbead4e7d46537134c877813aa7f188dd36b403c58d0c11
 SHA512 
91a98c56191645c4ba32f657da59b6be92021b37a698eaf79e1ed3a79b959626386e7b69c8cb0c9eab0645c287a3e53393b1710158eca67b2f66a8d3eaec13de
 DIST linux-6.3.6.tar.sign 987 BLAKE2B 
db87514c0b906b3faeaeb55235234f32880de042fb2cfb05035186007d3cbbfa1051f80c54b8d9b2f93ca023e393ff3f360b8eb0dcebc3cd388122bc6cf990bb
 SHA512 
f1c9c7d5f81906f45b6c7c2bab251f56a7fcc0ac11f59b5790e1fe5eee3bcca16da841d70055f15de4d03c24ef611520ea4339d989f4ab89354382997bebd148

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.32.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.32.ebuild
new file mode 100644
index ..e3a0c5f7f691
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.32.ebuild
@@ -0,0 +1,137 @@
+# Copyright 2020-2023 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
+# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo
+CONFIG_VER=6.1.7-gentoo
+GENTOO_CONFIG_VER=g7
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   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://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   

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

2023-06-05 Thread Michał Górny
commit: f549b3bb821f19498f8080ff3812583508b9ac72
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 17:45:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 18:35:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f549b3bb

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index e74760dbdf59..724e1e1ab96b 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -6,6 +6,8 @@ DIST genpatches-5.4-251.base.tar.xz 5798892 BLAKE2B 
a519f23086a440d560e5301b77aa
 DIST genpatches-5.4-251.extras.tar.xz 1812 BLAKE2B 
440f5d63b80e31753c46c2c2bb07bfdd257cac6847dfaed63a19c9e255da0e6ca31f5535718572afa143918bbab9d8651b0d8462f5bce619866d78acbc063682
 SHA512 
54d1ea7625daff0c8d50f8abfba616378d8bc4c62cdfdc03648bec9312803464d0c662bfa619c357a73247c00b22b9725896cec5aaefc66ef811e0f97ff62e91
 DIST genpatches-6.1-36.base.tar.xz 1892196 BLAKE2B 
21e7b006889ce39d3b2afaa981cb04c1229050d13b944086ac2c51add6c63dc96c3ac2dda188dfa11a45343904e26589684ffea3a22c235738c1c6d8c38a11cd
 SHA512 
b4de4f6db586a9aafddf639ae914b35ffb0e2340ef312c64a48f4a0bfc02c573437595fc61596245dec2eac7add9f62925e575e2f621d2cf2e80262096f64df9
 DIST genpatches-6.1-36.extras.tar.xz 3808 BLAKE2B 
ba99390043e4a62ea1322364ba601440fd70079ffb98dea924f91aeb00a7add4d2402e16589e0406e66ff9e0ec7a9d0d76e0a14276fe486507345c8ebeb82bde
 SHA512 
ab4170a7b75c2617ccd5c08b7c5d84e68e593cacdca70dd59ed0b738639ddf3bbbaf6a4758728ff74026478a341782eb0e73a6a40ef9a7158f9c6221703afc55
+DIST genpatches-6.1-37.base.tar.xz 1905836 BLAKE2B 
da087dc0f3e1f683b025c16f9fc4c60fb041d9b1a7c886f6b235dbf28afedda1283780298add52e211d4bde198247413c633908f891f6d1464bf0caeaff76f26
 SHA512 
528ac52eb398dc272a0011384c6ca4af72cd7e0b4a75f5c81d71c8aa7b04a11b58ab5445b99bfb53bc559e99e5aeb42dd9479aa8c8b2d42510709614de75872a
+DIST genpatches-6.1-37.extras.tar.xz 3808 BLAKE2B 
020021d322f4240a950fc572f3442e554645419dd64f5e15ddb44e77bd950fa41030e5f8143949ac9e6a96eabf392d317fd7557a9ddeaa84b3979d399cf269c8
 SHA512 
9b6ffd0a94028f2bcfb3e8a1e24cc11f722fe6637b11f3cf9e5f21883291c456108bc2b7014d5aa5733ee77db2d2b9c196bd429b70fad3a6435b5c7773f37823
 DIST genpatches-6.3-8.base.tar.xz 502012 BLAKE2B 
190e68ecc877c5520413129ad7d28f8a088775234c18f59f74a4675b1256c7da1d8dc1b323c232523fc3044f3dd4988a77ecacedda715ff3431f910b7b0d58b7
 SHA512 
02f4b62eb098d875e4c66325f2abc74917fe0d88c1c35ee84ee2a19da878addd27719e9e2a0dca145707335338eedc905407dcd54c6706ec18a2f0920fc082b6
 DIST genpatches-6.3-8.extras.tar.xz 3804 BLAKE2B 
461a2a8fd04a4a7ef2f714f5472d2169b4119dbd42bac961feb6b890b8d7def33931ac8dbe423e9d8ee32e60d56ca01bcc4c814c18e445da8d8bbb9b58a6a717
 SHA512 
fc563f898ee88024d4b60eec567a7439893339c9f51b4eb9a09a0b16b1c7fa164260e63396ea923e776751dfdbd52d2cddace03f212419d4b145e38b5d670dad
 DIST genpatches-6.3-9.base.tar.xz 517548 BLAKE2B 
1cb215f7a6dfb9723ad2b784aa463e097686e7aa230f50285f55167590d2e673f986081a9b2e37ff8f96ad206a61e2bc34ce36b6c22c652584d7dd6a18ebe20d
 SHA512 
039e3c8bc8927d1bef377b451c957bc394186061fcd6027defe34df59000e40f2aae9924189e8e10d240fcf2197236e97f7fc5cc924c18917349e2c74a3d2125
@@ -26,6 +28,10 @@ DIST gentoo-kernel-6.1.31-1.amd64.gpkg.tar 76656640 BLAKE2B 
7bf643f5c46e77546e30
 DIST gentoo-kernel-6.1.31-1.arm64.gpkg.tar 69324800 BLAKE2B 
57169ac151443e6eba0b83a7973e154eb8b43175c5ff44c796ce85726cc1684470e77a77968b46937dd44cfad789053acbe04c2886bc39375c8b652b46f06abb
 SHA512 
4a453f8a22c8bc99c6bb83377139e8d9a37e540a3ccac494762a7a49c93fee0d3c842aabcfa8e8df7a88db1a2439ca5b5165d9dfb889e5ee0780003b972f185a
 DIST gentoo-kernel-6.1.31-1.ppc64le.gpkg.tar 6272 BLAKE2B 
de2262a2d4192e3002eb61ef6eeff85424684b3ff4f1f67ac9fd05c7bd33daa7d6b3576c5436a1ab7a7e9bfa741306e6c6f1a215f4b5a6aa939a5df9bfecd5d2
 SHA512 
f1675afd84a62c4f1552dbcdf6dd108ef5d4b11a1f7af695ae263f9c40976fcca678532a4c2b4c34485ee463e6f7c7ca7668c0ea8dd825f3a3e362839d19a455
 DIST gentoo-kernel-6.1.31-1.x86.gpkg.tar 66078720 BLAKE2B 
377a8d5141d71d8510fa31d263b98f93feb75e4cd8fad0592b386430998dc875736339fc643332039d0fd1b8ad6a5e65bf4b6f8f2abae6516090d0c5e7939a87
 SHA512 
fa6fbe87941f9ac359e9bbdec4fd87ae13749afc1d36447d9250611b73661498a6f473b6e442e5c94af3a367374560bb44459c4c583db4da219e4c44dab375b7
+DIST gentoo-kernel-6.1.32-1.amd64.gpkg.tar 7880 BLAKE2B 
a8404de47aa0ff56d9d95dd2197f66e873bac66b819d3c960d67b1958da518346f12612239eb91368b6237031866ad837b3edc7cdbea940acc8e0c7002e3c7a5
 SHA512 
525dd5fcabbafe24e829380d5910b4732a967fb010ee3a989c604ea8c242cee7e0695adb5cd0fb1043f83d1971d89b64be84c64adf1faeff2442340b42c68541
+DIST gentoo-kernel-6.1.32-1.arm64.gpkg.tar 69314560 BLAKE2B 

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

2023-06-05 Thread Michał Górny
commit: 8b704b5e105cb8ada91d130c056c71e1254b29b8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 17:45:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 18:35:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b704b5e

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 595a152db147..e74760dbdf59 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -8,6 +8,8 @@ DIST genpatches-6.1-36.base.tar.xz 1892196 BLAKE2B 
21e7b006889ce39d3b2afaa981cb0
 DIST genpatches-6.1-36.extras.tar.xz 3808 BLAKE2B 
ba99390043e4a62ea1322364ba601440fd70079ffb98dea924f91aeb00a7add4d2402e16589e0406e66ff9e0ec7a9d0d76e0a14276fe486507345c8ebeb82bde
 SHA512 
ab4170a7b75c2617ccd5c08b7c5d84e68e593cacdca70dd59ed0b738639ddf3bbbaf6a4758728ff74026478a341782eb0e73a6a40ef9a7158f9c6221703afc55
 DIST genpatches-6.3-8.base.tar.xz 502012 BLAKE2B 
190e68ecc877c5520413129ad7d28f8a088775234c18f59f74a4675b1256c7da1d8dc1b323c232523fc3044f3dd4988a77ecacedda715ff3431f910b7b0d58b7
 SHA512 
02f4b62eb098d875e4c66325f2abc74917fe0d88c1c35ee84ee2a19da878addd27719e9e2a0dca145707335338eedc905407dcd54c6706ec18a2f0920fc082b6
 DIST genpatches-6.3-8.extras.tar.xz 3804 BLAKE2B 
461a2a8fd04a4a7ef2f714f5472d2169b4119dbd42bac961feb6b890b8d7def33931ac8dbe423e9d8ee32e60d56ca01bcc4c814c18e445da8d8bbb9b58a6a717
 SHA512 
fc563f898ee88024d4b60eec567a7439893339c9f51b4eb9a09a0b16b1c7fa164260e63396ea923e776751dfdbd52d2cddace03f212419d4b145e38b5d670dad
+DIST genpatches-6.3-9.base.tar.xz 517548 BLAKE2B 
1cb215f7a6dfb9723ad2b784aa463e097686e7aa230f50285f55167590d2e673f986081a9b2e37ff8f96ad206a61e2bc34ce36b6c22c652584d7dd6a18ebe20d
 SHA512 
039e3c8bc8927d1bef377b451c957bc394186061fcd6027defe34df59000e40f2aae9924189e8e10d240fcf2197236e97f7fc5cc924c18917349e2c74a3d2125
+DIST genpatches-6.3-9.extras.tar.xz 3804 BLAKE2B 
3a5ad597a1379c076fd5fd04b5b483572c1bc50ea53ff416af5ce331b6f6249324cf90a448b547a0e3f28a367146a624ba8801654e41041af96de6d457125374
 SHA512 
4e4ff68a7577a03f9573eeb09d688e320c64ed72d2c56c2faecfa96efad0bd7c2451ac3141fd9e19d94e2735ed5c9c692b52c17fe64a2ff280c5b1631d6ffdb8
 DIST gentoo-kernel-5.10.181-1.amd64.gpkg.tar 66344960 BLAKE2B 
695a7b9e525e215bcfa0f69e995f2687adb936aaec09d95ed6f03dc32f4d6d768325788c16b0dc12dbfe07e4474063f3163bcc5db488d92f3d1ee78bbf7e1909
 SHA512 
d6f20cd7e8babe53b6a18e5d95e8d41d6c476b3003b6741472cde9f1ddf786506a1a3c8b3a66a71cfb30d5dccd7a112021a4f5c0fe2900c9f014280094a49e9d
 DIST gentoo-kernel-5.10.181-1.arm64.gpkg.tar 59361280 BLAKE2B 
9f865ca04c20ddce039515d6186f0898db5b6d3795cd4f1726f8342b145698d5395c9ddf091b85028b47b8c14daba5c1ec2a1eb067eb61630d50e8a126413abb
 SHA512 
e01378cbe070aa028c31252d3dd5fa7eeebc9be4bf5931a6480c66fd35abe1dc912f52bc03749eac2e8c751e3628026fcb7f97c0b4bd303e8300eeeb3b31c758
 DIST gentoo-kernel-5.10.181-1.ppc64le.gpkg.tar 54937600 BLAKE2B 
af93d42efe22e9b2cdc4c6914640f048b59e7b7e8953d4f140d825060475d5cce9fa3822bad953c4b8c210b65a00df310ba20fb55572973039ed3fd21bf5de8c
 SHA512 
146f87ff17cf4c26e8450d5904c359481893426104479ccb009b384e4643f6b7802295fc4c42fbe7e42d8ec70ec42c4078e721d6c39c173348753a9d3d244c7e
@@ -28,6 +30,10 @@ DIST gentoo-kernel-6.3.5-1.amd64.gpkg.tar 83486720 BLAKE2B 
936bf3ec75b75aabeb4d8
 DIST gentoo-kernel-6.3.5-1.arm64.gpkg.tar 72386560 BLAKE2B 
b089996536ad9ac90e5fd382a490041baa3f7e2f4deb8945f961f454e042ef701bfb7ccc8259acca4a0a77fd104c6f0bea0a447aa90ee523eb42a4ef7eae72ce
 SHA512 
1c666d1f210a81b2a803da4c3eab2c8464373cbbbe7b67ea2e6d3fd8bb786a6d13ecd9ece3d4dc7cb0b7487a3aa0eacfb80f9368d0b07d42c9ea7c0338659a63
 DIST gentoo-kernel-6.3.5-1.ppc64le.gpkg.tar 64286720 BLAKE2B 
edfa70df90d9efca3394776bb30711f51a2dfd925d49cc5310ea985112b8c37deb3658581eb381d4128154acec9a39c369f9425aabf448a6d9d6a53f6796efe3
 SHA512 
bb551d9a588e2b801b4ce8d5a65a34b9eed1b965ee0843bf83193dd1692473fba9e576d81fcfa69f63418b056d9784f5ccbf36b5ea742d4cbf1098d64ec0b3bd
 DIST gentoo-kernel-6.3.5-1.x86.gpkg.tar 67031040 BLAKE2B 
d26e5786369f939f07017497748eedcd5ea41abfc5a2a1e4b60c91170b8e18d25d967e62daebd0c80263c6cdd39c9c57b6babff5bc5e8550b50a3ecc4ef1b7e8
 SHA512 
03347b81892411944082da429015ab5d9e68337aa4fb882329fd7d8c7ae644de44da4ec893507f6657f2663b3d01f53eebafb0bb88daa6125190523ad9d96c2e
+DIST gentoo-kernel-6.3.6-1.amd64.gpkg.tar 83456000 BLAKE2B 
d4004efd7df9e2cc35f49ff8c558fc320b24ec36392a5ce6eeb6184c8ba515b088da31befffd3bf4d95b25876a9dd76f833cc478291e094f41de6f082575dddf
 SHA512 
59bf6e9043e9707230e245af30345e65ac6292f107d34ddaf0b9dcdcaa5710f5abd66e9e6d0f827f3789cf2a08868e6d292a6f0b892e5ea9c13862fa7a9a09bb
+DIST gentoo-kernel-6.3.6-1.arm64.gpkg.tar 72386560 BLAKE2B 

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

2023-06-05 Thread Michał Górny
commit: bbe230940c5e0ccb5e0fdd32a805e8b3a947c162
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 14:30:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 18:34:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe23094

sys-kernel/vanilla-kernel: Bump to 5.15.115

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.15.115.ebuild  | 137 +
 2 files changed, 139 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index a1f28ce844d2..268c62478702 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -28,6 +28,8 @@ DIST linux-5.10.181.tar.sign 993 BLAKE2B 
898b6e10b8f7ea288a847b28032b8d9ec13575b
 DIST linux-5.10.181.tar.xz 120619300 BLAKE2B 
de4963daa6c61ad9fcc11bd620eb39c2073ad13a3a2f96a562d0c94024c4d9ba652682e2744d3b8ec81bf4058037b34fd28d1b7238d56de951c069fdefdae666
 SHA512 
3362cb8b4b0bd488fec412ce1c96ade22b22cb66fe011fabd0af816276bb13157336dcbaa1551e22d0af14288db1a4b3f9350c1fcdcb7fa638b66904d702ea5d
 DIST linux-5.15.114.tar.sign 993 BLAKE2B 
aa910499d419072a092b7183cda7ac15a34d128a0b84aabd7e2ec3ce692819c1bb403973167f8640a1abd53f091cb9808c108a246849d08d59d32a650646dc3b
 SHA512 
d5365a0738d6b950506787e1a321deefe9c728d34678cf88d984ea324950f92e0fcb6cea64e87f284a549edac36b8c0a1eccf6321334c4ef430102ff9c748f52
 DIST linux-5.15.114.tar.xz 126540708 BLAKE2B 
bc4a7b2f928219186e81d04d1eaa46f0976decd53112c4f01a4c698fbf7897686e02ad09ff8695e3337934824c254ddfed6ec76c66c30ec6495f4aab7fce8cd1
 SHA512 
2fd0a4143592f989663301f5f5d34df0ce6cca66c0c262abe2926e942739b3bb4b7a4faee0e446f6e3ef52fbf2a756cabd8cc8b18a3243c269349a1e6399218a
+DIST linux-5.15.115.tar.sign 993 BLAKE2B 
668a30bb360c98839e15cc1f5fb4d0edf93fb819d7f36587cb651dff7389a642af4eb8cb148617fb666d9594891c7f0620088c0e7b4d211b91b61b16892a8e77
 SHA512 
b65deba6871540e7a04210c4342e28d65c754daae52f3e7944ada55c8dc32bfe2909e222f5a8ad5c3518cd13096186421590e5b5e4318742ed1407815eed94c3
+DIST linux-5.15.115.tar.xz 126539524 BLAKE2B 
f31880a7155c0e8191bea0d2bfbc8faf9c1380dda83db01cb0b0b90dae7b05df1491497e5e34070f32ce7d8ab786c68fa4471e787b9da39860f3fb8658438564
 SHA512 
b15c96e7ce3cffb67da9071864194ae447524b6ab5c5416b7b05657a46fdbc64944d2c57697d5513e05bc505257d1309464a519a3f30e39c67103b6518c13794
 DIST linux-5.4.244.tar.sign 991 BLAKE2B 
777eafb4445f043a94936c89bf5da610abbd10a4ba307ff9affdf74344bb5dcec93fd8a0aa8160afdbae67b732af8131740a6e8ecabef0360fc52c475a847ca1
 SHA512 
85c9b095616bb45705b741f4d0eccabfe50d0571a85362c1c36575f464011c6c5949344e4b170839e603f2dcdc73ab7ca2a47ff695b41b93fcec18bf4a46b2ce
 DIST linux-5.4.244.tar.xz 113008872 BLAKE2B 
2837a01c9879fe2975330f051815bd688308cfca91ff29038db899c1749964ed68773ff72e78e2dfa065f3d763401a83c880b386debd90ed6cfce6e30ce79bfc
 SHA512 
eb1b7bee8b29103b3678cb6b3a66401d68c4b2f2c69ea603a8bae920e14655dc41ac21d79fb9593ab479668eb669f0e4a1af8628ff33f5b91db2c820f9f80cc8
 DIST linux-6.1.31.tar.sign 989 BLAKE2B 
86b86704f8e01a31c70a607d572a9ec2d1014cdecb321cb1b7fac56410692697f018c6237e77cd2aad6f53758f27e8177e39065e73dd0f274d4047c4f80e6c30
 SHA512 
f9488296d96f54490c8a506df7018d4804725b102959b070bd0c9bc64c7ea2d517d4f39273b4ecbe975ba75d712fbf9fe0affa4159546712fc4f0f9c1bf5c3c0

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.115.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.115.ebuild
new file mode 100644
index ..f68caf0fd433
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.115.ebuild
@@ -0,0 +1,137 @@
+# Copyright 2020-2023 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.15.19
+CONFIG_HASH=ec69da7a42b5b7c3da91572ef22097b069ddbd01
+GENTOO_CONFIG_VER=g7
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   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? (
+   

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

2023-06-05 Thread Michał Górny
commit: efcfe0dc4e6206e84e83547d5c40f3bdacdc3774
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 14:34:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 18:35:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efcfe0dc

sys-kernel/gentoo-kernel: Bump to 5.4.245

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.4.245.ebuild | 103 +
 2 files changed, 105 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 0b0e46acc73d..4be6700943a9 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -8,6 +8,8 @@ DIST genpatches-5.15-121.base.tar.xz 4695588 BLAKE2B 
2bbc7102194c0526cdc1f2e3108
 DIST genpatches-5.15-121.extras.tar.xz 3932 BLAKE2B 
22ef45027450ffaafa2637aab88656c56fee375fcad14403693f94894cdfab96bb2b930cec4852babcb4bac86b07bbc9e6e103de7c871b91ef3004435e1cb785
 SHA512 
92b785c17dd171871dbcd841810c1e7da4fd7cc5027040340dd90f6bf97153dd0e300a6bc33e61bc7354b6e6648e3bf718d161ebacc5a4ed3a3e86e885181ff5
 DIST genpatches-5.4-251.base.tar.xz 5798892 BLAKE2B 
a519f23086a440d560e5301b77aa1a627e97d9c2545adddc6fdfe9b55b35dcbef285a6e92d4ab615b517177723875a53b6b5f1dc9c237dec3f23acb511e08be7
 SHA512 
c8d228cb18f2c64631ee5a40d7de58e78c7fd2c452f54101d0e6f67149d5d3df30076b461dada5bd862e4b97daf30a6d15c3f50526b46156d9ffca946b3c65d7
 DIST genpatches-5.4-251.extras.tar.xz 1812 BLAKE2B 
440f5d63b80e31753c46c2c2bb07bfdd257cac6847dfaed63a19c9e255da0e6ca31f5535718572afa143918bbab9d8651b0d8462f5bce619866d78acbc063682
 SHA512 
54d1ea7625daff0c8d50f8abfba616378d8bc4c62cdfdc03648bec9312803464d0c662bfa619c357a73247c00b22b9725896cec5aaefc66ef811e0f97ff62e91
+DIST genpatches-5.4-252.base.tar.xz 5808300 BLAKE2B 
d5cb4fe312f469a331269eca8604d9c43feca79bc6778af670fad859de3098c31cf0408fb58d95f233564e0ab2eff7a45ad041b8fc6bb97be0f93dd911224b62
 SHA512 
4970b66f064f53db230877fed6434e39aebb727438465667af6eca8603b712089830789c16bae5fe0249dfed0cb4bdbf1ce695cc7a1ebb6ab64bb61b1b38a5cb
+DIST genpatches-5.4-252.extras.tar.xz 1812 BLAKE2B 
07013e9aa5c8a2380424df700ac7ce592732316b97d6605ffb0e75270b9b08716030a56ae78b9f09b9e314fdd78ab8a8bf986ab767eadfe0a58cf2906be52b17
 SHA512 
3070acc7127a372f02479f4eee5f465dc3c1fe1ac3b4c2ce0af61d2fe091c509f7e7ef2af8564eb178efe031ac5fbf2f23f48bce4ea54d4500e1b1eaccea6340
 DIST genpatches-6.1-36.base.tar.xz 1892196 BLAKE2B 
21e7b006889ce39d3b2afaa981cb04c1229050d13b944086ac2c51add6c63dc96c3ac2dda188dfa11a45343904e26589684ffea3a22c235738c1c6d8c38a11cd
 SHA512 
b4de4f6db586a9aafddf639ae914b35ffb0e2340ef312c64a48f4a0bfc02c573437595fc61596245dec2eac7add9f62925e575e2f621d2cf2e80262096f64df9
 DIST genpatches-6.1-36.extras.tar.xz 3808 BLAKE2B 
ba99390043e4a62ea1322364ba601440fd70079ffb98dea924f91aeb00a7add4d2402e16589e0406e66ff9e0ec7a9d0d76e0a14276fe486507345c8ebeb82bde
 SHA512 
ab4170a7b75c2617ccd5c08b7c5d84e68e593cacdca70dd59ed0b738639ddf3bbbaf6a4758728ff74026478a341782eb0e73a6a40ef9a7158f9c6221703afc55
 DIST genpatches-6.1-37.base.tar.xz 1905836 BLAKE2B 
da087dc0f3e1f683b025c16f9fc4c60fb041d9b1a7c886f6b235dbf28afedda1283780298add52e211d4bde198247413c633908f891f6d1464bf0caeaff76f26
 SHA512 
528ac52eb398dc272a0011384c6ca4af72cd7e0b4a75f5c81d71c8aa7b04a11b58ab5445b99bfb53bc559e99e5aeb42dd9479aa8c8b2d42510709614de75872a

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.245.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.245.ebuild
new file mode 100644
index ..e8d62eeacffa
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.245.ebuild
@@ -0,0 +1,103 @@
+# Copyright 2020-2023 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##*.} + 7 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=g7
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   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
+   -> 

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

2023-06-05 Thread Michał Górny
commit: 070127a32cc24e9c788bc2683bab15ff9221d459
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 14:34:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 18:35:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070127a3

virtual/dist-kernel: Bump to 5.4.245

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

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

diff --git a/virtual/dist-kernel/dist-kernel-5.4.245.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.245.ebuild
new file mode 100644
index ..a0793715344a
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.4.245.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2023 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}
+   )"



  1   2   3   >