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

2022-11-19 Thread Yixun Lan
commit: 77c746e298c8188f5f22e3200de497b61cd26ee9
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Nov 20 05:18:39 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Nov 20 07:56:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c746e2

net-libs/rest: Keyword 0.9.1 riscv, #881799

Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/net-libs/rest/rest-0.9.1.ebuild b/net-libs/rest/rest-0.9.1.ebuild
index 3996e0ab6c73..cde0aa02c8ed 100644
--- a/net-libs/rest/rest-0.9.1.ebuild
+++ b/net-libs/rest/rest-0.9.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Librest;
 
 LICENSE="LGPL-2.1"
 SLOT="1.0" # librest_soversion
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
 IUSE="gtk-doc +introspection test vala"
 REQUIRED_USE="
gtk-doc? ( introspection )



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

2022-11-19 Thread Michał Górny
commit: e87895ae81bdb1acdc62593bda0ab5ce91b0219d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 20 06:58:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 20 07:45:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87895ae

dev-python/cheroot: Bump to 9.0.0

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

 dev-python/cheroot/Manifest|  1 +
 dev-python/cheroot/cheroot-9.0.0.ebuild| 79 ++
 .../files/cheroot-9.0.0-remove-pypytools-dep.patch | 21 ++
 3 files changed, 101 insertions(+)

diff --git a/dev-python/cheroot/Manifest b/dev-python/cheroot/Manifest
index be6b31626dbe..f76d75408ab0 100644
--- a/dev-python/cheroot/Manifest
+++ b/dev-python/cheroot/Manifest
@@ -1 +1,2 @@
 DIST cheroot-8.6.0.tar.gz 134779 BLAKE2B 
97d1a9bf0a8d72d3204972934aa3ac4c97246b413edebd9f38caa802a5343acc426f137addfdc0faec58f6af2d62bc22023e93b14e1b0b07f6be9ffb12e78306
 SHA512 
26e48c935fe32d4ce3cf6ae20b5b272416ca53bd8496527c2958ec2ebe87529c831f283ae900e13271b610e39531b682df0376935ecc3bcfcca11c299cd2a893
+DIST cheroot-9.0.0.tar.gz 152562 BLAKE2B 
5f5dd172cfc8fdd1318b22fc27060444a34343b6b83bbda4bd40c16d7cb0568c356f5fd14b0a7cdc74895d6707077ec54fcae54fb29b0d16a7c06e2cd36b1ee7
 SHA512 
86ea0dd2cb4cde25f86b489b1d0bb27e3e7c1ba5449759ccecaae689cdcb349b968fd0c8fb8bc8273deff5e32a078bf40f4342f0c5a1f53bb8d2b968f44a453b

diff --git a/dev-python/cheroot/cheroot-9.0.0.ebuild 
b/dev-python/cheroot/cheroot-9.0.0.ebuild
new file mode 100644
index ..f16d3e17d8a7
--- /dev/null
+++ b/dev-python/cheroot/cheroot-9.0.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="High-performance, pure-Python HTTP server used by CherryPy"
+HOMEPAGE="
+   https://cherrypy.dev/
+   https://pypi.org/project/cheroot/
+   https://github.com/cherrypy/cheroot/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test-rust"
+
+RDEPEND="
+   >=dev-python/six-1.11.0[${PYTHON_USEDEP}]
+   >=dev-python/more-itertools-2.6[${PYTHON_USEDEP}]
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/jaraco-context[${PYTHON_USEDEP}]
+   dev-python/jaraco-text[${PYTHON_USEDEP}]
+   dev-python/portend[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   >=dev-python/pytest-mock-1.11.0[${PYTHON_USEDEP}]
+   dev-python/requests-toolbelt[${PYTHON_USEDEP}]
+   dev-python/requests-unixsocket[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   test-rust? (
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   )
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -e '/--cov/d' \
+   -e '/--testmon/d' \
+   -e '/--numproc/d' \
+   -i pytest.ini || die
+
+   # broken
+   sed -i -e '/False.*localhost/d' cheroot/test/test_ssl.py || die
+   # pypytools is py2 stuff
+   sed -i -e '/pypytools/d' cheroot/test/test_server.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # requires pypytools, see above
+   
cheroot/test/test_server.py::test_high_number_of_file_descriptors
+   )
+
+   local EPYTEST_IGNORE=()
+   if ! has_version "dev-python/pyopenssl[${PYTHON_USEDEP}]" ||
+   ! has_version "dev-python/trustme[${PYTHON_USEDEP}]"
+   then
+   EPYTEST_IGNORE+=(
+   cheroot/test/test_ssl.py
+   )
+   fi
+
+   epytest -p no:flaky
+}

diff --git a/dev-python/cheroot/files/cheroot-9.0.0-remove-pypytools-dep.patch 
b/dev-python/cheroot/files/cheroot-9.0.0-remove-pypytools-dep.patch
new file mode 100644
index ..8e79b2c776f4
--- /dev/null
+++ b/dev-python/cheroot/files/cheroot-9.0.0-remove-pypytools-dep.patch
@@ -0,0 +1,21 @@
+diff --git a/cheroot/test/test_server.py b/cheroot/test/test_server.py
+index 5e0a6832..6f480f40 100644
+--- a/cheroot/test/test_server.py
 b/cheroot/test/test_server.py
+@@ -12,8 +12,6 @@ import pytest
+ import requests
+ import requests_unixsocket
+ 
+-from pypytools.gc.custom import DefaultGc
+-
+ from .._compat import bton, ntob
+ from .._compat import IS_LINUX, IS_MACOS, IS_WINDOWS, SYS_PLATFORM
+ from ..server import IS_UID_GID_RESOLVABLE, Gateway, HTTPServer
+@@ -324,6 +322,7 @@ def test_peercreds_unix_sock_with_lookup(
+ assert 

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

2022-11-19 Thread Michał Górny
commit: d665f81eb764ad674cbb2c7d10de10f47eba33bd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 20 06:20:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 20 07:44:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d665f81e

dev-python/pytools: Bump to 2022.1.13

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

 dev-python/pytools/Manifest |  1 +
 dev-python/pytools/pytools-2022.1.13.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index fdca1384823b..ba866076571e 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2022.1.12.tar.gz 70346 BLAKE2B 
6f3fc1b55185e0ea7e680a089d66c7f64b9d3312ebf02c3fdba776f49d6156ccb83f5eef9139f1c6f9e17448f102c38661c2cd07e33277923f9379a017e72194
 SHA512 
66a4a60b26ee543a774322583a22105f5e886cb86956b4edb95ae361a5aa6cff28b1bcf6ad84b9e2f68c81bb11f5a18bd2e8d0335343550a6e9bca4cb0e9c0e8
+DIST pytools-2022.1.13.tar.gz 71650 BLAKE2B 
d12a1081ae2dd063ff4bf04a8e364dc35730b89a1e937ff9a470d2c3a9a1f53f5eaa5eb328831f659f1db1f4e03d2522ad8a4126da67cc5b4ef3798589b4a309
 SHA512 
305c78659b2a32a3d64dbecd4ca2f860554690ec74455c3dfaf3c5434a3e37dfa9dd733d2e5a14736ef5a09bb2c923e7eedde6851e99472f87c849d005fd2e78

diff --git a/dev-python/pytools/pytools-2022.1.13.ebuild 
b/dev-python/pytools/pytools-2022.1.13.ebuild
new file mode 100644
index ..48afcbc4cb49
--- /dev/null
+++ b/dev-python/pytools/pytools-2022.1.13.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+   https://mathema.tician.de/software/pytools/
+   https://github.com/inducer/pytools/
+   https://pypi.org/project/pytools/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+# NB: numpy is now an "extra" (optional) dep -- we can remove it from
+# RDEPEND If revdeps don't need it
+RDEPEND="
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest



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

2022-11-19 Thread Michał Górny
commit: 583fa421eb6196a88893f3aa4d17091968ffaf88
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 20 06:51:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 20 07:45:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583fa421

dev-python/pycairo: Bump to 1.22.0

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

 dev-python/pycairo/Manifest  |  1 +
 dev-python/pycairo/pycairo-1.22.0.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/dev-python/pycairo/Manifest b/dev-python/pycairo/Manifest
index d25ffabfd99b..f43db5e48bd2 100644
--- a/dev-python/pycairo/Manifest
+++ b/dev-python/pycairo/Manifest
@@ -1 +1,2 @@
 DIST pycairo-1.21.0.tar.gz 340712 BLAKE2B 
6578c75b478c14c641b5c0be44c3c633d32ecc09c4ef22a079024dd12b539d37f88efa6ce8aadb5a88a48b3cc793e573afe00eaa4e3ba563c3133cad72dacfe4
 SHA512 
0de226b05d0a358f3546e4a0d5bf342f124373718d4900c891a09c1ede11e3ed1fb9bee163c00acfc215044683ddf0b29c8573b7454f9c39f957a47d63c34baf
+DIST pycairo-1.22.0.tar.gz 342295 BLAKE2B 
b331a627aea3b5fabaf9bbc089b5bb975178ea3be6383207ebefa994900dd73ff503309474729c9ce7b69e41c6495dd83a0db0d51410bea9aa37b30975e39700
 SHA512 
2a8da5b905536291291655a237fd0c6c54a5fe91a38296cffdc187c0c35837bd3176045f4ab39e59e7f67947deba7ba076c5e6ffdb46256b4b180c42267f41b6

diff --git a/dev-python/pycairo/pycairo-1.22.0.ebuild 
b/dev-python/pycairo/pycairo-1.22.0.ebuild
new file mode 100644
index ..2c8700960b25
--- /dev/null
+++ b/dev-python/pycairo/pycairo-1.22.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the cairo library"
+HOMEPAGE="
+   https://www.cairographics.org/pycairo/
+   https://github.com/pygobject/pycairo/
+   https://pypi.org/project/pycairo/
+"
+SRC_URI="
+   https://github.com/pygobject/${PN}/releases/download/v${PV}/${P}.tar.gz
+"
+
+LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   >=x11-libs/cairo-1.15.10[svg(+)]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
+
+python_test() {
+   esetup.py build_tests
+   epytest
+}
+
+python_install() {
+   distutils-r1_python_install \
+   install_pkgconfig 
--pkgconfigdir="${EPREFIX}/usr/$(get_libdir)/pkgconfig"
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   fi
+
+   distutils-r1_python_install_all
+}



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

2022-11-19 Thread Michał Górny
commit: 7bcaf1f9fb1b48e5b6aae0993fa8165f517af41c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 20 06:52:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 20 07:45:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcaf1f9

dev-python/pylint: Bump to 2.15.6

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

 dev-python/pylint/Manifest |  1 +
 dev-python/pylint/pylint-2.15.6.ebuild | 85 ++
 2 files changed, 86 insertions(+)

diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest
index b6184c8a25a0..0e45cac05fe8 100644
--- a/dev-python/pylint/Manifest
+++ b/dev-python/pylint/Manifest
@@ -1 +1,2 @@
 DIST pylint-2.15.5.gh.tar.gz 1312932 BLAKE2B 
b8de4e16122ba0bea4cfd9ce3ec4a12abf5e408d7f9d60875eaac781a962c0d01af7691b3c110f2b895bcb7c2d47e0f868d5d52171594aaaecb53ea045a179b9
 SHA512 
a6e123ab516ef12be0651dbe144814d9f3f9263d61c259d79e9505ee3b4011b33e302281067aa5bacd504fa079f3a7aaceee4d1f9aad127bec8ebeddfeb2afbe
+DIST pylint-2.15.6.gh.tar.gz 1314945 BLAKE2B 
c084f419dbefb3346e75af204e576fb4b720f15f865ed8ab3e7bbd017edc3ad78c5c2f28ca26600bc40a79d8bcffc20bcde51144257374c8fbd8c63580d85192
 SHA512 
6e44c288dd243cb1cd8faec645edc9a60fa3fe852f189d2527c4382a415f16b612808f9d15072f5e22c4106a4ecc2f5746bea898ac76c9481a4d1eb8b30fd778

diff --git a/dev-python/pylint/pylint-2.15.6.ebuild 
b/dev-python/pylint/pylint-2.15.6.ebuild
new file mode 100644
index ..09a9e2a10b7b
--- /dev/null
+++ b/dev-python/pylint/pylint-2.15.6.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python code static checker"
+HOMEPAGE="
+   https://pypi.org/project/pylint/
+   https://github.com/PyCQA/pylint/
+"
+SRC_URI="
+   https://github.com/pycqa/pylint/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE="examples"
+
+# Make sure to check 
https://github.com/PyCQA/pylint/blob/main/pyproject.toml#L34 on bumps
+# Adjust dep bounds!
+RDEPEND="
+   =dev-python/astroid-2.12.12[${PYTHON_USEDEP}]
+   >=dev-python/dill-0.2[${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.8 3.9)
+   $(python_gen_cond_dep '
+   >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
+   ' 3.8 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=(
+   # No need to run the benchmarks
+   tests/benchmark/test_baseline_benchmarks.py
+
+   # 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/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
+   )
+   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/astroid/

2022-11-19 Thread Michał Górny
commit: 43aca5f580e52edd8c803234250d89976a996ca7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 20 06:33:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 20 07:45:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43aca5f5

dev-python/astroid: Bump to 2.12.13

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

 dev-python/astroid/Manifest   |  1 +
 dev-python/astroid/astroid-2.12.13.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
index 9f9a236718f3..b9ad073451d1 100644
--- a/dev-python/astroid/Manifest
+++ b/dev-python/astroid/Manifest
@@ -1 +1,2 @@
 DIST astroid-2.12.12.gh.tar.gz 437277 BLAKE2B 
a1f549db526b1012e76e1da480e779a35971e8985f452eaf5ce1bc6735c5210db5c2282685dbaa2f1720a1e1fa6cf6f2152fbb8c782243cd11e09acc427774da
 SHA512 
61047c1aa31b5b0a80c604194a91341c474062e2f1094316ff9b03641ecfe3ddf25b4a3b26356561f9c16d8b5599694ecef275ce5846792a18bcc0a7ad3e720f
+DIST astroid-2.12.13.gh.tar.gz 437906 BLAKE2B 
c00462d44c9705dc5b46fc52915e6a44e53e840d5326427d235c9156bc4de58b184271338ebc10a4572e1aace8d4ababd3bd7e440a6ee585aa66d15dfe4117be
 SHA512 
16d062b1a619663b157c4753f1744e56e7d0ef7cace12660feb7f6bc540e54be02638b52c1c877d3eb514e2d7423c4afc71e7d5464880bfd3724ff7ae6d7b90a

diff --git a/dev-python/astroid/astroid-2.12.13.ebuild 
b/dev-python/astroid/astroid-2.12.13.ebuild
new file mode 100644
index ..a7561581a64c
--- /dev/null
+++ b/dev-python/astroid/astroid-2.12.13.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Abstract Syntax Tree for logilab packages"
+HOMEPAGE="
+   https://github.com/PyCQA/astroid/
+   https://pypi.org/project/astroid/
+"
+SRC_URI="
+   https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+# Version specified in pyproject.toml
+RDEPEND="
+   >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-3.10[${PYTHON_USEDEP}]
+   

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

2022-11-19 Thread Michał Górny
commit: 35c05217d410d6f4c19840a446122e7ac2489fa2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 20 06:19:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 20 07:44:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c05217

dev-python/python-debian: Bump to 0.1.49

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

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

diff --git a/dev-python/python-debian/Manifest 
b/dev-python/python-debian/Manifest
index 31422edc4d80..0d9e67906fa8 100644
--- a/dev-python/python-debian/Manifest
+++ b/dev-python/python-debian/Manifest
@@ -1 +1,2 @@
 DIST python-debian_0.1.48.tar.xz 189096 BLAKE2B 
3b273f1e90069e00a93aeb9c2333d20d479b057613c93325344f42a73230bd569160a487a25d1c7f90f7f00f42feeab55c9850cf44121e1ca423cd1f40a991a4
 SHA512 
85bd12ce8ade9b43d502bd60ac1ac826d9a81b5bf32262ff9377b4ba5a1c95306683098d10a64fd6a1331ed7eb44a7fb09ad90f0ee6c885d69ea16f85c4eda59
+DIST python-debian_0.1.49.tar.xz 191388 BLAKE2B 
590e6f7877684caaa5a74f06d335bcf7808960968209cf18bb2cec7e81f33a3b0ff458bbe30264ae5fc015de9357dddb1522b5fd93bf33d0a7fabef1b7dd98f9
 SHA512 
201ceecdd8c1d3dc0cca0f661407bcfb825a1cba07c528858cc1123ab16afe0df50e338c8cd82ea24230812a9cc136220bd4f0dccbac19ad53efe48eaa25cf6f

diff --git a/dev-python/python-debian/python-debian-0.1.49.ebuild 
b/dev-python/python-debian/python-debian-0.1.49.ebuild
new file mode 100644
index ..b1cc03134cca
--- /dev/null
+++ b/dev-python/python-debian/python-debian-0.1.49.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2011-2022 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
+
+DESCRIPTION="Python modules to work with Debian-related data formats"
+HOMEPAGE="
+   https://salsa.debian.org/python-debian-team/python-debian/
+   https://pypi.org/project/python-debian/
+"
+SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   app-arch/dpkg
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # See debian/rules.
+   sed -e "s/__CHANGELOG_VERSION__/${PV}/" lib/debian/_version.py.in \
+   > lib/debian/_version.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   # See debian/rules.
+   "${EPYTHON}" lib/debian/doc-debtags > README.debtags || die
+}
+
+python_test() {
+   epytest --doctest-modules lib
+}



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

2022-11-19 Thread Michał Górny
commit: e4004b6ba62cab61dc0caacc127c28c61d4a499a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 20 06:30:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 20 07:45:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4004b6b

dev-python/tempora: Bump to 5.1.0

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

 dev-python/tempora/Manifest |  1 +
 dev-python/tempora/tempora-5.1.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-python/tempora/Manifest b/dev-python/tempora/Manifest
index 75203ca97a00..6841e0f14ffe 100644
--- a/dev-python/tempora/Manifest
+++ b/dev-python/tempora/Manifest
@@ -1 +1,2 @@
 DIST tempora-5.0.2.tar.gz 19530 BLAKE2B 
9c07fc294ef77d9a12276578ffdde39ef58508075deb98c0a89d6179bc7c9cbb7633d20077801a1d99d5c016c72206f508e5d7cd6af5667704b025ffccabe552
 SHA512 
d0fe086b92e21622444b941c583e3432420b1826e60aa4b90bab31907a98b4989dd21ca99b5554e965f87e23c9d65d9bce8e434d801985f99f187b7dad2a715a
+DIST tempora-5.1.0.tar.gz 20402 BLAKE2B 
8dcb70dd1491228c9f7daeda40a07e07236fa4f4aa8ad76ecb9514b922732468cbf4360726421420ce8478bba2287815a1473c5231afae82bda222a7401478e2
 SHA512 
33b48884c024f82e3220c2cc28a307bbb3c813a895df82640b5627266355c78cced3e5ab61df9b0619bf9697e18d70390939189ba31dd57c58fbb3e97b5db216

diff --git a/dev-python/tempora/tempora-5.1.0.ebuild 
b/dev-python/tempora/tempora-5.1.0.ebuild
new file mode 100644
index ..e32d2ca05b4c
--- /dev/null
+++ b/dev-python/tempora/tempora-5.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Objects and routines pertaining to date and time"
+HOMEPAGE="https://github.com/jaraco/tempora;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/pytest-freezegun[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-11-19 Thread Michał Górny
commit: fc02066c8f2a8758ccc590c1e7d7ed228dc5ca8c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 20 06:19:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 20 07:44:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc02066c

dev-python/numpy: Bump to 1.23.5

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

 dev-python/numpy/Manifest|   4 +
 dev-python/numpy/numpy-1.23.5.ebuild | 187 +++
 2 files changed, 191 insertions(+)

diff --git a/dev-python/numpy/Manifest b/dev-python/numpy/Manifest
index becb2629a429..4ff26f7aa647 100644
--- a/dev-python/numpy/Manifest
+++ b/dev-python/numpy/Manifest
@@ -1,12 +1,16 @@
 DIST numpy-1.22.4.zip 11458830 BLAKE2B 
c999a42119e8d71942e4df4802ea22eef6c1ab65e11ad1f8364dd811c3df0eae1c7499055e76b523dc011bc9574f4060e17ecc3ea8bd35f5247fa17e3e188364
 SHA512 
bb2993459157c43f8c419de98be1c832f108b4eb6b96e1d20f406eccd782681ad8d0f8653637962ac592abe7d75719c17678ec97f035f6c87d4c7f939a1a8a48
 DIST numpy-1.23.3.tar.gz 10726039 BLAKE2B 
4b6d38fc0363ea89f173a0cd65368b7c154b45f7f661098378f7ef31208008d5ff17ae58eab72bed921d166d630a4eca3441fc3097cd41a4a945b8f8180375cc
 SHA512 
e690ea2906c91e567df2c801fbfe41652dabd37208faa99d6e068bda423dcc9f88be013478e9b6c1a339c36ef4c44b07a067d44e4e9c4b2e4f1344cbcb0598a9
 DIST numpy-1.23.4.tar.gz 10728765 BLAKE2B 
bbac44cc8a09a36537e25f90833c2ad7d1e4025e7d3eebd3c73ae2f12f1109520b58d2a779324f542aa1f2787f8b6c50ea907eb5ab7b7b84ebe3f3342c3d8a09
 SHA512 
727ca8950b0fbd5670e939b1c9c5cea852781ec4254d56a1659a91dc0430fc10b01ffdd16e1bb28a62319f91029e087024f4c6298bfc859a6050bfb507edcff8
+DIST numpy-1.23.5.tar.gz 10731755 BLAKE2B 
d2ed6d359a51343a1618f64604e4d5c030115caa63f2aadf2fc150775630e40fbebaad28f5657faae1365264fd45bc9efb00854bf9cd393b7628c96d6fc87db9
 SHA512 
8f3ece76dbe79bc887275332d25f851ade2087de3026de5fb7ed793590b3e7d274f590357296e152373b4e9a245d4d563393ba7198bca6d44631b941acb89c2c
 DIST numpy-html-1.22.4.zip 23724824 BLAKE2B 
44ea3da0a703a024a629c8413dfffaf760458b185d19452da0e7e23c819e19833291e10ebd07bdda794077574b8852a368036dda8335c2753cd481740497502a
 SHA512 
4077d9974bfd7f2c189025c3740350652e6f8e0b5727fbc9711a1c0118c1e4ecc281d4876baf1c6a5dc802d20178d6b04a2922f14e9c321cd3b68228b1e295c3
 DIST numpy-html-1.23.3.zip 27964271 BLAKE2B 
0aa26d7c39f2d6b119e404dfb9642967770881ee0d640157a9ed11d16f21cd43109bed3c08f89fda457ec470292d945e2bf8b2dab56e4b36192d5e8eb3757b44
 SHA512 
218a2e893816af767c7cedd1f2256e05f68e59491c29277c95de653a206aaff35c5fe3bc6afd6d6d5ea7957748ec565593eb30d004e36e94c894ea4a6884902a
 DIST numpy-html-1.23.4.zip 27964271 BLAKE2B 
0aa26d7c39f2d6b119e404dfb9642967770881ee0d640157a9ed11d16f21cd43109bed3c08f89fda457ec470292d945e2bf8b2dab56e4b36192d5e8eb3757b44
 SHA512 
218a2e893816af767c7cedd1f2256e05f68e59491c29277c95de653a206aaff35c5fe3bc6afd6d6d5ea7957748ec565593eb30d004e36e94c894ea4a6884902a
+DIST numpy-html-1.23.5.zip 27964271 BLAKE2B 
0aa26d7c39f2d6b119e404dfb9642967770881ee0d640157a9ed11d16f21cd43109bed3c08f89fda457ec470292d945e2bf8b2dab56e4b36192d5e8eb3757b44
 SHA512 
218a2e893816af767c7cedd1f2256e05f68e59491c29277c95de653a206aaff35c5fe3bc6afd6d6d5ea7957748ec565593eb30d004e36e94c894ea4a6884902a
 DIST numpy-ref-1.22.4.pdf 7537013 BLAKE2B 
702398fddde349901f9303f4788a3ae3cc4bb78b4d310e169fcc6193fd62b33947c89ede45ba9aaea55e74f6a6abc755d3d94428adce9a8163678c6718aec2da
 SHA512 
c1617817f94ccdfe2bbdebdc9c6869beefa1369d5ab0897c1573d8fb5cb3de153f90d5588aae84a0f498fba57ad6bc5c0c5c2c3aefb119e2913e4ddf007cc8e1
 DIST numpy-ref-1.23.3.pdf 7715485 BLAKE2B 
7fbb0ce29e86fc7cd4932a6a9f0221b579b6cae695231edfebf863e5b4c2920796d802ccf9ae3e05b331964ac7c4f51099578d91b6b7fb357c6de2110a5f7cba
 SHA512 
6036c6a36f332b83f371c7530a6ba6f354b1334d667d2a52993a1e52aa9d94d524e216f768928a006c717ed4b4131879f6e491a294ecfd3a0d1b0f9f937a887a
 DIST numpy-ref-1.23.4.pdf 7715485 BLAKE2B 
7fbb0ce29e86fc7cd4932a6a9f0221b579b6cae695231edfebf863e5b4c2920796d802ccf9ae3e05b331964ac7c4f51099578d91b6b7fb357c6de2110a5f7cba
 SHA512 
6036c6a36f332b83f371c7530a6ba6f354b1334d667d2a52993a1e52aa9d94d524e216f768928a006c717ed4b4131879f6e491a294ecfd3a0d1b0f9f937a887a
+DIST numpy-ref-1.23.5.pdf 7715485 BLAKE2B 
7fbb0ce29e86fc7cd4932a6a9f0221b579b6cae695231edfebf863e5b4c2920796d802ccf9ae3e05b331964ac7c4f51099578d91b6b7fb357c6de2110a5f7cba
 SHA512 
6036c6a36f332b83f371c7530a6ba6f354b1334d667d2a52993a1e52aa9d94d524e216f768928a006c717ed4b4131879f6e491a294ecfd3a0d1b0f9f937a887a
 DIST numpy-user-1.22.4.pdf 3978348 BLAKE2B 
87cc73cb1c406446eb9d86ea6cbaeac6ba13c7d2b2ffd47524483af1698c3efdfaafe61e987624c5ce01939494861413b271e9a96f49abbbe69d634b9be55c95
 SHA512 
8e04c0c90255038471de6ef0f8f4ed9e356d646b028bb16f667f3c59170eddaa0d86d48226462c5c17b8123b2a28a09982764979e9e76658b4e26cd0a976f3a1
 DIST numpy-user-1.23.3.pdf 4123384 BLAKE2B 
d4587c9f979e1ef4734768598d6e106f2b4b0c8222f901a6c4caf0920e41622201252c5bd172b16346e0357138b5ff27c59e56c851be5ae3b7712624bd9cc5b4
 SHA512 

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

2022-11-19 Thread Michał Górny
commit: 10355def250c077bc2bb96a6ebc383b6b4a823a7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 20 06:23:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 20 07:45:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10355def

dev-python/hypothesis: Bump to 6.58.0

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

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

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 911d8490b8a6..f5b9be6d561a 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -2,3 +2,4 @@ DIST hypothesis-6.56.2.gh.tar.gz 9333277 BLAKE2B 
6c75b48cd6e7300c05bd020003340aa
 DIST hypothesis-6.56.3.gh.tar.gz 9333288 BLAKE2B 
9608542d8dbe97fec147eae1f9b2f06af2b08e3cc0807fefcfa97b0a8c1aa30a15df9f1114a13f5c719701a4d13ab09a808d0d09e271d9e0d69168ebc4183af4
 SHA512 
f410455e77c6e9dc3b9003ef3d4c21bd204d85bc567dfd0d420986dc255d8c1ff9f41d809d837286f02064f546a08eff0f89389906ab7023581cc1f5a5d18947
 DIST hypothesis-6.56.4.gh.tar.gz 999 BLAKE2B 
abe041212cff7ab1d6c2684706ae4d297bad160798152ce52dec9b5024a1aef2445947bb6e7c7fa69c1b3e9cd2e9335d7ac7f330e0910b987d3aa3f34f8c2f3e
 SHA512 
80ce1d5c296fc304b4e1a09846db5e88d2f52a1d790a8717a2a4a506cdd08290392036c02339d3f9d8bf236866dbcd9256e543d0808f32896b172ed840165114
 DIST hypothesis-6.57.1.gh.tar.gz 9334332 BLAKE2B 
5516e9ff84f11909eadc7888f2727f13731ef9d3ad91c15666d5ee11d32bafbc9361171b35d31c5231fe50ac9a734eb3a8edd612ed3f47d3bd6f2a851f751a65
 SHA512 
3cb24416a10cc1a1419844565913f8bdd95063d12e9ea7cbed16e6583e5d7da8a83d34d1fdb4060cf190341d21947a58f5871f44bc45bc0e84316111d530251d
+DIST hypothesis-6.58.0.gh.tar.gz 9335693 BLAKE2B 
8e72b1ddd2a0c3bd07e5e865147e0befc7bbb42eb16e02704dbb79372e94161b6cc8f1f989b8541331e8488244c3d07e87d118ee43ba07a123de31cdb7b58bbb
 SHA512 
91f128f333144859331e9a841d47d8414964955e14071a49e3d4504a9c9970e5f737c9036be8f20bdda1e620bb428809301d1008bfbd4b0aaa05757abeb8687d

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

[gentoo-commits] repo/gentoo:master commit in: sci-electronics/xnec2c/

2022-11-19 Thread Thomas Beierlein
commit: 581075e5a10701ebb74f6fe22ffcbc65592c183c
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Nov 20 07:36:53 2022 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Nov 20 07:36:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581075e5

sci-electronics/xnec2c: drop 4.4.11

Closes: https://bugs.gentoo.org/872236
Signed-off-by: Thomas Beierlein  gentoo.org>

 sci-electronics/xnec2c/Manifest |  1 -
 sci-electronics/xnec2c/xnec2c-4.4.11.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/sci-electronics/xnec2c/Manifest b/sci-electronics/xnec2c/Manifest
index 3656205642d2..4eaf602c3d4a 100644
--- a/sci-electronics/xnec2c/Manifest
+++ b/sci-electronics/xnec2c/Manifest
@@ -1,2 +1 @@
-DIST xnec2c-v4.4.11.tar.gz 1061014 BLAKE2B 
f7af594a1f97b0ad9d93b57235afaf04a8500768396c49608c96849b761828206f2c48afbdb067c9a4138732d4d4e6ad7f6f90a5a547487928efdfe77d3bad88
 SHA512 
9b5bf71ae45b4d70030eb78793d54d2aa8691afcfcb398b8b23be6508d77a510e5e8a26b6c978b9ea6031fbf5903fd765263d4b19691011187daf58feac612e2
 DIST xnec2c-v4.4.12.tar.gz 1496988 BLAKE2B 
dbcea1e24382b9f2bb6e881007b44dcf99b9caa7f970ecbb1363e1a0e232d9d1bda6fe68f90622d81cdc69b3b9ff6019dd4b123d6a79f8c6bd088dbd804354b8
 SHA512 
0d1711260d7f69633d9e6bb559f3b56c2a25414f75ed913c643c0aaad5e4062834ce6c7c7816741f65436173b331e6f8f957c4a624a77214414865bac94ab7e8

diff --git a/sci-electronics/xnec2c/xnec2c-4.4.11.ebuild 
b/sci-electronics/xnec2c/xnec2c-4.4.11.ebuild
deleted file mode 100644
index edc8563c6bd0..
--- a/sci-electronics/xnec2c/xnec2c-4.4.11.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools xdg-utils
-
-MY_P=${PN}-v${PV}
-
-DESCRIPTION="A GTK+ graphical interactive version of nec2c"
-HOMEPAGE="https://www.xnec2c.org;
-SRC_URI="https://www.xnec2c.org/releases/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples"
-
-RDEPEND="dev-libs/glib:2
-   x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
-   sys-devel/gettext"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   eapply_user
-   eautoreconf
-}
-src_install() {
-   default
-   docompress -x /usr/share/man
-
-   rm -R "${D}/usr/share/doc/${P}" || die
-   dodoc AUTHORS README.md doc/*.txt
-   use doc && dodoc -r doc/*.html doc/images
-
-   if ! use examples ; then
-   rm -R "${D}/usr/share/${PN}/examples" || die
-   fi
-}
-
-pkg_postinst() {
-   xdg_mimeinfo_database_update
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_mimeinfo_database_update
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-jlu5/

2022-11-19 Thread Sam Jorna
commit: fa2929d667ce865b67c541055e085c30db4ab2ed
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Nov 20 07:25:37 2022 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Nov 20 07:31:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2929d6

net-irc/limnoria-plugins-jlu5: add 20220201_p20221108, drop 20200105_p20210703

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

 net-irc/limnoria-plugins-jlu5/Manifest   | 2 +-
 ...210703.ebuild => limnoria-plugins-jlu5-20220201_p20221108.ebuild} | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-irc/limnoria-plugins-jlu5/Manifest 
b/net-irc/limnoria-plugins-jlu5/Manifest
index 5875aa051d39..529f8aab3bbb 100644
--- a/net-irc/limnoria-plugins-jlu5/Manifest
+++ b/net-irc/limnoria-plugins-jlu5/Manifest
@@ -1,3 +1,3 @@
-DIST limnoria-plugins-jlu5-20200105_p20210703.tar.gz 98161 BLAKE2B 
939f91bc4deff6bdd31b2c8897e6842a07f4e93c61b9b63b5753e13f85791ce907583664955fe0e471cbe567b6f1ba909ad4579984e41bd7d0de8f47b6dac781
 SHA512 
5e3608449eaccc0a6559107d1e5bc2279026d3ff0c2df60e3f06f3b7bec72dd779f385ffa91b4a5b0c6d051871c23f8c62744b91423c6b30e0935d2dcaa061b0
 DIST limnoria-plugins-jlu5-20210801.tar.gz 98414 BLAKE2B 
6ad5bb32171fd9169cf5e31c7f360e95f5450445eef36e0274a49ce175f80fd8b4f629482dfd8b7adf93de847597548d75ffb61418077de6df9f09399b0c0960
 SHA512 
bd5aa8ece48064b7783d72a40595dee3fd78c7305d1b1d52e3c37b13476a28f6234d2ed0773ea9566e47d1454d7d6daa66fb16b1c5e1f0d5b81a305bff39eaac
 DIST limnoria-plugins-jlu5-20220201.tar.gz 93602 BLAKE2B 
6585c459081314c93565b381c3a8ba90c53acb08cd72f690a4f46069c87edefcdc2fd5a60bd7b76239da92edcc490784bbc2f0e8ae67c6c564fcec0229b2e7e0
 SHA512 
1386654f182131b1f2c6acb495f1fdd7ab67970bfae0366cf73f5eddc7fcfb4e019ab0e7347f32f71f1f4d3369bb33b9237fbd01cb27e5ced71fe69c4c0e520f
+DIST limnoria-plugins-jlu5-20220201_p20221108.tar.gz 102622 BLAKE2B 
15e56e1523907c242ceda1effc3d2b788dc1fb4a266e7d70d8da052e2bda613d271ab8b379e7a86d42d5a2094f37d4d71cc64251696e751c19e674c782829c0c
 SHA512 
73564d3a76a5fed0f0b70952f2091ec992d771bdbfe0749e0c7dfef35eb8463aa55ba8f33c36b044541c045d259081680ec2dea6dfd27de6b542896691103cb1

diff --git 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210703.ebuild 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20220201_p20221108.ebuild
similarity index 88%
rename from 
net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210703.ebuild
rename to 
net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20220201_p20221108.ebuild
index 247698fd431c..7cbb40b0749a 100644
--- 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210703.ebuild
+++ 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20220201_p20221108.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit vcs-snapshot
 
-COMMIT="7e959b9f24632d0fa9f587da6e1cde951397ae97"
+MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
+COMMIT="9f6e6bff96fa7c849123054cd656f6e4af2cec94"
 
 DESCRIPTION="A collection of plugins for the Limnoria IRC bot"
 HOMEPAGE="https://github.com/jlu5/SupyPlugins;



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria/

2022-11-19 Thread Sam Jorna
commit: 3bb961cfd2af86732128d07639c443bc691d9744
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Nov 20 07:21:02 2022 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Nov 20 07:31:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb961cf

net-irc/limnoria: add 20221116, drop 20220427

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

 net-irc/limnoria/Manifest | 2 +-
 .../limnoria/{limnoria-20220427.ebuild => limnoria-20221116.ebuild}   | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-irc/limnoria/Manifest b/net-irc/limnoria/Manifest
index 8d862eb7fb4c..0e35b0e6a2a3 100644
--- a/net-irc/limnoria/Manifest
+++ b/net-irc/limnoria/Manifest
@@ -1,3 +1,3 @@
-DIST limnoria-20220427.tar.gz 1119981 BLAKE2B 
3346d0576c1928cf074198afa2b2b613bc9672ea68d5f395e691f97b7aaac989a5ee8f388d41d9e767eea0c495974b066b8fc2a9a0bf3a7aa9db8c52bcabcec1
 SHA512 
d4f617cec32ebfc67c738b542a55d2a1cd92a287a107dc84d516a1431abe0e4f440fa7b4f2a4b7fce18f24582cfdcb2ad2ed66ff2779e6a64ba7788840c1adf3
 DIST limnoria-20220814.tar.gz 1124320 BLAKE2B 
f2c32a444726d7e25560a7408c11c4c9d4536823eda2e4eb7b57b880f5d3aaf5c6e560d6b912c2e4b35b04e6d4f767f66aa5bd2411b9820644bef3372a34deb6
 SHA512 
7a7e73c9c4583310dbe0032e2b058977c102d01f7b9bea03c505153cbc45dadb88087186c036e05b1d07c7361d3e2d077a669a857241152a6726245b8b424317
 DIST limnoria-20220927.tar.gz 1125411 BLAKE2B 
f10c112c59e74ad018291df770ad9ae8829f90cb57125e7be066964e9987a069ff778dc8c3e562fe2f04627c173d611f6089975d0b44c47b72a9c41fcb429983
 SHA512 
9e8d57c34d1ff23e1772be618d9f9a8fae909200d3002ea97a95a5ba6545781d68194c4c796fa7f8683a0f3a267566ade01dd74f26110e7e0febef8ff739d88a
+DIST limnoria-20221116.tar.gz 1125332 BLAKE2B 
b5007cb832ea98f41ad9513554177eab2cf7948b363c4cfad538a7e4c4f91390625bbf187e046118551da2fbe8272968acb1280b8d4ea19ffe2ac67b2b83af92
 SHA512 
3c26a36b7094d2a36397d7d0cfbb9b9503b6beaec123c6022146a5c241e5cc2ff70c56ad4064269b315d2f5c07e9e09853f27b251b35d3efc3065c4831742e2c

diff --git a/net-irc/limnoria/limnoria-20220427.ebuild 
b/net-irc/limnoria/limnoria-20221116.ebuild
similarity index 96%
rename from net-irc/limnoria/limnoria-20220427.ebuild
rename to net-irc/limnoria/limnoria-20221116.ebuild
index 22a8760bc6c4..c54f729af75e 100644
--- a/net-irc/limnoria/limnoria-20220427.ebuild
+++ b/net-irc/limnoria/limnoria-20221116.ebuild
@@ -38,9 +38,7 @@ RDEPEND="
dev-python/PySocks[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
crypt? ( dev-python/python-gnupg[${PYTHON_USEDEP}] )
-   ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
-   !net-irc/supybot
-   !net-irc/supybot-plugins"
+   ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )"
 BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
 
 python_prepare_all() {



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-progval/

2022-11-19 Thread Sam Jorna
commit: 0a16c384e37a02311563b076bdb4cb8d9ca937c6
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Nov 20 07:23:53 2022 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Nov 20 07:31:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a16c384

net-irc/limnoria-plugins-progval: add 20221113, drop 20211212

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

 net-irc/limnoria-plugins-progval/Manifest | 2 +-
 ...ogval-20211212.ebuild => limnoria-plugins-progval-20221113.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-irc/limnoria-plugins-progval/Manifest 
b/net-irc/limnoria-plugins-progval/Manifest
index 6f7adee2762e..02f27dbb9375 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1,3 +1,3 @@
-DIST limnoria-plugins-progval-20211212.tar.gz 4947598 BLAKE2B 
fa944d5f6c08918a65b518de5eb75fcd0c84adf63923f06310da18a31d87efcca59eff23c402543f3216e6fa0122956615264a744072bf870b3d1b2bcf155e9f
 SHA512 
770da93037d331103c12a17cded7d62028d6212888c9edf51ad462f907b882bb5322bdb443fc0e45a411302e145c96915f9226d20e863350c17a80b56d0b
 DIST limnoria-plugins-progval-20220205.tar.gz 4950629 BLAKE2B 
242dd75aca7aa6af8ebcff9f6f13965986669819129cb30ffa46c4026680e6951ae92d646aeb9506a6031f08975df98110276e2aa69ec2bc4831a474ac1f3010
 SHA512 
4b405a3d845761592abcff16a0c7b0ef8820921cb9c02ac7cfe3db695b535503ba63ce9945bc396b238c74e36c2a8b3f004eefe945a33af8fc91e1c740b2897a
 DIST limnoria-plugins-progval-20220513.tar.gz 4951977 BLAKE2B 
e7acf8b023035cf74465287441ee8825ef6cfcbbd2279bfde8a8014ab0f29b21b381d991e1948558a1722897f2a16f2aca1942fbd118f74609c00ccf489f7540
 SHA512 
166967f6562946a1ee7c06a21788d7b806f1f9a56c0666dc1d515e894474dfd0da1cbb07259198410b07298ae992a3f352953f938aa850fbb9cb8da361dd58ed
+DIST limnoria-plugins-progval-20221113.tar.gz 4952558 BLAKE2B 
58c1fa35936a1a5961149f950b0d6e3f0f745f029cd02f3efc26ab6f7dffb836cee89374e09aaa91681b9ab3d8dbdd145cf52c273723acd15adacccb44a413fa
 SHA512 
d1f46748c9efc7642347b6de55c3a3e8f506727815a706375e81f7cc9a8f4d906ddcbf52021049dd86399be7fb4d23d6fa37972dc33f72753b2588069b0bf687

diff --git 
a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild 
b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20221113.ebuild
similarity index 91%
rename from 
net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild
rename to 
net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20221113.ebuild
index 76efbd11df13..ce1a80de8c45 100644
--- a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20221113.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit vcs-snapshot
 
-COMMIT="e6a46a7e7eda8df0e1861f1ae290152857b902b5"
+COMMIT="938bde510ae40ca0e2c7d832f7156fba2f0fa7ec"
 
 DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked"
 HOMEPAGE="https://github.com/ProgVal/Supybot-plugins;



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/

2022-11-19 Thread Sam Jorna
commit: 9dfdc11a639fd2939ae3458f539676b63538d6bf
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Nov 20 07:22:30 2022 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Nov 20 07:31:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfdc11a

net-irc/limnoria-plugins-chantracker: add 1.6_p20221109, drop 1.6_p20220312

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

 net-irc/limnoria-plugins-chantracker/Manifest   | 2 +-
 ...0220312.ebuild => limnoria-plugins-chantracker-1.6_p20221109.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest 
b/net-irc/limnoria-plugins-chantracker/Manifest
index d73af356634d..1d7f6b163dd6 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,3 +1,3 @@
-DIST limnoria-plugins-chantracker-1.6_p20220312.tar.gz 52441 BLAKE2B 
539038581ed988fc64216171d293271a811561903d23badcef36124d5ee80e26e1f67ff7d0e36e463aac92bc2442bc28766116bc9f92e5f86d8e14728180e192
 SHA512 
9e9cee65e3d19bab2c5079348bfbd598ecc71d3d8cc11bbcf76b79f39a14c9171c2a0a5e5ea7cf5550e9ab082ab6d764205f44e47bd1ea596d81ace68ca26075
 DIST limnoria-plugins-chantracker-1.6_p20220429.tar.gz 52444 BLAKE2B 
cbd4187b1b288402b45680a8a7ae080028e68d8409d01ef7c53ad99aae1c94336701a98fe66de29261cb12472ebc9102e31d2862c3da872fe9f55fd40b61cb0b
 SHA512 
ff59e7f42c8fccc2214496e884ae8ef931b8e77839d898fb23fd2551bb91d1865134047fda9001892cd29b892ca4af6b959015d7e763bbeedaf7d13382af1113
 DIST limnoria-plugins-chantracker-1.6_p20220803.tar.gz 52514 BLAKE2B 
c6053e0c00b41ab7defeadd14bb2c740b33e51a5a2712d69a7867876c0563261444c934f6c3d58c0dab67ed2ce9839e1a3835f15ca9e744ff1468e543ecd3bc2
 SHA512 
d3ef76404c136c65251503418acbf9e8f9cf6125ea39e2845ccd4b8ce56faef936d5a4d780ae9aedb82b215cd4f3fa88dc51b9f8880b2fd1b9d05fe718646dad
+DIST limnoria-plugins-chantracker-1.6_p20221109.tar.gz 52828 BLAKE2B 
565464aa82e08d2c674dfc247863149b6a1bf667062306ba7cac564e797d94b72777b97c3fe60d0e612c4be052794103569f6b67e8678728a15417f9ce7655f8
 SHA512 
2e30e7edaeaa99382f8067c3632ae5bface9738d19223e752089ef9c8b16c3bd51f003d9c0206065b794e57cdc12728d018632b9a035183b69b4d8c532739804

diff --git 
a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220312.ebuild
 
b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20221109.ebuild
similarity index 95%
rename from 
net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220312.ebuild
rename to 
net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20221109.ebuild
index 3af0db47e4ff..95fc75da97cd 100644
--- 
a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20220312.ebuild
+++ 
b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6_p20221109.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit vcs-snapshot
 
-COMMIT="2c94abb49a08ea47ab718018dfcaeaf8bf569d5f"
+COMMIT="e50ca6fe0d8a8b6beb38a8ec5e37e770188b7d9c"
 
 DESCRIPTION="supybot ban management and channel flood/spam/repeat protections 
plugin"
 HOMEPAGE="https://github.com/ncoevoet/ChanTracker;



[gentoo-commits] repo/gentoo:master commit in: dev-java/icu4j/

2022-11-19 Thread Sam James
commit: a1d7471b5d1929f5d8078868053fa2e47352
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 07:23:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 07:23:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d7

dev-java/icu4j: Stabilize 72.1 arm64, #882083

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

 dev-java/icu4j/icu4j-72.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/icu4j/icu4j-72.1.ebuild b/dev-java/icu4j/icu4j-72.1.ebuild
index 338379b560d8..8210fccd247c 100644
--- a/dev-java/icu4j/icu4j-72.1.ebuild
+++ b/dev-java/icu4j/icu4j-72.1.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/unicode-org/icu/archive/refs/tags/release-${PV/./-}.
 
 LICENSE="icu"
 SLOT="70"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
 
 DEPEND=">=virtual/jdk-1.8:*
test? ( dev-java/junitparams:0 )"



[gentoo-commits] repo/gentoo:master commit in: dev-java/icu4j/

2022-11-19 Thread Sam James
commit: f0ddfd16e078bfe3010364cca8650f4b591d2871
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 07:23:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 07:23:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ddfd16

dev-java/icu4j: Stabilize 72.1 amd64, #882083

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

 dev-java/icu4j/icu4j-72.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/icu4j/icu4j-72.1.ebuild b/dev-java/icu4j/icu4j-72.1.ebuild
index a723be95a5f4..9e24d160cf9f 100644
--- a/dev-java/icu4j/icu4j-72.1.ebuild
+++ b/dev-java/icu4j/icu4j-72.1.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/unicode-org/icu/archive/refs/tags/release-${PV/./-}.
 
 LICENSE="icu"
 SLOT="70"
-KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
 
 DEPEND=">=virtual/jdk-1.8:*
test? ( dev-java/junitparams:0 )"



[gentoo-commits] repo/gentoo:master commit in: dev-java/icu4j/

2022-11-19 Thread Sam James
commit: f5ee7976cecc5a061545184b62261a8d70a561e4
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 07:23:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 07:23:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ee7976

dev-java/icu4j: Stabilize 72.1 ppc64, #882083

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

 dev-java/icu4j/icu4j-72.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/icu4j/icu4j-72.1.ebuild b/dev-java/icu4j/icu4j-72.1.ebuild
index 8210fccd247c..a723be95a5f4 100644
--- a/dev-java/icu4j/icu4j-72.1.ebuild
+++ b/dev-java/icu4j/icu4j-72.1.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/unicode-org/icu/archive/refs/tags/release-${PV/./-}.
 
 LICENSE="icu"
 SLOT="70"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86"
 
 DEPEND=">=virtual/jdk-1.8:*
test? ( dev-java/junitparams:0 )"



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

2022-11-19 Thread Sam James
commit: bd8fab279b57b024101f77363ebdc029b21e51e2
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 06:45:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 06:45:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8fab27

dev-python/terminaltables: fix tests in some envs; enable py3.11

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

 dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild | 9 -
 dev-python/terminaltables/terminaltables-.ebuild  | 9 -
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild 
b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
index b08a653b797d..2e78fc2ba3c7 100644
--- a/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
+++ b/dev-python/terminaltables/terminaltables-3.1.10-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
@@ -38,3 +38,10 @@ src_prepare() {
 
distutils-r1_src_prepare
 }
+
+python_test() {
+   # We override FORCE_COLOR otherwise termcolor
+   # would pick it up from env. and give unexpected
+   # output for tests.
+   FORCE_COLOR=1 epytest
+}

diff --git a/dev-python/terminaltables/terminaltables-.ebuild 
b/dev-python/terminaltables/terminaltables-.ebuild
index c5cb790fdd38..5b904f1c7220 100644
--- a/dev-python/terminaltables/terminaltables-.ebuild
+++ b/dev-python/terminaltables/terminaltables-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1 git-r3
 
@@ -32,3 +32,10 @@ src_prepare() {
 
distutils-r1_src_prepare
 }
+
+python_test() {
+   # We override FORCE_COLOR otherwise termcolor
+   # would pick it up from env. and give unexpected
+   # output for tests.
+   FORCE_COLOR=1 epytest
+}



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

2022-11-19 Thread Sam James
commit: a963bbeb3cc264631096f43f6f6120a02d069f98
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:52:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:52:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a963bbeb

app-text/xmldiff: enable py3.11

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

 app-text/xmldiff/xmldiff-2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild 
b/app-text/xmldiff/xmldiff-2.4.ebuild
index 16acc93ca983..59c4a771bcfb 100644
--- a/app-text/xmldiff/xmldiff-2.4.ebuild
+++ b/app-text/xmldiff/xmldiff-2.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 DISTUTILS_USE_SETUPTOOLS="rdepend"
 inherit distutils-r1



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

2022-11-19 Thread Sam James
commit: 6c1ed13c83c782bf8282c1c6ff92875b5a2b9fda
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:35:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:35:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c1ed13c

sys-devel/kgcc64: stabilize 10.4.0 for hppa

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

 sys-devel/kgcc64/kgcc64-10.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/kgcc64/kgcc64-10.4.0.ebuild 
b/sys-devel/kgcc64/kgcc64-10.4.0.ebuild
index 148633daaf48..c78e173424f2 100644
--- a/sys-devel/kgcc64/kgcc64-10.4.0.ebuild
+++ b/sys-devel/kgcc64/kgcc64-10.4.0.ebuild
@@ -27,7 +27,7 @@ inherit toolchain
 DESCRIPTION="64bit kernel compiler"
 
 # Works on hppa and mips; all other archs, refer to bug #228115
-KEYWORDS="~hppa"
+KEYWORDS="hppa"
 
 # unlike every other target, hppa has not unified the 32/64 bit
 # ports in binutils yet



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

2022-11-19 Thread Sam James
commit: 6c165c0a9d8dd259d5969fb8f5412899aa53d5d7
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:35:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:35:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c165c0a

sys-devel/kgcc64: drop 10.3.0

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

 sys-devel/kgcc64/Manifest |  2 --
 sys-devel/kgcc64/kgcc64-10.3.0.ebuild | 43 ---
 2 files changed, 45 deletions(-)

diff --git a/sys-devel/kgcc64/Manifest b/sys-devel/kgcc64/Manifest
index d3fbce01898a..dcbdd672a599 100644
--- a/sys-devel/kgcc64/Manifest
+++ b/sys-devel/kgcc64/Manifest
@@ -1,5 +1,3 @@
-DIST gcc-10.3.0-patches-1.tar.bz2 15282 BLAKE2B 
ef283e8b108af9bfd3324fabb95c835374113c6ff2cf1430a5568b3d1b27183e6de6751367c1e5720c85ac4c4513284d5510c63f95e88a1f623b6bcf4000
 SHA512 
6dc435c8619a1532000fae843b9964d0d1e28d3cc9cc1962ab7391570a0cf1135424ea5c0b0d3d5ec5ea863f02e963be2ec4c94822f217fc692a1d808325404e
-DIST gcc-10.3.0.tar.xz 76692288 BLAKE2B 
ac7898f5eb8a7c5f151a526d1bb38913a68b50a65e4d010ac09fa20b6c801c671c790d780f23ccb8e4ecdfc686f4aa588082ccc9eb5c80c7b0e30788f824c1eb
 SHA512 
2b2dd7453d48a398c29eaebd1422b70341001b8c90a62aee51e83344e7fdd8a8e45f82a4a9165bd7edc76dada912c932f4b6632c5636760fec4c5d7e402b3f86
 DIST gcc-10.4.0-musl-patches-1.tar.xz 3808 BLAKE2B 
804d1fcc451dcd03be71240dd498ec2d179869571d44012967c48dccf5a478dd8c55000a964a80fdd5584d739a777dee1c83241cffce514ef002df2572854a67
 SHA512 
83e4a9c0f7062baf0c606a2bcc56a818494991403d7577dea65f04bbc25bdb786a5889b80d45d80e7f4be07c1aef786802cbfcfafd1a17ec255a2d4e93a77570
 DIST gcc-10.4.0-patches-5.tar.xz 17056 BLAKE2B 
f336d69a8ad105b8c4a84e8248a5b8a88175d3f1d67d32c6bee1780d252d86947059bd624992e6292610e86c9012f4d901a1a54df0d184dd023d404a0707700e
 SHA512 
aa8fb42f20587f8519e7b06037da4d8f7d386b63e228b239a0445a51df4e401940fcd81482381d966622054aef3e0db06d1def5c74ac3d3dcc9c75c3b966c758
 DIST gcc-10.4.0.tar.xz 75018092 BLAKE2B 
ec1169025d3896b70ab80a4b8ce5040763a95529fc7e120c6bc3a3eb1db5cf938ebde347c1e595a8ff7d4081e79ded6252702d7a1a09648449b7a0783188e434
 SHA512 
440c08ca746da450d9a1b35e8fd2305cb27e7e6987cd9d0f7d375f3b1fc9e4b0bd7acb3cd7bf795e72fcbead59cdef5b6c152862f5d35cd9fbfe6902101ce648

diff --git a/sys-devel/kgcc64/kgcc64-10.3.0.ebuild 
b/sys-devel/kgcc64/kgcc64-10.3.0.ebuild
deleted file mode 100644
index 3eb8d3aeded9..
--- a/sys-devel/kgcc64/kgcc64-10.3.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-case ${CHOST} in
-   hppa*)CTARGET=hppa64-${CHOST#*-};;
-   mips*)CTARGET=${CHOST/mips/mips64};;
-   powerpc*) CTARGET=${CHOST/powerpc/powerpc64};;
-   s390*)CTARGET=${CHOST/s390/s390x};;
-   sparc*)   CTARGET=${CHOST/sparc/sparc64};;
-   i?86*)CTARGET=x86_64-${CHOST#*-};;
-esac
-export CTARGET
-TOOLCHAIN_ALLOWED_LANGS="c"
-TOOLCHAIN_PATCH_DEV="slyfox"
-GCC_TARGET_NO_MULTILIB=true
-
-PATCH_VER="1"
-inherit toolchain
-
-DESCRIPTION="64bit kernel compiler"
-
-# Works on hppa and mips; all other archs, refer to bug #228115
-KEYWORDS="hppa"
-
-# unlike every other target, hppa has not unified the 32/64 bit
-# ports in binutils yet
-DEPEND="hppa? ( sys-devel/binutils-hppa64 )"
-
-pkg_postinst() {
-   toolchain_pkg_postinst
-
-   cd "${ROOT}"/usr/bin
-   local x
-   for x in gcc cpp ; do
-   cat <<-EOF >${CTARGET%%-*}-linux-${x}
-   #!/bin/sh
-   exec ${CTARGET}-${x} "\$@"
-   EOF
-   chmod a+rx ${CTARGET%%-*}-linux-${x}
-   done
-}



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

2022-11-19 Thread Sam James
commit: bd3b060bdf59cb9259f9ad0403f2ddcada19e566
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:33:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:33:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd3b060b

sys-devel/gcc: drop 12.2.1_p20221029, 12.2.1_p20221105

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

 sys-devel/gcc/Manifest|  2 --
 sys-devel/gcc/gcc-12.2.1_p20221029.ebuild | 52 ---
 sys-devel/gcc/gcc-12.2.1_p20221105.ebuild | 52 ---
 3 files changed, 106 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 38ce2ba7b7c2..65e46b6b39de 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -17,8 +17,6 @@ DIST gcc-11.4.0-musl-patches-0.tar.xz 3844 BLAKE2B 
f3f1be6718e3cf08e553a1a2319a8
 DIST gcc-11.4.0-patches-2.tar.xz 14224 BLAKE2B 
d3030c19a7bd8bd082fd39b35c3e80883ae541ab28232513ba60095fe81f5fe1fbdc54829a1556b2d278328033f6eb8a81e9ee268a6020b554388a60842b02e6
 SHA512 
60aa19f00fb29b7c8a68c73de274e24559dc896f551d47153ea511b202941caa950c0aff62ad28d057a8ed16f2aec2c06e681e7286d65ab3610b6948d7bb840a
 DIST gcc-11.4.0-patches-3.tar.xz 15200 BLAKE2B 
a393df941a2a31164f477d6bc0032e28319e8f0bd87200eb453708f85aa8c0bf5d67e733ee7b75cf6d14743e18cc941cee1b77a8247f8c5683d17a98cbeb280f
 SHA512 
6f6096d95c7c62780d1070097739882393a8df5172c3a5ae811a8d4d1c98a0cd14a34f3f7e95410c8f210aec434330ac3b8876c688faeb130d7bb8faece9
 DIST gcc-12-20221008.tar.xz 79145884 BLAKE2B 
ff3d684d887e282c79fe95952a449ed5770d4bd74077553baf31c34dbd77177e680b19ac741c04aab26ac2c9bb2b89924f51f63e2f22b440decf2c65274a7640
 SHA512 
a35a6207e7f4375abca3ae57376c98b082846a88e83522c322d713e759367ceb2b3ad68488bed6f1645e47a106b0bbb2efbca6cb14b077672289acb4373e616f
-DIST gcc-12-20221029.tar.xz 79160816 BLAKE2B 
3e2f724f9802a83b518e90e840b21121c3e736aff65f447ba37a71495be0aefbd31785154631c21396780433cb674dc20e35bca7125de7f6cce07babe1107984
 SHA512 
3ca5593dafc530108f2d61af2185601dcbc26d610e9f7ec1f6bf5c91d1ffe6d40558280b26e52f48079a6d71846076a3e92e8aa9f9d503e3b06f3d8098882b00
-DIST gcc-12-20221105.tar.xz 79154324 BLAKE2B 
b57f5ff5f606a59ca83b01ea98ab931c5fb7da741b161186224f6cd460214194e6fa3c5a8701bd3ffd1a9b38c16d29c4e68a8ddd2e9d34a56ec187aedf667bdf
 SHA512 
e185d06408dd36f66a2f65b7e8a216d314024cf9a5072ad9196e95a279a91b9890a2ec5d870b62c7367a1d7b5cf2dbcccbebda0c5a5eff2c7a3cd1bbffda45c5
 DIST gcc-12-20221112.tar.xz 79163888 BLAKE2B 
996e72ea0aa592701d628b78a0b0637d4a0dad799aece4d6a5b84d6aefee983b153782cafa5a3f4580ddcb90d78bd89b27f7191fddbc6d778933642a917781d5
 SHA512 
3901c2c96f25884b6f329558bd044051ca6daa0bcaccd85a9bb1079a07bca08d782374b396b5c7e7d2e2da6595b9860507807d141c9cc86f504e7e288ce8da06
 DIST gcc-12-20221119.tar.xz 79163968 BLAKE2B 
76eaf75958b332a21fcb185c045c994eee76caeae2abfc7d2a3656a0d0871c2ba346278e9c2c926b1d5f211798a106a983c3fe8a598d3c46384586a72369008b
 SHA512 
9ce92bd2042f32d2a650f0e4f102202ff2f6b7592fdeeeabf0c1beb1b9b96312f9cb216b5d912e68bc8ff4c943be03a0fc200fcd00bc4fa210ee8e49e15c2a50
 DIST gcc-12.2.0-musl-patches-1.tar.xz 3844 BLAKE2B 
004432806696f7d0a32366270ac45695e858abee73a255e44dc6e0a225339e4cad40aab0d51dfe9a55d5aa4b4001f5726064bb2eea3212a0874b2d27e229abd7
 SHA512 
c354edcd641a9dfaf902a0ff4c44c75065d0cf1c36bbf6c3c35c2e23bff22b8f70bcf4458a5a0ef86371e9f2fafca8a54ca822e35820ff442c9458a2819c3606

diff --git a/sys-devel/gcc/gcc-12.2.1_p20221029.ebuild 
b/sys-devel/gcc/gcc-12.2.1_p20221029.ebuild
deleted file mode 100644
index 97d104a8472d..
--- a/sys-devel/gcc/gcc-12.2.1_p20221029.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-TOOLCHAIN_PATCH_DEV="sam"
-PATCH_VER="1"
-PATCH_GCC_VER="12.2.0"
-MUSL_VER="1"
-MUSL_GCC_VER="12.2.0"
-
-if [[ $(ver_cut 3) ==  ]] ; then
-   MY_PV_2=$(ver_cut 2)
-   if [[ ${MY_PV_2} == 0 ]] ; then
-   MY_PV_2=0
-   else
-   MY_PV_2=$(($(ver_cut 2) - 1))
-   fi
-
-   # e.g. 12.2. -> 12.1.1
-   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
-elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
-   # Cheesy hack for RCs
-   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
-   MY_P=${PN}-${MY_PV}
-   
GCC_TARBALL_SRC_URI="https://gcc.gnu.org/pub/gcc/snapshots/${MY_PV}/${MY_P}.tar.xz;
-   TOOLCHAIN_SET_S=no
-   S="${WORKDIR}"/${MY_P}
-fi
-
-inherit toolchain
-
-# Needs to be after inherit (for now?), bug #830908
-EGIT_BRANCH=releases/gcc-$(ver_cut 1)
-
-# Don't keyword live ebuilds
-#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
-#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
-#fi
-
-# Technically only if USE=hardened 

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

2022-11-19 Thread Sam James
commit: b8c19f4d2cf188968da02587aa3aba9e5f263fed
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:31:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:31:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c19f4d

www-client/opera-beta: remove old

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

 www-client/opera-beta/Manifest |   1 -
 .../opera-beta/opera-beta-92.0.4561.8.ebuild   | 159 -
 2 files changed, 160 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 4958a50d78bb..3c47c26675c4 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,5 +1,4 @@
 DIST opera-beta_92.0.4561.11_amd64.deb 98400252 BLAKE2B 
a74eacd477a383a69b7ed1e3fd96d9d1e700f305c1a71a0c6771fb44bc9cb2c7cf6fe8cc29d647ec7a244a0efd1f28824f967a36d8327765004a92f934aa3f50
 SHA512 
8a04b942126ce2fe77a9cb135cafadb63a5fbdf468261212af25afbdac1c5c878fd04dda8fd66c5bfa6fdf6794506459e058c94394e98bddb78aa85191497893
-DIST opera-beta_92.0.4561.8_amd64.deb 98358232 BLAKE2B 
dc5d018870115db3bdf3275f4542e6c4acaa8f866690424fe45fe3068cd3e9750ad0db2a325871add5f942b168bb845fc12d3917d56dedc755e0067f54d2bd3c
 SHA512 
d65d4beda8ca6473a1569d39f5919a849aafed46cb3787a72053bf70e30da573b39a95271c5d52ed132a677c52050d46682902a94e67709c0cf90a020ef20562
 DIST opera-beta_93.0.4585.3_amd64.deb 99354024 BLAKE2B 
5463de57611b1b803eccfe19faeb5c2320bd60615b109e44085141b30d1af0bc0699cb5fe5b4a0bcd6f864c3d6d4faf83572bbeed5ff6c08ae849b63811c7395
 SHA512 
d4d438d6354999f43654f8e93e3b25d050a4bd1cc97cc354946a0ca0de496590d6e35e49b5178e3199be4efefbb1ab46a59dd7f14d891d12c72933b8b9db5279
 DIST opera-beta_93.0.4585.7_amd64.deb 99336352 BLAKE2B 
01c4fc951e4a9109f84cc6861628456a8c4f792beb3d786a5829b74af9d23ad88a70862d07888dfab4267f4dc62e2a01f2d4d00edd40519438d1686cfe2b00c2
 SHA512 
9ca766bb17301bd5ec23ef69c70959511622b15394b572fdf2a8f8270a60cb04cb2f60b07edbb4b1edce41b66920cbef74a7e0f24b02830741e24be41126838d
 DIST opera-ffmpeg-codecs-105.0.5195.19.tar.xz 1413912 BLAKE2B 
52e951eb93b2ed91b4053002a43e79884c46aab7b2218a08717927e3f43bc247b340bafc18488fcf6596d4441c318d6fe734869c8daad047107aeff0fade4c71
 SHA512 
f29bc9146fa67b71fa2df83a9b731e9cb4ce7827a573b63fa1c10baba5980f0375cfab2c6e1edce01415753b6f3e0b65de7d361d9400550d7a2d637236e2e414

diff --git a/www-client/opera-beta/opera-beta-92.0.4561.8.ebuild 
b/www-client/opera-beta/opera-beta-92.0.4561.8.ebuild
deleted file mode 100644
index 861830ed07f3..
--- a/www-client/opera-beta/opera-beta-92.0.4561.8.ebuild
+++ /dev/null
@@ -1,159 +0,0 @@
-# Copyright 1999-2022 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="105.0.5195.19"
-
-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"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   || (
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   ( app-accessibility/at-spi2-atk dev-libs/atk )
-   )
-   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
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}

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

2022-11-19 Thread Sam James
commit: fd15c959616e2a810a015e0915d65e81480f3987
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:32:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:32:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd15c959

sys-devel/gcc: drop 11.3.1_p20221028, 11.3.1_p20221104

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

 sys-devel/gcc/Manifest|  2 --
 sys-devel/gcc/gcc-11.3.1_p20221028.ebuild | 52 ---
 sys-devel/gcc/gcc-11.3.1_p20221104.ebuild | 52 ---
 3 files changed, 106 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 1bb5b52f1318..38ce2ba7b7c2 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -8,8 +8,6 @@ DIST gcc-10.5.0-musl-patches-1.tar.xz 3816 BLAKE2B 
5995f934a40665d877342853fde8b
 DIST gcc-10.5.0-patches-0.tar.xz 16188 BLAKE2B 
3fe3163c4960ff02eb792b2d00b9b20e1c2b44ad2d2e79661ffa0a5795b1bb631bce83c506f485765a7b971e6d391ebc1803c327f0d8d06e457610f5d6074c90
 SHA512 
fde1fec92df535416221827d48daf7d498f675da5697bc15bb4e17ccfedf6e6705dd28f57a3c9ebc8065b49328246fa5aa1fd90bd88bc27fe2b7b3e924f0df15
 DIST gcc-10.5.0-patches-1.tar.xz 17180 BLAKE2B 
d8ecc7cc15fa1ab420fa9eff11173a1d5544b369720e8c54fc59375e591ebd0a429b7e81a2a3df86bd2eaf19e4b8148bf2e1b0c8410de3944d4801ce412016b2
 SHA512 
5855aa23ee0b262c20a1b6fd2d4a947180c079dc00e0fa675043edceee0c822eec0dc752f5fcb281b70c04e50c6fcaf6c5d5160ab15d3f0c51fa030eb2d79d26
 DIST gcc-11-20221007.tar.xz 75790520 BLAKE2B 
de52f7fc5c7f5f82d9cbaeaa13b216e149a4aac8162188c628007c17ddb40aa838d19f2ca18216e8bfe5df2d21438f10c8e87298b53cbde4359f72c9cff87589
 SHA512 
b785236a00647041c9ea4552e5ea82a09e23a801b029773ba77bfc03675c530369ad0b5fc279330f3d8dd4b9b40aeaa9de84a39b6397f73984b7e2fdf8f0bad2
-DIST gcc-11-20221028.tar.xz 75809048 BLAKE2B 
4b3796028379e594de0e750239bcb94131ef3170e6cacc8095b27cd8f148264c9c1e7271d17d38bfea8d9d6514dcf1e5ea56bf31c5cc30b0f6107b580da44002
 SHA512 
0dc7733abdc9d68fdab94f21b3d07a6881fd73f9df73be57ac0c129f9287771de8c93e2f287e84081186e66000ea29c1b338719eec96edb526b4ae7e27daca38
-DIST gcc-11-20221104.tar.xz 75796112 BLAKE2B 
c86d9308eda05c9bb724531308bac6d819d2b450eb4a13713f0b07873eb976077f7d5561835c516aac06f53508b18b2f56ccb4d75c61f3f72ff24468191b8ad6
 SHA512 
f13fc31f638df3ab401feb11d4b68fdab6643f56c3dea5ca07184e0b5cc29199a40fa21ce3c0298ad58e7952804b14131c24aa66b3f40db0ae997245af5f84bd
 DIST gcc-11-2022.tar.xz 75802080 BLAKE2B 
7e49eefb17f3905b587d6de489820dd6aa6a8315b665872a5acad9a35b5431ab459bad426acafad5e0f9634b1bcd39db05726662f7577d0f4fcd49e2944df455
 SHA512 
bd9fad5e8ca94b5e1c3855141418c5067d27cb9bfde624c0a0c32131f837507e5c896238636d9ac4b0447eb368d80522d1dc1a2ea6f7b2f8259c729b61a4e879
 DIST gcc-11-20221118.tar.xz 75811664 BLAKE2B 
97cdbbe114a46f149c89da8190ccb7c98bf540459ac50432dd461178d36a5f203bb89a1205fb89a5a8d80c3518b6b05b882f0c29cd1a88e3ca3a6d1a59d2
 SHA512 
6634ae0929c41541696684dd2809f7fd6cb3428aecb32e149b9ed26aff487c8f3ec089865ccb015281dd814f064875282cb360963bdd90b2eff0db27897602a7
 DIST gcc-11.3.0-musl-patches-1.tar.xz 3856 BLAKE2B 
f511f8b4c0696771d906beee9645b5d009ea4b673602baa1ca562d6f23c5b0caf2012aae93578671624617c4286e3937d79a7383d6a03bb438c5b774a06fe8e6
 SHA512 
cd375ff2affb213475acaabf02989b1f05d719d972970ea0304d20a816986807390893d1401826f3b497787642f35d90a244195f8e466db41e8d768366057334

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

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

2022-11-19 Thread Sam James
commit: 6d352a874da23043b10f05819be94105ddc892e6
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:32:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:32:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d352a87

sys-devel/gcc: drop 10.4.1_p20221027, 10.4.1_p20221103

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

 sys-devel/gcc/Manifest|  2 --
 sys-devel/gcc/gcc-10.4.1_p20221027.ebuild | 58 ---
 sys-devel/gcc/gcc-10.4.1_p20221103.ebuild | 58 ---
 3 files changed, 118 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index ac1530368fea..1bb5b52f1318 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,6 +1,4 @@
 DIST gcc-10-20221006.tar.xz 71755692 BLAKE2B 
0099821e5fcd5e1a069369a72f105607cb7f20fbef3d627a598d8c7a6439491e050533d6577b4f7953aabb52daf926ffc8eb9cecd8853833a14c90bd878e1ad9
 SHA512 
3fc1dceff31ec8a84babe31d88a312d9d3d30450ff0c42730b9a9fe45c0fc9509216fb95cd84df7477faebe2b9b7d8f7e269c9e76cecc05417dc6192e3b96c67
-DIST gcc-10-20221027.tar.xz 71769420 BLAKE2B 
e7e6cb023e950eac7ea143deaca30bf182ffdf3ec8fad3c5b6088233d1faea7bf9f43ea8a37ccc989c539be01b510f0708cfe586adae992d9265bc5612793238
 SHA512 
eada43f30355b417bd45b45886f6d33c29509f5dff32bb264b9a41cb03c61d83fd4c7e517136b1bd3877bff04946fad0dfd26b85b7f7bb5ada24b1fa23f660f6
-DIST gcc-10-20221103.tar.xz 71766176 BLAKE2B 
5bd5ca13bee2605f6a77b59182012d605d14ab915505f5267ac59c5d6ce6a422f0720838f80825478372223cad08b4c03ff79d4d945b80452e2d7d59e11e41eb
 SHA512 
a49f471cd9188851d5052a28e6d48d31d4788ebf62c00b3891ff193d8b8f4637fbcf0e2c681538202c2398a4a1082f073bc456a4712cdf53b0a5353b09d645cc
 DIST gcc-10-20221110.tar.xz 71760032 BLAKE2B 
75f0f18c83021fb9ce5ed2501cefcda53463ee2256b6e594412020e8a27880f562880c5ae1e65a68b3da19e04de723fbaf8beee2fbbd5871eae5f4e05404b8de
 SHA512 
3b836c26e4cf6896db3bd41d2140ac7b790fb9cd83a379dee832e4b38f92b56b88476bb86dbbece1bc3e2b348a912cbcaed0379f35994554a57689fb9b71f5d0
 DIST gcc-10-20221117.tar.xz 71762756 BLAKE2B 
d6b1d87d3b09dfe479f2fe21225d94f9f2aa310dba22b4f7f41a212e6d88378765dc2c244cf953394e5eabbd7e17f3d205b9933f7546023a875822120a2fbd83
 SHA512 
85ceff6524eb4f21e192a8213a75b127b911e01bfd4c9f1f7d1d6c8a6409608bccc009278152060213341b1c114f2330d54ad7b1d9bb7ed9213c1369ae434cef
 DIST gcc-10.4.0-musl-patches-1.tar.xz 3808 BLAKE2B 
804d1fcc451dcd03be71240dd498ec2d179869571d44012967c48dccf5a478dd8c55000a964a80fdd5584d739a777dee1c83241cffce514ef002df2572854a67
 SHA512 
83e4a9c0f7062baf0c606a2bcc56a818494991403d7577dea65f04bbc25bdb786a5889b80d45d80e7f4be07c1aef786802cbfcfafd1a17ec255a2d4e93a77570

diff --git a/sys-devel/gcc/gcc-10.4.1_p20221027.ebuild 
b/sys-devel/gcc/gcc-10.4.1_p20221027.ebuild
deleted file mode 100644
index bb603378916c..
--- a/sys-devel/gcc/gcc-10.4.1_p20221027.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-TOOLCHAIN_PATCH_SUFFIX="xz"
-TOOLCHAIN_PATCH_DEV="sam"
-#TOOLCHAIN_GCC_RC=1
-PATCH_GCC_VER="10.5.0"
-PATCH_VER="0"
-MUSL_VER="1"
-MUSL_GCC_VER="10.5.0"
-
-if [[ $(ver_cut 3) ==  ]] ; then
-   MY_PV_2=$(ver_cut 2)
-   if [[ ${MY_PV_2} == 0 ]] ; then
-   MY_PV_2=0
-   else
-   MY_PV_2=$(($(ver_cut 2) - 1))
-   fi
-
-   # e.g. 12.2. -> 12.1.1
-   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
-elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
-   # Cheesy hack for RCs
-   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
-   MY_P=${PN}-${MY_PV}
-   
GCC_TARBALL_SRC_URI="https://gcc.gnu.org/pub/gcc/snapshots/${MY_PV}/${MY_P}.tar.xz;
-   TOOLCHAIN_SET_S=no
-   S="${WORKDIR}"/${MY_P}
-fi
-
-inherit toolchain
-# Needs to be after inherit (for now?), bug #830908
-EGIT_BRANCH=releases/gcc-$(ver_cut 1)
-
-# Don't keyword live ebuilds
-#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
-#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-#fi
-
-RDEPEND=""
-BDEPEND="${CATEGORY}/binutils"
-
-src_prepare() {
-   local p upstreamed_patches=(
-   # add them here
-   )
-   for p in "${upstreamed_patches[@]}"; do
-   rm -v "${WORKDIR}/patch/${p}" || die
-   done
-
-   if has_version '>=sys-libs/glibc-2.32-r1'; then
-   rm -v "${WORKDIR}/patch/23_all_disable-riscv32-ABIs.patch" || 
die
-   fi
-
-   toolchain_src_prepare
-}

diff --git a/sys-devel/gcc/gcc-10.4.1_p20221103.ebuild 
b/sys-devel/gcc/gcc-10.4.1_p20221103.ebuild
deleted file mode 100644
index bb603378916c..
--- a/sys-devel/gcc/gcc-10.4.1_p20221103.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-

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

2022-11-19 Thread Sam James
commit: 78aec37dae88df17ee9970325f3e59371ced3d83
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:30:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:30:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78aec37d

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

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

 www-client/microsoft-edge-beta/Manifest|   1 +
 .../microsoft-edge-beta-108.0.1462.20.ebuild   | 117 +
 2 files changed, 118 insertions(+)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 7df70bcc3ea1..2526ec3e07b4 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-beta_107.0.1418.13-1_amd64.deb 134167464 BLAKE2B 
262c2159d98086c08def4f4b5f9aeeeb07914ed159942c2b4b0634f53c21dde7d39ce7363cd9c516c290560f549fa27dff1bc210543e9dd910e6d2cb5917478b
 SHA512 
83b12a09b1a12e1b5ef3732ae4ef918dadc013ad8d6958beece8fec81f30cd45f9c5d9ea89c9ff0f9c831521d466a63ceba0dd2e946f83dbbef7a48e7fd8921b
 DIST microsoft-edge-beta_107.0.1418.16-1_amd64.deb 134153144 BLAKE2B 
9cde672e692dc6bbc81ef8408de247d28ea33e4ee728118b99470cfbf1701a01c8df6527ecf5535e9a6a3bf56cde9b5b2f1f73bf864655deae450aac7cd437d5
 SHA512 
48243470c6d1db4be2d4a45cce957290fe0387304daeab7489485f597b548afb3c56cbf94ba454a209ecbbc252c981e52271552e195769c89c9ed521950921fc
 DIST microsoft-edge-beta_107.0.1418.23-1_amd64.deb 134208602 BLAKE2B 
fac7bfc79242e1f39f7b9bda8ed8487ef566c989beaac307ed46edf6a443dfbcfc2862b61100a40ee3d5067ecc1e334e5529ddc024e0e39fdd1dc6ffee2cf65e
 SHA512 
98d99c6102dfb305b759e6147c038bdd2517b6e578e33563bf8e04655730b41f5532b5d31d50e9f77bf3834a3da02e8623baab000e7763daffd526363123963d
+DIST microsoft-edge-beta_108.0.1462.20-1_amd64.deb 136449922 BLAKE2B 
9cbff27e356093cc25b73068e5d2168f2c78b8ac4f7d41d471ebe085ebb2911dc8b1c08e342fa57f701af6f16ce3eea5a240e1312d155e366bc6c4c924bc19b9
 SHA512 
4e959b7cc735b4210bb67a4aaa7b7c20b7b0e01d7ee0c2159480c9f28343518be28d6f20cb1032d82a49c9b8d8e466310ea44f4c0799264b34f4341943f25f9c

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-108.0.1462.20.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-108.0.1462.20.ebuild
new file mode 100644
index ..873f8ce87360
--- /dev/null
+++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-108.0.1462.20.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2011-2022 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"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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 )
+"
+
+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-beta/

2022-11-19 Thread Sam James
commit: f81b1f7623b9d58c2d3f97333dfe9ab8f32df3c4
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:30:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:30:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81b1f76

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

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

 www-client/microsoft-edge-beta/Manifest|   1 +
 .../microsoft-edge-beta-108.0.1462.15.ebuild   | 117 +
 2 files changed, 118 insertions(+)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 2526ec3e07b4..e4aca9251725 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,4 +1,5 @@
 DIST microsoft-edge-beta_107.0.1418.13-1_amd64.deb 134167464 BLAKE2B 
262c2159d98086c08def4f4b5f9aeeeb07914ed159942c2b4b0634f53c21dde7d39ce7363cd9c516c290560f549fa27dff1bc210543e9dd910e6d2cb5917478b
 SHA512 
83b12a09b1a12e1b5ef3732ae4ef918dadc013ad8d6958beece8fec81f30cd45f9c5d9ea89c9ff0f9c831521d466a63ceba0dd2e946f83dbbef7a48e7fd8921b
 DIST microsoft-edge-beta_107.0.1418.16-1_amd64.deb 134153144 BLAKE2B 
9cde672e692dc6bbc81ef8408de247d28ea33e4ee728118b99470cfbf1701a01c8df6527ecf5535e9a6a3bf56cde9b5b2f1f73bf864655deae450aac7cd437d5
 SHA512 
48243470c6d1db4be2d4a45cce957290fe0387304daeab7489485f597b548afb3c56cbf94ba454a209ecbbc252c981e52271552e195769c89c9ed521950921fc
 DIST microsoft-edge-beta_107.0.1418.23-1_amd64.deb 134208602 BLAKE2B 
fac7bfc79242e1f39f7b9bda8ed8487ef566c989beaac307ed46edf6a443dfbcfc2862b61100a40ee3d5067ecc1e334e5529ddc024e0e39fdd1dc6ffee2cf65e
 SHA512 
98d99c6102dfb305b759e6147c038bdd2517b6e578e33563bf8e04655730b41f5532b5d31d50e9f77bf3834a3da02e8623baab000e7763daffd526363123963d
+DIST microsoft-edge-beta_108.0.1462.15-1_amd64.deb 136473638 BLAKE2B 
7185c0f97a3699c09e6bf4166698484d63754bb54540f92e93eb7b37bada039558ccac0a9767b5dd7408a3898f5c8f498b683929c4ab776f7a56eb7ebc08f1a9
 SHA512 
c545ebf610aa3d12e1e6169e16e366e2a98988166388aab95b0b407a1ef7a43e76f2bc6c8e5f067598fa702c24c99e43d641559199572ae25bc66d442e700f2a
 DIST microsoft-edge-beta_108.0.1462.20-1_amd64.deb 136449922 BLAKE2B 
9cbff27e356093cc25b73068e5d2168f2c78b8ac4f7d41d471ebe085ebb2911dc8b1c08e342fa57f701af6f16ce3eea5a240e1312d155e366bc6c4c924bc19b9
 SHA512 
4e959b7cc735b4210bb67a4aaa7b7c20b7b0e01d7ee0c2159480c9f28343518be28d6f20cb1032d82a49c9b8d8e466310ea44f4c0799264b34f4341943f25f9c

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-108.0.1462.15.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-108.0.1462.15.ebuild
new file mode 100644
index ..873f8ce87360
--- /dev/null
+++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-108.0.1462.15.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2011-2022 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"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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 )
+"
+
+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 

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

2022-11-19 Thread Sam James
commit: f466e5fa538ad82410631f481b0197135a0b18af
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:31:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:31:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f466e5fa

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

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

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-94.0.4597.0.ebuild | 159 +
 2 files changed, 160 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index deec331e839a..d3f82e5a3b5c 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,5 +1,6 @@
 DIST opera-developer_92.0.4547.0_amd64.deb 98201692 BLAKE2B 
addd85da63f749213780d7e0ad1a6f1c9c6f324727c323afcbda1d8380100824efe79bd714a65fa5acf5105fa5d9275ca9a087ecc843274a9e8c1e9a61390885
 SHA512 
ac082f0b1acc02614b43928f3732a12c27b5f5c593ef23c326726284bbd3e55b7643d63e16d586e6260ee5a0c0bf17f9bd19a5f6db741fa150ee9fdecda82b8d
 DIST opera-developer_92.0.4561.0_amd64.deb 98361536 BLAKE2B 
b3278fd39b6e350a23c06a7cc54a37ee6dd9bdb7a7c04882e5fee13dbd631e28d27394da1cd40e1907fde2a6c05c46df126348baf6ee60f7ae4433d95860f83b
 SHA512 
87ef4484dde91cd0798628180f91c466449b4b6b6e50e1250c68bd6a5026b4fe02d66b0b445c358b24e57310c43df9e34ce897bad1b16f405780570ba6584578
 DIST opera-developer_93.0.4575.0_amd64.deb 99304556 BLAKE2B 
4a2f06b3fb9b4c6aaa9065f0683aa0cd9f273071baee642596a1f48bf9970707e9a6bde94dac0466e9876eeda7f48be569c7f234dfe73d1f4c50eb26ef765826
 SHA512 
707ab455b977d28d0952da62d8c61829e5c5c35a0f63b4dc145b71691a9be4653f44ff1eeae22b78bf1ecc0725453e0242e4767554fec7c74ac8c20df79a7d35
+DIST opera-developer_94.0.4597.0_amd64.deb 101526096 BLAKE2B 
35828e9019decab9e15cee7d21facb097386e0dca9aa99220af9d6fbdeb62f23647102c449b10c70f2ff35987e77b3105762b5ff2e9c7274b2538c3db8529c0d
 SHA512 
ecaa86c61334fef6fa7f0b0273827a4e629a790a629138fa8598273bf424b3d19a57db7d100730653a1a0b7b5023a9fb970ea3cc6969931926c9660ac975b0cd
 DIST opera-developer_94.0.4604.0_amd64.deb 101495804 BLAKE2B 
d9667862b20f3fa5078098e8e659dfc8abdb3618414ca257ec81e6b0e8c240f3529e700ebab5b3f267f9d0b554f213c7a6fdcf4d563d8f2820c829f5de836a20
 SHA512 
76f07a60145ff568b889288571c7ed7bdae64774131428f1676c66f38dc92b07a82212c671ba4952fa601855bcc16eb647305a5d5283ae12532304b20eaa88ad
 DIST opera-ffmpeg-codecs-105.0.5195.19.tar.xz 1413912 BLAKE2B 
52e951eb93b2ed91b4053002a43e79884c46aab7b2218a08717927e3f43bc247b340bafc18488fcf6596d4441c318d6fe734869c8daad047107aeff0fade4c71
 SHA512 
f29bc9146fa67b71fa2df83a9b731e9cb4ce7827a573b63fa1c10baba5980f0375cfab2c6e1edce01415753b6f3e0b65de7d361d9400550d7a2d637236e2e414

diff --git a/www-client/opera-developer/opera-developer-94.0.4597.0.ebuild 
b/www-client/opera-developer/opera-developer-94.0.4597.0.ebuild
new file mode 100644
index ..861830ed07f3
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-94.0.4597.0.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2022 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="105.0.5195.19"
+
+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"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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

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

2022-11-19 Thread Sam James
commit: 4b954639ca41be25dae1cc262d654764d64b1997
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:33:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:33:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b954639

sys-devel/gcc: drop 13.0.0_pre20221023

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

 sys-devel/gcc/Manifest  |  1 -
 sys-devel/gcc/gcc-13.0.0_pre20221023.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 65e46b6b39de..2c198722e4c3 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -23,7 +23,6 @@ DIST gcc-12.2.0-musl-patches-1.tar.xz 3844 BLAKE2B 
004432806696f7d0a32366270ac45
 DIST gcc-12.2.0-patches-1.tar.xz 12864 BLAKE2B 
a5ae0a85dfc1b6f0bd968f0d5262ebed14ec9cdb3249e3a4c571578c54eda0e53708ee7fe8e03e506366c7f3cf7926eced9b390d9dee948c1249298c0fabd9fb
 SHA512 
f3d793b89a2a0385d596162fb0c653d4acdf21ae418cb792c1786a01fde0391bd0719715dbf07d53636f127168f5cd99108a1dc11cf6cea889b7d82385bcc258
 DIST gcc-12.2.0-patches-2.tar.xz 13952 BLAKE2B 
a9e798911acaf45c3f585f69721130cfbecec016727a50ac0f4767b37a2ab9df39e0828abb07f1e429619cc102808f81af8422fef0265415c287d303d9d97fc0
 SHA512 
1808a05e98094577099d115ff5f3e136e3fc8f39fbe35c5183fd7775383f94439212e5e4174ab8d0ae8c0874e227ff84a958ffdfa1c99c9a8306a9842d126ef9
 DIST gcc-12.2.0.tar.xz 84645292 BLAKE2B 
715574af9ad678f9dc8cfd19c866bf910c7edfd479e7e9681337feaa9b54e5d304ddb85483816b8d89754d502405823ae2eff0d1e444538763f40be8e428d8da
 SHA512 
e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173
-DIST gcc-13-20221023.tar.xz 80060928 BLAKE2B 
f35bcaf6a3243875aca6b74a77bdc3e97c68e004818366e0d48fcd830e7bfe1da243cdfe498b7c8f540426e880aeb7ef5466d410ce6f51778887bb6c10896a82
 SHA512 
d827e42ba0d1399b225cf8177def3efaaa5ff582c154af960d5da8a474cc8950db7d4412a758b941b477230629fad15700e3bbac1342e7c866073d3ba4b2273f
 DIST gcc-13-20221030.tar.xz 80108908 BLAKE2B 
53ea6d13e5cf747d6dae515db5c07ba53580218dc0e5c4ce9dad48ce8ab968bc0fc51309169d991ad701beab3cf1bc2c15438d38f69dd642edf6d1f186e381cf
 SHA512 
036034a1fa7883f9f9c224a3b4cf0a8e369d06882bff17c40a38a275f14928f546686b093b50e6c01664b90ee81addf24b4a513bf072a72e0f59f7f890ff1cca
 DIST gcc-13-20221106.tar.xz 80001320 BLAKE2B 
4a86b5aedf67725b577a69112ab241b22b3b0eed6c86e2d9ed06e5045a1de1c4bc6f2e7a281f1a034b9b227e5ef72954d17900369bed6015e064f303c89e6cf2
 SHA512 
bd3160d23bdebd0e423800736212e340eab0a71891d579145d85931fe8fa3c9e196a3422d70a98e17d1990759bf57b3e4eb08b25544db5e4fec8448d1a33ee20
 DIST gcc-13-20221113.tar.xz 79983288 BLAKE2B 
85f4c47067b3e9a02804b75e8d5031c8a1fd3ebd815d864ed226f3aebc9499928cf7683e2d0aac273f4f9f17fda6084bac4bb8e1fc193441c87c1382450a0a8b
 SHA512 
cf13f619ee586a7964a6e3e40d64fadd7c5f2b468b403dcf01a05687e60307175bc116277b64363bf799d3dfe53f37de6b129bd871238a6d600d035bd0d18a2d

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



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

2022-11-19 Thread Sam James
commit: bd5262dd650376134cadbdc3674389a71510bca2
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:31:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:31:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5262dd

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

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

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-94.0.4604.0.ebuild | 159 +
 2 files changed, 160 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 766a61b369d4..deec331e839a 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,4 +1,5 @@
 DIST opera-developer_92.0.4547.0_amd64.deb 98201692 BLAKE2B 
addd85da63f749213780d7e0ad1a6f1c9c6f324727c323afcbda1d8380100824efe79bd714a65fa5acf5105fa5d9275ca9a087ecc843274a9e8c1e9a61390885
 SHA512 
ac082f0b1acc02614b43928f3732a12c27b5f5c593ef23c326726284bbd3e55b7643d63e16d586e6260ee5a0c0bf17f9bd19a5f6db741fa150ee9fdecda82b8d
 DIST opera-developer_92.0.4561.0_amd64.deb 98361536 BLAKE2B 
b3278fd39b6e350a23c06a7cc54a37ee6dd9bdb7a7c04882e5fee13dbd631e28d27394da1cd40e1907fde2a6c05c46df126348baf6ee60f7ae4433d95860f83b
 SHA512 
87ef4484dde91cd0798628180f91c466449b4b6b6e50e1250c68bd6a5026b4fe02d66b0b445c358b24e57310c43df9e34ce897bad1b16f405780570ba6584578
 DIST opera-developer_93.0.4575.0_amd64.deb 99304556 BLAKE2B 
4a2f06b3fb9b4c6aaa9065f0683aa0cd9f273071baee642596a1f48bf9970707e9a6bde94dac0466e9876eeda7f48be569c7f234dfe73d1f4c50eb26ef765826
 SHA512 
707ab455b977d28d0952da62d8c61829e5c5c35a0f63b4dc145b71691a9be4653f44ff1eeae22b78bf1ecc0725453e0242e4767554fec7c74ac8c20df79a7d35
+DIST opera-developer_94.0.4604.0_amd64.deb 101495804 BLAKE2B 
d9667862b20f3fa5078098e8e659dfc8abdb3618414ca257ec81e6b0e8c240f3529e700ebab5b3f267f9d0b554f213c7a6fdcf4d563d8f2820c829f5de836a20
 SHA512 
76f07a60145ff568b889288571c7ed7bdae64774131428f1676c66f38dc92b07a82212c671ba4952fa601855bcc16eb647305a5d5283ae12532304b20eaa88ad
 DIST opera-ffmpeg-codecs-105.0.5195.19.tar.xz 1413912 BLAKE2B 
52e951eb93b2ed91b4053002a43e79884c46aab7b2218a08717927e3f43bc247b340bafc18488fcf6596d4441c318d6fe734869c8daad047107aeff0fade4c71
 SHA512 
f29bc9146fa67b71fa2df83a9b731e9cb4ce7827a573b63fa1c10baba5980f0375cfab2c6e1edce01415753b6f3e0b65de7d361d9400550d7a2d637236e2e414

diff --git a/www-client/opera-developer/opera-developer-94.0.4604.0.ebuild 
b/www-client/opera-developer/opera-developer-94.0.4604.0.ebuild
new file mode 100644
index ..861830ed07f3
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-94.0.4604.0.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2022 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="105.0.5195.19"
+
+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"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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
+   

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

2022-11-19 Thread Sam James
commit: d85b5dd77732434dd9c3122f5c72d795c85872e9
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:31:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:31:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85b5dd7

www-client/opera-developer: remove old

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

 www-client/opera-developer/Manifest|   2 -
 .../opera-developer-92.0.4547.0.ebuild | 159 -
 .../opera-developer-92.0.4561.0.ebuild | 159 -
 3 files changed, 320 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index d3f82e5a3b5c..e088891658e2 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,5 +1,3 @@
-DIST opera-developer_92.0.4547.0_amd64.deb 98201692 BLAKE2B 
addd85da63f749213780d7e0ad1a6f1c9c6f324727c323afcbda1d8380100824efe79bd714a65fa5acf5105fa5d9275ca9a087ecc843274a9e8c1e9a61390885
 SHA512 
ac082f0b1acc02614b43928f3732a12c27b5f5c593ef23c326726284bbd3e55b7643d63e16d586e6260ee5a0c0bf17f9bd19a5f6db741fa150ee9fdecda82b8d
-DIST opera-developer_92.0.4561.0_amd64.deb 98361536 BLAKE2B 
b3278fd39b6e350a23c06a7cc54a37ee6dd9bdb7a7c04882e5fee13dbd631e28d27394da1cd40e1907fde2a6c05c46df126348baf6ee60f7ae4433d95860f83b
 SHA512 
87ef4484dde91cd0798628180f91c466449b4b6b6e50e1250c68bd6a5026b4fe02d66b0b445c358b24e57310c43df9e34ce897bad1b16f405780570ba6584578
 DIST opera-developer_93.0.4575.0_amd64.deb 99304556 BLAKE2B 
4a2f06b3fb9b4c6aaa9065f0683aa0cd9f273071baee642596a1f48bf9970707e9a6bde94dac0466e9876eeda7f48be569c7f234dfe73d1f4c50eb26ef765826
 SHA512 
707ab455b977d28d0952da62d8c61829e5c5c35a0f63b4dc145b71691a9be4653f44ff1eeae22b78bf1ecc0725453e0242e4767554fec7c74ac8c20df79a7d35
 DIST opera-developer_94.0.4597.0_amd64.deb 101526096 BLAKE2B 
35828e9019decab9e15cee7d21facb097386e0dca9aa99220af9d6fbdeb62f23647102c449b10c70f2ff35987e77b3105762b5ff2e9c7274b2538c3db8529c0d
 SHA512 
ecaa86c61334fef6fa7f0b0273827a4e629a790a629138fa8598273bf424b3d19a57db7d100730653a1a0b7b5023a9fb970ea3cc6969931926c9660ac975b0cd
 DIST opera-developer_94.0.4604.0_amd64.deb 101495804 BLAKE2B 
d9667862b20f3fa5078098e8e659dfc8abdb3618414ca257ec81e6b0e8c240f3529e700ebab5b3f267f9d0b554f213c7a6fdcf4d563d8f2820c829f5de836a20
 SHA512 
76f07a60145ff568b889288571c7ed7bdae64774131428f1676c66f38dc92b07a82212c671ba4952fa601855bcc16eb647305a5d5283ae12532304b20eaa88ad

diff --git a/www-client/opera-developer/opera-developer-92.0.4547.0.ebuild 
b/www-client/opera-developer/opera-developer-92.0.4547.0.ebuild
deleted file mode 100644
index 861830ed07f3..
--- a/www-client/opera-developer/opera-developer-92.0.4547.0.ebuild
+++ /dev/null
@@ -1,159 +0,0 @@
-# Copyright 1999-2022 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="105.0.5195.19"
-
-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"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   || (
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   ( app-accessibility/at-spi2-atk dev-libs/atk )
-   )
-   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

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

2022-11-19 Thread Sam James
commit: 8ea427996100a4bd4c1b97bfdf99002a81c3853c
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:31:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:31:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea42799

www-client/opera: amd64 stable (93.0.4585.11)

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

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

diff --git a/www-client/opera/opera-93.0.4585.11.ebuild 
b/www-client/opera/opera-93.0.4585.11.ebuild
index 861830ed07f3..5dffe9677b2a 100644
--- a/www-client/opera/opera-93.0.4585.11.ebuild
+++ b/www-client/opera/opera-93.0.4585.11.ebuild
@@ -40,7 +40,7 @@ else
MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 FFMPEG_VERSION="105.0.5195.19"
 



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

2022-11-19 Thread Sam James
commit: 50a9d1dfb85735288ff3fa53939be3a04e297ce2
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:31:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:31:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a9d1df

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

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

 www-client/opera-beta/Manifest |   1 +
 .../opera-beta/opera-beta-93.0.4585.7.ebuild   | 159 +
 2 files changed, 160 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 969c8002d222..4958a50d78bb 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,4 +1,5 @@
 DIST opera-beta_92.0.4561.11_amd64.deb 98400252 BLAKE2B 
a74eacd477a383a69b7ed1e3fd96d9d1e700f305c1a71a0c6771fb44bc9cb2c7cf6fe8cc29d647ec7a244a0efd1f28824f967a36d8327765004a92f934aa3f50
 SHA512 
8a04b942126ce2fe77a9cb135cafadb63a5fbdf468261212af25afbdac1c5c878fd04dda8fd66c5bfa6fdf6794506459e058c94394e98bddb78aa85191497893
 DIST opera-beta_92.0.4561.8_amd64.deb 98358232 BLAKE2B 
dc5d018870115db3bdf3275f4542e6c4acaa8f866690424fe45fe3068cd3e9750ad0db2a325871add5f942b168bb845fc12d3917d56dedc755e0067f54d2bd3c
 SHA512 
d65d4beda8ca6473a1569d39f5919a849aafed46cb3787a72053bf70e30da573b39a95271c5d52ed132a677c52050d46682902a94e67709c0cf90a020ef20562
 DIST opera-beta_93.0.4585.3_amd64.deb 99354024 BLAKE2B 
5463de57611b1b803eccfe19faeb5c2320bd60615b109e44085141b30d1af0bc0699cb5fe5b4a0bcd6f864c3d6d4faf83572bbeed5ff6c08ae849b63811c7395
 SHA512 
d4d438d6354999f43654f8e93e3b25d050a4bd1cc97cc354946a0ca0de496590d6e35e49b5178e3199be4efefbb1ab46a59dd7f14d891d12c72933b8b9db5279
+DIST opera-beta_93.0.4585.7_amd64.deb 99336352 BLAKE2B 
01c4fc951e4a9109f84cc6861628456a8c4f792beb3d786a5829b74af9d23ad88a70862d07888dfab4267f4dc62e2a01f2d4d00edd40519438d1686cfe2b00c2
 SHA512 
9ca766bb17301bd5ec23ef69c70959511622b15394b572fdf2a8f8270a60cb04cb2f60b07edbb4b1edce41b66920cbef74a7e0f24b02830741e24be41126838d
 DIST opera-ffmpeg-codecs-105.0.5195.19.tar.xz 1413912 BLAKE2B 
52e951eb93b2ed91b4053002a43e79884c46aab7b2218a08717927e3f43bc247b340bafc18488fcf6596d4441c318d6fe734869c8daad047107aeff0fade4c71
 SHA512 
f29bc9146fa67b71fa2df83a9b731e9cb4ce7827a573b63fa1c10baba5980f0375cfab2c6e1edce01415753b6f3e0b65de7d361d9400550d7a2d637236e2e414

diff --git a/www-client/opera-beta/opera-beta-93.0.4585.7.ebuild 
b/www-client/opera-beta/opera-beta-93.0.4585.7.ebuild
new file mode 100644
index ..861830ed07f3
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-93.0.4585.7.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2022 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="105.0.5195.19"
+
+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"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}

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

2022-11-19 Thread Sam James
commit: 778dcdb96196721c4a2dc110df610676d1b294fd
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:30:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:30:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778dcdb9

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

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

 www-client/microsoft-edge-dev/Manifest |   2 -
 .../microsoft-edge-dev-108.0.1438.1.ebuild | 117 -
 .../microsoft-edge-dev-108.0.1462.2.ebuild | 117 -
 3 files changed, 236 deletions(-)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 12b57f3f540e..1c27dc71d1cb 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,5 +1,3 @@
-DIST microsoft-edge-dev_108.0.1438.1-1_amd64.deb 134795632 BLAKE2B 
a664333eb1e55b516d0948782d1164a0f62a874b10905b4db904453c21b67896936abf1c9d7baa8a007e9ef40f8bfc8a196e42a6deee2d8f331510e5fa9fbfb7
 SHA512 
65ef0435a6036a41f86181ff69b0b683f36cf7f00abc93632c631fecfd32ecd91ec6b7956774963758a46c200c8e1a19fde8fa55ea58a8da8ec75567f34e076b
 DIST microsoft-edge-dev_108.0.1462.10-1_amd64.deb 136414546 BLAKE2B 
75f65fc81195bad6df285aec8a4bb362745fcd9d2f775b58e7a4dd910dfbc36e016a8fca16ae272d2345a67f09c7b53088577a07bd234c5edb8186b5dd638ff0
 SHA512 
78d1a89051a00b6fd55bfa98ac233c1cd2467a4e2bc1af6909d4cda0ef8ad4024aebd23026a6c9355d1f41a3d71b8f573c10ae6c1328b4f68e538bf473256e1f
-DIST microsoft-edge-dev_108.0.1462.2-1_amd64.deb 136546714 BLAKE2B 
128f24808452d481cdd69ea1c75170766aec22bd90a7f2470b067263984b0222f4c5ddda041fdd313217776aa594b7bfff7ef2f899a9a418b85115f7f0efbb8e
 SHA512 
9a69c579faa011723f082a8462fd1ec574961ce990c92a42ec580eee4365dc4dda230038e6d91ee17667336385a8cac2625d2ad15fcfdbab9a44e327567f570a
 DIST microsoft-edge-dev_109.0.1481.0-1_amd64.deb 138063930 BLAKE2B 
8122ef02b12fff5a511eb510b19a1640f2056b905527c43696c1a0cf85d700712a86f39f0e0825c1e313763b465c2c5d3fa928d805d23dc6c8ea6d635c383286
 SHA512 
e2f92c9940ff0fa65311be73b1a1404f7daac490d4ba9df1c0f31124fc19af142ef0f5810d13095152c035ce718ad84a6c03073816485821c71d8cdb2f46495d
 DIST microsoft-edge-dev_109.0.1495.2-1_amd64.deb 138097350 BLAKE2B 
cbff56ba8e6b670c7d8277164d508df1d1a80bf66e0b807432d7431132d342312bbf50e48b8383ff11a8d054cfcdd70534c86baaf94cde3a75fd40c91861cc50
 SHA512 
c804b6104505f328649d7acaf6fecdc2b55f1e9a7be929a7efeaf1db62f2823c7d47e35e8afa88ef541fed976aaee50572bde6ef6d7a16c4a889365519cc66fe

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-108.0.1438.1.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-108.0.1438.1.ebuild
deleted file mode 100644
index 873f8ce87360..
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-108.0.1438.1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 2011-2022 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"
-
-RDEPEND="
-   || (
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   ( app-accessibility/at-spi2-atk dev-libs/atk )
-   )
-   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 )
-"
-
-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}" 

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

2022-11-19 Thread Sam James
commit: c2cc76a10b26cb869e45b492eacf8ace2c128c78
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:31:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:31:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2cc76a1

www-client/opera: automated bump (93.0.4585.11)

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

 www-client/opera/Manifest  |   1 +
 www-client/opera/opera-93.0.4585.11.ebuild | 159 +
 2 files changed, 160 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index a419648391d0..8979b651815c 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,2 +1,3 @@
 DIST opera-ffmpeg-codecs-105.0.5195.19.tar.xz 1413912 BLAKE2B 
52e951eb93b2ed91b4053002a43e79884c46aab7b2218a08717927e3f43bc247b340bafc18488fcf6596d4441c318d6fe734869c8daad047107aeff0fade4c71
 SHA512 
f29bc9146fa67b71fa2df83a9b731e9cb4ce7827a573b63fa1c10baba5980f0375cfab2c6e1edce01415753b6f3e0b65de7d361d9400550d7a2d637236e2e414
 DIST opera-stable_92.0.4561.43_amd64.deb 98225220 BLAKE2B 
be2053510e0bde6377978c0764e5e08d33543444b4f344c77ec444a221d9ef10de395f41b13de05750d96dbeafe7c3412c68bf3cb05ecb5c02196a5779b0ce86
 SHA512 
33cfccae1a825aa242f455a5d3bf2e4caba2a088796c2ecdab3edd8b2646d371f24b68e983263768b451839f5d9eeb228b6efd3cdad625c1c508c34d2f692ab6
+DIST opera-stable_93.0.4585.11_amd64.deb 100135368 BLAKE2B 
ac8169efb486ad5ce90ffc97e20e652a3e8412a1fb8157950362360b8383a52b9a0c746b5078ed24df8428eb178c701b8226945402c54e188d50ff0f50b74d57
 SHA512 
5d8ae119683968963e7a8c0e1c5abe37979572c36f90ce82675741ecaee34413dcbdc9d77d2ac6cf7b0a05edd4a447fa34e5c3da19b0efe04937621935eec214

diff --git a/www-client/opera/opera-93.0.4585.11.ebuild 
b/www-client/opera/opera-93.0.4585.11.ebuild
new file mode 100644
index ..861830ed07f3
--- /dev/null
+++ b/www-client/opera/opera-93.0.4585.11.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2022 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="105.0.5195.19"
+
+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"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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
+"
+
+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
+   else
+   mv 

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

2022-11-19 Thread Sam James
commit: c227e7ca6e001d87627f3ad78e0b23df9252f0f1
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:30:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:30:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c227e7ca

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

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

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-109.0.1481.0.ebuild | 117 +
 2 files changed, 118 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 7f40a06aab4f..12b57f3f540e 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,4 +1,5 @@
 DIST microsoft-edge-dev_108.0.1438.1-1_amd64.deb 134795632 BLAKE2B 
a664333eb1e55b516d0948782d1164a0f62a874b10905b4db904453c21b67896936abf1c9d7baa8a007e9ef40f8bfc8a196e42a6deee2d8f331510e5fa9fbfb7
 SHA512 
65ef0435a6036a41f86181ff69b0b683f36cf7f00abc93632c631fecfd32ecd91ec6b7956774963758a46c200c8e1a19fde8fa55ea58a8da8ec75567f34e076b
 DIST microsoft-edge-dev_108.0.1462.10-1_amd64.deb 136414546 BLAKE2B 
75f65fc81195bad6df285aec8a4bb362745fcd9d2f775b58e7a4dd910dfbc36e016a8fca16ae272d2345a67f09c7b53088577a07bd234c5edb8186b5dd638ff0
 SHA512 
78d1a89051a00b6fd55bfa98ac233c1cd2467a4e2bc1af6909d4cda0ef8ad4024aebd23026a6c9355d1f41a3d71b8f573c10ae6c1328b4f68e538bf473256e1f
 DIST microsoft-edge-dev_108.0.1462.2-1_amd64.deb 136546714 BLAKE2B 
128f24808452d481cdd69ea1c75170766aec22bd90a7f2470b067263984b0222f4c5ddda041fdd313217776aa594b7bfff7ef2f899a9a418b85115f7f0efbb8e
 SHA512 
9a69c579faa011723f082a8462fd1ec574961ce990c92a42ec580eee4365dc4dda230038e6d91ee17667336385a8cac2625d2ad15fcfdbab9a44e327567f570a
+DIST microsoft-edge-dev_109.0.1481.0-1_amd64.deb 138063930 BLAKE2B 
8122ef02b12fff5a511eb510b19a1640f2056b905527c43696c1a0cf85d700712a86f39f0e0825c1e313763b465c2c5d3fa928d805d23dc6c8ea6d635c383286
 SHA512 
e2f92c9940ff0fa65311be73b1a1404f7daac490d4ba9df1c0f31124fc19af142ef0f5810d13095152c035ce718ad84a6c03073816485821c71d8cdb2f46495d
 DIST microsoft-edge-dev_109.0.1495.2-1_amd64.deb 138097350 BLAKE2B 
cbff56ba8e6b670c7d8277164d508df1d1a80bf66e0b807432d7431132d342312bbf50e48b8383ff11a8d054cfcdd70534c86baaf94cde3a75fd40c91861cc50
 SHA512 
c804b6104505f328649d7acaf6fecdc2b55f1e9a7be929a7efeaf1db62f2823c7d47e35e8afa88ef541fed976aaee50572bde6ef6d7a16c4a889365519cc66fe

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-109.0.1481.0.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-109.0.1481.0.ebuild
new file mode 100644
index ..873f8ce87360
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-109.0.1481.0.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2011-2022 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"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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 )
+"
+
+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
+
+   

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

2022-11-19 Thread Sam James
commit: ef802cef13e02c7343d2dea047022b804f30042b
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:31:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:31:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef802cef

www-client/opera: remove old

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

 www-client/opera/Manifest  |   1 -
 www-client/opera/opera-92.0.4561.43.ebuild | 159 -
 2 files changed, 160 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 8979b651815c..475b03b02f5d 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,3 +1,2 @@
 DIST opera-ffmpeg-codecs-105.0.5195.19.tar.xz 1413912 BLAKE2B 
52e951eb93b2ed91b4053002a43e79884c46aab7b2218a08717927e3f43bc247b340bafc18488fcf6596d4441c318d6fe734869c8daad047107aeff0fade4c71
 SHA512 
f29bc9146fa67b71fa2df83a9b731e9cb4ce7827a573b63fa1c10baba5980f0375cfab2c6e1edce01415753b6f3e0b65de7d361d9400550d7a2d637236e2e414
-DIST opera-stable_92.0.4561.43_amd64.deb 98225220 BLAKE2B 
be2053510e0bde6377978c0764e5e08d33543444b4f344c77ec444a221d9ef10de395f41b13de05750d96dbeafe7c3412c68bf3cb05ecb5c02196a5779b0ce86
 SHA512 
33cfccae1a825aa242f455a5d3bf2e4caba2a088796c2ecdab3edd8b2646d371f24b68e983263768b451839f5d9eeb228b6efd3cdad625c1c508c34d2f692ab6
 DIST opera-stable_93.0.4585.11_amd64.deb 100135368 BLAKE2B 
ac8169efb486ad5ce90ffc97e20e652a3e8412a1fb8157950362360b8383a52b9a0c746b5078ed24df8428eb178c701b8226945402c54e188d50ff0f50b74d57
 SHA512 
5d8ae119683968963e7a8c0e1c5abe37979572c36f90ce82675741ecaee34413dcbdc9d77d2ac6cf7b0a05edd4a447fa34e5c3da19b0efe04937621935eec214

diff --git a/www-client/opera/opera-92.0.4561.43.ebuild 
b/www-client/opera/opera-92.0.4561.43.ebuild
deleted file mode 100644
index 5dffe9677b2a..
--- a/www-client/opera/opera-92.0.4561.43.ebuild
+++ /dev/null
@@ -1,159 +0,0 @@
-# Copyright 1999-2022 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="105.0.5195.19"
-
-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"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   || (
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   ( app-accessibility/at-spi2-atk dev-libs/atk )
-   )
-   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
-"
-
-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
-   else
-   mv 

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

2022-11-19 Thread Sam James
commit: 2263aec51979fb5a48b305e9d1e5823d40953ee4
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:30:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:30:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2263aec5

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

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

 www-client/microsoft-edge-beta/Manifest|   2 -
 .../microsoft-edge-beta-107.0.1418.13.ebuild   | 117 -
 .../microsoft-edge-beta-107.0.1418.16.ebuild   | 117 -
 3 files changed, 236 deletions(-)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index e4aca9251725..ba234c5dcd9b 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,5 +1,3 @@
-DIST microsoft-edge-beta_107.0.1418.13-1_amd64.deb 134167464 BLAKE2B 
262c2159d98086c08def4f4b5f9aeeeb07914ed159942c2b4b0634f53c21dde7d39ce7363cd9c516c290560f549fa27dff1bc210543e9dd910e6d2cb5917478b
 SHA512 
83b12a09b1a12e1b5ef3732ae4ef918dadc013ad8d6958beece8fec81f30cd45f9c5d9ea89c9ff0f9c831521d466a63ceba0dd2e946f83dbbef7a48e7fd8921b
-DIST microsoft-edge-beta_107.0.1418.16-1_amd64.deb 134153144 BLAKE2B 
9cde672e692dc6bbc81ef8408de247d28ea33e4ee728118b99470cfbf1701a01c8df6527ecf5535e9a6a3bf56cde9b5b2f1f73bf864655deae450aac7cd437d5
 SHA512 
48243470c6d1db4be2d4a45cce957290fe0387304daeab7489485f597b548afb3c56cbf94ba454a209ecbbc252c981e52271552e195769c89c9ed521950921fc
 DIST microsoft-edge-beta_107.0.1418.23-1_amd64.deb 134208602 BLAKE2B 
fac7bfc79242e1f39f7b9bda8ed8487ef566c989beaac307ed46edf6a443dfbcfc2862b61100a40ee3d5067ecc1e334e5529ddc024e0e39fdd1dc6ffee2cf65e
 SHA512 
98d99c6102dfb305b759e6147c038bdd2517b6e578e33563bf8e04655730b41f5532b5d31d50e9f77bf3834a3da02e8623baab000e7763daffd526363123963d
 DIST microsoft-edge-beta_108.0.1462.15-1_amd64.deb 136473638 BLAKE2B 
7185c0f97a3699c09e6bf4166698484d63754bb54540f92e93eb7b37bada039558ccac0a9767b5dd7408a3898f5c8f498b683929c4ab776f7a56eb7ebc08f1a9
 SHA512 
c545ebf610aa3d12e1e6169e16e366e2a98988166388aab95b0b407a1ef7a43e76f2bc6c8e5f067598fa702c24c99e43d641559199572ae25bc66d442e700f2a
 DIST microsoft-edge-beta_108.0.1462.20-1_amd64.deb 136449922 BLAKE2B 
9cbff27e356093cc25b73068e5d2168f2c78b8ac4f7d41d471ebe085ebb2911dc8b1c08e342fa57f701af6f16ce3eea5a240e1312d155e366bc6c4c924bc19b9
 SHA512 
4e959b7cc735b4210bb67a4aaa7b7c20b7b0e01d7ee0c2159480c9f28343518be28d6f20cb1032d82a49c9b8d8e466310ea44f4c0799264b34f4341943f25f9c

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-107.0.1418.13.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-107.0.1418.13.ebuild
deleted file mode 100644
index 873f8ce87360..
--- a/www-client/microsoft-edge-beta/microsoft-edge-beta-107.0.1418.13.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 2011-2022 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"
-
-RDEPEND="
-   || (
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   ( app-accessibility/at-spi2-atk dev-libs/atk )
-   )
-   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 )
-"
-
-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() {
-   

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

2022-11-19 Thread Sam James
commit: 570498dab8ed469b9406bf05ac6e40030ea0473b
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:30:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:30:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570498da

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

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

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-109.0.1495.2.ebuild | 117 +
 2 files changed, 118 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index fe26b86dc347..7f40a06aab4f 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_108.0.1438.1-1_amd64.deb 134795632 BLAKE2B 
a664333eb1e55b516d0948782d1164a0f62a874b10905b4db904453c21b67896936abf1c9d7baa8a007e9ef40f8bfc8a196e42a6deee2d8f331510e5fa9fbfb7
 SHA512 
65ef0435a6036a41f86181ff69b0b683f36cf7f00abc93632c631fecfd32ecd91ec6b7956774963758a46c200c8e1a19fde8fa55ea58a8da8ec75567f34e076b
 DIST microsoft-edge-dev_108.0.1462.10-1_amd64.deb 136414546 BLAKE2B 
75f65fc81195bad6df285aec8a4bb362745fcd9d2f775b58e7a4dd910dfbc36e016a8fca16ae272d2345a67f09c7b53088577a07bd234c5edb8186b5dd638ff0
 SHA512 
78d1a89051a00b6fd55bfa98ac233c1cd2467a4e2bc1af6909d4cda0ef8ad4024aebd23026a6c9355d1f41a3d71b8f573c10ae6c1328b4f68e538bf473256e1f
 DIST microsoft-edge-dev_108.0.1462.2-1_amd64.deb 136546714 BLAKE2B 
128f24808452d481cdd69ea1c75170766aec22bd90a7f2470b067263984b0222f4c5ddda041fdd313217776aa594b7bfff7ef2f899a9a418b85115f7f0efbb8e
 SHA512 
9a69c579faa011723f082a8462fd1ec574961ce990c92a42ec580eee4365dc4dda230038e6d91ee17667336385a8cac2625d2ad15fcfdbab9a44e327567f570a
+DIST microsoft-edge-dev_109.0.1495.2-1_amd64.deb 138097350 BLAKE2B 
cbff56ba8e6b670c7d8277164d508df1d1a80bf66e0b807432d7431132d342312bbf50e48b8383ff11a8d054cfcdd70534c86baaf94cde3a75fd40c91861cc50
 SHA512 
c804b6104505f328649d7acaf6fecdc2b55f1e9a7be929a7efeaf1db62f2823c7d47e35e8afa88ef541fed976aaee50572bde6ef6d7a16c4a889365519cc66fe

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-109.0.1495.2.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-109.0.1495.2.ebuild
new file mode 100644
index ..873f8ce87360
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-109.0.1495.2.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2011-2022 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"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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 )
+"
+
+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
+

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

2022-11-19 Thread Sam James
commit: f4b44a99e7e96cc9accba5fab7865fb40e7c4209
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:29:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:29:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b44a99

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

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

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

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild 
b/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild
index 873f8ce87360..47d0b386f658 100644
--- a/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.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/

2022-11-19 Thread Sam James
commit: a53729415512fb4975f592aebaa48a2e4d94aff5
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:29:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:29:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5372941

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

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

 www-client/microsoft-edge/Manifest |   1 +
 .../microsoft-edge-107.0.1418.52.ebuild| 117 +
 2 files changed, 118 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 444aaf7dbe2c..800400990952 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_107.0.1418.35-1_amd64.deb 134281434 BLAKE2B 
185115629bcae6cd609b4ccf05deaf7647d86d855a41d7fbfcb07ce2b8960488b69eeb8b73c60b97faf2c6c4b7ce3a9b33ff620543e64fe595a6297dede75d15
 SHA512 
081730692b4361eb07e60952bc0dd6c36ee6f70e5445b0b37d7d307c08f3af2557a274f308cde54f95710187dc2cab8bb10024407c4f852e71fc36cc65c56246
+DIST microsoft-edge-stable_107.0.1418.52-1_amd64.deb 134362110 BLAKE2B 
d24016448c20c39a6aa535bc03793e0041c8763cc68cb00edf2c8c606d9f066393d5f8c73f54722c2a7f6f1d5736f4d7571cbe284273863914127922b6ec747f
 SHA512 
6150602bd5b83b988f8224e6c882118a1af9ac53d53d1450f0c86e796d842e1cc0abb094dbd68b969bd0de56f0790de0fdf92ba6bb60d72b34c2b23ddf48ff58

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild 
b/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild
new file mode 100644
index ..873f8ce87360
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2011-2022 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"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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 )
+"
+
+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
+
+   pax-mark m "${EDGE_HOME}/msedge"
+}



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

2022-11-19 Thread Sam James
commit: f95a1b2c633f1bd67a5c73143c6ff26b23cc54c8
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:29:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:29:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95a1b2c

www-client/microsoft-edge: remove old

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

 www-client/microsoft-edge/Manifest |   1 -
 .../microsoft-edge-107.0.1418.35.ebuild| 117 -
 2 files changed, 118 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 800400990952..afb23e05d092 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_107.0.1418.35-1_amd64.deb 134281434 BLAKE2B 
185115629bcae6cd609b4ccf05deaf7647d86d855a41d7fbfcb07ce2b8960488b69eeb8b73c60b97faf2c6c4b7ce3a9b33ff620543e64fe595a6297dede75d15
 SHA512 
081730692b4361eb07e60952bc0dd6c36ee6f70e5445b0b37d7d307c08f3af2557a274f308cde54f95710187dc2cab8bb10024407c4f852e71fc36cc65c56246
 DIST microsoft-edge-stable_107.0.1418.52-1_amd64.deb 134362110 BLAKE2B 
d24016448c20c39a6aa535bc03793e0041c8763cc68cb00edf2c8c606d9f066393d5f8c73f54722c2a7f6f1d5736f4d7571cbe284273863914127922b6ec747f
 SHA512 
6150602bd5b83b988f8224e6c882118a1af9ac53d53d1450f0c86e796d842e1cc0abb094dbd68b969bd0de56f0790de0fdf92ba6bb60d72b34c2b23ddf48ff58

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.35.ebuild 
b/www-client/microsoft-edge/microsoft-edge-107.0.1418.35.ebuild
deleted file mode 100644
index 47d0b386f658..
--- a/www-client/microsoft-edge/microsoft-edge-107.0.1418.35.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 2011-2022 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"
-
-RDEPEND="
-   || (
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   ( app-accessibility/at-spi2-atk dev-libs/atk )
-   )
-   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 )
-"
-
-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
-
-   pax-mark m "${EDGE_HOME}/msedge"
-}



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

2022-11-19 Thread Sam James
commit: 88828980848a07a3148f5f2115ed4a801dca535d
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:29:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:29:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88828980

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

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 0_alpha.ebuild => chrome-binary-plugins-109.0.5414.10_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 b670676340a4..34a0e5c95e13 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_108.0.5359.48-1_amd64.deb 93088268 BLAKE2B 
9867015c40a86d811c42c32b43e8b83c89ce3522a683e8a9fde04e14477fe5a9a0a5437e1ab44716c500795307751a4fd65e671b27f3d76896c25297a5cc3e23
 SHA512 
2ecd208a84296c9f03fcef46841dc3df8b4e4ded7ca9cc73dfeea1c64a684f11ded88a1e35fa3d7adb6833ff7fb7ce2a8684a3eeefd7b42293494c3ca204a550
 DIST google-chrome-stable_107.0.5304.110-1_amd64.deb 93320612 BLAKE2B 
60c2edfd76e322d6c494d7d0b1135b01bd20bfd14430cc9489c2a9e2f455bc008fadb619cb8970ea5a145e5d1e71479f7fcfbf699a260df70f7496524e103431
 SHA512 
34bd64d5136522240f34aab8ba4de7cfaa51c856a80d2c443cf1b732422cd9a87a0df09e7e018d5b3149cd1d2e8603f1d67ddb7ee6a90bc4786dff3cfccef70b
-DIST google-chrome-unstable_109.0.5410.0-1_amd64.deb 92949656 BLAKE2B 
60e136b595ef258e9c1919a240985aa5c4b96be9984ba3eff8ae184fe1da12b5f2dd20e4941ea2db2201231d84e06d9c6c66ef6629cd42be39d81ff3848c3f74
 SHA512 
fd06599cf3bb71dd0ee8dc7b91390a314dded7002a07e7ec3e90c6f31cc6c9b8a45bff6afabf18dd5307585e9e526262745a9b2276b8b242e2218eeada13bc47
+DIST google-chrome-unstable_109.0.5414.10-1_amd64.deb 92903624 BLAKE2B 
a07a74624a5828ba90721740b225f5047fa4a1a1b10ff92d7e4515782da5f0f3c32d441f350d400ffb8d10bf7a63b5dce87d3be6ed7a0a576f72c22cce1ede8a
 SHA512 
b06822b6de4ad8da8a61e97e924d56c1201f2c34c841f32b7433b7200ea86dcc886c05e83586a114b45c93f749106554dcdd6467500b724fd151b5a079e15631

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



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

2022-11-19 Thread Sam James
commit: a36de30b3dc354197351d9a03ef8daf2676445ed
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:29:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:29:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36de30b

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

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

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...-109.0.5410.0.ebuild => google-chrome-unstable-109.0.5414.10.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 d1f38bc99691..4bb2b132fbc6 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_109.0.5410.0-1_amd64.deb 92949656 BLAKE2B 
60e136b595ef258e9c1919a240985aa5c4b96be9984ba3eff8ae184fe1da12b5f2dd20e4941ea2db2201231d84e06d9c6c66ef6629cd42be39d81ff3848c3f74
 SHA512 
fd06599cf3bb71dd0ee8dc7b91390a314dded7002a07e7ec3e90c6f31cc6c9b8a45bff6afabf18dd5307585e9e526262745a9b2276b8b242e2218eeada13bc47
+DIST google-chrome-unstable_109.0.5414.10-1_amd64.deb 92903624 BLAKE2B 
a07a74624a5828ba90721740b225f5047fa4a1a1b10ff92d7e4515782da5f0f3c32d441f350d400ffb8d10bf7a63b5dce87d3be6ed7a0a576f72c22cce1ede8a
 SHA512 
b06822b6de4ad8da8a61e97e924d56c1201f2c34c841f32b7433b7200ea86dcc886c05e83586a114b45c93f749106554dcdd6467500b724fd151b5a079e15631

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



[gentoo-commits] repo/gentoo:master commit in: x11-wm/i3-gaps/

2022-11-19 Thread Sam James
commit: c6e45cb2d12735875698ab6fb2e01c238c166c11
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:25:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:25:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e45cb2

x11-wm/i3-gaps: Stabilize 4.21-r2 amd64, #882073

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

 x11-wm/i3-gaps/i3-gaps-4.21-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/i3-gaps/i3-gaps-4.21-r2.ebuild 
b/x11-wm/i3-gaps/i3-gaps-4.21-r2.ebuild
index c4a28a87b33f..8723d31de38d 100644
--- a/x11-wm/i3-gaps/i3-gaps-4.21-r2.ebuild
+++ b/x11-wm/i3-gaps/i3-gaps-4.21-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/i3-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2022-11-19 Thread Sam James
commit: 8bc0712637e78c89322a5a36d8d9d136c9676551
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:24:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:24:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc07126

sys-libs/tevent: drop 0.10.2, 0.11.0

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

 sys-libs/tevent/Manifest |  2 -
 sys-libs/tevent/tevent-0.10.2.ebuild | 76 --
 sys-libs/tevent/tevent-0.11.0.ebuild | 79 
 3 files changed, 157 deletions(-)

diff --git a/sys-libs/tevent/Manifest b/sys-libs/tevent/Manifest
index 749feffdec06..1d6e3b4bf044 100644
--- a/sys-libs/tevent/Manifest
+++ b/sys-libs/tevent/Manifest
@@ -1,4 +1,2 @@
-DIST tevent-0.10.2.tar.gz 800731 BLAKE2B 
5ea6b83378b04dbe1666432db0dbd4c0df2e6b0bf5ebcc8ec4ec9bdeb834efec75c87b2019dc78c691aba6c4f6467394101febd6010f106046a1fb8848e27405
 SHA512 
1da8f28898f35daab515892b880d1de601062cc3e2b2570cd62e6913df17b0195a05acb7b484c628cddc0eb8b0cde893105ede3feb32bc5764e7d25684f332ba
-DIST tevent-0.11.0.tar.gz 866327 BLAKE2B 
9e6e958597e21c0d228346aa102987f89bb6630a5661cef21b908735469a59e7b4f46bc4473e9c25fe636913a1eebc1f26234448c09739ad812cd3ce97bf5048
 SHA512 
740346b19bf290ff31b0c1b36e232021b8ad107c3ce27e0e8b1ec1a77485214b07a9b7837ba57f3650a50e4c04f530674e486b5fa4d118a1778259be63b49790
 DIST tevent-0.12.1.tar.gz 879683 BLAKE2B 
51521aa26dc3ac38dcf69cdb77a7ad33fede88947e3a91cc5917fae9746951643a70615db24449437e133b575ca41d961ed63c23a0b4f1a01edf090952672032
 SHA512 
ab70262702d70ce00e8b3aef41930c674b04c147fdbf0006e57cfa057d82f6049ba6da4b2c2b7b53aa191dd4f0f3d55e72b0666ae8f5b6948eeb9fde1988c938
 DIST tevent-0.13.0.tar.gz 880601 BLAKE2B 
4e2a2c055bac28cecae1a95b7ddab349ed780f44427e74709eca497d6242bc4f46a91878d3d253c1af4819887ce7df522fe41f88f6059ec5f6c706c7e071ee35
 SHA512 
7aa05c09e3c708769e31cda88b319cee3629c88c51bda559193a85d4ab32204a8b4ba11f142861dbca06b578bf54953f2aca1ad847e5a4fc40bf08618a93

diff --git a/sys-libs/tevent/tevent-0.10.2.ebuild 
b/sys-libs/tevent/tevent-0.10.2.ebuild
deleted file mode 100644
index 1d14cd94327e..
--- a/sys-libs/tevent/tevent-0.10.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE="threads(+)"
-inherit waf-utils multilib-minimal python-single-r1
-
-DESCRIPTION="Samba tevent library"
-HOMEPAGE="https://tevent.samba.org/;
-SRC_URI="https://samba.org/ftp/tevent/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x86-linux"
-IUSE="python"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="test"
-
-RDEPEND="
-   dev-libs/libbsd[${MULTILIB_USEDEP}]
-   >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}]
-   python? (
-   ${PYTHON_DEPS}
-   sys-libs/talloc[python,${PYTHON_SINGLE_USEDEP}]
-   )
-"
-DEPEND="${RDEPEND}
-   elibc_glibc? (
-   net-libs/libtirpc[${MULTILIB_USEDEP}]
-   || (
-   net-libs/rpcsvc-proto
-   https://tevent.samba.org/;
-SRC_URI="https://samba.org/ftp/tevent/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x86-linux"
-IUSE="python"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="test"
-
-RDEPEND="
-   dev-libs/libbsd[${MULTILIB_USEDEP}]
-   >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}]
-   python? (
-   ${PYTHON_DEPS}
-   sys-libs/talloc[python,${PYTHON_SINGLE_USEDEP}]
-   )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/cmocka-1.1.3
-   elibc_glibc? (
-   net-libs/libtirpc[${MULTILIB_USEDEP}]
-   || (
-   net-libs/rpcsvc-proto
-   

[gentoo-commits] repo/gentoo:master commit in: net-nds/openldap/

2022-11-19 Thread Sam James
commit: 474d34d3ba0c126554b10b1f400a65133ee451e8
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:24:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:24:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474d34d3

net-nds/openldap: drop 2.6.2

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

 net-nds/openldap/Manifest  |   1 -
 net-nds/openldap/openldap-2.6.2.ebuild | 798 -
 2 files changed, 799 deletions(-)

diff --git a/net-nds/openldap/Manifest b/net-nds/openldap/Manifest
index afda18553753..3ae98a98eccd 100644
--- a/net-nds/openldap/Manifest
+++ b/net-nds/openldap/Manifest
@@ -1,6 +1,5 @@
 DIST openldap-2.4.57.tgz 5883912 BLAKE2B 
439605e1bebcf34968f0a552aaade1b72b7671ae2a94a0b700a84f9f715acd162e7b8dadfdd3ffd5b0a785f9306b5f5033ab956cf0ffd26b66119a7110d0aa57
 SHA512 
b929bced0f5ba9a90e015a24b8037c8958fbb7282db272bd0cacf43b5f7540ab42159a3c4441148074340228bb5f07f93651c0dbb2affde961be156058f99ce5
 DIST openldap-2.4.58.tgz 5885225 BLAKE2B 
effb618dba03497796a497cd7f53ec52e389133769321dd242433bed5ec4b1f66cf7353f08a49d5f3465880f6bcfc9afc9c7d2a28e075b66f5fd926b02213541
 SHA512 
2fa2aa36117692eca44e9f162c8c796f78469e6c2aee91b06d46f2b755d416979c913a3d89bbf9db14cc84881ecffee69af75b48e1d16b7aa9d2e3873baa
 DIST openldap-2.4.59.tgz 5886272 BLAKE2B 
a2a8bed1d2af97fd41d651668152fd4740871bc5a8abf4b50390839228af82ac103346b3500ae0f8dd31b708acabb30435b90cd48dfafe510e648df5150d96b8
 SHA512 
233459ab446da6e107a7fc4ecd5668d6b08c11a11359ee76449550393e8f586a29b59d7ae09a050a1fca4fcf388ea61438ef60831b3ae802d92c048365ae3968
-DIST openldap-OPENLDAP_REL_ENG_2_6_2.tar.gz 6216063 BLAKE2B 
51c8d5ee712971c1aeeaedfc7bb89e65b2ccc2dc171bd0fb99e2b568d70ea5c66903194ab92a66de88fd9bc78511ffee0ab595b13a725933c7084943ac8c624a
 SHA512 
0668165e194a7b1a483f88bf6b0f6eab2707c404f6c3164948cb11896c5e5411972a0677a927c0e509e98bfebb75b79e514bb6346b23d35687d9234f973d7520
 DIST openldap-OPENLDAP_REL_ENG_2_6_3.tar.gz 6244895 BLAKE2B 
97792a1b368de44867b0ce9eef38601c3e64b7d40e4ca206295bee110097697c919040d2220eea6f0581812e09a2cc3e6afb4a243a5072a8a0a95f24f9fb354b
 SHA512 
1c882a0cd0729b5d0f40b58588d0e36ae3b1cae6d569f0576e940c7c63d03c29ed2c9db87695a87594ba99a927ef4cba491bddba3ce049025fd5883463122ba7
 DIST rfc2307bis.schema-20140524 12262 BLAKE2B 
98031f49e9bde1e4821e637af3382364d8344ed7017649686a088070d96a632dffa6c661552352656b1b159c0fd962965580069a64c7f3d5bb6a3ed75f60fd99
 SHA512 
83b89a1deeefc8566b97e7e865b9b6d04541099cbdf719e24538a7d27d61b6209e87ab9003a9f140bd9afd018ec569e71721e3a24090e1902c8b6659d2ba103e

diff --git a/net-nds/openldap/openldap-2.6.2.ebuild 
b/net-nds/openldap/openldap-2.6.2.ebuild
deleted file mode 100644
index ada8b4ae1615..
--- a/net-nds/openldap/openldap-2.6.2.ebuild
+++ /dev/null
@@ -1,798 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic multilib multilib-minimal preserve-libs 
ssl-cert toolchain-funcs systemd tmpfiles
-
-MY_PV="$(ver_rs 1-2 _)"
-
-BIS_PN=rfc2307bis.schema
-BIS_PV=20140524
-BIS_P="${BIS_PN}-${BIS_PV}"
-
-DESCRIPTION="LDAP suite of application and development tools"
-HOMEPAGE="https://www.OpenLDAP.org/;
-
-SRC_URI="
-   
https://gitlab.com/openldap/${PN}/-/archive/OPENLDAP_REL_ENG_${MY_PV}/${PN}-OPENLDAP_REL_ENG_${MY_PV}.tar.gz
-   mirror://gentoo/${BIS_P}"
-
-LICENSE="OPENLDAP GPL-2"
-# Subslot added for bug #835654
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-
-IUSE_DAEMON="argon2 +cleartext crypt experimental minimal samba tcpd"
-IUSE_OVERLAY="overlays perl autoca"
-IUSE_OPTIONAL="debug gnutls iodbc ipv6 odbc sasl ssl selinux static-libs 
+syslog test"
-IUSE_CONTRIB="kerberos kinit pbkdf2 sha2 smbkrb5passwd"
-IUSE_CONTRIB="${IUSE_CONTRIB} cxx"
-IUSE="systemd ${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} 
${IUSE_CONTRIB}"
-RESTRICT="!test? ( test )"
-
-RESTRICT="!test? ( test )"
-REQUIRED_USE="cxx? ( sasl )
-   pbkdf2? ( ssl )
-   test? ( cleartext sasl )
-   autoca? ( !gnutls )
-   ?? ( test minimal )"
-
-S=${WORKDIR}/${PN}-OPENLDAP_REL_ENG_${MY_PV}
-
-# openssl is needed to generate lanman-passwords required by samba
-COMMON_DEPEND="
-   kernel_linux? ( sys-apps/util-linux )
-   ssl? (
-   !gnutls? (
-   >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}]
-   )
-   gnutls? (
-   >=net-libs/gnutls-2.12.23-r6:=[${MULTILIB_USEDEP}]
-   >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}]
-   )
-   )
-   sasl? ( dev-libs/cyrus-sasl:= )
-   !minimal? (
-   dev-libs/libltdl
-   sys-fs/e2fsprogs
-   >=dev-db/lmdb-0.9.18:=
-   argon2? ( app-crypt/argon2:= )
-   

[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2022-11-19 Thread Sam James
commit: e587791eb23a6cfaf8f5afe45d3ccc319990052d
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:22:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:22:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e587791e

net-fs/samba: drop 4.15.7

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

 net-fs/samba/Manifest|   1 -
 net-fs/samba/samba-4.15.7.ebuild | 340 ---
 2 files changed, 341 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 8e4fd2269104..6220bd363de5 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,4 +1,3 @@
 DIST samba-4.15.12.tar.gz 19339629 BLAKE2B 
b394767944e57dc907641c3635ccf290f48bd8a5880e5514066cf410c81eca6f1432a69b67b666ef7c052e2d90541579927456820e58e872a28b7946951f585d
 SHA512 
6cb46bdd7eaebbcd76fb520d959cca22da924049c632338d954f9c8b16015288eebc982e20dcf9f1ed6deabd77e002dfaa920e3b2457f16a6768a1b1bea9dc3e
-DIST samba-4.15.7.tar.gz 19290930 BLAKE2B 
4a295f79d38212d4c6917ed61a22e4204b5ea3d5e26f30b65d1e7e81842e92405870dd40fd4d05ec1126a532bdb1ddea300848387a4c64370ba5c2c1354ee8e5
 SHA512 
beffb09b5bcd62991398d39c7a8aec5fed0c51d550e2f0fb42b2e0a09094f4c6a8f29adf708c4969db12329f5c7343d2debd04315107b79bef59e99a4a7e4ce4
 DIST samba-4.15.9.tar.gz 19324742 BLAKE2B 
36cca5ac1b449339f2ce420d4f29f25151bcd536556bfc571db6422a95e9c5daed98b9a71387babbfc61d43e5ff183a1b69255dbec966f80a1cb8fe0ad40f636
 SHA512 
2ee5d66f5a7c1ff5b27c959be6310335eb6484476c1eadb3b8ca1bc84fb2260487136c1318539e1dc459b81bca66f268fd979f6a816ff5f905bd605a99685004
 DIST samba-4.16.7.tar.gz 30622700 BLAKE2B 
be35253fd8ced22533716c7190ca02e57d4b9c73ac0d54b1e987c87da9e2fcc686335b9d470902cde47b841f3b57c09f9aab16f17c760b5eb7e45e328b3b2d1c
 SHA512 
3966ef870b24e4282ce971bdc5906fb6f64a5bb99d448d9aade3ad013551b21b3cf42f792853be7e118483ba5b6f9d4b835ada642661a90051b6c04886e10c1e

diff --git a/net-fs/samba/samba-4.15.7.ebuild b/net-fs/samba/samba-4.15.7.ebuild
deleted file mode 100644
index 034309a18281..
--- a/net-fs/samba/samba-4.15.7.ebuild
+++ /dev/null
@@ -1,340 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+),xml(+)"
-inherit python-single-r1 waf-utils multilib-minimal linux-info systemd pam 
tmpfiles
-
-DESCRIPTION="Samba Suite Version 4"
-HOMEPAGE="https://samba.org/;
-
-MY_PV="${PV/_rc/rc}"
-MY_P="${PN}-${MY_PV}"
-if [[ ${PV} = *_rc* ]]; then
-   SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
-else
-   SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
-fi
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="acl addc ads ceph client cluster cpu_flags_x86_aes cups debug fam
-glusterfs gpg iprint json ldap pam profiling-data python quota +regedit selinux
-snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test winbind
-zeroconf"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   addc? ( python json winbind )
-   ads? ( acl ldap python winbind )
-   cluster? ( ads )
-   gpg? ( addc )
-   spotlight? ( json )
-   test? ( python )
-   !ads? ( !addc )
-   ?? ( system-heimdal system-mitkrb5 )
-"
-
-# the test suite is messed, it uses system-installed samba
-# bits instead of what was built, tests things disabled via use
-# flags, and generally just fails to work in a way ebuilds could
-# rely on in its current state
-RESTRICT="test"
-
-MULTILIB_WRAPPED_HEADERS=(
-   /usr/include/samba-4.0/policy.h
-   /usr/include/samba-4.0/dcerpc_server.h
-   /usr/include/samba-4.0/ctdb.h
-   /usr/include/samba-4.0/ctdb_client.h
-   /usr/include/samba-4.0/ctdb_protocol.h
-   /usr/include/samba-4.0/ctdb_private.h
-   /usr/include/samba-4.0/ctdb_typesafe_cb.h
-   /usr/include/samba-4.0/ctdb_version.h
-)
-
-COMMON_DEPEND="
-   >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}]
-   dev-lang/perl:=
-   dev-libs/icu:=[${MULTILIB_USEDEP}]
-   dev-libs/libbsd[${MULTILIB_USEDEP}]
-   dev-libs/libtasn1[${MULTILIB_USEDEP}]
-   dev-libs/popt[${MULTILIB_USEDEP}]
-   dev-perl/Parse-Yapp
-   >=net-libs/gnutls-3.4.7[${MULTILIB_USEDEP}]
-   >=sys-fs/e2fsprogs-1.46.4-r51[${MULTILIB_USEDEP}]
-   >=sys-libs/ldb-2.4.2[ldap(+)?,${MULTILIB_USEDEP}]
-   =sys-libs/talloc-2.3.3[${MULTILIB_USEDEP}]
-   >=sys-libs/tdb-1.4.4[${MULTILIB_USEDEP}]
-   >=sys-libs/tevent-0.11.0[${MULTILIB_USEDEP}]
-   sys-libs/zlib[${MULTILIB_USEDEP}]
-   virtual/libcrypt:=[${MULTILIB_USEDEP}]
-   virtual/libiconv
-   $(python_gen_cond_dep "
-   addc? (
-   dev-python/dnspython:=[\${PYTHON_USEDEP}]
-   dev-python/markdown[\${PYTHON_USEDEP}]
-   )
-   ads? (
-   

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

2022-11-19 Thread Sam James
commit: 70815710da6afd5543b2c419ff6ea3d398287909
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:23:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:23:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70815710

sys-libs/tdb: drop 1.4.5

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

 sys-libs/tdb/Manifest |  1 -
 sys-libs/tdb/tdb-1.4.5.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/sys-libs/tdb/Manifest b/sys-libs/tdb/Manifest
index 8a8046f55d78..d708d009e549 100644
--- a/sys-libs/tdb/Manifest
+++ b/sys-libs/tdb/Manifest
@@ -1,2 +1 @@
-DIST tdb-1.4.5.tar.gz 729650 BLAKE2B 
5d8a226cf251268d70f68759fb792628559fa3b10e7843d1a53914ea24f0ceca61fe0c3f348d704ebc8df4c56fe2365690b585b1c96cf53d63ecae1960aca58a
 SHA512 
373b2ce5b2c68fbc28b7679f0e7531115b91ddc6a68b27acada39b995f66b508b19f24d712fc4388654199abd69857e53ebd435d1ed47e3a69ba85ff667fed56
 DIST tdb-1.4.7.tar.gz 741714 BLAKE2B 
ec2f991bbaa61d46f16b7a68a4e47a2f690cda261dd0e9fd9708e51ad64eefeb54ac8b1102cde6935916f840d3c89d7a2903f58175cceb78ea4ef889e82ddbc6
 SHA512 
2b5b20c299b60545943f106d854b6e0d4a559e16f08a7ed62fe57ee962bebc888c2e663bd5fef907aace05b316826fe8fbbf3f323b6d3427531e59ffe47d48e4

diff --git a/sys-libs/tdb/tdb-1.4.5.ebuild b/sys-libs/tdb/tdb-1.4.5.ebuild
deleted file mode 100644
index 79954ea15f5b..
--- a/sys-libs/tdb/tdb-1.4.5.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-inherit waf-utils multilib-minimal python-single-r1
-
-DESCRIPTION="Simple database API"
-HOMEPAGE="https://tdb.samba.org/;
-SRC_URI="https://samba.org/ftp/tdb/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
-IUSE="python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="test"
-
-RDEPEND="
-   dev-libs/libbsd[${MULTILIB_USEDEP}]
-   python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-   virtual/libcrypt"
-BDEPEND="${PYTHON_DEPS}
-   app-text/docbook-xml-dtd:4.2"
-
-WAF_BINARY="${S}/buildtools/bin/waf"
-
-src_prepare() {
-   default
-   python_fix_shebang .
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   local extra_opts=()
-   if ! multilib_is_native_abi || ! use python ; then
-   extra_opts+=( --disable-python )
-   fi
-
-   waf-utils_src_configure "${extra_opts[@]}"
-}
-
-multilib_src_compile() {
-   # need to avoid parallel building, this looks like the sanest way with 
waf-utils/multiprocessing eclasses
-   unset MAKEOPTS
-   waf-utils_src_compile
-}
-
-multilib_src_test() {
-   # the default src_test runs 'make test' and 'make check', letting
-   # the tests fail occasionally (reason: unknown)
-   emake check
-}
-
-multilib_src_install() {
-   waf-utils_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/munge/files/, sys-auth/munge/

2022-11-19 Thread Sam James
commit: fbe8861b0c541ee7fabc1c196d414450906575a6
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:05:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:05:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe8861b

sys-auth/munge: restore tmpfiles

Upstream dropped it apart from for CentOS 7, but let's keep it
as it's easier than trying to handle in init scripts.

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

 sys-auth/munge/files/munged.tmpfiles.conf | 1 +
 sys-auth/munge/munge-0.5.15.ebuild| 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-auth/munge/files/munged.tmpfiles.conf 
b/sys-auth/munge/files/munged.tmpfiles.conf
new file mode 100644
index ..2f82354844f3
--- /dev/null
+++ b/sys-auth/munge/files/munged.tmpfiles.conf
@@ -0,0 +1 @@
+d /run/munge 0755 munge munge -

diff --git a/sys-auth/munge/munge-0.5.15.ebuild 
b/sys-auth/munge/munge-0.5.15.ebuild
index 475278514dd8..885f7c485398 100644
--- a/sys-auth/munge/munge-0.5.15.ebuild
+++ b/sys-auth/munge/munge-0.5.15.ebuild
@@ -78,11 +78,13 @@ src_install() {
newconfd "$(prefixify_ro "${FILESDIR}"/${PN}d.confd)" ${PN}d
newinitd "$(prefixify_ro "${FILESDIR}"/${PN}d.initd)" ${PN}d
 
+   newtmpfiles "${FILESDIR}"/munged.tmpfiles.conf munged.conf
+
if ! use static-libs; then
find "${ED}" -name '*.la' -delete || die
fi
 }
 
 pkg_postinst() {
-   tmpfiles_process munge.conf
+   tmpfiles_process munged.conf
 }



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

2022-11-19 Thread Sam James
commit: 394be5877259c8da775636fb197f8c00e725b57d
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 04:23:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 04:23:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=394be587

sys-libs/talloc: drop 2.3.2, 2.3.3

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

 sys-libs/talloc/Manifest|   2 -
 sys-libs/talloc/talloc-2.3.2.ebuild | 115 
 sys-libs/talloc/talloc-2.3.3.ebuild | 115 
 3 files changed, 232 deletions(-)

diff --git a/sys-libs/talloc/Manifest b/sys-libs/talloc/Manifest
index 0e8096deaf70..da3e5508b6c5 100644
--- a/sys-libs/talloc/Manifest
+++ b/sys-libs/talloc/Manifest
@@ -1,3 +1 @@
-DIST talloc-2.3.2.tar.gz 661344 BLAKE2B 
957eedc4a367051cb99fa4d2edb8e778de8e0187bb5c0d84a1afef20aab122a8b7310d10c694e15ddd6a0a45194889fe3d26dae0ceb8e406d51512af95a23014
 SHA512 
c851a6f43025720453a3bff8734bfcfff0e29fb7cf2ffcc6c03b6ab8589098daf01d668deec61aa2f238d4df3eb3c47bd080e26eec760cf04a70e1afcad5c5e1
-DIST talloc-2.3.3.tar.gz 650493 BLAKE2B 
4312d8bbd54da2cb8917946e46bb77dae1c6fdfeb72bd85d86ef8d5900f2132a36c5f0075608116a9bf036a2f02671472d389eed704f8e2923f8320d29aa12bd
 SHA512 
1e4b90769b9be72421d76bf9149fd0736f43d034b1573ab2dfb5cd613b4fb3fdf67d575f81789851787e1cbbc7353cdfc114cefbccb15fc0f39e222f40aff65f
 DIST talloc-2.3.4.tar.gz 674196 BLAKE2B 
1fac0a45a4ba16c7741e6d810e1a1e56352c04f266b99de62770177c1218a8c8253be2d5d1793aae67ce61e6a1159cbcd4888a49702822e6817b86eb7a1fea31
 SHA512 
c46488deda99753fd79566d42cae88899b71196513a127813be2cb855e7f36b77132f0552297ee4153ba4d8f177cea3bb0dc93340caabf321c026657744684d9

diff --git a/sys-libs/talloc/talloc-2.3.2.ebuild 
b/sys-libs/talloc/talloc-2.3.2.ebuild
deleted file mode 100644
index 6d991fb90858..
--- a/sys-libs/talloc/talloc-2.3.2.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE="threads(+)"
-inherit waf-utils python-single-r1 multilib-minimal
-
-DESCRIPTION="Samba talloc library"
-HOMEPAGE="https://talloc.samba.org/;
-SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-3 LGPL-3+ LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris"
-IUSE="compat +python"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="test"
-
-RDEPEND="
-   !elibc_SunOS? (
-   !elibc_Darwin? (
-   dev-libs/libbsd[${MULTILIB_USEDEP}]
-   )
-   )
-   python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${PYTHON_DEPS}
-   dev-libs/libxslt
-   sys-devel/gettext
-"
-
-WAF_BINARY="${S}/buildtools/bin/waf"
-
-MULTILIB_WRAPPED_HEADERS=(
-   # python goes only for native
-   /usr/include/pytalloc.h
-)
-
-pkg_setup() {
-   # try to turn off distcc and ccache for people that have a problem with 
it
-   export DISTCC_DISABLE=1
-   export CCACHE_DISABLE=1
-
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   if [[ ${CHOST} == *-darwin* ]] ; then
-   # Drop irritating ABI names (e.g. cpython-37m)
-   # We're only installing one implementation anyway
-   sed -i "s/+ 
conf.all_envs\['default'\]\['PYTHON_SO_ABI_FLAG'\]//" wscript || die
-   sed -i "s/name = bld.pyembed_libname('pytalloc-util')/name = 
'pytalloc-util'/" wscript || die
-   fi
-
-   # what would you expect of waf? i won't even waste time trying.
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   local extra_opts=(
-   $(usex compat --enable-talloc-compat1 '')
-   $(multilib_native_usex python '' --disable-python)
-   $([[ ${CHOST} == *-solaris* ]] && echo 
'--disable-symbol-versions')
-   )
-   waf-utils_src_configure "${extra_opts[@]}"
-}
-
-multilib_src_compile() {
-   waf-utils_src_compile
-}
-
-multilib_src_install() {
-   waf-utils_src_install
-
-   # waf is stupid, and no, we can't fix the build-system, since it's 
provided
-   # as a brilliant binary blob thats decompressed on the fly
-   if [[ ${CHOST} == *-darwin* ]] ; then
-   install_name_tool \
-   -id "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \
-   "${ED}"/usr/$(get_libdir)/libtalloc.${PV}.dylib || die
-
-   if use python ; then
-   install_name_tool \
-   -id 
"${EPREFIX}"/usr/$(get_libdir)/libpytalloc-util.2.dylib \
-   
"${ED}"/usr/$(get_libdir)/libpytalloc-util.${PV}.dylib || die
-   install_name_tool \
-   -change 

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

2022-11-19 Thread Brian Evans
commit: dd1a44d939cae653057dd20dbad8b3440d8c7e41
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Nov 20 03:18:47 2022 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Nov 20 03:18:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1a44d9

dev-lang/php: Set max openssl version on 7.4 and 8.0 slots

Only affects build time and forced rebuild in place catches installed versions

Closes: https://bugs.gentoo.org/797676
Bug: https://github.com/php/php-src/issues/9503
Signed-off-by: Brian Evans  gentoo.org>

 dev-lang/php/php-7.4.33.ebuild | 2 +-
 dev-lang/php/php-8.0.25.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/php/php-7.4.33.ebuild b/dev-lang/php/php-7.4.33.ebuild
index dee33f40a1fd..44eb6d5b3366 100644
--- a/dev-lang/php/php-7.4.33.ebuild
+++ b/dev-lang/php/php-7.4.33.ebuild
@@ -114,7 +114,7 @@ COMMON_DEPEND="
sodium? ( dev-libs/libsodium:=[-minimal] )
spell? ( >=app-text/aspell-0.50 )
sqlite? ( >=dev-db/sqlite-3.7.6.3 )
-   ssl? ( >=dev-libs/openssl-1.0.1:0= )
+   ssl? ( >=dev-libs/openssl-1.0.1:0= 

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

2022-11-19 Thread Sam James
commit: bb7aaf633ef248049ac7ba46cab02f2ca70df32f
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 03:17:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 03:17:06 2022 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=bb7aaf63

NEWS: update for recent changes

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

 NEWS | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/NEWS b/NEWS
index 7c96eef7e..7b97f2a86 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+portage-3.0.40 (UNRELEASED)
+--
+
+Features:
+* /etc/portage/sets.conf can now be a directory. Ditto for the Portage 
extension
+  supporting sets.conf in ebuild repositories.
+
+* Tests added for VariableSet changes to check @golang-rebuild works as
+  intended.
+
+Bug fixes:
+* Clobber repositories using sync-type=git to match rsync behavior. This
+  helps with issues where git-synced repositories can become confused
+  if the remote is a CDN and then starts to diverge, preventing further
+  syncs.
+
+* Fix DeprecationWarning in sets.
+
 portage-3.0.39 (2022-11-20)
 --
 



[gentoo-commits] proj/portage:master commit in: lib/portage/sync/modules/git/

2022-11-19 Thread Sam James
commit: 7a336e85052530c62acf25b5df10e2d02a17e779
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Oct 30 02:33:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 03:12:47 2022 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=7a336e85

GitSync.update: clobber changes to git repo as rsync does

Check `git diff --quiet` and if tree is dirty, do a hard reset to the
upstream HEAD instead of simply merging. Thanks to a limitation in
git, also `git reset --hard` if the merge fails.

Closes: https://github.com/gentoo/portage/pull/931
Signed-off-by: John Helmert III  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 lib/portage/sync/modules/git/git.py | 34 +-
 1 file changed, 29 insertions(+), 5 deletions(-)

diff --git a/lib/portage/sync/modules/git/git.py 
b/lib/portage/sync/modules/git/git.py
index b4c470160..8bc5a3811 100644
--- a/lib/portage/sync/modules/git/git.py
+++ b/lib/portage/sync/modules/git/git.py
@@ -228,7 +228,21 @@ class GitSync(NewBase):
 if not self.verify_head(revision="refs/remotes/%s" % remote_branch):
 return (1, False)
 
-if shallow:
+# `git diff --quiet` returns 0 on a clean tree and 1 otherwise
+is_clean = (
+portage.process.spawn(
+f"{self.bin_command} diff --quiet",
+cwd=portage._unicode_encode(self.repo.location),
+**self.spawn_kwargs,
+)
+== 0
+)
+
+if not is_clean:
+# If the repo isn't clean, clobber any changes for parity
+# with rsync
+merge_cmd = [self.bin_command, "reset", "--hard"]
+elif shallow:
 # Since the default merge strategy typically fails when
 # the depth is not unlimited, `git reset --merge`.
 merge_cmd = [self.bin_command, "reset", "--merge"]
@@ -244,10 +258,20 @@ class GitSync(NewBase):
 )
 
 if exitcode != os.EX_OK:
-msg = "!!! git merge error in %s" % self.repo.location
-self.logger(self.xterm_titles, msg)
-writemsg_level(msg + "\n", level=logging.ERROR, noiselevel=-1)
-return (exitcode, False)
+# HACK - sometimes merging results in a tree diverged from
+# upstream, so try to hack around it
+# 
https://stackoverflow.com/questions/41075972/how-to-update-a-git-shallow-clone/41081908#41081908
+exitcode = portage.process.spawn(
+f"{self.bin_command} reset --hard 
refs/remotes/{remote_branch}",
+cwd=portage._unicode_encode(self.repo.location),
+**self.spawn_kwargs,
+)
+
+if exitcode != os.EX_OK:
+msg = "!!! git merge error in %s" % self.repo.location
+self.logger(self.xterm_titles, msg)
+writemsg_level(msg + "\n", level=logging.ERROR, noiselevel=-1)
+return (exitcode, False)
 
 current_rev = subprocess.check_output(
 rev_cmd, cwd=portage._unicode_encode(self.repo.location)



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

2022-11-19 Thread Sam James
commit: 203e0d0083b5e7d8098785ec8862c02f6baf5534
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 03:04:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 03:05:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203e0d00

sys-apps/portage: add 3.0.39

Closes: https://bugs.gentoo.org/365655
Closes: https://bugs.gentoo.org/757525
Closes: https://bugs.gentoo.org/871573
Closes: https://bugs.gentoo.org/875812
Closes: https://bugs.gentoo.org/875860
Closes: https://bugs.gentoo.org/877215
Closes: https://bugs.gentoo.org/877271
Closes: https://bugs.gentoo.org/877357
Closes: https://bugs.gentoo.org/877419
Closes: https://bugs.gentoo.org/873757
Signed-off-by: Sam James  gentoo.org>

 sys-apps/portage/Manifest  |   1 +
 sys-apps/portage/portage-3.0.39.ebuild | 273 +
 2 files changed, 274 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index a834b938f627..940044eaf9bc 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1 +1,2 @@
 DIST portage-3.0.38.1.tar.bz2 1116216 BLAKE2B 
d1cb4cc1924673d07ea7174ad0a84b3af977dd28ca659695d3e4014e4aa83b054acba82a160e7c0a8d3d4fbc3514bea619c3d720e450cb4890818e4b1bc1e43a
 SHA512 
1375565e936276fd6cfd2a4f6f782b91e234e973d6a998f2276a076dd165272bcf12067fd01e77b238f194eac69edf967bbe3ac62edc3701fe9375c693622ab9
+DIST portage-3.0.39.tar.bz2 1118397 BLAKE2B 
bd0105c48741cdf11166208ebf11f524cb87980a027b69ccdcc2a607847dcd79d886b542adf08eefdd2df8a35e78f95f0f79843694ec9c2b1488d7ee1fd187e8
 SHA512 
e3ef14136b0ffb5f77fed9cb89ce6ee59425dd34acc5254390e75164aee160e954498bca4084f3d71642f285ba040ce8347badf6382dd1369aa52425ce907e39

diff --git a/sys-apps/portage/portage-3.0.39.ebuild 
b/sys-apps/portage/portage-3.0.39.ebuild
new file mode 100644
index ..48ca5c0728ae
--- /dev/null
+++ b/sys-apps/portage/portage-3.0.39.ebuild
@@ -0,0 +1,273 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+PYTHON_REQ_USE='bzip2(+),threads(+)'
+TMPFILES_OPTIONAL=1
+
+inherit distutils-r1 linux-info toolchain-funcs tmpfiles prefix
+
+DESCRIPTION="The package management and distribution system for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
+SRC_URI="https://gitweb.gentoo.org/proj/portage.git/snapshot/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+SLOT="0"
+IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux test xattr"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   app-arch/xz-utils
+   test? ( dev-vcs/git )"
+DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/sed-4.0.5 sys-devel/patch
+   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
+   apidoc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx-epytext[${PYTHON_USEDEP}]
+   )"
+# Require sandbox-2.2 for bug #288863.
+# For whirlpool hash, require python[ssl] (bug #425046).
+# For compgen, require bash[readline] (bug #445576).
+# app-portage/gemato goes without PYTHON_USEDEP since we're calling
+# the executable.
+RDEPEND="
+   acct-user/portage
+   app-arch/zstd
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/findutils-4.4
+   !build? (
+   >=sys-apps/sed-4.0.5
+   >=app-shells/bash-5.0:0[readline]
+   >=app-admin/eselect-1.2
+   rsync-verify? (
+   >=app-portage/gemato-14.5[${PYTHON_USEDEP}]
+   >=sec-keys/openpgp-keys-gentoo-release-20180706
+   >=app-crypt/gnupg-2.2.4-r2[ssl(-)]
+   )
+   )
+   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
+   elibc_musl? ( >=sys-apps/sandbox-2.2 )
+   kernel_linux? ( sys-apps/util-linux )
+   >=app-misc/pax-utils-0.1.17
+   selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
+   xattr? ( kernel_linux? (
+   >=sys-apps/install-xattr-0.3
+   ) )
+   !> cnf/make.globals || die
+   fi
+
+   if use native-extensions && ! tc-is-cross-compiler; then
+   printf "[build_ext]\nportage_ext_modules=true\n" >> \
+   setup.cfg || die
+   fi
+
+   if ! use ipc ; then
+   einfo "Disabling ipc..."
+   sed -e "s:_enable_ipc_daemon = True:_enable_ipc_daemon = 
False:" \
+   -i lib/_emerge/AbstractEbuildProcess.py || \
+   die "failed to patch AbstractEbuildProcess.py"
+   fi
+
+   if use xattr && use kernel_linux ; then
+   einfo "Adding FEATURES=xattr to make.globals ..."
+   echo -e '\nFEATURES="${FEATURES} xattr"' >> 

[gentoo-commits] proj/portage: New tag: 3.0.39

2022-11-19 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:59:34 2022 +

New tag: 3.0.39




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

2022-11-19 Thread Sam James
commit: 83ee3bd135fc7a1e7b85f6d995e97382ad876cfc
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 02:58:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:59:11 2022 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=83ee3bd1

setup.py: update for 3.0.39

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

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index bf3720ba2..399c30025 100755
--- a/setup.py
+++ b/setup.py
@@ -818,7 +818,7 @@ def get_data_files(regular_files, venv_files):
 
 setup(
 name="portage",
-version="3.0.38.1",
+version="3.0.39",
 url="https://wiki.gentoo.org/wiki/Project:Portage;,
 project_urls={
 "Release Notes": 
"https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES;,



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

2022-11-19 Thread Sam James
commit: 6bec3a5044cdd5d7cb5e4c74a5d554eaa7e4b480
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 02:58:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:59:11 2022 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=6bec3a50

NEWS: update for 3.0.39 release

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

 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 2480f55a8..7c96eef7e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-portage-3.0.39 (UNRELEASED)
+portage-3.0.39 (2022-11-20)
 --
 
 Features:



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

2022-11-19 Thread Sam James
commit: 00c689f4303e4dc12531af849a39d34ac7c2f6b8
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 02:45:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:46:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c689f4

sys-apps/portage: backport xz 32-bit fixes

Fixes issues on 32-bit systems with -Tn.

Note that we exclude the binpkg compression probe bits as the
parallel parts there aren't in 3.0.38.1.

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

 .../portage/files/portage-3.0.38.1-xz-32-bit.patch | 90 ++
 ...0.38.1-r2.ebuild => portage-3.0.38.1-r3.ebuild} |  1 +
 2 files changed, 91 insertions(+)

diff --git a/sys-apps/portage/files/portage-3.0.38.1-xz-32-bit.patch 
b/sys-apps/portage/files/portage-3.0.38.1-xz-32-bit.patch
new file mode 100644
index ..fa50fbab01fc
--- /dev/null
+++ b/sys-apps/portage/files/portage-3.0.38.1-xz-32-bit.patch
@@ -0,0 +1,90 @@
+https://github.com/gentoo/portage/commit/6a47cc7bcf49b7c17fdca31969b6d6aeff84332c
+https://github.com/gentoo/portage/commit/041da67db3a61d19fa5b287db4da9c51794af115
+https://github.com/gentoo/portage/commit/6834e464803b5ac98f8ab1bbca5379970b5bc6d9
+
+From 6a47cc7bcf49b7c17fdca31969b6d6aeff84332c Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Mon, 17 Oct 2022 19:37:03 +0100
+Subject: [PATCH] xz: add workaround for < xz 5.3.3_alpha 32-bit issue
+
+With older versions of xz, xz -T0 will on 32-bit systems
+try to allocate too much memory and bail out.
+
+After discussing with upstream, we set --memlimit-compress=50% as a
+way to make things work with both older & newer versions. This limiting
+is essentially already present with >= 5.3.3_alpha as -T0 includes it.
+
+Note that we don't need to do this for decompression as it's automatic
+there for newer versions and older versions -Tn a no-op.
+
+Signed-off-by: Sam James 
+--- a/bin/ecompress
 b/bin/ecompress
+@@ -128,7 +128,7 @@ if [[ ${PORTAGE_COMPRESS_FLAGS+set} != "set" ]] ; then
+   # See: https://bugs.gentoo.org/672916
+   # Setting '--rm' will remove the source files after a 
successful compression.
+   lz4)  PORTAGE_COMPRESS_FLAGS="-m --rm";;
+-  xz)   PORTAGE_COMPRESS_FLAGS="-9 -T$(___makeopts_jobs)";;
++  xz)   PORTAGE_COMPRESS_FLAGS="-9 -T$(___makeopts_jobs) 
--memlimit-compress=50%";;
+   zstd) PORTAGE_COMPRESS_FLAGS="-q --rm -T$(___makeopts_jobs)";;
+   esac
+ fi
+
+From 041da67db3a61d19fa5b287db4da9c51794af115 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Mon, 17 Oct 2022 23:07:58 +0100
+Subject: [PATCH] xz: pass -q to xz
+
+Avoids noise from memlimit-compress.
+
+Signed-off-by: Sam James 
+--- a/bin/ecompress
 b/bin/ecompress
+@@ -128,7 +128,7 @@ if [[ ${PORTAGE_COMPRESS_FLAGS+set} != "set" ]] ; then
+   # See: https://bugs.gentoo.org/672916
+   # Setting '--rm' will remove the source files after a 
successful compression.
+   lz4)  PORTAGE_COMPRESS_FLAGS="-m --rm";;
+-  xz)   PORTAGE_COMPRESS_FLAGS="-9 -T$(___makeopts_jobs) 
--memlimit-compress=50%";;
++  xz)   PORTAGE_COMPRESS_FLAGS="-9 -T$(___makeopts_jobs) 
--memlimit-compress=50% -q";;
+   zstd) PORTAGE_COMPRESS_FLAGS="-q --rm -T$(___makeopts_jobs)";;
+   esac
+ fi
+
+From 6834e464803b5ac98f8ab1bbca5379970b5bc6d9 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Fri, 21 Oct 2022 02:32:17 +0100
+Subject: [PATCH] ecompress: don't set -9 for xz
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+From xz(1):
+"""
+The differences between the presets are more significant than with gzip(1) and 
bzip2(1).  The selected compression settings determine the memory requirements 
of the decompressor, thus  us‐
+ing  a too high preset level might make it painful to decompress the file on 
an old system with little RAM.  Specifically, it's not a good idea to blindly 
use -9 for everything like it of‐
+ten is with gzip(1) and bzip2(1).
+[...]
+-7 ... -9
+ These are like -6 but with higher compressor and decompressor memory 
requirements.  These are useful only when compressing files bigger than 8 MiB, 
16 MiB, and 32 MiB, respectively.
+[...]
+•  DictSize  is  the  LZMA2 dictionary size.  It is waste of memory to use a 
dictionary bigger than the size of the uncompressed file.  This is why it is 
good to avoid using the presets -7
+... -9 when there's no real need for them.  At -6 and lower, the amount of 
memory wasted is usually low enough to not matter.
+"""
+
+Most things that ecompress touches are tiny (<32MB certainly). I made the
+mistake the man page warngs about -- don't assume it's a good idea just
+because of gzip & bzip2, and that's exactly what I did!
+
+Signed-off-by: Sam James 
+--- a/bin/ecompress
 b/bin/ecompress
+@@ -128,7 +128,7 @@ if [[ ${PORTAGE_COMPRESS_FLAGS+set} != "set" ]] ; then
+   # See: 

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

2022-11-19 Thread Sam James
commit: e567a72a39cc7b66929b47b8c24102734c6b6dbf
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 02:22:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:22:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e567a72a

profiles/features/wd40: mask app-text/evince

needs gvfs.

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

 profiles/features/wd40/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index 0287eeadc819..83e63006fe14 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -16,6 +16,7 @@ app-crypt/libsecret
 app-crypt/seahorse
 app-editors/gedit
 app-eselect/eselect-rust
+app-text/evince
 app-text/mdbook
 dev-embedded/esptool
 dev-lang/rust



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

2022-11-19 Thread Sam James
commit: 22b7902dcb63ac754c1ba28f8ec5cf6eb3707c0d
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:11:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b7902d

profiles/features/wd40: mask net-libs/libzapojit

Needs gnome-online-accounts.

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

 profiles/features/wd40/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index 4d15bffd31f9..3ea689a13e09 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -98,6 +98,7 @@ media-video/rav1e
 >=net-irc/polari-3.37
 net-libs/gnome-online-accounts
 net-libs/libgfbgraph
+net-libs/libzapojit
 net-libs/quiche
 net-misc/electrum-ltc
 net-misc/gsutil



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

2022-11-19 Thread Sam James
commit: 82b2ca3e40bc80175e8b9053bb237edd6f80
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:07:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b2

profiles/features/wd40: mask x11-libs/libfm[automount]

Needs gvfs.

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

 profiles/features/wd40/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index 63a2d5368206..b466c6f0fc1e 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -17,6 +17,7 @@ net-vpn/networkmanager-openconnect gtk
 net-vpn/networkmanager-openvpn gtk
 net-vpn/networkmanager-pptp gtk
 net-vpn/networkmanager-vpnc gtk
+x11-libs/libfm automount
 
 # Michał Górny  (2022-07-29)
 # More packages requiring dev-python/cryptography or its revdeps.



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

2022-11-19 Thread Sam James
commit: 73384468f10e9d5b84e1541846b63692cb5f43eb
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 04:49:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73384468

dev-lang/spidermonkey: stabilize 91.13.0 for sparc

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

 dev-lang/spidermonkey/spidermonkey-91.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-91.13.0.ebuild 
b/dev-lang/spidermonkey/spidermonkey-91.13.0.ebuild
index 1b8998e50400..aec3404827c1 100644
--- a/dev-lang/spidermonkey/spidermonkey-91.13.0.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-91.13.0.ebuild
@@ -61,7 +61,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> 
${MOZ_P_DISTFILES}
 DESCRIPTION="SpiderMonkey is Mozilla's JavaScript engine written in C and C++"
 HOMEPAGE="https://spidermonkey.dev 
https://firefox-source-docs.mozilla.org/js/index.html "
 
-KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv sparc x86"
 
 SLOT="91"
 LICENSE="MPL-2.0"



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

2022-11-19 Thread Sam James
commit: a720b7ad17a2d95ca779233dfb615e8539fd2d34
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:03:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a720b7ad

profiles/features/wd40: mask mate-extra/mate-screensaver[pam]

Needs gnome-keyring.

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

 profiles/features/wd40/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index e920a6019c45..75d0d21fd6b9 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -10,6 +10,7 @@ dev-libs/totem-pl-parser test
 gnome-base/gnome-settings-daemon modemmanager
 gnome-base/nautilus previewer
 lxqt-base/lxqt-meta trash
+mate-extra/mate-screensaver pam
 net-libs/libnma pkcs11
 net-vpn/networkmanager-openconnect gtk
 net-vpn/networkmanager-openvpn gtk



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

2022-11-19 Thread Sam James
commit: 2eb49883a744033f65f3cea06fabb87b82f1e7cd
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 04:25:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb49883

dev-lang/spidermonkey: keyword 91.13.0 for ~sparc

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

 dev-lang/spidermonkey/spidermonkey-91.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-91.13.0.ebuild 
b/dev-lang/spidermonkey/spidermonkey-91.13.0.ebuild
index 184124a976d7..1b8998e50400 100644
--- a/dev-lang/spidermonkey/spidermonkey-91.13.0.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-91.13.0.ebuild
@@ -61,7 +61,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> 
${MOZ_P_DISTFILES}
 DESCRIPTION="SpiderMonkey is Mozilla's JavaScript engine written in C and C++"
 HOMEPAGE="https://spidermonkey.dev 
https://firefox-source-docs.mozilla.org/js/index.html "
 
-KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86"
 
 SLOT="91"
 LICENSE="MPL-2.0"



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

2022-11-19 Thread Sam James
commit: c30173891a8b2bcfadc6204068d8178d7a403db8
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:27:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3017389

profiles/features/wd40: mask x11-terms/gnome-terminal[nautilus]

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

 profiles/features/wd40/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index f3ad93c9db81..06f950ad187e 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -25,6 +25,7 @@ net-vpn/networkmanager-pptp gtk
 net-vpn/networkmanager-vpnc gtk
 xfce-base/thunar trash-panel-plugin udisks
 x11-libs/libfm automount
+x11-terms/gnome-terminal nautilus
 
 # Michał Górny  (2022-07-29)
 # More packages requiring dev-python/cryptography or its revdeps.



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

2022-11-19 Thread Sam James
commit: 65b721f4b78a6d1551f2b7a12d40581b8261834f
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:24:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b721f4

profiles/features/wd40: mask dev-util/devhelp[gedit]

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

 profiles/features/wd40/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index fbb719c45ec0..641d7e1f5a93 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -8,6 +8,7 @@ app-crypt/eid-mw gtk p11-kit
 app-crypt/pinentry gtk
 dev-libs/libgdata crypt
 dev-libs/totem-pl-parser test
+dev-util/devhelp gedit
 gnome-base/gnome-settings-daemon modemmanager
 gnome-base/nautilus previewer
 lxqt-base/lxqt-meta trash



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

2022-11-19 Thread Sam James
commit: 9e4de2cdf352150795cd125ba63ed7d9c98b4518
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:28:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4de2cd

profiles/features/wd40: mask xfce-base/thunar-volman

Needs thunar[udisks] which needs gvfs.

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

 profiles/features/wd40/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index 3ea689a13e09..590bb9e87d2b 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -111,6 +111,7 @@ sys-apps/gnome-disk-utility
 virtual/rust
 www-apps/radicale
 www-client/epiphany
+xfce-base/thunar-volman
 x11-libs/libcryptui
 x11-misc/alacarte
 >=x11-themes/adwaita-icon-theme-3.36



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

2022-11-19 Thread Sam James
commit: a99353fa60c8495d914b127c42adf4cb2a030125
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:25:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99353fa

profiles/features/wd40: mask mate-extra/caja-extensions[cdr]

Needs Brasero.

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

 profiles/features/wd40/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index 641d7e1f5a93..371ec75e734b 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -12,6 +12,7 @@ dev-util/devhelp gedit
 gnome-base/gnome-settings-daemon modemmanager
 gnome-base/nautilus previewer
 lxqt-base/lxqt-meta trash
+mate-extra/caja-extensions cdr
 mate-extra/mate-screensaver pam
 media-gfx/gimp gnome
 net-libs/libnma pkcs11



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

2022-11-19 Thread Sam James
commit: 53d493270116808fff27818666bb909422f6e3e2
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:25:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d49327

profiles/features/wd40: mask media-gfx/gthumb[cdr]

Needs Brasero.

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

 profiles/features/wd40/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index 371ec75e734b..6177f84eef54 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -15,6 +15,7 @@ lxqt-base/lxqt-meta trash
 mate-extra/caja-extensions cdr
 mate-extra/mate-screensaver pam
 media-gfx/gimp gnome
+media-gfx/gthumb cdr
 net-libs/libnma pkcs11
 net-vpn/networkmanager-openconnect gtk
 net-vpn/networkmanager-openvpn gtk



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

2022-11-19 Thread Sam James
commit: 82b07c6a9a96d70ed5cc125348789608b97ff82a
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:38:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b07c6a

profiles/features/wd40: mask xfce-base/xfce4-meta

It contains xfce-base/thunar-volman.

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

 profiles/features/wd40/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index 590bb9e87d2b..0287eeadc819 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -112,6 +112,7 @@ virtual/rust
 www-apps/radicale
 www-client/epiphany
 xfce-base/thunar-volman
+xfce-base/xfce4-meta
 x11-libs/libcryptui
 x11-misc/alacarte
 >=x11-themes/adwaita-icon-theme-3.36



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

2022-11-19 Thread Sam James
commit: 2f5dba69e39d67a4fb689b59926e613185db4728
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:27:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5dba69

profiles/features/wd40: mask media-sound/rhythmbox[cdr]

Needs Brasero.

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

 profiles/features/wd40/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index da9f7801d679..f3ad93c9db81 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -17,6 +17,7 @@ mate-extra/mate-screensaver pam
 media-gfx/gimp gnome
 media-gfx/gthumb cdr
 media-sound/easytag nautilus
+media-sound/rhythmbox cdr
 net-libs/libnma pkcs11
 net-vpn/networkmanager-openconnect gtk
 net-vpn/networkmanager-openvpn gtk



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

2022-11-19 Thread Sam James
commit: 218d0722a5a8dc9092603ef0f785f2d22c6254a6
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:26:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218d0722

profiles/features/wd40: mask media-sound/easytag[nautilus]

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

 profiles/features/wd40/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index 6177f84eef54..da9f7801d679 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -16,6 +16,7 @@ mate-extra/caja-extensions cdr
 mate-extra/mate-screensaver pam
 media-gfx/gimp gnome
 media-gfx/gthumb cdr
+media-sound/easytag nautilus
 net-libs/libnma pkcs11
 net-vpn/networkmanager-openconnect gtk
 net-vpn/networkmanager-openvpn gtk



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

2022-11-19 Thread Sam James
commit: c36461ffcd812a683608b3247f95a8bde228aa85
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:05:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36461ff

profiles/features/wd40: mask media-video/ogmrip

Needs gvfs.

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

 profiles/features/wd40/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index fd6ae54f59aa..b998ca875a1d 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -93,6 +93,7 @@ media-gfx/shotwell
 media-libs/libavif
 >=media-libs/libopenraw-0.3.2
 media-sound/sound-juicer
+media-video/ogmrip
 media-video/rav1e
 >=net-irc/polari-3.37
 net-libs/gnome-online-accounts



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

2022-11-19 Thread Sam James
commit: f9aa929148ac7ae51537125ca6ca5a2754a11bc3
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:23:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9aa9291

profiles/features/wd40: mask app-arch/file-roller[nautilus]

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

 profiles/features/wd40/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index e903075593a1..fbb719c45ec0 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -3,6 +3,7 @@
 
 # Sam James  (2022-11-19)
 # GNOME packages pulling in e.g. gjs which then needs Rust.
+app-arch/file-roller nautilus
 app-crypt/eid-mw gtk p11-kit
 app-crypt/pinentry gtk
 dev-libs/libgdata crypt



[gentoo-commits] repo/gentoo:master commit in: virtual/secret-service/, profiles/features/wd40/

2022-11-19 Thread Sam James
commit: 22011615df7efe73c0a4e9e11135f14edf46f1ad
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:06:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22011615

profiles/features/wd40: mask virtual/secret-service

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

 profiles/features/wd40/package.mask| 1 +
 virtual/secret-service/secret-service-0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index b998ca875a1d..36d1c0701905 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -114,3 +114,4 @@ x11-misc/alacarte
 >=x11-themes/adwaita-icon-theme-3.36
 x11-plugins/pidgin-opensteamworks
 x11-plugins/wmpasman
+virtual/secret-service

diff --git a/virtual/secret-service/secret-service-0.ebuild 
b/virtual/secret-service/secret-service-0.ebuild
index 46098587ee3b..4b29ca7356e9 100644
--- a/virtual/secret-service/secret-service-0.ebuild
+++ b/virtual/secret-service/secret-service-0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for a freedesktop.org Secret Service API provider"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-solaris"
 
 RDEPEND="|| (
gnome-base/gnome-keyring



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

2022-11-19 Thread Sam James
commit: 8069a58b3f9cce4aa3701b19477e390dc97645df
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:10:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8069a58b

profiles/features/wd40: mask net-libs/libgfbgraph

Needs gnome-online-accounts.

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

 profiles/features/wd40/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index 36d1c0701905..4d15bffd31f9 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -97,6 +97,7 @@ media-video/ogmrip
 media-video/rav1e
 >=net-irc/polari-3.37
 net-libs/gnome-online-accounts
+net-libs/libgfbgraph
 net-libs/quiche
 net-misc/electrum-ltc
 net-misc/gsutil



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

2022-11-19 Thread Sam James
commit: 50e11384cfce0438165c5e370bbfb7e564a2f746
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:08:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e11384

profiles/features/wd40: mask xfce-base/thunar[trash-panel-plugin,udisks]

Needs gvfs.

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

 profiles/features/wd40/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index b466c6f0fc1e..e903075593a1 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -17,6 +17,7 @@ net-vpn/networkmanager-openconnect gtk
 net-vpn/networkmanager-openvpn gtk
 net-vpn/networkmanager-pptp gtk
 net-vpn/networkmanager-vpnc gtk
+xfce-base/thunar trash-panel-plugin udisks
 x11-libs/libfm automount
 
 # Michał Górny  (2022-07-29)



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

2022-11-19 Thread Sam James
commit: ea21d4522acac4481b3d7eb52531b52f16f9a8e3
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:05:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea21d452

profiles/features/wd40: mask media-sound/sound-juicer

Needs gvfs.

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

 profiles/features/wd40/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index ed1f103e9e20..fd6ae54f59aa 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -92,6 +92,7 @@ lxde-base/lxlauncher
 media-gfx/shotwell
 media-libs/libavif
 >=media-libs/libopenraw-0.3.2
+media-sound/sound-juicer
 media-video/rav1e
 >=net-irc/polari-3.37
 net-libs/gnome-online-accounts



[gentoo-commits] repo/gentoo:master commit in: gnome-base/nautilus/, profiles/features/wd40/

2022-11-19 Thread Sam James
commit: 7f2186fd769a698d3a1bf7714d949e070bd9c31d
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:02:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2186fd

profiles/features/wd40: mask gnome-base/nautilus

Needs gvfs.

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

 gnome-base/nautilus/nautilus-42.2.ebuild | 2 +-
 profiles/features/wd40/package.mask  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnome-base/nautilus/nautilus-42.2.ebuild 
b/gnome-base/nautilus/nautilus-42.2.ebuild
index 8cb207e691f8..d318a14831fd 100644
--- a/gnome-base/nautilus/nautilus-42.2.ebuild
+++ b/gnome-base/nautilus/nautilus-42.2.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 IUSE="gnome +gstreamer gtk-doc +introspection +previewer selinux sendto"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
 
 DEPEND="
>=dev-libs/glib-2.67.1:2

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index 23a045a13acd..ed1f103e9e20 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -81,6 +81,7 @@ gnome-base/gnome-menus
 >=gnome-base/gnome-shell-3.38
 gnome-base/gvfs
 >=gnome-base/librsvg-2.41
+gnome-base/nautilus
 gnome-extra/evolution-data-server
 gnome-extra/gnome-browser-connector
 gnome-extra/gnome-tweaks



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

2022-11-19 Thread Sam James
commit: f92270ab81490ff6dc1a12f9a6327da99610ebf4
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:04:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92270ab

profiles/features/wd40: mask media-gfx/gimp[gnome]

Needs gvfs.

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

 profiles/features/wd40/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index 75d0d21fd6b9..63a2d5368206 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -11,6 +11,7 @@ gnome-base/gnome-settings-daemon modemmanager
 gnome-base/nautilus previewer
 lxqt-base/lxqt-meta trash
 mate-extra/mate-screensaver pam
+media-gfx/gimp gnome
 net-libs/libnma pkcs11
 net-vpn/networkmanager-openconnect gtk
 net-vpn/networkmanager-openvpn gtk



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

2022-11-19 Thread Sam James
commit: 73c68c5281365b99babdb4ff1125a116a2cacc7c
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:03:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c68c52

profiles/features/wd40: mask lxqt-base/lxqt-meta[trash]

Needs gvfs.

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

 profiles/features/wd40/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index e71f7a2c87db..e920a6019c45 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -9,6 +9,7 @@ dev-libs/libgdata crypt
 dev-libs/totem-pl-parser test
 gnome-base/gnome-settings-daemon modemmanager
 gnome-base/nautilus previewer
+lxqt-base/lxqt-meta trash
 net-libs/libnma pkcs11
 net-vpn/networkmanager-openconnect gtk
 net-vpn/networkmanager-openvpn gtk



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

2022-11-19 Thread Sam James
commit: 4347445c5725dc335dad78c796379333a4d0a89b
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:01:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4347445c

profiles/features/wd40: mask dev-libs/totem-pl-parser[test]

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

 profiles/features/wd40/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index d260a164a9a9..e71f7a2c87db 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -6,6 +6,7 @@
 app-crypt/eid-mw gtk p11-kit
 app-crypt/pinentry gtk
 dev-libs/libgdata crypt
+dev-libs/totem-pl-parser test
 gnome-base/gnome-settings-daemon modemmanager
 gnome-base/nautilus previewer
 net-libs/libnma pkcs11



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

2022-11-19 Thread Sam James
commit: a96f3948d60a266010fd4f0dc43f6064581738bc
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:00:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96f3948

profiles/features/wd40: mask app-crypt/eid-mw[gtk] too

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

 profiles/features/wd40/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index 8ada3a3323e7..d260a164a9a9 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -3,7 +3,7 @@
 
 # Sam James  (2022-11-19)
 # GNOME packages pulling in e.g. gjs which then needs Rust.
-app-crypt/eid-mw p11-kit
+app-crypt/eid-mw gtk p11-kit
 app-crypt/pinentry gtk
 dev-libs/libgdata crypt
 gnome-base/gnome-settings-daemon modemmanager



[gentoo-commits] repo/gentoo:master commit in: profiles/features/wd40/, app-editors/gedit/

2022-11-19 Thread Sam James
commit: fca720db741d6304198ef92dd525023dbc8b7c6a
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 06:00:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 02:03:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca720db

profiles/features/wd40: mask app-editors/gedit

Needs gvfs.

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

 app-editors/gedit/gedit-42.2.ebuild | 2 +-
 app-editors/gedit/gedit-43.1.ebuild | 2 +-
 profiles/features/wd40/package.mask | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-editors/gedit/gedit-42.2.ebuild 
b/app-editors/gedit/gedit-42.2.ebuild
index 5b4aa2eea9bc..edc67b0f919d 100644
--- a/app-editors/gedit/gedit-42.2.ebuild
+++ b/app-editors/gedit/gedit-42.2.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 IUSE="+python gtk-doc spell"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 DEPEND="
>=dev-libs/glib-2.64:2

diff --git a/app-editors/gedit/gedit-43.1.ebuild 
b/app-editors/gedit/gedit-43.1.ebuild
index ecb7c41b1712..d8b130f6ae95 100644
--- a/app-editors/gedit/gedit-43.1.ebuild
+++ b/app-editors/gedit/gedit-43.1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 IUSE="+python gtk-doc spell"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 DEPEND="
>=dev-libs/glib-2.70:2

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index 1037431a0d7a..23a045a13acd 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -14,6 +14,7 @@ app-crypt/certbot-nginx
 app-crypt/gcr
 app-crypt/libsecret
 app-crypt/seahorse
+app-editors/gedit
 app-eselect/eselect-rust
 app-text/mdbook
 dev-embedded/esptool



[gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/support/

2022-11-19 Thread Matt Turner
commit: 4524aa8d8861b6526caa347a5ee5b46884c6098a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov 20 00:02:56 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov 20 01:43:21 2022 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=4524aa8d

targets: Fix KEYWORDS vs `uname -m` confusion

We've had difficulties keeping straight KEYWORDS (e.g. "hppa") vs `uname
-m` output in the past, and I suspect I've made it worse over time.

Fix the issues I spotted, and add a catch-all for architectures we are
missing support for, so if ISO/netboot/etc creation doesn't silently
fail.

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

 targets/support/bootloader-setup.sh | 13 +++--
 targets/support/create-iso.sh   | 30 --
 targets/support/netboot-final.sh|  8 ++--
 targets/support/pre-kmerge.sh   |  2 +-
 4 files changed, 30 insertions(+), 23 deletions(-)

diff --git a/targets/support/bootloader-setup.sh 
b/targets/support/bootloader-setup.sh
index 08d25b59..6ca3e38a 100755
--- a/targets/support/bootloader-setup.sh
+++ b/targets/support/bootloader-setup.sh
@@ -56,10 +56,7 @@ case ${clst_hostarch} in
((bctr=${bctr}+1))
done
;;
-   arm)
-   # NO SOFTLEVEL SUPPORT YET
-   ;;
-   hppa)
+   hppa*)
# NO SOFTLEVEL SUPPORT YET
mkdir -p $1/boot
 
@@ -81,7 +78,7 @@ case ${clst_hostarch} in
echo "--recoverykernel=boot/${x}" >> ${icfg}
done
;;
-   amd64|arm64|ia64|ppc*|powerpc*|sparc*|x86)
+   aarch64*|amd64|ia64|ppc*|powerpc*|sparc*|x86)
kern_subdir=/boot
iacfg=$1/boot/grub/grub.cfg
mkdir -p $1/boot/grub
@@ -119,7 +116,7 @@ case ${clst_hostarch} in
echo "" >> ${iacfg}
done
;;
-   mips)
+   mips*)
# NO SOFTLEVEL SUPPORT YET
 
# Mips is an interesting arch -- where most archs will
@@ -179,5 +176,9 @@ case ${clst_hostarch} in
[ -e "${1}/sash64" ] && mv ${1}/sash64 ${scratch}/arcload
[ -e "${1}/arc.cf" ] && mv ${1}/arc.cf ${scratch}/arcload
;;
+   *)
+   echo "Boot loader support for ${clst_hostarch} is unimplemented"
+   exit 1
+   ;;
 esac
 exit $?

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 8eada6a7..8412f6fb 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -10,7 +10,7 @@ case ${clst_hostarch} in
cdmaker="xorriso"
cdmakerpkg="dev-libs/libisoburn"
;;
-   mips)
+   mips*)
cdmaker="sgibootcd"
cdmakerpkg="sys-boot/sgibootcd"
;;
@@ -18,7 +18,7 @@ case ${clst_hostarch} in
cdmaker="grub-mkrescue"
cdmakerpkg="dev-libs/libisoburn and sys-boot/grub:2"
;;
-   amd64|arm64|ia64|x86)
+   aarch64*|amd64|ia64|x86)
cdmaker="grub-mkrescue"
# grub-mkrescue requires:
#  xorriso from libisoburn
@@ -49,28 +49,28 @@ then
amd64)
clst_iso_volume_id="Gentoo Linux - 
AMD64"
;;
-   arm)
+   arm*)
clst_iso_volume_id="Gentoo Linux - ARM"
;;
-   arm64)
+   aarch64*)
clst_iso_volume_id="Gentoo Linux - 
ARM64"
;;
-   hppa)
-   clst_iso_volume_id="Gentoo Linux - HPPA"
-   ;;
ia64)
clst_iso_volume_id="Gentoo Linux - IA64"
;;
m68k)
clst_iso_volume_id="Gentoo Linux - M68K"
;;
-   mips)
+   mips*)
clst_iso_volume_id="Gentoo Linux - MIPS"
;;
+   hppa*)
+   clst_iso_volume_id="Gentoo Linux - HPPA"
+   ;;
ppc*|powerpc*)
clst_iso_volume_id="Gentoo Linux - 
PowerPC"
;;
-   s390)
+   s390*)
clst_iso_volume_id="Gentoo Linux - S390"
;;
  

[gentoo-commits] repo/gentoo:master commit in: media-libs/libplacebo/

2022-11-19 Thread Ionen Wolkens
commit: 7b11f3a432af8a4b64f7c5c8de35594410bf46dd
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Nov 20 01:16:33 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Nov 20 01:29:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b11f3a4

media-libs/libplacebo: always require vulkan-headers

Closes: https://bugs.gentoo.org/882065
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-libs/libplacebo/libplacebo-5.229.1.ebuild | 3 ++-
 media-libs/libplacebo/libplacebo-.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-libs/libplacebo/libplacebo-5.229.1.ebuild 
b/media-libs/libplacebo/libplacebo-5.229.1.ebuild
index f6b4f9f82688..5d4ebd8448bf 100644
--- a/media-libs/libplacebo/libplacebo-5.229.1.ebuild
+++ b/media-libs/libplacebo/libplacebo-5.229.1.ebuild
@@ -38,9 +38,10 @@ RDEPEND="
!llvm-libunwind? ( sys-libs/libunwind:=[${MULTILIB_USEDEP}] )
)
vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )"
+# vulkan-headers is required even with USE=-vulkan (bug #882065)
 DEPEND="
${RDEPEND}
-   vulkan? ( dev-util/vulkan-headers )"
+   dev-util/vulkan-headers"
 BDEPEND="
${PYTHON_DEPS}
virtual/pkgconfig

diff --git a/media-libs/libplacebo/libplacebo-.ebuild 
b/media-libs/libplacebo/libplacebo-.ebuild
index f6b4f9f82688..5d4ebd8448bf 100644
--- a/media-libs/libplacebo/libplacebo-.ebuild
+++ b/media-libs/libplacebo/libplacebo-.ebuild
@@ -38,9 +38,10 @@ RDEPEND="
!llvm-libunwind? ( sys-libs/libunwind:=[${MULTILIB_USEDEP}] )
)
vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )"
+# vulkan-headers is required even with USE=-vulkan (bug #882065)
 DEPEND="
${RDEPEND}
-   vulkan? ( dev-util/vulkan-headers )"
+   dev-util/vulkan-headers"
 BDEPEND="
${PYTHON_DEPS}
virtual/pkgconfig



[gentoo-commits] repo/gentoo:master commit in: media-libs/libplacebo/

2022-11-19 Thread Ionen Wolkens
commit: a6851389a535631627664b6b0a33202dd2fd29e1
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Nov 20 01:24:20 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Nov 20 01:30:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6851389

media-libs/libplacebo: make jinja unconditional

Thought this was only needed by glad (USE=opengl), but it's also
used by vulkan/utils_gen.py.

To avoid making this needlessly messy over a trivial dep, just always
check (realistically both USE="-opengl -vulkan" hardly makes sense).

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

 media-libs/libplacebo/libplacebo-5.229.1.ebuild | 7 +++
 media-libs/libplacebo/libplacebo-.ebuild| 7 +++
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/media-libs/libplacebo/libplacebo-5.229.1.ebuild 
b/media-libs/libplacebo/libplacebo-5.229.1.ebuild
index 5d4ebd8448bf..153994a42c5d 100644
--- a/media-libs/libplacebo/libplacebo-5.229.1.ebuild
+++ b/media-libs/libplacebo/libplacebo-5.229.1.ebuild
@@ -43,9 +43,8 @@ DEPEND="
${RDEPEND}
dev-util/vulkan-headers"
 BDEPEND="
-   ${PYTHON_DEPS}
-   virtual/pkgconfig
-   opengl? ( $(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]') )"
+   $(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]')
+   virtual/pkgconfig"
 
 PATCHES=(
"${FILESDIR}"/${PN}-5.229.1-llvm-libunwind.patch
@@ -54,7 +53,7 @@ PATCHES=(
 )
 
 python_check_deps() {
-   use !opengl || python_has_version "dev-python/jinja[${PYTHON_USEDEP}]"
+   python_has_version "dev-python/jinja[${PYTHON_USEDEP}]"
 }
 
 src_unpack() {

diff --git a/media-libs/libplacebo/libplacebo-.ebuild 
b/media-libs/libplacebo/libplacebo-.ebuild
index 5d4ebd8448bf..153994a42c5d 100644
--- a/media-libs/libplacebo/libplacebo-.ebuild
+++ b/media-libs/libplacebo/libplacebo-.ebuild
@@ -43,9 +43,8 @@ DEPEND="
${RDEPEND}
dev-util/vulkan-headers"
 BDEPEND="
-   ${PYTHON_DEPS}
-   virtual/pkgconfig
-   opengl? ( $(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]') )"
+   $(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]')
+   virtual/pkgconfig"
 
 PATCHES=(
"${FILESDIR}"/${PN}-5.229.1-llvm-libunwind.patch
@@ -54,7 +53,7 @@ PATCHES=(
 )
 
 python_check_deps() {
-   use !opengl || python_has_version "dev-python/jinja[${PYTHON_USEDEP}]"
+   python_has_version "dev-python/jinja[${PYTHON_USEDEP}]"
 }
 
 src_unpack() {



[gentoo-commits] repo/gentoo:master commit in: media-fonts/font-misc-misc/

2022-11-19 Thread Sam James
commit: 392596a57baeee39ec2de1071942a98a91f21fcf
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 15 02:40:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 01:09:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392596a5

media-fonts/font-misc-misc: add FONT_OPENTYPE_COMPAT support

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

 media-fonts/font-misc-misc/font-misc-misc-1.1.2-r3.ebuild | 12 
 1 file changed, 12 insertions(+)

diff --git a/media-fonts/font-misc-misc/font-misc-misc-1.1.2-r3.ebuild 
b/media-fonts/font-misc-misc/font-misc-misc-1.1.2-r3.ebuild
new file mode 100644
index ..5f3bd3cf022e
--- /dev/null
+++ b/media-fonts/font-misc-misc/font-misc-misc-1.1.2-r3.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+XORG_PACKAGE_NAME="misc-misc"
+FONT_OPENTYPE_COMPAT=1
+inherit xorg-3
+
+DESCRIPTION="X.Org miscellaneous fonts"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="nls"



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

2022-11-19 Thread Sam James
commit: 676db7565a4a33e900abb58c8e71c28e87392272
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 15 02:42:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 01:06:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676db756

profiles/arch/hppa: mask USE=opentype-compat

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

 profiles/arch/hppa/use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 83ae1d1951f6..171fb2e333a7 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -7,6 +7,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2022-10-15)
+# x11-apps/fonttosfnt is not keyworded here
+opentype-compat
+
 # Matt Turner  (2022-02-21)
 # app-crypt/tpm2-tss is not keyworded here
 tpm



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

2022-11-19 Thread Sam James
commit: deeea06356aff42bcb6ceebb8bebca7f5dcc0c4e
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 15 02:41:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 01:06:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deeea063

profiles: add USE=opentype-compat

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

 profiles/use.desc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/use.desc b/profiles/use.desc
index d7e841f80df6..e82b7295be15 100644
--- a/profiles/use.desc
+++ b/profiles/use.desc
@@ -227,6 +227,7 @@ openal - Add support for the Open Audio Library
 openexr - Support for the OpenEXR graphics file format
 opengl - Add support for OpenGL (3D graphics)
 openmp - Build support for the OpenMP (support parallel computing), requires 
>=sys-devel/gcc-4.2 built with USE="openmp"
+opentype-compat - Convert BDF and PCF bitmap fonts to OTB wrapper format
 opus - Enable Opus audio codec support
 oracle - Enable Oracle Database support
 orc - Use dev-lang/orc for just-in-time optimization of array operations



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

2022-11-19 Thread Sam James
commit: a9eb1de2e795d8a8b2e99d64a3c9567744bb0f41
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 15 02:36:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 01:02:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9eb1de2

font.eclass: introduce FONT_OPENTYPE_COMPAT for converting old bitmap fonts

>=x11-libs/pango-1.44 dropped support for old bitmap fonts. We can convert
(or really, wrap/embed) fonts from the legacy .bdf and .pcf formats into the OTB
wrapper format using x11-apps/fonttosfnt.

This commit adds FONT_OPENTYPE_COMPAT to font.eclass which packages installing
bitmap fonts can set to opt-in to conversion/wrapping.

Note that the font conversion isn't perfect -- it's good enough
in many cases, but in some cases they may require tweaking
via fontconfig to get pixel size right, antialiasing settings, ...

Adds IUSE=+opentype-compat to any ebuilds which set FONT_OPENTYPE_COMPAT;
enabled by default given discoverability of this issue may be difficult
and presumably any font package enabling FONT_OPENTYPE_COMPAT will be
useless without it anyway.

See also https://fedoraproject.org/wiki/BitmapFontConversion.

Bug: https://bugs.gentoo.org/698922
Thanks-to: Kerin Millar  plushkava.net>
Signed-off-by: Sam James  gentoo.org>

 eclass/font.eclass | 35 +++
 1 file changed, 35 insertions(+)

diff --git a/eclass/font.eclass b/eclass/font.eclass
index 0196755ce3e1..e772409fe201 100644
--- a/eclass/font.eclass
+++ b/eclass/font.eclass
@@ -46,6 +46,12 @@ FONTDIR=${FONTDIR:-/usr/share/fonts/${FONT_PN}}
 # Array containing fontconfig conf files to install.
 FONT_CONF=( "" )
 
+# @ECLASS_VARIABLE: FONT_OPENTYPE_COMPAT
+# @DEFAULT_UNSET
+# @DESCRIPTION:
+# Determines whether detected BDF and PCF font files should be converted
+# to an SFNT wrapper, for use with newer Pango.
+
 if [[ ${CATEGORY}/${PN} != media-fonts/encodings ]]; then
IUSE="X"
BDEPEND="X? (
@@ -54,6 +60,31 @@ if [[ ${CATEGORY}/${PN} != media-fonts/encodings ]]; then
)"
 fi
 
+if [[ -n ${FONT_OPENTYPE_COMPAT} ]] ; then
+   IUSE+=" +opentype-compat"
+   BDEPEND+=" opentype-compat? ( x11-apps/fonttosfnt )"
+fi
+
+# @FUNCTION: font_wrap_opentype_compat
+# @DESCRIPTION:
+# Converts .bdf and .pcf fonts detected within ${ED} to the OTB wrapper format
+# using x11-apps/fonttosfnt.  Handles optional .gz extension.
+font_wrap_opentype_compat() {
+   local file tmpfile
+
+   while IFS= read -rd '' file; do
+   if [[ ${file} == *.gz ]] ; then
+   tmpfile=${file%.*}
+
+   gzip -cd -- "${file}" > "${tmpfile}" \
+   && fonttosfnt -v -o "${file%.*}.otb" -- "${tmpfile}" \
+   && rm -- "${tmpfile}"
+   else
+   fonttosfnt -v -o "${file%.*}.otb" -- "${file}"
+   fi || ! break
+   done < <(find "${ED}" \( -name '*.bdf' -o -name '*.bdf.gz' -o -name 
'*.pcf' -o -name '*.pcf.gz' \) -type f ! -type l -print0) || die
+}
+
 # @FUNCTION: font_xfont_config
 # @DESCRIPTION:
 # Generate Xorg font files (mkfontscale/mkfontdir).
@@ -150,6 +181,10 @@ font_pkg_setup() {
 font_src_install() {
local dir suffix commondoc
 
+   if [[ -n ${FONT_OPENTYPE_COMPAT} ]] && in_iuse opentype-compat && use 
opentype-compat ; then
+   font_wrap_opentype_compat
+   fi
+
if [[ $(declare -p FONT_S 2>/dev/null) == "declare -a"* ]]; then
# recreate the directory structure if FONT_S is an array
for dir in "${FONT_S[@]}"; do



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

2022-11-19 Thread Sam James
commit: aafcb52277aa883f12e2e752e0f2d1e795b3ba18
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 15 02:39:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 01:05:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafcb522

xorg-3.eclass: add FONT_OPENTYPE_COMPAT support

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

 eclass/xorg-3.eclass | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index e120d23efd4f..0d35c0a8ebf8 100644
--- a/eclass/xorg-3.eclass
+++ b/eclass/xorg-3.eclass
@@ -463,7 +463,13 @@ xorg-3_src_install() {
# Don't install libtool archives (even for modules)
find "${D}" -type f -name '*.la' -delete || die
 
-   [[ -n ${FONT} ]] && remove_font_metadata
+   if [[ -n ${FONT} ]] ; then
+   if [[ -n ${FONT_OPENTYPE_COMPAT} ]] && in_iuse opentype-compat 
&& use opentype-compat ; then
+   font_wrap_opentype_compat
+   fi
+
+   remove_font_metadata
+   fi
 }
 
 # @FUNCTION: xorg-3_pkg_postinst



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gmp-ecm/, sci-mathematics/gmp-ecm/files/

2022-11-19 Thread Michael Orlitzky
commit: 59d9451170d735877e7e49f39bfcd491d7e906ce
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Nov 20 00:48:44 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Nov 20 00:48:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d94511

sci-mathematics/gmp-ecm: drop 7.0.4-r4

Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-mathematics/gmp-ecm/Manifest   |  1 -
 .../gmp-ecm/files/gmp-ecm-7.0.4-execstack.patch| 49 
 .../gmp-ecm/files/gmp-ecm-7.0.4-openmp.patch   | 25 ---
 sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r4.ebuild| 86 --
 4 files changed, 161 deletions(-)

diff --git a/sci-mathematics/gmp-ecm/Manifest b/sci-mathematics/gmp-ecm/Manifest
index 0b39c18a6861..9eed31676504 100644
--- a/sci-mathematics/gmp-ecm/Manifest
+++ b/sci-mathematics/gmp-ecm/Manifest
@@ -1,2 +1 @@
-DIST ecm-7.0.4.tar.gz 1101899 BLAKE2B 
6d52364d9c752aee66510a7f6b273559bf1b7de0032fbbeff74e229ed68fd0cd1c236b480f8fc25bcad6435740e3e22b3099c8f018912918ab8f4b33dc7b8b3c
 SHA512 
b863b9bfd26df26c3c4243686036a69110e69ca3eec5b31d4550fe713e2fac4ce70cd1d80f0614899793aa44710531aa4a21abc0fa1b99eb17f62bd92b971350
 DIST ecm-7.0.5.tar.gz 1159568 BLAKE2B 
7fb8d78a6bc8423c9890b9d6e334f8c4317b68cde7d712c5306775c6f07eacb3cbbbd11d651bbbdd687a87692f4920170557b51f9498881a6c5018a2ce0b1b7f
 SHA512 
f5a482a231339304683adc3334c9b86f21a0d9b42ea871418d4c01005057d560cd418eddfcc1c7be7f8c249960b2ee612a1454ccc5d8e41319b06c6f42e6662e

diff --git a/sci-mathematics/gmp-ecm/files/gmp-ecm-7.0.4-execstack.patch 
b/sci-mathematics/gmp-ecm/files/gmp-ecm-7.0.4-execstack.patch
deleted file mode 100644
index 6cca19161911..
--- a/sci-mathematics/gmp-ecm/files/gmp-ecm-7.0.4-execstack.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-diff --git a/acinclude.m4 b/acinclude.m4
-index e92d2c9..b602f12 100644
 a/acinclude.m4
-+++ b/acinclude.m4
-@@ -604,32 +604,3 @@ AC_SUBST(CUDALDFLAGS)
- AC_SUBST(CUDARPATH)
- 
- ])
--
--dnl Checks whether the stack can be marked nonexecutable by passing an option
--dnl to the C-compiler when acting on .s files. Appends that option to 
ASMFLAGS.
--dnl This macro is adapted from one found in GMP 6.1.1.
--dnl FIXME: This test looks broken. It tests that a file with 
.note.GNU-stack...
--dnl can be compiled/assembled with -Wa,--noexecstack.  It does not determine
--dnl if that command-line option has any effect on general asm code.
--AC_DEFUN([CL_AS_NOEXECSTACK],[
--dnl AC_REQUIRE([AC_PROG_CC]) GMP uses something else
--AC_CACHE_CHECK([whether assembler supports --noexecstack option],
--cl_cv_as_noexecstack, [dnl
--  cat > conftest.c /dev/null \
-- && AC_TRY_COMMAND([${CC} $CFLAGS $CPPFLAGS -Wa,--noexecstack
--   -c -o conftest.o conftest.s >/dev/null])
--  then
--cl_cv_as_noexecstack=yes
--  else
--cl_cv_as_noexecstack=no
--  fi
--  rm -f conftest*])
--  if test "$cl_cv_as_noexecstack" = yes; then
--LIBECM_LDFLAGS="$LIBECM_LDFLAGS -Wl,-znoexecstack"
--  fi
--])
-diff --git a/configure.ac b/configure.ac
-index 66a18dc..25b9aba 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -590,7 +590,6 @@ error
-   fi
-   ;;
- esac
--CL_AS_NOEXECSTACK
- AC_SUBST([LIBECM_LDFLAGS])
- 
- 

diff --git a/sci-mathematics/gmp-ecm/files/gmp-ecm-7.0.4-openmp.patch 
b/sci-mathematics/gmp-ecm/files/gmp-ecm-7.0.4-openmp.patch
deleted file mode 100644
index e382bf4ed28b..
--- a/sci-mathematics/gmp-ecm/files/gmp-ecm-7.0.4-openmp.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-# fix for https://bugs.gentoo.org/732032 merged upstream
-diff --git a/pm1fs2.c b/pm1fs2.c
-index 4471bf6..89f8077 100644
 a/pm1fs2.c
-+++ b/pm1fs2.c
-@@ -1562,17 +1562,16 @@ list_scale_V (listz_t R, const listz_t F, const 
mpres_t Q,
- #pragma omp parallel if (deg > 1000)
-   {
- mpmod_t modulus_local;
--long i; /* OpenMP insists on signed loop iteration var :( */
- 
- mpmod_init_set (modulus_local, modulus);
- 
- #pragma omp for
--for (i = 0; (unsigned long) i <= 2 * deg - 2; i++)
-+for (i = 0; i <= 2 * deg - 2; i++)
-   mpres_mul_z_to_z (H[i], Vt, H[i], modulus_local);
- mpmod_clear (modulus_local);
-   }
- #else
--  for (i = 0; (unsigned long) i <= 2 * deg - 2; i++)
-+  for (i = 0; i <= 2 * deg - 2; i++)
- mpres_mul_z_to_z (H[i], Vt, H[i], modulus);
- #endif
- 

diff --git a/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r4.ebuild 
b/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r4.ebuild
deleted file mode 100644
index 404d71631f44..
--- a/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r4.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs
-
-MY_PN="ecm"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Elliptic Curve Method for Integer Factorization"
-HOMEPAGE="https://gitlab.inria.fr/zimmerma/ecm;

[gentoo-commits] repo/gentoo:master commit in: media-libs/libshumate/

2022-11-19 Thread Sam James
commit: acd5c7b85cd7cbb48f0ddd099b19d62382cf3202
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 00:46:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 00:46:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd5c7b8

media-libs/libshumate: Keyword 1.0.2 ppc64, #881799

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

 media-libs/libshumate/libshumate-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libshumate/libshumate-1.0.2.ebuild 
b/media-libs/libshumate/libshumate-1.0.2.ebuild
index 9604f76604e4..b84a8e06f25f 100644
--- a/media-libs/libshumate/libshumate-1.0.2.ebuild
+++ b/media-libs/libshumate/libshumate-1.0.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libshumate 
https://gitlab.gnome.org/GN
 
 SLOT="1.0/1"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 REQUIRED_USE="gtk-doc? ( introspection )"
 
 IUSE="gtk-doc +introspection vala" # vector-renderer is still experimental, 
maybe put in at a later release



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

2022-11-19 Thread Sam James
commit: 31c164c539b07fa5da4ad042ff8300301bda6478
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 00:46:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 00:46:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c164c5

net-libs/rest: Keyword 0.9.1 arm64, #881799

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

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

diff --git a/net-libs/rest/rest-0.9.1.ebuild b/net-libs/rest/rest-0.9.1.ebuild
index 3b53bfd8c419..c59837d50681 100644
--- a/net-libs/rest/rest-0.9.1.ebuild
+++ b/net-libs/rest/rest-0.9.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Librest;
 
 LICENSE="LGPL-2.1"
 SLOT="1.0" # librest_soversion
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="gtk-doc +introspection test vala"
 REQUIRED_USE="
gtk-doc? ( introspection )



[gentoo-commits] repo/gentoo:master commit in: media-libs/libshumate/

2022-11-19 Thread Sam James
commit: bcc42bb8ea67b47f13322005673978784421e665
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 00:46:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 00:46:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc42bb8

media-libs/libshumate: Keyword 1.0.2 arm64, #881799

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

 media-libs/libshumate/libshumate-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libshumate/libshumate-1.0.2.ebuild 
b/media-libs/libshumate/libshumate-1.0.2.ebuild
index b56e1015dc1c..9604f76604e4 100644
--- a/media-libs/libshumate/libshumate-1.0.2.ebuild
+++ b/media-libs/libshumate/libshumate-1.0.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libshumate 
https://gitlab.gnome.org/GN
 
 SLOT="1.0/1"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
 REQUIRED_USE="gtk-doc? ( introspection )"
 
 IUSE="gtk-doc +introspection vala" # vector-renderer is still experimental, 
maybe put in at a later release



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

2022-11-19 Thread Sam James
commit: 31e130938b41cb8f9843dd4e9b520a12d1b9cdfa
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 20 00:46:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 00:46:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e13093

net-libs/rest: Keyword 0.9.1 ppc64, #881799

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

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

diff --git a/net-libs/rest/rest-0.9.1.ebuild b/net-libs/rest/rest-0.9.1.ebuild
index c59837d50681..3996e0ab6c73 100644
--- a/net-libs/rest/rest-0.9.1.ebuild
+++ b/net-libs/rest/rest-0.9.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Librest;
 
 LICENSE="LGPL-2.1"
 SLOT="1.0" # librest_soversion
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 IUSE="gtk-doc +introspection test vala"
 REQUIRED_USE="
gtk-doc? ( introspection )



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

2022-11-19 Thread Sam James
commit: 84e85deab758b9aff5da8c3410387ccc79325a39
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 19 04:46:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 20 00:41:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e85dea

sys-devel/llvm: stabilize 13.0.1 for ppc

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

 sys-devel/llvm/llvm-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/llvm-13.0.1.ebuild 
b/sys-devel/llvm/llvm-13.0.1.ebuild
index 598476d25566..cf405c121646 100644
--- a/sys-devel/llvm/llvm-13.0.1.ebuild
+++ b/sys-devel/llvm/llvm-13.0.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~ppc-macos 
~x64-macos"
 IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml 
z3"
 RESTRICT="!test? ( test )"
 



  1   2   3   4   5   >