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

2023-07-27 Thread Michał Górny
commit: 45f2e2f395a4c2f331a4e82216036a9a802edb6f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 28 04:50:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 28 05:32:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f2e2f3

dev-python/sphinx: Bump to 7.1.1

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

 dev-python/sphinx/Manifest|   1 +
 dev-python/sphinx/sphinx-7.1.1.ebuild | 130 ++
 2 files changed, 131 insertions(+)

diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index ca6415b086f1..940bac03d3f1 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -2,3 +2,4 @@ DIST sphinx-5.3.0.gh.tar.gz 6873479 BLAKE2B 
c57ede5e3d83447c6152d050d45df73bced6
 DIST sphinx-6.2.1.gh.tar.gz 6729925 BLAKE2B 
621ead516dc17cc632e9e752b56b5432547b6a051ede353d690dca0769664fc1c1335ec948f4035cb8c4307a563b4928d2587de3f3ec8d89dacf829a8fd5b95f
 SHA512 
ba56fb9672dc2e156b6cfd0fc2252a989d44b199946a371ec5f1cda5840836b3a58e267ac0973f522479b472dbb07c6c2d7ae6b0c63c9adfbe82d36bd59a9465
 DIST sphinx-7.0.1.gh.tar.gz 6712916 BLAKE2B 
7e30804eb5c24559c8ca30e5d8943ad78b426f94c3008ec74de6a541a71a7835d4e83dd69d84df04778f6246840209847ce103863b4dd4109e01bc3a5a50fd84
 SHA512 
6489778c4953b2c2d9972fa3f07fdb3b361b441e2c9f47282ec9c47f70446e3df66e434690ba816cc6f98838056001d2518f9bd1235e8b07ddba3c1d03a57b76
 DIST sphinx-7.1.0.gh.tar.gz 6882321 BLAKE2B 
dfa644b33e0dc97acb04470da452f184cdc377e0c07a58e2e504b425becbc114eac503559ceb7dc81b54d31e89587a8f8f3ecb11df073a949f08d0281ca21a3c
 SHA512 
707a9f36e7c8f0dd0f0f6c3d81dff67e3c996fb8b9daac0eec240200828347ddfde3d374ca45286cd41bdc6a88d89012b606b217304f41b71661ee0d4acc9bbe
+DIST sphinx-7.1.1.gh.tar.gz 6881907 BLAKE2B 
4c73fbcd14c962ead0b15de5f36f6101ce1958aae26dffe055e7d9546eea4f998e53b97f3d27f55521d689e13b8524a03443858151968f33fcab1704cbb1319c
 SHA512 
43fb78dbd51b25d50ce2f22b40c6e784200a0195e5a00b793b577bf2b2e8db28dd73f031dd6991e835a997de22781541e8239c73ddd36a6b5b8c1c367dcac3d1

diff --git a/dev-python/sphinx/sphinx-7.1.1.ebuild 
b/dev-python/sphinx/sphinx-7.1.1.ebuild
new file mode 100644
index ..1146ffc3030c
--- /dev/null
+++ b/dev-python/sphinx/sphinx-7.1.1.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python documentation generator"
+HOMEPAGE="
+   https://www.sphinx-doc.org/
+   https://github.com/sphinx-doc/sphinx/
+   https://pypi.org/project/Sphinx/
+"
+SRC_URI="
+   https://github.com/sphinx-doc/sphinx/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="doc latex"
+
+RDEPEND="
+   =dev-python/Babel-2.9[${PYTHON_USEDEP}]
+   =dev-python/docutils-0.18.1[${PYTHON_USEDEP}]
+   >=dev-python/imagesize-1.3[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.13[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.25.0[${PYTHON_USEDEP}]
+   >=dev-python/snowballstemmer-2.0[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-htmlhelp-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
+   latex? (
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-luatex
+   app-text/dvipng
+   )
+   !dev-python/namespace-sphinxcontrib
+"
+BDEPEND="
+   doc? (
+   dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
+   media-gfx/graphviz
+   )
+   test? (
+   app-text/dvipng
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/filelock[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-luatex
+   virtual/imagemagick-tools[jpeg,png,svg]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/sphinx-3.2.1-doc-link.patch"
+   "${FILESDIR}/sphinx-4.3.2-doc-link.patch"
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # disable internet access
+   sed -i -e 's:^intersphinx_mapping:disabled_&:' \
+   doc/conf.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   # we can't use 

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

2023-07-27 Thread Michał Górny
commit: 1df397fe14dd629381f429ccee5055e00eeaa1a8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 28 04:55:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 28 05:32:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df397fe

dev-python/mkdocs-material: Bump to 9.1.21

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

 dev-python/mkdocs-material/Manifest|  1 +
 .../mkdocs-material/mkdocs-material-9.1.21.ebuild  | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/mkdocs-material/Manifest 
b/dev-python/mkdocs-material/Manifest
index 8f617806216f..46d4838fee5f 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1,2 +1,3 @@
 DIST mkdocs-material-9.1.19.gh.tar.gz 14277641 BLAKE2B 
fe63e743e379674bc204af1f4405772ff2a08b47620231429be89e83969653ad88aa65eded8305379e42acded3eef03967d316435957b21fdf1f73a18d0f1e39
 SHA512 
01b9820a242f6b374cf65c885854d1e6fa5eb2022f0e3b3d7636d489871b7445770a8c75f91eaa372b519fe10ce68daded8fedc6fc238fbbc8d34470b321661c
 DIST mkdocs-material-9.1.20.gh.tar.gz 14319703 BLAKE2B 
bb3a90be6ceb2908e49571badffdcaab7e4a9224ec50c9b23f01ea1cc358c01e354ab923ee389243fed8adf28c685573233c8d533f6b59d9fda48b5aca69a312
 SHA512 
7674d90794487b65d1aca11020c20c1d2d926372f9825f99d8f23e41d0563bb02da158c2736f09ae0abe900a7ead8e9d1e383bbf10f4934bfb3b28dcb08fd21d
+DIST mkdocs-material-9.1.21.gh.tar.gz 14319640 BLAKE2B 
84a67b1739c4e82f81642c50abf5725a3926aacb3e4d8c9173a22ed9a25fa78695c2a2ff66cc5c4399ca576f349247b782ff772e89b971fe44a1855443165635
 SHA512 
3a89f1312d19cab7b21e5976d7242b4f46894dcb4b2d4fd43d8907160f937d95ba35edb457e490c05c6cb00ba772b1d9a18f45a05b58e24aa4a1d9b8a6f4

diff --git a/dev-python/mkdocs-material/mkdocs-material-9.1.21.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-9.1.21.ebuild
new file mode 100644
index ..ac2f90cc2080
--- /dev/null
+++ b/dev-python/mkdocs-material/mkdocs-material-9.1.21.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-material-extensions
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs-redirects
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A Material Design theme for MkDocs"
+HOMEPAGE="
+   https://github.com/squidfunk/mkdocs-material/
+   https://pypi.org/project/mkdocs-material/
+"
+SRC_URI="
+   https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="social"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+   >=dev-python/mkdocs-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.14[${PYTHON_USEDEP}]
+   >=dev-python/pymdown-extensions-9.9.1[${PYTHON_USEDEP}]
+   >=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.26[${PYTHON_USEDEP}]
+   social? (
+   >=dev-python/pillow-9.0[${PYTHON_USEDEP}]
+   >=media-gfx/cairosvg-2.5[${PYTHON_USEDEP}]
+   )
+"
+
+# mkdocs-material-extensions depends on mkdocs-material creating a circular dep
+PDEPEND="
+   >=dev-python/mkdocs-material-extensions-1.1.0[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   # simplify pyproject to remove extra deps for metadata
+   "${FILESDIR}/${PN}-8.5.7-simplify-build.patch"
+)
+
+src_prepare() {
+   echo "__version__ = '${PV}'" > gentoo_version.py || die
+   distutils-r1_src_prepare
+}



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

2023-07-27 Thread Michał Górny
commit: 65b61a75e5885ccba631b361f7ab943047082a02
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 28 04:43:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 28 05:32:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b61a75

dev-python/botocore: Bump to 1.31.14

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 30fb4c8b2f02..9e1f76692dde 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,5 +1,6 @@
 DIST botocore-1.31.10.gh.tar.gz 11793022 BLAKE2B 
8c9f2a0439916ecb4af94b7e55347e4eda7a2b9e1202f15bb14ddc48feb1ff1f79e7c2f665995f2bcabb48acc5434f9809cb2c00016138f6f2aa8d242896078a
 SHA512 
00fc9b7a09543ae2f0a1b02ad34544bcc7e421cd6094a210f781ac461f84b33afaedb6711360d112e23cf3f7eb502232298906119e635c56e09ed1980a77f188
 DIST botocore-1.31.11.gh.tar.gz 11799687 BLAKE2B 
d2a7bad627c6e5272b8d9b1f7ebf95937a89e1f51d1e9465bebcd819ba7bebde56a23ca9b42ab4b4a2a3114da1829435da5d49441c6931a46a15e31258c66ab1
 SHA512 
5aa5cd98176d53a66355d06a32497a2662b655ed68b69ba577330f0f506a465188117711f6ea78d2c65d654318515139585997d22735723c35613fdb94d2a646
 DIST botocore-1.31.12.gh.tar.gz 11814932 BLAKE2B 
3d5813b4dcfbb379f3f78dbc9a92c1cac2692b169560bcbe4146c71ac7e9c65a3343e460fe26df797f17bd481f9710f708ea13bcb494b2c621fede7b579e9efb
 SHA512 
c3f85f6d87c148ca097b59e57966af5985714cf0fc2eaad6fb54823706e36c2fe64d44c726107a5898794d1635ccb49bcbbc12bf64df1dbd5e2304ea7520ffc7
+DIST botocore-1.31.14.gh.tar.gz 11817940 BLAKE2B 
a73e9e79b5e07851b1bedcc4e32f5eadc1d968ff83ee0fd0eec2787b6d1eae72e5c0ba5e2b44d766cdeef2d5d73f4658adedc7e4b75cb11837103ea07d3118c1
 SHA512 
e35ea3edbcdd7963c61cd41d5945cb478a928bb6cc3bc0db4f481df73cf0f44e91ba9b93ad0c456497ccb72b68b6fbb73cb9d22779a8bfe0dc9cec40f18ada65
 DIST botocore-1.31.3.gh.tar.gz 11769948 BLAKE2B 
452c494faa430b6782685b9960cc9ea15ce3dedfe1b5343ee7bdbd7544e108bbfc7bb58d527419b5dc5f4077dd806752eec927196b82ac286903992fef339e52
 SHA512 
0f2853c14d7695ea4eeacea6fed93e77436df143bd0b9bec967490eb88e3d6531c916dca91c1a3bde4b57253d77acabe2413acde4d1473d01e15ef69b45621e0
 DIST botocore-1.31.9.gh.tar.gz 11785638 BLAKE2B 
23f2c010f98b5ca8414c9a031524b1cb7d75366bf84d34df980ef4085a73bc62643cca5255519f891f7a9468abbf0d97adddf6684c3c0a751b0f9f390122c19d
 SHA512 
b2bf0089a81c5389d86c9f7b2545358f23a1219d7e5bf152285f58293a171210b46c22c814ab3f8da460a2acbdd5127193fa7a2e19a021db511f9d08931037bf

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

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

2023-07-27 Thread Michał Górny
commit: fe212dbb062d3931d8419bd607a622796330069e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 28 04:48:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 28 05:32:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe212dbb

dev-python/pyotp: Bump to 2.9.0

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

 dev-python/pyotp/Manifest   |  1 +
 dev-python/pyotp/pyotp-2.9.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/pyotp/Manifest b/dev-python/pyotp/Manifest
index a53ae6e49a48..0e36186231a6 100644
--- a/dev-python/pyotp/Manifest
+++ b/dev-python/pyotp/Manifest
@@ -1 +1,2 @@
 DIST pyotp-2.8.0.tar.gz 16873 BLAKE2B 
55930ca0991a38e920e4dd31ff46534031976ccc4bd2151a762ce806251d1b4c7d3c120a7afa42b2aa33387cd445818b07b981f906733075535d6948dfde24e6
 SHA512 
f4e6c857833c7c994a64586bb495b48935752d0fa9d90edbdcce899ebce10fc0ac13ab03c439ea81f1c0fcfc4adafbf2c42ee8c4fa4afdd662c30d5be164c9b2
+DIST pyotp-2.9.0.tar.gz 17763 BLAKE2B 
32dd9772e0fc9de1cb13c204f5037dcf8352029e85a5df92c35f026e3960c649cd1d6f2b70b171133598e57a58707eebf34b4a8af18291a72f3e3aed8c659944
 SHA512 
2d3dd43997bbeceb078d9dfc4ec2d2ea608f1ac60c2189d45f775e1f47ff0cefcdfd36b77db1e022a8f8307b46329fbbad270e054853b63b5d7d457ad358731c

diff --git a/dev-python/pyotp/pyotp-2.9.0.ebuild 
b/dev-python/pyotp/pyotp-2.9.0.ebuild
new file mode 100644
index ..a2917de0d249
--- /dev/null
+++ b/dev-python/pyotp/pyotp-2.9.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="PyOTP is a Python library for generating and verifying one-time 
passwords"
+HOMEPAGE="
+   https://github.com/pyauth/pyotp/
+   https://pypi.org/project/pyotp/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests unittest



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

2023-07-27 Thread Michał Górny
commit: c672ddff9a511fb22012ae270c90c3e68c990620
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 28 04:44:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 28 05:32:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c672ddff

app-admin/awscli: Bump to 1.29.14

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

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

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 87c3fa380a6e..5bac7d458fcd 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,5 +1,6 @@
 DIST aws-cli-1.29.10.gh.tar.gz 2455920 BLAKE2B 
ac190d5d450b02f2515578c0e6c6977e0264e8eacf1591e668826dbd8e1b682da86bb0794868d159ea1066e3db451e88e4ee9a59b6723a6049eafd82e60af086
 SHA512 
a7e6f7b50ed1b6af5b471f6ff68a8166fdc4cfb130090b513da678d21c4096cb1618052260b7ee956255a7dd63ae77dafa80d13c54a641f2cd66cf957ec1404a
 DIST aws-cli-1.29.11.gh.tar.gz 2456638 BLAKE2B 
31deddef1c85e5ffcf096b91c6da366578dbae9bee06d70ca665270dc5edbb954f51b79a65d0820ea052ae077a8fdab408a2061e80e6d05434f159f0abfc8442
 SHA512 
691dd4e07367c3dae975e4e67b01f054684689ea40d9c9ea0a0462ef90adc96115239b639b56448856d4e30b4cc3f48a3f5679b7f800e049f6204bca2e61def3
 DIST aws-cli-1.29.12.gh.tar.gz 2457227 BLAKE2B 
7d9ba5e9fe3425dd4dfaa330323ff546ea1f6bd3aee0757b3b994fcfc865c9f9bebbffd5aa038b61a0c8644bed9a4123daf878bdae9fb7ecb66e308b20a47983
 SHA512 
82c3fcad4ca6beaeb0cfdfbe5e7e585cd9cff100062943bc9c42d940a1e3a6ffd5d4ce3d1c45c61c81cd647ef22100a1e51dbf39ac45bc7566d1a8f533e76ba1
+DIST aws-cli-1.29.14.gh.tar.gz 2495994 BLAKE2B 
904bd6cbf5230a277a94f67caa6a6da671a1869c9a031b9eabef30343b9f1f62949609f86291a94955256bfbcb6312138b148dd40693e97f21258dc198395bb4
 SHA512 
c47972c69da5e1b8263dc6743c13ee6449d6281da26d4dfb9573b70ad01ea1c7e020b2884baf0e508054ceff36a319163b224e23912dba49407ec5bd4243aad2
 DIST aws-cli-1.29.3.gh.tar.gz 2450427 BLAKE2B 
6e240905c8fbb2916334c2de0e9fd851636acfbc050916baf971e2f5e5a1d93d398c77c6a1fe0766f701ad53683e5f41b1bb5519e5ac7b5e8f0a64d37e113c34
 SHA512 
3446e057abcc956e26b55de85383d0d40c041bcfda0f7e566309d80bbd22d567a474d93ab74461e91bdd7eaff1db9c77813912653c7864bcc851d12d2cea8ee2
 DIST aws-cli-1.29.9.gh.tar.gz 2454843 BLAKE2B 
a4e49923aec2d09d8244e58fe737f1a0528956397050b693892b2d4521d4e41956fc2a11f6e8bc0c88d6ea16ae4f7f85276037a7864c989334109ef090623f99
 SHA512 
2238c70ccaa8e73cedca9a56e4cda48a62b0b26999c481585769872b42517f2a25d80b94cf9e18961c5fb81c9d8fe44bda9dbf6024e31bbc7409d6ce53f1a915

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

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

2023-07-27 Thread Michał Górny
commit: b96b73cd04517ce02e253b197936cdfed7b06179
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 28 04:52:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 28 05:32:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96b73cd

dev-python/async-lru: Bump to 2.0.4

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

 dev-python/async-lru/Manifest   |  1 +
 dev-python/async-lru/async-lru-2.0.4.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/async-lru/Manifest b/dev-python/async-lru/Manifest
index 6a288f18ddc6..cab249d7fec0 100644
--- a/dev-python/async-lru/Manifest
+++ b/dev-python/async-lru/Manifest
@@ -1 +1,2 @@
 DIST async-lru-2.0.3.gh.tar.gz 12592 BLAKE2B 
3b434ebcb5f4db754ca93dae3e597490b07ce6d84d573529343a540b77fc9116f329f641fb97639dce6903384e52433dc48aabb7927266e8bcc18ce9fbaa85ac
 SHA512 
8a3685bccb09ae268a713b3796f1f945bc9f9beff14530eb997722c6a0546bb39860492eadc1a46fca6ed549352e20cd9983396127ee9edfbd50657b5e5dd58f
+DIST async-lru-2.0.4.gh.tar.gz 13084 BLAKE2B 
dc3316e63783f36a446fc0d3565e018340787822b4a2663b9759d8bf577526b9a1285a34c3d84ccd245f75c6a53d9a693cc13c2b101bcb4bc97fa31835bf
 SHA512 
aed4a043bfb323c1fc01f93def11fe597141778bd8437bd90189e2b6da26b0bb412fa72fb0d12a40b771571f3cb5f06fed8302379aec2e8e0318eab179b64912

diff --git a/dev-python/async-lru/async-lru-2.0.4.ebuild 
b/dev-python/async-lru/async-lru-2.0.4.ebuild
new file mode 100644
index ..0e1f63516ebd
--- /dev/null
+++ b/dev-python/async-lru/async-lru-2.0.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple lru_cache for asyncio"
+HOMEPAGE="
+   https://github.com/aio-libs/async-lru/
+   https://pypi.org/project/async-lru/
+"
+SRC_URI="
+   https://github.com/aio-libs/async-lru/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest -o addopts=
+}



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

2023-07-27 Thread Michał Górny
commit: 42434c2b1590b987c1eaf08a2f12420879d356d9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 28 04:56:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 28 05:32:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42434c2b

dev-python/cfn-lint: Bump to 0.79.4

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

 dev-python/cfn-lint/Manifest   |  1 +
 dev-python/cfn-lint/cfn-lint-0.79.4.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
index d250058f0738..1bb5f028d718 100644
--- a/dev-python/cfn-lint/Manifest
+++ b/dev-python/cfn-lint/Manifest
@@ -3,3 +3,4 @@ DIST cfn-lint-0.78.1.tar.gz 3507466 BLAKE2B 
2f22cd8241eec3a26a191fc12e6e4781513e
 DIST cfn-lint-0.78.2.tar.gz 3533168 BLAKE2B 
043991f54cd6d793fc91af8d911184d6a98be34fb9a5735fd45113405707802fd0427654cf21de4c15b62fecd149a5d21af1b96ddf8810eb6ea507b5798a8d94
 SHA512 
63c575ba282cb097b321a8a00e70b1afdffd3c349e031d8a1ff2aacaeb397824e9f19968e2107a00d1aae6d7f644f376174ecc80389ee581727935867d73872e
 DIST cfn-lint-0.79.1.tar.gz 3539730 BLAKE2B 
b970f8c2f45d7895b89794661649188fb731e319c2a674526656e1ecc7572c72b143814c63b9de1998f4589228eb7df06199f4db52782384a424ced63ead9b52
 SHA512 
5407973f8fa6fc243112232c1028d5a19fa72855c5c569a23199ddccb1d9ac95399e88907cdc9ea1d7a2df608c3f255ad17a4b21967936817b503c159c70fc0e
 DIST cfn-lint-0.79.3.tar.gz 3541518 BLAKE2B 
7d534f51bb848fe5fdb1f5a04b56483b5f5ae899fa652278ebe88898018fe03422cfe352a1606474d5622c806a07d1ce491e75c28398e871f5277e4cc310b530
 SHA512 
89e540977b9e3a4945ba8baba676270616e509eab75c450213b2d13d7adf5cf949bd56aa806710afe5065b8704b42a2b8a5ecf469f65190a897698d30d689a47
+DIST cfn-lint-0.79.4.tar.gz 3541700 BLAKE2B 
5aa50fcf991fadc464dd2f11e57cf5fe0dc76e9715ae853997b23ef083d9d14cb1fdc943250e85d5263990671740f1499b4157d2eb41eb545685106581d71bda
 SHA512 
8b3f655fd13df6a0e0ca9ce5e8612a6e73ca15facd12abdcd459262a712d0e4ddec5b95d50d0edd80952170bdad0e07c9089ac1b2577c78fa9d1bef18940e3bb

diff --git a/dev-python/cfn-lint/cfn-lint-0.79.4.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.79.4.ebuild
new file mode 100644
index ..7071d59d0406
--- /dev/null
+++ b/dev-python/cfn-lint/cfn-lint-0.79.4.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="CloudFormation Linter"
+HOMEPAGE="
+   https://github.com/aws-cloudformation/cfn-lint/
+   https://pypi.org/project/cfn-lint/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/aws-sam-translator-1.71.0[${PYTHON_USEDEP}]
+   dev-python/jsonpatch[${PYTHON_USEDEP}]
+   >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
+   dev-python/junit-xml[${PYTHON_USEDEP}]
+   dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]
+   >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
+   >=dev-python/sympy-1.0.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin the deps
+   sed -e 's:~=[0-9.]*::' -e '/jsonschema/s:,<4.18::' -i setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   
test/unit/module/test_template.py::TestTemplate::test_build_graph
+   # requires git repo
+   
test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
+   # Internet
+   
test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
+   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
+   # TODO: it looks as if AWS_DEFAULT_REGION didn't work
+   test/unit/module/core/test_run_cli.py::TestCli::test_bad_config
+   
test/unit/module/core/test_run_cli.py::TestCli::test_override_parameters
+   
test/unit/module/core/test_run_cli.py::TestCli::test_positional_template_parameters
+   
test/unit/module/core/test_run_cli.py::TestCli::test_template_config
+   )
+
+   # from tox.ini
+   local -x AWS_DEFAULT_REGION=us-east-1
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



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

2023-07-27 Thread Michał Górny
commit: b8b52e0fb4da3736bd452fdec93df19f5308afd5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 28 04:44:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 28 05:32:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b52e0f

dev-python/boto3: Bump to 1.28.14

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 2ddc48ee38f1..2d9e1a1ca0cd 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,5 +1,6 @@
 DIST boto3-1.28.10.gh.tar.gz 678958 BLAKE2B 
55356d6234a12a09cb03bc8907d5c8c3810a8ab62bdebd9cc005d557dd54c85a749c2b2cd35e11e0f933f2ee02e48962b4e4971259792b2eb9dc4ff08745f215
 SHA512 
13f889f312e1f8cb4c8c4921892c60342a4bc31021505fc42b659da2ad5d44806029a3c9acd1e8a509d587771d3f9ed42b8ec7bc3ebf1ca2a45525c57153e4f9
 DIST boto3-1.28.11.gh.tar.gz 679904 BLAKE2B 
06fb7e0759c2b51f9af8c69a7aeca4610ee39dd6e230450695337833dd4295508ed7e505fbb9d72e8d5015ee741c7080627848f2c77b18cfed7b5afee0d923f8
 SHA512 
0ca9dbd174d6d7cb8ac4dac913a9abe3f03188d231cc8b11cbd51ad6bb4189b69d590fc5b18c001b18ff4d8db3f4fe19476fa5616d0bbf7125ed5b4eb848413a
 DIST boto3-1.28.12.gh.tar.gz 680624 BLAKE2B 
0403c4ab78a03b678faa3cdde05a30fb8cf48d5781d23016efd1415fabadd9eee39cbde7b447f771c2129270caa0ceed98040e4051d2046918e20a63dfe40508
 SHA512 
28b6b314532919bba137bf02927d28db7167e50d5c31ed2b367dd76eeec33590bf518074bd0f3aeb122bd1028c856f7fff8c76e688f154a0d358ee0a24a4e405
+DIST boto3-1.28.14.gh.tar.gz 681140 BLAKE2B 
602890b59b20901e43b4093dcf2decceee17bd472bcc07393552dd11b03303cfaa0d30c1ec9676d93de193bd3a0b9c7bbace5c41c4d3eff612aab0ae253f168f
 SHA512 
b65eb310831f1157a91eb6b48c3afe7b9c825d05d0d43a5c5f67b7546554b0e0f4e47caae1952ff75431930a15d331cc9a9bdd77182a5ed7a2d89b4ad820
 DIST boto3-1.28.3.gh.tar.gz 675019 BLAKE2B 
93b29307fbfec4e61dc60d28e4f20392ae2a730f048a0b2e8cb99fd515a036fc4ca889ddd564e09b1f3eab4cb9499c5918b4e7430d63148dd2854d126719a468
 SHA512 
514d0f373f25bb691abf5f1f8b0209a07097191b2ad8fb6339739e7a0bd2b8e6d5a88f1250e928ca89b1f1aa5e27a44bf2cab38a57680c01214d370d11944ded
 DIST boto3-1.28.9.gh.tar.gz 677993 BLAKE2B 
a800de94cfb0d317b41091fb1d2bb0fd6449df85da434879c0689bf36998b2a52331ba077c65cae9967fcce998a15d2a6f6a758931fa12a00b95487adaf81dfa
 SHA512 
6e1e5e74d20d2e67f29597ddcda70475cbea863978ca93ec77a0f478690477c9782111701771d5b8354f4402c21496e7f5627b1398cbd6fd87627fd978f5e360

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



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

2023-07-27 Thread Michał Górny
commit: 3c07d9479ac99586a9a2e66c6345bc99ef343462
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 28 04:49:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 28 05:32:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c07d947

dev-python/mkdocs: Bump to 1.5.1

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

 dev-python/mkdocs/Manifest|  1 +
 dev-python/mkdocs/mkdocs-1.5.1.ebuild | 86 +++
 2 files changed, 87 insertions(+)

diff --git a/dev-python/mkdocs/Manifest b/dev-python/mkdocs/Manifest
index 45782f62f3ca..d5a25962a91c 100644
--- a/dev-python/mkdocs/Manifest
+++ b/dev-python/mkdocs/Manifest
@@ -1,2 +1,3 @@
 DIST mkdocs-1.4.3.gh.tar.gz 4019852 BLAKE2B 
4bf0d47d939fc9db0daa7954857ba35d7a48031d6029b1a0a1680b6bbe13890244b29d670efe9a0d2f18e1e73aab75879f4e7bcfc60cf944e816054a970ba8e6
 SHA512 
ac023f0e91f32faa38843c5ec42eb8aa32439b5a7e3967b9838f845687d0c7eadb3c13cbd4f1270e026a4b5afe15123d1568375f75a1ca07a28a93a595f5ac6b
 DIST mkdocs-1.5.0.gh.tar.gz 4042630 BLAKE2B 
d3912b4ed4e89055c9f05ca2ff5e9c92755a95e3f27aee479d15728f6c9a1d6597e3da26e9211c0f8f3c28c806dc149be2e29203bbeda02ec3a30791c142ae4f
 SHA512 
99651345703324a10800de537f7518b0b16b8273229596d773785f2487ff3e6f51b54f00cebe90a41c6e04a6689e49814663ff740c676f3daa4eb6f7017e0288
+DIST mkdocs-1.5.1.gh.tar.gz 4042737 BLAKE2B 
36e5f615fd59c966cf6204a260c6147ff87983aa4dc8b525e89a06dbc89df8ca2b7f168bcea3e01eedc2ba8d611069e511393805a78e614a061499f9aacf3ac8
 SHA512 
bc58b7326854773c05b9db9b486b5d499652350e7476911c0a49e32bdb2f3de0b5bd54257000cf8e89c000a37216de754efcfd6806352ff0631e4e8f584594d5

diff --git a/dev-python/mkdocs/mkdocs-1.5.1.ebuild 
b/dev-python/mkdocs/mkdocs-1.5.1.ebuild
new file mode 100644
index ..4746bcd78515
--- /dev/null
+++ b/dev-python/mkdocs/mkdocs-1.5.1.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Project documentation with Markdown"
+HOMEPAGE="
+   https://www.mkdocs.org/
+   https://github.com/mkdocs/mkdocs/
+   https://pypi.org/project/mkdocs/
+"
+SRC_URI="
+   https://github.com/mkdocs/mkdocs/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+# https://bugs.gentoo.org/873349
+# Building documentation requires packaging: callouts and mkdocs-autorefs
+#
+# IUSE="doc"
+#
+# BDEPEND="
+#  doc? (
+#  $(python_gen_any_dep '
+#  dev-python/mdx_gh_links[${PYTHON_USEDEP}]
+#  dev-python/mkdocs-redirects[${PYTHON_USEDEP}]
+#  ')
+#  )
+# "
+RDEPEND="
+   >=dev-python/Babel-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/click-7.0[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.11.1[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.3.3[${PYTHON_USEDEP}]
+   >=dev-python/markupsafe-2.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   >=dev-python/watchdog-2.0[${PYTHON_USEDEP}]
+   >=dev-python/ghp-import-1.0[${PYTHON_USEDEP}]
+   >=dev-python/pathspec-0.11.1[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml_env_tag-0.1[${PYTHON_USEDEP}]
+   >=dev-python/importlib-metadata-4.3[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.5[${PYTHON_USEDEP}]
+   >=dev-python/mergedeep-1.3.4[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # Tests fails if additional themes are installed
+   mkdocs/tests/utils/utils_tests.py::UtilsTests::test_get_themes
+   mkdocs/tests/utils/utils_tests.py::UtilsTests::test_get_themes_error
+   mkdocs/tests/utils/utils_tests.py::UtilsTests::test_get_themes_warning
+
+   # Does not work in emerge env
+   
mkdocs/tests/config/config_options_tests.py::ListOfPathsTest::test_paths_localized_to_config
+
+   # TODO
+   mkdocs/tests/build_tests.py::testing_server
+   mkdocs/tests/livereload_tests.py::testing_server
+)
+
+python_compile_all() {
+   default
+#  if use doc; then
+#  # cannot just do mkdocs build, because that fails if
+#  # the package isn't already installed
+#  python -m mkdocs build || die "Failed to make docs"
+#  # Colliding files found by ecompress:
+#  rm site/sitemap.xml.gz || die
+#  HTML_DOCS=( "site/." )
+#  fi
+}
+
+python_test() {
+   epytest '-opython_files=*tests.py' mkdocs/tests
+}



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

2023-07-27 Thread Ionen Wolkens
commit: 8e22f70e210eab6a1b13d6c126ddb470a4bf83c9
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Jul 28 01:48:59 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jul 28 05:15:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e22f70e

dev-util/mingw64-toolchain: add 11.0.0_p1 w/ gcc-13.2 (unkeyworded)

No known issues at the moment (albeit barely tested), primarily
unkeyworded to skip a slow rebuild until the bump can be more
useful (e.g. also bump binutils or runtime, and do a _p2).

May keyword earlier if it is known to fix notable issues with Wine.

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

 dev-util/mingw64-toolchain/Manifest|   1 +
 .../mingw64-toolchain-11.0.0_p1.ebuild | 327 +
 2 files changed, 328 insertions(+)

diff --git a/dev-util/mingw64-toolchain/Manifest 
b/dev-util/mingw64-toolchain/Manifest
index c34f2d99ef72..8c70917a1f31 100644
--- a/dev-util/mingw64-toolchain/Manifest
+++ b/dev-util/mingw64-toolchain/Manifest
@@ -2,5 +2,6 @@ DIST binutils-2.39.tar.xz 25167756 BLAKE2B 
ac6a5296c6586d53eaadcbffc5c399a6d79ed
 DIST binutils-2.40.tar.xz 25241484 BLAKE2B 
8d799f7c595f878b9af5b17a490021dd8b8300ac2fe0ed8574c012929d22d2d0493e003a3e631a9436e8e712da801779b777c566167fe42b0bde119ffa5ad1c2
 SHA512 
a37e042523bc46494d99d5637c3f3d8f9956d9477b748b3b1f6d7dfbb8d968ed52c932e88a4e946c6f77b8f48f1e1b360ca54c3d298f17193f3b4963472f6925
 DIST gcc-12.2.0.tar.xz 84645292 BLAKE2B 
715574af9ad678f9dc8cfd19c866bf910c7edfd479e7e9681337feaa9b54e5d304ddb85483816b8d89754d502405823ae2eff0d1e444538763f40be8e428d8da
 SHA512 
e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173
 DIST gcc-13.1.0.tar.xz 87451196 BLAKE2B 
b956a773cffe8b43bd6c9a99fe614f53f665438925a6b320975d301f547923e45d4d6fa577a143467fb03e0a9c1bab2b6719a1011d672367f3e644433a2d7606
 SHA512 
6cf06dfc48f57f5e67f7efe3248019329a14d690c728d9f2f7ef5fa0d58f1816f309586ba7ea2eac20d0b60a2d1b701f68392e9067dd46f827ba0efd7192db33
+DIST gcc-13.2.0.tar.xz 87858592 BLAKE2B 
0034b29d3d6cc05821f0c4253ce077805943aff7b370729dd203bda57d89c107edd657eeddc2fb1e69ea15c7b0323b961f46516c7f4af89a3ccf7fea84701be2
 SHA512 
d99e4826a70db04504467e349e9fbaedaa5870766cda7c5cab50cdebedc4be755ebca5b789e1232a34a20be1a0b60097de9280efe47bdb71c73251e30b0862a2
 DIST mingw-w64-v10.0.0.tar.bz2 9620291 BLAKE2B 
451372403289c492ca939d65bb4d9f6e9fa6bdd6b32d79d6438d858e106e8cc291712ada1f3f7b951a4c6908e7d0385d485ca76920af39bcf86effa48408e330
 SHA512 
3c0827af7c40809a867758f6cd9ef3ff0c988b43082345bf725e03949af95968d634ace99a7ffae323189549221dcb5d861de9e801f1fbc7904e446641b60516
 DIST mingw-w64-v11.0.0.tar.bz2 10058657 BLAKE2B 
3f7637bcc7c3f25b2141d35105ea086eab74e228d7275725ffb4f07e283fd75169dbe0900a9c29494fba9ddb2ea03bdd6ae26f06048311e9c93ae3e317c4c060
 SHA512 
bc1c9fd9d8593ead9375fcbe40950f06cf7616b94dc676db2793ac9b496fe3a6cc94b5793effda3b752942be0d7d01a1c37a8f221aaf178df0d4eeb0aa6d1f8d

diff --git a/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.0_p1.ebuild 
b/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.0_p1.ebuild
new file mode 100644
index ..1ba6d9f3c46f
--- /dev/null
+++ b/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.0_p1.ebuild
@@ -0,0 +1,327 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+inherit edo flag-o-matic multilib-build toolchain-funcs
+
+# Pick versions known to work for wine+dxvk, and avoid too frequent updates
+# due to slow rebuilds. Do _p1++ rather than revbump on changes (not using
+# Gentoo patchsets for simplicity, their changes are mostly unneeded here).
+BINUTILS_PV=2.40
+GCC_PV=13.2.0
+MINGW_PV=$(ver_cut 1-3)
+
+DESCRIPTION="All-in-one mingw64 toolchain intended for building Wine without 
crossdev"
+HOMEPAGE="
+   https://www.mingw-w64.org/
+   https://gcc.gnu.org/
+   https://sourceware.org/binutils/;
+SRC_URI="
+   
mirror://sourceforge/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v${MINGW_PV}.tar.bz2
+   mirror://gnu/binutils/binutils-${BINUTILS_PV}.tar.xz"
+if [[ ${GCC_PV} == *-* ]]; then
+   SRC_URI+=" mirror://gcc/snapshots/${GCC_PV}/gcc-${GCC_PV}.tar.xz"
+else
+   SRC_URI+="
+   mirror://gcc/gcc-${GCC_PV}/gcc-${GCC_PV}.tar.xz
+   mirror://gnu/gcc/gcc-${GCC_PV}/gcc-${GCC_PV}.tar.xz"
+fi
+S="${WORKDIR}"
+
+# l1:binutils+gcc, l2:gcc(libraries), l3:mingw64-runtime
+LICENSE="
+   GPL-3+
+   LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 )
+   ZPL BSD BSD-2 ISC LGPL-2+ LGPL-2.1+ MIT public-domain"
+SLOT="0"
+# okay to use/test, primarily unkeyworded to avoid a slow rebuild until it
+# can be more useful, e.g. also bump binutils or runtime on top of gcc in _p2
+#KEYWORDS="-* ~amd64 ~x86"
+IUSE="+abi_x86_32 custom-cflags debug"
+
+RDEPEND="
+   dev-libs/gmp:=
+   

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

2023-07-27 Thread Matt Turner
commit: fe9cc8d90d586a2f1b2de09b4149ba0c413e0dbb
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jul 27 15:51:55 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 28 04:26:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe9cc8d9

media-libs/libva-intel-media-driver: Drop old versions

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

 media-libs/libva-intel-media-driver/Manifest   |  3 --
 .../libva-intel-media-driver-23.1.6.ebuild | 57 --
 .../libva-intel-media-driver-23.2.2.ebuild | 57 --
 .../libva-intel-media-driver-23.2.3.ebuild | 57 --
 4 files changed, 174 deletions(-)

diff --git a/media-libs/libva-intel-media-driver/Manifest 
b/media-libs/libva-intel-media-driver/Manifest
index b553103e279a..afd4c17bbd2a 100644
--- a/media-libs/libva-intel-media-driver/Manifest
+++ b/media-libs/libva-intel-media-driver/Manifest
@@ -1,5 +1,2 @@
-DIST intel-media-23.1.6.tar.gz 28641715 BLAKE2B 
5f0ad615c95347dc2be95280b225345aec35c88c5b7560c86221c004d0b66a9ac929d68a38252fcf66a4a798bf733794c315683ce239e7946ba285b3dbaed462
 SHA512 
4068aafb45c5dc7877aeaad5343701ba490c0a369fb3d4d26a2732d8d92e1e39cadd7c662184190bbcecece5dd65271f02a3e260b607ccda3ff7f47dbc798af1
-DIST intel-media-23.2.2.tar.gz 28638288 BLAKE2B 
0bce0a7bdd8ce204c074ef975fbc67840df79a5127ed75dc4beb2d18f01df51859e4ecfde256ccd03c5568bba3cc2e99b8e0b8e280f90ede77f6cab852e2656b
 SHA512 
e1e08c7ab13c557087ec3a2ad5470e67436d71acaee2ce0faa056df66c32d126843fc65a44959c42e5ee728870d149e7b990f3df7929050c589a3b663836bf8b
-DIST intel-media-23.2.3.tar.gz 28653410 BLAKE2B 
75f00b27c02782b4337bf96a2653bfb7bd2837f3f8b71e52fed9877066699bf6c449be47d50578bbe5b6b97363b5b7c7d967347e130a84ad42572d0ca976e121
 SHA512 
629e373fc9cffed31b140389911998b71b8124cd7b32df5d904240f32fc4bd7233fdef656f4906ddf67c880ed35e8ca4e9dabf235b3779e930a8babd6f13b9c6
 DIST intel-media-23.2.4.tar.gz 28664669 BLAKE2B 
01092c5786a7c665a3f1b61fdf306ba9fcb8957900fba987c9bca4716f48d7b006cb71a456cf75ea59f3dc9076e628dc4261bae5c3afe7da3bdc928c300cf4d4
 SHA512 
b02a50d5820cf22999c39ab2ff559c444682576018f2cb9aa669014f5c1fd07b01737fab706ec100929d3493a8b9e25bba7bcbae2af304d51c93b667af2884db
 DIST intel-media-23.3.0.tar.gz 28669245 BLAKE2B 
3554ba23eef4adc0b24196bed96669b68f3a6eb3fc74817c155f2d88d041226feaea384f6e1f1602dfb45630dd826f02835ead670b311384b18e3082855eb9e5
 SHA512 
9eddb4294c8718a133144736c536b30e3a7a1cb0e96467ffc9565cc14f94659c59559b3bf59540b9e605325ee186afe9e359fbe2e64ab167dcbbd965ace68e9e

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

diff --git 
a/media-libs/libva-intel-media-driver/libva-intel-media-driver-23.2.2.ebuild 
b/media-libs/libva-intel-media-driver/libva-intel-media-driver-23.2.2.ebuild
deleted file mode 100644
index 4e88c88c1c0a..
--- 

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

2023-07-27 Thread Sam James
commit: ce45e02daa152b1ae0cc932fa6ed98da3d7085a4
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 28 02:38:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 28 02:38:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce45e02d

sys-devel/gcc: add 11.4.1_p20230727

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-11.4.1_p20230727.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index e90245066c1e..cc26b197abdd 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -7,6 +7,7 @@ DIST gcc-11-20230427.tar.xz 76165128 BLAKE2B 
dd896b418c1fce35a61005d5b5c90cfd124
 DIST gcc-11-20230622.tar.xz 76199316 BLAKE2B 
a769dc6be63eabca3bc33944b471d727bf230e506773c85977156b187f12664f2cd3e0992a1faefda8ec88ff85d1a8d12795121baadc7e8b9653d69a8025e46e
 SHA512 
8dbc5a4b54f2bc52458914705af40a00b33e46061dd5b335b4b4a6e96d17206fe480d3fec564dd11ebcca6168f054984d706b1b26b7e694e8b327692a13ae7d1
 DIST gcc-11-20230713.tar.xz 76215136 BLAKE2B 
6972eb897aa11245f9eb8000d4731f37cf14f3bf75b433a322fece1308403ba1359dd0d96a3e1e2dfc7d94343a0bf1c917d3663b9e34424f379329b6fe85ed33
 SHA512 
fd16be7fb803154f4d6e374d373bc40d7f41afcda7a7bac77e943d66434d4c8a19470a51c3cf68b1d501eaa346abf8516762a085d688babc37f27fbba168209e
 DIST gcc-11-20230720.tar.xz 76212944 BLAKE2B 
b12c4eff5eaecb8d3551c462f269ef110cddba4bc3b49e17e49238a6dfb95e3583efaea44d838334ca1b34b2910351726538762eb0ba20e254f3062203290b55
 SHA512 
aae61cb20adae53c8c4fdef997702bb87c62920fb4e3baf2fbd8b4a58e73d6501fb32f88d604f3995dbf9372d055c20df85aea453d494ec0d88ac9afc6c980e1
+DIST gcc-11-20230727.tar.xz 76213292 BLAKE2B 
8d15efab47a39695997b15d606c27929794c3b8a96da0243f336c78076daad4b322d37ddfca3d928b73ca7a68c25b05a7834596a27ac79d11d2c7573f118
 SHA512 
e64b10ab59548695d538d0ca471efb7bb29dd751e719a8e7c1434182a8cf7433e28348fb08c3babe90bda952ee2e739a9fd055ac8b9ed883417066c836d2ffd3
 DIST gcc-11.4.0-musl-patches-2.tar.xz 4308 BLAKE2B 
a2335e155fc57816fed822a648e0eaefafcba9d04e1ad0fd7baeea5a694ab6f5e3c1678cb406f2a1bd17bab25cb01699d032713a1ccf337948dfda2093844607
 SHA512 
17b84f907cb1bd763873655e6f35fd3ed55a40b602b70a626f04f83b4cc89c6261db1661de78d4d969187a8c56e9f6305b742515a3836b962248a21df0df5d0c
 DIST gcc-11.4.0-patches-10.tar.xz 13852 BLAKE2B 
54937d13e30e2a5303c7e197fae09eeed35ca0b9783625e02578fcee829b5503fb22d664366322b304df7d01ae807d00af7c93db3e3ceebe4851e15647724f87
 SHA512 
31b4d7a2e7cc589e92e12c3583d13d41c523cafbd309bc0532df9b68ea2473c89daef4c0edd3ce2917b5823d81a7792f145b9449f16277d0d64c22ceff50bbb9
 DIST gcc-11.4.0-patches-9.tar.xz 14704 BLAKE2B 
9aa2ecbac493d3040694e9930738e57d59a764b90ab92b91709c319b883f28ad108767e5d11e8b62af40bf1e583d5ff83a03e8c895f904bc6f41315ce9ab4f0a
 SHA512 
ac8b7c6c382ffacc4e9d08299440fc237fa366ec36fb8eb7a8d426b64a4186384a262e6380dc83ed7f7240125ce26a8435c8a4e0e13976ef2652067a7129bd17

diff --git a/sys-devel/gcc/gcc-11.4.1_p20230727.ebuild 
b/sys-devel/gcc/gcc-11.4.1_p20230727.ebuild
new file mode 100644
index ..02c58f02f0a6
--- /dev/null
+++ b/sys-devel/gcc/gcc-11.4.1_p20230727.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_GCC_VER="11.4.0"
+PATCH_VER="10"
+MUSL_VER="2"
+MUSL_GCC_VER="11.4.0"
+
+if [[ ${PV} == *. ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   MY_PV_3=1
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   MY_PV_3=0
+   else
+   MY_PV_2=$((${MY_PV_2} - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.${MY_PV_3}
+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="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz"
+   TOOLCHAIN_SET_S=no
+   S="${WORKDIR}"/${MY_P}
+fi
+
+inherit toolchain
+
+if tc_is_live ; then
+   # Needs to be after inherit (for now?), bug #830908
+   EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+   # Don't keyword live ebuilds
+   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   :;
+fi
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   # 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(-

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/arm/, profiles/arch/powerpc/

2023-07-27 Thread Sam James
commit: 78a8b15f8ba5b777d32fc248e08323d6369fc40d
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 28 02:15:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 28 02:15:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a8b15f

profiles/arch: mask media-video/pipewire[ieee1394]

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

 profiles/arch/arm/package.use.stable.mask | 4 
 profiles/arch/base/package.use.stable.mask| 4 
 profiles/arch/powerpc/package.use.stable.mask | 4 
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/arm/package.use.stable.mask 
b/profiles/arch/arm/package.use.stable.mask
index a1e0711b3b78..5cbcc08621ad 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2023-07-28)
+# media-libs/libffado not marked stable here
+media-video/pipewire ieee1394
+
 # Michał Górny  (2023-04-22)
 # Needs unkeyworded dev-python/sympy
 dev-python/nbval test

diff --git a/profiles/arch/base/package.use.stable.mask 
b/profiles/arch/base/package.use.stable.mask
index 818466ada9a2..939d4f924666 100644
--- a/profiles/arch/base/package.use.stable.mask
+++ b/profiles/arch/base/package.use.stable.mask
@@ -1,6 +1,10 @@
 # Copyright 2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2023-07-28)
+# media-libs/libffado not marked stable on most arches
+media-video/pipewire -ieee1394
+
 # Michał Górny  (2023-04-22)
 # pandoc is stable on amd64 only.
 dev-python/nbclassic doc

diff --git a/profiles/arch/powerpc/package.use.stable.mask 
b/profiles/arch/powerpc/package.use.stable.mask
index fe093716344b..c1a95c0efa09 100644
--- a/profiles/arch/powerpc/package.use.stable.mask
+++ b/profiles/arch/powerpc/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2023-07-28)
+# media-libs/libffado not marked stable here
+media-video/pipewire ieee1394
+
 # Sam James  (2021-10-25)
 # Various unstable dependencies:
 # gnome-base/nautilus



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

2023-07-27 Thread Sam James
commit: e126d70a7f7e0d0b18e3fc211881a879b25e676b
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 28 01:47:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 28 01:48:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e126d70a

dev-python/irctokens: new package, add 2.0.2

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

 dev-python/irctokens/Manifest  |  1 +
 .../files/irctokens-2.0.2-exclude-tests.patch  | 11 
 dev-python/irctokens/irctokens-2.0.2.ebuild| 30 ++
 dev-python/irctokens/metadata.xml  | 17 
 4 files changed, 59 insertions(+)

diff --git a/dev-python/irctokens/Manifest b/dev-python/irctokens/Manifest
new file mode 100644
index ..b9f9db553e38
--- /dev/null
+++ b/dev-python/irctokens/Manifest
@@ -0,0 +1 @@
+DIST irctokens-2.0.2.gh.tar.gz 10409 BLAKE2B 
ce52fdf7aec203c962429ff7f2cbbab8a1173f5813abf410df7487cbe270483a96e91bab2e7f7d9aeec7c93a8f15b9b0e054d18d8db7ef1c22404eaeb70c7530
 SHA512 
09be87e1c3f3d34383fc59e7ef6ac955de2fd09e0a888c685475b7fb93749fa019c383ae24e4e60c697e08d6ade635666feb96db5b6b5f35fb3d75d6d60cd571

diff --git a/dev-python/irctokens/files/irctokens-2.0.2-exclude-tests.patch 
b/dev-python/irctokens/files/irctokens-2.0.2-exclude-tests.patch
new file mode 100644
index ..be93c6d0a03a
--- /dev/null
+++ b/dev-python/irctokens/files/irctokens-2.0.2-exclude-tests.patch
@@ -0,0 +1,11 @@
+--- a/setup.py
 b/setup.py
+@@ -14,7 +14,7 @@ setuptools.setup(
+ long_description=long_description,
+ long_description_content_type="text/markdown",
+ url="https://github.com/jesopo/irctokens;,
+-packages=setuptools.find_packages(),
++packages=setuptools.find_packages(exclude=["test", "test.*"]),
+ package_data={"irctokens": ["py.typed"]},
+ classifiers=[
+ "Programming Language :: Python :: 3",

diff --git a/dev-python/irctokens/irctokens-2.0.2.ebuild 
b/dev-python/irctokens/irctokens-2.0.2.ebuild
new file mode 100644
index ..59b18fb4be10
--- /dev/null
+++ b/dev-python/irctokens/irctokens-2.0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="RFC1459 and IRCv3 protocol tokeniser library"
+HOMEPAGE="
+   https://github.com/jesopo/irctokens
+   https://pypi.org/project/irctokens/
+"
+# sdist is broken (missing VERSION)
+SRC_URI="
+   https://github.com/jesopo/irctokens/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.0.2-exclude-tests.patch
+)
+
+distutils_enable_tests unittest

diff --git a/dev-python/irctokens/metadata.xml 
b/dev-python/irctokens/metadata.xml
new file mode 100644
index ..948ec2ee0303
--- /dev/null
+++ b/dev-python/irctokens/metadata.xml
@@ -0,0 +1,17 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   s...@gentoo.org
+   Sam James
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   irctokens
+   jesopo/irctokens
+   
+



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

2023-07-27 Thread Sam James
commit: 1851a3dad29e89bf8bbfd8fbdae261aeb43259fd
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 28 01:34:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 28 01:35:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1851a3da

sys-apps/pv: add 1.7.17

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

 sys-apps/pv/Manifest |  1 +
 sys-apps/pv/pv-1.7.17.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/sys-apps/pv/Manifest b/sys-apps/pv/Manifest
index 1e63935c250e..5479ab411eeb 100644
--- a/sys-apps/pv/Manifest
+++ b/sys-apps/pv/Manifest
@@ -1,2 +1,3 @@
 DIST pv-1.6.20.tar.bz2 115310 BLAKE2B 
b50623f623231e8e8615f960bad83d10e12d5274c57d23ea843d16fce30b3e690284b2d9b01f82a16b9790e2bf26f80f560e226589a62ca677a2cf90ea007691
 SHA512 
e445f91b298ed285ddab54a3f8a6b5d5297e2e2eb8ad7b2ee2cbacca4adda9c6ca2bf3c77bf2a93373d3875c5b3b0b345d3945cbd91fc2647c6c25f1661a6752
 DIST pv-1.7.0.tar.bz2 115665 BLAKE2B 
efdd0434d23fe1ed008224fe0fe5182684010a78650284e920b2cd93134f08e63172df0279b8a4b2c2c4dceb9dbdaa209e402394fb1c4c431d991225f579f718
 SHA512 
b90ddaa1f950b1b300f1721e5ab8bc2c7a0c46491e439ce33c7b74fd4525e730a99c218a874b3dae2dc3a8a5e0eb5c5add51f7c8be48d0c3d8f135df44779af8
+DIST pv-1.7.17.tar.bz2 133398 BLAKE2B 
e0167af81988225418c2647c7051910fd41ef1e631eb26ab56fa9064f99f5cc90bf08143a9e1158d656d9cee234a9ca4924ff5d95fd1f4814d340499af47
 SHA512 
b6c347681d937492d575007df35a7b90cb9283537df2e2258742787626c7041f942322a3140c8976793b6ddcd9cb2ecdaa7bf6e02914f394ebf748e3f97b2f64

diff --git a/sys-apps/pv/pv-1.7.17.ebuild b/sys-apps/pv/pv-1.7.17.ebuild
new file mode 100644
index ..e42a3b03fad0
--- /dev/null
+++ b/sys-apps/pv/pv-1.7.17.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PLOCALES="de fr pl pt"
+PLOCALE_BACKUP="en"
+inherit linux-info toolchain-funcs plocale
+
+DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a 
pipe"
+HOMEPAGE="https://www.ivarch.com/programs/pv.shtml;
+SRC_URI="https://www.ivarch.com/programs/sources/${P}.tar.bz2;
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="debug nls"
+
+DOCS=( README.md doc/NEWS.md doc/TODO.md )
+
+pkg_setup() {
+   if use kernel_linux; then
+   CONFIG_CHECK="~SYSVIPC"
+   ERROR_SYSVIPC="You will need to enable CONFIG_SYSVIPC in your 
kernel to use the --remote option."
+   linux-info_pkg_setup
+   fi
+}
+
+src_prepare() {
+   default
+
+   sed -i configure -e 's|CFLAGS="-g -Wall"|:|g' || die
+
+   # These should produce the same end result (working `pv`).
+   sed -i \
+   -e 's:$(LD) $(LDFLAGS) -o:$(AR) rc:' \
+   autoconf/make/modules.mk~ || die
+
+   disable_locale() {
+   local locale=${1}
+   sed -i configure -e "/ALL_LINGUAS=/s:${locale}::g" || die
+   }
+
+   plocale_find_changes src/nls '' '.po'
+   plocale_for_each_disabled_locale disable_locale
+}
+
+src_configure() {
+   tc-export AR
+
+   econf \
+   $(use_enable debug debugging) \
+   $(use_enable nls)
+}
+
+src_test() {
+   emake -Onone check
+}



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

2023-07-27 Thread Sam James
commit: a20054eb512e733aeedf8a2b73c1d36c73aed13c
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 28 01:20:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 28 01:26:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20054eb

sys-apps/file: add 5.45

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

 sys-apps/file/Manifest   | 2 ++
 sys-apps/file/{file-.ebuild => file-5.45.ebuild} | 6 +++---
 sys-apps/file/file-.ebuild   | 6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/sys-apps/file/Manifest b/sys-apps/file/Manifest
index 4ecddd747bee..fa88c96b450d 100644
--- a/sys-apps/file/Manifest
+++ b/sys-apps/file/Manifest
@@ -1,2 +1,4 @@
 DIST file-5.44.tar.gz 1186437 BLAKE2B 
a90ccae738a95315d75a0aaee7bbff3624425cc9267daf18ba9147b7c9b9ebfb31288b54c63a73e4695eca0e876f206e40bcb81c422f1bf572b976e753b25a42
 SHA512 
26c3b9c7a6950649d0b2de896bfeca54289febe4cd487c0f91aa6ff1857fa49f9077f8738a17b86100125668a31dae05b586615c564f78da47ac20a1e4a74f63
 DIST file-5.44.tar.gz.asc 195 BLAKE2B 
a0905d42fec0fa052d75fb5b267c6ae223176451c0f1d3346006d4b760c3d858f2dcda5f0a30c6aa4b09b5afee427b75bc4debd5033d978f39dc1da01d3e1bd1
 SHA512 
1a4dc39283f4859581441aa35b3ed72b323c4e05ca0960d17126d1b9ec18465c695c0545e24f09f8437a60ab52e582be67b6cbbc656bbb676de00148c3644d23
+DIST file-5.45.tar.gz 1246503 BLAKE2B 
30fc77c091e6624f2e9a950f4c6fe69ea6aa46d4a8ad9f20d49320a3675617c5bfbc9ff1ebba5eeb2cf4435c38d71b47b8beeb5146c9f55fe3bac11fe65e89bd
 SHA512 
12611a59ff766c22a55db4b4a9f80f95a0a2e916a1d8593612c6ead32c247102a8fdc23693c6bf81bda9b604d951a62c0051e91580b1b79e190a3504c0efc20a
+DIST file-5.45.tar.gz.asc 163 BLAKE2B 
1405080c63412e9c66bfe06086ecee28b276b77cc2ddacb20cfd370c539a0d983812fd29dcf7a33bad69d6490cd439ef8d1219bfaf3928fb835a38da85013af3
 SHA512 
56bf131b2f35e896788be19b4d8cd1c7ec942c794fb584d5e589375d22fbccebdd04c03e779fafc0c10840586dc41e64251b3de1767ae9ab95f5d3300f9af254

diff --git a/sys-apps/file/file-.ebuild b/sys-apps/file/file-5.45.ebuild
similarity index 94%
copy from sys-apps/file/file-.ebuild
copy to sys-apps/file/file-5.45.ebuild
index c50090845eaf..60dd8e0742e4 100644
--- a/sys-apps/file/file-.ebuild
+++ b/sys-apps/file/file-5.45.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz;
SRC_URI+=" verify-sig? ( ftp://ftp.astron.com/pub/file/${P}.tar.gz.asc 
)"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-file )"
 fi
@@ -72,11 +72,11 @@ src_prepare() {
elibtoolize
fi
 
-   # Don't let python README kill main README, bug ##60043
+   # Don't let python README kill main README, bug #60043
mv python/README.md python/README.python.md || die
 
# bug #662090
-   sed 's...@readme.md@README.python.md@' -i python/setup.py || die
+   sed -i 's...@readme.md@README.python.md@' python/setup.py || die
 }
 
 multilib_src_configure() {

diff --git a/sys-apps/file/file-.ebuild b/sys-apps/file/file-.ebuild
index c50090845eaf..60dd8e0742e4 100644
--- a/sys-apps/file/file-.ebuild
+++ b/sys-apps/file/file-.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz;
SRC_URI+=" verify-sig? ( ftp://ftp.astron.com/pub/file/${P}.tar.gz.asc 
)"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-file )"
 fi
@@ -72,11 +72,11 @@ src_prepare() {
elibtoolize
fi
 
-   # Don't let python README kill main README, bug ##60043
+   # Don't let python README kill main README, bug #60043
mv python/README.md python/README.python.md || die
 
# bug #662090
-   sed 's...@readme.md@README.python.md@' -i python/setup.py || die
+   sed -i 's...@readme.md@README.python.md@' python/setup.py || die
 }
 
 multilib_src_configure() {



[gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/

2023-07-27 Thread Sam James
commit: 0ab7cf6e15bc16b22c508035b8149f7f1f942748
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 28 01:26:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 28 01:26:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab7cf6e

sys-fs/zfs-kmod: add 2.2.0_rc3

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

 sys-fs/zfs-kmod/Manifest| 2 ++
 sys-fs/zfs-kmod/{zfs-kmod-.ebuild => zfs-kmod-2.2.0_rc3.ebuild} | 2 +-
 sys-fs/zfs-kmod/zfs-kmod-.ebuild| 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-fs/zfs-kmod/Manifest b/sys-fs/zfs-kmod/Manifest
index c01ce1f71997..36404e8fd024 100644
--- a/sys-fs/zfs-kmod/Manifest
+++ b/sys-fs/zfs-kmod/Manifest
@@ -8,3 +8,5 @@ DIST zfs-2.2.0-rc1.tar.gz 33656024 BLAKE2B 
1157db51d2736905b787a2627e599d7ac527b
 DIST zfs-2.2.0-rc1.tar.gz.asc 195 BLAKE2B 
8df7d05729716ca75e8c975df92f8a1976b7712a3c98e3479582550e60bd97af77f80e9b72be094b57650948136ad8a9276e7d4ea0a1d0473a5d56988058bcc8
 SHA512 
de6ee565f864080dfcf69ecdf832cebdabaa29d9f3dac1ad5f5928e664352aa3da4ed0ba5f2e634e3629f10eedbae9d1613ac3d3a13285fef846f7beabfa2f79
 DIST zfs-2.2.0-rc2.tar.gz 33657059 BLAKE2B 
efcac0a74ba3a0168eed868457cbc5c38572e4ed5653979d874d5c61ff9ee1ea474b4f7d8ef0df7e05e0e45e0802f2ad46fe54414af8d53375fb968fe6927757
 SHA512 
c509b8078907fb644c7a88b9ff386c16b6b72a1ee3156011887b98d93b57fe6bb73575c6de173ce7897d31c425c8f87ff3450091e3687ee5a8e1bebc15ecdd80
 DIST zfs-2.2.0-rc2.tar.gz.asc 195 BLAKE2B 
45ab6dbe068845643fef92f539f4fb1b312b41684768276a849806adb26a6a30a7f635c8050f9cd435aa5374c5fda229b2688f33b9171b63f5bb1d3028d5b955
 SHA512 
8d300fb013e495bb631f170606003154d6f3eaf630d7598e1ec83d0031e83c3de0166682522fbb287a7e860967e6b9e439ad81e115c1f6d4a27680ca90cf6dfd
+DIST zfs-2.2.0-rc3.tar.gz 3388 BLAKE2B 
37c47bcbf34d9238f42bbc80e2b0712a9e64a48196a390e30cfc02a510e0a8c28da5aa52eb3963a2363d2d23881628cadad13e2121cf54a0582cfc7d55685313
 SHA512 
d82991e6ff63910b38aa0d9b79fce19d1deb79a214adca4bec3fd468077674ef1de264b6f5b0acf9dc0418ce1ed4c9e98d1ad4596274a1769061ae20e017fb92
+DIST zfs-2.2.0-rc3.tar.gz.asc 195 BLAKE2B 
cbbced9255a3b6a5ec0190806b73e62533600975dad073b82532fb1e488bf81b8d056c7a4f59b9e212a9825ec4900d6f2e2c0141b3d4d58577fe36d9bc3c15b9
 SHA512 
45424815e39b33107805da737ecfcb95c761ab774143e72449dacfe98a851ddf52c7cb08a587548159305b4c4fe51a0fb9cfbf30fdadf093518eb4c8ce49e12c

diff --git a/sys-fs/zfs-kmod/zfs-kmod-.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-2.2.0_rc3.ebuild
similarity index 99%
copy from sys-fs/zfs-kmod/zfs-kmod-.ebuild
copy to sys-fs/zfs-kmod/zfs-kmod-2.2.0_rc3.ebuild
index 6e98cece951c..10ad3189457d 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-2.2.0_rc3.ebuild
@@ -8,7 +8,7 @@ inherit autotools dist-kernel-utils flag-o-matic linux-mod-r1 
multiprocessing
 DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
 HOMEPAGE="https://github.com/openzfs/zfs;
 
-MODULES_KERNEL_MAX=6.3
+MODULES_KERNEL_MAX=6.4
 MODULES_KERNEL_MIN=3.10
 
 if [[ ${PV} ==  ]] ; then

diff --git a/sys-fs/zfs-kmod/zfs-kmod-.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
index 6e98cece951c..10ad3189457d 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
@@ -8,7 +8,7 @@ inherit autotools dist-kernel-utils flag-o-matic linux-mod-r1 
multiprocessing
 DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
 HOMEPAGE="https://github.com/openzfs/zfs;
 
-MODULES_KERNEL_MAX=6.3
+MODULES_KERNEL_MAX=6.4
 MODULES_KERNEL_MIN=3.10
 
 if [[ ${PV} ==  ]] ; then



[gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/

2023-07-27 Thread Sam James
commit: b5fe4bf95d7506752dd43c3d219ebf61751881dd
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 28 01:26:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 28 01:26:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5fe4bf9

sys-fs/zfs-kmod: drop 2.2.0_rc1, 2.2.0_rc2

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

 sys-fs/zfs-kmod/Manifest  |   4 -
 sys-fs/zfs-kmod/zfs-kmod-2.2.0_rc1.ebuild | 217 --
 sys-fs/zfs-kmod/zfs-kmod-2.2.0_rc2.ebuild | 217 --
 3 files changed, 438 deletions(-)

diff --git a/sys-fs/zfs-kmod/Manifest b/sys-fs/zfs-kmod/Manifest
index 36404e8fd024..34e7ed5dc0b4 100644
--- a/sys-fs/zfs-kmod/Manifest
+++ b/sys-fs/zfs-kmod/Manifest
@@ -4,9 +4,5 @@ DIST zfs-2.1.12.tar.gz 35155013 BLAKE2B 
652780e6bf7b63f45909110726d53795fada034f
 DIST zfs-2.1.12.tar.gz.asc 836 BLAKE2B 
9215e732981a82254115cd17ec3c9810d4e9e5d5f7bb848778848f911478fc2e4bdbfc563e9835a2e876c26d9e0e8755724a0995baf9ad24e9265123e10cfddf
 SHA512 
69c8b618947fd966eba0bba1c7326ddd463861f051a6cf1d06e23bd6d840fe7503f02adec2c3cbb203fa7b1cced51500f3689c224b653d13d227edd51b5a44f6
 DIST zfs-2.1.9.tar.gz 35106538 BLAKE2B 
d7553cc162687531b254089e29e2e15e2eb6b362cecd8e70c24bbb5dbffbde82036ad2d416f4caeceaa324bee8a2e59d9e3cd8a3bf55a2e3c0718c7af9562812
 SHA512 
a3c410abe911be7d3d66af8ad7023a810eb4ae3284001e544c3a34275eb17a4916a7c094936a2628a590007c007eea84673efa9f3201fd9f24c499fd5ed3ed75
 DIST zfs-2.1.9.tar.gz.asc 836 BLAKE2B 
1e76525eab338398dd6ff7539ea4e7d18847d0f40e9093d813ec93fce5fa4c16e09f91c0805ba01a29190f673d131f85442c13035166d6f2d007a7e42dc15486
 SHA512 
35e1213fcac0458e1243355beba021dfefef455df2b341fbc4b10047f9ed4747df84e319d10ffe4bbcd572fbf014019e0dec200eb4e7d3c116fb805369182cb0
-DIST zfs-2.2.0-rc1.tar.gz 33656024 BLAKE2B 
1157db51d2736905b787a2627e599d7ac527be281edc9a76da0f746ae39483df3b4b8b31e5af504b9b06cd99a3776cd16670a8774d0e68f50014b09971209437
 SHA512 
22285ea1b34d4dbed311e3855449cad51c6f6ddb29c906f106fa6f4816d8e478f073b29fbc4d9636bf783558e041b20d2f2c5c0c33f65153d3b21da6cd9b7689
-DIST zfs-2.2.0-rc1.tar.gz.asc 195 BLAKE2B 
8df7d05729716ca75e8c975df92f8a1976b7712a3c98e3479582550e60bd97af77f80e9b72be094b57650948136ad8a9276e7d4ea0a1d0473a5d56988058bcc8
 SHA512 
de6ee565f864080dfcf69ecdf832cebdabaa29d9f3dac1ad5f5928e664352aa3da4ed0ba5f2e634e3629f10eedbae9d1613ac3d3a13285fef846f7beabfa2f79
-DIST zfs-2.2.0-rc2.tar.gz 33657059 BLAKE2B 
efcac0a74ba3a0168eed868457cbc5c38572e4ed5653979d874d5c61ff9ee1ea474b4f7d8ef0df7e05e0e45e0802f2ad46fe54414af8d53375fb968fe6927757
 SHA512 
c509b8078907fb644c7a88b9ff386c16b6b72a1ee3156011887b98d93b57fe6bb73575c6de173ce7897d31c425c8f87ff3450091e3687ee5a8e1bebc15ecdd80
-DIST zfs-2.2.0-rc2.tar.gz.asc 195 BLAKE2B 
45ab6dbe068845643fef92f539f4fb1b312b41684768276a849806adb26a6a30a7f635c8050f9cd435aa5374c5fda229b2688f33b9171b63f5bb1d3028d5b955
 SHA512 
8d300fb013e495bb631f170606003154d6f3eaf630d7598e1ec83d0031e83c3de0166682522fbb287a7e860967e6b9e439ad81e115c1f6d4a27680ca90cf6dfd
 DIST zfs-2.2.0-rc3.tar.gz 3388 BLAKE2B 
37c47bcbf34d9238f42bbc80e2b0712a9e64a48196a390e30cfc02a510e0a8c28da5aa52eb3963a2363d2d23881628cadad13e2121cf54a0582cfc7d55685313
 SHA512 
d82991e6ff63910b38aa0d9b79fce19d1deb79a214adca4bec3fd468077674ef1de264b6f5b0acf9dc0418ce1ed4c9e98d1ad4596274a1769061ae20e017fb92
 DIST zfs-2.2.0-rc3.tar.gz.asc 195 BLAKE2B 
cbbced9255a3b6a5ec0190806b73e62533600975dad073b82532fb1e488bf81b8d056c7a4f59b9e212a9825ec4900d6f2e2c0141b3d4d58577fe36d9bc3c15b9
 SHA512 
45424815e39b33107805da737ecfcb95c761ab774143e72449dacfe98a851ddf52c7cb08a587548159305b4c4fe51a0fb9cfbf30fdadf093518eb4c8ce49e12c

diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.2.0_rc1.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-2.2.0_rc1.ebuild
deleted file mode 100644
index 6e98cece951c..
--- a/sys-fs/zfs-kmod/zfs-kmod-2.2.0_rc1.ebuild
+++ /dev/null
@@ -1,217 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools dist-kernel-utils flag-o-matic linux-mod-r1 multiprocessing
-
-DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
-HOMEPAGE="https://github.com/openzfs/zfs;
-
-MODULES_KERNEL_MAX=6.3
-MODULES_KERNEL_MIN=3.10
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/openzfs/zfs.git;
-   inherit git-r3
-   unset MODULES_KERNEL_MAX
-else
-   
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/openzfs.asc
-   inherit verify-sig
-
-   MY_PV=${PV/_rc/-rc}
-   
SRC_URI="https://github.com/openzfs/zfs/releases/download/zfs-${MY_PV}/zfs-${MY_PV}.tar.gz;
-   SRC_URI+=" verify-sig? ( 
https://github.com/openzfs/zfs/releases/download/zfs-${MY_PV}/zfs-${MY_PV}.tar.gz.asc
 )"
-   S="${WORKDIR}/zfs-${MY_PV}"
-
-   ZFS_KERNEL_COMPAT="${MODULES_KERNEL_MAX}"
-   # Increments minor eg 5.14 -> 5.15, and still supports override.
-   

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

2023-07-27 Thread Sam James
commit: f85678c530981662da161dfba3c49f1ee16cf5d6
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 28 01:23:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 28 01:26:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85678c5

sys-fs/zfs: add 2.2.0_rc3

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

 sys-fs/zfs/Manifest |   2 +
 sys-fs/zfs/zfs-2.2.0_rc3.ebuild | 306 
 2 files changed, 308 insertions(+)

diff --git a/sys-fs/zfs/Manifest b/sys-fs/zfs/Manifest
index c01ce1f71997..36404e8fd024 100644
--- a/sys-fs/zfs/Manifest
+++ b/sys-fs/zfs/Manifest
@@ -8,3 +8,5 @@ DIST zfs-2.2.0-rc1.tar.gz 33656024 BLAKE2B 
1157db51d2736905b787a2627e599d7ac527b
 DIST zfs-2.2.0-rc1.tar.gz.asc 195 BLAKE2B 
8df7d05729716ca75e8c975df92f8a1976b7712a3c98e3479582550e60bd97af77f80e9b72be094b57650948136ad8a9276e7d4ea0a1d0473a5d56988058bcc8
 SHA512 
de6ee565f864080dfcf69ecdf832cebdabaa29d9f3dac1ad5f5928e664352aa3da4ed0ba5f2e634e3629f10eedbae9d1613ac3d3a13285fef846f7beabfa2f79
 DIST zfs-2.2.0-rc2.tar.gz 33657059 BLAKE2B 
efcac0a74ba3a0168eed868457cbc5c38572e4ed5653979d874d5c61ff9ee1ea474b4f7d8ef0df7e05e0e45e0802f2ad46fe54414af8d53375fb968fe6927757
 SHA512 
c509b8078907fb644c7a88b9ff386c16b6b72a1ee3156011887b98d93b57fe6bb73575c6de173ce7897d31c425c8f87ff3450091e3687ee5a8e1bebc15ecdd80
 DIST zfs-2.2.0-rc2.tar.gz.asc 195 BLAKE2B 
45ab6dbe068845643fef92f539f4fb1b312b41684768276a849806adb26a6a30a7f635c8050f9cd435aa5374c5fda229b2688f33b9171b63f5bb1d3028d5b955
 SHA512 
8d300fb013e495bb631f170606003154d6f3eaf630d7598e1ec83d0031e83c3de0166682522fbb287a7e860967e6b9e439ad81e115c1f6d4a27680ca90cf6dfd
+DIST zfs-2.2.0-rc3.tar.gz 3388 BLAKE2B 
37c47bcbf34d9238f42bbc80e2b0712a9e64a48196a390e30cfc02a510e0a8c28da5aa52eb3963a2363d2d23881628cadad13e2121cf54a0582cfc7d55685313
 SHA512 
d82991e6ff63910b38aa0d9b79fce19d1deb79a214adca4bec3fd468077674ef1de264b6f5b0acf9dc0418ce1ed4c9e98d1ad4596274a1769061ae20e017fb92
+DIST zfs-2.2.0-rc3.tar.gz.asc 195 BLAKE2B 
cbbced9255a3b6a5ec0190806b73e62533600975dad073b82532fb1e488bf81b8d056c7a4f59b9e212a9825ec4900d6f2e2c0141b3d4d58577fe36d9bc3c15b9
 SHA512 
45424815e39b33107805da737ecfcb95c761ab774143e72449dacfe98a851ddf52c7cb08a587548159305b4c4fe51a0fb9cfbf30fdadf093518eb4c8ce49e12c

diff --git a/sys-fs/zfs/zfs-2.2.0_rc3.ebuild b/sys-fs/zfs/zfs-2.2.0_rc3.ebuild
new file mode 100644
index ..e9d67dd0d80e
--- /dev/null
+++ b/sys-fs/zfs/zfs-2.2.0_rc3.ebuild
@@ -0,0 +1,306 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_OPTIONAL=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 
flag-o-matic linux-info pam systemd udev usr-ldscript
+
+DESCRIPTION="Userland utilities for ZFS Linux kernel module"
+HOMEPAGE="https://github.com/openzfs/zfs;
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3 linux-mod
+   EGIT_REPO_URI="https://github.com/openzfs/zfs.git;
+else
+   VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/openzfs.asc
+   inherit verify-sig
+
+   MY_P="${P/_rc/-rc}"
+   
SRC_URI="https://github.com/openzfs/${PN}/releases/download/${MY_P}/${MY_P}.tar.gz;
+   SRC_URI+=" verify-sig? ( 
https://github.com/openzfs/${PN}/releases/download/${MY_P}/${MY_P}.tar.gz.asc )"
+   S="${WORKDIR}/${MY_P}"
+
+   if [[ ${PV} != *_rc* ]]; then
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~sparc"
+   fi
+fi
+
+LICENSE="BSD-2 CDDL MIT"
+# just libzfs soname major for now.
+# possible candidates: libuutil, libzpool, libnvpair. Those do not provide 
stable abi, but are considered.
+# see libsoversion_check() below as well
+SLOT="0/5"
+IUSE="custom-cflags debug dist-kernel kernel-builtin minimal nls pam python 
+rootfs selinux test-suite"
+
+DEPEND="
+   dev-libs/openssl:=
+   net-libs/libtirpc:=
+   sys-apps/util-linux
+   sys-libs/zlib
+   virtual/libudev:=
+   !minimal? ( ${PYTHON_DEPS} )
+   pam? ( sys-libs/pam )
+   python? (
+   $(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 
'python*')
+   )
+"
+
+BDEPEND="
+   app-alternatives/awk
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+   python? (
+   ${DISTUTILS_DEPS}
+   || (
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/distlib[${PYTHON_USEDEP}]
+   )
+   )
+"
+
+if [[ ${PV} != "" ]] ; then
+   BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-openzfs )"
+fi
+
+# awk is used for some scripts, completions, and the Dracut module
+RDEPEND="
+   ${DEPEND}
+   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV}:= )
+   !prefix? ( virtual/udev )
+   app-alternatives/awk
+   sys-fs/udev-init-scripts
+   dist-kernel? ( virtual/dist-kernel:= )
+   rootfs? (
+

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

2023-07-27 Thread Sam James
commit: 1d9be8e3c728202b726c923ef13f557eaeda3c82
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 28 01:26:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 28 01:26:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9be8e3

sys-fs/zfs: drop 2.2.0_rc1, 2.2.0_rc2

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

 sys-fs/zfs/Manifest |   4 -
 sys-fs/zfs/zfs-2.2.0_rc1.ebuild | 306 
 sys-fs/zfs/zfs-2.2.0_rc2.ebuild | 306 
 3 files changed, 616 deletions(-)

diff --git a/sys-fs/zfs/Manifest b/sys-fs/zfs/Manifest
index 36404e8fd024..34e7ed5dc0b4 100644
--- a/sys-fs/zfs/Manifest
+++ b/sys-fs/zfs/Manifest
@@ -4,9 +4,5 @@ DIST zfs-2.1.12.tar.gz 35155013 BLAKE2B 
652780e6bf7b63f45909110726d53795fada034f
 DIST zfs-2.1.12.tar.gz.asc 836 BLAKE2B 
9215e732981a82254115cd17ec3c9810d4e9e5d5f7bb848778848f911478fc2e4bdbfc563e9835a2e876c26d9e0e8755724a0995baf9ad24e9265123e10cfddf
 SHA512 
69c8b618947fd966eba0bba1c7326ddd463861f051a6cf1d06e23bd6d840fe7503f02adec2c3cbb203fa7b1cced51500f3689c224b653d13d227edd51b5a44f6
 DIST zfs-2.1.9.tar.gz 35106538 BLAKE2B 
d7553cc162687531b254089e29e2e15e2eb6b362cecd8e70c24bbb5dbffbde82036ad2d416f4caeceaa324bee8a2e59d9e3cd8a3bf55a2e3c0718c7af9562812
 SHA512 
a3c410abe911be7d3d66af8ad7023a810eb4ae3284001e544c3a34275eb17a4916a7c094936a2628a590007c007eea84673efa9f3201fd9f24c499fd5ed3ed75
 DIST zfs-2.1.9.tar.gz.asc 836 BLAKE2B 
1e76525eab338398dd6ff7539ea4e7d18847d0f40e9093d813ec93fce5fa4c16e09f91c0805ba01a29190f673d131f85442c13035166d6f2d007a7e42dc15486
 SHA512 
35e1213fcac0458e1243355beba021dfefef455df2b341fbc4b10047f9ed4747df84e319d10ffe4bbcd572fbf014019e0dec200eb4e7d3c116fb805369182cb0
-DIST zfs-2.2.0-rc1.tar.gz 33656024 BLAKE2B 
1157db51d2736905b787a2627e599d7ac527be281edc9a76da0f746ae39483df3b4b8b31e5af504b9b06cd99a3776cd16670a8774d0e68f50014b09971209437
 SHA512 
22285ea1b34d4dbed311e3855449cad51c6f6ddb29c906f106fa6f4816d8e478f073b29fbc4d9636bf783558e041b20d2f2c5c0c33f65153d3b21da6cd9b7689
-DIST zfs-2.2.0-rc1.tar.gz.asc 195 BLAKE2B 
8df7d05729716ca75e8c975df92f8a1976b7712a3c98e3479582550e60bd97af77f80e9b72be094b57650948136ad8a9276e7d4ea0a1d0473a5d56988058bcc8
 SHA512 
de6ee565f864080dfcf69ecdf832cebdabaa29d9f3dac1ad5f5928e664352aa3da4ed0ba5f2e634e3629f10eedbae9d1613ac3d3a13285fef846f7beabfa2f79
-DIST zfs-2.2.0-rc2.tar.gz 33657059 BLAKE2B 
efcac0a74ba3a0168eed868457cbc5c38572e4ed5653979d874d5c61ff9ee1ea474b4f7d8ef0df7e05e0e45e0802f2ad46fe54414af8d53375fb968fe6927757
 SHA512 
c509b8078907fb644c7a88b9ff386c16b6b72a1ee3156011887b98d93b57fe6bb73575c6de173ce7897d31c425c8f87ff3450091e3687ee5a8e1bebc15ecdd80
-DIST zfs-2.2.0-rc2.tar.gz.asc 195 BLAKE2B 
45ab6dbe068845643fef92f539f4fb1b312b41684768276a849806adb26a6a30a7f635c8050f9cd435aa5374c5fda229b2688f33b9171b63f5bb1d3028d5b955
 SHA512 
8d300fb013e495bb631f170606003154d6f3eaf630d7598e1ec83d0031e83c3de0166682522fbb287a7e860967e6b9e439ad81e115c1f6d4a27680ca90cf6dfd
 DIST zfs-2.2.0-rc3.tar.gz 3388 BLAKE2B 
37c47bcbf34d9238f42bbc80e2b0712a9e64a48196a390e30cfc02a510e0a8c28da5aa52eb3963a2363d2d23881628cadad13e2121cf54a0582cfc7d55685313
 SHA512 
d82991e6ff63910b38aa0d9b79fce19d1deb79a214adca4bec3fd468077674ef1de264b6f5b0acf9dc0418ce1ed4c9e98d1ad4596274a1769061ae20e017fb92
 DIST zfs-2.2.0-rc3.tar.gz.asc 195 BLAKE2B 
cbbced9255a3b6a5ec0190806b73e62533600975dad073b82532fb1e488bf81b8d056c7a4f59b9e212a9825ec4900d6f2e2c0141b3d4d58577fe36d9bc3c15b9
 SHA512 
45424815e39b33107805da737ecfcb95c761ab774143e72449dacfe98a851ddf52c7cb08a587548159305b4c4fe51a0fb9cfbf30fdadf093518eb4c8ce49e12c

diff --git a/sys-fs/zfs/zfs-2.2.0_rc1.ebuild b/sys-fs/zfs/zfs-2.2.0_rc1.ebuild
deleted file mode 100644
index e9d67dd0d80e..
--- a/sys-fs/zfs/zfs-2.2.0_rc1.ebuild
+++ /dev/null
@@ -1,306 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 
flag-o-matic linux-info pam systemd udev usr-ldscript
-
-DESCRIPTION="Userland utilities for ZFS Linux kernel module"
-HOMEPAGE="https://github.com/openzfs/zfs;
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3 linux-mod
-   EGIT_REPO_URI="https://github.com/openzfs/zfs.git;
-else
-   VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/openzfs.asc
-   inherit verify-sig
-
-   MY_P="${P/_rc/-rc}"
-   
SRC_URI="https://github.com/openzfs/${PN}/releases/download/${MY_P}/${MY_P}.tar.gz;
-   SRC_URI+=" verify-sig? ( 
https://github.com/openzfs/${PN}/releases/download/${MY_P}/${MY_P}.tar.gz.asc )"
-   S="${WORKDIR}/${MY_P}"
-
-   if [[ ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~sparc"
-   fi
-fi
-
-LICENSE="BSD-2 CDDL MIT"
-# just libzfs soname major for now.
-# possible 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/

2023-07-27 Thread Ionen Wolkens
commit: 85a01fdaee7f2bea99aba09bd4f38b95bbff3c3c
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Jul 28 01:15:21 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jul 28 01:15:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a01fda

x11-terms/kitty: drop 0.28.1, 0.29.0

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

 x11-terms/kitty/Manifest|   6 --
 x11-terms/kitty/kitty-0.28.1.ebuild | 169 
 x11-terms/kitty/kitty-0.29.0.ebuild | 169 
 3 files changed, 344 deletions(-)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index 82238185b9d9..9c5350852e26 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -1,12 +1,6 @@
 DIST kitty-0.27.1-vendor.tar.xz 695432 BLAKE2B 
86c9a316351432e0ff14bf139158816ddabe7e16d91768694a8560a500765b518ba42db26ad24349c05caece5771c5db4fdf7077f06631d1e81ea9ddb52e0391
 SHA512 
f96366b7896a34202110c98a9f2177482a01102fb822bd33c46eeb6ffe096fce927213950bab658a6649e1874e936c479ea7884d3518a0d054e2f598d6402bdf
 DIST kitty-0.27.1.tar.xz 5045588 BLAKE2B 
2381b3e9af26bb8a4c4358318289e9ef49ba1e38678ef192fd815ced962644671433a80f124579fb593257351cd8e0a61f845975d61d0d33f42b9d470ef130f0
 SHA512 
484d451b418defc7256319730d623224e3744d6200989d92839c40c951fdb213fe2ef472ddf968f695e499aa6c35d994ad76bb0eb28bca80ec8644b2ead40d56
 DIST kitty-0.27.1.tar.xz.sig 566 BLAKE2B 
49cb96d99c48cfe74a50191687fac269cdc33146b5879acbb298c3c9bc7760eda1b2b08839f531d6fe4cf46287d671a1f6a6a24ffe6d6408939d113ba40545db
 SHA512 
b4d24f24ea49c342756d0e458c22e856c4117f07f197ee5294b07ac0a8b5e9d992446b86effb5a7aa1683582cf9ee59bcf651ae4f3952df7783f0a4438042799
-DIST kitty-0.28.1-vendor.tar.xz 1344988 BLAKE2B 
768a2859f18b743a23007be60323035f54375496cb08d45dabab12ca09b3227451f7c1e78dda72bc79712835e1e0541549b1c1f7b5f68f8b1164062c77ba7520
 SHA512 
bc111e7428660d79e116a88f0c62c4dc54c79c423c364156219c5a6251f0725fc43e34e8b518352b00433c2443371619b4f6ab5c41d32ddf129c42f98ced0694
-DIST kitty-0.28.1.tar.xz 7850232 BLAKE2B 
18567e54bbd2ac183120122847951744bb8494829911d4c66b5db23488fcc257c895b8d788c1b386ffec832aceb4f691a8a10339be07d43e54957c9c98365a01
 SHA512 
a8863c8bf5a3c385671d98bd50481ffcd3984e45ee051173eb38de9aac79643e69a312e08b8f655759f3ecdfab4efe38dca39167f5590e482748b5e85dea5537
-DIST kitty-0.28.1.tar.xz.sig 566 BLAKE2B 
5ad5fa8fa0143dcd5760dbd885c718582e5001d2eeb5b6b559abffd556407e1061ebe9c84757f49c57803233f38ebe6f7d813f9f50a55b7ce8532c0f589cd8ae
 SHA512 
cf13e09978187c19d53903aea0032ef2088950eb050e0d183283919e96d9a2ae14dd2a40f63ee0fc5180be3e5a9066ade86943f1bcac042d6da890fa2ed13720
-DIST kitty-0.29.0-vendor.tar.xz 1377160 BLAKE2B 
f0ab044a117d3592aa7c26a7401d93f3a4315f81a7612eeb8ba34be4f154955d7f6662adec7b0710484bfb5284aa0750bb19ab0c07279c74a9b3b4e42770d262
 SHA512 
b8c8bd91e5b8e711546d476b1c37dd5c15b9f5f02109279b75f6b27f994e910418c9429ba74bb170315df0e5e01ef235eecc8ade0b8d8a0effb97333ae18ce99
-DIST kitty-0.29.0.tar.xz 7812720 BLAKE2B 
bbcc08cb474bf0d9faff0a32244a4ce374da170b78dbeb74bf720ab431c51a8899d2ecaccf45a9063531ea9db51340ddd08bc72cb933cd9c812e89c176ecb32a
 SHA512 
d8d13dea92d21ad113e3f6b056b2ea31514e0893b04c2bac2665821bb66ec10fdadacbf19e22980e0e744ef9d272f2fc2b4981016b182509af2040b6f4267d3c
-DIST kitty-0.29.0.tar.xz.sig 566 BLAKE2B 
8755e62df9766fe742447e77d4d8c22303deac91a754cf0ef0cbd62ace6b1b48d48d5a703c6e96cbbdcf8c6527792b0f74dd4ef8c79eca3bc4fb9e719805d098
 SHA512 
741dcf20254e8e6500d42c4cd4fa6f61497b511c330f7ceeb8bc75322c0c3c65baac6e29b48ae4e2fb6455b5d39d0988284694ccd269bde70adacd43ca34
 DIST kitty-0.29.1-vendor.tar.xz 1376632 BLAKE2B 
7ac778f1687f3fcf0803ae5b993306c72797b900203609bc1f96a3a624d1b8ea3d4f8a63b4930d64e4c720b3da932daf19d03928f7233402ac3fe63576abfeab
 SHA512 
f4bc8a3e9d23824e428beb02a09e34565d89cda4d277b0599a08a2491bc4960d4fe5fd6a4d70e3360ea88c28b786699381404629b0bf27a6190b4ef0cae81a74
 DIST kitty-0.29.1.tar.xz 7809084 BLAKE2B 
eba6bbe0fc69184a2b73088fff2859d49d06f030128306e761c16142872ceb280b3f034e86190614e68dd0703e8e0506ad5a1d4c4dd9fa64f22c9274d45952e2
 SHA512 
ce09342ed3cbb0a518dde8d33606468ee5a2a164f18ff4c8addbd33b05459407d4a935b93acb0e98df8d618aa832c93f91e9ac060e7f87c1e4567484adc46c9c
 DIST kitty-0.29.1.tar.xz.sig 566 BLAKE2B 
e7430db16603233faff10f92599962fd095ca8d5bbcf573e3fa600ec73cce7f23b9f12a299228ea53c1a04fd2f430ebc546b088f7e1b0504c44021f9fbe0ad0d
 SHA512 
e661c1c0aba0bc0c4cde2458b27fe8aa591bd6f5510ba4fbbe881d3ea6e60c2f94bf3b2974f4f385b96d31668850eca274aadc98e96690b51e41ceddf3acad50

diff --git a/x11-terms/kitty/kitty-0.28.1.ebuild 
b/x11-terms/kitty/kitty-0.28.1.ebuild
deleted file mode 100644
index 00cbcf7ed7e4..
--- a/x11-terms/kitty/kitty-0.28.1.ebuild
+++ /dev/null
@@ -1,169 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit edo optfeature multiprocessing python-single-r1 toolchain-funcs xdg

[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/

2023-07-27 Thread Ionen Wolkens
commit: d35084b14e388e444a473629bc040d415da8842a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Jul 28 01:23:27 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jul 28 01:23:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35084b1

x11-terms/kitty: add 0.29.2

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

 x11-terms/kitty/Manifest|   3 +
 x11-terms/kitty/kitty-0.29.2.ebuild | 165 
 2 files changed, 168 insertions(+)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index 9c5350852e26..2d9ea594436e 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -4,3 +4,6 @@ DIST kitty-0.27.1.tar.xz.sig 566 BLAKE2B 
49cb96d99c48cfe74a50191687fac269cdc3314
 DIST kitty-0.29.1-vendor.tar.xz 1376632 BLAKE2B 
7ac778f1687f3fcf0803ae5b993306c72797b900203609bc1f96a3a624d1b8ea3d4f8a63b4930d64e4c720b3da932daf19d03928f7233402ac3fe63576abfeab
 SHA512 
f4bc8a3e9d23824e428beb02a09e34565d89cda4d277b0599a08a2491bc4960d4fe5fd6a4d70e3360ea88c28b786699381404629b0bf27a6190b4ef0cae81a74
 DIST kitty-0.29.1.tar.xz 7809084 BLAKE2B 
eba6bbe0fc69184a2b73088fff2859d49d06f030128306e761c16142872ceb280b3f034e86190614e68dd0703e8e0506ad5a1d4c4dd9fa64f22c9274d45952e2
 SHA512 
ce09342ed3cbb0a518dde8d33606468ee5a2a164f18ff4c8addbd33b05459407d4a935b93acb0e98df8d618aa832c93f91e9ac060e7f87c1e4567484adc46c9c
 DIST kitty-0.29.1.tar.xz.sig 566 BLAKE2B 
e7430db16603233faff10f92599962fd095ca8d5bbcf573e3fa600ec73cce7f23b9f12a299228ea53c1a04fd2f430ebc546b088f7e1b0504c44021f9fbe0ad0d
 SHA512 
e661c1c0aba0bc0c4cde2458b27fe8aa591bd6f5510ba4fbbe881d3ea6e60c2f94bf3b2974f4f385b96d31668850eca274aadc98e96690b51e41ceddf3acad50
+DIST kitty-0.29.2-vendor.tar.xz 1377044 BLAKE2B 
f342c7be9bec556b9b16b0e2032ac1ec80296f791a0c55d8b0831d8e148f05e2a7e1ae7c30090c70e7da7e6ca489e5b9b013f59d35af708eff073899f345b7ac
 SHA512 
c0e2c55b0c7ca6ad435092c1267ed1164e042cc61ebf80b298477703607ac7611170cac1918d3703669e2363756e2d805d490018e66cc5b97efecbd0e516298e
+DIST kitty-0.29.2.tar.xz 7809388 BLAKE2B 
6928d79a6cc0eaac4d92ce3babbeb0a42bf1dbc92b775386b521c8399352ba77ab9828f8cfd9f40c3e4f29ae98852b6f3cb9ee1f412474ba2ef655c18d2c294d
 SHA512 
a34d8b5bc817dd9d27f1afa190856d916576f52458ede2253655b294358b6b89b1f103acb90d8d66a494b346420ddedc9fcf1a3399f561268ded82e7b1954b06
+DIST kitty-0.29.2.tar.xz.sig 566 BLAKE2B 
52fe246f3c4a74dfb62ed34b12b639858eb91aef02c872e472e1a1272268f6da2027b325dc29e260346c76bfbaa206486c6ce2f44f259d33f1ca3a0fd82150ff
 SHA512 
ffcc63904a09148ddbf2eb761686942d1de3ce2c8c7c93b8a1c59ef704e0886bce972dd162e88de65912682233b21398970685cebbda785f7c4215f02ddbf9fd

diff --git a/x11-terms/kitty/kitty-0.29.2.ebuild 
b/x11-terms/kitty/kitty-0.29.2.ebuild
new file mode 100644
index ..ca29cc5189de
--- /dev/null
+++ b/x11-terms/kitty/kitty-0.29.2.ebuild
@@ -0,0 +1,165 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit edo optfeature multiprocessing python-single-r1 toolchain-funcs xdg
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git;
+else
+   inherit verify-sig
+   SRC_URI="
+   
https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz
+   https://dev.gentoo.org/~ionen/distfiles/${P}-vendor.tar.xz
+   verify-sig? ( 
https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz.sig )"
+   
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/kovidgoyal.gpg"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Fast, feature-rich, GPU-based terminal"
+HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
+
+LICENSE="GPL-3 ZLIB"
+LICENSE+=" Apache-2.0 BSD MIT MPL-2.0" # go
+SLOT="0"
+IUSE="+X test wayland"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   || ( X wayland )
+   test? ( X wayland )"
+RESTRICT="!test? ( test )"
+
+# dlopen: fontconfig,libglvnd
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/openssl:=
+   media-libs/fontconfig
+   media-libs/harfbuzz:=
+   media-libs/lcms:2
+   media-libs/libglvnd[X?]
+   media-libs/libpng:=
+   net-libs/librsync:=
+   sys-apps/dbus
+   sys-libs/zlib:=
+   x11-libs/libxkbcommon[X?]
+   x11-misc/xkeyboard-config
+   ~x11-terms/kitty-shell-integration-${PV}
+   ~x11-terms/kitty-terminfo-${PV}
+   X? ( x11-libs/libX11 )
+   wayland? ( dev-libs/wayland )
+   !sci-mathematics/kissat"
+DEPEND="
+   ${RDEPEND}
+   X? (
+   x11-base/xorg-proto
+   x11-libs/libXcursor
+   x11-libs/libXi
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   )
+   wayland? ( dev-libs/wayland-protocols )"
+BDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-lang/go-1.20
+   sys-libs/ncurses
+   virtual/pkgconfig
+ 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-terminfo/

2023-07-27 Thread Ionen Wolkens
commit: 31404db58d995516ed4065244211ea9cd91c492d
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Jul 28 01:23:14 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jul 28 01:23:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31404db5

x11-terms/kitty-terminfo: add 0.29.2

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

 x11-terms/kitty-terminfo/Manifest  |  1 +
 .../kitty-terminfo/kitty-terminfo-0.29.2.ebuild| 23 ++
 2 files changed, 24 insertions(+)

diff --git a/x11-terms/kitty-terminfo/Manifest 
b/x11-terms/kitty-terminfo/Manifest
index 4f864fbc6a35..c755a2502313 100644
--- a/x11-terms/kitty-terminfo/Manifest
+++ b/x11-terms/kitty-terminfo/Manifest
@@ -1,2 +1,3 @@
 DIST kitty-0.27.1.tar.xz 5045588 BLAKE2B 
2381b3e9af26bb8a4c4358318289e9ef49ba1e38678ef192fd815ced962644671433a80f124579fb593257351cd8e0a61f845975d61d0d33f42b9d470ef130f0
 SHA512 
484d451b418defc7256319730d623224e3744d6200989d92839c40c951fdb213fe2ef472ddf968f695e499aa6c35d994ad76bb0eb28bca80ec8644b2ead40d56
 DIST kitty-0.29.1.tar.xz 7809084 BLAKE2B 
eba6bbe0fc69184a2b73088fff2859d49d06f030128306e761c16142872ceb280b3f034e86190614e68dd0703e8e0506ad5a1d4c4dd9fa64f22c9274d45952e2
 SHA512 
ce09342ed3cbb0a518dde8d33606468ee5a2a164f18ff4c8addbd33b05459407d4a935b93acb0e98df8d618aa832c93f91e9ac060e7f87c1e4567484adc46c9c
+DIST kitty-0.29.2.tar.xz 7809388 BLAKE2B 
6928d79a6cc0eaac4d92ce3babbeb0a42bf1dbc92b775386b521c8399352ba77ab9828f8cfd9f40c3e4f29ae98852b6f3cb9ee1f412474ba2ef655c18d2c294d
 SHA512 
a34d8b5bc817dd9d27f1afa190856d916576f52458ede2253655b294358b6b89b1f103acb90d8d66a494b346420ddedc9fcf1a3399f561268ded82e7b1954b06

diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.29.2.ebuild 
b/x11-terms/kitty-terminfo/kitty-terminfo-0.29.2.ebuild
new file mode 100644
index ..f217412c7ed0
--- /dev/null
+++ b/x11-terms/kitty-terminfo/kitty-terminfo-0.29.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Terminfo for kitty, a GPU-based terminal emulator"
+HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
+SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz;
+S="${WORKDIR}/kitty-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+RESTRICT="test" # intended to be ran on the full kitty package
+
+BDEPEND="sys-libs/ncurses"
+
+src_compile() { :; }
+
+src_install() {
+   dodir /usr/share/terminfo
+   tic -xo "${ED}"/usr/share/terminfo terminfo/kitty.terminfo || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-terminfo/

2023-07-27 Thread Ionen Wolkens
commit: 31a10af6d2cced046b729b68bc1e49b75007f24c
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Jul 28 01:15:47 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jul 28 01:15:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a10af6

x11-terms/kitty-terminfo: drop 0.28.1, 0.29.0

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

 x11-terms/kitty-terminfo/Manifest  |  2 --
 .../kitty-terminfo/kitty-terminfo-0.28.1.ebuild| 23 --
 .../kitty-terminfo/kitty-terminfo-0.29.0.ebuild| 23 --
 3 files changed, 48 deletions(-)

diff --git a/x11-terms/kitty-terminfo/Manifest 
b/x11-terms/kitty-terminfo/Manifest
index 938d594787e2..4f864fbc6a35 100644
--- a/x11-terms/kitty-terminfo/Manifest
+++ b/x11-terms/kitty-terminfo/Manifest
@@ -1,4 +1,2 @@
 DIST kitty-0.27.1.tar.xz 5045588 BLAKE2B 
2381b3e9af26bb8a4c4358318289e9ef49ba1e38678ef192fd815ced962644671433a80f124579fb593257351cd8e0a61f845975d61d0d33f42b9d470ef130f0
 SHA512 
484d451b418defc7256319730d623224e3744d6200989d92839c40c951fdb213fe2ef472ddf968f695e499aa6c35d994ad76bb0eb28bca80ec8644b2ead40d56
-DIST kitty-0.28.1.tar.xz 7850232 BLAKE2B 
18567e54bbd2ac183120122847951744bb8494829911d4c66b5db23488fcc257c895b8d788c1b386ffec832aceb4f691a8a10339be07d43e54957c9c98365a01
 SHA512 
a8863c8bf5a3c385671d98bd50481ffcd3984e45ee051173eb38de9aac79643e69a312e08b8f655759f3ecdfab4efe38dca39167f5590e482748b5e85dea5537
-DIST kitty-0.29.0.tar.xz 7812720 BLAKE2B 
bbcc08cb474bf0d9faff0a32244a4ce374da170b78dbeb74bf720ab431c51a8899d2ecaccf45a9063531ea9db51340ddd08bc72cb933cd9c812e89c176ecb32a
 SHA512 
d8d13dea92d21ad113e3f6b056b2ea31514e0893b04c2bac2665821bb66ec10fdadacbf19e22980e0e744ef9d272f2fc2b4981016b182509af2040b6f4267d3c
 DIST kitty-0.29.1.tar.xz 7809084 BLAKE2B 
eba6bbe0fc69184a2b73088fff2859d49d06f030128306e761c16142872ceb280b3f034e86190614e68dd0703e8e0506ad5a1d4c4dd9fa64f22c9274d45952e2
 SHA512 
ce09342ed3cbb0a518dde8d33606468ee5a2a164f18ff4c8addbd33b05459407d4a935b93acb0e98df8d618aa832c93f91e9ac060e7f87c1e4567484adc46c9c

diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.28.1.ebuild 
b/x11-terms/kitty-terminfo/kitty-terminfo-0.28.1.ebuild
deleted file mode 100644
index f217412c7ed0..
--- a/x11-terms/kitty-terminfo/kitty-terminfo-0.28.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Terminfo for kitty, a GPU-based terminal emulator"
-HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
-SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz;
-S="${WORKDIR}/kitty-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-RESTRICT="test" # intended to be ran on the full kitty package
-
-BDEPEND="sys-libs/ncurses"
-
-src_compile() { :; }
-
-src_install() {
-   dodir /usr/share/terminfo
-   tic -xo "${ED}"/usr/share/terminfo terminfo/kitty.terminfo || die
-}

diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.29.0.ebuild 
b/x11-terms/kitty-terminfo/kitty-terminfo-0.29.0.ebuild
deleted file mode 100644
index f217412c7ed0..
--- a/x11-terms/kitty-terminfo/kitty-terminfo-0.29.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Terminfo for kitty, a GPU-based terminal emulator"
-HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
-SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz;
-S="${WORKDIR}/kitty-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-RESTRICT="test" # intended to be ran on the full kitty package
-
-BDEPEND="sys-libs/ncurses"
-
-src_compile() { :; }
-
-src_install() {
-   dodir /usr/share/terminfo
-   tic -xo "${ED}"/usr/share/terminfo terminfo/kitty.terminfo || die
-}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-shell-integration/

2023-07-27 Thread Ionen Wolkens
commit: 7aa2fefd2faa9514ee4079a6de1b7254cd260f97
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Jul 28 01:15:31 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jul 28 01:15:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa2fefd

x11-terms/kitty-shell-integration: drop 0.28.1, 0.29.0

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

 x11-terms/kitty-shell-integration/Manifest |  2 --
 .../kitty-shell-integration-0.28.1.ebuild  | 37 --
 .../kitty-shell-integration-0.29.0.ebuild  | 37 --
 3 files changed, 76 deletions(-)

diff --git a/x11-terms/kitty-shell-integration/Manifest 
b/x11-terms/kitty-shell-integration/Manifest
index 938d594787e2..4f864fbc6a35 100644
--- a/x11-terms/kitty-shell-integration/Manifest
+++ b/x11-terms/kitty-shell-integration/Manifest
@@ -1,4 +1,2 @@
 DIST kitty-0.27.1.tar.xz 5045588 BLAKE2B 
2381b3e9af26bb8a4c4358318289e9ef49ba1e38678ef192fd815ced962644671433a80f124579fb593257351cd8e0a61f845975d61d0d33f42b9d470ef130f0
 SHA512 
484d451b418defc7256319730d623224e3744d6200989d92839c40c951fdb213fe2ef472ddf968f695e499aa6c35d994ad76bb0eb28bca80ec8644b2ead40d56
-DIST kitty-0.28.1.tar.xz 7850232 BLAKE2B 
18567e54bbd2ac183120122847951744bb8494829911d4c66b5db23488fcc257c895b8d788c1b386ffec832aceb4f691a8a10339be07d43e54957c9c98365a01
 SHA512 
a8863c8bf5a3c385671d98bd50481ffcd3984e45ee051173eb38de9aac79643e69a312e08b8f655759f3ecdfab4efe38dca39167f5590e482748b5e85dea5537
-DIST kitty-0.29.0.tar.xz 7812720 BLAKE2B 
bbcc08cb474bf0d9faff0a32244a4ce374da170b78dbeb74bf720ab431c51a8899d2ecaccf45a9063531ea9db51340ddd08bc72cb933cd9c812e89c176ecb32a
 SHA512 
d8d13dea92d21ad113e3f6b056b2ea31514e0893b04c2bac2665821bb66ec10fdadacbf19e22980e0e744ef9d272f2fc2b4981016b182509af2040b6f4267d3c
 DIST kitty-0.29.1.tar.xz 7809084 BLAKE2B 
eba6bbe0fc69184a2b73088fff2859d49d06f030128306e761c16142872ceb280b3f034e86190614e68dd0703e8e0506ad5a1d4c4dd9fa64f22c9274d45952e2
 SHA512 
ce09342ed3cbb0a518dde8d33606468ee5a2a164f18ff4c8addbd33b05459407d4a935b93acb0e98df8d618aa832c93f91e9ac060e7f87c1e4567484adc46c9c

diff --git 
a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.28.1.ebuild 
b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.28.1.ebuild
deleted file mode 100644
index 683e7101b6b5..
--- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.28.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Shell integration scripts for kitty, a GPU-based terminal 
emulator"
-HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
-SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz;
-S="${WORKDIR}/kitty-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-RESTRICT="test" # intended to be ran on the full kitty package
-
-src_compile() { :; }
-
-src_install() {
-   # install the whole directory in the upstream suggested location
-   # for consistency (i.e. less variation between distros if someone
-   # ssh into Gentoo), then set symlinks to autoload where possible
-   # (these exit immediately if KITTY_SHELL_INTEGRATION is unset)
-   insinto /usr/share/kitty
-   doins -r shell-integration
-
-   dosym -r 
{/usr/share/kitty/shell-integration/bash,/etc/bash/bashrc.d}/kitty.bash
-
-   dosym -r 
/usr/share/{kitty/shell-integration/fish,fish}/vendor_completions.d/kitty.fish
-   dosym -r 
/usr/share/{kitty/shell-integration/fish,fish}/vendor_conf.d/kitty-shell-integration.fish
-
-   dosym -r 
/usr/share/{kitty/shell-integration/zsh/completions,zsh/site-functions}/_kitty
-   # zsh integration is handled automatically without needing to modify rc 
files,
-   # but may require user intervention depending on zsh invocation or if 
remote
-
-   # this is used internally by the ssh kitten and is not useful there
-   rm -r "${ED}"/usr/share/kitty/shell-integration/ssh || die
-}

diff --git 
a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.29.0.ebuild 
b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.29.0.ebuild
deleted file mode 100644
index 683e7101b6b5..
--- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.29.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Shell integration scripts for kitty, a GPU-based terminal 
emulator"
-HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
-SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz;
-S="${WORKDIR}/kitty-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-RESTRICT="test" # intended to be ran on the full kitty package
-
-src_compile() { :; }
-
-src_install() {
-   # install the 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-shell-integration/

2023-07-27 Thread Ionen Wolkens
commit: 822d73ce5a31e18a146907b3cb6cc594f3a66f85
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Jul 28 01:23:01 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jul 28 01:23:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822d73ce

x11-terms/kitty-shell-integration: add 0.29.2

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

 x11-terms/kitty-shell-integration/Manifest |  1 +
 .../kitty-shell-integration-0.29.2.ebuild  | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/x11-terms/kitty-shell-integration/Manifest 
b/x11-terms/kitty-shell-integration/Manifest
index 4f864fbc6a35..c755a2502313 100644
--- a/x11-terms/kitty-shell-integration/Manifest
+++ b/x11-terms/kitty-shell-integration/Manifest
@@ -1,2 +1,3 @@
 DIST kitty-0.27.1.tar.xz 5045588 BLAKE2B 
2381b3e9af26bb8a4c4358318289e9ef49ba1e38678ef192fd815ced962644671433a80f124579fb593257351cd8e0a61f845975d61d0d33f42b9d470ef130f0
 SHA512 
484d451b418defc7256319730d623224e3744d6200989d92839c40c951fdb213fe2ef472ddf968f695e499aa6c35d994ad76bb0eb28bca80ec8644b2ead40d56
 DIST kitty-0.29.1.tar.xz 7809084 BLAKE2B 
eba6bbe0fc69184a2b73088fff2859d49d06f030128306e761c16142872ceb280b3f034e86190614e68dd0703e8e0506ad5a1d4c4dd9fa64f22c9274d45952e2
 SHA512 
ce09342ed3cbb0a518dde8d33606468ee5a2a164f18ff4c8addbd33b05459407d4a935b93acb0e98df8d618aa832c93f91e9ac060e7f87c1e4567484adc46c9c
+DIST kitty-0.29.2.tar.xz 7809388 BLAKE2B 
6928d79a6cc0eaac4d92ce3babbeb0a42bf1dbc92b775386b521c8399352ba77ab9828f8cfd9f40c3e4f29ae98852b6f3cb9ee1f412474ba2ef655c18d2c294d
 SHA512 
a34d8b5bc817dd9d27f1afa190856d916576f52458ede2253655b294358b6b89b1f103acb90d8d66a494b346420ddedc9fcf1a3399f561268ded82e7b1954b06

diff --git 
a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.29.2.ebuild 
b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.29.2.ebuild
new file mode 100644
index ..683e7101b6b5
--- /dev/null
+++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.29.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Shell integration scripts for kitty, a GPU-based terminal 
emulator"
+HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
+SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz;
+S="${WORKDIR}/kitty-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+RESTRICT="test" # intended to be ran on the full kitty package
+
+src_compile() { :; }
+
+src_install() {
+   # install the whole directory in the upstream suggested location
+   # for consistency (i.e. less variation between distros if someone
+   # ssh into Gentoo), then set symlinks to autoload where possible
+   # (these exit immediately if KITTY_SHELL_INTEGRATION is unset)
+   insinto /usr/share/kitty
+   doins -r shell-integration
+
+   dosym -r 
{/usr/share/kitty/shell-integration/bash,/etc/bash/bashrc.d}/kitty.bash
+
+   dosym -r 
/usr/share/{kitty/shell-integration/fish,fish}/vendor_completions.d/kitty.fish
+   dosym -r 
/usr/share/{kitty/shell-integration/fish,fish}/vendor_conf.d/kitty-shell-integration.fish
+
+   dosym -r 
/usr/share/{kitty/shell-integration/zsh/completions,zsh/site-functions}/_kitty
+   # zsh integration is handled automatically without needing to modify rc 
files,
+   # but may require user intervention depending on zsh invocation or if 
remote
+
+   # this is used internally by the ssh kitten and is not useful there
+   rm -r "${ED}"/usr/share/kitty/shell-integration/ssh || die
+}



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

2023-07-27 Thread Ionen Wolkens
commit: 68f29b36abe7cdd02ce86955b8e6e00c23a36485
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Jul 28 01:05:29 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jul 28 01:08:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f29b36

app-emulation/ruffle: skip displacement_map tests + use xdg reset

Note that this skips all 4 failing tests, it's matching on substring.

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

 app-emulation/ruffle/ruffle-0_p20230724.ebuild | 11 ++-
 app-emulation/ruffle/ruffle-.ebuild| 11 ++-
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/app-emulation/ruffle/ruffle-0_p20230724.ebuild 
b/app-emulation/ruffle/ruffle-0_p20230724.ebuild
index e242da6b322b..012ed52e5f0f 100644
--- a/app-emulation/ruffle/ruffle-0_p20230724.ebuild
+++ b/app-emulation/ruffle/ruffle-0_p20230724.ebuild
@@ -615,7 +615,16 @@ src_configure() {
 }
 
 src_test() {
-   virtx cargo_src_test
+   xdg_environment_reset
+
+   local skip=(
+   # this should be fine on real hardware, but currently fails 
with mesa's
+   # software rendering (bug #911320) -- note they are 
auto-skipped if
+   # USE=-gles2 on mesa, and this just forces to skip regardless
+   --skip visual/filters/displacement_map
+   )
+
+   virtx cargo_src_test -- "${skip[@]}"
 }
 
 src_install() {

diff --git a/app-emulation/ruffle/ruffle-.ebuild 
b/app-emulation/ruffle/ruffle-.ebuild
index 4fb5bd694470..ced4e9790b1e 100644
--- a/app-emulation/ruffle/ruffle-.ebuild
+++ b/app-emulation/ruffle/ruffle-.ebuild
@@ -80,7 +80,16 @@ src_configure() {
 }
 
 src_test() {
-   virtx cargo_src_test
+   xdg_environment_reset
+
+   local skip=(
+   # this should be fine on real hardware, but currently fails 
with mesa's
+   # software rendering (bug #911320) -- note they are 
auto-skipped if
+   # USE=-gles2 on mesa, and this just forces to skip regardless
+   --skip visual/filters/displacement_map
+   )
+
+   virtx cargo_src_test -- "${skip[@]}"
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libnice/, media-plugins/gst-plugins-libnice/files/

2023-07-27 Thread Sam James
commit: 552c98e4e933c0d0d3c334e22059538eb3594111
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 28 01:08:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 28 01:08:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552c98e4

media-plugins/gst-plugins-libnice: add 0.1.21

Thanks to Joseph McElroy for the assistance.

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

 media-plugins/gst-plugins-libnice/Manifest |  1 +
 ...plugins-libnice-0.1.21-no-install-version.patch | 84 ++
 ...gins-libnice-0.1.21-use-installed-libnice.patch | 46 
 .../gst-plugins-libnice-0.1.21.ebuild  | 43 +++
 4 files changed, 174 insertions(+)

diff --git a/media-plugins/gst-plugins-libnice/Manifest 
b/media-plugins/gst-plugins-libnice/Manifest
index 7bfe013e0ae3..c97d1852cce6 100644
--- a/media-plugins/gst-plugins-libnice/Manifest
+++ b/media-plugins/gst-plugins-libnice/Manifest
@@ -1 +1,2 @@
 DIST libnice-0.1.19.tar.gz 453407 BLAKE2B 
7bffde82a3e55d9aeeaadd159d944346a5192871e7f574e278dc43e8171e5fde472cd28186777a0b6cddd8bde34e035794b1c6b8f152c7fb4fae5202025bfdac
 SHA512 
1c63cc0b7655186fd6f83da4dd607183d6ccfab9b7ad7189c1bea2ba7413183f24076aba5d6c7231d2ab3fbd471827256729a8a0c0d1bda48803586e68b3778b
+DIST libnice-0.1.21.tar.gz 460086 BLAKE2B 
61f0807ad0d959ffbaf8dce7b0321a19ae42e4c57cc6ac9b8f39bd27645ef60bb342f4105b6ce4c4c82573592a5238d72031033e9e7368f8b5d53afa37d6
 SHA512 
acbd1e0e8aacb0a65cad5b70b470a74a7c4a4f1306bc4e17cd4fd899f2fae2bb538bd099e6c0f9cba6bb9a38e95bc14087aa4f77f6aa5b70d6398179783c6e26

diff --git 
a/media-plugins/gst-plugins-libnice/files/gst-plugins-libnice-0.1.21-no-install-version.patch
 
b/media-plugins/gst-plugins-libnice/files/gst-plugins-libnice-0.1.21-no-install-version.patch
new file mode 100644
index ..2602a31f97dd
--- /dev/null
+++ 
b/media-plugins/gst-plugins-libnice/files/gst-plugins-libnice-0.1.21-no-install-version.patch
@@ -0,0 +1,84 @@
+https://gitlab.freedesktop.org/libnice/libnice/-/merge_requests/259
+
+From a34623e08e368d56fe6c7fcb7a1f87ea59ad5094 Mon Sep 17 00:00:00 2001
+From: Nirbheek Chauhan 
+Date: Wed, 31 May 2023 18:34:11 +0530
+Subject: [PATCH] meson: Generate nice-version.h in the right builddir
+
+We want it in the `nice/` subdir so that it gets picked up correctly
+during uninstalled builds, such as in the gstreamer monorepo.
+
+The `NICE_CHECK_VERSION` macro was non-functional in the monorepo
+because of this.
+---
+ gst/meson.build  |  3 +--
+ meson.build  |  9 -
+ nice/meson.build | 12 +++-
+ 3 files changed, 12 insertions(+), 12 deletions(-)
+
+diff --git a/gst/meson.build b/gst/meson.build
+index 572c6abc..4ed4794f 100644
+--- a/gst/meson.build
 b/gst/meson.build
+@@ -12,8 +12,7 @@ libgstnice = library('gstnice',
+   gst_nice_sources,
+   c_args : gst_nice_args,
+   include_directories: nice_incs,
+-  dependencies: [nice_deps, gst_dep],
+-  link_with: libnice,
++  dependencies: [libnice_dep, gst_dep],
+   install_dir: gst_plugins_install_dir,
+   install: true)
+ plugins = [libgstnice]
+diff --git a/meson.build b/meson.build
+index 6a733b73..4faffb40 100644
+--- a/meson.build
 b/meson.build
+@@ -85,15 +85,6 @@ add_project_arguments('-D_GNU_SOURCE',
+   '-DNICE_VERSION_NANO=' + version_nano,
+   language: 'c')
+ 
+-version_conf = configuration_data()
+-version_conf.set('NICE_VERSION_MAJOR', version_major)
+-version_conf.set('NICE_VERSION_MINOR', version_minor)
+-version_conf.set('NICE_VERSION_MICRO', version_micro)
+-version_conf.set('NICE_VERSION_NANO', version_nano)
+-nice_version_h = configure_file(output: 'nice-version.h',
+-  install_dir: get_option('includedir') / 'nice',
+-  configuration: version_conf)
+-
+ cdata = configuration_data()
+ 
+ cdata.set_quoted('PACKAGE_STRING', meson.project_name())
+diff --git a/nice/meson.build b/nice/meson.build
+index 6916781d..4f826d81 100644
+--- a/nice/meson.build
 b/nice/meson.build
+@@ -1,4 +1,3 @@
+-nice_gen_sources = [nice_version_h]
+ nice_link_args = []
+ 
+ # libnice.def
+@@ -31,9 +30,20 @@ libnice = library('nice',
+   link_depends: mapfile,
+   install: true)
+ 
++version_conf = configuration_data()
++version_conf.set('NICE_VERSION_MAJOR', version_major)
++version_conf.set('NICE_VERSION_MINOR', version_minor)
++version_conf.set('NICE_VERSION_MICRO', version_micro)
++version_conf.set('NICE_VERSION_NANO', version_nano)
++nice_version_h = configure_file(output: 'nice-version.h',
++  install_dir: get_option('includedir') / 'nice',
++  configuration: version_conf)
++
+ install_headers('nice.h', subdir: 'nice')
+ nice_include = include_directories('.')
+ 
++nice_gen_sources = [nice_version_h]
++
+ # introspection
+ build_gir = gir.found() and not get_option('introspection').disabled()
+ if build_gir
+-- 
+GitLab

diff --git 
a/media-plugins/gst-plugins-libnice/files/gst-plugins-libnice-0.1.21-use-installed-libnice.patch
 

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

2023-07-27 Thread Michael Orlitzky
commit: d06f500afc98ba12d5adbfb158809521f9f05b4b
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jul 27 23:39:50 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jul 27 23:40:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06f500a

dev-php/phpspec-prophecy: drop old versions

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

 dev-php/phpspec-prophecy/Manifest  |  7 -
 .../phpspec-prophecy-1.10.0.ebuild | 31 --
 .../phpspec-prophecy-1.10.1.ebuild | 31 --
 .../phpspec-prophecy-1.10.3-r1.ebuild  | 31 --
 .../phpspec-prophecy-1.13.0.ebuild | 31 --
 .../phpspec-prophecy/phpspec-prophecy-1.7.0.ebuild | 31 --
 .../phpspec-prophecy/phpspec-prophecy-1.8.0.ebuild | 31 --
 .../phpspec-prophecy/phpspec-prophecy-1.9.0.ebuild | 31 --
 8 files changed, 224 deletions(-)

diff --git a/dev-php/phpspec-prophecy/Manifest 
b/dev-php/phpspec-prophecy/Manifest
index 9639fd38f3d1..45d0f97748e2 100644
--- a/dev-php/phpspec-prophecy/Manifest
+++ b/dev-php/phpspec-prophecy/Manifest
@@ -1,8 +1 @@
-DIST phpspec-prophecy-1.10.0.tar.gz 38663 BLAKE2B 
44a292eb24cbef36217c108cc09497847b27e249fa3894bdd6846e7547aab7a514396deb9918f7b1ddfe4e71142beb266914669c1d3ce151dfac2aafe7be214b
 SHA512 
f2f871dfe6db2b405ef57b859f82b7540c233ce3056601aee3a09394416a625445e4b94db50cef240a5b0da0fc972fb8b8ca3216750b6a658f09817a60da21b1
-DIST phpspec-prophecy-1.10.1.tar.gz 38707 BLAKE2B 
1eaa3fe0043b0d03341778679683cd388d2cdcc3c386ee5801f22dce453fbc3c276023f1b9dc6f26ee332948f59081e09d0944948feff1a6332195523570e4c9
 SHA512 
f42d115969894b0c1f4887a2154fe310ddd3c7d5a49abbed3c3cb6ffa86d83b1458b9323203e68a7389f5df3c95b3a25037bed41cb8f3b5e824d45102579b9ca
-DIST phpspec-prophecy-1.10.3.tar.gz 38838 BLAKE2B 
05150e31bcb5896768878672a2523499470541409796b6f4f0de2b8b8686cfa097b6a745e467ed3c9693b0498712d04f6f0e1ba0d19e2fa3677ab9f6423608de
 SHA512 
ada5ecf157bcc5979a86c76448f72c8a890f7db4496327ecf2b7b723bdfe901dd53b0225f8ee3ae7cbc38d08933c863224c9661466428fb47da9bfebdb86627c
-DIST phpspec-prophecy-1.13.0.tar.gz 40362 BLAKE2B 
e99001cfe9fb20cea12b5e109ef36ba087f99ae1bcc922af853eff1bf2d0986017b9b7be03a280de05726480ad75c9d8ee34a27c54b78e22bade9534a75e5c34
 SHA512 
5d7befb615805243f9602fe78c230c0938186d01c62cc5b90aa279713ba3b653629e91d96acd4e8bb1dc25cded81526934d189ef3f4ef38f75cba04877ccdf70
 DIST phpspec-prophecy-1.14.0.tar.gz 40801 BLAKE2B 
8968be07cbc02f76c515c8c6a27e69662e1aa697e5d502329a946a677903b59fc63347b2535b84ebf4e1d59cf6085fa10151ed9caea9f3b50c1897eaeb178636
 SHA512 
777137784a2235ae638d1b6b42bb67b2fa6eadb2c05e83097e90604aee5e0d7bc4100924fadf8f2e5ccbe09be6d4edf4fb63606f2be4a9c805dc4480d88747ef
-DIST phpspec-prophecy-1.7.0.tar.gz 60338 BLAKE2B 
8171120d8407f2e554150d5e3ea1972c54d4e2ce0e6698763f0b3c7e1645340ce22404da7844fed8412579c46f372852b4553c6d8a65c8094ef3065b0dbbd80c
 SHA512 
e8efb3882d869f10fe39dff7c2185e1ec6f044c794fd6a5785e1c1c69c71b91dc3997f61bd2566d3243dde0becce568beba9a18fa0fd152e6ce74ca43a9a0fb0
-DIST phpspec-prophecy-1.8.0.tar.gz 37907 BLAKE2B 
4bdd55d7fc14604c9fade23c60bf51f4c03accc182d7c5ad445dc6212a1e41b1bf392fe8f4a29768ecfcb2af479c0db3e29d5787d12e1f3222b032ba7e64dbc8
 SHA512 
992673f7cd148cf0b8752bbad614bbe34175a761cd4bf8849625794b505342d1bd918212a0f1463d94513f9e805d3dd127ba129d6622bcda29ea2b5c57a5582f
-DIST phpspec-prophecy-1.9.0.tar.gz 38262 BLAKE2B 
1642d38afa368be504da73c0bcf34921fe167dff5665651af23142f33979a35d8d10112e3d1c5b1b38448b92b4741ebda2c183dca10473dce833090a603f95f6
 SHA512 
d0ba1840ca84cf4b0642083858326c593086f35ba3a6d83746956efbe5d538910efc01655eaa14b4e2b7e17e7bd19cd2494cdfad0dd5bdfb43cdee2402a55b05

diff --git a/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.0.ebuild 
b/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.0.ebuild
deleted file mode 100644
index bdb25fc6a8fd..
--- a/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-MY_PN="prophecy"
-MY_VENDOR="phpspec"
-
-DESCRIPTION="Highly opinionated mocking framework"
-HOMEPAGE="https://github.com/phpspec/prophecy;
-SRC_URI="https://github.com/${MY_VENDOR}/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="dev-php/fedora-autoloader
-   =dev-lang/php-5.6:*"
-
-src_install() {
-   insinto /usr/share/php/${MY_VENDOR}/Prophecy
-   doins -r src/Prophecy/*
-   newins "${FILESDIR}/autoload-1.10.0.php" autoload.php
-}

diff --git a/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.1.ebuild 
b/dev-php/phpspec-prophecy/phpspec-prophecy-1.10.1.ebuild
deleted file mode 100644
index 

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

2023-07-27 Thread Sam James
commit: 0d124f17782d4b6a9e07a2a1bebc5f723e2efac6
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 27 22:53:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 27 22:54:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d124f17

sys-apps/systemd: fix DT_RELR build w/ USE=boot

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

 sys-apps/systemd/files/systemd-254-dt_relr.patch | 26 
 sys-apps/systemd/systemd-254_rc3.ebuild  |  1 +
 2 files changed, 27 insertions(+)

diff --git a/sys-apps/systemd/files/systemd-254-dt_relr.patch 
b/sys-apps/systemd/files/systemd-254-dt_relr.patch
new file mode 100644
index ..9adfc11c1dd3
--- /dev/null
+++ b/sys-apps/systemd/files/systemd-254-dt_relr.patch
@@ -0,0 +1,26 @@
+https://bugs.gentoo.org/910570
+https://github.com/systemd/systemd/issues/28520
+https://github.com/systemd/systemd/commit/eff91e2f3863f9e176b383e5c54741c64ca7a636
+
+From eff91e2f3863f9e176b383e5c54741c64ca7a636 Mon Sep 17 00:00:00 2001
+From: Luca Boccassi 
+Date: Wed, 26 Jul 2023 11:29:57 +0100
+Subject: [PATCH] efi: link with -z nopack-relative-relocs
+
+elf2efi.py cannot handle DT_RELR relocations, so disable it
+if we can
+
+Fixes https://github.com/systemd/systemd/issues/28520
+--- a/src/boot/efi/meson.build
 b/src/boot/efi/meson.build
+@@ -174,6 +174,10 @@ efi_c_ld_args = [
+ '-T' + elf2efi_lds,
+ ]
+ 
++# On CentOS 8 the nopack-relative-relocs linker flag is not supported, and we 
get:
++#   /usr/bin/ld.bfd: warning: -z nopack-relative-relocs ignored
++efi_c_ld_args += 
cc.get_supported_link_arguments('-Wl,-z,nopack-relative-relocs')
++
+ # efi_c_args is explicitly passed to targets so that they can override 
distro-provided flags
+ # that should not be used for EFI binaries.
+ efi_disabled_c_args = cc.get_supported_arguments(

diff --git a/sys-apps/systemd/systemd-254_rc3.ebuild 
b/sys-apps/systemd/systemd-254_rc3.ebuild
index 494249a2edd6..1333d2cd88f7 100644
--- a/sys-apps/systemd/systemd-254_rc3.ebuild
+++ b/sys-apps/systemd/systemd-254_rc3.ebuild
@@ -241,6 +241,7 @@ src_unpack() {
 src_prepare() {
local PATCHES=(
"${FILESDIR}/systemd-253-initrd-generators.patch"
+   "${FILESDIR}/systemd-254-dt_relr.patch"
)
 
if ! use vanilla; then



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

2023-07-27 Thread Patrick McLean
commit: 870fcf372b2ae5618e87de81b470917cf7dc2daa
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Jul 27 22:42:19 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jul 27 22:42:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870fcf37

dev-util/difftastic: add 0.49.0

Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/difftastic/Manifest |   7 ++
 dev-util/difftastic/difftastic-0.49.0.ebuild | 169 +++
 2 files changed, 176 insertions(+)

diff --git a/dev-util/difftastic/Manifest b/dev-util/difftastic/Manifest
index 4765be664a7e..60f17342af9f 100644
--- a/dev-util/difftastic/Manifest
+++ b/dev-util/difftastic/Manifest
@@ -20,6 +20,7 @@ DIST crossbeam-deque-0.8.1.crate 20852 BLAKE2B 
0e7a2616b82c5e501c0f74935adfea3ee
 DIST crossbeam-epoch-0.9.8.crate 46012 BLAKE2B 
181df06d1a9925ad1b3e2df70f290fc9c75682037d68c4d3727b3e5bc0f92eaf01c2f8ec239b77f524bc4af53d014cb3c4d49dc82922fa9e65baebee68904a6b
 SHA512 
c102e7ce9e927424f6c7c20f5eef5dee3457ef6ae3b81ab26e7dd4c787dc525610f1dcd85c3b06773b263c0835a717ce39bf35b927cea03abea62bc0a0a15624
 DIST crossbeam-utils-0.8.8.crate 39681 BLAKE2B 
2b3e64bfcaa044a9351c1cc8e9ea53fd68fd0bb9875ae523e0cd309a85ad23b340267bdb742d363b5d99fc065ed74f6cbb3ad1e33dec7d14d99ec458875e7e10
 SHA512 
ab960afdb82863160a3fa1c21c64b35b3112725bd72fc8e0724175937f4b23d0628253032229501938cd86a8e406a59c06cb44e8bdf34619de781a84ebb46ea0
 DIST crossterm-0.25.0.crate 116533 BLAKE2B 
d39cdd1f4df716974cd0929ca40073ac6e17b2dd73f27b48c7b2bcd7cb4545bce544b2e8459812b866936c03a27162b309848e6a92290960619c4efe2a1e0502
 SHA512 
fdf2b5b4bdcbc8c7dc4e8c5e0cdf68cacdb97886b52087dde1f1be9b869c00965c0cf9db64b700801b0d1274b913703ade66a92d47aa8da604121693b8701201
+DIST crossterm-0.26.1.crate 122317 BLAKE2B 
0f7c2af125b6e4abc09df134acbdddef62699654670f21fae490c360de139473917350643a217cfa69dd59bef2f2e887a2b1fa0278831f000ce015d8e592d811
 SHA512 
598431aee3067c071cc2561def7055f15f5bb91c70246f975d6227bb385fe8b1aa6b59096c465a92e09c8a934bd2a6d45790edc453d5c820a96b8fae1f66e81b
 DIST crossterm_winapi-0.9.0.crate 15561 BLAKE2B 
f84604f1da9cfdd0fc69742eef8088e7d0959073c6f7f37507b065b8537faa20bea8e349bcb1d6836be97f06b4a2c55c4dc63f50eb2f2aba1f34df9b8c9abf1a
 SHA512 
b8c32a82cc83244e8991931e3fe0d85527ee2cc5e6b4a0839d633448dfa8a137c87684e8e079f44edf5a994355e0106bb573b36b57c7420ac5cb6fb0ce20ce8d
 DIST ctor-0.1.22.crate 9311 BLAKE2B 
a13fb97cf767fae19486ca8b970f1712bfcf4ec9edda40c01add4bdb7a81e9136acb1208c79763cd612160bf39b342460fecc334c6e421e7f7ff610c4bc44e2f
 SHA512 
cd7c60dae8fb19c3b10e0bf1ffbcedac90cbbd147d564335e4da2d5483f64ea3dc10ad17d7573b00958db0a72cce45f8b7bc10c32864dd943fe64df8d22b
 DIST diff-0.1.12.crate 10223 BLAKE2B 
369f305661f1da31207f3801ed1841dbce12451ac9c3e9d3736f7158ece433af9b2e42c29063e5d93bb86b1d300e503caa9c3ce7dd0b25553f91d72a9eea5298
 SHA512 
0e81331c0424e9369963e23894a6412b65a3ed4f3154ccc184fc84cf1c5985b81c586a6b34e8c6c0e5c3afba38fb15277cfd89e7f50c85bd5d8d4d24ba670d16
@@ -27,6 +28,7 @@ DIST difflib-0.4.0.crate 7638 BLAKE2B 
57c703de0d467c997bcbedc4d6577569b3d72c612d
 DIST difftastic-0.45.0.gh.tar.gz 52126132 BLAKE2B 
0c29300660c79a1c425f9bfacc66eba9f944ce883456f931bf9054ac49bf11c0c9db1a5f9652ea774e02d067c2209c91ffa1014f192a14a11ab18612c730f1cc
 SHA512 
80c157a7d00c2a91291f5ca3b66908f05a98780b455cc420ab9192d43526fb383eea8036a42ee8042eaef6d7cd6d72b0895d3d4d8c52f2c7a30fda43e8cccf19
 DIST difftastic-0.46.0.gh.tar.gz 54963804 BLAKE2B 
c1306629203a31a5c53327a3e00a123042c32aef1ec452fa5c8792ce6e5e4480e9f6be23edfcdf1eac74413f7fa564964bcad39b0f8505139c29c75eea2cffc2
 SHA512 
fb4ebe4d2c3f377e6fa4956cabf7520272c14e97f13799eef1f92ff22eef36baf6a7cbbede858bff2f9b89e087acd3137b3d3d65a4dda620e8e23bedf2685ce9
 DIST difftastic-0.48.0.gh.tar.gz 54525480 BLAKE2B 
05a154ea3adbc6b8b82dccb84acc06d77052e516455e600f1a34c9a42da2c64b027051cd27849eda83d8812f71f3616bef1ebb4a96bac8bf283b002bea8ab773
 SHA512 
ad88295d80037c84b21c11ca27fc5d08f12d488b74da055614fb73c900575435ec1b076143f6720cde471fa8a652266bcb4935c0a3ac3c8f8c3731a8504570cd
+DIST difftastic-0.49.0.gh.tar.gz 56962613 BLAKE2B 
17e025353bd48502d9eea5eaa07782c2d2696d916b16826434c2869b48c10829797abc86b02b0efad766208ef74da2a27859badad3aacb05c1d8fec2915a7c80
 SHA512 
f4ea97a67a828128e9d41ec33d8ae5a21b0afdc25bd0a58e12bb70d6d739dd084e3b94eeb477d27f8b59943213ff98798319f74fe06e5bd5e9c911df918727c5
 DIST doc-comment-0.3.3.crate 4123 BLAKE2B 
a82d1c1a7a90af6e111b5e684a1298d7eac5fd8e4bf7d5baf6c7403d26b609958716d57e51122fe7ad7626fe00a2d824dcfef3cc2fd7679fdb7b5099603de1cd
 SHA512 
e98ff9646a3612bd41bb6f278e7b6e9a0c58747f8b82524da814cf51b7f06c76ad4d65b502ac5740e818744abb295f78f15f8262d0b50ced1523f6d1a26939ba
 DIST either-1.6.1.crate 13641 BLAKE2B 
e5f40c40a5edb6dcb07a10bf79183cbe42438f1f70f3932dce72f6f6e91f75f24d17d82bc447507def4dad4345ffc9dd9162dde778afb253bdb1218e91887949
 SHA512 

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

2023-07-27 Thread Patrick McLean
commit: 04eb83c23ea269e786a2d498773c287df1364b65
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Jul 27 22:42:38 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jul 27 22:42:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04eb83c2

dev-util/difftastic: drop 0.45.0, 0.46.0, 0.48.0

Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/difftastic/Manifest |  15 ---
 dev-util/difftastic/difftastic-0.45.0.ebuild | 160 -
 dev-util/difftastic/difftastic-0.46.0.ebuild | 160 -
 dev-util/difftastic/difftastic-0.48.0.ebuild | 168 ---
 4 files changed, 503 deletions(-)

diff --git a/dev-util/difftastic/Manifest b/dev-util/difftastic/Manifest
index 60f17342af9f..9f7d9c19ee77 100644
--- a/dev-util/difftastic/Manifest
+++ b/dev-util/difftastic/Manifest
@@ -1,7 +1,5 @@
 DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9
 SHA512 
61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68
-DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
-DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST assert_cmd-2.0.5.crate 22683 BLAKE2B 
cea13643d387466d0e18a2d15b97ae329d1023ed409a5bb29e2d25b3e958e72e801b5779a12ab4cd2f42d0e865296d06b30db1acf65f8c3a0f23c0a33a7519bd
 SHA512 
21046c01a6ca5b6cc679dd69914fdda75a5c9c17a572378d59ca17fce3952416dd95d25e3639d6f416f811f4c6485191c92f6bececd53c3644bbfd0a0c3b9c8f
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
@@ -19,15 +17,11 @@ DIST crossbeam-channel-0.5.4.crate 88237 BLAKE2B 
ffcab003305b80586a9b61c6309dcf6
 DIST crossbeam-deque-0.8.1.crate 20852 BLAKE2B 
0e7a2616b82c5e501c0f74935adfea3ee09db5475408be83db8f1b6faab4cd5509de2e029bdf6df90435e474ef91f3fc8d482ce3a72966b2a3bec5967666bdc4
 SHA512 
44a4fe1d4ab7457e2b0950be787b76b15e1bb0b1c108d032381ce3fe99bf7bf76f3d1718085660083d813e2639e66fdd3635d9186e85a9eb7267063b117eaca4
 DIST crossbeam-epoch-0.9.8.crate 46012 BLAKE2B 
181df06d1a9925ad1b3e2df70f290fc9c75682037d68c4d3727b3e5bc0f92eaf01c2f8ec239b77f524bc4af53d014cb3c4d49dc82922fa9e65baebee68904a6b
 SHA512 
c102e7ce9e927424f6c7c20f5eef5dee3457ef6ae3b81ab26e7dd4c787dc525610f1dcd85c3b06773b263c0835a717ce39bf35b927cea03abea62bc0a0a15624
 DIST crossbeam-utils-0.8.8.crate 39681 BLAKE2B 
2b3e64bfcaa044a9351c1cc8e9ea53fd68fd0bb9875ae523e0cd309a85ad23b340267bdb742d363b5d99fc065ed74f6cbb3ad1e33dec7d14d99ec458875e7e10
 SHA512 
ab960afdb82863160a3fa1c21c64b35b3112725bd72fc8e0724175937f4b23d0628253032229501938cd86a8e406a59c06cb44e8bdf34619de781a84ebb46ea0
-DIST crossterm-0.25.0.crate 116533 BLAKE2B 
d39cdd1f4df716974cd0929ca40073ac6e17b2dd73f27b48c7b2bcd7cb4545bce544b2e8459812b866936c03a27162b309848e6a92290960619c4efe2a1e0502
 SHA512 
fdf2b5b4bdcbc8c7dc4e8c5e0cdf68cacdb97886b52087dde1f1be9b869c00965c0cf9db64b700801b0d1274b913703ade66a92d47aa8da604121693b8701201
 DIST crossterm-0.26.1.crate 122317 BLAKE2B 
0f7c2af125b6e4abc09df134acbdddef62699654670f21fae490c360de139473917350643a217cfa69dd59bef2f2e887a2b1fa0278831f000ce015d8e592d811
 SHA512 
598431aee3067c071cc2561def7055f15f5bb91c70246f975d6227bb385fe8b1aa6b59096c465a92e09c8a934bd2a6d45790edc453d5c820a96b8fae1f66e81b
 DIST crossterm_winapi-0.9.0.crate 15561 BLAKE2B 
f84604f1da9cfdd0fc69742eef8088e7d0959073c6f7f37507b065b8537faa20bea8e349bcb1d6836be97f06b4a2c55c4dc63f50eb2f2aba1f34df9b8c9abf1a
 SHA512 

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

2023-07-27 Thread Sam James
commit: 8042803c62b81096a899371ec51350df3b402282
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 27 22:28:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 27 22:28:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8042803c

dev-java/swt: Stabilize 4.28-r1 arm64, #911314

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

 dev-java/swt/swt-4.28-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/swt/swt-4.28-r1.ebuild b/dev-java/swt/swt-4.28-r1.ebuild
index 56a7f6d535c4..3c3c401e342d 100644
--- a/dev-java/swt/swt-4.28-r1.ebuild
+++ b/dev-java/swt/swt-4.28-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1"
 SLOT="4.27"
-KEYWORDS="~amd64 ~arm64 ppc64"
+KEYWORDS="~amd64 arm64 ppc64"
 IUSE="cairo opengl webkit"
 
 COMMON_DEP="



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

2023-07-27 Thread Sam James
commit: afddcf8855e17c0cf30455900fd460cc9b02bead
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 27 22:20:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 27 22:20:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afddcf88

dev-java/protobuf-java: Stabilize 3.23.0 ppc64, #911315

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

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

diff --git a/dev-java/protobuf-java/protobuf-java-3.23.0.ebuild 
b/dev-java/protobuf-java/protobuf-java-3.23.0.ebuild
index aaf13ce4b65e..2c5874e64d43 100644
--- a/dev-java/protobuf-java/protobuf-java-3.23.0.ebuild
+++ b/dev-java/protobuf-java/protobuf-java-3.23.0.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/protobuf-${PV#3.}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="system-protoc"
 
 DEPEND="



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

2023-07-27 Thread Sam James
commit: e7cfd66e9368f3f9740bd4e3993156bb23969d57
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 27 22:20:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 27 22:20:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7cfd66e

dev-java/swt: Stabilize 4.28-r1 ppc64, #911314

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

 dev-java/swt/swt-4.28-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/swt/swt-4.28-r1.ebuild b/dev-java/swt/swt-4.28-r1.ebuild
index 46698300250e..56a7f6d535c4 100644
--- a/dev-java/swt/swt-4.28-r1.ebuild
+++ b/dev-java/swt/swt-4.28-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1"
 SLOT="4.27"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm64 ppc64"
 IUSE="cairo opengl webkit"
 
 COMMON_DEP="



[gentoo-commits] repo/gentoo:master commit in: www-apps/davical/, www-apps/davical/files/

2023-07-27 Thread Michael Orlitzky
commit: fbca1524f7862e080fd237583352af0686dc30ac
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jul 27 19:56:09 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jul 27 19:56:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbca1524

www-apps/davical: drop 1.1.9.3, 1.1.9.3-r1, 1.1.10

Need to get rid of some old versions before masking php-7.4.

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

 www-apps/davical/Manifest  |  2 -
 www-apps/davical/davical-1.1.10.ebuild | 72 -
 www-apps/davical/davical-1.1.9.3-r1.ebuild | 74 --
 www-apps/davical/davical-1.1.9.3.ebuild| 71 -
 .../files/davical-1.1.9.3-php8_compatibility.patch | 58 -
 5 files changed, 277 deletions(-)

diff --git a/www-apps/davical/Manifest b/www-apps/davical/Manifest
index cc13c34b5d5f..7d2d5b00161f 100644
--- a/www-apps/davical/Manifest
+++ b/www-apps/davical/Manifest
@@ -1,3 +1 @@
-DIST davical-1.1.10.tar.xz 1367356 BLAKE2B 
e93be0e4ce2768e13635247d006792a40865bcbe95698fa5bc7a7a20503acae0c1adbc1a2573f84043e4606342a468c5a606dab4c025edc9e68dae9a5d9aa10e
 SHA512 
d307fc600c50bd294497ff9ab8fdc7a2d966e5360acb8babe3549a754204bbc73a44b89a1c4347f9527cf4f99e0091afc9bf92bbdd46e6843b5830489ad911aa
 DIST davical-1.1.11.tar.xz 1371432 BLAKE2B 
a1779175dfe112189e3e3fb8c317c568e8bac62ef15588058f9ac1cda61ede9c2f538da24bff2678f0457e1636538d12801c38dbb884ad9e0bc44482045bb07b
 SHA512 
263bd11ca73c54689de3c3eefbadd9bcd99a88b60ce0922702584b42183302aa1e0dbee9559329d8789daae177f6e916dee803019e9059c6bc4ab1a855889d8f
-DIST davical-1.1.9.3.tar.xz 1359608 BLAKE2B 
d936fa5809413eac92e996262074972a04e1ac2d50d06c921e0f70468dde2b67175c6463d73ead09d5b2bce4ab1c2a02ccb45b64ee43066f6a9609c5ccdd01ee
 SHA512 
cad28a991900d4cd9b1f86aeda7861482eef8707a02a371af53bd9cd17f9b5417ae81ccf1129d01fa5786f7bc9edc7478eb5a7274147039ce3ef603874c093a6

diff --git a/www-apps/davical/davical-1.1.10.ebuild 
b/www-apps/davical/davical-1.1.10.ebuild
deleted file mode 100644
index 55191dde88dd..
--- a/www-apps/davical/davical-1.1.10.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature webapp
-
-DESCRIPTION="A CalDAV and CardDAV Server"
-HOMEPAGE="https://www.davical.org/;
-SRC_URI="https://www.davical.org/downloads/${PN}_${PV}.orig.tar.xz -> 
${P}.tar.xz"
-
-LICENSE="GPL-2 GPL-2+ GPL-3+ LGPL-2.1+ LGPL-3+"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="sys-devel/gettext"
-
-RDEPEND="app-admin/pwgen
-   dev-lang/php[calendar,curl,iconv,imap,nls,pdo,postgres,xml]
-   dev-perl/DBD-Pg
-   dev-perl/DBI
-   dev-perl/YAML
-   >=dev-php/awl-0.62
-   virtual/httpd-php"
-
-need_httpd
-
-S="${WORKDIR}"
-
-src_compile() {
-   emake built-locale
-}
-
-src_install() {
-   webapp_src_preinst
-
-   einstalldocs
-
-   einfo "Installing web files"
-   insinto "${MY_HTDOCSDIR}"
-   doins -r htdocs/. htdocs/.htaccess
-
-   einfo "Installing main files and i18n"
-   insinto "${MY_HOSTROOTDIR}/${PN}"
-   doins -r inc locale
-   rm "${ED}/${MY_HOSTROOTDIR}/${PN}/inc/always.php.in" || die
-
-   einfo "Installing sql files"
-   insinto "${MY_SQLSCRIPTSDIR}"
-   doins -r dba/.
-
-   insinto /etc/${PN}
-   doins -r config/. "${FILESDIR}/vhost-example"
-
-   webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt"
-   webapp_postupgrade_txt en "${FILESDIR}/postupgrade-en.txt"
-   webapp_src_install
-
-   fperms +x "${MY_SQLSCRIPTSDIR}/create-database.sh"
-   fperms +x "${MY_SQLSCRIPTSDIR}/update-davical-database"
-}
-
-pkg_postinst() {
-   elog "If you are upgrading from a previous version of davical, don't 
forget to"
-   elog "upgrade the database structure with"
-   elog "   cd /usr/share/webapps/davical/${PVR}/sqlscripts/"
-   elog "   ./update-davical-database -dbuser xxx -appuser xx"
-
-   webapp_pkg_postinst
-
-   elog ""
-   optfeature "LDAP authentication" dev-lang/php[ldap]
-}

diff --git a/www-apps/davical/davical-1.1.9.3-r1.ebuild 
b/www-apps/davical/davical-1.1.9.3-r1.ebuild
deleted file mode 100644
index 88a416b0be46..
--- a/www-apps/davical/davical-1.1.9.3-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit optfeature webapp
-
-DESCRIPTION="A CalDAV and CardDAV Server"
-HOMEPAGE="https://www.davical.org/;
-SRC_URI="https://www.davical.org/downloads/${PN}_${PV}.orig.tar.xz -> 
${P}.tar.xz"
-
-LICENSE="GPL-2 GPL-2+ GPL-3+ LGPL-2.1+ LGPL-3+"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="sys-devel/gettext"
-
-RDEPEND="app-admin/pwgen
-   dev-lang/php[calendar,curl,iconv,imap,nls,pdo,postgres,xml]
-   dev-perl/DBD-Pg
-   

[gentoo-commits] repo/gentoo:master commit in: dev-games/simgear/

2023-07-27 Thread Andreas Sturmlechner
commit: fd7497a9ded9da1efa87688240ce4d5b3a6f2e9d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 18:55:52 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 19:42:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7497a9

dev-games/simgear: drop 2020.3.17-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-games/simgear/Manifest|  1 -
 dev-games/simgear/simgear-2020.3.17-r1.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/dev-games/simgear/Manifest b/dev-games/simgear/Manifest
index 73f90891b4f1..7e25b1b722c8 100644
--- a/dev-games/simgear/Manifest
+++ b/dev-games/simgear/Manifest
@@ -1,2 +1 @@
-DIST simgear-2020.3.17.tar.bz2 1418448 BLAKE2B 
d3541c31fcf8571ba73d7fe3952c6d30146f33ffe776962670f9607d5d8e02dc24095e35933887aed3b1dcddb4d6b94e19e5317364f651d69d787afde45a30a5
 SHA512 
019ea59af6679c4a899a044c38f60c21c15469528d1bab8b0d4388810b045af7812c3c561eee7190a5464adae0c14d16d528f08c69b37291d4e1b35665cbefce
 DIST simgear-2020.3.18.tar.bz2 1423264 BLAKE2B 
5013d25819713e1a3de1d8e42aba68bbc70c60ebad45f0d3475392188f5fc9db7266536ef365ab60a183a3998edf0941d093ee1ee50a9293b32bcfafe5da57d0
 SHA512 
8101ea073e3e701759b4cea77ebf376897d7e02d4f9ebf0248dcba7dc9186f11cfd7921b2ed8f77e0168a851fff0904107881087ce4e12597c1fdc63b34eef25

diff --git a/dev-games/simgear/simgear-2020.3.17-r1.ebuild 
b/dev-games/simgear/simgear-2020.3.17-r1.ebuild
deleted file mode 100644
index d6d0a2a4d7b7..
--- a/dev-games/simgear/simgear-2020.3.17-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake toolchain-funcs
-
-DESCRIPTION="Development library for simulation games"
-HOMEPAGE="https://www.flightgear.org/;
-SRC_URI="mirror://sourceforge/flightgear/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="cpu_flags_x86_sse2 +dns debug gdal openmp subversion test"
-RESTRICT="!test? ( test )"
-
-# TODO aeonwave
-COMMON_DEPEND="
-   app-arch/xz-utils
-   dev-libs/expat
-   dev-games/openscenegraph
-   media-libs/openal
-   net-misc/curl
-   sys-libs/zlib
-   virtual/opengl
-   dns? ( net-libs/udns )
-   gdal? ( sci-libs/gdal:= )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
-   subversion? ( dev-vcs/subversion )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2019.1.1-gdal3.patch"
-   "${FILESDIR}/${PN}-2020.1.2-do-not-assume-libc++-clang.patch"
-   "${FILESDIR}/${PN}-2020.3.17-boost-1.81.patch"
-)
-
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_DNS=$(usex dns)
-   -DENABLE_GDAL=$(usex gdal)
-   -DENABLE_OPENMP=$(usex openmp)
-   -DENABLE_PKGUTIL=ON
-   -DENABLE_RTI=OFF
-   -DENABLE_SIMD=$(usex cpu_flags_x86_sse2)
-   -DENABLE_SOUND=ON
-   -DENABLE_TESTS=$(usex test)
-   -DSIMGEAR_HEADLESS=OFF
-   -DSIMGEAR_SHARED=ON
-   -DSYSTEM_EXPAT=ON
-   -DSYSTEM_UDNS=ON
-   -DUSE_AEONWAVE=OFF
-   -DOSG_FSTREAM_EXPORT_FIXED=OFF # TODO perhaps track it
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: games-simulation/flightgear/

2023-07-27 Thread Andreas Sturmlechner
commit: ce611383dd1505d7a0ac30813293f96a4a4f3b4d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 18:56:18 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 19:42:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce611383

games-simulation/flightgear: drop 2020.3.17-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 games-simulation/flightgear/Manifest   |   1 -
 .../flightgear/flightgear-2020.3.17-r1.ebuild  | 170 -
 2 files changed, 171 deletions(-)

diff --git a/games-simulation/flightgear/Manifest 
b/games-simulation/flightgear/Manifest
index 0e1c03605c27..ff9c56aeb1ec 100644
--- a/games-simulation/flightgear/Manifest
+++ b/games-simulation/flightgear/Manifest
@@ -1,2 +1 @@
-DIST flightgear-2020.3.17.tar.bz2 8934871 BLAKE2B 
e9cb4a18c119c813531af3d47f6378b0b8cb68a2b33453fedc0c5c1c68160b3d887eb497955118bb99b7297ed72714ee2ecc1c956599d1dbf0e8ca864eedefe0
 SHA512 
f083f91094b01ee78ad06c24a3ff784d119f27aebdf41d0a0f2ce41948acc3dc9b337ddce7aab3731eb3b2d7ae5fc6244505b019b6d49a8df61297453c291430
 DIST flightgear-2020.3.18.tar.bz2 8936579 BLAKE2B 
3d404f7b32f1eb6f065e9aaa5f9a5750ac0e870828d4942abb04b4a56c6941b2b282b481fffea5826c532de5cb6c78b8752d048ab527ea637c7e87227590ad96
 SHA512 
189e3fa637ae30662cd60cd473c9540e1e7f2b49cf29afe720794a278f09c7d788a458a6ddac843121958aa25f78f2528f1c5c8303c2a1e5cfc5478b1591df89

diff --git a/games-simulation/flightgear/flightgear-2020.3.17-r1.ebuild 
b/games-simulation/flightgear/flightgear-2020.3.17-r1.ebuild
deleted file mode 100644
index 43ca5eb5109a..
--- a/games-simulation/flightgear/flightgear-2020.3.17-r1.ebuild
+++ /dev/null
@@ -1,170 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake toolchain-funcs
-
-DESCRIPTION="Open Source Flight Simulator"
-HOMEPAGE="https://www.flightgear.org/;
-SRC_URI="mirror://sourceforge/flightgear/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="cpu_flags_x86_sse2 dbus debug examples gdal openmp qt5 +udev +utils"
-
-# Needs --fg-root with path to flightgear-data passed to test runner passed,
-# not really worth patching
-RESTRICT="test"
-
-# zlib is some strange auto-dep from simgear
-COMMON_DEPEND="
-   dev-db/sqlite:3
-   dev-games/openscenegraph[jpeg,png]
-   ~dev-games/simgear-${PV}[gdal=]
-   media-libs/openal
-   >=media-libs/plib-1.8.5
-   >=media-libs/speex-1.2.0:0
-   media-libs/speexdsp:0
-   media-sound/gsm
-   sys-libs/zlib
-   virtual/glu
-   x11-libs/libX11
-   dbus? ( >=sys-apps/dbus-1.6.18-r1 )
-   gdal? ( >=sci-libs/gdal-2.0.0:= )
-   qt5? (
-   >=dev-qt/qtcore-5.7.1:5
-   >=dev-qt/qtdeclarative-5.7.1:5
-   >=dev-qt/qtgui-5.7.1:5
-   >=dev-qt/qtnetwork-5.7.1:5
-   >=dev-qt/qtwidgets-5.7.1:5
-   )
-   udev? ( virtual/udev )
-   utils? (
-   media-libs/freeglut
-   media-libs/freetype:2
-   media-libs/glew:0
-   media-libs/libpng:0
-   virtual/opengl
-   qt5? ( >=dev-qt/qtwebsockets-5.7.1:5 )
-   )
-"
-# libXi and libXmu are build-only-deps according to FindGLUT.cmake
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   utils? (
-   x11-libs/libXi
-   x11-libs/libXmu
-   )
-"
-RDEPEND="${COMMON_DEPEND}
-   ~games-simulation/${PN}-data-${PV}
-"
-BDEPEND="qt5? ( >=dev-qt/linguist-tools-5.7.1:5 )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2020.3.8-cmake.patch"
-)
-
-DOCS=(AUTHORS ChangeLog NEWS README Thanks)
-
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=OFF
-   -DENABLE_AUTOTESTING=OFF
-   -DENABLE_COMPOSITOR=OFF
-   -DENABLE_FGCOM=$(usex utils)
-   -DENABLE_FGELEV=$(usex utils)
-   -DENABLE_FGJS=$(usex utils)
-   -DENABLE_FGVIEWER=$(usex utils)
-   -DENABLE_GDAL=$(usex gdal)
-   -DENABLE_GPSSMOOTH=$(usex utils)
-   -DENABLE_HID_INPUT=$(usex udev)
-   -DENABLE_IAX=$(usex utils)
-   -DENABLE_JS_DEMO=$(usex utils)
-   -DENABLE_JSBSIM=ON
-   -DENABLE_LARCSIM=ON
-   -DENABLE_METAR=$(usex utils)
-   -DENABLE_OPENMP=$(usex openmp)
-   -DENABLE_PLIB_JOYSTICK=ON # NOTE look for defaults changes in 
CMake
-   -DENABLE_PROFILE=OFF
-   -DENABLE_QT=$(usex qt5)
-   -DENABLE_RTI=OFF
-   -DENABLE_SIMD=$(usex cpu_flags_x86_sse2)
-   -DENABLE_STGMERGE=ON
-   -DENABLE_SWIFT=OFF # swift 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/mapserver/, sci-geosciences/mapserver/files/

2023-07-27 Thread Andreas Sturmlechner
commit: a6cf85e2724af408f933fe6c7dd6a74599abee15
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 18:48:32 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 19:42:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cf85e2

sci-geosciences/mapserver: drop 7.6.4, 8.0.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-geosciences/mapserver/Manifest |   2 -
 .../files/mapserver-8.0.0-wfs-paging.patch |  12 -
 .../mapserver/files/mapserver-oracle21.patch   |  12 -
 sci-geosciences/mapserver/mapserver-7.6.4.ebuild   | 290 
 sci-geosciences/mapserver/mapserver-8.0.0.ebuild   | 291 -
 5 files changed, 607 deletions(-)

diff --git a/sci-geosciences/mapserver/Manifest 
b/sci-geosciences/mapserver/Manifest
index f57397f89b33..8f0bfa381bf8 100644
--- a/sci-geosciences/mapserver/Manifest
+++ b/sci-geosciences/mapserver/Manifest
@@ -1,3 +1 @@
-DIST mapserver-7.6.4.tar.gz 2718735 BLAKE2B 
4d9fc6d215a55af32e0cc125f6119e0e477ddc5a5b2dbea6df1cc7e1ffaf6319f3a855329749aa07f1bca88e79a71c67cb2e8bd62e30bd60e44ecc1b8283d4ce
 SHA512 
ccca87b650df3c1784ba82ca4a58960585d72fb4004fcea43c0dcabf03b9617ba51870bc63dbb2238a7eeb8d4337b6ff152587150912a74eeaf4a3e3d2d584ce
-DIST mapserver-8.0.0.tar.gz 2945524 BLAKE2B 
b67fb10f62e3c8cf4ae6d69863ef841fd2dd4106de55fd08dfc8146191bed1f18f12003455462503afcdb49e45d1368d89be591c152dcabba2b18587d27efaef
 SHA512 
b9275f5e3399efb3cb189472ed28d081055e79da9aa35f7c9b8567b2d2d3cfc425ea7750b36a40db9ab537261c099356dc923e7b91941919d79c38f740327b97
 DIST mapserver-8.0.1.tar.gz 2950164 BLAKE2B 
5b14006d513aa4422dfe33b1991a685936084c1fda8c736fb97e25d54f1d1bf30278b6f0ce3c8a1907eeecd7bd1554076065d3824e2055265dfcbc0de2b899e1
 SHA512 
dae14a7eb6b09f5461c19bff83ca8ed6c21ae84d451b2c854794efb25b144b7edbf2a33479dc53e78aa646e5196e81219b4a1f393ff824db4508204a2d0301d1

diff --git a/sci-geosciences/mapserver/files/mapserver-8.0.0-wfs-paging.patch 
b/sci-geosciences/mapserver/files/mapserver-8.0.0-wfs-paging.patch
deleted file mode 100644
index ff78c7f2372e..
--- a/sci-geosciences/mapserver/files/mapserver-8.0.0-wfs-paging.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/maporaclespatial.c b/maporaclespatial.c
-index e7a50319e..5558f0231 100644
 a/maporaclespatial.c
-+++ b/maporaclespatial.c
-@@ -2086,6 +2086,7 @@ int msOracleSpatialLayerWhichShapes( layerObj *layer, 
rectObj rect, int isQuery)
- msFree(tmp1_str);
- 
- tmp_str = msStringConcatenate(tmp_str,  query_str2);
-+memset(query_str,0,strlen(query_str));
- query_str = msStringConcatenate(query_str, tmp_str);
- msFree(tmp_str);
-   }

diff --git a/sci-geosciences/mapserver/files/mapserver-oracle21.patch 
b/sci-geosciences/mapserver/files/mapserver-oracle21.patch
deleted file mode 100644
index e77da3ee02a9..
--- a/sci-geosciences/mapserver/files/mapserver-oracle21.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naru a/cmake/FindOracle.cmake b/cmake/FindOracle.cmake
 a/cmake/FindOracle.cmake   2021-10-20 17:50:27.817205162 +0200
-+++ b/cmake/FindOracle.cmake   2021-10-20 17:52:04.977205742 +0200
-@@ -37,7 +37,7 @@
- ${ORACLE_HOME}/OCI/include) # Oracle XE on Windows
- 
-   set(ORACLE_OCI_NAMES clntsh libclntsh oci)
--  set(ORACLE_NNZ_NAMES nnz10 libnnz10 nnz11 libnnz11 nnz12 libnnz12 nnz18 
libnnz18 ociw32 nnz19 libnnz19)
-+  set(ORACLE_NNZ_NAMES nnz10 libnnz10 nnz11 libnnz11 nnz12 libnnz12 nnz18 
libnnz18 ociw32 nnz19 libnnz19 nnz21 libnnz21)
-   set(ORACLE_OCCI_NAMES libocci occi oraocci10 oraocci11 oraocci12)
- 
-   set(ORACLE_LIB_DIR 

diff --git a/sci-geosciences/mapserver/mapserver-7.6.4.ebuild 
b/sci-geosciences/mapserver/mapserver-7.6.4.ebuild
deleted file mode 100644
index bd674e14babe..
--- a/sci-geosciences/mapserver/mapserver-7.6.4.ebuild
+++ /dev/null
@@ -1,290 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Variables for the miscellaneous bindings we provide
-PHP_EXT_OPTIONAL_USE="php"
-PHP_EXT_NAME="php_mapscriptng"
-PHP_EXT_SKIP_PHPIZE="yes"
-PHP_EXT_SKIP_PATCHES="yes"
-
-USE_PHP="php7-3 php7-4"
-PYTHON_COMPAT=( python3_{9..10} )
-
-WEBAPP_MANUAL_SLOT=yes
-WEBAPP_OPTIONAL=yes
-
-inherit cmake depend.apache perl-functions php-ext-source-r3 python-r1 webapp
-
-DESCRIPTION="Development environment for building spatially enabled webapps"
-HOMEPAGE="https://mapserver.org/;
-SRC_URI="https://download.osgeo.org/mapserver/${P}.tar.gz;
-
-LICENSE="Boost-1.0 BSD BSD-2 ISC MIT tcltk"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-# NOTE: opengl removed for now as no support for it in upstream CMake
-IUSE="apache bidi cairo geos mysql oracle perl php postgis python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# Tests:
-# Included tests (tests/*) are seriously outdated
-# Upstream's main test suite (msautotest/*) is not in the release tarball,
-# and upstream sets 

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

2023-07-27 Thread Andreas Sturmlechner
commit: 9a3729a4ace773cb89dcbc8edab10a0cec86b48c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 18:52:55 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 19:42:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3729a4

net-misc/sipp: drop 3.6.1-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/sipp/Manifest |  1 -
 net-misc/sipp/sipp-3.6.1-r1.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/net-misc/sipp/Manifest b/net-misc/sipp/Manifest
index ceb4bd57e7ac..8d64804b8f05 100644
--- a/net-misc/sipp/Manifest
+++ b/net-misc/sipp/Manifest
@@ -1,2 +1 @@
-DIST sipp-3.6.1.tar.gz 744407 BLAKE2B 
a201ecce624c15c51a66c3cb5ac467522755085419c2980b1f76340e7ffca5996516f34d7e52776a8aa0a2170ca2b7301030ecb50272a1c0a8e86aaf18a6de16
 SHA512 
58504c56ca0c14363fafc5d0598fd93857ef33cc5856f579a225fd0e38238f7d2c409127a18a368e22355cc3912758d4dba07bac7eaa3e8a0d2943ea5fdec602
 DIST sipp-3.7.1.tar.gz 927012 BLAKE2B 
d79cde44761a22ca5dcc737dead9163056e0dc2504c225d23d834b4ae2bc204b1b87f87753ac662ec59e1a940cf1b4f0c47ff0b427b30b373a3c0ad91a5ad4ae
 SHA512 
4c4c588bb3feebfbc6bad32c1565bb76de7eb433b9b40aa948dfbb63022a9cbadaf6d38cb0826c06593e10cc6a4d328a9bb9c94f885d8f8763432612963db94b

diff --git a/net-misc/sipp/sipp-3.6.1-r1.ebuild 
b/net-misc/sipp/sipp-3.6.1-r1.ebuild
deleted file mode 100644
index d46f12c26028..
--- a/net-misc/sipp/sipp-3.6.1-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A free Open Source test tool / traffic generator for the SIP 
protocol"
-HOMEPAGE="http://sipp.sourceforge.net/ https://github.com/SIPp/sipp/releases;
-SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2 ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gsl +pcap sctp +ssl"
-
-DEPEND="sys-libs/ncurses:=
-   gsl? ( sci-libs/gsl:= )
-   pcap? (
-   net-libs/libpcap
-   net-libs/libnet:1.1
-   )
-   sctp? ( net-misc/lksctp-tools )
-   ssl? ( dev-libs/openssl:= )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-
-   # version.h is in ${S}, and needs to be in ${S}/include for cmake to 
work.
-   ln -s ../version.h "${S}/include/" || die "Error creating version.h 
symlink"
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_GSL=$(usex gsl 1 0)
-   -DUSE_PCAP=$(usex pcap 1 0)
-   -DUSE_SCTP=$(usex sctp 1 0)
-   -DUSE_SSL=$(usex ssl 1 0)
-   )
-
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-
-   insinto /usr/share/${PN}
-   use pcap && doins pcap/*.pcap
-   dodoc CHANGES.md README.md
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/armadillo/

2023-07-27 Thread Andreas Sturmlechner
commit: aac501cd33b3b34004e0438811e589e3c50c7456
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 18:25:42 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 19:42:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac501cd

sci-libs/armadillo: drop 10.8.2, 12.0.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/armadillo/Manifest|   2 -
 sci-libs/armadillo/armadillo-10.8.2.ebuild | 150 ---
 sci-libs/armadillo/armadillo-12.0.1.ebuild | 156 -
 3 files changed, 308 deletions(-)

diff --git a/sci-libs/armadillo/Manifest b/sci-libs/armadillo/Manifest
index 0aeae6ccd7a6..c022195aa4e6 100644
--- a/sci-libs/armadillo/Manifest
+++ b/sci-libs/armadillo/Manifest
@@ -1,5 +1,3 @@
 DIST armadillo-10.2.0.tar.xz 6042348 BLAKE2B 
e85f24ca7137c3a8c8fc53db15b382f2e4d468673c99e036ef9b4a4436be47d24a37664dfa88ff9effa08a4c868bd212d03c204dda09cd26038a0f8ccbf61375
 SHA512 
c5d6f4bac0acba63fbd7681653d521249fd303ffbbc5b18df71500eb111514c1d09db600a580091d6a23c83748c109c30938bbcd80a3a0b2c25e2fdea932f2cd
-DIST armadillo-10.8.2.tar.xz 6262832 BLAKE2B 
f8a5a66464614661bcccffb8138434d117ad07dcea5f89ddde45df293df5dd4f10def2085b85d37386337fd8bd0152914a957e0b1b7919a47ec8b1a79e92b90b
 SHA512 
720fadad491dfeeb894544b0305cd64a0e0402e66fc788949ecd54c0b1a3b9c3ede9f75b081f832931d59d2bd59529cebb9d5b57b8582df869765cac01c2979b
 DIST armadillo-11.4.0.tar.xz 6804388 BLAKE2B 
cb44d248cf817f66cc0b6aa968535e266282775b20035f46f3158687100c0f49c6cf4fad8d1f2ec1741f9bceb06c5a841f20f3b7e59146f2fe57c86d00741434
 SHA512 
21d58b383229f55bf6a3b217c04901982b484b6d806dd3c4a72ebe5a9614f63f9429ca31ea7cfc26672b70e01a0b9263a9d4edf69a0080706ade87852f94970c
-DIST armadillo-12.0.1.tar.xz 6802568 BLAKE2B 
c6025fe3bcabfa6d08efd864c4b9b129c84e8941b7cb237b76ed83f74062c06cdbb98bdf09796f3340fbdbb37a36f82826a53e778dbc589af9e868a2348bd7f3
 SHA512 
b1b9fbce6bdacc3340ab190605aba77e821629e0a51e0c6277840eaf803d037a778b9243c02c5b55d67976c203808a5fc34894f3928b707685f6d8695ef0bc0d
 DIST armadillo-12.4.0.tar.xz 6803968 BLAKE2B 
ca45b2284b5a31c745b2ad924235af24f855039cc81c3300c83e5e932ee4cda233731b53623303c1c739feae9b007f8f6309c09debe79923e3876e8145015152
 SHA512 
a9f8cd19384eed787787b9e189901a1800e6e1dd06917f4f13e8a215c83f317de3e5b0ae8625783f88d9a7b0ab25f5c7784ccf0493c08a9ee3ea7fdfbbe36195

diff --git a/sci-libs/armadillo/armadillo-10.8.2.ebuild 
b/sci-libs/armadillo/armadillo-10.8.2.ebuild
deleted file mode 100644
index 5f6bd3b57605..
--- a/sci-libs/armadillo/armadillo-10.8.2.ebuild
+++ /dev/null
@@ -1,150 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_IN_SOURCE_BUILD=1
-
-inherit cmake toolchain-funcs multilib
-
-DESCRIPTION="Streamlined C++ linear algebra library"
-HOMEPAGE="https://arma.sourceforge.net;
-SRC_URI="mirror://sourceforge/arma/${P}.tar.xz"
-
-LICENSE="Apache-2.0"
-SLOT="0/10"
-KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
-IUSE="arpack blas doc examples hdf5 lapack mkl superlu test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="test? ( lapack )"
-
-#  atlas? ( sci-libs/atlas[lapack] )
-
-RDEPEND="
-   dev-libs/boost
-   arpack? ( sci-libs/arpack )
-   blas? ( virtual/blas )
-   lapack? ( virtual/lapack )
-   superlu? ( >=sci-libs/superlu-5.2 )
-"
-
-DEPEND="${RDEPEND}
-   arpack? ( virtual/pkgconfig )
-   blas? ( virtual/pkgconfig )
-   hdf5? ( sci-libs/hdf5:= )
-   lapack? ( virtual/pkgconfig )
-   mkl? ( sci-libs/mkl )
-"
-PDEPEND="${RDEPEND}
-   hdf5? ( sci-libs/hdf5:= )
-   mkl? ( sci-libs/mkl )
-"
-
-src_prepare() {
-   # avoid the automagic cmake macros...
-   sed -i -e 's/^ *include(ARMA_Find/# No automagic include(ARMA_Find/g' 
CMakeLists.txt || die
-
-   # ... except for mkl, since without a license it's hard to figure out 
what to do there
-   if use mkl; then
-   sed -i -e 's/^# No automagic 
include(ARMA_FindMKL)/include(ARMA_FindMKL)/g' CMakeLists.txt || die
-   fi
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DINSTALL_LIB_DIR="${EPREFIX}/usr/$(get_libdir)"
-   )
-   if use arpack; then
-   mycmakeargs+=(
-   -DARPACK_FOUND=ON
-   -DARPACK_LIBRARY="$($(tc-getPKG_CONFIG) --libs arpack)"
-   )
-   else
-   mycmakeargs+=(
-   -DARPACK_FOUND=OFF
-   )
-   fi
-#  if use atlas; then
-#  local c=atlas-cblas l=atlas-clapack
-#  $(tc-getPKG_CONFIG) --exists ${c}-threads && c+=-threads
-#  $(tc-getPKG_CONFIG) --exists ${l}-threads && l+=-threads
-#  mycmakeargs+=(
-#  -DCBLAS_FOUND=ON
-#  -DCBLAS_INCLUDE_DIR="$($(tc-getPKG_CONFIG) 
--cflags-only-I ${c} 

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

2023-07-27 Thread Andreas Sturmlechner
commit: e418bd562dd5a9f6e4366fb007d965c895579569
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 17 22:16:26 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 19:42:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e418bd56

dev-lang/swi-prolog: drop 8.4.1, 8.5.11, 8.5.12

That's destabilising ppc.

Closes: https://bugs.gentoo.org/892427
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-lang/swi-prolog/Manifest |   3 -
 dev-lang/swi-prolog/metadata.xml |   1 -
 dev-lang/swi-prolog/swi-prolog-8.4.1.ebuild  | 129 --
 dev-lang/swi-prolog/swi-prolog-8.5.11.ebuild | 129 --
 dev-lang/swi-prolog/swi-prolog-8.5.12.ebuild | 133 ---
 5 files changed, 395 deletions(-)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 4b5c8af7d2c2..edbafbc3f512 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -1,4 +1 @@
-DIST swipl-8.4.1.tar.gz 11386908 BLAKE2B 
bd53355abe63ffde348ed38b0e7fee4bcba4e74128c73904a72ca3ba2021a8b650d08480a643ea3336f3fc6d1d7bcf7651deb1d32608581ce43bc118288df6da
 SHA512 
22806d8abd0b729e27a6d7bbbd0df37af8af21bb186a8de58ec5f9a1d32c9a477838fd10155ff21998737fcc2aaf4711d1d4d5457ce5d62e328d5da032474ee5
-DIST swipl-8.5.11.tar.gz 11480652 BLAKE2B 
eb812a272d3fbcb181c5cee0dd033f6b7ffdee467bf37c645a98a34ce455189ded7b7c678482e992918477160a6a585ea07dcc38a4aa123eb5f4e04a35dc20d0
 SHA512 
00387d25548198e0d738cc210a0769130a6ad6fb0596dec04539b1fb85ab8d660a73fec1fe5f5d01878b90e8736018dbb0c8cfd240e1d6b2b62c0bb892f0826c
-DIST swipl-8.5.12.tar.gz 11489072 BLAKE2B 
1c8ce7a0386c20be8e2eeac9d31df5862adf78ce0341e31b1ebcc42a923403c28707da12b88ba0773f5ebfdd61efe5a8d38a99f8f20aa47672fd51cdc4fbfb8e
 SHA512 
d530fb7048cd80fa0f07b7b026279915cbb58dd7b8199daafe13c22659c5ffeac62168bcc9208c7bbd72616f54d453f5161c1fc08bf5497ba87abc12e5e8e7df
 DIST swipl-9.1.2.tar.gz 11827220 BLAKE2B 
e4bf40d1b4d0c48af5e630728208ca849b9a3d0f4129c827b98cd8d666b934218bbbee4c357b67cdd72b9e15046b70a873ffd9e31eaacac620a9aba6a7aec7fd
 SHA512 
d47375c21ed33a2822b9df294a709141fc2e1f0aa61a297bd51a504f6f7859a1deb0ea6705d30b6f8198c71f440b176c7259bd83bff1ac5393ced77fdfbf564a

diff --git a/dev-lang/swi-prolog/metadata.xml b/dev-lang/swi-prolog/metadata.xml
index f346160e6877..b4ee8d1b32ed 100644
--- a/dev-lang/swi-prolog/metadata.xml
+++ b/dev-lang/swi-prolog/metadata.xml
@@ -10,7 +10,6 @@
Add support 
for CLI interfaces based on readline and libedit
Add support 
for TIPC inter-process communication
Optimize 
the build using Profile Guided Optimization (PGO)
-   Use 
ossp-uuid for UUID pack
Use libyaml for YAML pack
 
 

diff --git a/dev-lang/swi-prolog/swi-prolog-8.4.1.ebuild 
b/dev-lang/swi-prolog/swi-prolog-8.4.1.ebuild
deleted file mode 100644
index f47686fa839c..
--- a/dev-lang/swi-prolog/swi-prolog-8.4.1.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake desktop xdg-utils flag-o-matic toolchain-funcs
-
-PATCHSET_VER="0"
-
-DESCRIPTION="Versatile implementation of the Prolog programming language"
-HOMEPAGE="https://www.swi-prolog.org/;
-SRC_URI="https://www.swi-prolog.org/download/stable/src/swipl-${PV}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="archive berkdb debug doc +gmp java +libedit minimal odbc pcre qt5 
readline ssl test +uuid X yaml"
-RESTRICT="!test? ( test )"
-
-RDEPEND="sys-libs/ncurses:=
-   sys-libs/zlib
-   virtual/libcrypt:=
-   archive? ( app-arch/libarchive:= )
-   berkdb? ( >=sys-libs/db-4:= )
-   odbc? ( dev-db/unixODBC )
-   pcre? ( dev-libs/libpcre )
-   readline? ( sys-libs/readline:= )
-   libedit? ( dev-libs/libedit )
-   gmp? ( dev-libs/gmp:0= )
-   ssl? ( dev-libs/openssl:0= )
-   java? ( >=virtual/jdk-1.8:* )
-   uuid? ( dev-libs/ossp-uuid )
-   qt5? (
-   dev-qt/qtwidgets:5
-   dev-qt/qtgui:5
-   )
-   X? (
-   virtual/jpeg:0
-   x11-libs/libX11
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libXpm
-   x11-libs/libXt
-   x11-libs/libICE
-   x11-libs/libSM )
-   yaml? ( dev-libs/libyaml )"
-
-DEPEND="${RDEPEND}
-   X? ( x11-base/xorg-proto )
-   java? ( test? ( =dev-java/junit-3.8* ) )"
-
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}/swipl-${PV}"
-
-src_prepare() {
-   if [[ -d "${WORKDIR}"/${PV} ]] ; then
-   eapply "${WORKDIR}"/${PV}
-   fi
-
-   sed -e "s|\(SWIPL_INSTALL_PREFIX\)   lib/.*)|\1   
$(get_libdir)/swipl)|" \
-   -e "s|\(SWIPL_INSTALL_CMAKE_CONFIG_DIR\) lib/|\1   
$(get_libdir)/|" \
-   -i CMakeLists.txt || 

[gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf/files/, sci-libs/netcdf/

2023-07-27 Thread Andreas Sturmlechner
commit: 870f87cd80955a072eaa313b22bb7447f2dd8967
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 18:27:51 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 19:42:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870f87cd

sci-libs/netcdf: drop 4.8.1-r1, 4.8.1-r2

Closes: https://bugs.gentoo.org/886889
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/netcdf/Manifest   |  1 -
 .../files/netcdf-4.8.1-big-endian-build.patch  | 24 ---
 sci-libs/netcdf/metadata.xml   |  1 -
 sci-libs/netcdf/netcdf-4.8.1-r1.ebuild | 76 
 sci-libs/netcdf/netcdf-4.8.1-r2.ebuild | 83 --
 5 files changed, 185 deletions(-)

diff --git a/sci-libs/netcdf/Manifest b/sci-libs/netcdf/Manifest
index c6c25e69d50e..bae5000b682d 100644
--- a/sci-libs/netcdf/Manifest
+++ b/sci-libs/netcdf/Manifest
@@ -1,2 +1 @@
-DIST netcdf-4.8.1.tar.gz 18957280 BLAKE2B 
05fc6cd10cb5cbb11dc077b9a884fbc63c4cb840b241e782702da58ad9831fba065a6f1e97c2be092437735d39658482285850a00618d0582d6e4728d64c4402
 SHA512 
c97207867abf10d414abf34624268710f5b812c26c38f97e73afe00558b3f07917331fbc7fdb9e70b09813acf15a9a09bae2c432a3266ce10a791b9472f87a42
 DIST netcdf-c-4.9.2.tar.gz 7142536 BLAKE2B 
b24135070d2f1f0b53fe738f8839039547eceba16d36905bb8cd7be983ce0c1127b7b01ae37dbde50087aa82fd56f00fab9bfa75c7d94fd4478031bb8a6da247
 SHA512 
7a96bcf673d5a9e1537d660aaf085a1dfaefc7dfb0fc96358462d92e7bbfe541184583681797e6a54d11b8588504b7d8a9b0b9bd850eecd02ed73aa2eb5ffa0d

diff --git a/sci-libs/netcdf/files/netcdf-4.8.1-big-endian-build.patch 
b/sci-libs/netcdf/files/netcdf-4.8.1-big-endian-build.patch
deleted file mode 100644
index afeff7e3fbd0..
--- a/sci-libs/netcdf/files/netcdf-4.8.1-big-endian-build.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Later version for 4.8.1 grabbed from Debian:
-https://sources.debian.org/patches/netcdf/1:4.8.1-1/byteswap.patch/
-
-Earlier version used:
-https://github.com/DennisHeimbigner/netcdf-c/commit/6f86660da86f279cad1f2804cf3242767de27630.patch
-https://github.com/Unidata/netcdf-c/issues/1687
-https://bugs.gentoo.org/772863
-
-Description: Add forward declarations for byteswap8 & byteswap4.
-Author: Dennis Heimbigner
-Bug: https://github.com/Unidata/netcdf-c/issues/1687
-
 a/libdispatch/dfilter.c
-+++ b/libdispatch/dfilter.c
-@@ -20,6 +20,9 @@
- #include "hdf5internal.h"
- #endif
- 
-+static void byteswap8(unsigned char*);
-+static void byteswap4(unsigned char*);
-+
- /*
- Unified filter related code
- */

diff --git a/sci-libs/netcdf/metadata.xml b/sci-libs/netcdf/metadata.xml
index acecc3ab2966..710afdc8ff08 100644
--- a/sci-libs/netcdf/metadata.xml
+++ b/sci-libs/netcdf/metadata.xml
@@ -16,7 +16,6 @@
   
 Support for remote data access with the built-in OPeNDAP 
client
 Add support for the Hierarchical Data Format v.4 
sci-libs/hdf
-Build the utilities nccopy, ncgen and ncdump
   
   
 Unidata/netcdf-c

diff --git a/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild 
b/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
deleted file mode 100644
index 003e1303571f..
--- a/sci-libs/netcdf/netcdf-4.8.1-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="Scientific library and interface for array oriented data access"
-HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/;
-SRC_URI="https://github.com/Unidata/netcdf-c/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-c-${PV}"
-
-LICENSE="UCAR-Unidata"
-# SONAME of libnetcdf.so
-SLOT="0/19"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 -riscv ~x86 ~amd64-linux 
~x86-linux"
-IUSE="+dap doc examples hdf +hdf5 mpi szip test tools"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/libxml2
-   dap? ( net-misc/curl:0= )
-   hdf? (
-   sci-libs/hdf:0=
-   sci-libs/hdf5:0=
-   virtual/jpeg
-   )
-   hdf5? ( sci-libs/hdf5:0=[hl(+),mpi=,szip=,zlib] )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-   doc? ( app-doc/doxygen[dot] )"
-
-REQUIRED_USE="
-   test? ( tools )
-   szip? ( hdf5 )
-   mpi? ( hdf5 )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-4.8.1-big-endian-build.patch"
-   "${FILESDIR}/${PN}-4.7.4-big-endian-test.patch"
-)
-
-src_prepare() {
-   # skip test that requires network
-   sed -i -e '/run_get_hdf4_files/d' hdf4_test/CMakeLists.txt || die
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   use mpi && export CC=mpicc
-
-   # Temporary workaround for test breakage
-   # https://github.com/Unidata/netcdf-c/issues/1983
-   # bug #827042
-   append-flags -fno-strict-aliasing
-
-   local mycmakeargs=(
-   -DENABLE_DAP_REMOTE_TESTS=OFF
-   # Enable for >4.8.1 (not yet in a release)
-   

[gentoo-commits] repo/proj/guru:dev commit in: games-util/HeroicGamesLauncher-bin/

2023-07-27 Thread Gonçalo Negrier Duarte
commit: 2a69d3ad75196213043ad28624d693c36d9bb835
Author: Gonçalo Negrier Duarte  gmail  com>
AuthorDate: Thu Jul 27 19:33:54 2023 +
Commit: Gonçalo Negrier Duarte  gmail  com>
CommitDate: Thu Jul 27 19:34:31 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a69d3ad

games-util/HeroicGamesLauncher-bin: add 2.9.1, drop 2.9.0

Signed-off-by: Gonçalo Negrier Duarte  gmail.com>

 ...esLauncher-bin-2.9.0.ebuild => HeroicGamesLauncher-bin-2.9.1.ebuild} | 0
 games-util/HeroicGamesLauncher-bin/Manifest | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.9.0.ebuild 
b/games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.9.1.ebuild
similarity index 100%
rename from 
games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.9.0.ebuild
rename to 
games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.9.1.ebuild

diff --git a/games-util/HeroicGamesLauncher-bin/Manifest 
b/games-util/HeroicGamesLauncher-bin/Manifest
index 800876e922..16d660b7a7 100644
--- a/games-util/HeroicGamesLauncher-bin/Manifest
+++ b/games-util/HeroicGamesLauncher-bin/Manifest
@@ -1,2 +1,2 @@
 DIST heroic-2.8.0.tar.xz 98002940 BLAKE2B 
43059c4be66e86a3a3bb8b1b93fb41259dfc8a773ccaacb4e91a5eb955e602dab21100840eded9a710950d2b9d8f1df7c2c62a48f37738ed7f1ab5a40cc46198
 SHA512 
e0bd8e4b36149766d4f5485ba19752058a689d234f90caa89ca707e46295bf52b52e454768da6e298608894fdca0cd44128a56b0974ff93aac49f9fbce58dd05
-DIST heroic-2.9.0.tar.xz 101442852 BLAKE2B 
ffdf1410c5f0647095aab7a8b3a8a3f02b0cb5a0b94a8c3dfdced00200fa4ef48d7a35eca12e3878f19b8a7ef7b8d784b2ac202a267e4950132fcd3ce6b612a1
 SHA512 
6cd030683eca84e39bc6d21ea19c6e3e48a61eeb95425822e5338f0c916ee0579d606c5e263d42f4e5528246a0dce4d62aa935448c8d3e426e1ae729109776b1
+DIST heroic-2.9.1.tar.xz 4557338 BLAKE2B 
260ba85d73cdc9b96f180135de91385797b50bf2479a3584cba10491303f7603a105c851478da8ed0a11d0917c064f42501b5563a9e9a3cc75f9cd67265cd18e
 SHA512 
7e1d72c0b032b4df2f07771b905fecabc7506ae6374c0ab83a24e982d3cd083fc05641efbedd7cddeb506ddf204892572348a07f0b3f15afb880890edaca7e61



[gentoo-commits] repo/gentoo:master commit in: dev-ml/zed/

2023-07-27 Thread Alfredo Tupone
commit: 7659e5447568f834dfb46692a707bfb0c48cfad9
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Thu Jul 27 19:11:36 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Jul 27 19:34:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7659e544

dev-ml/zed: add 3.2.2

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/zed/Manifest |  1 +
 dev-ml/zed/zed-3.2.2.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ml/zed/Manifest b/dev-ml/zed/Manifest
index 24f82581c56c..7dedfd960557 100644
--- a/dev-ml/zed/Manifest
+++ b/dev-ml/zed/Manifest
@@ -1,2 +1,3 @@
 DIST zed-3.1.0.tar.gz 45535 BLAKE2B 
8c8898f01add91807fa282baae1c5ee34e77c5234e87e4c79c17a9f55756d3b4c2af5f0b01deb9414a657f63ea6cf6db44af7249adb0f2b147e923b4112a7dd7
 SHA512 
d4457af15f970adb7b1ed543017e590fa0ecc47171d6dd520a1397f21ce0219caa30a9db7bedb76c0602d4f6d0f0684012cc33feafe18b848d3261a460dea10a
 DIST zed-3.2.1.tar.gz 43683 BLAKE2B 
311fc78674116df9e1f9119102dbd6a882b305c22db0e6b59332d1a71f5a85f7169ba860f7064a72c0825e745e1f0a14f6bb247403a90ebc66a6bcec6c0d25fe
 SHA512 
a1de65684d04d5d44ca4396365c98bfa070cf7c78318b53c3ad3ecca2b411450158ef7644b235490d879b37fe983f1707fef527b69af0c2958e45fd1e7a30f11
+DIST zed-3.2.2.tar.gz 44565 BLAKE2B 
28a9193e119f3462545e014ee7d02af16515abc3a09bbf05ce8f9588e5d01abd892731eed5d42d7967f91ccb4bd161084773661efa0dc0fea6872e36484b1732
 SHA512 
cb377ff972c8ef0501a8034c53f10d26a60c7735742945d930b26a8535de2fa36ecc9538518a26f2bed8d5e61a642408c1f0886c75945b50ad6a524ed8e1193b

diff --git a/dev-ml/zed/zed-3.2.2.ebuild b/dev-ml/zed/zed-3.2.2.ebuild
new file mode 100644
index ..066ffd88b927
--- /dev/null
+++ b/dev-ml/zed/zed-3.2.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Abstract engine for text edition in OCaml"
+HOMEPAGE="https://github.com/ocaml-community/zed;
+SRC_URI="https://github.com/ocaml-community/zed/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+   >=dev-ml/dune-3
+   dev-ml/react:=
+   dev-ml/result:=
+   dev-ml/uchar:=
+   dev-ml/uucp:=
+   dev-ml/uuseg:=
+   dev-ml/uutf:=
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-portage/emlop/

2023-07-27 Thread Florian Schmaus
commit: b353249c69924056ae3b4ba683dd8ce17c8d588d
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul 27 19:33:49 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul 27 19:33:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b353249c

app-portage/emlop: do not declare empty DEPEND variables

Signed-off-by: Florian Schmaus  gentoo.org>

 app-portage/emlop/emlop-0.6.1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-portage/emlop/emlop-0.6.1.ebuild 
b/app-portage/emlop/emlop-0.6.1.ebuild
index 858a6247331f..0effbdae154c 100644
--- a/app-portage/emlop/emlop-0.6.1.ebuild
+++ b/app-portage/emlop/emlop-0.6.1.ebuild
@@ -91,8 +91,6 @@ LICENSE+="
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND=""
-RDEPEND=""
 BDEPEND=">=virtual/rust-1.65.0"
 
 # rust does not use *FLAGS from make.conf, silence portage warning



[gentoo-commits] repo/gentoo:master commit in: app-portage/emlop/

2023-07-27 Thread Florian Schmaus
commit: 0686660088b023eb7a442b2b3a150469b4d5b4d2
Author: Vincent de Phily  gmail  com>
AuthorDate: Wed Jul 26 19:47:11 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul 27 19:28:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06866600

app-portage/emlop: add 0.6.1

Signed-off-by: Vincent de Phily  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32057
Signed-off-by: Florian Schmaus  gentoo.org>

 app-portage/emlop/Manifest   |  55 +
 app-portage/emlop/emlop-0.6.1.ebuild | 115 +++
 2 files changed, 170 insertions(+)

diff --git a/app-portage/emlop/Manifest b/app-portage/emlop/Manifest
index bc50b4b29620..d7a14ac8bf51 100644
--- a/app-portage/emlop/Manifest
+++ b/app-portage/emlop/Manifest
@@ -1,56 +1,111 @@
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
+DIST aho-corasick-1.0.2.crate 167694 BLAKE2B 
fa5323cbe6cb73594dfa4c327c64676bc1e006dadc0b9def325974c83b9a769beba02d59a4657ec7a2d0cc511a7b7cc6f72cf57b8f9e639206d1c2bf13107a52
 SHA512 
5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
+DIST anstyle-1.0.1.crate 13977 BLAKE2B 
35be03a7de78737592528967e8ad4851436a74c7863cae9cf5cf7366d3cce9bbbd255b1a89401051f82fe8569a0ff029dcfe427c14a2e0677890453c6119d241
 SHA512 
2bf9b83ad9772c6a3ef28239cbb98bd667dc631fd1ef76ec5029825c128f6cb22756bb1548dd991e482f86eb9fd94fae5c648f91de2c0d71754b6dca4ec2362c
 DIST anyhow-1.0.56.crate 44780 BLAKE2B 
142a2c02e51dc6fa2709d349881aea404b14dbdfa379ddd6a99672df4977dcca0658897c9e9881e291fb56f5b522cf2a0e2da12afb7038d0929d05f436ff68a9
 SHA512 
9dc8233b87f8229676ad08903cc1507370588d63702c10bff3426d00ce10754744477d5ba3396c94e7128eeef12c647f8f042de8cc6d1943c2882785ac7ebab5
+DIST anyhow-1.0.71.crate 43808 BLAKE2B 
1ec6b440758e26b2328738bab7c6b1fe8670959793cc24f61cecd0d8b0ebe60b9855ee1cdac9b5f5a5b238daf796eae5b7c82b903e7c822a5625d95130f8b61f
 SHA512 
401b1c5d04fa0581f303395fcb3af5e7684ead367e2a173b4d90db9c04ac20010c5330a686f3ba91a541e1526a7185091b7dbfddce5134b5a74cc749b0338da5
+DIST assert_cmd-2.0.11.crate 25346 BLAKE2B 
1777fd5e3c0ea962d06b4e26e8c7437a3f1d8834fd0439338f53985e5958f2e11dadcf96a8ac86035bb9bce20ed9072fe4c37cee5dafdda3e6d2f72afe8b7a8e
 SHA512 
45c142e7d4f526fe66f9987ea6c62750c53eb2e429cafff6a13bb5fd6377c59888cfa19abbc3a3d50f377f69ea894c42906639020c86de09805662d929a95aae
 DIST assert_cmd-2.0.4.crate 22581 BLAKE2B 
7fc9fe4577e486f26d07b2b4419c331022ca61923d0664f4e8a25abbe6d6305600b47c739f9f065ef778bdeb59b6309ab73df2be11e5f8387cac2e7e8c70a4a2
 SHA512 
c389e0210153e9a6ccbba4dbc6a6c7a23533e5fe76e717dbc36415be2adbabfbc0de33a2e6d05e3d70779b7a278580edba400c688c9a6b446403b59a78d93720
+DIST atoi-2.0.0.crate 7785 BLAKE2B 
406b5d14541bbd1428171874c549cfbfa1b80b8317a03b1b0e2795da7d2d54e94b30fbac05fcced9b1ecdb6e15709985cf84490af9e57fc16697bd581fe48554
 SHA512 
089959e903a17c5550f90fa1be67fb937120f693a924800d4443c49caee6516f2537c57b29ecd9136020d7644281457f75654315e9c5a211b2e4b57e77076024
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
+DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
+DIST bstr-1.5.0.crate 346060 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: app-portage/emlop/

2023-07-27 Thread Florian Schmaus
commit: 680a238aa37b3d6f6ba368bb32e3d44c61bf33f1
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul 27 19:34:07 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul 27 19:34:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680a238a

app-portage/emlop: switch to shell-completion.eclass

Signed-off-by: Florian Schmaus  gentoo.org>

 app-portage/emlop/emlop-0.6.1.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-portage/emlop/emlop-0.6.1.ebuild 
b/app-portage/emlop/emlop-0.6.1.ebuild
index 0effbdae154c..9feb0c79cf59 100644
--- a/app-portage/emlop/emlop-0.6.1.ebuild
+++ b/app-portage/emlop/emlop-0.6.1.ebuild
@@ -75,7 +75,7 @@ CRATES="
winapi-x86_64-pc-windows-gnu-0.4.0
 "
 
-inherit cargo bash-completion-r1
+inherit cargo shell-completion
 
 DESCRIPTION="A fast, accurate, ergonomic emerge.log parser"
 HOMEPAGE="https://github.com/vincentdephily/emlop;
@@ -104,10 +104,8 @@ src_install() {
dobashcomp emlop
# zsh
./target/$(usex debug debug release)/emlop complete zsh > _emlop || die
-   insinto /usr/share/zsh/site-functions
-   doins _emlop
+   dozshcomp _emlop
# fish
./target/$(usex debug debug release)/emlop complete fish > emlop.fish 
|| die
-   insinto /usr/share/fish/vendor_completions.d
-   doins emlop.fish
+   dofishcomp emlop.fish
 }



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

2023-07-27 Thread Florian Schmaus
commit: 8ceab3b3a44fa6368dde2f3238182bba294699fb
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul 27 19:21:24 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul 27 19:26:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ceab3b3

net-irc/weechat: add 4.0.2

Thanks to Bo Osterud for providing a patch [1] upon which this is based.

1: https://bugs.gentoo.org/909565#c1

Closes: https://bugs.gentoo.org/909565
Signed-off-by: Florian Schmaus  gentoo.org>
Co-authored-by: Bo Osterud  conjuro.net>
Signed-off-by: Bo Osterud  conjuro.net>

 net-irc/weechat/Manifest |   2 +
 net-irc/weechat/weechat-4.0.2.ebuild | 195 +++
 2 files changed, 197 insertions(+)

diff --git a/net-irc/weechat/Manifest b/net-irc/weechat/Manifest
index 9b6a788cb511..1d9b8daf0749 100644
--- a/net-irc/weechat/Manifest
+++ b/net-irc/weechat/Manifest
@@ -1,2 +1,4 @@
 DIST weechat-3.8.tar.xz 2777420 BLAKE2B 
46a2c2c5f14f1c47c0ef2c7591549e4568c1777a70c571ab6d0e5938685262a0806c1fd301eb0d840245b7df2c42a69b089d6eac82706ae5b2a8e590a910080a
 SHA512 
f2fe125d03e9c8f8b5b03e2cdd340c6cd65c463187bd213c9128a3df19da56ae38f1a6d20a47c09606d1504448e3d554de042e33cc57b73753ce8491595ef516
 DIST weechat-3.8.tar.xz.asc 833 BLAKE2B 
3db6467d5a47b86df7eca237bf2def812666fed42b9c1b968760e4999f785ba65fe84be61ae152ac5d5a3fa85953b5442f515afc244249fbc15ff94ca2a06147
 SHA512 
61154ef33aeb1155004975ee6688d5dcb427e0670e7463549ed0157de7be61309abb5dbad419bceb596e11f494e41a00b72e6f908ed9f02525660f7155dcc2ec
+DIST weechat-4.0.2.tar.xz 2573044 BLAKE2B 
17da7769dc40885565d4932910920a4d3b23736fc244063d548e50109dc101ae63287e5467368b40ef3b835b3ef7d55f901bc7d2dfcbad59772afdd340532001
 SHA512 
271c22cba68fdb5efd14c4111ea9b7f44f2c95282cb7cac10a42432b195aadf5a081831853243ed09535df25d95b30c0d57b23c84d24c3665ae8393bc76db4d5
+DIST weechat-4.0.2.tar.xz.asc 833 BLAKE2B 
92e1a2efb9a7e5cd94a0266d5980c88ed1d93ab7e6003c2d9f28b460e805505d6094d461534782fc6e80a366cb5fb6f12ddf8fc41d29fa7ffad5b343ccc06ac3
 SHA512 
c2ab90223d5bac8551a0b95480b0ccecfbb7c199f4d8a6f8dc4e6b21c78fadb22a7feb7c53c052d3a67ba34cbaf4e7faea83cdd2df5f0dd325aee0d3e4375139

diff --git a/net-irc/weechat/weechat-4.0.2.ebuild 
b/net-irc/weechat/weechat-4.0.2.ebuild
new file mode 100644
index ..f7ec70d248a7
--- /dev/null
+++ b/net-irc/weechat/weechat-4.0.2.ebuild
@@ -0,0 +1,195 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1..4} )
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit cmake lua-single python-single-r1 xdg-utils
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/weechat/weechat.git;
+else
+   inherit verify-sig
+   SRC_URI="https://weechat.org/files/src/${P}.tar.xz
+   verify-sig? ( https://weechat.org/files/src/${P}.tar.xz.asc )"
+   
VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/weechat.org.asc
+   BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-weechat )"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
+fi
+
+DESCRIPTION="Portable and multi-interface IRC client"
+HOMEPAGE="https://weechat.org/;
+
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+
+NETWORKS="+irc"
+PLUGINS="+alias +buflist +charset +exec +fifo +fset +logger +relay +scripts 
+spell +trigger +typing +xfer"
+# dev-lang/v8 was dropped from Gentoo so we can't enable javascript support
+# dev-lang/php eclass support is lacking, php plugins don't work. bug #705702
+SCRIPT_LANGS="guile lua +perl +python ruby tcl"
+LANGS=" cs de es fr it ja pl ru"
+IUSE="doc enchant man nls selinux test ${SCRIPT_LANGS} ${PLUGINS} 
${INTERFACES} ${NETWORKS}"
+
+REQUIRED_USE="
+   enchant? ( spell )
+   lua? ( ${LUA_REQUIRED_USE} )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   test? ( nls )
+"
+
+RDEPEND="
+   app-arch/zstd:=
+   dev-libs/libgcrypt:0=
+   net-libs/gnutls:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib:=
+   net-misc/curl[ssl]
+   charset? ( virtual/libiconv )
+   guile? ( >=dev-scheme/guile-2.0:12= )
+   lua? ( ${LUA_DEPS} )
+   nls? ( virtual/libintl )
+   perl? ( dev-lang/perl:= )
+   python? ( ${PYTHON_DEPS} )
+   ruby? (
+   || (
+   dev-lang/ruby:3.1
+   dev-lang/ruby:3.0
+   )
+   )
+   selinux? ( sec-policy/selinux-irc )
+   spell? (
+   enchant? ( app-text/enchant:* )
+   !enchant? ( app-text/aspell )
+   )
+   tcl? ( >=dev-lang/tcl-8.4.15:0= )
+"
+
+DEPEND="${RDEPEND}
+   test? ( dev-util/cpputest )
+"
+
+BDEPEND+="
+   virtual/pkgconfig
+   doc? ( >=dev-ruby/asciidoctor-1.5.4 )
+   man? ( >=dev-ruby/asciidoctor-1.5.4 )
+   nls? ( >=sys-devel/gettext-0.15 )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.3-cmake_lua_version.patch
+)
+
+DOCS="AUTHORS.adoc ChangeLog.adoc 

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

2023-07-27 Thread Florian Schmaus
commit: 6cefc7e1a24604d75605593a923b35283ccc9487
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul 27 19:24:06 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul 27 19:26:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cefc7e1

net-irc/weechat: sync live

Signed-off-by: Florian Schmaus  gentoo.org>

 net-irc/weechat/weechat-.ebuild | 29 ++---
 1 file changed, 18 insertions(+), 11 deletions(-)

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-.ebuild
index a10572d3f909..f7ec70d248a7 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
sys-libs/zlib:=
net-misc/curl[ssl]
charset? ( virtual/libiconv )
-   guile? ( >=dev-scheme/guile-2.0 )
+   guile? ( >=dev-scheme/guile-2.0:12= )
lua? ( ${LUA_DEPS} )
nls? ( virtual/libintl )
perl? ( dev-lang/perl:= )
@@ -58,7 +58,6 @@ RDEPEND="
|| (
dev-lang/ruby:3.1
dev-lang/ruby:3.0
-   dev-lang/ruby:2.7
)
)
selinux? ( sec-policy/selinux-irc )
@@ -107,17 +106,21 @@ src_prepare() {
done
 
# install only required documentation ; en always
-   for i in $(grep add_subdirectory doc/CMakeLists.txt \
-   | sed -e 's/.*add_subdirectory(\(..\)).*/\1/' -e 
'/en/d'); do
-   if ! has ${i} ${LINGUAS-${i}} ; then
-   sed -i \
-   -e '/add_subdirectory('${i}')/d' \
-   doc/CMakeLists.txt || die
-   fi
+   local j
+   for i in $(grep -e 'set(.*en.*)$' doc/CMakeLists.txt \
+   | sed -e 's/.*set(\(\w\+\).*/\1/'); do
+   for j in $(grep set.${i} doc/CMakeLists.txt \
+   | sed -e "s/.*${i}\(.*\)).*/\1/" -e 's/ en//'); 
do
+   if ! has ${j} ${LINGUAS-${j}} ; then
+   sed -i \
+   -e "s/\(set(${i}.*\) ${j}/\1/" \
+   doc/CMakeLists.txt || die
+   fi
+   done
done
 
# install docs in correct directory
-   sed -i "s#\${DATAROOTDIR}/doc/\${PROJECT_NAME}#\0-${PVR}/html#" 
doc/*/CMakeLists.txt || die
+   sed -i "s#\${DATAROOTDIR}/doc/\${PROJECT_NAME}#\0-${PVR}/html#" 
doc/CMakeLists.txt || die
 
if [[ ${CHOST} == *-darwin* ]]; then
# fix linking error on Darwin
@@ -139,7 +142,11 @@ src_configure() {
-DENABLE_ALIAS=$(usex alias)
-DENABLE_BUFLIST=$(usex buflist)
-DENABLE_CHARSET=$(usex charset)
-   -DENABLE_DOC=$(usex doc)
+   # -DENABLE_DOC requires all plugins (except javascript).
+   # 
https://github.com/weechat/weechat/blob/v4.0.2/CMakeLists.txt#L144
+   # Impossible since php was dropped in 
net-irc/weechat-3.5.r1.ebuild. bug #705702
+   -DENABLE_DOC=OFF
+   -DENABLE_DOC_INCOMPLETE=$(usex doc)
-DENABLE_ENCHANT=$(usex enchant)
-DENABLE_EXEC=$(usex exec)
-DENABLE_FIFO=$(usex fifo)



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

2023-07-27 Thread William Hubbs
commit: 72e8b19cccdaf23db1cdfd62e7c1ccaf2d5fa387
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jul 27 19:25:03 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jul 27 19:25:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e8b19c

dev-util/gitlab-runner: add 16.2.0

Signed-off-by: William Hubbs  gentoo.org>

 dev-util/gitlab-runner/Manifest|  2 +
 dev-util/gitlab-runner/gitlab-runner-16.2.0.ebuild | 62 ++
 2 files changed, 64 insertions(+)

diff --git a/dev-util/gitlab-runner/Manifest b/dev-util/gitlab-runner/Manifest
index 91651d4d834b..fbb73f38022b 100644
--- a/dev-util/gitlab-runner/Manifest
+++ b/dev-util/gitlab-runner/Manifest
@@ -4,3 +4,5 @@ DIST gitlab-runner-16.0.2-deps.tar.xz 161413208 BLAKE2B 
8e8ee06371bd8482a39c129b
 DIST gitlab-runner-16.0.2.tar.bz2 1346109 BLAKE2B 
ed8bf9a893fc4d38aeb9ef2e1823eb0940b23e12fd2236f5ffbb90832634b244201d8518e1e5231ee7d4445ac3742ca47b1f3d8a66d06a93811e040d9229d19e
 SHA512 
54b1e7c0b5838254aa30199e62760a845a9bba0a04cc9963b0bdaa776c7219bf0acee71a62f3c958b3d22d9aaf3380bf236228f18ac3e0f3d615578a1d3f9b87
 DIST gitlab-runner-16.1.0-deps.tar.xz 199599928 BLAKE2B 
585dd1038106e5f0f397fc801309449e19da4af3419874d4dba178ecdf3109950fb39c4e20578ad388db455aeb20607aeb3d505f8304124fdc07747f43108062
 SHA512 
c7b714fe60f4dd8cda6ae3ee9700d6d8c748b42c3499e0d3a5377008e6eac55fc99fbea693a72ecf38fb10be7f56e0d72c4a12ffe7bac8ea1de29448fa934707
 DIST gitlab-runner-16.1.0.tar.bz2 1353795 BLAKE2B 
e0f8fc23c9e50dc2bbe50187c7256381678504aef1d23e82a2fdbaef10f0c502ba8dfd31bbae450d22362b9b82b81184895dac1353f5dcbd32cefe9a263a7a81
 SHA512 
2fe31471e80943e24b7667ee8d544d6b031435c88ab2fb58911752b248d2e0293fdede0996e2715f54ec71b4c6d58aa422b87fb112e005c1022af0d4c1a80caa
+DIST gitlab-runner-16.2.0-deps.tar.xz 200381264 BLAKE2B 
61a9d094c251f299e98718883359433545294c8d862872bcf1b4558d721455bd83d867b198af4ec9a217b7e67be3084539955613640ff1829ae6c39a4bc82926
 SHA512 
9ffbee5f3b179d5a85f3d322b109b538c6c78874b80c5f593fbfe8ccb993fa0b2028665354f10a0774c7a130c12170bc53cc3315f34ec3b6941febc726e113df
+DIST gitlab-runner-16.2.0.tar.bz2 1361100 BLAKE2B 
19df94ba47188ad696f79df56595f34a2fa7c82971549172a8acc65dd04228aed077d675f85e35e8731ae4b1e7200ebe667772dce66e6bb17a0ad84a522b
 SHA512 
75097c09b065c8486a5d23219dcb8e36c2baac254e0b09811dd725cf493d959d9b2d3a2c9c130d208a50c1355e19faa749a6d5bb58e1681f782279eca277605e

diff --git a/dev-util/gitlab-runner/gitlab-runner-16.2.0.ebuild 
b/dev-util/gitlab-runner/gitlab-runner-16.2.0.ebuild
new file mode 100644
index ..4a6bef12c466
--- /dev/null
+++ b/dev-util/gitlab-runner/gitlab-runner-16.2.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module systemd tmpfiles
+
+# make sure this gets updated for every bump
+GIT_COMMIT=782e15da
+
+DESCRIPTION="The official GitLab Runner, written in Go"
+HOMEPAGE="https://gitlab.com/gitlab-org/gitlab-runner;
+SRC_URI="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 ~ppc64 ~riscv"
+
+COMMON_DEPEND="acct-group/gitlab-runner
+   acct-user/gitlab-runner"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+BDEPEND="dev-go/gox"
+
+DOCS=( docs CHANGELOG.md README.md config.toml.example )
+
+S="${WORKDIR}/${PN}-v${PV}"
+
+src_compile() {
+   emake \
+   BUILT="$(date -u '+%Y-%m-%dT%H:%M:%S%:z')" \
+   GOX="${EPREFIX}/usr/bin/gox" \
+   REVISION=${GIT_COMMIT} \
+   VERSION=${PV} \
+   runner-bin-host
+}
+
+src_test() {
+   CI=0 ego test
+}
+
+src_install() {
+   dobin out/binaries/gitlab-runner
+   einstalldocs
+
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   systemd_dounit "${FILESDIR}/${PN}.service"
+   newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
+   keepdir /{etc,var/log}/${PN}
+   fperms 0700 /{etc,var/log}/gitlab-runner
+   fowners gitlab-runner:gitlab-runner /{etc,var/log}/${PN}
+}
+
+pkg_postinst() {
+   tmpfiles_process gitlab-runner.conf
+   [[ -f ${EROOT}/etc/gitlab-runner/config.toml ]] && return
+   elog
+   elog "To use the runner, you need to register it with this command:"
+   elog "# gitlab-runner register"
+   elog "This will also create the configuration file in 
/etc/gitlab-runner/config.toml"
+}



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

2023-07-27 Thread William Hubbs
commit: 61aabc173ab6f405f1403920aa4c14865943f0a5
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jul 27 19:25:51 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jul 27 19:25:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61aabc17

dev-util/gitlab-runner: drop 15.11.1

Signed-off-by: William Hubbs  gentoo.org>

 dev-util/gitlab-runner/Manifest|  2 -
 .../gitlab-runner/gitlab-runner-15.11.1.ebuild | 62 --
 2 files changed, 64 deletions(-)

diff --git a/dev-util/gitlab-runner/Manifest b/dev-util/gitlab-runner/Manifest
index fbb73f38022b..df0f08b3081b 100644
--- a/dev-util/gitlab-runner/Manifest
+++ b/dev-util/gitlab-runner/Manifest
@@ -1,5 +1,3 @@
-DIST gitlab-runner-15.11.1-deps.tar.xz 161358304 BLAKE2B 
a318aa741a29c3e1623a389966acbee54df66ec0ac55bf59fec21eb6d1ed394facc835b01ad52429037849dddb388b0690b378721c9700c18a223876cc63adb6
 SHA512 
58222949571c74fcb6a28290a304db39269271fce5234027136cb2b3f51e239d610efb9f362c726ef7be741ebb2c68295cce7e4dd4d99ad21459b1b67562b5d9
-DIST gitlab-runner-15.11.1.tar.bz2 1343959 BLAKE2B 
3c1a12aedb6ec4ba88b20f1aca30e2cae3acbfab7aa22ab91cc87c355e1f1926f27c70a0357be6f969634bca200a7b9e69fb2bd09403be21d7fc4383c48d951f
 SHA512 
5756952adf79a72ba62eef7e28d4dd134fd1aa00a020c615a11fcd6d8fadeb2ba40cf8e20d8bc253082885ea8fe77f18124da35fb7fa5f7bc7360b8143a85cd3
 DIST gitlab-runner-16.0.2-deps.tar.xz 161413208 BLAKE2B 
8e8ee06371bd8482a39c129bf155a829cd3c782a4a5a968128e75d263ab4e8b07f88ce02697ef47d14cde81133936578d2c12a747953a77b6acec0b635131c5d
 SHA512 
4c37eb14f81d092a12dae9ce7f50aac7b2555d1366d1d5ab2b0faa835e352caaed6683a63ae44a8447ee8ca09f38fa4a4465d22a21391841f0d4169494be9dd5
 DIST gitlab-runner-16.0.2.tar.bz2 1346109 BLAKE2B 
ed8bf9a893fc4d38aeb9ef2e1823eb0940b23e12fd2236f5ffbb90832634b244201d8518e1e5231ee7d4445ac3742ca47b1f3d8a66d06a93811e040d9229d19e
 SHA512 
54b1e7c0b5838254aa30199e62760a845a9bba0a04cc9963b0bdaa776c7219bf0acee71a62f3c958b3d22d9aaf3380bf236228f18ac3e0f3d615578a1d3f9b87
 DIST gitlab-runner-16.1.0-deps.tar.xz 199599928 BLAKE2B 
585dd1038106e5f0f397fc801309449e19da4af3419874d4dba178ecdf3109950fb39c4e20578ad388db455aeb20607aeb3d505f8304124fdc07747f43108062
 SHA512 
c7b714fe60f4dd8cda6ae3ee9700d6d8c748b42c3499e0d3a5377008e6eac55fc99fbea693a72ecf38fb10be7f56e0d72c4a12ffe7bac8ea1de29448fa934707

diff --git a/dev-util/gitlab-runner/gitlab-runner-15.11.1.ebuild 
b/dev-util/gitlab-runner/gitlab-runner-15.11.1.ebuild
deleted file mode 100644
index 89baac5fdcf1..
--- a/dev-util/gitlab-runner/gitlab-runner-15.11.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module systemd tmpfiles
-
-# make sure this gets updated for every bump
-GIT_COMMIT=0d8a024e
-
-DESCRIPTION="The official GitLab Runner, written in Go"
-HOMEPAGE="https://gitlab.com/gitlab-org/gitlab-runner;
-SRC_URI="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv"
-
-COMMON_DEPEND="acct-group/gitlab-runner
-   acct-user/gitlab-runner"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND="dev-go/gox"
-
-DOCS=( docs CHANGELOG.md README.md config.toml.example )
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_compile() {
-   emake \
-   BUILT="$(date -u '+%Y-%m-%dT%H:%M:%S%:z')" \
-   GOX="${EPREFIX}/usr/bin/gox" \
-   REVISION=${GIT_COMMIT} \
-   VERSION=${PV} \
-   runner-bin-host
-}
-
-src_test() {
-   CI=0 ego test
-}
-
-src_install() {
-   dobin out/binaries/gitlab-runner
-   einstalldocs
-
-   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   systemd_dounit "${FILESDIR}/${PN}.service"
-   newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
-   keepdir /{etc,var/log}/${PN}
-   fperms 0700 /{etc,var/log}/gitlab-runner
-   fowners gitlab-runner:gitlab-runner /{etc,var/log}/${PN}
-}
-
-pkg_postinst() {
-   tmpfiles_process gitlab-runner.conf
-   [[ -f ${EROOT}/etc/gitlab-runner/config.toml ]] && return
-   elog
-   elog "To use the runner, you need to register it with this command:"
-   elog "# gitlab-runner register"
-   elog "This will also create the configuration file in 
/etc/gitlab-runner/config.toml"
-}



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

2023-07-27 Thread Michael Orlitzky
commit: 420afea543f2618cd402a8c2c1b990777befdc31
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jul 27 19:17:17 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jul 27 19:17:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420afea5

profiles: mask dev-php/swoole-async for removal.

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b779d6e5eb7e..438ccca1a5fc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Orlitzky  (2023-07-27)
+# Obsolete as of dev-php/swoole-4.3.0, according to
+# its github README. Stuck on php-7.4. Removal on or
+# after 30 days.
+dev-php/swoole-async
+
 # William Hubbs  (2023-07-25)
 # This package has been replaced by app-accessibility/espeak-ng.
 # Please transition to the new package.



[gentoo-commits] repo/gentoo:master commit in: net-im/openmittsu/files/, net-im/openmittsu/

2023-07-27 Thread Ulrich Müller
commit: 854d872deedb4caad66493df0993d6124588b38f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jul 27 18:58:06 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jul 27 18:59:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854d872d

net-im/openmittsu: drop 0.9.15.0

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

 net-im/openmittsu/Manifest |  1 -
 .../files/openmittsu-0.9.13.32-fix-tests.patch | 11 
 net-im/openmittsu/openmittsu-0.9.15.0.ebuild   | 63 --
 3 files changed, 75 deletions(-)

diff --git a/net-im/openmittsu/Manifest b/net-im/openmittsu/Manifest
index 2937b3a1a154..f396862e2e46 100644
--- a/net-im/openmittsu/Manifest
+++ b/net-im/openmittsu/Manifest
@@ -1,2 +1 @@
 DIST openmittsu-0.10.0.0.tar.xz 2345724 BLAKE2B 
407fe07147b17e6ac6ec2381e77256d09824fce87f1d9d141d2940e566191e911b05fb3d6701d342be9bb667551903f4f8913cbb25f504100e92ab4a38339555
 SHA512 
d4334c8516efcd63a3e9dfcf9f9655922aa14b2574f39269cf7019a8c951144569138c2a0a75abb16e2746a33002f0c07ef6c86dbdb5405e11c315ec630eb0d0
-DIST openmittsu-0.9.15.0.tar.xz 2302908 BLAKE2B 
284968a1965d0c91197402618ae4ebaeb7a7d977e79654f296d7d2ca1466d26b86d99810e0502e9eced27e5a664dbb4b0113ec344367fb7b85557ebc0381
 SHA512 
9e00828053506cf233a4cede49c501da903cc36d49379b891e4186cf10cacfbd596b4d2b7ac551e2e6340a878bfa1155f8696e179ed9dd1c2ecbff61430ed7f9

diff --git a/net-im/openmittsu/files/openmittsu-0.9.13.32-fix-tests.patch 
b/net-im/openmittsu/files/openmittsu-0.9.13.32-fix-tests.patch
deleted file mode 100644
index c89d24536ae9..
--- a/net-im/openmittsu/files/openmittsu-0.9.13.32-fix-tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 openmittsu-0.9.13.32-orig/CMakeLists.txt
-+++ openmittsu-0.9.13.32/CMakeLists.txt
-@@ -570,7 +570,7 @@
- target_link_libraries(openMittsu openMittsuCore Qt5::Core Qt5::Gui 
Qt5::Widgets Qt5::Network Qt5::Multimedia Qt5::MultimediaWidgets Qt5::Sql)
- target_link_libraries(openMittsuVersionInfo Qt5::Core)
- if (OPENMITTSU_ENABLE_TESTS)
--  target_link_libraries(openMittsuTests openMittsuCore Qt5::Core 
Qt5::Network Qt5::Multimedia Qt5::MultimediaWidgets Qt5::Sql gmock gtest)
-+  target_link_libraries(openMittsuTests openMittsuCore Qt5::Core 
Qt5::Network Qt5::Multimedia Qt5::MultimediaWidgets Qt5::Sql gmock gtest 
pthread)
- endif (OPENMITTSU_ENABLE_TESTS)
- 
- # Link against libc++abi if requested.

diff --git a/net-im/openmittsu/openmittsu-0.9.15.0.ebuild 
b/net-im/openmittsu/openmittsu-0.9.15.0.ebuild
deleted file mode 100644
index 945996c436ae..
--- a/net-im/openmittsu/openmittsu-0.9.15.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake desktop
-
-DESCRIPTION="Open source chat client for Threema-style end-to-end encrypted 
chat networks"
-HOMEPAGE="https://www.openmittsu.de/;
-# git-archive-all.sh snapshot of https://github.com/blizzard4591/openMittsu.git
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
-
-LICENSE="GPL-2+ BitstreamVera OFL-1.1 Apache-2.0 CC0-1.0 MIT BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-db/qt5-sqlcipher
-   >=dev-libs/libsodium-1.0.11:=
-   >=dev-qt/qtcore-5.7.1:5=
-   >=dev-qt/qtgui-5.7.1:5=
-   >=dev-qt/qtmultimedia-5.7.1:5=[widgets]
-   >=dev-qt/qtnetwork-5.7.1:5=[ssl]
-   >=dev-qt/qtsql-5.7.1:5=[sqlite]
-   >=dev-qt/qtwidgets-5.7.1:5=
-   >=media-gfx/qrencode-3.4.4-r1:="
-DEPEND="${RDEPEND}
-   test? ( >=dev-cpp/gtest-1.8.0 )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.9.13.32-fix-tests.patch
-)
-
-DOCS=(
-   README.md
-   Example-client-configuration-file.ini
-   Example-contacts-file.txt
-)
-
-src_configure() {
-   local mycmakeargs=(
-   # set version manually, since autodetection works only with git
-   "-DOPENMITTSU_CUSTOM_VERSION_STRING=${PV%.*}-${PV##*.}-"
-   "-DOPENMITTSU_DISABLE_VERSION_UPDATE_CHECK=ON"
-   "-DOPENMITTSU_ENABLE_TESTS=$(usex test)"
-   )
-   cmake_src_configure
-}
-
-src_test() {
-   cd "${BUILD_DIR}" || die
-   ./openMittsuTests || die
-}
-
-src_install() {
-   local my_pn="openMittsu"
-   cmake_src_install
-   newicon resources/icon.png ${my_pn}.png
-   make_desktop_entry ${my_pn} ${my_pn} ${my_pn}
-   rm "${ED}"/usr/bin/${my_pn}VersionInfo || die
-   rm -f "${ED}"/usr/bin/${my_pn}Tests || die
-}



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

2023-07-27 Thread Michael Orlitzky
commit: 219e14c37dacd126d7a108ee73ef12a1db8e3327
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jul 27 18:35:54 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jul 27 18:48:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219e14c3

dev-php/swoole: drop 4.4.16, 4.5.9

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

 dev-php/swoole/Manifest |  2 --
 dev-php/swoole/swoole-4.4.16.ebuild | 67 -
 dev-php/swoole/swoole-4.5.9.ebuild  | 67 -
 3 files changed, 136 deletions(-)

diff --git a/dev-php/swoole/Manifest b/dev-php/swoole/Manifest
index a44e9a230a1e..f83ffe54f33e 100644
--- a/dev-php/swoole/Manifest
+++ b/dev-php/swoole/Manifest
@@ -1,3 +1 @@
-DIST swoole-4.4.16.tgz 1457270 BLAKE2B 
4b65270aa1014ea68cadae8eb021d37498dc3fe0bf2d681c95bf7113928138bc26ab73f3be91185eb5ecebcb4940906814913c7908c87592aafd33fbc1820bf7
 SHA512 
7be4705967ed6b7a955f679f8c39585d34dc8c87ba608ac3ae2b0fc3cae9513d9639c8e9aac4278ce85acc215b500044626aab9b2aac725c9ffaef72dfb02dd7
-DIST swoole-4.5.9.tgz 1552445 BLAKE2B 
602ce65f7b59a3c199d7718aeb941d1ebde7d59096335992c2278f7e330f7b48554a8418cc4014f6fcf47af92d315368a16c572055b1fd9575608c2559ed3107
 SHA512 
9154a2874480218aa3c8935979267efb92a3d5a4f1ba7dc071bf4c2b169d69e31a6ad7412785d00543dc5827ce2d6c5999b6cabea2089818f3f57acc26bcb31f
 DIST swoole-4.8.7.tgz 1851160 BLAKE2B 
3e5c9d664f1897b7bd490a1e9dbc4c3c03117a18ae58586efe534c617578a7af5be779e6ca44a5bf2f782abc2eb57bc21e3dc4e3445c3299918bc189547dc75c
 SHA512 
36f36aface71435233aaa8c81e023b813c6175d3ed00a9de20acb690b58b464d99670c3b96f247ab1147f95e099d44785d60d5f1e36f519ccfeb09b3bddba264

diff --git a/dev-php/swoole/swoole-4.4.16.ebuild 
b/dev-php/swoole/swoole-4.4.16.ebuild
deleted file mode 100644
index 5df2ebd4942d..
--- a/dev-php/swoole/swoole-4.4.16.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PHP_EXT_NAME="swoole"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_SAPIS="cli"
-DOCS=( README.md )
-
-USE_PHP="php7-4"
-
-inherit php-ext-pecl-r3
-
-HOMEPAGE="https://www.swoole.co.uk;
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Event-driven asynchronous & concurrent & coroutine networking 
engine"
-LICENSE="Apache-2.0"
-SLOT="0"
-# Tests can hang.  Disable until this no longer happens
-RESTRICT="test"
-
-DEPEND="
-   app-arch/brotli:0=
-   dev-libs/libaio
-   dev-libs/boost:=
-   dev-libs/libpcre
-   sys-libs/zlib:0=
-   http2? ( net-libs/nghttp2:0= )
-   ssl? (
-   dev-libs/openssl:0=
-   )
-   php_targets_php7-4? ( dev-lang/php:7.4[cli,sockets?] )
-   mysql? (
-   php_targets_php7-4? ( dev-lang/php:7.4[mysql,mysqli(+)] )
-   )
-"
-
-RDEPEND="${DEPEND}"
-
-IUSE="debug http2 mysql sockets ssl"
-
-src_configure() {
-   # JEMalloc not included as it refuses to find a 
${ESYSROOT}/usr/includes/jemalloc subdirectory
-   local PHP_EXT_ECONF_ARGS=(
-   --enable-swoole
-   $(use_enable debug)
-   $(use_enable http2)
-   $(use_enable mysql mysqlnd)
-   $(use_enable ssl openssl)
-   $(use_with ssl openssl-dir "${ESYSROOT}/usr")
-   $(use_enable sockets)
-   )
-
-   php-ext-source-r3_src_configure
-}
-
-src_test() {
-   local slot
-   for slot in $(php_get_slots); do
-   php_init_slot_env "${slot}"
-   [[ -f tests/template.phpt ]] && rm tests/template.phpt
-   SKIP_ONLINE_TESTS="yes" NO_INTERACTION="yes" emake test
-   done
-}

diff --git a/dev-php/swoole/swoole-4.5.9.ebuild 
b/dev-php/swoole/swoole-4.5.9.ebuild
deleted file mode 100644
index 5c0345cb8a3e..
--- a/dev-php/swoole/swoole-4.5.9.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PHP_EXT_NAME="swoole"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_SAPIS="cli"
-PHP_EXT_NEEDED_USE="cli,sockets?"
-DOCS=( README.md )
-
-USE_PHP="php7-2 php7-3 php7-4 php8-0"
-
-inherit php-ext-pecl-r3
-
-HOMEPAGE="https://www.swoole.co.uk;
-KEYWORDS="amd64 ~x86"
-
-DESCRIPTION="Event-driven asynchronous & concurrent & coroutine networking 
engine"
-LICENSE="Apache-2.0"
-SLOT="0"
-# Tests can hang.  Disable until this no longer happens
-RESTRICT="test"
-
-DEPEND="
-   app-arch/brotli:0=
-   dev-libs/libpcre
-   sys-libs/zlib:0=
-   ssl? (
-   dev-libs/openssl:0=
-   )
-   mysql? (
-   php_targets_php7-2? ( dev-lang/php:7.2[mysql,mysqli(+)] )
-   php_targets_php7-3? ( dev-lang/php:7.3[mysql,mysqli(+)] )
-   php_targets_php7-4? ( dev-lang/php:7.4[mysql,mysqli(+)] )
-   php_targets_php8-0? ( dev-lang/php:8.0[mysql,mysqli(+)] )
-   )
-"

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

2023-07-27 Thread Michael Orlitzky
commit: 2e161be11e066c2e289a0d65e92e089f2dfe2cca
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jul 27 18:34:29 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jul 27 18:48:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e161be1

dev-php/pecl-http: drop 3.2.4-r1, 3.2.5, 4.2.1

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

 dev-php/pecl-http/Manifest  |  3 --
 dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild | 75 
 dev-php/pecl-http/pecl-http-3.2.5.ebuild| 76 
 dev-php/pecl-http/pecl-http-4.2.1.ebuild| 77 -
 4 files changed, 231 deletions(-)

diff --git a/dev-php/pecl-http/Manifest b/dev-php/pecl-http/Manifest
index 199b3a293893..db040afd7668 100644
--- a/dev-php/pecl-http/Manifest
+++ b/dev-php/pecl-http/Manifest
@@ -1,5 +1,2 @@
-DIST pecl_http-3.2.4.tgz 220631 BLAKE2B 
996236cf9dd2f7d9bfaf046306e99c3ccf778261df19df8fd828b5811798f784841d89a6890e7347bd20cc6da71c966ea3ac9b17bf058e0bb766db7e1a8a6c49
 SHA512 
59c41d57c94a6e50e2f0b261130a24791b2845246f783b55e7f644f9a897d3650da364c5b38a860761b4a23f9266ed05000d6348bae2a7941e59d6bf5fb61a9e
-DIST pecl_http-3.2.5.tgz 220593 BLAKE2B 
3dfeefa69b0566f15f1dda73e7e4da2723033424e704039fbb42177e4996b434ea3450e40aa16844fe52c9fabac96d16ba5154a0112f00ff3838cf7bde149938
 SHA512 
13e99cd567a708cba56150a2127d060cdc78f9f5908371e5fb5fb3f02f27f8aa1b48c5eb147f61e9b5c9d5f2c627049f846d810f0135072cc9e4cd967e2bfa1d
 DIST pecl_http-3.3.0.tgz 225653 BLAKE2B 
b8d3875b2716edda98a2f813e2f5947e65684da12be087b2ec51c405223574b2e44dee3ae0a653a538e9c3acafafcec1ff40778d45d8389b239a1ea4578c2831
 SHA512 
e774ba0514994f219cbd2d8bef872308be8617ea22894db72473042154842c62d918d4c0b87f8c592182fa81fd1487b672252d587857e1b306dce6d38e2f53fb
-DIST pecl_http-4.2.1.tgz 224452 BLAKE2B 
58d2e1159aa64b9893b2b8b67c8444801308084ac13a743760c25cb3d0456fb586f69dc6b9e77db53341e4e9e45ce68f954c47b4e2663afe86de67d63db5e8e2
 SHA512 
2ad7e57fae313a7b46ba88e528e124ac9d83804827131a6ef478ccf3cf5883dec2d928b8ceb377ee7f5947c76f24d640d77533a9946612419e526786a79877e6
 DIST pecl_http-4.2.2.tgz 224436 BLAKE2B 
26ef3bb38778f0374938ba3f3bddba37c3a2044c7b9ffe2aacbca2566251d26d37882bf66773b8ed62d46855e8f14ad9b577cdb1ef3db9eba9850c0b30e57284
 SHA512 
1203367d590c7d80ffe7a21e7ac352ba053e3daeb778bf99e08fc13582e665e1429f850e51e36304bdec15e6646b648f2c444b46fa263e5441d008ac41a00f4b

diff --git a/dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild 
b/dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild
deleted file mode 100644
index 2a31f4ccc895..
--- a/dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PHP_EXT_NAME="http"
-PHP_EXT_PECL_PKG="pecl_http"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_INI_NAME="50-http"
-
-USE_PHP="php7-3 php7-4 php8-0"
-
-inherit php-ext-pecl-r3
-
-USE_PHP="php7-3 php7-4"
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="Extended HTTP Support for PHP"
-LICENSE="BSD-2 MIT"
-SLOT="7"
-IUSE="ssl curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl"
-
-# Patch gets cookies working with curl 7.77, but further interop work was done 
later
-# Just set min version for this short time to live branch
-COMMON_DEPEND="app-arch/brotli:=
-   dev-libs/libevent
-   dev-php/pecl-propro:7[php_targets_php7-3(-)?,php_targets_php7-4(-)?]
-   
>=dev-php/pecl-raphf-2.0.1:7[php_targets_php7-3(-)?,php_targets_php7-4(-)?]
-   net-dns/libidn2
-   sys-libs/zlib
-   ssl? ( 
>=net-misc/curl-7.77[ssl,curl_ssl_gnutls(-)=,curl_ssl_nss(-)=,curl_ssl_openssl(-)=]
 )
-   !ssl? ( >=net-misc/curl-7.77[-ssl] )
-"
-DEPEND="
-   php_targets_php7-3? ( ${COMMON_DEPEND} 
dev-lang/php:7.3[hash(+),session(-),iconv(-)] )
-   php_targets_php7-4? ( ${COMMON_DEPEND} 
dev-lang/php:7.4[session(-),iconv(-)] )"
-RDEPEND="${DEPEND}
-   php_targets_php8-0? ( dev-php/pecl-http:8[php_targets_php8-0(-)] )"
-
-PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps 
--without-http-libidn-dir )
-
-PATCHES=( "${FILESDIR}/${P}-curl-cookies.patch" )
-
-src_prepare() {
-   if use php_targets_php7-3 || use php_targets_php7-4 ; then
-   php-ext-source-r3_src_prepare
-   else
-   default_src_prepare
-   fi
-}
-
-src_install() {
-   if use php_targets_php7-3 || use php_targets_php7-4 ; then
-   php-ext-pecl-r3_src_install
-   fi
-}
-
-src_test() {
-   # Cannot use eclass function due to required modules
-   # All tests SKIP otherwise
-   for slot in $(php_get_slots); do
-   php_init_slot_env "${slot}"
-   # Link in required modules for testing
-   ln -s "${EXT_DIR}/propro.so" "modules/propro.so" || die
-   ln -s "${EXT_DIR}/raphf.so" "modules/raphf.so" || die
-   sed -i \
-   

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

2023-07-27 Thread Michael Orlitzky
commit: cd2f9f0709075afcde74e2d38c98742b92eafc82
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jul 27 18:33:16 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jul 27 18:48:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2f9f07

dev-php/pecl-event: drop 3.0.2_p1, 3.0.6

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

 dev-php/pecl-event/Manifest   |  2 -
 dev-php/pecl-event/pecl-event-3.0.2_p1.ebuild | 58 ---
 dev-php/pecl-event/pecl-event-3.0.6.ebuild| 49 --
 3 files changed, 109 deletions(-)

diff --git a/dev-php/pecl-event/Manifest b/dev-php/pecl-event/Manifest
index 52fd71865ff0..657bea0658bc 100644
--- a/dev-php/pecl-event/Manifest
+++ b/dev-php/pecl-event/Manifest
@@ -1,3 +1 @@
-DIST event-3.0.2r1.tgz 198176 BLAKE2B 
ca93fa75fc1210476bddfafb89f9fd7a9a9ed9b23023ce37c5b5fe94c782d3a95a3a9bee8263cca3329b96b848cb213de7fac73c6594a8fee0c7c299b5f44215
 SHA512 
b117119814763bffe1c2c44766a822f638cd0873eeede29aab139fceb09a09df264f0d7b7e882b21dd9a7e96f45d692b45193509c3f53e0f3b10feb59c1a4ae4
-DIST event-3.0.6.tgz 198565 BLAKE2B 
a8629572f63c3c342f5a137c5eaaf1af6d22d5df192cd37c36453d67db28ee030c7be13a26653a0de8e4984c24f9e633f7b0e757457aa668e2ce694d36b89cea
 SHA512 
a7c7b062e44409d8d7525b3bb5ec80916dfcb5cdc53088a486ae940fa3a0a7944ec30727cd96d4e125187b8fa2e3a0fce6fc8981f803ad416a2cc040b78f93eb
 DIST event-3.0.8.tgz 199567 BLAKE2B 
520949b55d27629e089993a49fe55114f8fb45cf5788dd57b30b0977fcfc9074757b4cc2efb6d5a126eea5343926f326d1651546650e9dbc8baa0ef7b06649f5
 SHA512 
45b4c07cac6dfca386cf9e6c792abc72c6f68d1443a1c67fd645f5e6f05ae9d45fb346b50b35cc6818ca70ebbff93c42afd801e70e9ebc63f997366996193593

diff --git a/dev-php/pecl-event/pecl-event-3.0.2_p1.ebuild 
b/dev-php/pecl-event/pecl-event-3.0.2_p1.ebuild
deleted file mode 100644
index 200d55cffedd..
--- a/dev-php/pecl-event/pecl-event-3.0.2_p1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PHP_EXT_NAME="event"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( README.md )
-
-USE_PHP="php7-3 php7-4 php8-0"
-#Unique to this release
-MY_P="${PN/pecl-/}-${PV/_p/r}"
-PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="amd64 ~ia64 x86"
-LICENSE="PHP-3.01"
-
-DESCRIPTION="PHP wrapper for libevent2"
-SLOT="0"
-
-DEPEND="
-   >=dev-libs/libevent-2.0.2
-   ssl? ( dev-libs/openssl:0= )
-   php_targets_php7-3? ( dev-lang/php:7.3[sockets(-)?] )
-   php_targets_php7-4? ( dev-lang/php:7.4[sockets(-)?] )
-   php_targets_php8-0? ( dev-lang/php:8.0[sockets(-)?] )"
-
-RDEPEND="
-   ${DEPEND}
-   !dev-php/pecl-libevent"
-
-IUSE="debug examples +extra +sockets +ssl threads"
-#Unique to this release
-S="${WORKDIR}/${MY_P}"
-PHP_EXT_S="${S}"
-
-src_configure() {
-   local PHP_EXT_ECONF_ARGS=(
-   --with-event-core
-   $(use_enable debug event-debug)
-   $(use_with extra event-extra)
-   $(use_with ssl event-openssl)
-   $(use_with threads event-pthreads)
-   $(use_enable sockets event-sockets)
-   )
-   php-ext-source-r3_src_configure
-}
-
-src_test() {
-   local slot
-   for slot in $(php_get_slots); do
-   php_init_slot_env "${slot}"
-   SKIP_ONLINE_TESTS="yes" NO_INTERACTION="yes" emake test
-   done
-}

diff --git a/dev-php/pecl-event/pecl-event-3.0.6.ebuild 
b/dev-php/pecl-event/pecl-event-3.0.6.ebuild
deleted file mode 100644
index 81538e97dbb8..
--- a/dev-php/pecl-event/pecl-event-3.0.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-PHP_EXT_NAME="event"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( README.md )
-
-USE_PHP="php7-4 php8-0 php8-1"
-PHP_EXT_NEEDED_USE="sockets(-)?"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~ia64 ~x86"
-LICENSE="PHP-3.01"
-
-DESCRIPTION="PHP wrapper for libevent2"
-SLOT="0"
-IUSE="debug examples +extra +sockets +ssl threads"
-
-DEPEND="
-   >=dev-libs/libevent-2.0.2
-   ssl? ( dev-libs/openssl:0= )"
-
-RDEPEND="
-   ${DEPEND}
-   !dev-php/pecl-libevent"
-
-src_configure() {
-   local PHP_EXT_ECONF_ARGS=(
-   --with-event-core
-   $(use_enable debug event-debug)
-   $(use_with extra event-extra)
-   $(use_with ssl event-openssl)
-   $(use_with threads event-pthreads)
-   $(use_enable sockets event-sockets)
-   )
-   php-ext-source-r3_src_configure
-}
-
-src_test() {
-   local slot
-   for slot in $(php_get_slots); do
-   php_init_slot_env "${slot}"
-   SKIP_ONLINE_TESTS="yes" NO_INTERACTION="yes" emake test
-   done
-}



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

2023-07-27 Thread Matthew Thode
commit: 4a4d6b1160258c9f42337973baf9f7b9820b6cc9
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Jul 27 09:27:12 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jul 27 18:26:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4d6b11

dist-kernel-utils.eclass: also rebuild initrd when using uki's

An UKI contains some initrd, so in situations where we want
to regenerate the initrd we also want to rebuild the UKIs

Signed-off-by: Andrew Ammerlaan  gentoo.org>
Signed-off-by: Matthew Thode  gentoo.org>

 eclass/dist-kernel-utils.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/dist-kernel-utils.eclass b/eclass/dist-kernel-utils.eclass
index 666896028669..6903183b6efb 100644
--- a/eclass/dist-kernel-utils.eclass
+++ b/eclass/dist-kernel-utils.eclass
@@ -171,8 +171,8 @@ dist-kernel_reinstall_initramfs() {
eerror "Initramfs will not be updated.  Please reinstall your 
kernel."
return
fi
-   if [[ ! -f ${initramfs_path} ]]; then
-   einfo "No initramfs found at ${initramfs_path}"
+   if [[ ! -f ${initramfs_path} && ! -f ${initramfs_path%/*}/uki.efi ]]; 
then
+   einfo "No initramfs or uki found at ${image_path}"
return
fi
 



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

2023-07-27 Thread Michał Górny
commit: 965c07c1bd50eb409b0e31734db9d753039b4b6d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 17:52:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 17:52:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965c07c1

dev-python/libsass: Enable py3.12

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

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

diff --git a/dev-python/libsass/libsass-0.22.0-r1.ebuild 
b/dev-python/libsass/libsass-0.22.0-r1.ebuild
index 8c3942a8fbf1..a3fe6a85412b 100644
--- a/dev-python/libsass/libsass-0.22.0-r1.ebuild
+++ b/dev-python/libsass/libsass-0.22.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-07-27 Thread Ulrich Müller
commit: 8faedbaa246031044a6877f44fd045828c68c260
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jul 27 17:22:23 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jul 27 17:24:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8faedbaa

sys-kernel/rt-sources: drop 4.9.327_p197

Acked-by: Alice Ferrazzi  gentoo.org>
Acked-by: Mike Pagano  gentoo.org>
Signed-off-by: Ulrich Müller  gentoo.org>

 sys-kernel/rt-sources/Manifest |  3 --
 .../rt-sources/rt-sources-4.9.327_p197.ebuild  | 51 --
 2 files changed, 54 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 2844d81eed74..39559b43d38c 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -8,7 +8,6 @@ DIST deblob-check-6.0 652755 BLAKE2B 
5cd69f9b34134d5290c939e886badf37bf851ebfda1
 DIST deblob-check-6.1 656184 BLAKE2B 
6c3ae2b5b7c34936388163fbc16e0eff0aee5fccf01f543454fbf3d0881bd321e160f4aab78d478bad1008f424e0e7c20871dd74ef6eee8358c98718f5d5da8a
 SHA512 
0aea6f699bc451a5319ca8dab8e18c79708a25caeec3f77182c98216a04526cab51c0e14035d2599c66ac44ebae39328b9d71781aaf2ea2bc22fb73f7f3c1340
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
-DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
@@ -18,8 +17,6 @@ DIST patch-4.14.318-rt150.patch.xz 243576 BLAKE2B 
5703f22e33c9be292fae325b3b9b15
 DIST patch-4.14.318.xz 5127420 BLAKE2B 
f57a06d74d3e38bd98d0dec65825ac2fd6439db23fbbc1c598b8311e4a9a2b86d2614ce4112e57b4b11191bfbaea3a8f5cfc1afbf50070b76314fe1a6cf29a6a
 SHA512 
8d17c95875be596826e48928f0bb598e91b28b00d93083a63cecaf4938180100fb59fedd6dbb2fc090bb4cab4183117b12042479c3819f8e77e89d37c5d224c5
 DIST patch-4.19.284-rt125.patch.xz 168196 BLAKE2B 
c1602bfcee9d770818523d318584ae808d9686b1d43277a5e8ec7ad2b9f758c48a423846135454882218790b80ef11e7f76aa2c44e3168cc853d0cda0a784d48
 SHA512 
8026c1d092fd53855897d37a0e7715e3a7c8062a5a2c701e09a4ad07d6ff39a9995601cbef4f03152ef63f563e962449cb5d6c4be9bdd7f0c990a6a87fa1428b
 DIST patch-4.19.284.xz 5381368 BLAKE2B 
90eb94904c175f2364ff1619eb9787e95ecd4b9e06afe5dfc759205ce9be4dadaa2a79dfd2a8ed3415914954f05683200416b7067f623b5c7aa10685810eea52
 SHA512 
f333b188b61ccfeb25f813acf919bf82e95dcb40b83ba43d5237619f0be1492c6be402b84ed67c3eeb16a90a708f39f6eb2f8cefb7a9880768fa5fee5fd073a0
-DIST patch-4.9.327-rt197.patch.xz 169900 BLAKE2B 
432b68f260db4970c3bd844a4d1a8709ceaaee86df6a77bd4be6260f53b1491f900cb63fd59efbcd55161e6c5629274fd555a05d97baef15bd68103194b2c6c1
 SHA512 
acfbe50962fb2fe6b215be10f076427161950098f33278bf5a51c3a28dd70203923e92b2a43b635fb2fe4fb791f4fd532eb4db378b094baa8abaa9fbfeaed822
-DIST patch-4.9.327.xz 4449004 BLAKE2B 
b48aa23af600cafe5117854b76105c9c65adf9f2f026927367781cd360c61c551b174d2ea73eb02543e626408b27bf3bb8cfed62d9c36e9bac6d22c7e1099a48
 SHA512 
d6a5421cfbd70ff20664cbf05f9c955f03b55c3e22306f7adfd87ed760794817fd7d2211e5d92b169df64d8578717a9250c7ea6ca312bf10287a7283bf66d0e6
 DIST patch-5.10.184-rt90.patch.xz 171460 BLAKE2B 
7e7fbea33134cde257179cf9a24a97a2738a091b8a2fcc1028918baf74e7c8f950a55dca55a6bba1b3c4026d5f7930d1dd616c9521a9f0441ea73a3ce1ce8982
 SHA512 

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

2023-07-27 Thread William Hubbs
commit: 2a2bda58e721327425daadf336ff6ad2bef58a8a
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jul 27 16:51:40 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jul 27 16:51:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2bda58

net-libs/nodejs: add 20.5.0

Signed-off-by: William Hubbs  gentoo.org>

 net-libs/nodejs/Manifest |   1 +
 net-libs/nodejs/nodejs-20.5.0.ebuild | 260 +++
 2 files changed, 261 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 1666c939f0c4..78878935d653 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -6,3 +6,4 @@ DIST node-v18.17.0.tar.xz 40780504 BLAKE2B 
2f93bc7fecc6d3a578b43fd079ce4a0eb9f76
 DIST node-v20.2.0.tar.xz 41778040 BLAKE2B 
362b0ee89fe822722caeeb4b918550637bfb10791de75d872da334cb1123b744c351b5822b05abf4d36a0449badc5232ab1d73896dd5ce7755d10b226f0b9f52
 SHA512 
bf780e79bf6c7f766beb7734c7af45edc62094aba4c608f5519b130ff263e52ece925f85a4ee5740e962d16020070ef00933f6c74e771d948f23525c223da48e
 DIST node-v20.3.0.tar.xz 41709484 BLAKE2B 
93aadc92914fd977a9bea5643c0806c709a4e68bca2840f7af0b24bfde654e9a3bfb83ead159579c67ebd8cfea81648863d2d87d07d2f11dfe73f1312d873d40
 SHA512 
6aade4c1cc0ef8f47f403286d88099a3c0bf43f6e1e2b6d50e777eb9327fc1f0a8ba73c943306a431fd422fdda9017b1931bcb31c48badcfcadde8a260840d7c
 DIST node-v20.3.1.tar.xz 41712208 BLAKE2B 
242f0d932d93e802a157d667aacec325cc40e357675237a96ab941fbf6e42a9a9b7888c87c37a16f24f50ecab9a42ec64ddf49bb3e9259f233c20daed18abcad
 SHA512 
f9f7a3905aa05f9708d3dddcbbe8ad729db3a123ccbdbcade402c6faa6b36905239aca9ac19ca4ebb4682dde2c39058c58197f5015556ab2351f8035d35da5e1
+DIST node-v20.5.0.tar.xz 41738488 BLAKE2B 
2e66328cb5df4c8d1eeb2b934a36b720ba7182a77d9158bd8ae47fe53db1e636f1ce9aff902d6cc05c5707fb4419e11cdda9ed24345903e995fa530ba9de317f
 SHA512 
f7afb0aa7175bf1b87d1916c8085e2292bfa32aae3de1dae060d74bcdadb3fe486cca6b92c5fb27a70cd3aaa57622e65a57721519fd180bfdf16401d5d89bec7

diff --git a/net-libs/nodejs/nodejs-20.5.0.ebuild 
b/net-libs/nodejs/nodejs-20.5.0.ebuild
new file mode 100644
index ..16a9fd20c640
--- /dev/null
+++ b/net-libs/nodejs/nodejs-20.5.0.ebuild
@@ -0,0 +1,260 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CONFIG_CHECK="~ADVISE_SYSCALLS"
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit bash-completion-r1 check-reqs flag-o-matic linux-info pax-utils 
python-any-r1 toolchain-funcs xdg-utils
+
+DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
+HOMEPAGE="https://nodejs.org/;
+LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/nodejs/node;
+   SLOT="0"
+else
+   SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
+   SLOT="0/$(ver_cut 1)"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux 
~x64-macos"
+   S="${WORKDIR}/node-v${PV}"
+fi
+
+IUSE="corepack cpu_flags_x86_sse2 debug doc +icu inspector lto +npm pax-kernel 
+snapshot +ssl +system-icu +system-ssl test"
+REQUIRED_USE="corepack? ( !npm )
+   inspector? ( icu ssl )
+   npm? ( ssl )
+   system-icu? ( icu )
+   system-ssl? ( ssl )
+   x86? ( cpu_flags_x86_sse2 )"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=app-arch/brotli-1.0.9:=
+   >=dev-libs/libuv-1.44.0:=
+   >=net-dns/c-ares-1.18.1:=
+   >=net-libs/nghttp2-1.41.0:=
+   sys-libs/zlib
+   corepack? ( !sys-apps/yarn )
+   system-icu? ( >=dev-libs/icu-67:= )
+   system-ssl? ( >=dev-libs/openssl-1.1.1:0= )
+   sys-devel/gcc:*"
+BDEPEND="${PYTHON_DEPS}
+   dev-util/ninja
+   sys-apps/coreutils
+   virtual/pkgconfig
+   test? ( net-misc/curl )
+   pax-kernel? ( sys-apps/elfix )"
+DEPEND="${RDEPEND}"
+
+# These are measured on a loong machine with -ggdb on, and only checked
+# if debugging flags are present in CFLAGS.
+#
+# The final link consumed a little more than 7GiB alone, so 8GiB is the lower
+# limit for memory usage. Disk usage was 19.1GiB for the build directory and
+# 1.2GiB for the installed image, so we leave some room for architectures with
+# fatter binaries and set the disk requirement to 22GiB.
+CHECKREQS_MEMORY="8G"
+CHECKREQS_DISK_BUILD="22G"
+
+PATCHES=(
+   "${FILESDIR}"/"${PN}"-20.3.0-gcc14.patch
+   )
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != "binary" ]]; then
+   if is-flagq "-g*" && ! is-flagq "-g*0" ; then
+   einfo "Checking for sufficient disk space and memory to 
build ${PN} with debugging CFLAGS"
+   check-reqs_pkg_pretend
+   fi
+   fi
+}
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   tc-export AR CC CXX PKG_CONFIG
+   export V=1
+   export 

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

2023-07-27 Thread William Hubbs
commit: d10165aee072a96e13c6f1c84cca54e74e90f55d
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jul 27 16:59:05 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jul 27 16:59:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d10165ae

net-libs/nodejs: support the corepack experimental pkg management tool

Closes: https://bugs.gentoo.org/908685
Signed-off-by: William Hubbs  gentoo.org>

 net-libs/nodejs/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/nodejs/metadata.xml b/net-libs/nodejs/metadata.xml
index 97d42e503306..7fe30d687b84 100644
--- a/net-libs/nodejs/metadata.xml
+++ b/net-libs/nodejs/metadata.xml
@@ -6,6 +6,7 @@
William Hubbs


+   Enable the experimental corepack package 
management tool
Enable V8 inspector
Build with link-time optimisation
Enable NPM package manager



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

2023-07-27 Thread William Hubbs
commit: 3bcd748f6a707cdb1ab307ad8f8ccc5fc4ec73e1
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jul 27 16:51:40 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jul 27 16:51:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bcd748f

net-libs/nodejs: add 18.17.0

Signed-off-by: William Hubbs  gentoo.org>

 net-libs/nodejs/Manifest  |   1 +
 net-libs/nodejs/nodejs-18.17.0.ebuild | 258 ++
 2 files changed, 259 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 56dc7b7d69ab..1666c939f0c4 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -2,6 +2,7 @@ DIST node-v16.20.0.tar.xz 35546884 BLAKE2B 
5bdb1fb7365e07f13d0a58a8d052d11efaadc
 DIST node-v16.20.1.tar.xz 35556440 BLAKE2B 
cd10c4bf8fdf47126b84bb746e5b11ae1a5a17492b7fe2920be98d5ff2a9bce984515af4833d9bcccf645d53ebc068a3c658a37ad878432664f15cea368a500e
 SHA512 
3179c4b598f211f21c6d7ba378cd03a7ca4a06d99ae8e5bd5b8c0f1a895dc83222858a349cfb7589deecb7c654e9f25ce89c30aef9981ee18d4e24d6bbd5822e
 DIST node-v18.16.0.tar.xz 40467860 BLAKE2B 
b16749c0212f3aa196ec9fc0f999a023adeb9031b3332939330ba5a3edb5bc2ed6dc21bf861509696e19ed0cc5d5c54bb882018f0e54eb1ad8e9b0ba3bb64bff
 SHA512 
608ce5db97ce2d851f381c7991f635c5e0927ae79037649b482c7e197479341b7c6560644e25f4d65ece8aa80c5763a0e044349a5be210fa33fbbf97a96462bd
 DIST node-v18.16.1.tar.xz 40462540 BLAKE2B 
4103b771cdd629be794bd0433caa0e7a3b652511d5aa0535d48990d4ac7901f42e75f498b3a64b6d3b821046c1c26bb8b5c0e1edb953589a76d5fa87346da002
 SHA512 
15488a06aa31666a0af4470f08910b8a1df53d78cce597ddfdc0c6aebb77ae66138540d47ab0d4ab6d58d1c55226e3e2c0cfec641b2c55b417427171b1ace48c
+DIST node-v18.17.0.tar.xz 40780504 BLAKE2B 
2f93bc7fecc6d3a578b43fd079ce4a0eb9f76f9f61c1306fba1e0cf3e7343189c74bfce8648e7b29d84c7b7eade78f9281e5276f7a29f5f527a113892117565b
 SHA512 
01421e9ac6be8db90c14682a5c283f7d2a5824d9f1496e698dae27de090b3014efbbb98bb300c4bf9967681390d8f2450aa65648ddf7ea473814b81d2665b21c
 DIST node-v20.2.0.tar.xz 41778040 BLAKE2B 
362b0ee89fe822722caeeb4b918550637bfb10791de75d872da334cb1123b744c351b5822b05abf4d36a0449badc5232ab1d73896dd5ce7755d10b226f0b9f52
 SHA512 
bf780e79bf6c7f766beb7734c7af45edc62094aba4c608f5519b130ff263e52ece925f85a4ee5740e962d16020070ef00933f6c74e771d948f23525c223da48e
 DIST node-v20.3.0.tar.xz 41709484 BLAKE2B 
93aadc92914fd977a9bea5643c0806c709a4e68bca2840f7af0b24bfde654e9a3bfb83ead159579c67ebd8cfea81648863d2d87d07d2f11dfe73f1312d873d40
 SHA512 
6aade4c1cc0ef8f47f403286d88099a3c0bf43f6e1e2b6d50e777eb9327fc1f0a8ba73c943306a431fd422fdda9017b1931bcb31c48badcfcadde8a260840d7c
 DIST node-v20.3.1.tar.xz 41712208 BLAKE2B 
242f0d932d93e802a157d667aacec325cc40e357675237a96ab941fbf6e42a9a9b7888c87c37a16f24f50ecab9a42ec64ddf49bb3e9259f233c20daed18abcad
 SHA512 
f9f7a3905aa05f9708d3dddcbbe8ad729db3a123ccbdbcade402c6faa6b36905239aca9ac19ca4ebb4682dde2c39058c58197f5015556ab2351f8035d35da5e1

diff --git a/net-libs/nodejs/nodejs-18.17.0.ebuild 
b/net-libs/nodejs/nodejs-18.17.0.ebuild
new file mode 100644
index ..c8b4e8bec6e9
--- /dev/null
+++ b/net-libs/nodejs/nodejs-18.17.0.ebuild
@@ -0,0 +1,258 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CONFIG_CHECK="~ADVISE_SYSCALLS"
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit bash-completion-r1 check-reqs flag-o-matic linux-info pax-utils 
python-any-r1 toolchain-funcs xdg-utils
+
+DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
+HOMEPAGE="https://nodejs.org/;
+LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/nodejs/node;
+   SLOT="0"
+else
+   SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
+   SLOT="0/$(ver_cut 1)"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux 
~x64-macos"
+   S="${WORKDIR}/node-v${PV}"
+fi
+
+IUSE="corepack cpu_flags_x86_sse2 debug doc +icu inspector lto +npm pax-kernel 
+snapshot +ssl +system-icu +system-ssl systemtap test"
+REQUIRED_USE="corepack? ( !npm )
+   inspector? ( icu ssl )
+   npm? ( ssl )
+   system-icu? ( icu )
+   system-ssl? ( ssl )"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=app-arch/brotli-1.0.9:=
+   >=dev-libs/libuv-1.44.0:=
+   >=net-dns/c-ares-1.18.1:=
+   >=net-libs/nghttp2-1.41.0:=
+   sys-libs/zlib
+   corepack? ( !sys-apps/yarn )
+   system-icu? ( >=dev-libs/icu-67:= )
+   system-ssl? ( >=dev-libs/openssl-1.1.1:0= )
+   sys-devel/gcc:*"
+BDEPEND="${PYTHON_DEPS}
+   sys-apps/coreutils
+   virtual/pkgconfig
+   systemtap? ( dev-util/systemtap )
+   test? ( net-misc/curl )
+   pax-kernel? ( sys-apps/elfix )"
+DEPEND="${RDEPEND}"
+
+# These are measured on a loong machine with -ggdb on, and only checked
+# if debugging flags are 

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

2023-07-27 Thread Ulrich Müller
commit: 7517a81d1e621d22a24de6982a5ba9640d94362e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jul 27 13:49:59 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jul 27 16:36:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7517a81d

licenses: Remove unused linux-firmware

This was replaced by linux-fw-redistributable.

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

 licenses/linux-firmware | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/licenses/linux-firmware b/licenses/linux-firmware
deleted file mode 100644
index 86d810891a74..
--- a/licenses/linux-firmware
+++ /dev/null
@@ -1,7 +0,0 @@
-Gentoo license note:
-
-Linux firmware images are distributed under a variety of licenses,
-many of them being non-free. Most likely, upstream redistribution of
-some firmware images may conflict with the licenses or lack thereof on
-the images. You will need to check the WHENCE and LICEN[CS]E.* files
-in the package for specific licensing terms.



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

2023-07-27 Thread Ulrich Müller
commit: 6eb0dc54a2c89c9f73e1d1e68841d2940961ebce
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jul 27 13:47:49 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jul 27 16:36:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb0dc54

kernel-2.eclass: Replace the ill-defined linux-firmware license label

Replace by "linux-fw-redistributable all-rights-reserved" which reflects
usage by the linux-firmware package.

This only affects kernels before 4.14.

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

 eclass/kernel-2.eclass | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 2ce1a87c0650..bdeabb9fc2dc 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -680,7 +680,8 @@ if [[ ${ETYPE} == sources ]]; then
# Reflect that kernels contain firmware blobs unless 
otherwise
# stripped. Starting with version 4.14, the whole 
firmware
# tree has been dropped from the kernel.
-   kernel_is lt 4 14 && LICENSE+=" !deblob? ( 
linux-firmware )"
+   kernel_is lt 4 14 &&
+   LICENSE+=" !deblob? ( linux-fw-redistributable 
all-rights-reserved )"
 
if [[ -n KV_MINOR ]]; then
DEBLOB_PV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}"
@@ -710,7 +711,7 @@ if [[ ${ETYPE} == sources ]]; then
elif kernel_is lt 4 14; then
# Deblobbing is not available, so just mark kernels 
older
# than 4.14 as tainted with non-libre materials.
-   LICENSE+=" linux-firmware"
+   LICENSE+=" linux-fw-redistributable all-rights-reserved"
fi
fi
 



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

2023-07-27 Thread Michał Górny
commit: c1d64bdbf847169d252d1c90ee96629e0f776bfc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 15:56:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:56:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d64bdb

dev-python/python-dbusmock: Enable py3.12

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

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

diff --git a/dev-python/python-dbusmock/python-dbusmock-0.29.1.ebuild 
b/dev-python/python-dbusmock/python-dbusmock-0.29.1.ebuild
index 14108e996a32..51ed224162c1 100644
--- a/dev-python/python-dbusmock/python-dbusmock-0.29.1.ebuild
+++ b/dev-python/python-dbusmock/python-dbusmock-0.29.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1 pypi



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

2023-07-27 Thread Michał Górny
commit: 565ef705bbc3fc731f75771fb99d6abf92df3fcf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 15:42:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:42:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=565ef705

dev-python/Nuitka: Bump to 1.7.7

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

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

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 4f7296e314da..c534f34fa784 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-1.7.6.tar.gz 4278626 BLAKE2B 
bf5865e91b8d30e81963ff053fccbc377846fa14353534bb60243536a3fbbe68afb2811acd2930f3a0d0e2cad55ee288f47e0fdcb3bacb9c5cb4be11600e0a7a
 SHA512 
859e3b48c0fdc655013e656f75620b556a59d620465fe659d3a60b0a45eb8273a528e7c689c8113a6ab7cf3065976de83c28fe501b319cdc7e04581eb2bd4ac3
+DIST Nuitka-1.7.7.tar.gz 4278709 BLAKE2B 
a9e44c55b2e02ef700f8adb4ab460ed80073fb8e1865c1a32b031aa4d0392569d097f3d5e18309729cf8c90963e5854e5eb6e42cac3971b1874c0db8fc75f9b9
 SHA512 
1dcf347351233b75a1e1858b25f2faf4a59be6ca46c2db08435d676f3bcaa882405852e4149743c0989ea2a8fdc7e9601383e2a2c83b69f49b8e1a057bec2195

diff --git a/dev-python/Nuitka/Nuitka-1.7.7.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.7.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.7.7.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



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

2023-07-27 Thread Michał Górny
commit: f2760302b9d8f62eb7ac6f02395d7a2ecd7b7b59
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 15:45:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:45:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2760302

dev-python/signature-dispatch: Unpin dependencies

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

 ...e-dispatch-1.0.1.ebuild => signature-dispatch-1.0.1-r1.ebuild} | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-python/signature-dispatch/signature-dispatch-1.0.1.ebuild 
b/dev-python/signature-dispatch/signature-dispatch-1.0.1-r1.ebuild
similarity index 80%
rename from dev-python/signature-dispatch/signature-dispatch-1.0.1.ebuild
rename to dev-python/signature-dispatch/signature-dispatch-1.0.1-r1.ebuild
index 19d13a97f45b..4a16a8c0d836 100644
--- a/dev-python/signature-dispatch/signature-dispatch-1.0.1.ebuild
+++ b/dev-python/signature-dispatch/signature-dispatch-1.0.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 pypi
 
@@ -24,6 +24,12 @@ RDEPEND="
>=dev-python/typeguard-3.0.0[${PYTHON_USEDEP}]
 "
 
+src_prepare() {
+   # unpin deps
+   sed -i -e 's:~=:>=:' pyproject.toml || die
+   distutils-r1_src_prepare
+}
+
 python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest -o addopts=



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

2023-07-27 Thread Michał Górny
commit: ebd708d7d02517ac2f8a5c58499391ceeb47a0a1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 15:42:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:42:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd708d7

dev-python/typeguard: Bump to 4.0.1

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

 dev-python/typeguard/Manifest   |  1 +
 dev-python/typeguard/typeguard-4.0.1.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/dev-python/typeguard/Manifest b/dev-python/typeguard/Manifest
index 4ce05572df81..7ac0f2101d5e 100644
--- a/dev-python/typeguard/Manifest
+++ b/dev-python/typeguard/Manifest
@@ -1 +1,2 @@
 DIST typeguard-4.0.0.tar.gz 66064 BLAKE2B 
250ef359fedb83df7573c9acb97f80fbf1d5b949505deb3d3757422aedadda65a106bf9533d858e13e2c49e0212a40a8604fa2edc8b24903e374a678985f4c85
 SHA512 
2acf8b9aabaa8d4cce75e1ff23aeae4d1445bdfc28044c74b8e96127b1e740287e5da89bd49bea92229ba5c02c7cec3b0e25126fa35eb5163b798b2087b1df6a
+DIST typeguard-4.0.1.tar.gz 67242 BLAKE2B 
bf0b092402e4044675f1252a1ad4657fa8ec316bfda5e0afcce609f616e8d86998c059544ebbeea73eb5fa627eeae9371d46581b33891319f7b2385faa359310
 SHA512 
2e93086309550d6b98f2087a8900797ab9486c1a969da649d1a6cb508f6154b57b6807762e87df43088f80b69bcc11f87c71d83b38ca205d3ad8878a2cd4eb0e

diff --git a/dev-python/typeguard/typeguard-4.0.1.ebuild 
b/dev-python/typeguard/typeguard-4.0.1.ebuild
new file mode 100644
index ..2d5d1842fcbf
--- /dev/null
+++ b/dev-python/typeguard/typeguard-4.0.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Run-time type checker for Python"
+HOMEPAGE="
+   https://pypi.org/project/typeguard/
+   https://github.com/agronholm/typeguard/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-4.7.0[${PYTHON_USEDEP}]
+   ' 3.{10..11})
+"
+BDEPEND="
+   >=dev-python/setuptools-scm-6.4[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # mypy changes results from version to version
+   tests/mypy
+   )
+
+   local -x PYTHONDONTWRITEBYTECODE=
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   # the XFAIL test pass due to some package being installed
+   epytest -o xfail_strict=False
+}



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

2023-07-27 Thread Michał Górny
commit: 07a4841a8560e14bd1e6025333de442817933040
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 15:41:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:41:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a4841a

dev-python/tomlkit: Bump to 0.12.1

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

 dev-python/tomlkit/Manifest  |  1 +
 dev-python/tomlkit/tomlkit-0.12.1.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/dev-python/tomlkit/Manifest b/dev-python/tomlkit/Manifest
index 71c905a9d459..6926dd898978 100644
--- a/dev-python/tomlkit/Manifest
+++ b/dev-python/tomlkit/Manifest
@@ -1 +1,2 @@
 DIST tomlkit-0.11.8.tar.gz 188825 BLAKE2B 
3b3b31f0243592ae28d3fc7c23bc6cd61eaa0d9907f4c7afc838e816783ac4ce28a0491c15c31649749272c8d65dd51b7a0160c8f0bf1e209115ebcb5ba13906
 SHA512 
538851d546077a1263fb2384dc8283f9fe56364ccebac2cef31be85c51056bbaf59c96134ceae624b978334c29b54653c28838567cd2806e70ec6e3e5856
+DIST tomlkit-0.12.1.tar.gz 190535 BLAKE2B 
461891b5f5dad93488d466560439e19865fcb315792418e24483c96f4c9387c67d9c322bcc4ba842861109ff3297e064cd38737769d97ad1f99dadd9c11f7b33
 SHA512 
1f82023cbb8168f847bfa0211ee5c4d6870973ee1f51f4b60deb34ae6e0e930fe299c939b6c157811d16a73c68225a468e8312ca2731e1bbdcc5541fde2e2360

diff --git a/dev-python/tomlkit/tomlkit-0.12.1.ebuild 
b/dev-python/tomlkit/tomlkit-0.12.1.ebuild
new file mode 100644
index ..b8055655dd0a
--- /dev/null
+++ b/dev-python/tomlkit/tomlkit-0.12.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Style preserving TOML library"
+HOMEPAGE="
+   https://github.com/sdispater/tomlkit/
+   https://pypi.org/project/tomlkit/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   grep -q 'build-backend = "poetry' pyproject.toml ||
+   die "Upstream changed build-backend, recheck"
+   # write a custom pyproject.toml to ease setuptools bootstrap
+   cat > pyproject.toml <<-EOF || die
+   [build-system]
+   requires = ["flit_core >=3.2,<4"]
+   build-backend = "flit_core.buildapi"
+
+   [project]
+   name = "tomlkit"
+   version = "${PV}"
+   description = "Style preserving TOML library"
+   EOF
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/signature_dispatch/, dev-python/signature-dispatch/, ...

2023-07-27 Thread Michał Górny
commit: 188c535828afb195195c096752a882a05c775620
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 15:44:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:44:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188c5358

Rename dev-python/{signature_dispatch → signature-dispatch}

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

 dev-python/autoprop/autoprop-4.1.0.ebuild   | 2 +-
 dev-python/{signature_dispatch => signature-dispatch}/Manifest  | 0
 dev-python/{signature_dispatch => signature-dispatch}/metadata.xml  | 0
 .../signature-dispatch-1.0.1.ebuild}| 0
 profiles/updates/3Q-2023| 1 +
 5 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/autoprop/autoprop-4.1.0.ebuild 
b/dev-python/autoprop/autoprop-4.1.0.ebuild
index 45b4064dc6d8..9a976a470088 100644
--- a/dev-python/autoprop/autoprop-4.1.0.ebuild
+++ b/dev-python/autoprop/autoprop-4.1.0.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64"
 SLOT="0"
 
 RDEPEND="
-   >=dev-python/signature_dispatch-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/signature-dispatch-1.0.0[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest

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

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

diff --git a/dev-python/signature_dispatch/signature_dispatch-1.0.1.ebuild 
b/dev-python/signature-dispatch/signature-dispatch-1.0.1.ebuild
similarity index 100%
rename from dev-python/signature_dispatch/signature_dispatch-1.0.1.ebuild
rename to dev-python/signature-dispatch/signature-dispatch-1.0.1.ebuild

diff --git a/profiles/updates/3Q-2023 b/profiles/updates/3Q-2023
index a7b2f3ebdd3d..1aec065131bd 100644
--- a/profiles/updates/3Q-2023
+++ b/profiles/updates/3Q-2023
@@ -5,3 +5,4 @@ move dev-python/hcloud-python dev-python/hcloud
 move dev-python/sabyenc dev-python/sabctools
 move dev-python/elasticsearch-py dev-python/elasticsearch
 move dev-python/indexed_gzip dev-python/indexed-gzip
+move dev-python/signature_dispatch dev-python/signature-dispatch



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

2023-07-27 Thread Michał Górny
commit: 1f7a44ad43695a9188af08ff6a7886205367ffa0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 15:57:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:57:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7a44ad

dev-python/autoprop: Enable py3.12

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

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

diff --git a/dev-python/autoprop/autoprop-4.1.0.ebuild 
b/dev-python/autoprop/autoprop-4.1.0.ebuild
index 9a976a470088..27fd422a5abf 100644
--- a/dev-python/autoprop/autoprop-4.1.0.ebuild
+++ b/dev-python/autoprop/autoprop-4.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-07-27 Thread Michał Górny
commit: 86b85996241bf4988bdf072fc4fb470b2b616098
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 15:46:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:46:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b85996

dev-python/mkdocs-material: Bump to 9.1.20

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

 dev-python/mkdocs-material/Manifest|  1 +
 .../mkdocs-material/mkdocs-material-9.1.20.ebuild  | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/mkdocs-material/Manifest 
b/dev-python/mkdocs-material/Manifest
index 555f8a89ddd8..8f617806216f 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1 +1,2 @@
 DIST mkdocs-material-9.1.19.gh.tar.gz 14277641 BLAKE2B 
fe63e743e379674bc204af1f4405772ff2a08b47620231429be89e83969653ad88aa65eded8305379e42acded3eef03967d316435957b21fdf1f73a18d0f1e39
 SHA512 
01b9820a242f6b374cf65c885854d1e6fa5eb2022f0e3b3d7636d489871b7445770a8c75f91eaa372b519fe10ce68daded8fedc6fc238fbbc8d34470b321661c
+DIST mkdocs-material-9.1.20.gh.tar.gz 14319703 BLAKE2B 
bb3a90be6ceb2908e49571badffdcaab7e4a9224ec50c9b23f01ea1cc358c01e354ab923ee389243fed8adf28c685573233c8d533f6b59d9fda48b5aca69a312
 SHA512 
7674d90794487b65d1aca11020c20c1d2d926372f9825f99d8f23e41d0563bb02da158c2736f09ae0abe900a7ead8e9d1e383bbf10f4934bfb3b28dcb08fd21d

diff --git a/dev-python/mkdocs-material/mkdocs-material-9.1.20.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-9.1.20.ebuild
new file mode 100644
index ..c6eb88bef19a
--- /dev/null
+++ b/dev-python/mkdocs-material/mkdocs-material-9.1.20.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-material-extensions
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs-redirects
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A Material Design theme for MkDocs"
+HOMEPAGE="
+   https://github.com/squidfunk/mkdocs-material/
+   https://pypi.org/project/mkdocs-material/
+"
+SRC_URI="
+   https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="social"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+   >=dev-python/mkdocs-1.4.2[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.14[${PYTHON_USEDEP}]
+   >=dev-python/pymdown-extensions-9.9.1[${PYTHON_USEDEP}]
+   >=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.26[${PYTHON_USEDEP}]
+   social? (
+   >=dev-python/pillow-9.0[${PYTHON_USEDEP}]
+   >=media-gfx/cairosvg-2.5[${PYTHON_USEDEP}]
+   )
+"
+
+# mkdocs-material-extensions depends on mkdocs-material creating a circular dep
+PDEPEND="
+   >=dev-python/mkdocs-material-extensions-1.1.0[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   # simplify pyproject to remove extra deps for metadata
+   "${FILESDIR}/${PN}-8.5.7-simplify-build.patch"
+)
+
+src_prepare() {
+   echo "__version__ = '${PV}'" > gentoo_version.py || die
+   distutils-r1_src_prepare
+}



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

2023-07-27 Thread Michał Górny
commit: 1b29a80682c526db40953683fe83388becf01920
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 15:46:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:46:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b29a806

dev-python/python-dbusmock: Bump to 0.29.1

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

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

diff --git a/dev-python/python-dbusmock/Manifest 
b/dev-python/python-dbusmock/Manifest
index aaa30b06a558..df21804536fb 100644
--- a/dev-python/python-dbusmock/Manifest
+++ b/dev-python/python-dbusmock/Manifest
@@ -1 +1,2 @@
 DIST python-dbusmock-0.29.0.tar.gz 92406 BLAKE2B 
e23a7e81584a94532258237e75f35d1c7fe2cba901d30e1a211d61ce48db2992f1c19d08401059b60b80a3aa7bf6c1e21d096bd30eacb27d16c3189b1f9b7938
 SHA512 
618f6069802cdfcab41e09c9ed27f2c55c35f072bea4c0b38c057297ff3de0759b1b37128fee8d331d058f3c2a4607f25f0d8b42077f5b4fc155c6e5a4cb94c3
+DIST python-dbusmock-0.29.1.tar.gz 92555 BLAKE2B 
64888de1a6b99698a36be357cad56f7d0f646a2ddb67825b37f5a9241a90dc7d4df6f0de42abc471ec10e10e9166e0b8b3d17f4e6277f2e54836cd01968dfe61
 SHA512 
722002838a983bbe908192ed1cae715066f509f33bd3b9bff8075d8f2d75c41b57e89bc7d76af2591d815f244b604671fa45030a52499a369d2cf23842fa4e88

diff --git a/dev-python/python-dbusmock/python-dbusmock-0.29.1.ebuild 
b/dev-python/python-dbusmock/python-dbusmock-0.29.1.ebuild
new file mode 100644
index ..14108e996a32
--- /dev/null
+++ b/dev-python/python-dbusmock/python-dbusmock-0.29.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Easily create mock objects on D-Bus for software testing"
+HOMEPAGE="
+   https://github.com/martinpitt/python-dbusmock/
+   https://pypi.org/project/python-dbusmock/
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # linter tests, fragile to newer linter versions
+   tests/test_code.py
+)
+
+src_prepare() {
+   # dev-python/dbus-python uses autotools, so no .dist-info there
+   sed -i '/dbus-python/d' pyproject.toml setup.cfg || die
+
+   distutils-r1_src_prepare
+}



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

2023-07-27 Thread Michał Górny
commit: 0497b8ad88ba53c199b68020a3e7b75997a1a8d3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 15:45:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:45:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0497b8ad

dev-python/signature-dispatch: Enable py3.12

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

 dev-python/signature-dispatch/signature-dispatch-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/signature-dispatch/signature-dispatch-1.0.1-r1.ebuild 
b/dev-python/signature-dispatch/signature-dispatch-1.0.1-r1.ebuild
index 4a16a8c0d836..7ad848a7298d 100644
--- a/dev-python/signature-dispatch/signature-dispatch-1.0.1-r1.ebuild
+++ b/dev-python/signature-dispatch/signature-dispatch-1.0.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-common/

2023-07-27 Thread Ulrich Müller
commit: f93ee606bbd896d0c39596a7f15d726ed3b49504
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jul 27 15:31:46 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jul 27 15:39:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93ee606

app-emacs/emacs-common: IDEPEND instead of RDEPEND for postinst/postrm

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

 app-emacs/emacs-common/emacs-common-1.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/emacs-common/emacs-common-1.9.ebuild 
b/app-emacs/emacs-common/emacs-common-1.9.ebuild
index 60ef21b66c71..cedb36c67cbe 100644
--- a/app-emacs/emacs-common/emacs-common-1.9.ebuild
+++ b/app-emacs/emacs-common/emacs-common-1.9.ebuild
@@ -16,9 +16,9 @@ IUSE="games gsettings gui"
 
 DEPEND="games? ( acct-group/gamestat )"
 RDEPEND="!=app-editors/emacs-29.1_rc1-r0
-   ${DEPEND}
-   gui? ( gsettings? ( dev-libs/glib ) )"
+   ${DEPEND}"
 PDEPEND=">=app-editors/emacs-23.1:*"
+IDEPEND="gui? ( gsettings? ( dev-libs/glib ) )"
 
 src_install() {
insinto "${SITELISP}"



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

2023-07-27 Thread Matt Turner
commit: dab557cdaf8e04a09ae6baf94b9e2b90bbed6452
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jul 27 15:32:08 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul 27 15:36:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab557cd

dev-util/umockdev: Version bump to 0.17.18

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

 dev-util/umockdev/Manifest  | 1 +
 dev-util/umockdev/{umockdev-.ebuild => umockdev-0.17.18.ebuild} | 2 +-
 dev-util/umockdev/umockdev-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-util/umockdev/Manifest b/dev-util/umockdev/Manifest
index c5b45e9c6491..464e1571b615 100644
--- a/dev-util/umockdev/Manifest
+++ b/dev-util/umockdev/Manifest
@@ -1,2 +1,3 @@
 DIST umockdev-0.17.16.tar.xz 491208 BLAKE2B 
d653e489285437ed8841b3628dc3734e799274e9d334b9200c425d8654a18050e9bab7e290dc12ab12f286a4f492219423d1905965a870d843a1809e9ceb
 SHA512 
5d4a094481510f4466e49766512d0959a5a9d9f5a9b7cbd7719bc94e95d9800760482bf3ea2ee97d2138c89680adb4116964688ae13a07e3c1f0ba8e94230584
 DIST umockdev-0.17.17.tar.xz 491504 BLAKE2B 
0572b3538641009abdc854513b563eab517268e884896c9e0fec804c50c8397eb7acf011fba5fc5378fdd87db99f6b1eadc29825a0613c021efb29e875a265d1
 SHA512 
39537bcc56cf554773e8669508832bde6f3d4eb83d605c0e58bed3b2d206a6dc0bd0678bd39954825ee0cbed9f1ea9448f836d97ed3ea7e2aa7ce2875456e459
+DIST umockdev-0.17.18.tar.xz 491668 BLAKE2B 
106efc5674475383abb7618f087b3536441ae1fa30d6a92b689c1119ff62e06a20a6a529968f2b978f8ed410fc2033c95b86e214d4d4a576cdb9e68ee09a1853
 SHA512 
3d8d2487b4350e4ce28a5c163cbb1b92da9f5a5317e74da46ccaa62a6b8e938a6758e241d0dd2e9f50fdee4aef24d36585a24cfec1ad99fb4799a01008d9987b

diff --git a/dev-util/umockdev/umockdev-.ebuild 
b/dev-util/umockdev/umockdev-0.17.18.ebuild
similarity index 97%
copy from dev-util/umockdev/umockdev-.ebuild
copy to dev-util/umockdev/umockdev-0.17.18.ebuild
index a0aa5c033605..d9b79b4a0013 100644
--- a/dev-util/umockdev/umockdev-.ebuild
+++ b/dev-util/umockdev/umockdev-0.17.18.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit meson-multilib python-any-r1 vala
 

diff --git a/dev-util/umockdev/umockdev-.ebuild 
b/dev-util/umockdev/umockdev-.ebuild
index a0aa5c033605..d9b79b4a0013 100644
--- a/dev-util/umockdev/umockdev-.ebuild
+++ b/dev-util/umockdev/umockdev-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit meson-multilib python-any-r1 vala
 



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

2023-07-27 Thread Michał Górny
commit: febba36918719e6bc93f2c4b9b4ac58aff871916
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 14:53:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=febba369

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 3c0dfa363438..d791d8cb634a 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -8,6 +8,8 @@ DIST genpatches-5.15-129.base.tar.xz 5079636 BLAKE2B 
9dc533ca9995f272c9f69c277e0
 DIST genpatches-5.15-129.extras.tar.xz 3932 BLAKE2B 
899d47c7df1aa674c6438d2e0e5f70aae7ff0be55ab663d533191721791673f60c90a00b8b42167d99e750a428a65604af84f47aa385049ac91b6599db547b72
 SHA512 
ff342b8a47ccea5ae86bc4a499a145a331e9c5c52f2ea84b1baa8b17e11d5aa6504fca9d594960c903cbaea65cdd53aa6e634128296b0c76cdb6d4e9bc9c1ca5
 DIST genpatches-5.4-257.base.tar.xz 5959056 BLAKE2B 
c3c4f47328f4e3ade669e1cb4586a2420618b647fe6cb5d96210cdb8d5baf767d6eb6d9efd4ac48eadaf0f2b108569656c43b2b43a687b635daf9c91475491a1
 SHA512 
1231ad3f7ceb0451d9aa5a96be803eb48a5656fe63476ec55ccb71a96eadd2c12d2e44074b302b9c2770569abda60275c0ed161b3786d2dd7be6b0a49d4e4f55
 DIST genpatches-5.4-257.extras.tar.xz 1812 BLAKE2B 
480e82ea79feb52785fc6643c883093f42240395a1d953cd1e5331c012cf64c6f4b292e878a938a9c5bb297e96ab9f80656839de6044c9f1e76c668c2c8e1ec9
 SHA512 
5322116802c6c0a44abc81911bb83fd7d4aa5b5f7fb4bb35ca78c47c6c0afb188e21a24cc5ac4e2810affa13689c902e97062d66a751630cf0722a2b28b1d83b
+DIST genpatches-5.4-258.base.tar.xz 6040776 BLAKE2B 
722214955565832dc7ae8719e4c6a6a6c44822469ca73ffc7a4d6ac4ebd5b8c2e04b127ddad873f3b434cd21803b54c385f7de750386494b0995a19aa44cd2c1
 SHA512 
12b0c24ace3e4376bb377383d14224822f4244caeb687d070be331687f0b98f4c0c85866dc65b78450b76e7628e4ab403b15164b1ff98c45f720cf7d98070442
+DIST genpatches-5.4-258.extras.tar.xz 1812 BLAKE2B 
f877002e5e5e31916f8151589a8ff3e88cb618345e708b6682f8c8babb9b4a09155481cdecaf21909c4db820c395525f2ebe439e3377b7bd1b60c38c90bd6bdf
 SHA512 
593ac9335f7d10bd556ded4af7414a015be8a34407b2b7c3077749ac5903f10424c7ae0d3cfb63ccc12ddf275af5dc59feced7408c4fe77bbd153ccf64ca6d47
 DIST genpatches-6.1-47.base.tar.xz 2915344 BLAKE2B 
7fd49099198e9af926911b3a8831208d6c0ecb5047e8bc7563aceb23516328a1829c33b912f52d1175440770ed0394aa6bb3438ad92a9a81ed28ca6fdc6ee928
 SHA512 
5c0841c92d0f2bcbc81599568d882bef066f132b670334fe7728797b76665aaae170ee2acaf942228d5065fc95493fe33fb2ec2268f9d2bb54739b463b346b33
 DIST genpatches-6.1-47.extras.tar.xz 3812 BLAKE2B 
ea44d25a1637abff3a87ec17e397ef324aa08d7f62865924a61f55cf85df6a1ae5b8a56ac1f33a61955bb3ce71b28d628d34a600a1834583ab94d4111e9f4810
 SHA512 
9f8c831530609f2379685ec3bbe545f2bdca86f139233dceb0b10d7259b8b1207188a8f95237483b13f40c6639c6f060df4cbc67e09249c24424bc0bc83fe281
 DIST genpatches-6.1-48.base.tar.xz 2983620 BLAKE2B 
fd09d2c761c3652502d590ad189db668a27d48e2c0c336b1d2e96f9a90a3c365409d012319b6daff30e6039330b90746636e89d6e4f5bb302851b3ced0e57286
 SHA512 
5abc93002ba800f13d27ffa8bd9485cfb921cd8e43d4cc15325fa2b833eb334e062cbb9b751ff2fa285a7f61f0e0809366d58fcfb4fd4a71fc08f2e48669b5cc
@@ -36,6 +38,10 @@ DIST gentoo-kernel-5.4.250-1.amd64.gpkg.tar 60508160 BLAKE2B 
053d8d9b0749cf81eda
 DIST gentoo-kernel-5.4.250-1.arm64.gpkg.tar 56524800 BLAKE2B 
7a170a4f462ffeb2a17e394857581d3fba3dad5fb4f48bf6c891ecbf7eb73c7c6b03e3e7164c90af6944bc055d43dcd1431192e310c54c4b28aed1f652666e92
 SHA512 
875dde5172de80ac27a53b8a4e38e7744f7ca6361ffbd80fdaa6a6491c1d5d44064bfe010a0ef5ca638f9bbc58c1e1bef7b32f087a4aceb672c9ffb1892c3921
 DIST gentoo-kernel-5.4.250-1.ppc64le.gpkg.tar 54200320 BLAKE2B 
5e18420429060f5f2c58ceacc570bfbc715f4d76fb80efe6544fc7a2924f37ec4d8739edc2a49a607f89d4243c1aed714fddd8f6ff9bf1283fa673281cbcfa6a
 SHA512 
aacebe370ee7187945db2ee8481d633f6f41da9c045c7a5a4f8cbb1407efb2fd1cd1ad1abe881c54bcc706610d50f3ee0c4ab1f2f039c951e98cc26f158c0f93
 DIST gentoo-kernel-5.4.250-1.x86.gpkg.tar 52459520 BLAKE2B 
e84a4ca3fff2cc8ad89f9e49d1ad9a00801218bb5efe8b722d5f5b1ad0c2cb427f36e38803d2d0dea6905c91149596d25609f9acdd4be1034c6c15617458671a
 SHA512 
625fd5dd83bf22f529a9721516bde18d5de8f5fd73f1bbb12d8d8b6768b42b5ec629046f4d0f70f06cf8613361083adc00ecd526f55eb4e4f37582e0aa32fe2e
+DIST gentoo-kernel-5.4.251-1.amd64.gpkg.tar 60518400 BLAKE2B 
24ad6aa49985039131d2684ec4ef440479998829bfc4ce60302663769fee353f1ec53dbb27bf4bd62ecfecd7ab45301add32f7ae9b65d61bf82496af8d58fcf3
 SHA512 
b80c56d3438a61d7d29856cbeb2f360fe253965f03e50564691fc17496a5e70dcb2f8386dfb4eb97cb58320d9d7224f958def7c632f238496db332943f00111e
+DIST gentoo-kernel-5.4.251-1.arm64.gpkg.tar 56524800 BLAKE2B 

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

2023-07-27 Thread Michał Górny
commit: aef23fdec16c59061b72e05a7c6a55becd6b05e4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:06:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef23fde

sys-kernel/vanilla-kernel: Bump to 6.4.7

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

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

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 0646aeae97ab..5015aeaa34aa 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -34,3 +34,5 @@ DIST linux-6.1.41.tar.sign 989 BLAKE2B 
7b7cfd294a3d204134aca76464dfb596e94ebdd7d
 DIST linux-6.1.41.tar.xz 134912480 BLAKE2B 
7b67b16cb45e8089a4554c59e5be29fef39acd95013345752f5e57af4f185cc79a5effb13741f643d7a9ef2c99555342cfeb1e859f38303be800d889a35972fe
 SHA512 
82101034257f746e1b6717d374a7960c1a83f93e8c2912e159c6eda6ea7605ff3c8505d37cc55ee0aadaddc964475c7ece4c26ed60407877d6eeaa7938de7c91
 DIST linux-6.4.6.tar.sign 987 BLAKE2B 
9fb1f9d3f27a1b03fe375ab6701b790c7277102e69308ed981547008ec20ea9175e82cfc44c88fd7eebae121bb28061b5cc85179920e13734fc2fd4c3f5aeca5
 SHA512 
3eaa7b723118a491a05642fee7ecb7c0ebc4ad203220da9ce1eff49837ce6feb225f1f985ba00d4e4199a1405e1779fc8aae854333288b5abd75ce982027d9be
 DIST linux-6.4.6.tar.xz 137830736 BLAKE2B 
a395218ffd3447a9b22d248c7dd69204115567185d91d4abb712f77ce0b90571bdbcf0ea845ed4adb30d0fd448341d95c8be6e3acf46d940477d8c55d681a669
 SHA512 
e9e9cf4fd99a7247123066ad4e9fdc2d7bd491e602790120c8045691d43aae4f225e832426f542bc5288b87371cf1d55efa529d649655f77d2d002113da7f0da
+DIST linux-6.4.7.tar.sign 987 BLAKE2B 
c12f0fde753c629010ce8c852b629b9fe73d8e1d51b53aa183038b43a4650a2e3bf82967a7d3fcf0fc3ce72e98e4ec535cc476360a858de1a646ed99c48766df
 SHA512 
fa144baf9c848272e7f4264865035bc1fc63ba0857c8ef5e68b14975cc2bc27b06e24bc072da5d9f7673ec181b09c18eda61c465c4bc48ac355ff45632370d8f
+DIST linux-6.4.7.tar.xz 137795084 BLAKE2B 
2ec02cd9c178c3cd46c01019dd36c9a5244e540ca4793d2715f14fdd3dd9fccde2cf129295cfe200206671f8db97169642177719ad2277513a9de65234cf9942
 SHA512 
ae5a716fffc66ff5f9d60509473028ed31bf987f641b970e020ea70c6b8a36405954c4232ddfbbaea8b62d66e53998ee35c4fee555fc1af915bf41e70ebbcc62

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-6.4.7.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-6.4.7.ebuild
new file mode 100644
index ..f500b95faca4
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-6.4.7.ebuild
@@ -0,0 +1,137 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build toolchain-funcs verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo
+CONFIG_VER=6.4.3-gentoo
+GENTOO_CONFIG_VER=g7
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   https://www.kernel.org/
+"
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config
+   -> kernel-ppc64le-fedora.config.${CONFIG_VER}
+   )
+   x86? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config
+   -> kernel-i686-fedora.config.${CONFIG_VER}
+   )
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="debug hardened"
+REQUIRED_USE="arm? ( savedconfig )"
+
+BDEPEND="
+   debug? ( dev-util/pahole )
+   verify-sig? ( sec-keys/openpgp-keys-kernel )
+"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/kernel.org.asc
+
+src_unpack() {
+   if use verify-sig; then
+   einfo "Unpacking 

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

2023-07-27 Thread Michał Górny
commit: aa5bdc64b11946bfd33491a62104563ae70b492d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 14:53:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5bdc64

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 8414a786b2c4..ed00796f3513 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -2,6 +2,8 @@ DIST genpatches-5.10-197.base.tar.xz 5562876 BLAKE2B 
17ce7ef2e11371ef7c4cababf74
 DIST genpatches-5.10-197.extras.tar.xz 3868 BLAKE2B 
349894aeb8c6cde8ca01b7b12249c492a67b9d8e1329f2e93ef14fcb1e643bc6f24613ef1f1cbedd7cd67cec6c7dcbfa4b00cc66ae157b2b9503587ef025e17c
 SHA512 
4979e464dd29590915baaade081035c523ffaae061acb4b0d5948daa450ae6e7993e0bb0acb82d414b1388fe804555cdb59d84f0eedbc466ae64e76bd5b79d28
 DIST genpatches-5.15-128.base.tar.xz 5056336 BLAKE2B 
7b25accd5e2c987050480abac7b79cd280820ee8b3607c84a58b6bc1c30c97c209b1a392c9c92abb7494307ccd138358674e7a984cf4766c2889ec9cee069546
 SHA512 
be70279f9cf6bdccf0bb3436b13cabca61e6360eae2d33e576f408ef2d32ed3bbb449083b0a84c31f98328ddda68b587f689487fe8346df41e83ecdaf702063e
 DIST genpatches-5.15-128.extras.tar.xz 3932 BLAKE2B 
64d34eee4a4ee36c8d2431d8341723eb0ec32be703fbb3927e7984e9ea365b7907f38b2f013e725221bfb7d867eb63da4e784506615e1cacf9018c58981a2ce3
 SHA512 
b735304d7990925485ca45f1cd0f6434a96af45269bb3e10b9b67a41f84440654f62831a5160125f8d0c1ff4587ab00294caa1fa5223e8daf86dc0393bc8a695
+DIST genpatches-5.15-129.base.tar.xz 5079636 BLAKE2B 
9dc533ca9995f272c9f69c277e02f028cf04a1161b6ff18082dc132861549bf9a297a99768bd779ccf0c5ccd26e2bae321e8e233986c23123b3fa549f47a4c35
 SHA512 
43fd5a4739883915187fa04a5c04e106233ce8e76492240585b6b7dca8f74687c8326117383f84f8d4b8fc1de602b2a9aedfa596ce5a1275777fd15ae0f7a142
+DIST genpatches-5.15-129.extras.tar.xz 3932 BLAKE2B 
899d47c7df1aa674c6438d2e0e5f70aae7ff0be55ab663d533191721791673f60c90a00b8b42167d99e750a428a65604af84f47aa385049ac91b6599db547b72
 SHA512 
ff342b8a47ccea5ae86bc4a499a145a331e9c5c52f2ea84b1baa8b17e11d5aa6504fca9d594960c903cbaea65cdd53aa6e634128296b0c76cdb6d4e9bc9c1ca5
 DIST genpatches-5.4-257.base.tar.xz 5959056 BLAKE2B 
c3c4f47328f4e3ade669e1cb4586a2420618b647fe6cb5d96210cdb8d5baf767d6eb6d9efd4ac48eadaf0f2b108569656c43b2b43a687b635daf9c91475491a1
 SHA512 
1231ad3f7ceb0451d9aa5a96be803eb48a5656fe63476ec55ccb71a96eadd2c12d2e44074b302b9c2770569abda60275c0ed161b3786d2dd7be6b0a49d4e4f55
 DIST genpatches-5.4-257.extras.tar.xz 1812 BLAKE2B 
480e82ea79feb52785fc6643c883093f42240395a1d953cd1e5331c012cf64c6f4b292e878a938a9c5bb297e96ab9f80656839de6044c9f1e76c668c2c8e1ec9
 SHA512 
5322116802c6c0a44abc81911bb83fd7d4aa5b5f7fb4bb35ca78c47c6c0afb188e21a24cc5ac4e2810affa13689c902e97062d66a751630cf0722a2b28b1d83b
 DIST genpatches-6.1-47.base.tar.xz 2915344 BLAKE2B 
7fd49099198e9af926911b3a8831208d6c0ecb5047e8bc7563aceb23516328a1829c33b912f52d1175440770ed0394aa6bb3438ad92a9a81ed28ca6fdc6ee928
 SHA512 
5c0841c92d0f2bcbc81599568d882bef066f132b670334fe7728797b76665aaae170ee2acaf942228d5065fc95493fe33fb2ec2268f9d2bb54739b463b346b33
@@ -20,6 +22,10 @@ DIST gentoo-kernel-5.15.122-1.amd64.gpkg.tar 69550080 
BLAKE2B 19e838d91b771456a2
 DIST gentoo-kernel-5.15.122-1.arm64.gpkg.tar 62504960 BLAKE2B 
7fa1d232e86175bc06fc26bf4bde90c3170e724566779697a8153f14d8c0a38f6a2b31900f02ea5de95cf122b5f955914aadfbd8061ad3d0a0d6d8c0ef23e988
 SHA512 
09591edcdca3c29e5f78a51a65a7e5169d55094de627be73973c6302b62454f18d28996a72a667814b2cbd8dbfeaac3ea642d6092d6d296c63b077ee979c0fc5
 DIST gentoo-kernel-5.15.122-1.ppc64le.gpkg.tar 57118720 BLAKE2B 
ad11ad53e8e42220d1efc9948f72e72e41353e73357670f33ca30c8157b6d8e859b05d77ad31a033032134ea74a63bc3de53723ba118c566d4268a9c7d18c203
 SHA512 
377124529e69e09de0a4f0760d0500bb3550f5bf6752b6264a37dd320f6b99e3aad6636074d8189c4e2f437281d3e2ed7cca76ffdbdb77cd92b19852448d36a8
 DIST gentoo-kernel-5.15.122-1.x86.gpkg.tar 59136000 BLAKE2B 
1730477ff339c6852dbe00fafc07caf6a249e65ff7b478c7bfe8e5b3bd14f6e09803b0e64641a1eb280990dddbea948f19f293898547688670b4a3ce69a83d8b
 SHA512 
d00d6fb69946c8fe44a7561e14fb2276326fa365d6e78a31bbf425ee4ba696b17c42a0f1ac412ecfbc40a02fe588e5635bbe0f436d4820c5ca0854a37715a983
+DIST gentoo-kernel-5.15.123-1.amd64.gpkg.tar 69519360 BLAKE2B 
b644beb7b232d754618fa09ddf793d465aa1861cc31b1a9568e8c77c36852e7f019066ab572a543243fa5bb09bfdc6976498142dd16df23a16125734b426bf09
 SHA512 
b3efb3c7565b4d9a594e9f27d80f73daae00ad06242b3b9f1765c13d14d5647678b63293221d01a89aa1f503656c670a72f33017b37c1f081a464a73803d7382
+DIST gentoo-kernel-5.15.123-1.arm64.gpkg.tar 62525440 BLAKE2B 

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

2023-07-27 Thread Michał Górny
commit: 7273d106cc33a33d8fab358495a4798697170959
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:09:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7273d106

sys-kernel/gentoo-kernel: Bump to 5.4.251

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

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

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 27ec31356546..ed0feb723564 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -8,6 +8,8 @@ DIST genpatches-5.15-129.base.tar.xz 5079636 BLAKE2B 
9dc533ca9995f272c9f69c277e0
 DIST genpatches-5.15-129.extras.tar.xz 3932 BLAKE2B 
899d47c7df1aa674c6438d2e0e5f70aae7ff0be55ab663d533191721791673f60c90a00b8b42167d99e750a428a65604af84f47aa385049ac91b6599db547b72
 SHA512 
ff342b8a47ccea5ae86bc4a499a145a331e9c5c52f2ea84b1baa8b17e11d5aa6504fca9d594960c903cbaea65cdd53aa6e634128296b0c76cdb6d4e9bc9c1ca5
 DIST genpatches-5.4-257.base.tar.xz 5959056 BLAKE2B 
c3c4f47328f4e3ade669e1cb4586a2420618b647fe6cb5d96210cdb8d5baf767d6eb6d9efd4ac48eadaf0f2b108569656c43b2b43a687b635daf9c91475491a1
 SHA512 
1231ad3f7ceb0451d9aa5a96be803eb48a5656fe63476ec55ccb71a96eadd2c12d2e44074b302b9c2770569abda60275c0ed161b3786d2dd7be6b0a49d4e4f55
 DIST genpatches-5.4-257.extras.tar.xz 1812 BLAKE2B 
480e82ea79feb52785fc6643c883093f42240395a1d953cd1e5331c012cf64c6f4b292e878a938a9c5bb297e96ab9f80656839de6044c9f1e76c668c2c8e1ec9
 SHA512 
5322116802c6c0a44abc81911bb83fd7d4aa5b5f7fb4bb35ca78c47c6c0afb188e21a24cc5ac4e2810affa13689c902e97062d66a751630cf0722a2b28b1d83b
+DIST genpatches-5.4-258.base.tar.xz 6040776 BLAKE2B 
722214955565832dc7ae8719e4c6a6a6c44822469ca73ffc7a4d6ac4ebd5b8c2e04b127ddad873f3b434cd21803b54c385f7de750386494b0995a19aa44cd2c1
 SHA512 
12b0c24ace3e4376bb377383d14224822f4244caeb687d070be331687f0b98f4c0c85866dc65b78450b76e7628e4ab403b15164b1ff98c45f720cf7d98070442
+DIST genpatches-5.4-258.extras.tar.xz 1812 BLAKE2B 
f877002e5e5e31916f8151589a8ff3e88cb618345e708b6682f8c8babb9b4a09155481cdecaf21909c4db820c395525f2ebe439e3377b7bd1b60c38c90bd6bdf
 SHA512 
593ac9335f7d10bd556ded4af7414a015be8a34407b2b7c3077749ac5903f10424c7ae0d3cfb63ccc12ddf275af5dc59feced7408c4fe77bbd153ccf64ca6d47
 DIST genpatches-6.1-47.base.tar.xz 2915344 BLAKE2B 
7fd49099198e9af926911b3a8831208d6c0ecb5047e8bc7563aceb23516328a1829c33b912f52d1175440770ed0394aa6bb3438ad92a9a81ed28ca6fdc6ee928
 SHA512 
5c0841c92d0f2bcbc81599568d882bef066f132b670334fe7728797b76665aaae170ee2acaf942228d5065fc95493fe33fb2ec2268f9d2bb54739b463b346b33
 DIST genpatches-6.1-47.extras.tar.xz 3812 BLAKE2B 
ea44d25a1637abff3a87ec17e397ef324aa08d7f62865924a61f55cf85df6a1ae5b8a56ac1f33a61955bb3ce71b28d628d34a600a1834583ab94d4111e9f4810
 SHA512 
9f8c831530609f2379685ec3bbe545f2bdca86f139233dceb0b10d7259b8b1207188a8f95237483b13f40c6639c6f060df4cbc67e09249c24424bc0bc83fe281
 DIST genpatches-6.1-48.base.tar.xz 2983620 BLAKE2B 
fd09d2c761c3652502d590ad189db668a27d48e2c0c336b1d2e96f9a90a3c365409d012319b6daff30e6039330b90746636e89d6e4f5bb302851b3ced0e57286
 SHA512 
5abc93002ba800f13d27ffa8bd9485cfb921cd8e43d4cc15325fa2b833eb334e062cbb9b751ff2fa285a7f61f0e0809366d58fcfb4fd4a71fc08f2e48669b5cc

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

[gentoo-commits] repo/gentoo:master commit in: app-portage/flaggie/

2023-07-27 Thread Michał Górny
commit: c3ce642d1eb3ec8530801d0135dd7d976d67aa76
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 14:51:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ce642d

app-portage/flaggie: Bump to 0.99.6

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

 app-portage/flaggie/Manifest  |  1 +
 app-portage/flaggie/flaggie-0.99.6.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/app-portage/flaggie/Manifest b/app-portage/flaggie/Manifest
index 27fc5ab8a393..93d327feff84 100644
--- a/app-portage/flaggie/Manifest
+++ b/app-portage/flaggie/Manifest
@@ -1,3 +1,4 @@
 DIST flaggie-0.2.1.tar.bz2 16767 BLAKE2B 
fea0fbc505bfa97e7bee2c05f0cc19077b9b23a021b01aafa2c4b064466677f9dd4ae95c36f6de65b4ad07c5046d539ceb0cb667dcb791b60410d7a5e688813f
 SHA512 
3f273ebeceaaedce7a3807126fb3f450e420338a883440066d06a4d6a95b63bd538bb5da882fea23e0d390b28a83f50375dbda2624f656327775b2b700f2b2e4
 DIST flaggie-0.99.4.tar.gz 17731 BLAKE2B 
460993edfad7dc13206c6ab96919a74a306534f69b5c2971c9bc4289e964052888c93ff4b935fdf722fc7490a250b33c9644472749b2dc060e7dfd0b0d8dacf3
 SHA512 
0a2225470a6cc1ee72d7c33abe40cae48b698ac24e0456f9e59bcfd04769c9c01154c62c9fbc2d384d086db06f8a9d76e0cefe761a18669fcbe8ae3bee495b92
 DIST flaggie-0.99.5.tar.gz 17792 BLAKE2B 
0400d08383e80b7543fc18afa8d63e68d5b889327db119f53fb5b9f74959a10f5d918c9e284c590b403f30197275f0833b51313729b125c1f4e0feba8113afb7
 SHA512 
77e7b66148bb3779bf2f89507834ebcb587ad822126b282da9fea5361f4df54e6cd9a18311d23de8648ab6aba2e4aa18686296bfab9ae3823a4435252e431c7f
+DIST flaggie-0.99.6.tar.gz 17810 BLAKE2B 
da883826147536563d889e026e659a3bc69ac58808b5fd3672d89f047abd4accf567f1e9bebc1d69e0550498b48be03420f47ebfdcf4aeb24db17fa7149011a2
 SHA512 
c4a0407c65149169c6998629ac399eb9cb9a9a7a0d1c1ef0072d7c7aefb811ea1b91f5ba4987f0689341ab920fb7e8a13f979cc390596c31c4c82aa6172e3ee5

diff --git a/app-portage/flaggie/flaggie-0.99.6.ebuild 
b/app-portage/flaggie/flaggie-0.99.6.ebuild
new file mode 100644
index ..171f784597fe
--- /dev/null
+++ b/app-portage/flaggie/flaggie-0.99.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A smart CLI mangler for package.* files"
+HOMEPAGE="
+   https://github.com/projg2/flaggie/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
+
+RDEPEND="
+   >=app-portage/gentoopm-0.5.0[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   dev-vcs/git
+"
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+   ewarn "This is a preview release of flaggie 1.x. It it not fully 
featured"
+   ewarn "yet and it may have significant bugs. Please back your 
/etc/portage"
+   ewarn "up before using it. Verify the results using --pretend."
+}



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

2023-07-27 Thread Michał Górny
commit: 541ec4f4373c5321fe262add8642f17badd90f26
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 14:51:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541ec4f4

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index a62f33617250..009e8ec111e7 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -8,6 +8,8 @@ DIST genpatches-6.1-47.base.tar.xz 2915344 BLAKE2B 
7fd49099198e9af926911b3a88312
 DIST genpatches-6.1-47.extras.tar.xz 3812 BLAKE2B 
ea44d25a1637abff3a87ec17e397ef324aa08d7f62865924a61f55cf85df6a1ae5b8a56ac1f33a61955bb3ce71b28d628d34a600a1834583ab94d4111e9f4810
 SHA512 
9f8c831530609f2379685ec3bbe545f2bdca86f139233dceb0b10d7259b8b1207188a8f95237483b13f40c6639c6f060df4cbc67e09249c24424bc0bc83fe281
 DIST genpatches-6.4-8.base.tar.xz 414164 BLAKE2B 
f62a27a2a4ed9a80d830f5118c492c95b1400a149b9594e68b47011359fb02f5ab0a5f467dab50f730d56ac21bff0dd4ebf09251588a7bb4dda15aedc95ec729
 SHA512 
6d747b1b06d9fad9d53a293586e3bef465ddfbf2886ab9edee32b81282d4c7b8cf27d4edf4f8be1ef668ce55888ae21214ddc6dad0c2732698d23a77dac993c0
 DIST genpatches-6.4-8.extras.tar.xz 3696 BLAKE2B 
e1d121a35ab69fac09e935317c18299817c65867fb7cf7a6810f560af913a254b411259a78b61c0a31518629ad33e13e53910fbd9701602c733016869106e088
 SHA512 
11240038d70202c53ee17763de3f60fcb5ae0dffc8cf005d324a7cd15a865313b9da2a3e74e184090b2d674ca1a1515a1db9f2efbff7a0f5361563fc7895e87a
+DIST genpatches-6.4-9.base.tar.xz 483840 BLAKE2B 
8f2796524871d00030c870fcb167f36bce2a990a248533b7bf481506f03937fc69ee34cc5e2b8e3fc994c8fb40c54f23ce14c922f99b46c63e9da7e449a6cbcc
 SHA512 
ea23db4aac99667ce2393d7f639043c6169f0f452aa882060d009ead9ffe9b763acd2a88495114b1a691dfa178f0a82fc0df8f89546e2bc292ca643f918691c0
+DIST genpatches-6.4-9.extras.tar.xz 3700 BLAKE2B 
f76074d4fef0f7a531b5cc699e83d758455727029be4ffd3470116d8475ab50d880501f920baa5fb0ef607ca057b3e1385d70ba8cf928a664d922949c325251b
 SHA512 
35401caf459266c07369825bf2a03b5c9b8c54618e48cd5a8022bee1f2c5c6be4aa6ab714ea74152c0c88ed2fb774452f0de2c50a664979bc9d44b9f7d3951eb
 DIST gentoo-kernel-5.10.187-1.amd64.gpkg.tar 66324480 BLAKE2B 
34e3883ba58d1c8dc18c28b1d2e25cab0384a49962ce52de94c5b18050ef52ecdac18e9e70a0d513bcc05d2de8c18ccbf4794e7f3092829b9e0c93128cba993c
 SHA512 
f3c36c48ac3068e7be3efc25147c14febda69150738f5e01a9a7f61a18171f48fea86a3af78c664eea3cfde37345ba939e22cc51a46caa8da538c60b142b0539
 DIST gentoo-kernel-5.10.187-1.arm64.gpkg.tar 59351040 BLAKE2B 
62820819de5205c9ce636231c0e97c6ee10720434292e190684a2b0cb585051291c44314dba621d1e64f0ae52623b734427c895e01f896967d646a51
 SHA512 
eb9f12a981415c8e30e77245647e445bdc7810922164ee3d59c9da72feded7a0ffeb465db889fceeffc77b83768b83505917c8960b1d64dced167ff8c999415a
 DIST gentoo-kernel-5.10.187-1.ppc64le.gpkg.tar 54927360 BLAKE2B 
d47a826ba61dd62cded236b2d81270824dac47c993e0a5f8c2cfa5a95293236a9f2f608ce0c7c2c3425f5d5b482c96c39514c9e5c27dfa7b1e45213a2dfeef34
 SHA512 
2a0d197f13778eb47da5622eb3d2a38b8189534df390e8efd096827afef919fd51ad51d107f32194e7a7dfd0da37d7414b395621665aa8b0337bfbc797c0175e
@@ -28,6 +30,10 @@ DIST gentoo-kernel-6.4.6-1.amd64.gpkg.tar 83998720 BLAKE2B 
4b6836c10d6c8e7123ddb
 DIST gentoo-kernel-6.4.6-1.arm64.gpkg.tar 72929280 BLAKE2B 
57e32808518b34e6e65b2835a87fd1c95f3d5b210d18bacfbcc107e243150fff592ea4dc2381d73f3c2c0f186ef70d742dcec056af7d6c2f1de1b7d5db2dcca5
 SHA512 
ec95702769561fafaf0d3852c96d8212acb0bcf958d461af45110234e2d7f6861f6d14ab254dfd5d7267ea42ca9ffa9789d7c46373197dacb6631e470e6844c3
 DIST gentoo-kernel-6.4.6-1.ppc64le.gpkg.tar 64634880 BLAKE2B 
4ce869aeae197e7811b5acdc5a9e3f17a0ee5ea0b5f9bf708227505bf52ddc44c4d485d00751f958c54036f977fc5e143ddac3bd7699ce07dd293ee8d2f71c9c
 SHA512 
35ebc43e11089279574bc84fbd10fe25a1f085313f93c94656617f24c1ccc276d641bb859140c6820c37ccd21c0a85cbf2bb3112b3cbcf90b9e21f396b60a45b
 DIST gentoo-kernel-6.4.6-1.x86.gpkg.tar 67553280 BLAKE2B 
d0fe9e92dbc7126d044f07dbf95b11edcdaeaaa77a856db4f60b329aa8ea55d02d2552e7d2ff2ca0d9b32e568caa67b203efdfe5214aa22609150fa39369c81c
 SHA512 
a8780f7258ca4717da2cd979f609c85b82215d1da04fc8994a8a2d4e5b9df8877ab42a42e02d2416e0386ed4e74cb874ce7dc1352923e8d397ffac21346346aa
+DIST gentoo-kernel-6.4.7-1.amd64.gpkg.tar 84019200 BLAKE2B 
fbaf9569208d704b5e49e2957d8feb6f2b9aaf383b2b2607850dd78201a6cdb0fd69a836297f38ff482caaabd6bb0ef1138d1390d8611defa9d881c10c5610e8
 SHA512 
d5287481117f88410ef9809844d238a965a93502fdbd0ecd1594c3885bb2f175eb09e0df918f68dbea863709434f921e4af3578d2a7738fe2d7adb0928bd8901
+DIST gentoo-kernel-6.4.7-1.arm64.gpkg.tar 72939520 BLAKE2B 

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

2023-07-27 Thread Michał Górny
commit: 6286f0f4ef08cf244eb5f96a3c646a9f433f3a74
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:08:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6286f0f4

virtual/dist-kernel: Bump to 5.10.188

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

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

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



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

2023-07-27 Thread Michał Górny
commit: 01a15f3e5a9e9af7589cb81386b30665c0970238
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 14:53:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a15f3e

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index ed00796f3513..3c0dfa363438 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -1,5 +1,7 @@
 DIST genpatches-5.10-197.base.tar.xz 5562876 BLAKE2B 
17ce7ef2e11371ef7c4cababf7405079b8c64ff64847baba9aac5e6db6531d129ec48ad3bea995dec23694248d8dfd1067d0ca9d77295fece36f4f6c003e4d58
 SHA512 
44a6d3ba9989c458570feb9334988fcbba3fd5448936379310a7649497a2bb9f86462bbb23b0e04c6cfd2474d88d20190aa0b93fb482c0a19e3320a6e7a8111d
 DIST genpatches-5.10-197.extras.tar.xz 3868 BLAKE2B 
349894aeb8c6cde8ca01b7b12249c492a67b9d8e1329f2e93ef14fcb1e643bc6f24613ef1f1cbedd7cd67cec6c7dcbfa4b00cc66ae157b2b9503587ef025e17c
 SHA512 
4979e464dd29590915baaade081035c523ffaae061acb4b0d5948daa450ae6e7993e0bb0acb82d414b1388fe804555cdb59d84f0eedbc466ae64e76bd5b79d28
+DIST genpatches-5.10-198.base.tar.xz 5696280 BLAKE2B 
538dc0baa1ba2df2771c23e7670cdbc23f120298d5547a6da6b876c8e5d2a27a838c7f7f80b497d2d3db5fce1911e48443a8c7ec3e9012d04ecf9dac523cbfec
 SHA512 
910043f21ae68efaaa371efa1a71eb52d12ddf50d677502322a15cdd1eeaf4ab3b55e23dc3d26b917c5cf38639837c6b15846e99395cf4a1a4a395b3b58386cd
+DIST genpatches-5.10-198.extras.tar.xz 3868 BLAKE2B 
fb33cb11d00237cf8649e868175fe31211dd3ccba5201ebbb9606cf0ff863a2519587758ddd6464e98716a2c8c0e210dbf833e70f25631877ec4ba55760d9b29
 SHA512 
19d64fa354c8a8cc895052d9259a7b25561f4614dfd0a8dc8645f70d19bf677c826715042263769b8740f14fe6b9a03e7f9cd1e0f27d9fa373223d9bf39c7416
 DIST genpatches-5.15-128.base.tar.xz 5056336 BLAKE2B 
7b25accd5e2c987050480abac7b79cd280820ee8b3607c84a58b6bc1c30c97c209b1a392c9c92abb7494307ccd138358674e7a984cf4766c2889ec9cee069546
 SHA512 
be70279f9cf6bdccf0bb3436b13cabca61e6360eae2d33e576f408ef2d32ed3bbb449083b0a84c31f98328ddda68b587f689487fe8346df41e83ecdaf702063e
 DIST genpatches-5.15-128.extras.tar.xz 3932 BLAKE2B 
64d34eee4a4ee36c8d2431d8341723eb0ec32be703fbb3927e7984e9ea365b7907f38b2f013e725221bfb7d867eb63da4e784506615e1cacf9018c58981a2ce3
 SHA512 
b735304d7990925485ca45f1cd0f6434a96af45269bb3e10b9b67a41f84440654f62831a5160125f8d0c1ff4587ab00294caa1fa5223e8daf86dc0393bc8a695
 DIST genpatches-5.15-129.base.tar.xz 5079636 BLAKE2B 
9dc533ca9995f272c9f69c277e02f028cf04a1161b6ff18082dc132861549bf9a297a99768bd779ccf0c5ccd26e2bae321e8e233986c23123b3fa549f47a4c35
 SHA512 
43fd5a4739883915187fa04a5c04e106233ce8e76492240585b6b7dca8f74687c8326117383f84f8d4b8fc1de602b2a9aedfa596ce5a1275777fd15ae0f7a142
@@ -18,6 +20,10 @@ DIST gentoo-kernel-5.10.187-1.amd64.gpkg.tar 66324480 
BLAKE2B 34e3883ba58d1c8dc1
 DIST gentoo-kernel-5.10.187-1.arm64.gpkg.tar 59351040 BLAKE2B 
62820819de5205c9ce636231c0e97c6ee10720434292e190684a2b0cb585051291c44314dba621d1e64f0ae52623b734427c895e01f896967d646a51
 SHA512 
eb9f12a981415c8e30e77245647e445bdc7810922164ee3d59c9da72feded7a0ffeb465db889fceeffc77b83768b83505917c8960b1d64dced167ff8c999415a
 DIST gentoo-kernel-5.10.187-1.ppc64le.gpkg.tar 54927360 BLAKE2B 
d47a826ba61dd62cded236b2d81270824dac47c993e0a5f8c2cfa5a95293236a9f2f608ce0c7c2c3425f5d5b482c96c39514c9e5c27dfa7b1e45213a2dfeef34
 SHA512 
2a0d197f13778eb47da5622eb3d2a38b8189534df390e8efd096827afef919fd51ad51d107f32194e7a7dfd0da37d7414b395621665aa8b0337bfbc797c0175e
 DIST gentoo-kernel-5.10.187-1.x86.gpkg.tar 56463360 BLAKE2B 
ead3ff30c54dfb68d5d5b3b826690ab94d3846bb9609b7417890ccb04ef68f3e24021d3c16745b747195256c064150a9b12627af45df53bd3d0a1eda2d14aec9
 SHA512 
bfac813dc2aba6cd7894d00bf5976cfd8670248e84db399bafe9869edf89f2fb81caafc5f9455971528e4c15e42f2f1cc519d18fad1e75bee3f9bd4559fe12c2
+DIST gentoo-kernel-5.10.188-1.amd64.gpkg.tar 66355200 BLAKE2B 
67e9230022bc021d64ffa00b4d041f22f13ab82cc28fc3678fb6e26d55e536576396bfcb78d518895dc86f34b0d414d6fc630ae7d1a82f6cdbbac9e749c5b30d
 SHA512 
704bd52cc5661abe577a7ce5ec40f6934213d57f5323d3dd84580d578cc36f0ad661290dc308a2ca9a78747df190cdccc69f92de0ec53cb39ed080dae7e3e61e
+DIST gentoo-kernel-5.10.188-1.arm64.gpkg.tar 59371520 BLAKE2B 
99b4d026c9bb9469e4d8ea1f5db9e91164a6cbbeec1399d3100d5edae793cedb3be7f7b36dff40e8fa63dea978d7ead70d0930754fe67d307186c9f445230978
 SHA512 
b60da2425ad1748bc95ecc181c61e5cd0764851e83984d3c7f2a2a48198794b590bb02fe56bad8cd33e22b08bde3f4e2e57bfdc78b227b3a490eb71700a5b95c
+DIST gentoo-kernel-5.10.188-1.ppc64le.gpkg.tar 54927360 BLAKE2B 
6876892814b8833480b87c62ade2d91450a71fa8bba270fceea80618db6b09e65f409e00f27527c373a4eb2920e876d4a2b6a0a08598fc8598efc4010b577d67
 

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

2023-07-27 Thread Michał Górny
commit: 77c2ac395a3e76187f37a3e186b56ff21f78b2b6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:08:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c2ac39

sys-kernel/vanilla-kernel: Bump to 5.10.188

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

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

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index c85c2cd41392..6b90bb360391 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -26,6 +26,8 @@ DIST kernel-x86_64-fedora.config.6.4.3-gentoo 233494 BLAKE2B 
15481955940dc58447f
 DIST kernel-x86_64.config.5.4.21 184907 BLAKE2B 
0eb2b07c14cea7545350fcdf3a94f2a531f0137c502ebda9299cacf44da5385686e2049b480b28bc153c9d413d453cfe682b9655eefe70428cb720f57c7bd200
 SHA512 
f3b3ee6841555ac3a9cc11536a7d44e1a5a8df2bab14ba341fda7df1ceb0de45cf1c799a1d54a64f2858fd1272d348bb52cf269ffa396878c5402baf2730237f
 DIST linux-5.10.187.tar.sign 993 BLAKE2B 
5739f7361b320d36db7489ceb7afeb56583d4364eb9e2f18c999545d7d97960cd8686e8ecfb8994878249cffaa8e905fc2a6fa45b5738e6016305990b2f5238d
 SHA512 
0ad381430b76a20fc678b905b2d6ba76897f99d52157e3d03d4e53329603b83b463dac2647c36e57b26857bcafa4de91125177206acdabb8d30d918a39aa2aaa
 DIST linux-5.10.187.tar.xz 120576532 BLAKE2B 
098bcad0944cbf6bacea7b62baa41e2583561cd1995cdd112ecc9459eec09dc64dcd4ea0c8494a8cb6dc9c17d2482b62b44567ce805c57beac91a84f2ad3ba65
 SHA512 
c61a22f3f1f9c54e416e8761e52cfb35dccb7c0f9a4171be9893b8e2a5a186d8417b88141f616f109d3429b1676fdaadc79f687a104a0e05a75e2d479af9bd9a
+DIST linux-5.10.188.tar.sign 993 BLAKE2B 
b6c7ee466addada512ea6ba9fc86468040e0fea9542d38f468d48f0f9dde0ea0797461a678b1639fb0273422f1e686248469694da008f4cad01fc1da36054b45
 SHA512 
7a18c298eb35247d3b4574bd651cec57db94b3dce8055e5f901eb7d90ac3e69c5131347fec9fba4f33fa6b431ff03663ab35da25d5b054738ee6197126ac452d
+DIST linux-5.10.188.tar.xz 120594860 BLAKE2B 
dd995a1dd78f7eb37a7152d5156e69aedcee5a08587edf826edbdda0544871eb6e10971d3a31cafaa2f9597b6c2b9aa1fcc10904f5054c7d3e6e89583d6f3df2
 SHA512 
b8f8f560a03ba9a95ccff0eb820286fbb6f17730f3e5959d26dd60ad4c3f4e9344ed7bdf5f7ff3558b52cdcda51a2c9141d0e2901e00d32ed1ece690437148f5
 DIST linux-5.15.122.tar.sign 993 BLAKE2B 
8a021595b519795a89fec13df9afa15087823348fc92d91e4306e598faac7b56d892b2db63823023df3ef5dfa7fdbcf887b4daa1a980f166367cc68de0657c9f
 SHA512 
d67c1331aad447c49a2f8f52d38506e3fc2539eab387d84ac9de9fe47db94a2632d7297ff58a161f50deecb32e9a81b7d111438fb0c1b3abff2c346d040f1960
 DIST linux-5.15.122.tar.xz 126497672 BLAKE2B 
ac2861be0226c0f49847cbf7466069712f75e8fb00fadbd3db5ab6e72e70b78f1b7fa954f46be442237112cf069b50c2fc085510e82164d620f15dcbc0517bc9
 SHA512 
a9eec228d9fc9cde2377b4c5445abf1b15c588bc9a15f529ae4c2924a6fc7daa0b8994ea6266e0648ce347a3b36f2439243b91269e4d8b5eea86296dad1abaaa
 DIST linux-5.15.123.tar.sign 993 BLAKE2B 
cdb1ec66d92d6f91c87b52e52f967e7ddea8536b9e1bc4638464b1aee2bc34e5937fc5766c14d1d5b365143f27ce03d24ba357d8c1d7d6f51708d4dfa8add742
 SHA512 
234865ede0c1aa2f4f7be71858ba872bb2a37f9d85ff423e1085e20bfabf5a55dbb75e63652bf075c791eeb1f382fccbb3092ee33db84d1591e309ef692eb7a1

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

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

2023-07-27 Thread Michał Górny
commit: a48b76394896348bd2b892a5904312edafc50805
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:08:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48b7639

sys-kernel/gentoo-kernel: Bump to 5.15.123

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.15.123.ebuild| 141 +
 2 files changed, 143 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 5120a0843b78..159cc5308b52 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -2,6 +2,8 @@ DIST genpatches-5.10-197.base.tar.xz 5562876 BLAKE2B 
17ce7ef2e11371ef7c4cababf74
 DIST genpatches-5.10-197.extras.tar.xz 3868 BLAKE2B 
349894aeb8c6cde8ca01b7b12249c492a67b9d8e1329f2e93ef14fcb1e643bc6f24613ef1f1cbedd7cd67cec6c7dcbfa4b00cc66ae157b2b9503587ef025e17c
 SHA512 
4979e464dd29590915baaade081035c523ffaae061acb4b0d5948daa450ae6e7993e0bb0acb82d414b1388fe804555cdb59d84f0eedbc466ae64e76bd5b79d28
 DIST genpatches-5.15-128.base.tar.xz 5056336 BLAKE2B 
7b25accd5e2c987050480abac7b79cd280820ee8b3607c84a58b6bc1c30c97c209b1a392c9c92abb7494307ccd138358674e7a984cf4766c2889ec9cee069546
 SHA512 
be70279f9cf6bdccf0bb3436b13cabca61e6360eae2d33e576f408ef2d32ed3bbb449083b0a84c31f98328ddda68b587f689487fe8346df41e83ecdaf702063e
 DIST genpatches-5.15-128.extras.tar.xz 3932 BLAKE2B 
64d34eee4a4ee36c8d2431d8341723eb0ec32be703fbb3927e7984e9ea365b7907f38b2f013e725221bfb7d867eb63da4e784506615e1cacf9018c58981a2ce3
 SHA512 
b735304d7990925485ca45f1cd0f6434a96af45269bb3e10b9b67a41f84440654f62831a5160125f8d0c1ff4587ab00294caa1fa5223e8daf86dc0393bc8a695
+DIST genpatches-5.15-129.base.tar.xz 5079636 BLAKE2B 
9dc533ca9995f272c9f69c277e02f028cf04a1161b6ff18082dc132861549bf9a297a99768bd779ccf0c5ccd26e2bae321e8e233986c23123b3fa549f47a4c35
 SHA512 
43fd5a4739883915187fa04a5c04e106233ce8e76492240585b6b7dca8f74687c8326117383f84f8d4b8fc1de602b2a9aedfa596ce5a1275777fd15ae0f7a142
+DIST genpatches-5.15-129.extras.tar.xz 3932 BLAKE2B 
899d47c7df1aa674c6438d2e0e5f70aae7ff0be55ab663d533191721791673f60c90a00b8b42167d99e750a428a65604af84f47aa385049ac91b6599db547b72
 SHA512 
ff342b8a47ccea5ae86bc4a499a145a331e9c5c52f2ea84b1baa8b17e11d5aa6504fca9d594960c903cbaea65cdd53aa6e634128296b0c76cdb6d4e9bc9c1ca5
 DIST genpatches-5.4-257.base.tar.xz 5959056 BLAKE2B 
c3c4f47328f4e3ade669e1cb4586a2420618b647fe6cb5d96210cdb8d5baf767d6eb6d9efd4ac48eadaf0f2b108569656c43b2b43a687b635daf9c91475491a1
 SHA512 
1231ad3f7ceb0451d9aa5a96be803eb48a5656fe63476ec55ccb71a96eadd2c12d2e44074b302b9c2770569abda60275c0ed161b3786d2dd7be6b0a49d4e4f55
 DIST genpatches-5.4-257.extras.tar.xz 1812 BLAKE2B 
480e82ea79feb52785fc6643c883093f42240395a1d953cd1e5331c012cf64c6f4b292e878a938a9c5bb297e96ab9f80656839de6044c9f1e76c668c2c8e1ec9
 SHA512 
5322116802c6c0a44abc81911bb83fd7d4aa5b5f7fb4bb35ca78c47c6c0afb188e21a24cc5ac4e2810affa13689c902e97062d66a751630cf0722a2b28b1d83b
 DIST genpatches-6.1-47.base.tar.xz 2915344 BLAKE2B 
7fd49099198e9af926911b3a8831208d6c0ecb5047e8bc7563aceb23516328a1829c33b912f52d1175440770ed0394aa6bb3438ad92a9a81ed28ca6fdc6ee928
 SHA512 
5c0841c92d0f2bcbc81599568d882bef066f132b670334fe7728797b76665aaae170ee2acaf942228d5065fc95493fe33fb2ec2268f9d2bb54739b463b346b33

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

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

2023-07-27 Thread Michał Górny
commit: c60571f33deeedd60ff6435e36db2a92ed369fe0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 14:52:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60571f3

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 009e8ec111e7..8414a786b2c4 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -6,6 +6,8 @@ DIST genpatches-5.4-257.base.tar.xz 5959056 BLAKE2B 
c3c4f47328f4e3ade669e1cb4586
 DIST genpatches-5.4-257.extras.tar.xz 1812 BLAKE2B 
480e82ea79feb52785fc6643c883093f42240395a1d953cd1e5331c012cf64c6f4b292e878a938a9c5bb297e96ab9f80656839de6044c9f1e76c668c2c8e1ec9
 SHA512 
5322116802c6c0a44abc81911bb83fd7d4aa5b5f7fb4bb35ca78c47c6c0afb188e21a24cc5ac4e2810affa13689c902e97062d66a751630cf0722a2b28b1d83b
 DIST genpatches-6.1-47.base.tar.xz 2915344 BLAKE2B 
7fd49099198e9af926911b3a8831208d6c0ecb5047e8bc7563aceb23516328a1829c33b912f52d1175440770ed0394aa6bb3438ad92a9a81ed28ca6fdc6ee928
 SHA512 
5c0841c92d0f2bcbc81599568d882bef066f132b670334fe7728797b76665aaae170ee2acaf942228d5065fc95493fe33fb2ec2268f9d2bb54739b463b346b33
 DIST genpatches-6.1-47.extras.tar.xz 3812 BLAKE2B 
ea44d25a1637abff3a87ec17e397ef324aa08d7f62865924a61f55cf85df6a1ae5b8a56ac1f33a61955bb3ce71b28d628d34a600a1834583ab94d4111e9f4810
 SHA512 
9f8c831530609f2379685ec3bbe545f2bdca86f139233dceb0b10d7259b8b1207188a8f95237483b13f40c6639c6f060df4cbc67e09249c24424bc0bc83fe281
+DIST genpatches-6.1-48.base.tar.xz 2983620 BLAKE2B 
fd09d2c761c3652502d590ad189db668a27d48e2c0c336b1d2e96f9a90a3c365409d012319b6daff30e6039330b90746636e89d6e4f5bb302851b3ced0e57286
 SHA512 
5abc93002ba800f13d27ffa8bd9485cfb921cd8e43d4cc15325fa2b833eb334e062cbb9b751ff2fa285a7f61f0e0809366d58fcfb4fd4a71fc08f2e48669b5cc
+DIST genpatches-6.1-48.extras.tar.xz 3808 BLAKE2B 
5f31be220d97582f049f58f796f0d509c1d2c82ca41efbcb178a9f78db64e0de0d0297096a6109c4989777cddc0957fc8efa7caf333737157a4b6352aaff64bd
 SHA512 
d37be3695cd96f3226265c4f689aef9e98f0528d34b554e53e98fe9497e1b8a26ebe2661d8a04e9c84a615e1bb4966263358d759d228c950af3ce70bf6340e0c
 DIST genpatches-6.4-8.base.tar.xz 414164 BLAKE2B 
f62a27a2a4ed9a80d830f5118c492c95b1400a149b9594e68b47011359fb02f5ab0a5f467dab50f730d56ac21bff0dd4ebf09251588a7bb4dda15aedc95ec729
 SHA512 
6d747b1b06d9fad9d53a293586e3bef465ddfbf2886ab9edee32b81282d4c7b8cf27d4edf4f8be1ef668ce55888ae21214ddc6dad0c2732698d23a77dac993c0
 DIST genpatches-6.4-8.extras.tar.xz 3696 BLAKE2B 
e1d121a35ab69fac09e935317c18299817c65867fb7cf7a6810f560af913a254b411259a78b61c0a31518629ad33e13e53910fbd9701602c733016869106e088
 SHA512 
11240038d70202c53ee17763de3f60fcb5ae0dffc8cf005d324a7cd15a865313b9da2a3e74e184090b2d674ca1a1515a1db9f2efbff7a0f5361563fc7895e87a
 DIST genpatches-6.4-9.base.tar.xz 483840 BLAKE2B 
8f2796524871d00030c870fcb167f36bce2a990a248533b7bf481506f03937fc69ee34cc5e2b8e3fc994c8fb40c54f23ce14c922f99b46c63e9da7e449a6cbcc
 SHA512 
ea23db4aac99667ce2393d7f639043c6169f0f452aa882060d009ead9ffe9b763acd2a88495114b1a691dfa178f0a82fc0df8f89546e2bc292ca643f918691c0
@@ -26,6 +28,10 @@ DIST gentoo-kernel-6.1.41-1.amd64.gpkg.tar 76677120 BLAKE2B 
7c908fba9aaf2f196201
 DIST gentoo-kernel-6.1.41-1.arm64.gpkg.tar 69335040 BLAKE2B 
3b5b1902db029c52abb3c6d16516fd666aac7bd7013041e17f8ee8d77048188e832972834360d3f31213f2965d3535cd37db673d3eafc1b71f0a1a5ad077b8f6
 SHA512 
2458f474c66400a23dbe270c9b82aa43110fe6749809a2fd19a60fa8cdf16fc3aeb0c04abd8bae5e9730e0b97e8b5b8d3fda98fd6566987c33bcb8cf91a6dbca
 DIST gentoo-kernel-6.1.41-1.ppc64le.gpkg.tar 62740480 BLAKE2B 
5afebd6e2bab219c45365dff041823484d762160aedcabc60dab1e05b4ea0e0a028251c34317550bb81da094d9aec2dea2dfde7238cc061ddad2f075934db24c
 SHA512 
ce94ade1f2e585b127ef68bd38d7040f12316a1c8ceb53be4b2b54f47e70ac741f1c4188a785f6920b74f9f43f9cb27a9e31b33663792b9775cc55611aa6a2cf
 DIST gentoo-kernel-6.1.41-1.x86.gpkg.tar 66078720 BLAKE2B 
b144dc3f949b6c60a8b09eab6fa0e402e80d2e55722194f48c9a7edee9b684ae6bfd529acb6bea1c4f1e20ba18a6d5cf6b0a72b01b2c84eafd2bc525280d69ad
 SHA512 
5c23d2f43b8bfd1d953d38bb50cff36faf58fd157d6d05965fe45e0b410c4b9230558b578ab4ed5741ab3a1f9d131c825997dae1d89cd0d003642c3c224cf6b2
+DIST gentoo-kernel-6.1.42-1.amd64.gpkg.tar 76840960 BLAKE2B 
2753a1c38984d1c68dd097ab7d228226a9faa8696055eac15bb753923f077653f2e5190a02903bfa47c87d70105f701052df747daee59d1e60b23c9269225445
 SHA512 
2bb2a6cd99e90e974390c0741b95e315fb7165f7d3a67428fda759909906e1f022a9c5cfafd3b4a178d37c053b6e14be691ba02d647e4bc6518e3e66c0df8314
+DIST gentoo-kernel-6.1.42-1.arm64.gpkg.tar 69488640 BLAKE2B 

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

2023-07-27 Thread Michał Górny
commit: 2860b1af186f477a713174cce7aea56c7a3b4875
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:09:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2860b1af

virtual/dist-kernel: Bump to 5.4.251

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

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

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



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

2023-07-27 Thread Michał Górny
commit: 91bca815917c5debf9820edc88cae7b79cf5f3ab
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:08:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91bca815

virtual/dist-kernel: Bump to 5.15.123

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

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

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



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

2023-07-27 Thread Michał Górny
commit: 67a976e4f3bc9d543bf5edd86790956b6589ece1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:08:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a976e4

sys-kernel/gentoo-kernel: Bump to 5.10.188

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

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

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 159cc5308b52..27ec31356546 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -1,5 +1,7 @@
 DIST genpatches-5.10-197.base.tar.xz 5562876 BLAKE2B 
17ce7ef2e11371ef7c4cababf7405079b8c64ff64847baba9aac5e6db6531d129ec48ad3bea995dec23694248d8dfd1067d0ca9d77295fece36f4f6c003e4d58
 SHA512 
44a6d3ba9989c458570feb9334988fcbba3fd5448936379310a7649497a2bb9f86462bbb23b0e04c6cfd2474d88d20190aa0b93fb482c0a19e3320a6e7a8111d
 DIST genpatches-5.10-197.extras.tar.xz 3868 BLAKE2B 
349894aeb8c6cde8ca01b7b12249c492a67b9d8e1329f2e93ef14fcb1e643bc6f24613ef1f1cbedd7cd67cec6c7dcbfa4b00cc66ae157b2b9503587ef025e17c
 SHA512 
4979e464dd29590915baaade081035c523ffaae061acb4b0d5948daa450ae6e7993e0bb0acb82d414b1388fe804555cdb59d84f0eedbc466ae64e76bd5b79d28
+DIST genpatches-5.10-198.base.tar.xz 5696280 BLAKE2B 
538dc0baa1ba2df2771c23e7670cdbc23f120298d5547a6da6b876c8e5d2a27a838c7f7f80b497d2d3db5fce1911e48443a8c7ec3e9012d04ecf9dac523cbfec
 SHA512 
910043f21ae68efaaa371efa1a71eb52d12ddf50d677502322a15cdd1eeaf4ab3b55e23dc3d26b917c5cf38639837c6b15846e99395cf4a1a4a395b3b58386cd
+DIST genpatches-5.10-198.extras.tar.xz 3868 BLAKE2B 
fb33cb11d00237cf8649e868175fe31211dd3ccba5201ebbb9606cf0ff863a2519587758ddd6464e98716a2c8c0e210dbf833e70f25631877ec4ba55760d9b29
 SHA512 
19d64fa354c8a8cc895052d9259a7b25561f4614dfd0a8dc8645f70d19bf677c826715042263769b8740f14fe6b9a03e7f9cd1e0f27d9fa373223d9bf39c7416
 DIST genpatches-5.15-128.base.tar.xz 5056336 BLAKE2B 
7b25accd5e2c987050480abac7b79cd280820ee8b3607c84a58b6bc1c30c97c209b1a392c9c92abb7494307ccd138358674e7a984cf4766c2889ec9cee069546
 SHA512 
be70279f9cf6bdccf0bb3436b13cabca61e6360eae2d33e576f408ef2d32ed3bbb449083b0a84c31f98328ddda68b587f689487fe8346df41e83ecdaf702063e
 DIST genpatches-5.15-128.extras.tar.xz 3932 BLAKE2B 
64d34eee4a4ee36c8d2431d8341723eb0ec32be703fbb3927e7984e9ea365b7907f38b2f013e725221bfb7d867eb63da4e784506615e1cacf9018c58981a2ce3
 SHA512 
b735304d7990925485ca45f1cd0f6434a96af45269bb3e10b9b67a41f84440654f62831a5160125f8d0c1ff4587ab00294caa1fa5223e8daf86dc0393bc8a695
 DIST genpatches-5.15-129.base.tar.xz 5079636 BLAKE2B 
9dc533ca9995f272c9f69c277e02f028cf04a1161b6ff18082dc132861549bf9a297a99768bd779ccf0c5ccd26e2bae321e8e233986c23123b3fa549f47a4c35
 SHA512 
43fd5a4739883915187fa04a5c04e106233ce8e76492240585b6b7dca8f74687c8326117383f84f8d4b8fc1de602b2a9aedfa596ce5a1275777fd15ae0f7a142

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

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

2023-07-27 Thread Michał Górny
commit: dd2efb2a5a567d59840452f52473f00eec398ff0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:06:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd2efb2a

sys-kernel/gentoo-kernel: Bump to 6.4.7

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-6.4.7.ebuild   | 147 +
 2 files changed, 149 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 749d054b2c5a..29b0cbed8206 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -8,6 +8,8 @@ DIST genpatches-6.1-47.base.tar.xz 2915344 BLAKE2B 
7fd49099198e9af926911b3a88312
 DIST genpatches-6.1-47.extras.tar.xz 3812 BLAKE2B 
ea44d25a1637abff3a87ec17e397ef324aa08d7f62865924a61f55cf85df6a1ae5b8a56ac1f33a61955bb3ce71b28d628d34a600a1834583ab94d4111e9f4810
 SHA512 
9f8c831530609f2379685ec3bbe545f2bdca86f139233dceb0b10d7259b8b1207188a8f95237483b13f40c6639c6f060df4cbc67e09249c24424bc0bc83fe281
 DIST genpatches-6.4-8.base.tar.xz 414164 BLAKE2B 
f62a27a2a4ed9a80d830f5118c492c95b1400a149b9594e68b47011359fb02f5ab0a5f467dab50f730d56ac21bff0dd4ebf09251588a7bb4dda15aedc95ec729
 SHA512 
6d747b1b06d9fad9d53a293586e3bef465ddfbf2886ab9edee32b81282d4c7b8cf27d4edf4f8be1ef668ce55888ae21214ddc6dad0c2732698d23a77dac993c0
 DIST genpatches-6.4-8.extras.tar.xz 3696 BLAKE2B 
e1d121a35ab69fac09e935317c18299817c65867fb7cf7a6810f560af913a254b411259a78b61c0a31518629ad33e13e53910fbd9701602c733016869106e088
 SHA512 
11240038d70202c53ee17763de3f60fcb5ae0dffc8cf005d324a7cd15a865313b9da2a3e74e184090b2d674ca1a1515a1db9f2efbff7a0f5361563fc7895e87a
+DIST genpatches-6.4-9.base.tar.xz 483840 BLAKE2B 
8f2796524871d00030c870fcb167f36bce2a990a248533b7bf481506f03937fc69ee34cc5e2b8e3fc994c8fb40c54f23ce14c922f99b46c63e9da7e449a6cbcc
 SHA512 
ea23db4aac99667ce2393d7f639043c6169f0f452aa882060d009ead9ffe9b763acd2a88495114b1a691dfa178f0a82fc0df8f89546e2bc292ca643f918691c0
+DIST genpatches-6.4-9.extras.tar.xz 3700 BLAKE2B 
f76074d4fef0f7a531b5cc699e83d758455727029be4ffd3470116d8475ab50d880501f920baa5fb0ef607ca057b3e1385d70ba8cf928a664d922949c325251b
 SHA512 
35401caf459266c07369825bf2a03b5c9b8c54618e48cd5a8022bee1f2c5c6be4aa6ab714ea74152c0c88ed2fb774452f0de2c50a664979bc9d44b9f7d3951eb
 DIST gentoo-kernel-config-g7.tar.gz 4625 BLAKE2B 
72ba0d038ee34ca5eb26d43bd373735aef3a50d02b414993ea05485e49d83d46df98a6cb0f6f3170a8ec0c99b557432fd9a11cbb92ff7c2837625a7f4469831e
 SHA512 
2d74a8ca9f5402b4290ed93cd3ddba04a7f2ff42c8d8d3f2cbbe22fc20daa0fca119368daa8af39b7a26b1b99e4e3187c3c5d95886a651675ad94ff98d686628
 DIST kernel-aarch64-fedora.config.5.10.12 223184 BLAKE2B 
a0246dac2f7a4ad6a55b611538d24382ac87a8960077811a859c9595ac67f961b4bccb7e139a89abc7c0e26e80832da5c94211fc658082f2e7dde984f14dd29d
 SHA512 
7d803b347b136331db1ad6e22e0445fe0224c3e26cd7c034cbe9794915d457b492e05f77664865079874ec001351553652646e2e08d0fee31e30b841b0008f52
 DIST kernel-aarch64-fedora.config.5.15.19 242615 BLAKE2B 
94e59440681535e38137b71814e1ae53f57a347f62cf31e0c1c8571ae43d9ae9be9957743c8cbc9ec74850c964eaabefe6799a28bc311ea7b99ee31391b47fb1
 SHA512 
fb77d3b73a215f97d70cd6d8c96ed20e497786b99ed7d7a7f2ed60cc1251289c1a4c7e058c41b5efac62e4a9b4b3d917dbdb11585955bba2b6584981430f4ddb

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.4.7.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-6.4.7.ebuild
new file mode 100644
index ..38b5f48b2b81
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.4.7.ebuild
@@ -0,0 +1,147 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KERNEL_IUSE_MODULES_SIGN=1
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 2 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo
+CONFIG_VER=6.4.3-gentoo
+GENTOO_CONFIG_VER=g7
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   https://www.kernel.org/
+"
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   

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

2023-07-27 Thread Michał Górny
commit: faeba2392b036ea9b10ed6d417cb74560acd5883
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:09:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faeba239

sys-kernel/vanilla-kernel: Bump to 5.4.251

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.4.251.ebuild   | 111 +
 2 files changed, 113 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 6b90bb360391..0c8ff0885e1f 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -34,6 +34,8 @@ DIST linux-5.15.123.tar.sign 993 BLAKE2B 
cdb1ec66d92d6f91c87b52e52f967e7ddea8536
 DIST linux-5.15.123.tar.xz 126498832 BLAKE2B 
c283741597b4bd198fd60e2c84bee6f9551f84a21839996c289a0c7f720a957f7357d9dfb9d4d60f2815de21f8e67986efd98de2563cc721d7c370954bead8fd
 SHA512 
90dbec9d85af84531ef5871ff490c66931e2720391eac004aa2d4a74b0abe9508d92ba00e5c3da5f47b8c46e79b9338ece1616d5e986ff373f9dd578cda27dd2
 DIST linux-5.4.250.tar.sign 991 BLAKE2B 
9650c44958c2d5c9c7a7bb1226e2e58e0bd50ba902d7df077c0ea9d9515d46da00576a69e7c493b25cbcaa3863e82fb7ccb17bd2d2828d4f90cfa5abb39a9b57
 SHA512 
770b4549a47a2d7118bb11d8d4c96562d5d2ba19813e72dc73faead4e5071367f1f549e4a03d9cda945115605631b10c1b25ecc6537637de10f2c3e54ecefea7
 DIST linux-5.4.250.tar.xz 112964116 BLAKE2B 
979b6936a86a58b4d3c92af6ac32243a20c074e14ec914421fe0605ef28a64329f25071bcb8a4aa09ffb78851c9f4c44419892d917affd9c9d29789ccb7c572a
 SHA512 
939b3986490cfdce0ebb214ee87c523cb3ed322729e3cdac9991ab6489c3bc5bfc08651680c3a4010bad98480a23ad28d799fb787b85969846f1e440c167f5bb
+DIST linux-5.4.251.tar.sign 991 BLAKE2B 
8f855e7ed57579bbc4e8f94bca8d5a51d26073b40add5e1a9c5cf85b16980f8ee5cb6e98227a4a583af37ec66802d972393339a4f26e20edcf559c043847f88e
 SHA512 
3dbd0434a9b9a97f39318c94a3d03a63f9d15c9aa5b3c4388df5b8a0f4ef1bf68d7ff6ac91f453883d9f614acfba8751644ca6b2534df785fad72e8ef67fe466
+DIST linux-5.4.251.tar.xz 112962996 BLAKE2B 
1f39e44339ec82ad91c2d9543ebeac691fd8d65c99c5d19f65e3e79f259a7191a9036022083007ed5e3da72af8cb58a142ed21a68997b62de343800661449c88
 SHA512 
ed2b32252103e2352c60cb55b9229b38ee5a321125d1a22c8005630a8cea27b45b60b6da58afbfbd33d34a1bff58dca3ef774992d1b42cb82d870f936ad01e50
 DIST linux-6.1.41.tar.sign 989 BLAKE2B 
7b7cfd294a3d204134aca76464dfb596e94ebdd7d7657888157dbf217b462c7f63eba2081ddf29cd906323656aaf6dcba7191c7aab3ae4b5347817ed84efce02
 SHA512 
1918494a78e94b4a4d92e871de8fa003386e08c62531110147a7b11b4e682618a3e3a70591ef768fd5a9050d578899d272bcc4cb2873855cee8cb867dd5780b7
 DIST linux-6.1.41.tar.xz 134912480 BLAKE2B 
7b67b16cb45e8089a4554c59e5be29fef39acd95013345752f5e57af4f185cc79a5effb13741f643d7a9ef2c99555342cfeb1e859f38303be800d889a35972fe
 SHA512 
82101034257f746e1b6717d374a7960c1a83f93e8c2912e159c6eda6ea7605ff3c8505d37cc55ee0aadaddc964475c7ece4c26ed60407877d6eeaa7938de7c91
 DIST linux-6.1.42.tar.sign 989 BLAKE2B 
043e225f5e4f885cca43839bc17cb6cc721635ee0ece73a983d2fdef9a82f0424e6f73f1b83666354293cd874bd6fd59c05ac49babca6244a2b6aae7c05e7008
 SHA512 
adcaa387bb4bd236f79f486e654b115acd4a7bff27887cc08de9b4b791659a73d55f090817d7686fdbc410d5bb9fcd72889c43048c979b65f88ff9c9c9ec8358

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

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

2023-07-27 Thread Michał Górny
commit: acca84a20335cd03f932681333a5a68d11d9e0bd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:07:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acca84a2

sys-kernel/vanilla-kernel: Bump to 5.15.123

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

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

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 4b2796b8e265..c85c2cd41392 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -28,6 +28,8 @@ DIST linux-5.10.187.tar.sign 993 BLAKE2B 
5739f7361b320d36db7489ceb7afeb56583d436
 DIST linux-5.10.187.tar.xz 120576532 BLAKE2B 
098bcad0944cbf6bacea7b62baa41e2583561cd1995cdd112ecc9459eec09dc64dcd4ea0c8494a8cb6dc9c17d2482b62b44567ce805c57beac91a84f2ad3ba65
 SHA512 
c61a22f3f1f9c54e416e8761e52cfb35dccb7c0f9a4171be9893b8e2a5a186d8417b88141f616f109d3429b1676fdaadc79f687a104a0e05a75e2d479af9bd9a
 DIST linux-5.15.122.tar.sign 993 BLAKE2B 
8a021595b519795a89fec13df9afa15087823348fc92d91e4306e598faac7b56d892b2db63823023df3ef5dfa7fdbcf887b4daa1a980f166367cc68de0657c9f
 SHA512 
d67c1331aad447c49a2f8f52d38506e3fc2539eab387d84ac9de9fe47db94a2632d7297ff58a161f50deecb32e9a81b7d111438fb0c1b3abff2c346d040f1960
 DIST linux-5.15.122.tar.xz 126497672 BLAKE2B 
ac2861be0226c0f49847cbf7466069712f75e8fb00fadbd3db5ab6e72e70b78f1b7fa954f46be442237112cf069b50c2fc085510e82164d620f15dcbc0517bc9
 SHA512 
a9eec228d9fc9cde2377b4c5445abf1b15c588bc9a15f529ae4c2924a6fc7daa0b8994ea6266e0648ce347a3b36f2439243b91269e4d8b5eea86296dad1abaaa
+DIST linux-5.15.123.tar.sign 993 BLAKE2B 
cdb1ec66d92d6f91c87b52e52f967e7ddea8536b9e1bc4638464b1aee2bc34e5937fc5766c14d1d5b365143f27ce03d24ba357d8c1d7d6f51708d4dfa8add742
 SHA512 
234865ede0c1aa2f4f7be71858ba872bb2a37f9d85ff423e1085e20bfabf5a55dbb75e63652bf075c791eeb1f382fccbb3092ee33db84d1591e309ef692eb7a1
+DIST linux-5.15.123.tar.xz 126498832 BLAKE2B 
c283741597b4bd198fd60e2c84bee6f9551f84a21839996c289a0c7f720a957f7357d9dfb9d4d60f2815de21f8e67986efd98de2563cc721d7c370954bead8fd
 SHA512 
90dbec9d85af84531ef5871ff490c66931e2720391eac004aa2d4a74b0abe9508d92ba00e5c3da5f47b8c46e79b9338ece1616d5e986ff373f9dd578cda27dd2
 DIST linux-5.4.250.tar.sign 991 BLAKE2B 
9650c44958c2d5c9c7a7bb1226e2e58e0bd50ba902d7df077c0ea9d9515d46da00576a69e7c493b25cbcaa3863e82fb7ccb17bd2d2828d4f90cfa5abb39a9b57
 SHA512 
770b4549a47a2d7118bb11d8d4c96562d5d2ba19813e72dc73faead4e5071367f1f549e4a03d9cda945115605631b10c1b25ecc6537637de10f2c3e54ecefea7
 DIST linux-5.4.250.tar.xz 112964116 BLAKE2B 
979b6936a86a58b4d3c92af6ac32243a20c074e14ec914421fe0605ef28a64329f25071bcb8a4aa09ffb78851c9f4c44419892d917affd9c9d29789ccb7c572a
 SHA512 
939b3986490cfdce0ebb214ee87c523cb3ed322729e3cdac9991ab6489c3bc5bfc08651680c3a4010bad98480a23ad28d799fb787b85969846f1e440c167f5bb
 DIST linux-6.1.41.tar.sign 989 BLAKE2B 
7b7cfd294a3d204134aca76464dfb596e94ebdd7d7657888157dbf217b462c7f63eba2081ddf29cd906323656aaf6dcba7191c7aab3ae4b5347817ed84efce02
 SHA512 
1918494a78e94b4a4d92e871de8fa003386e08c62531110147a7b11b4e682618a3e3a70591ef768fd5a9050d578899d272bcc4cb2873855cee8cb867dd5780b7

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

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

2023-07-27 Thread Michał Górny
commit: 9587f63359bd8017ed1f174f06878766e533d0b6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:07:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9587f633

sys-kernel/vanilla-kernel: Bump to 6.1.42

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

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

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 5015aeaa34aa..4b2796b8e265 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -32,6 +32,8 @@ DIST linux-5.4.250.tar.sign 991 BLAKE2B 
9650c44958c2d5c9c7a7bb1226e2e58e0bd50ba9
 DIST linux-5.4.250.tar.xz 112964116 BLAKE2B 
979b6936a86a58b4d3c92af6ac32243a20c074e14ec914421fe0605ef28a64329f25071bcb8a4aa09ffb78851c9f4c44419892d917affd9c9d29789ccb7c572a
 SHA512 
939b3986490cfdce0ebb214ee87c523cb3ed322729e3cdac9991ab6489c3bc5bfc08651680c3a4010bad98480a23ad28d799fb787b85969846f1e440c167f5bb
 DIST linux-6.1.41.tar.sign 989 BLAKE2B 
7b7cfd294a3d204134aca76464dfb596e94ebdd7d7657888157dbf217b462c7f63eba2081ddf29cd906323656aaf6dcba7191c7aab3ae4b5347817ed84efce02
 SHA512 
1918494a78e94b4a4d92e871de8fa003386e08c62531110147a7b11b4e682618a3e3a70591ef768fd5a9050d578899d272bcc4cb2873855cee8cb867dd5780b7
 DIST linux-6.1.41.tar.xz 134912480 BLAKE2B 
7b67b16cb45e8089a4554c59e5be29fef39acd95013345752f5e57af4f185cc79a5effb13741f643d7a9ef2c99555342cfeb1e859f38303be800d889a35972fe
 SHA512 
82101034257f746e1b6717d374a7960c1a83f93e8c2912e159c6eda6ea7605ff3c8505d37cc55ee0aadaddc964475c7ece4c26ed60407877d6eeaa7938de7c91
+DIST linux-6.1.42.tar.sign 989 BLAKE2B 
043e225f5e4f885cca43839bc17cb6cc721635ee0ece73a983d2fdef9a82f0424e6f73f1b83666354293cd874bd6fd59c05ac49babca6244a2b6aae7c05e7008
 SHA512 
adcaa387bb4bd236f79f486e654b115acd4a7bff27887cc08de9b4b791659a73d55f090817d7686fdbc410d5bb9fcd72889c43048c979b65f88ff9c9c9ec8358
+DIST linux-6.1.42.tar.xz 134942580 BLAKE2B 
27d506867a44764ca5fb71d36a1732ded064b8d24d2d53bd1b2158db53cc82283a390b46071ed0cd07fdd68a0fd60486e5ec231fc6247f87bc0bea9692d449f9
 SHA512 
b3a0c682bb2234c3ec36f6302f4b39dfd501e667c39d10e2f0994b3d3dfbdc461728686d4d451b798173a76fe2ae24d8a6ab43bf869e9291d975405db22c
 DIST linux-6.4.6.tar.sign 987 BLAKE2B 
9fb1f9d3f27a1b03fe375ab6701b790c7277102e69308ed981547008ec20ea9175e82cfc44c88fd7eebae121bb28061b5cc85179920e13734fc2fd4c3f5aeca5
 SHA512 
3eaa7b723118a491a05642fee7ecb7c0ebc4ad203220da9ce1eff49837ce6feb225f1f985ba00d4e4199a1405e1779fc8aae854333288b5abd75ce982027d9be
 DIST linux-6.4.6.tar.xz 137830736 BLAKE2B 
a395218ffd3447a9b22d248c7dd69204115567185d91d4abb712f77ce0b90571bdbcf0ea845ed4adb30d0fd448341d95c8be6e3acf46d940477d8c55d681a669
 SHA512 
e9e9cf4fd99a7247123066ad4e9fdc2d7bd491e602790120c8045691d43aae4f225e832426f542bc5288b87371cf1d55efa529d649655f77d2d002113da7f0da
 DIST linux-6.4.7.tar.sign 987 BLAKE2B 
c12f0fde753c629010ce8c852b629b9fe73d8e1d51b53aa183038b43a4650a2e3bf82967a7d3fcf0fc3ce72e98e4ec535cc476360a858de1a646ed99c48766df
 SHA512 
fa144baf9c848272e7f4264865035bc1fc63ba0857c8ef5e68b14975cc2bc27b06e24bc072da5d9f7673ec181b09c18eda61c465c4bc48ac355ff45632370d8f

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.42.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.42.ebuild
new file mode 100644
index ..e3a0c5f7f691
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.42.ebuild
@@ -0,0 +1,137 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build toolchain-funcs verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo
+CONFIG_VER=6.1.7-gentoo
+GENTOO_CONFIG_VER=g7
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   https://www.kernel.org/
+"
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   

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

2023-07-27 Thread Michał Górny
commit: 15409fb52314f4ad6d9b925d01e32f4c28c3a924
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:07:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15409fb5

virtual/dist-kernel: Bump to 6.1.42

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

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

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



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

2023-07-27 Thread Michał Górny
commit: 388c526f88ac42eca60fac5432b88b169a95ae0f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:07:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388c526f

sys-kernel/gentoo-kernel: Bump to 6.1.42

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-6.1.42.ebuild  | 146 +
 2 files changed, 148 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 29b0cbed8206..5120a0843b78 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -6,6 +6,8 @@ DIST genpatches-5.4-257.base.tar.xz 5959056 BLAKE2B 
c3c4f47328f4e3ade669e1cb4586
 DIST genpatches-5.4-257.extras.tar.xz 1812 BLAKE2B 
480e82ea79feb52785fc6643c883093f42240395a1d953cd1e5331c012cf64c6f4b292e878a938a9c5bb297e96ab9f80656839de6044c9f1e76c668c2c8e1ec9
 SHA512 
5322116802c6c0a44abc81911bb83fd7d4aa5b5f7fb4bb35ca78c47c6c0afb188e21a24cc5ac4e2810affa13689c902e97062d66a751630cf0722a2b28b1d83b
 DIST genpatches-6.1-47.base.tar.xz 2915344 BLAKE2B 
7fd49099198e9af926911b3a8831208d6c0ecb5047e8bc7563aceb23516328a1829c33b912f52d1175440770ed0394aa6bb3438ad92a9a81ed28ca6fdc6ee928
 SHA512 
5c0841c92d0f2bcbc81599568d882bef066f132b670334fe7728797b76665aaae170ee2acaf942228d5065fc95493fe33fb2ec2268f9d2bb54739b463b346b33
 DIST genpatches-6.1-47.extras.tar.xz 3812 BLAKE2B 
ea44d25a1637abff3a87ec17e397ef324aa08d7f62865924a61f55cf85df6a1ae5b8a56ac1f33a61955bb3ce71b28d628d34a600a1834583ab94d4111e9f4810
 SHA512 
9f8c831530609f2379685ec3bbe545f2bdca86f139233dceb0b10d7259b8b1207188a8f95237483b13f40c6639c6f060df4cbc67e09249c24424bc0bc83fe281
+DIST genpatches-6.1-48.base.tar.xz 2983620 BLAKE2B 
fd09d2c761c3652502d590ad189db668a27d48e2c0c336b1d2e96f9a90a3c365409d012319b6daff30e6039330b90746636e89d6e4f5bb302851b3ced0e57286
 SHA512 
5abc93002ba800f13d27ffa8bd9485cfb921cd8e43d4cc15325fa2b833eb334e062cbb9b751ff2fa285a7f61f0e0809366d58fcfb4fd4a71fc08f2e48669b5cc
+DIST genpatches-6.1-48.extras.tar.xz 3808 BLAKE2B 
5f31be220d97582f049f58f796f0d509c1d2c82ca41efbcb178a9f78db64e0de0d0297096a6109c4989777cddc0957fc8efa7caf333737157a4b6352aaff64bd
 SHA512 
d37be3695cd96f3226265c4f689aef9e98f0528d34b554e53e98fe9497e1b8a26ebe2661d8a04e9c84a615e1bb4966263358d759d228c950af3ce70bf6340e0c
 DIST genpatches-6.4-8.base.tar.xz 414164 BLAKE2B 
f62a27a2a4ed9a80d830f5118c492c95b1400a149b9594e68b47011359fb02f5ab0a5f467dab50f730d56ac21bff0dd4ebf09251588a7bb4dda15aedc95ec729
 SHA512 
6d747b1b06d9fad9d53a293586e3bef465ddfbf2886ab9edee32b81282d4c7b8cf27d4edf4f8be1ef668ce55888ae21214ddc6dad0c2732698d23a77dac993c0
 DIST genpatches-6.4-8.extras.tar.xz 3696 BLAKE2B 
e1d121a35ab69fac09e935317c18299817c65867fb7cf7a6810f560af913a254b411259a78b61c0a31518629ad33e13e53910fbd9701602c733016869106e088
 SHA512 
11240038d70202c53ee17763de3f60fcb5ae0dffc8cf005d324a7cd15a865313b9da2a3e74e184090b2d674ca1a1515a1db9f2efbff7a0f5361563fc7895e87a
 DIST genpatches-6.4-9.base.tar.xz 483840 BLAKE2B 
8f2796524871d00030c870fcb167f36bce2a990a248533b7bf481506f03937fc69ee34cc5e2b8e3fc994c8fb40c54f23ce14c922f99b46c63e9da7e449a6cbcc
 SHA512 
ea23db4aac99667ce2393d7f639043c6169f0f452aa882060d009ead9ffe9b763acd2a88495114b1a691dfa178f0a82fc0df8f89546e2bc292ca643f918691c0

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.42.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.42.ebuild
new file mode 100644
index ..7e128b87c8f2
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.42.ebuild
@@ -0,0 +1,146 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 6 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo
+CONFIG_VER=6.1.7-gentoo
+GENTOO_CONFIG_VER=g7
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   https://www.kernel.org/
+"
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   

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

2023-07-27 Thread Michał Górny
commit: c80c51e5068a18423f84e0a647577e6d7efda6dc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 12:06:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:00:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80c51e5

virtual/dist-kernel: Bump to 6.4.7

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

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

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



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

2023-07-27 Thread Sam James
commit: 050819c9fcccbc0cf3abf67bdfa0ec4ac5402c86
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 27 14:36:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 27 14:36:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050819c9

media-plugins/gst-plugins-webrtc: install libgstwebrtcnice too

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

 ...ugins-webrtc-1.22.3-r1.ebuild => gst-plugins-webrtc-1.22.3-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.22.3-r1.ebuild 
b/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.22.3-r2.ebuild
similarity index 95%
rename from media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.22.3-r1.ebuild
rename to media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.22.3-r2.ebuild
index a8319b878b53..263407f54211 100644
--- a/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.22.3-r1.ebuild
+++ b/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.22.3-r2.ebuild
@@ -45,6 +45,7 @@ multilib_src_install() {
# TODO: Fix this properly, see bug #907470 and bug #909079.
insinto /usr/$(get_libdir)
doins "${BUILD_DIR}"/ext/webrtc/libgstwebrtc.so
+   doins "${BUILD_DIR}"/gst-libs/gst/webrtc/nice/libgstwebrtcnice-1.0.so*
insinto /usr/include/gstreamer-1.0/gst/webrtc/nice
doins "${S}"/gst-libs/gst/webrtc/nice/*.h
gstreamer_multilib_src_install



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_h2/

2023-07-27 Thread Craig Andrews
commit: a67229c8d6bc1c312bd3171b001c352c16741239
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Jul 27 13:55:53 2023 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Jul 27 13:56:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67229c8

www-apache/mod_h2: drop 2.0.20

Signed-off-by: Craig Andrews  gentoo.org>

 www-apache/mod_h2/Manifest |  1 -
 www-apache/mod_h2/mod_h2-2.0.20.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest
index bc5f4c0c5103..5289ddb4bb10 100644
--- a/www-apache/mod_h2/Manifest
+++ b/www-apache/mod_h2/Manifest
@@ -1,2 +1 @@
-DIST mod_h2-2.0.20.tar.gz 798969 BLAKE2B 
b5e505af6c3f21ae0ede205582b0c25cbea7b9de4a605434c21f2b34263838355217bc7f5a3396ffaeacd52d4a640d8ed34a8b0a1d81e2d5ea5728df9693e970
 SHA512 
4622f915a540de7b430094221fd72a5b50509ff0cc07eba947bee716c4d7d35569e8b5e22656f60f8d4f5fc91845ca91c1dd9cfcf40b6948c4fd4ac0fdd68fb3
 DIST mod_h2-2.0.21.tar.gz 671561 BLAKE2B 
610e23167466b4c3a42efb08840ec1b24df20d511838764a194b45d315fed610555341e5cb17a0cfdacd8ec3cfb6deec5871a22a5ad108b10e04e05c52432fee
 SHA512 
2c3fdd8116c2154d42b990a2dcc681c764784c59576c43d0456b041fb4d4219f295015c63a37c7583c4cd5bc45709abc5b56d8bef6df5b7ba8178da65d8e90b0

diff --git a/www-apache/mod_h2/mod_h2-2.0.20.ebuild 
b/www-apache/mod_h2/mod_h2-2.0.20.ebuild
deleted file mode 100644
index 5ba43634b8e0..
--- a/www-apache/mod_h2/mod_h2-2.0.20.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit apache-module autotools
-
-MY_P="${PN/h2/http2}-${PV}"
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/icing/mod_h2.git;
-   inherit git-r3
-else
-   MY_PV="${PV/_rc/-rc}"
-   MY_P="${PN}-${MY_PV}"
-   S="${WORKDIR}/${MY_P}"
-   SRC_URI="https://github.com/icing/mod_h2/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="HTTP/2 module for Apache"
-HOMEPAGE="https://github.com/icing/mod_h2;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="ssl"
-
-RDEPEND=">=net-libs/nghttp2-1.0
-   >=www-servers/apache-2.4.48[-apache2_modules_http2,ssl?]"
-DEPEND="${RDEPEND}"
-
-need_apache2_4
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_compile() {
-   default
-}
-
-src_install() {
-   default
-
-   APACHE2_MOD_DEFINE="HTTP2"
-   insinto "${APACHE_MODULES_CONFDIR}"
-   newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
-}



  1   2   3   >