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

2024-06-26 Thread Sam James
commit: 77b6d9ca63726c76bd4b7279cd4da25aef63ecae
Author: Sv. Lockal  gmail  com>
AuthorDate: Mon Mar 18 19:27:44 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Wed Jun 26 09:19:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b6d9ca

sci-libs/hipFFT: add 6.1.1

Changes:
* Can be built with gcc; hipcc is not needed directly
* No patches needed
* Added myself to maintainers

Signed-off-by: Sv. Lockal  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 sci-libs/hipFFT/Manifest|  1 +
 sci-libs/hipFFT/hipFFT-6.1.1.ebuild | 36 
 sci-libs/hipFFT/metadata.xml|  6 +-
 3 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/sci-libs/hipFFT/Manifest b/sci-libs/hipFFT/Manifest
index df28313d1787..ace4000e72e3 100644
--- a/sci-libs/hipFFT/Manifest
+++ b/sci-libs/hipFFT/Manifest
@@ -1,2 +1,3 @@
 DIST hipFFT-rocm-5.1.3.tar.gz 89397 BLAKE2B 
3c29d5d660e9f3db8afd8c9e524296c29f50faf06a5d6a58ec628b5cc5ddb47ac2b99f137c7bc5090a311189b44014ea2f6f1f7547d22506f5ba18f837fbeb68
 SHA512 
8d7a90630cd8bfeade9cb026e45b6b6c1ab9c96dba424559a7ced8c881cd45c1cb06d3f7e82c8e6558e4ccb8bb41b6278842057a0cf0957b0644b1139f2c9706
 DIST hipFFT-rocm-5.7.1.tar.gz 102616 BLAKE2B 
ee8d6dcb7924c8989987b02533126c4e4419d8dc83067a816f2253efe4537e094f1665d95699d4bf27f30cd13f3fc5df7d3b0062c267ecbdcbb3aad961fab6f6
 SHA512 
4bfd812fa1e949574b4170833755a435f47e893f0615b65d8d273af6e8f89ea4d28632a208de20321e834c8bc237b11816e2af0363b60adca9af736b9bc87465
+DIST hipFFT-rocm-6.1.1.tar.gz 170796 BLAKE2B 
8c957db8e7e2548918539c94262d912c2f33b70d8482b727c78c13323bdb6822c3e95439854b8ab4fed970d21ed0c6fd2ab8c2805db59d3a3606d73e7eb47468
 SHA512 
531be32b12ed5f0f2352e3e0a893ca988a4c8492e66fc9347b6754ae4e769549d6f638a760de35cb15ef2d301ab4200a76c832d769ecb0cd55e9e42f839a1876

diff --git a/sci-libs/hipFFT/hipFFT-6.1.1.ebuild 
b/sci-libs/hipFFT/hipFFT-6.1.1.ebuild
new file mode 100644
index ..d9700529cd24
--- /dev/null
+++ b/sci-libs/hipFFT/hipFFT-6.1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ROCM_VERSION=${PV}
+
+inherit cmake rocm
+
+DESCRIPTION="CU / ROCM agnostic hip FFT implementation"
+HOMEPAGE="https://github.com/ROCm/hipFFT;
+SRC_URI="https://github.com/ROCm/hipFFT/archive/refs/tags/rocm-${PV}.tar.gz -> 
hipFFT-rocm-${PV}.tar.gz"
+S="${WORKDIR}/hipFFT-rocm-${PV}"
+
+REQUIRED_USE="${ROCM_REQUIRED_USE}"
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+
+RESTRICT="test"
+
+RDEPEND="dev-util/hip
+   sci-libs/rocFFT:${SLOT}[${ROCM_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DROCM_SYMLINK_LIBS=OFF
+   -DBUILD_CLIENTS_TESTS=OFF
+   -DBUILD_CLIENTS_RIDER=OFF
+   -DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=OFF
+   )
+
+   cmake_src_configure
+}

diff --git a/sci-libs/hipFFT/metadata.xml b/sci-libs/hipFFT/metadata.xml
index 54e78eb20141..1e3fd1c52d20 100644
--- a/sci-libs/hipFFT/metadata.xml
+++ b/sci-libs/hipFFT/metadata.xml
@@ -13,7 +13,11 @@
 xgreenlandfor...@gmail.com
 Yiyang Wu
   
+  
+lockals...@gmail.com
+Sv. Lockal
+  
   
-ROCmSoftwarePlatform/hipFFT
+ROCm/hipFFT
   
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/check-jsonschema/

2024-06-26 Thread Sam James
commit: d01709f3a9ac2649a5267fa06274b1535ef936eb
Author: Eli Schwartz  gmail  com>
AuthorDate: Wed Jun 26 03:30:05 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Wed Jun 26 09:03:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01709f3

app-misc/check-jsonschema: fix overdependency on tomli

Since version 0.19.2, it has supported using the stdlib tomllib when
available:

https://github.com/python-jsonschema/check-jsonschema/commit/615ff8a11cfb2e00a42ab7d13350ddf82d474841

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 ...eck-jsonschema-0.28.4.ebuild => check-jsonschema-0.28.4-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-misc/check-jsonschema/check-jsonschema-0.28.4.ebuild 
b/app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild
similarity index 95%
rename from app-misc/check-jsonschema/check-jsonschema-0.28.4.ebuild
rename to app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild
index 6a978782fceb..7bd7ebde5d74 100644
--- a/app-misc/check-jsonschema/check-jsonschema-0.28.4.ebuild
+++ b/app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild
@@ -24,7 +24,9 @@ RDEPEND="
dev-python/regress[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.10)
 "
 BDEPEND="
test? (



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

2024-06-26 Thread Sam James
commit: 40f5eee93d1523778270777a56f75f9cf8cdf41c
Author: Eli Schwartz  gmail  com>
AuthorDate: Wed Jun 26 01:46:53 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Wed Jun 26 09:03:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f5eee9

dev-python/flit: remove useless 4 year old dependencies

requests_download hasn't been used since a deprecated feature available
as a pip "extra" was removed:
https://github.com/pypa/flit/commit/b9a8ecd6037b3b98452c6fa90697612075c03ef4

Arguably before then it should have been an optfeature but at this point
it is pointless to discuss -- the feature got dropped in flit 3.0.0.

tomli has never been a dependency at all. The first version of flit that
moved from "toml" (an abandoned project) to tomli, only used tomli_w in
flit, and relied on flit_core to handle all use of "tomli" (and
flit-core correctly depends on the stdlib tomllib where reasonable).

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/flit/{flit-3.9.0.ebuild => flit-3.9.0-r1.ebuild} | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/flit/flit-3.9.0.ebuild 
b/dev-python/flit/flit-3.9.0-r1.ebuild
similarity index 94%
rename from dev-python/flit/flit-3.9.0.ebuild
rename to dev-python/flit/flit-3.9.0-r1.ebuild
index 249a8b03166e..572497166710 100644
--- a/dev-python/flit/flit-3.9.0.ebuild
+++ b/dev-python/flit/flit-3.9.0-r1.ebuild
@@ -18,8 +18,6 @@ RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
>=dev-python/flit-core-${PV}[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests_download[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
dev-python/tomli-w[${PYTHON_USEDEP}]
 "
 BDEPEND="${RDEPEND}



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

2024-06-26 Thread Sam James
commit: f7a7c27b26fe71f4d607f78ec540cf91f9ce926f
Author: Eli Schwartz  gmail  com>
AuthorDate: Wed Jun 26 03:09:45 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Wed Jun 26 09:03:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a7c27b

dev-util/pkgdev: add dependency on tomli for old impls

It is missing it in wheel metadata, and also in the ebuild metadata. It
is only necessary for versions of python that don't have it in the
stdlib, and all those are old versions, but that's no reason not to
depend correctly on it where needed.

The "doc" USE flag also depends on tomli and does so unconditionally. It
appears that it doesn't allow one to select specific USEDEPs, which is
interesting but ok.

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-util/pkgdev/{pkgdev-.ebuild => pkgdev-0.2.10-r1.ebuild} | 5 -
 dev-util/pkgdev/pkgdev-.ebuild  | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-util/pkgdev/pkgdev-.ebuild 
b/dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild
similarity index 94%
copy from dev-util/pkgdev/pkgdev-.ebuild
copy to dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild
index 207bcf10ce9c..1fc8f43e2948 100644
--- a/dev-util/pkgdev/pkgdev-.ebuild
+++ b/dev-util/pkgdev/pkgdev-0.2.10-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
 fi
 
 DESCRIPTION="Collection of tools for Gentoo development"
@@ -40,6 +40,9 @@ fi
 
 RDEPEND+="
dev-vcs/git
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.10)
 "
 BDEPEND="
>=dev-python/flit-core-3.8[${PYTHON_USEDEP}]

diff --git a/dev-util/pkgdev/pkgdev-.ebuild 
b/dev-util/pkgdev/pkgdev-.ebuild
index 207bcf10ce9c..a1858addd1ea 100644
--- a/dev-util/pkgdev/pkgdev-.ebuild
+++ b/dev-util/pkgdev/pkgdev-.ebuild
@@ -40,6 +40,9 @@ fi
 
 RDEPEND+="
dev-vcs/git
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.10)
 "
 BDEPEND="
>=dev-python/flit-core-3.8[${PYTHON_USEDEP}]



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

2024-06-26 Thread Sam James
commit: 970a8b9182b1bdf9f382cbffb714bd980da0b64e
Author: Eli Schwartz  gmail  com>
AuthorDate: Wed Jun 26 01:50:28 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Wed Jun 26 09:03:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970a8b91

dev-python/flit: drop 3.8.0

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/flit/Manifest  |  1 -
 dev-python/flit/flit-3.8.0.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/dev-python/flit/Manifest b/dev-python/flit/Manifest
index 60baf679be04..de0cf876779c 100644
--- a/dev-python/flit/Manifest
+++ b/dev-python/flit/Manifest
@@ -1,2 +1 @@
-DIST flit-3.8.0.tar.gz 139496 BLAKE2B 
85ee9fb13af35bf6716713bd7cf3f5893cd729826ad362aa5ec22077f9b4d16db4d785f183dee37c725b771188f31f2cf38c8e4aedc3af25a3efdc8ff1460bc6
 SHA512 
08170ee710857fcbfc1f72dbb94c535d70a2477c7598eacacc9a0e2f90f4fe11f4d910f1fcc11de210a6b50d89049e5835127090c6acabb00c69a821919e68cc
 DIST flit-3.9.0.tar.gz 141104 BLAKE2B 
4ca268c49a34817756dea5fe7d2bd2fa15fe8f4247bcdea50765d56c43fd9c89292f45ae2a68d6f210d994ed1bce159121aba02e769f22940c548baf3e212afe
 SHA512 
3cbca4530fe463e27fb43130e0d00681e63434bdd552bd61b4a2f3b7967729d9d9a49c69b1a2380ed99bcca1e66a38e592f41cbe38a471d3e7297ab00cdabc29

diff --git a/dev-python/flit/flit-3.8.0.ebuild 
b/dev-python/flit/flit-3.8.0.ebuild
deleted file mode 100644
index 96da544a396c..
--- a/dev-python/flit/flit-3.8.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Simplified packaging of Python modules"
-HOMEPAGE="https://github.com/pypa/flit https://flit.readthedocs.io/;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/flit-core-${PV}[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests_download[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
-   dev-python/tomli-w[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-   sys-apps/grep
-   test? (
-   dev-python/pip[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_DESELECT=(
-   # requires Internet
-   tests/test_config.py::test_invalid_classifier
-   # failing due to Gentoo pip patches
-   tests/test_install.py::InstallTests::test_install_data_dir
-   tests/test_install.py::InstallTests::test_install_module_pep621
-   tests/test_install.py::InstallTests::test_symlink_data_dir
-   tests/test_install.py::InstallTests::test_symlink_module_pep621
-)
-
-distutils_enable_tests pytest
-distutils_enable_sphinx doc \
-   dev-python/sphinxcontrib-github-alt \
-   dev-python/pygments-github-lexers \
-   dev-python/sphinx-rtd-theme
-
-src_prepare() {
-   # make sure system install is used
-   rm -r flit_core || die
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/check-jsonschema/

2024-06-26 Thread Sam James
commit: 4772c7fbbbd4e58992939b72ff73445d059c
Author: Eli Schwartz  gmail  com>
AuthorDate: Wed Jun 26 03:29:44 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Wed Jun 26 09:03:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4772c7fb

app-misc/check-jsonschema: drop old

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-misc/check-jsonschema/Manifest |  1 -
 .../check-jsonschema-0.21.0-r1.ebuild  | 51 --
 2 files changed, 52 deletions(-)

diff --git a/app-misc/check-jsonschema/Manifest 
b/app-misc/check-jsonschema/Manifest
index d5f1c7620cba..6da98dfb89f6 100644
--- a/app-misc/check-jsonschema/Manifest
+++ b/app-misc/check-jsonschema/Manifest
@@ -1,3 +1,2 @@
-DIST check-jsonschema-0.21.0.gh.tar.gz 214872 BLAKE2B 
0ee013e379523e5a957e745d550c2014872eab9fc3281aad575f92abfada30b7e0853177bd06147b69a81100bf6b987b485342a087830845c32648efc1c7a9a0
 SHA512 
dd839a9bb104e1fc68e4a7507077dc991dfc9e840f785c4b7024f2838488eb8b8c6a8f7718f0f821981f5b6b23b1d67745948f48db55a0c589395cf43bfdd2a7
 DIST check-jsonschema-0.23.3.gh.tar.gz 229537 BLAKE2B 
a8a40ddc383f38096693a2079b73a8a8fe2ceed5d1e118e539957c205c500807518c0380aa18cae2524efdeda33987f057350ba73b7a699240706ff4e276eafc
 SHA512 
14f9eb6b203e3aec6ca35f75304bd24fd5a09c2b89bcbbf69c22e0c0f44c587972015677498fef1a378683c77f94d9319450daccadddf5fecbe7c738dd16c726
 DIST check-jsonschema-0.28.4.gh.tar.gz 270302 BLAKE2B 
a5355ed124d6e3bd076403448c3d7fa7c62524c6da49eb5a61d226485639812bdea28b53c570b084e976749b92c1ee586b0285111a543b1a3e8a734ea8d6cc67
 SHA512 
f4c693ea0951c246814775f26d5c3e5de8020484a92ae15e2a13e284ccb2c58f2bdf7dbdb66612661304f5ff9e6ba88eb3f89e7f0ad23a3f6fc8fcc61372ceea

diff --git a/app-misc/check-jsonschema/check-jsonschema-0.21.0-r1.ebuild 
b/app-misc/check-jsonschema/check-jsonschema-0.21.0-r1.ebuild
deleted file mode 100644
index 76210a0e1221..
--- a/app-misc/check-jsonschema/check-jsonschema-0.21.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="A CLI and set of pre-commit hooks for jsonschema validation"
-HOMEPAGE="
-   https://pypi.org/project/check-jsonschema/
-   https://github.com/python-jsonschema/check-jsonschema
-"
-SRC_URI="https://github.com/python-jsonschema/${PN}/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/jsonschema[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/click[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   ${RDEPEND}
-   dev-python/responses[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=(
-   README.md
-   CONTRIBUTING.md
-   CHANGELOG.rst
-)
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/sphinx-issues \
-   dev-python/furo
-
-python_prepare_all() {
-   # relax deps in setup.cfg
-   sed -r -e 's:([a-zA-Z.-]+)([<>]|==|[<>]=)+.+:\1: ; 
/importlib-resources/ d' -i setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}



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

2024-06-26 Thread Sam James
commit: 1e91fddc4027880e60dc29faf64fa6b83a875fc7
Author: Eli Schwartz  gmail  com>
AuthorDate: Wed Jun 26 04:19:19 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Wed Jun 26 09:03:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e91fddc

dev-python/doc8: fix overdependency on tomli

Since 1.0.0, it has supported using the stdlib tomllib when available:

https://github.com/PyCQA/doc8/commit/a3638de1337484b26da99dc5ea4287341b9ad9f6

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/doc8/doc8-1.1.1-r1.ebuild | 35 +++
 1 file changed, 35 insertions(+)

diff --git a/dev-python/doc8/doc8-1.1.1-r1.ebuild 
b/dev-python/doc8/doc8-1.1.1-r1.ebuild
new file mode 100644
index ..5cab3caa8c81
--- /dev/null
+++ b/dev-python/doc8/doc8-1.1.1-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 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="Style checker for Sphinx (or other) RST documentation"
+HOMEPAGE="
+   https://pypi.org/project/doc8/
+   https://github.com/PyCQA/doc8/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   =dev-python/restructuredtext-lint-0.7[${PYTHON_USEDEP}]
+   dev-python/stevedore[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# setuptools_scm_git_archive is not actually needed here
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2024-06-26 Thread Sam James
commit: 9575f2cbee6d2200076feb48f12cf5f0ea8ba2b9
Author: Eli Schwartz  gmail  com>
AuthorDate: Wed Jun 26 01:54:01 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Wed Jun 26 09:03:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9575f2cb

dev-util/gcovr: fix mysterious overdependency in initial 7.2 addition

In commit 0971ed4265b98d738ce1f170e42f80e8de8a4764, gcovr 7.2 was added
to the tree. As part of this, it gained a new upstream dependency on
tomli. However, the initial addition upstream was well-behaved -- it
tried the stdlib tomllib first, and fell back to tomli, and listed its
runtime dependency as:
```
"tomli >= 1.1.0 ; python_version < '3.11'"
```

See: 
https://github.com/gcovr/gcovr/commit/3e5a922de91bb7e63c0801d055b6ba67a2a83bc6

Nonetheless when added to gentoo, it was added without a conditional
dep. Rectify this.

Fixes: 0971ed4265b98d738ce1f170e42f80e8de8a4764
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-util/gcovr/gcovr-7.2-r1.ebuild | 260 +
 1 file changed, 260 insertions(+)

diff --git a/dev-util/gcovr/gcovr-7.2-r1.ebuild 
b/dev-util/gcovr/gcovr-7.2-r1.ebuild
new file mode 100644
index ..1d820d592f3c
--- /dev/null
+++ b/dev-util/gcovr/gcovr-7.2-r1.ebuild
@@ -0,0 +1,260 @@
+# Copyright 1999-2024 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 toolchain-funcs distutils-r1
+
+DESCRIPTION="A Python script for summarizing gcov data"
+HOMEPAGE="https://github.com/gcovr/gcovr;
+SRC_URI="https://github.com/gcovr/gcovr/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+
+RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/colorlog[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/yaxmldiff[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PATH="${TEST_DIR}/scripts:${PATH}" \
+   PYTHONPATH="${TEST_DIR}/lib"
+
+   # these tests assume gcc-8, and fail with newer gcc versions
+   local -a test_build_deselect=(
+   "add_coverages-coveralls"
+   "add_coverages-html"
+   "add_coverages-html"
+   "bad++char-coveralls"
+   "bad++char-html"
+   "calls-html"
+   "cmake_oos-coveralls"
+   "cmake_oos-html"
+   "cmake_oos_ninja-coveralls"
+   "cmake_oos_ninja-html"
+   "coexisting_object_directories-from_build_dir-cobertura"
+   "coexisting_object_directories-from_build_dir-html"
+   
"coexisting_object_directories-from_build_dir-without_object_dir-cobertura"
+   
"coexisting_object_directories-from_build_dir-without_object_dir-html"
+   
"coexisting_object_directories-from_build_dir-without_object_dir-sonarqube"
+   
"coexisting_object_directories-from_build_dir-without_object_dir-txt"
+   
"coexisting_object_directories-from_build_dir-without_search_dir-cobertura"
+   
"coexisting_object_directories-from_build_dir-without_search_dir-html"
+   
"coexisting_object_directories-from_build_dir-without_search_dir-sonarqube"
+   
"coexisting_object_directories-from_build_dir-without_search_dir-txt"
+   "coexisting_object_directories-from_root_dir-cobertura"
+   "coexisting_object_directories-from_root_dir-html"
+   
"coexisting_object_directories-from_root_dir-without_object_dir-cobertura"
+   
"coexisting_object_directories-from_root_dir-without_object_dir-html"
+   
"coexisting_object_directories-from_root_dir-without_object_dir-sonarqube"
+   
"coexisting_object_directories-from_root_dir-without_object_dir-txt"
+   
"coexisting_object_directories-from_root_dir-without_search_dir-cobertura"
+   
"coexisting_object_directories-from_root_dir-without_search_dir-html"
+   
"coexisting_object_directories-from_root_dir-without_search_dir-sonarqube"
+   
"coexisting_object_directorie

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

2024-06-26 Thread Sam James
commit: 148a7c7043cb0459b3696bd2c02743f65eb84a5a
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 26 08:00:09 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Wed Jun 26 08:00:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148a7c70

dev-python/parse: Stabilize 1.20.2 ALLARCHES, #934943

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

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

diff --git a/dev-python/parse/parse-1.20.2.ebuild 
b/dev-python/parse/parse-1.20.2.ebuild
index 664ce6fee31c..3848625e961a 100644
--- a/dev-python/parse/parse-1.20.2.ebuild
+++ b/dev-python/parse/parse-1.20.2.ebuild
@@ -12,6 +12,6 @@ HOMEPAGE="https://github.com/r1chardj0n3s/parse/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 distutils_enable_tests pytest



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

2024-06-25 Thread Sam James
commit: abec97edbf630cc16c11fe15e23af6d17aaae243
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 23:15:32 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 23:15:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abec97ed

dev-python/pip: Keyword 24.1-r1 ppc64, #934778

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

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

diff --git a/dev-python/pip/pip-24.1-r1.ebuild 
b/dev-python/pip/pip-24.1-r1.ebuild
index bc64b4aa107e..439924ebd199 100644
--- a/dev-python/pip/pip-24.1-r1.ebuild
+++ b/dev-python/pip/pip-24.1-r1.ebuild
@@ -26,7 +26,7 @@ LICENSE="MIT"
 # bundled deps
 LICENSE+=" Apache-2.0 BSD BSD-2 ISC LGPL-2.1+ MPL-2.0 PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc"
 IUSE="test-rust"
 
 # see src/pip/_vendor/vendor.txt



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

2024-06-25 Thread Sam James
commit: 9618d4ff23947e3ea0ae21daf079f34834279ba0
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 23:15:28 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 23:15:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9618d4ff

net-libs/ngtcp2: Stabilize 1.5.0 arm64, #934642

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

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

diff --git a/net-libs/ngtcp2/ngtcp2-1.5.0.ebuild 
b/net-libs/ngtcp2/ngtcp2-1.5.0.ebuild
index da18d964561e..4f0b736118b9 100644
--- a/net-libs/ngtcp2/ngtcp2-1.5.0.ebuild
+++ b/net-libs/ngtcp2/ngtcp2-1.5.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/ngtcp2/ngtcp2/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Implementation of the IETF QUIC Protocol"



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

2024-06-25 Thread Sam James
commit: 78ca77fc913ac2044b7cfae154d5647e78a33972
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 23:15:31 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 23:15:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ca77fc

dev-libs/cxxopts: Stabilize 3.0.0-r1 arm64, #934642

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

 dev-libs/cxxopts/cxxopts-3.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/cxxopts/cxxopts-3.0.0-r1.ebuild 
b/dev-libs/cxxopts/cxxopts-3.0.0-r1.ebuild
index dfcdc30a3aac..2a0455eed800 100644
--- a/dev-libs/cxxopts/cxxopts-3.0.0-r1.ebuild
+++ b/dev-libs/cxxopts/cxxopts-3.0.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jarro2783/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="icu test"
 
 RESTRICT="!test? ( test )"



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

2024-06-25 Thread Sam James
commit: 58cc1168503b9a7dc9beff9550815f0da1fe3e7a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 23:15:34 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 23:15:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cc1168

dev-python/truststore: Keyword 0.9.1 ppc64, #934778

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

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

diff --git a/dev-python/truststore/truststore-0.9.1.ebuild 
b/dev-python/truststore/truststore-0.9.1.ebuild
index 08bf9344aee9..eb5ec242e731 100644
--- a/dev-python/truststore/truststore-0.9.1.ebuild
+++ b/dev-python/truststore/truststore-0.9.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc"
 # The vast majority of tests require Internet access.
 PROPERTIES="test_network"
 RESTRICT="test"



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

2024-06-25 Thread Sam James
commit: c3be182f5ace483814cff12294e2d839ac2cc0dd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 23:15:30 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 23:15:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3be182f

dev-libs/simdjson: Stabilize 3.9.1 arm64, #934642

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

 dev-libs/simdjson/simdjson-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/simdjson/simdjson-3.9.1.ebuild 
b/dev-libs/simdjson/simdjson-3.9.1.ebuild
index 03dcee295b1f..b2abf7610050 100644
--- a/dev-libs/simdjson/simdjson-3.9.1.ebuild
+++ b/dev-libs/simdjson/simdjson-3.9.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0 Boost-1.0 BSD MIT"
 SLOT="0/22"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="+all-impls test tools"
 
 BDEPEND="



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

2024-06-25 Thread Sam James
commit: 63496e6c136252a30c8be42800183a458c8de90e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 23:15:33 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 23:15:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63496e6c

dev-python/tenacity: Keyword 8.4.2 ppc64, #934778

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

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

diff --git a/dev-python/tenacity/tenacity-8.4.2.ebuild 
b/dev-python/tenacity/tenacity-8.4.2.ebuild
index d2558578d37c..9cd539371a91 100644
--- a/dev-python/tenacity/tenacity-8.4.2.ebuild
+++ b/dev-python/tenacity/tenacity-8.4.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
 
 BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]



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

2024-06-25 Thread Sam James
commit: 4ddb687385b173396fae3dfdb67e2967fcb0d445
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 23:15:25 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 23:15:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ddb6873

net-libs/nodejs: Stabilize 18.20.3 arm64, #934642

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

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

diff --git a/net-libs/nodejs/nodejs-18.20.3.ebuild 
b/net-libs/nodejs/nodejs-18.20.3.ebuild
index 4f03adc04f17..8031a6867147 100644
--- a/net-libs/nodejs/nodejs-18.20.3.ebuild
+++ b/net-libs/nodejs/nodejs-18.20.3.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == * ]]; then
 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"
+   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux 
~x64-macos"
S="${WORKDIR}/node-v${PV}"
 fi
 



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

2024-06-25 Thread Sam James
commit: 6ee0ab05d7d0d4ca8b18146127784cbd109a8303
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 23:15:26 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 23:15:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee0ab05

net-libs/nodejs: Stabilize 20.14.0 arm64, #934642

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

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

diff --git a/net-libs/nodejs/nodejs-20.14.0.ebuild 
b/net-libs/nodejs/nodejs-20.14.0.ebuild
index 1ce818bc4013..f998092f9b25 100644
--- a/net-libs/nodejs/nodejs-20.14.0.ebuild
+++ b/net-libs/nodejs/nodejs-20.14.0.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == * ]]; then
 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"
+   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux 
~x64-macos"
S="${WORKDIR}/node-v${PV}"
 fi
 



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

2024-06-25 Thread Sam James
commit: 270b2bf774001599bc5d33414e7bc8d1cdaf8b09
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 23:15:27 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 23:15:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270b2bf7

net-libs/nodejs: Stabilize 22.3.0 arm64, #934642

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

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

diff --git a/net-libs/nodejs/nodejs-22.3.0.ebuild 
b/net-libs/nodejs/nodejs-22.3.0.ebuild
index ee0eb0823bd1..6b211959f774 100644
--- a/net-libs/nodejs/nodejs-22.3.0.ebuild
+++ b/net-libs/nodejs/nodejs-22.3.0.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == * ]]; then
 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"
+   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux 
~x64-macos"
S="${WORKDIR}/node-v${PV}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xdg-desktop-portal-kde/

2024-06-25 Thread Sam James
commit: 1445f042343dca5e9cb3de29dceedeba39e818ff
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:28:47 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1445f042

kde-plasma/xdg-desktop-portal-kde: 6.1.1 version bump

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

 kde-plasma/xdg-desktop-portal-kde/Manifest |  1 +
 .../xdg-desktop-portal-kde-6.1.1.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest 
b/kde-plasma/xdg-desktop-portal-kde/Manifest
index a48f2f8a17a4..4ee2db71159c 100644
--- a/kde-plasma/xdg-desktop-portal-kde/Manifest
+++ b/kde-plasma/xdg-desktop-portal-kde/Manifest
@@ -1,2 +1,3 @@
 DIST xdg-desktop-portal-kde-5.27.11.tar.xz 143652 BLAKE2B 
e7086d30d677385a1d1a2bed22661b935b67ae3cd15102bf47f0b75ecc8e0d3189530e54913a11d0a9eb9db9427af18bd77bfc37d856a3e4bef46cc90bfd0bc1
 SHA512 
39e1c4cf284558e013c24523ef1993f48e237d13fc2fb3ccfbffcea1925f18bcd623229ef933aaf301c83f460ee849656ba3344ca74fd068e416ea2eb3467621
 DIST xdg-desktop-portal-kde-6.1.0.tar.xz 172152 BLAKE2B 
08a0b8f4bce18f23afaa0cb0ea8e8c3f4ab03b50044f4a6087cfe7531301702ec817fd732bca6ac86378a8483d5cd63bd03ecf5f792b3e3229cf718b38d7df0f
 SHA512 
da5a75a3a3cc006631e4964742511397536f35b81c0403b0c9c6c586ce187309ea1093a31062b36068c420fad65717f1604403f6bf28036cde4459ed855f2bf1
+DIST xdg-desktop-portal-kde-6.1.1.tar.xz 172160 BLAKE2B 
c390561ad71f9c294f8f16b0a5daeae274eb54438fc63370af064556ef97e10dffec54a1e0ae222600dbca0bfc7219e58a7e4fa3e1f3df8be2e696fdad9b08ed
 SHA512 
cac133777b5fbef74daaf28ea22b0150b0348678dbd6d6b7612acfbb63ba34d9518aa305922f80c2a0be40d28fc900df2c6c4abb9a60453817708d5378b0b57d

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.1.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.1.ebuild
new file mode 100644
index ..90c03ba37b2b
--- /dev/null
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.1.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Backend implementation for xdg-desktop-portal that is using 
Qt/KDE Frameworks"
+
+LICENSE="LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+# dev-qt/qtbase:= slot op: Uses Qt::GuiPrivate for qtx11extras_p.h
+# dev-qt/qtbase:=[cups]: includes specifically the cups private header
+# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
+COMMON_DEPEND="
+   >=dev-libs/wayland-1.15
+   >=dev-qt/qtbase-${QTMIN}:6=[cups,dbus,gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   || (
+   >=dev-qt/qtbase-${QTMIN}:6[libinput]
+   >=dev-qt/qtbase-${QTMIN}:6[X]
+   )
+   >=dev-qt/qtwayland-${QTMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6[dbus]
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kglobalaccel-${KFMIN}:6
+   >=kde-frameworks/kguiaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-plasma/kwayland-${PVCUT}:6
+   >=kde-plasma/plasma-workspace-${PVCUT}:6
+   x11-libs/libxkbcommon
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.13.0
+   >=dev-libs/wayland-protocols-1.25
+   >=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"
+RDEPEND="${COMMON_DEPEND}
+   kde-misc/kio-fuse:6
+   sys-apps/xdg-desktop-portal
+"
+BDEPEND="
+   >=dev-qt/qtwayland-${QTMIN}:6
+   virtual/pkgconfig
+"
+
+CMAKE_SKIP_TESTS=(
+   # bugs: 926483, wants dbus/X11
+   colorschemetest
+)



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/

2024-06-25 Thread Sam James
commit: 4bb15ec8903655113926f08c2819e4783cfd95b2
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 23 17:44:25 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:32:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb15ec8

kde-plasma/plasma-meta: allow xdg-desktop-portal-gnome with USE=-unsupported

USE=-unsupported (the default) banning coinstalls with 
sys-apps/xdg-desktop-portal-gnome
caused issues with users either migrating between KDE Plasma and GNOME or
wanting to have both installed, so it prompted me to look into it again.

xdg-desktop-portal-kde installs kde-portals.conf which is used and preferred
within the Plasma desktop, so we have no issue here. (Done in upstream
commit ae9b326e55ca4a25a762cf0bfe96f5e947765833).

The recommendation to not coinstall them was added upstream in April 2023
at 
https://community.kde.org/index.php?title=Distributions/Packaging_Recommendations=prev=96239,
while the aforementioned upstream commit is from May 2023.

Cloess: https://bugs.gentoo.org/934823
Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild
index c7d62908795b..f57d24bcf99e 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild
@@ -107,7 +107,6 @@ RDEPEND="
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
!unsupported? (
!gui-apps/qt6ct
-   !sys-apps/xdg-desktop-portal-gnome
)
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/

2024-06-25 Thread Sam James
commit: 1c83a085d4c37c247d844dfc0b0f9a76e642763b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 23 17:49:28 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:32:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c83a085

kde-plasma/plasma-meta: fix libc++ workaround advice

Rin Cat points out on the bug that it should be =2, not =1. Also, clarify
the need to rebuild packages afterwards.

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

 kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild
index f57d24bcf99e..13e81b8220c3 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild
@@ -127,7 +127,8 @@ pkg_postinst() {
ewarn ""
ewarn "A possible (no warranty!) workaround is building 
sys-libs/libcxx and"
ewarn "sys-libs/libcxxabi with the following in package.env:"
-   ewarn " 
MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=1\""
+   ewarn " 
MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\""
+   ewarn "You may then need to rebuild dev-qt/* and kde-*/*."
fi
 
if ! use qt5 && has_version dev-qt/qtgui; then



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/

2024-06-25 Thread Sam James
commit: dc9706356fabb47f0711ea7b68e50d4b259dc7be
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:28:38 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc970635

kde-plasma/wacomtablet: 6.1.1 version bump

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

 kde-plasma/wacomtablet/Manifest |  1 +
 kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index 409752201bdb..cbf62e02fff6 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,3 +1,4 @@
 DIST wacomtablet-3.2.0-patchset-1.tar.xz 7796 BLAKE2B 
4fa998a0f4376579d1e0d06a8aa9edababedca22d579dbdae651eee3699decc880a7a1d277f04c2bc24adba87908c07ab711989a5985b68af5b295d3b3260d33
 SHA512 
ff96f05831e4760ce99920061f0dc927aa6a2d5ef4b7443c3129bb1431262cb4bc1434097595976672393e3b611438014ccb528fc948e7c0407fc9a2d52ade8d
 DIST wacomtablet-3.2.0.tar.xz 728468 BLAKE2B 
f741c8989f94cdc5b4839df5d91a6728c48308880c489e031d4615a58e82a75dcd1cd04b941035c1aece3ed4f7889508629100852cbcaafc063d7e0f8d1e
 SHA512 
acbabd6d6546bc85f0ed4e245668dc89b1c2ecaedd3754bf7ad8027b90f3ae81e5312395376de272dcbd416a9a1115bff2481351bd3f418bef7fa06d0db0c5a6
 DIST wacomtablet-6.1.0.tar.xz 830556 BLAKE2B 
bb522d935529d3404a0cf7e14061940c96101b01510214dd6bb7b47df1bf330c97438a05f4e885f09d6db9557207e8bf4ae20b2dab22550a5ad5ef1b323e2f0a
 SHA512 
089bef42864294c5efdd5cc70cf2f8ebd9c1d77160f26efa57d49444fa0899a821e6f4f908ed91565928ea31bb70a0178c9f480a775c953555985dc570e9fd78
+DIST wacomtablet-6.1.1.tar.xz 829876 BLAKE2B 
f5aa4b624660a0a89673a34fb6183a5c633eec8e5b059de31e0a969986dd6fac22dfe68d1831e46d475dd2c4f8f3406f1e5d3fdb201c230aa2dd32e27e312407
 SHA512 
4f190069fc23b355f0a87e55df09d476611ea9c5f270860262eae5f7539569a944ed693b03dded5b8f7a2c4495e5a001459d3e4cebf06ddee9481cfd02162ba9

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild 
b/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild
new file mode 100644
index ..463273dd2458
--- /dev/null
+++ b/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Wacom system settings module that supports different button/pen 
layout profiles"
+HOMEPAGE="https://userbase.kde.org/Wacomtablet;
+
+LICENSE="GPL-2"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
+RDEPEND="
+   >=dev-libs/libwacom-0.30:=
+   >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/kglobalaccel-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-frameworks/kxmlgui-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   >=kde-plasma/plasma5support-${PVCUT}:6
+   >=x11-drivers/xf86-input-wacom-0.20.0
+   x11-libs/libXi
+   x11-libs/libxcb
+"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+   x11-libs/libX11
+"
+BDEPEND="sys-devel/gettext"
+
+src_test() {
+   # test needs DBus, bug 675548
+   local myctestargs=(
+   -E "(Test.KDED.DBusTabletService)"
+   )
+
+   ecm_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-06-25 Thread Sam James
commit: ce03c41fd339389a34e8fc7d006b6b7a806c2837
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:28:01 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce03c41f

kde-plasma/print-manager: 6.1.1 version bump

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

 kde-plasma/print-manager/Manifest  |  1 +
 .../print-manager/print-manager-6.1.1.ebuild   | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index f7bda3bbcfb3..c1e949c5112e 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,2 +1,3 @@
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
 DIST print-manager-6.1.0.tar.xz 367816 BLAKE2B 
7830991b6d286f900e1f752569dae8a9d52672cd4f5119a292c1f82f07801edbe36da5d27bc92156a907c0a8313c3d10b982e5f9832c2b25476e374dd5891cd9
 SHA512 
b029cd39513667918befa5d1d48e2b41cbe0c13b8194c0ebe7c7d85ee65637d02f25ad76ebf157ce7ccfdf0b7d8ef383ebd7d7325075de65e22f9808524ace1b
+DIST print-manager-6.1.1.tar.xz 370304 BLAKE2B 
ba363fe9c21d3ce6917c7ee13563f73e966e9db53e74d37608e47fb6f7d92a5029a413aa18f0c55259244e68c27a3d48201acbbf1a9caff7c9f8a627870d3f78
 SHA512 
59a8ecd8dd19c4a23bb59f2c6983aa2bdab1015f0a5301839623a1cf83bf08ffa3de9b9cbfe20668e293d860286d148b8454937349dd6c9d327188b2278a6696

diff --git a/kde-plasma/print-manager/print-manager-6.1.1.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.1.ebuild
new file mode 100644
index ..49159fc81861
--- /dev/null
+++ b/kde-plasma/print-manager/print-manager-6.1.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="+gtk"
+
+DEPEND="
+   >=dev-qt/qt5compat-${QTMIN}:6
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   >=net-print/cups-2.4
+"
+RDEPEND="${DEPEND}
+   !=kde-frameworks/kdeclarative-${KFMIN}:6
+   kde-plasma/kde-cli-tools:*
+   gtk? ( app-admin/system-config-printer )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
+   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
+   ewarn "an important, though optional, runtime dependency:"
+   ewarn
+   ewarn "app-admin/system-config-printer"
+   ewarn
+   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
+   ewarn "and will show the following error status during runtime:"
+   ewarn
+   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
+   ewarn "was not provided by any .service files'\""
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/qqc2-breeze-style/

2024-06-25 Thread Sam James
commit: 8caf5e64b7bb8510e6ef6385c6bb70852f55addf
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:28:10 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8caf5e64

kde-plasma/qqc2-breeze-style: 6.1.1 version bump

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

 kde-plasma/qqc2-breeze-style/Manifest  |  1 +
 .../qqc2-breeze-style-6.1.1.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/kde-plasma/qqc2-breeze-style/Manifest 
b/kde-plasma/qqc2-breeze-style/Manifest
index 3ad1f417a7c1..609324327da0 100644
--- a/kde-plasma/qqc2-breeze-style/Manifest
+++ b/kde-plasma/qqc2-breeze-style/Manifest
@@ -1 +1,2 @@
 DIST qqc2-breeze-style-6.1.0.tar.xz 66216 BLAKE2B 
1cf40998d926cd968a6cbc076cb8f7575c136d9b22d8fb56885cc6ce9d62d3695503c2e2f018927af5f82068d5d600480c1892af11e2593e2035986e039c182b
 SHA512 
d6c564bb488d97868d23a30dcf07e0531139223b41dde251c09d444247ddde0f772da66f76484baa88c26dc20bae0d5243dd4e4a17639bb0aae46d4c75895e1a
+DIST qqc2-breeze-style-6.1.1.tar.xz 65940 BLAKE2B 
7d582fef4500fd0208a53cf8204ade9a51ec440bd258adf2198b772abe2394e8efa749efc4b5cc0ffe425d4881ccdf124d2a55ef053e6f131fabe64452d31bb0
 SHA512 
7eb7f24c246db5afa91c4e1e3307ec1b86961d12f07a28e6227079ae893dc7e72c37212b3fe5b2dec19a324872d35f30a747a16515acddae5bfc895217cde6d5

diff --git a/kde-plasma/qqc2-breeze-style/qqc2-breeze-style-6.1.1.ebuild 
b/kde-plasma/qqc2-breeze-style/qqc2-breeze-style-6.1.1.ebuild
new file mode 100644
index ..81896d2bc7a1
--- /dev/null
+++ b/kde-plasma/qqc2-breeze-style/qqc2-breeze-style-6.1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="false"
+KFMIN=6.3.0
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Breeze inspired QQC2 Style"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ ) CC0-1.0"
+SLOT="6"
+KEYWORDS="~amd64"
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcolorscheme-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kguiaddons-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/kquickcharts-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/sddm-kcm/

2024-06-25 Thread Sam James
commit: 26c54cb26bd486cb5636d8491efd2d45fdaa6b84
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:28:19 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c54cb2

kde-plasma/sddm-kcm: 6.1.1 version bump

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

 kde-plasma/sddm-kcm/Manifest  |  1 +
 kde-plasma/sddm-kcm/sddm-kcm-6.1.1.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/kde-plasma/sddm-kcm/Manifest b/kde-plasma/sddm-kcm/Manifest
index d832e8056345..bda205d4495b 100644
--- a/kde-plasma/sddm-kcm/Manifest
+++ b/kde-plasma/sddm-kcm/Manifest
@@ -1,2 +1,3 @@
 DIST sddm-kcm-5.27.11.tar.xz 94340 BLAKE2B 
10592e30e288f85f565d1070542b19a2a03d58a7d0befc69807049ad4ccb8a1491b93e94bd50fcc0f59e0b483d41a7758ead475def217e57c3600298340b049e
 SHA512 
512eb0acfc0e3925d2c020103b94dc4ae7df4e82a4492e686f38e9ff6554e0f1ace42fa63bae3c4b8d8956a6413fc78cf65779ce3024213cfaaf5aa3fb2a74ff
 DIST sddm-kcm-6.1.0.tar.xz 98980 BLAKE2B 
d8d79c0bec6cc66847c9ed846f0f7f47f3f6e24aa88e5e280a73283de364c18738e4146dd42118811a123346c6f148086d7550c88f029367d41bcab8a3bbdbdb
 SHA512 
2b29217cf30d311050e097026b6b721ea1f12889e6757ae77eab8e8f512f8661653a4a24cc2e14446323bdbbe776d69471a707886e73b3b0f25675efbb401448
+DIST sddm-kcm-6.1.1.tar.xz 98832 BLAKE2B 
63beade6a972355b71605b9d3ba3a39ddb9b62bd8f6a591b09304113259848d4267ad3cb85b350ae2bdba82ebe37f1aa51228d21ca15d6dd294252f8c4943f8a
 SHA512 
c5871cec63a9a9e0d6566e3761ae75ed5ab596ec6641b9d2540bc299dbf3b0ccb0fcc07d1bfc3da7261433d493d709311617dfb1bdaec19220bdc484

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-6.1.1.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-6.1.1.ebuild
new file mode 100644
index ..9c323b5ca567
--- /dev/null
+++ b/kde-plasma/sddm-kcm/sddm-kcm-6.1.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for SDDM"
+HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm;
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+   >=kde-frameworks/karchive-${KFMIN}:6
+   >=kde-frameworks/kauth-${KFMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/knewstuff-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/kitemmodels-${KFMIN}:6
+   >=kde-plasma/kde-cli-tools-${PVCUT}:*
+   x11-misc/sddm
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+DOCS=( CONTRIBUTORS )



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/systemsettings/

2024-06-25 Thread Sam James
commit: 8bcd48095a6bcae014b1d5b4371ab5d73837c5e3
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:28:28 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bcd4809

kde-plasma/systemsettings: 6.1.1 version bump

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

 kde-plasma/systemsettings/Manifest |  1 +
 .../systemsettings/systemsettings-6.1.1.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/kde-plasma/systemsettings/Manifest 
b/kde-plasma/systemsettings/Manifest
index aab08f54ae04..679393a8817a 100644
--- a/kde-plasma/systemsettings/Manifest
+++ b/kde-plasma/systemsettings/Manifest
@@ -1,2 +1,3 @@
 DIST systemsettings-5.27.11.tar.xz 230736 BLAKE2B 
0645be30d2f673683b020d62ce2a8168d4c656fcc23a863a6ca15bacc57be85cc13ef11ff5006ae377526ec55251120ed110afcc502d737d372255fac824
 SHA512 
5e48b9f7099d2e6efb681094e24da50727bf8819e90bfbd55dbddb546449c1976f2e6763c13e00270f5bd845b3342764a745de40cf0d0278c7285bc1e6943991
 DIST systemsettings-6.1.0.tar.xz 214416 BLAKE2B 
4d4bf4a99524950d2521578545749d5f3733cf062f94259563b888164cc72263847a066f4d5d93f1e3ba676b980ec23d3d9c8ebaa44deee32f944ebd3fa71061
 SHA512 
41e2eb30f86392f2daeadfdc7ab75bd3c9291b183324742840f7eb50ca854730d4c242db3c53f2a68bff382a7e5ed98a514452341a3ece3a96567d886ce5bdd2
+DIST systemsettings-6.1.1.tar.xz 213516 BLAKE2B 
ea8813234daa9fc9bb92721b1af338f176cd02aad9eec5c6da93214025baf2afdff14237bf83a623d691ea9be78760976b84429963ff20ea61c4c68bc221f65d
 SHA512 
fb953b31bbe7f83e0d1110f43ce6df799c8dbe025cfabc28e8f7c31ee848f465eca0c13917143e41b4bf2ab9be7382bcd4869964dd9013a2a93c1a3df0af8b0a

diff --git a/kde-plasma/systemsettings/systemsettings-6.1.1.ebuild 
b/kde-plasma/systemsettings/systemsettings-6.1.1.ebuild
new file mode 100644
index ..2a4e58dc7eeb
--- /dev/null
+++ b/kde-plasma/systemsettings/systemsettings-6.1.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org optfeature
+
+DESCRIPTION="Control Center to configure KDE Plasma desktop"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+   >=kde-frameworks/kauth-${KFMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kcompletion-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kcrash-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/kguiaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/kitemmodels-${KFMIN}:6
+   >=kde-frameworks/kitemviews-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/krunner-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-frameworks/kxmlgui-${KFMIN}:6
+   >=kde-plasma/plasma-activities-${PVCUT}:6
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Configure looks for GTK+" kde-plasma/kde-gtk-config
+   fi
+   ecm_pkg_postinst
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/powerdevil/

2024-06-25 Thread Sam James
commit: e6021d46b70bd0329a0a39514880178eb3e47e9d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:27:51 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6021d46

kde-plasma/powerdevil: 6.1.1 version bump

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

 kde-plasma/powerdevil/Manifest|  1 +
 kde-plasma/powerdevil/powerdevil-6.1.1.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/kde-plasma/powerdevil/Manifest b/kde-plasma/powerdevil/Manifest
index 75bd7dfc46cc..3420c3a5bf9d 100644
--- a/kde-plasma/powerdevil/Manifest
+++ b/kde-plasma/powerdevil/Manifest
@@ -1,2 +1,3 @@
 DIST powerdevil-5.27.11.tar.xz 791244 BLAKE2B 
423bca5c6c1731f241e1db5aba3a75c7f5801fb99957fb6de6df682053ee5810aeec412a599b83862f4b27c7392cd8781f5b5e952a11bcdb2910a406bf9990c6
 SHA512 
7ea5640d42c3aa4bc21091a56452202f798ed3df3cfab6b0f38895cdd558fe877e463bf2c801914ded2511777b353d6e252f9dcee2856b1995b6f08c84cc3b84
 DIST powerdevil-6.1.0.tar.xz 961412 BLAKE2B 
c0b9809fc9c3cf53e127182a48df4e22a2cddb2005761758978477f134c3ddaee1d998295b06637d2188183a9ccde572d4883970b2f73c9ac132b5985525b419
 SHA512 
ead5e43969d7c04d01e5a5632cf2270a5da04c29108f3c104c32b83d7dc707513a8d9424a0a1a151c89e759f5cc769a52ec5be904f8c42d30f0dc7997660f0b4
+DIST powerdevil-6.1.1.tar.xz 963752 BLAKE2B 
7c9dfba8a3f391c80d8085bd2c41f690ab9c9932f395fe58921c9a48373d7724322cbd48322c5364912da000674e9382e8c5e4249c050c9627ccd8002a691843
 SHA512 
6baf1f04be016eff35760704ec9a34a397aba1af3663c883097c4e130e845c980f5c9e8712cf1e6a33da6531cc53dc3190e14c80f2eb66e1e9ab6adfea1a

diff --git a/kde-plasma/powerdevil/powerdevil-6.1.1.ebuild 
b/kde-plasma/powerdevil/powerdevil-6.1.1.ebuild
new file mode 100644
index ..f7e83a311375
--- /dev/null
+++ b/kde-plasma/powerdevil/powerdevil-6.1.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="forceoptional"
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Power management for KDE Plasma Shell"
+HOMEPAGE="https://invent.kde.org/plasma/powerdevil;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="brightness-control caps"
+
+RESTRICT="test" # bug 926513
+
+# slot op: Uses Qt::GuiPrivate for qtx11extras_p.h
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
+   >=kde-frameworks/kauth-${KFMIN}:6[policykit]
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kcrash-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/kglobalaccel-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kidletime-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/kitemmodels-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
+   >=kde-frameworks/kxmlgui-${KFMIN}:6
+   >=kde-frameworks/solid-${KFMIN}:6
+   >=kde-plasma/layer-shell-qt-${PVCUT}:6
+   >=kde-plasma/libkscreen-${PVCUT}:6
+   >=kde-plasma/plasma-activities-${PVCUT}:6
+   >=kde-plasma/plasma-workspace-${PVCUT}:6
+   virtual/libudev:=
+   x11-libs/libxcb
+   brightness-control? ( app-misc/ddcutil:= )
+   caps? ( sys-libs/libcap )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-plasma/kde-cli-tools-${PVCUT}:*
+   sys-power/power-profiles-daemon
+   >=sys-power/upower-0.9.23
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package brightness-control DDCUtil)
+   $(cmake_use_find_package caps Libcap)
+   )
+
+   ecm_src_configure
+}
+
+src_test() {
+   # bug 926513
+   ecm_src_test -j1
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-welcome/

2024-06-25 Thread Sam James
commit: c5f7c472bea95e5469c80f449f661b0aff288ea3
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:26:53 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f7c472

kde-plasma/plasma-welcome: 6.1.1 version bump

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

 kde-plasma/plasma-welcome/Manifest |  1 +
 .../plasma-welcome/plasma-welcome-6.1.1.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/kde-plasma/plasma-welcome/Manifest 
b/kde-plasma/plasma-welcome/Manifest
index 184b4689dc29..113fb3a411f9 100644
--- a/kde-plasma/plasma-welcome/Manifest
+++ b/kde-plasma/plasma-welcome/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-welcome-5.27.11.tar.xz 839880 BLAKE2B 
68d9192fa244c51aa50ca9746221444d879e0e031ca0fdbafdd641786ae3528fd7bde0ea2c76fabc7aed617248184a88e5c6658e85654fe162cf34bb47bd4a84
 SHA512 
b6e263d6fae310500743bb2ab6407ad5162b36aa91be9c932cd45ed56a2087ce47bde0be1a15be05397ccda9399f7b168266b6b10550ab3f337330af5b246aeb
 DIST plasma-welcome-6.1.0.tar.xz 660572 BLAKE2B 
b1c743d33620bde1d2985a2e21175430d701950a4446a0e3063e7aefc3281da6740a1a06aff76966cead37a67731eff9fbefadd06ea33daebcd49b3e3e1c934e
 SHA512 
8617fd4a55af4d7c2893236b12b0182a60e07a05bf32561d517e6805ac0df5f90bc957f52f34fc95fd34f27f8e143b4731e576188ad3b8fd3c9c91b323b908f9
+DIST plasma-welcome-6.1.1.tar.xz 663632 BLAKE2B 
3909a96d8c8650ad2c836f71377b1374890f6289bdb341294aaea3fac17826e9a5b092f54b07866939b4d977ac19128029d4d7314ab098137148decf49b5edd2
 SHA512 
9cdeb83eb804124d31440af7b3bb46bd386022ad8e50c862895075728db5065746874765c8cac431a8f51e0744a6272b479dd0c3848a4207b86bfee373eea471

diff --git a/kde-plasma/plasma-welcome/plasma-welcome-6.1.1.ebuild 
b/kde-plasma/plasma-welcome/plasma-welcome-6.1.1.ebuild
new file mode 100644
index ..7667aea63acc
--- /dev/null
+++ b/kde-plasma/plasma-welcome/plasma-welcome-6.1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Friendly onboarding wizard for Plasma"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+   >=dev-qt/qtsvg-${QTMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/kjobwidgets-${KFMIN}:6
+   >=kde-frameworks/knewstuff-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/ksvg-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/

2024-06-25 Thread Sam James
commit: a2b7a92d832fa6a6400959bf606be0267e7e53cd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:27:32 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b7a92d

kde-plasma/plymouth-kcm: 6.1.1 version bump

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

 kde-plasma/plymouth-kcm/Manifest  |  1 +
 kde-plasma/plymouth-kcm/plymouth-kcm-6.1.1.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index ca1040d298a8..f89bdf245c14 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,2 +1,3 @@
 DIST plymouth-kcm-5.27.11.tar.xz 45828 BLAKE2B 
28c06e6f1cd8cbd1d82786b00c28f652dc7ac123677ba0e00d2df494fa4ddd57883842051e984b144d6b6a8f87ba3d05d3a07fb9e8eb250013ca7044c232f0e7
 SHA512 
3b7174d52141db79330cb56ee3426dfc44f5d5edb5ebce5354fca098dd741c2414a0faaf5bc8a10a4c1ca21a72141a0c5f36558ede681400537d0686f4a2b0b5
 DIST plymouth-kcm-6.1.0.tar.xz 46652 BLAKE2B 
cce1003cd85814f7719a2d23bc4256fcabe05dcb59dd3d903187a3bcac94b3bd59cf2fcbaec14f6f5726b1a0d81fd943e60635f6f568948953fff656d65d63d4
 SHA512 
d859c45d687a8a29de4d454ee1371e872b68aabfed36f7ffdce1eb999a5a76d44fc2308d89ca941851f3dfdbd889fdc006c37068647612187cabc1bc1da9c7e5
+DIST plymouth-kcm-6.1.1.tar.xz 46568 BLAKE2B 
fc450cdb781a5e1844adcf9d24a76352133b280c634df7bdde273a5b38c8d359224f97004da898abb0b0f1b4dc05daf375ca1600248a1310baae8ffc28f19bdc
 SHA512 
6cd4959a453ba7b5ded1dd2f5206f9b4190746c929e45edd9724395480fa1d13a5a18aef1793c24df9750d9a833e5a723a1b0b4759300c14976b55ff9eb638e3

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.1.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.1.ebuild
new file mode 100644
index ..524e554e38d3
--- /dev/null
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma control module for Plymouth"
+HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm;
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/karchive-${KFMIN}:6
+   >=kde-frameworks/kauth-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/knewstuff-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   sys-boot/plymouth
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-plasma/kde-cli-tools-${PVCUT}:*
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/polkit-kde-agent/

2024-06-25 Thread Sam James
commit: 51be90a5b50367b92b802db933bd9369a9f482d5
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:27:41 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51be90a5

kde-plasma/polkit-kde-agent: 6.1.1 version bump

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

 kde-plasma/polkit-kde-agent/Manifest   |  1 +
 .../polkit-kde-agent/polkit-kde-agent-6.1.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/kde-plasma/polkit-kde-agent/Manifest 
b/kde-plasma/polkit-kde-agent/Manifest
index d08f3c3e9d66..68e001754c56 100644
--- a/kde-plasma/polkit-kde-agent/Manifest
+++ b/kde-plasma/polkit-kde-agent/Manifest
@@ -1,2 +1,3 @@
 DIST polkit-kde-agent-1-5.27.11.tar.xz 53144 BLAKE2B 
bfffb3ed163b0d1581a23f663120c367d32afaefe843f19b5e5b0b099fd3f7f6b0f396a8543797e6dc9771acb137125f0a7a2ebd2520edc15acec560ef532987
 SHA512 
c5687704986bca51fde5d0b8d054ee6bdd957d0742c0e6a6f33100c77874ea75b7cb973393d4c7711964e390aa31fe30128d157a757ae13fc0c4d2eae1fc7bed
 DIST polkit-kde-agent-1-6.1.0.tar.xz 56852 BLAKE2B 
0516317cdcc492e1a444b1b4ba129bf64ce144147226ff8780cabae75db6d6b463fb1508eaf5fe741e1ec7510ef7bfb1f793c5349983becc05b0b04984d17a77
 SHA512 
0ceb6022140a8daa2209b39a3d8e578ace6da11775fd4be88771f34a3eab95da936ee1303f2b8794681ea4ed2eb8bd7e56e2786f2ea20cb2cc834bcf9ac41c35
+DIST polkit-kde-agent-1-6.1.1.tar.xz 56752 BLAKE2B 
74e2accc846149270bd21644c0a89746cb29d8add8c563fc07b8eaa3c01c2505a6cfccb7c293e87a566a514a08bcd37c22c8a252a23c41cac16775fee9842402
 SHA512 
c2d3b707b349c5da096aa207009e20e63897a5e0c6c094a5d0aafb3fa9487e153d995832460a0a4731b6cbcf0a2dd2e0dee599e3621a0cec6e4336306cc9e971

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.1.1.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.1.1.ebuild
new file mode 100644
index ..7a1411ffaccb
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.1.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="${PN}-1"
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="PolKit agent module for KDE Plasma"
+HOMEPAGE="https://kde.org/;
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kcrash-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
+   >=sys-auth/polkit-qt-0.175[qt6]
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qt5compat-${QTMIN}:6[qml]
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/

2024-06-25 Thread Sam James
commit: 5dba4c4bfc9f7ef3e0e987964703be7fc76318cd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:27:04 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dba4c4b

kde-plasma/plasma-workspace: 6.1.1 version bump

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

 kde-plasma/plasma-workspace/Manifest   |   1 +
 .../plasma-workspace/plasma-workspace-6.1.1.ebuild | 230 +
 2 files changed, 231 insertions(+)

diff --git a/kde-plasma/plasma-workspace/Manifest 
b/kde-plasma/plasma-workspace/Manifest
index 04454d59f378..ef3696b6b14f 100644
--- a/kde-plasma/plasma-workspace/Manifest
+++ b/kde-plasma/plasma-workspace/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-workspace-5.27.11.1.tar.xz 19490624 BLAKE2B 
eef62c13407073aea855878b0e8a109b2ea4532e9bffe97903e7163747b56ac01d881d9649c6a4d220a569e6fcaa9e7fb34996c8bb9a3f0abd5f6fa2e73abc47
 SHA512 
72bb17ba874be28ed15eb8536caa00cf0fbad76728107ea8baa6216c5655a595d1364ec146f4c33b876c239c249bada9f75e3b0604d29de5f06bd327d006
 DIST plasma-workspace-6.1.0.tar.xz 19257156 BLAKE2B 
ebef73e1edb089037fb4f13e3a86197d7951c35c65b93130119ec62dd40414d2fcbb88d74c6ee288438df085e3c8530b17b1203ca144d7488a5805e075d27068
 SHA512 
bd87e7e4a33c0f9867c18d385b901e725a7762aa1ee04a27f6d0bd65680b7c739905e98b831841ff1d6a901e44ba150815052c9650916356127e208eab70005f
+DIST plasma-workspace-6.1.1.tar.xz 19293784 BLAKE2B 
961a3a2fb842d1152d1a74f7056e73c88c3c6abf83e78977fc688448defa7f682a2ebf5d468ab35ad9488c7559a5804fb7c7d1a754e52f14606b8f0fca379b21
 SHA512 
41b07a182effd4c74e88890fbc48fa149149ecb8e8f84f5e636003ed40dd9f163b321d874c006ab0daca5d97351761e77d641c64a005d0fdecc6a3a21c21f89a

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-6.1.1.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-6.1.1.ebuild
new file mode 100644
index ..e8ead4e45b05
--- /dev/null
+++ b/kde-plasma/plasma-workspace/plasma-workspace-6.1.1.ebuild
@@ -0,0 +1,230 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="forceoptional"
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma workspace"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="appstream +calendar +fontconfig geolocation gps +policykit
+screencast +semantic-desktop systemd telemetry +wallpaper-metadata"
+
+REQUIRED_USE="gps? ( geolocation )"
+RESTRICT="test"
+
+# kde-frameworks/kwindowsystem[X]: Uses KX11Extras
+# slot op: Uses Qt::GuiPrivate for qtx11extras_p.h
+# slot op: various private QtWaylandClient headers
+COMMON_DEPEND="
+   dev-libs/icu:=
+   >=dev-libs/wayland-1.15
+   >=dev-qt/qt5compat-${QTMIN}:6[qml]
+   >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,libinput,network,sql,widgets,xml]
+   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+   >=dev-qt/qtshadertools-${QTMIN}:6
+   >=dev-qt/qtsvg-${QTMIN}:6
+   >=dev-qt/qtwayland-${QTMIN}:6=
+   >=kde-frameworks/karchive-${KFMIN}:6
+   >=kde-frameworks/kauth-${KFMIN}:6
+   >=kde-frameworks/kbookmarks-${KFMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kcompletion-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kcrash-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/kdeclarative-${KFMIN}:6
+   >=kde-frameworks/kded-${KFMIN}:6
+   >=kde-frameworks/kglobalaccel-${KFMIN}:6
+   >=kde-frameworks/kguiaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kidletime-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kitemmodels-${KFMIN}:6
+   >=kde-frameworks/kitemviews-${KFMIN}:6
+   >=kde-frameworks/kjobwidgets-${KFMIN}:6
+   >=kde-frameworks/knewstuff-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/knotifyconfig-${KFMIN}:6
+   >=kde-frameworks/kpackage-${KFMIN}:6
+   >=kde-frameworks/kparts-${KFMIN}:6
+   >=kde-frameworks/krunner-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+   >=kde-frameworks/ksvg-${KFMIN}:6
+   >=kde-frameworks/ktexteditor-${KFMIN}:6
+   >=kde-frameworks/ktextwidgets-${KFMIN}:6
+   >=kde-frameworks/kunitconversion-${KFMIN}:6
+   >=kde-frameworks/kwallet-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma5support/

2024-06-25 Thread Sam James
commit: 7a966950ce0da051c2df56323b00450c2c062ad3
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:27:23 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a966950

kde-plasma/plasma5support: 6.1.1 version bump

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

 kde-plasma/plasma5support/Manifest |  1 +
 .../plasma5support/plasma5support-6.1.1.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/kde-plasma/plasma5support/Manifest 
b/kde-plasma/plasma5support/Manifest
index da5aaf7f8c95..9095a0c6e259 100644
--- a/kde-plasma/plasma5support/Manifest
+++ b/kde-plasma/plasma5support/Manifest
@@ -1 +1,2 @@
 DIST plasma5support-6.1.0.tar.xz 87248 BLAKE2B 
40d092b0614db88e935621c37df2e3b8e51f2be9409c80792fda155d3307efd9ca53f205c72b848ec90d0278a5dd7c40bc85c6fe7148729ebd55d16062683018
 SHA512 
cbe294121c17337bdb471090d455b640b6e81e6e03622eeb27d71a2b32e31f3e808f68d389db34987abaca2b818bafcb8d1e9fabf856200ecbdc7d7a6b7a7fbc
+DIST plasma5support-6.1.1.tar.xz 87644 BLAKE2B 
c209e01f1f719fdce9c49803524c75859071074f4b64bcb3f1f3d0a3166a5220e56d2a9886e29d17177f97d5bd413843a8785a0701f75832d0c0de2c123ea4b6
 SHA512 
9bba254985f37f2db7c09d36402709e41483adbc08d752e3d16f6556014db2a5c02387d4b0143244ba236d9d901e3a1d7dbf5831ab61e176f5ef462692004851

diff --git a/kde-plasma/plasma5support/plasma5support-6.1.1.ebuild 
b/kde-plasma/plasma5support/plasma5support-6.1.1.ebuild
new file mode 100644
index ..481d7431c002
--- /dev/null
+++ b/kde-plasma/plasma5support/plasma5support-6.1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="test" # bug 926347
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kguiaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/solid-${KFMIN}:6
+   >=kde-plasma/libksysguard-${PVCUT}:6
+"
+RDEPEND="${DEPEND}
+   !kde-plasma/plasma-workspace:5
+   !

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace-wallpapers/

2024-06-25 Thread Sam James
commit: 5ae931cba32fe11f5d7d6aeef6d6aceea1db00c3
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:27:13 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae931cb

kde-plasma/plasma-workspace-wallpapers: 6.1.1 version bump

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

 kde-plasma/plasma-workspace-wallpapers/Manifest  |  1 +
 .../plasma-workspace-wallpapers-6.1.1.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/kde-plasma/plasma-workspace-wallpapers/Manifest 
b/kde-plasma/plasma-workspace-wallpapers/Manifest
index 2cb0ac5e882c..30be5d8f3832 100644
--- a/kde-plasma/plasma-workspace-wallpapers/Manifest
+++ b/kde-plasma/plasma-workspace-wallpapers/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-workspace-wallpapers-5.27.11.tar.xz 94029756 BLAKE2B 
570645ce99c8f9992a328d8e61a25f36aa43f8fc7c4742b31869b2df6b234f39e991755867b873158db7ba74accaef5bd627a355cf0cb5b183ce4f5236d0b074
 SHA512 
796f5c652d449fc5d02a3702cf3037126d26cb1d46f5d698e154a80585931c0a4f6a658ad58ebb611be29bbff8a27a71091fd988a9533e0bcf86d4d597658b2c
 DIST plasma-workspace-wallpapers-6.1.0.tar.xz 100300420 BLAKE2B 
4cf20b6271ad86fe60a0b04e7606156d74492fb05d4ad2c5d07df9a8b0825ac8b470206b8a9811882d297102bab17bb2b94bd0f47af2c7b146d9c8d434f02044
 SHA512 
c66c996d99e95959659bf1e612ccfa2d2097cc0aabc4c90ce2b657b55c4c775dfe4d14770718ff9fc85debcab1550358d250b11f269f5432dd5e1f4f786699c6
+DIST plasma-workspace-wallpapers-6.1.1.tar.xz 100299416 BLAKE2B 
1952c577a53dce15e9860e23bfe659c3b65f999af72cbdbed8b09ddfdceb905993ed4dd8b148b06d9ad86f12a4bc7272b49ea486faa323a4d378eb5f432f0756
 SHA512 
028505de727793849e9e30ebe09b970941dc7211575e7b6460318c3b3cc65be21646a9d2b3ff025084ea701e361d8faec13c3cbbccbe9d89bada4367066e9680

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.1.1.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.1.1.ebuild
new file mode 100644
index ..e3bee47bb776
--- /dev/null
+++ 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-6.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit cmake plasma.kde.org
+
+DESCRIPTION="Wallpapers for the Plasma workspace"
+
+LICENSE="GPL-2"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+BDEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6
+   kde-frameworks/extra-cmake-modules:0
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/

2024-06-25 Thread Sam James
commit: 5bc0b3dcab4d5b81015093d6d4906c229171ba43
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:26:15 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc0b3dc

kde-plasma/plasma-sdk: 6.1.1 version bump

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

 kde-plasma/plasma-sdk/Manifest|  1 +
 kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest
index fcaf751cf0d5..e390f020c6a6 100644
--- a/kde-plasma/plasma-sdk/Manifest
+++ b/kde-plasma/plasma-sdk/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-sdk-5.27.11.1.tar.xz 322312 BLAKE2B 
36f63e5dd301b93a6c36e87d8fc8b48f9c1819d7d74ce5da1b69ea7f450af0fbb36c7f4155b3c6c6b8e4b0ac9484fda5288feb1a4d643ae0753d4f4a4a957c48
 SHA512 
000f69a9197c978bc105a11d1b9f127c3e8f788686ad9654fdb595ed4a4e6cd156cc01654b804d5e2d719e386939a1ed27ae96c35e1612f0ac0db72fdd267d97
 DIST plasma-sdk-6.1.0.tar.xz 328404 BLAKE2B 
642028bb611ee9650366ab3836070dd8d95364e05263d0976ffee47a4e900763736633e4145b23c91eca86282414347c58cba83cf42aace18a4fd55f843b826d
 SHA512 
bc950a82cfd3605a3e0e9f7769f707cc2cd10fc763c800e022100ad5999cf34fa12ba5b4fb3ff127235705de11999aa72464bc17a3606c46cb65428c2fb7349c
+DIST plasma-sdk-6.1.1.tar.xz 327316 BLAKE2B 
b48c069bb34c4579c3918c88bc0c0c77cacf307d51b7196fd6111b8177158e79bd006497116d5524e41c1c67497586de5a64eb49bfc8c5a78e089e4e1acbd4a5
 SHA512 
fc22eac288819ae1195923175f32a03d0e32a04ce6da98a52e4375c3d3e3c6b93f577ef1ff160d73ad0788b471f154ea7a5111c4dea96eff65075ebd5a08b871

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild
new file mode 100644
index ..402387af6feb
--- /dev/null
+++ b/kde-plasma/plasma-sdk/plasma-sdk-6.1.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Useful applications for Plasma development"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/karchive-${KFMIN}:6
+   >=kde-frameworks/kcompletion-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kitemmodels-${KFMIN}:6
+   >=kde-frameworks/kpackage-${KFMIN}:6
+   >=kde-frameworks/ksvg-${KFMIN}:6
+   >=kde-frameworks/ktexteditor-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   >=kde-plasma/plasma5support-${PVCUT}:6
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qt5compat-${QTMIN}:6[qml]
+   >=kde-frameworks/kirigami-${KFMIN}:6
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/

2024-06-25 Thread Sam James
commit: 656fb825bedbb138ab9067524cc29c121952dd78
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:26:05 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=656fb825

kde-plasma/plasma-pa: 6.1.1 version bump

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

 kde-plasma/plasma-pa/Manifest   |  1 +
 kde-plasma/plasma-pa/plasma-pa-6.1.1.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index 7fdb7f80d99b..ce29057e2a5a 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-pa-5.27.11.tar.xz 164028 BLAKE2B 
b657d0d82f4c0faa2e08d054c3f9e4f7fc439dbf5a2c3d6671b06b91d21f22da44ad3b0b6c848f6be63709cd6b7666bcef4f1992228c24574ade99c79824d6de
 SHA512 
660e5e32476e8426dced4cf2fc1b198145f1e25237a1da392bbe9c889ffad92bc2a94dbf0daf13e03737f0fa5913e50bff264637178105815b4f32336b611857
 DIST plasma-pa-6.1.0.tar.xz 163128 BLAKE2B 
4b4b2483d0fbbbf49644ac0016e713be1ff371d3b52b6fb9f7739603d1769a06abcb9d6d2a1b3c306360a6ce2efd8b86cf05fbd827b324316fb4b9b30ead1f0f
 SHA512 
65b2c413371c72697134b4a6bdb99ee72878abfa21d998e657e463f73ce5e9f3d295b6235454b4415fc6470c79badcda2dc597ce190637eec16d84c2c506a2d7
+DIST plasma-pa-6.1.1.tar.xz 162716 BLAKE2B 
f1ccbf1e96ed61ded06adefbfdced57490c2bdb59e23c4cbf74fe27509322661a774ced31f9913698da32f2ec8511eb34df42cd3639883af581804284d3479d7
 SHA512 
47dea2a107c36ae01b281fb87b5b068fd12c23b8a34cab1030c6dd54dba808fdce697fa111583e938c0dda69386cf9bbd21aded0b2ce3e46ba05909dfcda3f89

diff --git a/kde-plasma/plasma-pa/plasma-pa-6.1.1.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-6.1.1.ebuild
new file mode 100644
index ..311c3b65cda1
--- /dev/null
+++ b/kde-plasma/plasma-pa/plasma-pa-6.1.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="test" # missing selenium-webdriver-at-spi
+
+DEPEND="
+   dev-libs/glib:2
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/kdeclarative-${KFMIN}:6
+   >=kde-frameworks/kglobalaccel-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+   >=kde-frameworks/ksvg-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   media-libs/libcanberra
+   media-libs/libpulse
+   >=media-libs/pulseaudio-qt-1.5.0:=
+"
+RDEPEND="${DEPEND}
+   dev-libs/kirigami-addons:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/kitemmodels-${KFMIN}:6
+   x11-themes/sound-theme-freedesktop
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-systemmonitor/

2024-06-25 Thread Sam James
commit: 7c728fce7a5e38dadc4a0cfc52fd24e6c8f2e377
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:26:24 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c728fce

kde-plasma/plasma-systemmonitor: 6.1.1 version bump

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

 kde-plasma/plasma-systemmonitor/Manifest   |  1 +
 .../plasma-systemmonitor-6.1.1.ebuild  | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/kde-plasma/plasma-systemmonitor/Manifest 
b/kde-plasma/plasma-systemmonitor/Manifest
index a6194e804588..1c39d8e6ec2c 100644
--- a/kde-plasma/plasma-systemmonitor/Manifest
+++ b/kde-plasma/plasma-systemmonitor/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-systemmonitor-5.27.11.tar.xz 173356 BLAKE2B 
358a4f021813564c608d12c9483c076c746a201b2072bab3cb48625bc62a9666b4afd10267839a9836b4544b2cc0a2f88f53052a615606fe89db08f4f5100f2b
 SHA512 
bbd7036d2666b39910f5e1d87e336f3531c55bbc35b29510be33619aa1afdfca26f4c437cdc68758c28ef3afe35ec0e618135c6cba68d967abcb0c03e045d06c
 DIST plasma-systemmonitor-6.1.0.tar.xz 188512 BLAKE2B 
511dbecfdea506da9628b7c119ceb5845a547b1ca994d5db5cd2b115f18adf968525e6d3bf79a925a5727e5706121622bcd5b53cb890ebc3ab558ab5caf55d1a
 SHA512 
97d0f6fdc432d8a7f35150e056c666f9914eed64fca6ae9821983babd0b36d8ba5cdb7afbd4db61538b3cedb8fbc18d475873e7a8f4ecc250f8ce0449dfd8a15
+DIST plasma-systemmonitor-6.1.1.tar.xz 188044 BLAKE2B 
72e788c7a10b65db9db77e55f46e03a7535f2889d4385072ca12b755fdb2bd2eb91285b3a5e6c1e939173c35ae4fb5428b3938c1fbc95f7a1e3b84d89482dad7
 SHA512 
b6123dec352214b81fe30df0f3ed5df98d273ed18e42be802c97d1269790aa0dc8959c01dc3b8d4e0bb2e2d7824149a1a6555dd934dcb90a2927e0f22e798ee6

diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.1.1.ebuild 
b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.1.1.ebuild
new file mode 100644
index ..8380a946d010
--- /dev/null
+++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.1.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-3)
+KFMIN=6.3.0
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Monitor system sensors, process information and other system 
resources"
+HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/;
+
+LICENSE="|| ( GPL-3 GPL-2 )"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   >=dev-libs/kirigami-addons-1.1.0:6
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/kglobalaccel-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kitemmodels-${KFMIN}:6
+   >=kde-frameworks/knewstuff-${KFMIN}:6
+   >=kde-frameworks/kpackage-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-plasma/libksysguard-${PVCUT}:6
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/kitemmodels-${KFMIN}:6
+   >=kde-frameworks/kquickcharts-${KFMIN}:6
+   >=kde-plasma/ksystemstats-${PVCUT}:6
+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-vault/

2024-06-25 Thread Sam James
commit: ee2971a4e53edc4c861f5ae1e4b22ddae9a2f367
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:26:44 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2971a4

kde-plasma/plasma-vault: 6.1.1 version bump

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

 kde-plasma/plasma-vault/Manifest  |  1 +
 kde-plasma/plasma-vault/plasma-vault-6.1.1.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/kde-plasma/plasma-vault/Manifest b/kde-plasma/plasma-vault/Manifest
index bfe25708fc0e..36d00a8313e0 100644
--- a/kde-plasma/plasma-vault/Manifest
+++ b/kde-plasma/plasma-vault/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-vault-5.27.11.tar.xz 187204 BLAKE2B 
7dcfdf2f2407a1138c80e8a28513643f3a4803643062c3bf1407fdd1066688b336b1287f3c4b4890dc7ce25069badaec78a9f1f7822cd28d928b7224f8847c4c
 SHA512 
8e7a6a2acf28810ab8c12cf3d38583a563fb7f741c509395bf1b21a37070390eef2e2b6e0f7aa8dfaf8de8e12679be84aa25fb73790c5a431922eb531e944305
 DIST plasma-vault-6.1.0.tar.xz 201396 BLAKE2B 
c19ed9cb58e8478ae3953402fdb8d69bd9e321def8ae27a51c442e0ac42a6e391c3d32da3752e98544370fc9086ccedf39069ee7a111f59b39420654ebd75ff0
 SHA512 
18e078be367f9a138afb1371037f39d7f755502b1bd27b09fd713beecbdd641a7092b1cd200262ca68984a8df07334a99eb3b773c5fcdc22cdfa09f34f3fcf3b
+DIST plasma-vault-6.1.1.tar.xz 201312 BLAKE2B 
2bdb5a22005eea6eeefc4abbfdc18f00f4c01382cf034a4504036ac0d001fec53978433b2efcb4107e90af1cfe47dcfaac6534a3dfa0eaedbc62633847fe9e5d
 SHA512 
c247f6e4a5af3b17b779c0c70a52afc8ddaa57c1872a056474b8ed9519ad6ad8458c854fac8978c810d09902eb26c617c8b258bfaba8527ae5a12f42c4dc203d

diff --git a/kde-plasma/plasma-vault/plasma-vault-6.1.1.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-6.1.1.ebuild
new file mode 100644
index ..f1786e14a06a
--- /dev/null
+++ b/kde-plasma/plasma-vault/plasma-vault-6.1.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm flag-o-matic plasma.kde.org
+
+DESCRIPTION="Plasma applet and services for creating encrypted vaults"
+HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
+
+LICENSE="LGPL-3"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="networkmanager"
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcodecs-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kitemmodels-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-plasma/libksysguard-${PVCUT}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   >=kde-plasma/plasma-activities-${PVCUT}:6
+   networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 )
+"
+RDEPEND="${DEPEND}
+   || ( >=sys-fs/cryfs-0.9.9 >=sys-fs/encfs-1.9.2 )
+"
+
+src_configure() {
+   # ODR violations (bug #909446, kde#471836)
+   filter-lto
+
+   local mycmakeargs=(
+   $(cmake_use_find_package networkmanager KF6NetworkManagerQt)
+   )
+
+   ecm_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-thunderbolt/

2024-06-25 Thread Sam James
commit: c2b46036687eefd17f4dd0d8a3d37321159ddb14
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:26:34 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b46036

kde-plasma/plasma-thunderbolt: 6.1.1 version bump

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

 kde-plasma/plasma-thunderbolt/Manifest |  1 +
 .../plasma-thunderbolt-6.1.1.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/kde-plasma/plasma-thunderbolt/Manifest 
b/kde-plasma/plasma-thunderbolt/Manifest
index 854306afc0c6..57215bf44a5d 100644
--- a/kde-plasma/plasma-thunderbolt/Manifest
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-thunderbolt-5.27.11.tar.xz 72824 BLAKE2B 
c6c7fb62b255388672116a0e0cd9d36637a8ace2e2b559e39ebb5a64867c1c3057f832875885990fec3cd0a478bb177f8e10f5cb05c486e33b097836f7f3dd4a
 SHA512 
8ba96ca33d32b3185e7026c75f8b6158df4cee88e4f2a5e42a1a86faf22391fe62112e441cc1d41a36e7a7b74cef3d61ac2426399e0e71a862d88807c404c6f8
 DIST plasma-thunderbolt-6.1.0.tar.xz 80172 BLAKE2B 
c0d9c7ca26be7dd32da13c92978d1beb8e95a65f9e1244b4383074bdd2d93af0a44a259b9212c56d0b98f9fa18d57a89f2a4300d2a6d1fd23f34959f03354b94
 SHA512 
8608e1fd265a6f8a6fb8d53d62bd425acce063c1846064eee7c8bf187a05288b89c23e8b3885104edb3054b21130846e134dd87c84c2b19b9db547a2ba13f13f
+DIST plasma-thunderbolt-6.1.1.tar.xz 79696 BLAKE2B 
ec2f6a987ae3ed0e2b9e8fc0c854bcd3109a4faa081cd98283d26acc7109455977f3fb03b6071a5a77a94ce493e1fd07dcc813774ba3beaa11a1c7e2bd821dc5
 SHA512 
4dbf9a94a1153700780f13ca7c65ccb4484901dd617d66e329e3cc9b66be498b47f133e5decdf53867689eea3fca55439366ae99eaf43018f93a644b23bbd0af

diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.1.1.ebuild 
b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.1.1.ebuild
new file mode 100644
index ..99fc2dc353b1
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-6.1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=6.3.0
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
+HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt;
+
+LICENSE="|| ( GPL-2 GPL-3+ )"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+# tests require DBus
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   sys-apps/bolt
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-disks/

2024-06-25 Thread Sam James
commit: 34ad00dee774831be281d92d027941d58ba9a52d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:25:22 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ad00de

kde-plasma/plasma-disks: 6.1.1 version bump

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

 kde-plasma/plasma-disks/Manifest  |  1 +
 kde-plasma/plasma-disks/plasma-disks-6.1.1.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/kde-plasma/plasma-disks/Manifest b/kde-plasma/plasma-disks/Manifest
index c16ad34d8d86..1134b934b8c1 100644
--- a/kde-plasma/plasma-disks/Manifest
+++ b/kde-plasma/plasma-disks/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-disks-5.27.11.tar.xz 93892 BLAKE2B 
7da072a23214297ceabaf256cf30ab2d0ed304f76351953ffae973a54ed0ad25a839549bb0c61b2793546b38c7857ec927d0ebb03885d3a43b2580aa9a60fd13
 SHA512 
102323ee220e0c2e823fe0a20f96a47646d5000555baa3f81e89168f62093690ed347f776cd78e290c7972114f9a76ba7e62f47c17db56312d5b58774f68100f
 DIST plasma-disks-6.1.0.tar.xz 101260 BLAKE2B 
3595b59ef354420a2b51cf7e15f21e64079ad603a0d281924d94a44c235640072548f85f0c45aa46fe328c9813c1f32e20333c2e3c484f390fca5621c85bf732
 SHA512 
0288739077c094626cb985858f5bfcf444128074f43ca7c1d7424ac755207895ed6b2cfc46de83a4a863fb7f27c672948df949ac29c291d2615ce601ffcf4ce7
+DIST plasma-disks-6.1.1.tar.xz 101460 BLAKE2B 
bf92f5f96050591d7638efa93655f6c88f01d0592d7fd22adec9d33ef69cbe4dbdec2067fbbdd863878f9f2c5ae460407790bab0046c82abc4b3daaf88a5106e
 SHA512 
f9a100fa2cdc32933ef77689c182821be6fb0ffbcac1a051ea5eba6f612f3c54c9843f7b022f19cf90eb248dfa193dfb6e7f66c6b971cc11dceaef8a8a784e22

diff --git a/kde-plasma/plasma-disks/plasma-disks-6.1.1.ebuild 
b/kde-plasma/plasma-disks/plasma-disks-6.1.1.ebuild
new file mode 100644
index ..c92a63ecc2a5
--- /dev/null
+++ b/kde-plasma/plasma-disks/plasma-disks-6.1.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="true"
+KFMIN=6.3.0
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Monitors S.M.A.R.T. capable devices for imminent failure"
+HOMEPAGE="https://invent.kde.org/plasma/plasma-disks;
+
+LICENSE="|| ( GPL-3 GPL-2 )"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kauth-${KFMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/kdeclarative-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kjobwidgets-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/solid-${KFMIN}:6
+   sys-apps/smartmontools
+"
+RDEPEND="${DEPEND}
+   kde-plasma/kinfocenter:6
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-nm/

2024-06-25 Thread Sam James
commit: 09a7188effb38b860660f0280a9d9173c069ec6e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:25:55 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a7188e

kde-plasma/plasma-nm: 6.1.1 version bump

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

 kde-plasma/plasma-nm/Manifest   |  1 +
 kde-plasma/plasma-nm/plasma-nm-6.1.1.ebuild | 78 +
 2 files changed, 79 insertions(+)

diff --git a/kde-plasma/plasma-nm/Manifest b/kde-plasma/plasma-nm/Manifest
index af5cb74d71bd..c0139093e49d 100644
--- a/kde-plasma/plasma-nm/Manifest
+++ b/kde-plasma/plasma-nm/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-nm-5.27.11.tar.xz 1150816 BLAKE2B 
9c48416a45caf9ac4836f793bd082906b2f3548dc1000c013c9403d609e3d0eee6036da4c6bb9b24be31a278487f777bd6fc3b258ce75adec35759c94ee35994
 SHA512 
79148728ab0e365c686ad4f24e8304f4be37112794c6356495b6108629ba68348588cf56f2fee60d2392ebaa5f4ab33cc43c30bdbae053ead5c5783cc1ced8ad
 DIST plasma-nm-6.1.0.tar.xz 1202672 BLAKE2B 
af5bacd011b917d4b8e8818100ae71cca619801981ebe14d1a0bdb25412252d94babfddfbe9434bf1a51f29d6c9b71b87db023261e429a57a488d34a82c6fb34
 SHA512 
f67b2b7dc69d2b6c9e58551fbf776fa9b69f22586dd2f9a8a7b31a84b57c878837bec186170cad932082e35249fe4894e39b519ee0987762e0fabc41c53190ee
+DIST plasma-nm-6.1.1.tar.xz 1202512 BLAKE2B 
9097a15111502cecec84db4c050c15723a20754d7ff8d67bf3496fb96539162a2dfac0e55a8d225910907a8e75fa97713221ed0a41c792d9a720d4057c924314
 SHA512 
a10ba2e4cc08fe686e86c0f46c020242a64a9cee15a9b4bc3382dcdff8bfebe59306752be5e4e3411eb13b50522a7e4634e939970c7ac07589c1fe86d54c79c1

diff --git a/kde-plasma/plasma-nm/plasma-nm-6.1.1.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-6.1.1.ebuild
new file mode 100644
index ..a05d79bd5e2f
--- /dev/null
+++ b/kde-plasma/plasma-nm/plasma-nm-6.1.1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="KDE Plasma applet for NetworkManager"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="openconnect teamd"
+
+DEPEND="
+   >=app-crypt/qca-2.3.7:2[qt6]
+   dev-libs/qcoro[dbus]
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
+   >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+   >=kde-frameworks/kcolorscheme-${KFMIN}:6
+   >=kde-frameworks/kcompletion-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kitemviews-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/ksvg-${KFMIN}:6
+   >=kde-frameworks/kwallet-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-frameworks/kxmlgui-${KFMIN}:6
+   >=kde-frameworks/modemmanager-qt-${KFMIN}:6
+   >=kde-frameworks/networkmanager-qt-${KFMIN}:6[teamd=]
+   >=kde-frameworks/solid-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   net-misc/mobile-broadband-provider-info
+   net-misc/networkmanager[teamd=]
+   openconnect? (
+   >=dev-qt/qtwebengine-${QTMIN}:6
+   net-vpn/networkmanager-openconnect
+   net-vpn/openconnect:=
+   )
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kdeclarative-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/kquickcharts-${KFMIN}:6
+   >=kde-plasma/kde-cli-tools-${PVCUT}:*
+"
+BDEPEND="
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_OPENCONNECT=$(usex openconnect)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if ! has_version "kde-frameworks/kcmutils:6"; then
+   elog "${PN} is not terribly useful without 
kde-frameworks/kcmutils:6."
+   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
+   elog "or manually: $ kcmshell6 kcm_networkmanagement"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/

2024-06-25 Thread Sam James
commit: 6518d8f921c9193dbcafb0a09048a16c2149e5fa
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:25:46 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6518d8f9

kde-plasma/plasma-meta: 6.1.1 version bump

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

 kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild | 142 
 1 file changed, 142 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild
new file mode 100644
index ..c7d62908795b
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild
@@ -0,0 +1,142 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Merge this to pull in all Plasma 6 packages"
+HOMEPAGE="https://kde.org/plasma-desktop/;
+
+LICENSE="metapackage"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
+cups discover +display-manager +elogind +firewall flatpak grub gtk +kwallet
++networkmanager oxygen-theme plymouth pulseaudio qt5 rdp +sddm sdk +smart 
systemd
+thunderbolt unsupported wacom +wallpapers webengine +xwayland"
+
+REQUIRED_USE="^^ ( elogind systemd )"
+
+RDEPEND="
+   !${CATEGORY}/${PN}:5
+   >=kde-plasma/breeze-${PV}:${SLOT}[qt5?]
+   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
+   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
+   >=kde-plasma/kdecoration-${PV}:${SLOT}
+   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
+   >=kde-plasma/kgamma-${PV}:${SLOT}
+   >=kde-plasma/kglobalacceld-${PV}:${SLOT}
+   >=kde-plasma/kinfocenter-${PV}:${SLOT}
+   >=kde-plasma/kmenuedit-${PV}:${SLOT}
+   >=kde-plasma/kpipewire-${PV}:${SLOT}
+   >=kde-plasma/kscreen-${PV}:${SLOT}
+   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
+   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
+   >=kde-plasma/ksystemstats-${PV}:${SLOT}
+   >=kde-plasma/kwayland-${PV}:${SLOT}
+   >=kde-plasma/kwin-${PV}:${SLOT}[lock]
+   >=kde-plasma/kwrited-${PV}:${SLOT}
+   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
+   >=kde-plasma/libkscreen-${PV}:${SLOT}
+   >=kde-plasma/libksysguard-${PV}:${SLOT}
+   >=kde-plasma/libplasma-${PV}:${SLOT}
+   >=kde-plasma/milou-${PV}:${SLOT}
+   >=kde-plasma/ocean-sound-theme-${PV}:${SLOT}
+   >=kde-plasma/plasma-activities-${PV}:${SLOT}
+   >=kde-plasma/plasma-activities-stats-${PV}:${SLOT}
+   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
+   >=kde-plasma/plasma-integration-${PV}:${SLOT}[qt5?]
+   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
+   >=kde-plasma/plasma-welcome-${PV}:${SLOT}
+   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
+   >=kde-plasma/plasma5support-${PV}:${SLOT}
+   >=kde-plasma/polkit-kde-agent-${PV}:*
+   >=kde-plasma/powerdevil-${PV}:${SLOT}
+   >=kde-plasma/qqc2-breeze-style-${PV}:${SLOT}
+   >=kde-plasma/systemsettings-${PV}:${SLOT}
+   >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT}
+   sys-apps/dbus[elogind?,systemd?]
+   sys-auth/polkit[systemd?]
+   sys-fs/udisks:2[elogind?,systemd?]
+   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
+   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
+   colord? ( x11-misc/colord )
+   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
+   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
+   cups? ( >=kde-plasma/print-manager-${PV}:${SLOT} )
+   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
+   display-manager? (
+   sddm? (
+   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
+   >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?]
+   )
+   !sddm? ( x11-misc/lightdm )
+   )
+   elogind? ( sys-auth/elogind[pam] )
+   flatpak? ( >=kde-plasma/flatpak-kcm-${PV}:${SLOT} )
+   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
+   gtk? (
+   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
+   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
+   x11-misc/appmenu-gtk-module
+   )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
+   networkmanager? (
+   >=kde-plasma/plasma-nm-${PV}:${SLOT}
+   net-misc/networkmanager[elogind?,systemd?]
+   )
+   oxygen-theme? (
+   >=kde-frameworks/oxygen-icons-6.0.0:*
+   >=kde-plasma/oxygen-${PV}:${SLOT}[qt5?]
+   >=kde-plasma/oxygen-sounds-${PV}:${SLOT}
+   )
+   plymouth? (
+

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-06-25 Thread Sam James
commit: e364ef65c96d845c7687d76c86a41fcd3262af83
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:25:31 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e364ef65

kde-plasma/plasma-firewall: 6.1.1 version bump

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

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-6.1.1.ebuild   | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 2410372c4eaf..5d538cb6a6ca 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-firewall-5.27.11.tar.xz 362988 BLAKE2B 
484e853f4a8c61823e2a235fe5d5e40b6861c04044ca5058b8e866d9a9d9cb072b8a64c2c1b8a950f1604acc85dd27c38314735db2b6e4f59e8fb9085eda0ea8
 SHA512 
9c6a41448ef83a1c464e1e10441ae811bc898afc451b821fbd46141df4ffe1ad395692c420ce02dd5618197a307fa2729dbe8f0f703c1a64b14068f6c018ba7b
 DIST plasma-firewall-6.1.0.tar.xz 372628 BLAKE2B 
e2ce183f927213c21148e3c758ecccb175484dad79767509efbcf289551156cf895974ae11f73ebe4015e30da090489b29ff720852d0001ae1614e429a57da5e
 SHA512 
00b8db564a4ae18a6524495238f8206a066afe944e846cea8b794ab603f4ef7401762ae06cf176a23ed10df8e772cf6033697b10894888c0462adb815fed163d
+DIST plasma-firewall-6.1.1.tar.xz 373880 BLAKE2B 
790bbfe502aaeedfd94d054b5b2710b23abd16312737db73068f3da8f146cb90265048fdbe218e832998362244c09b12ea6f8e07881e123865cd0937a84de196
 SHA512 
bee4f12ea1ba9a194fc37a13c369c075ffddff9384428c4ac0b259888ef88e2004da7e34e2600350023b8400f81df028fe79fc3c13a4b333820f71b382ff730c

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild
new file mode 100644
index ..f39457cf3965
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+PYTHON_COMPAT=( python3_{10..12} )
+KFMIN=6.3.0
+QTMIN=6.7.1
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kauth-${KFMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2024-06-25 Thread Sam James
commit: 4b8a17db42028dfef5eff8817050218311c23af5
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:25:38 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8a17db

kde-plasma/plasma-integration: 6.1.1 version bump

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

 kde-plasma/plasma-integration/Manifest |  1 +
 .../plasma-integration-6.1.1.ebuild| 88 ++
 2 files changed, 89 insertions(+)

diff --git a/kde-plasma/plasma-integration/Manifest 
b/kde-plasma/plasma-integration/Manifest
index 98d37ed6995a..ffd7788cbb61 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-integration-5.27.11.tar.xz 89460 BLAKE2B 
b6e0f487332c7280d394c9e84c44f18cd0694812307fdb1109a27d7f04ac5e0b2c6934adfed10fcbb65b5ec358e4ece728c8761edbc2872f33b40d3cff54495f
 SHA512 
34e040425a11089bdda444132c224af8b4fca5d3fd30e875d4a385ad26bb215409c076c19ee3a2bbe3736121a7988bbc6ca564814f4e28b8e20acb5ebc194347
 DIST plasma-integration-6.1.0.tar.xz 92952 BLAKE2B 
2b53004979cf9f39c3bb17a7e35fd7555ab5267170dcb078ba7047dd0d2ec38d5810289d2664f24d24ff88e9a642dc2fba449e95813bdffd3f94ec372a8a1005
 SHA512 
692ee8abf5e4c8dd5c9e7257c7e9abac924c59f90751384e637525f0ddbf3648599699b1203ba4e713e343973506f6617c95b91403ea8423a63e6920200cb839
+DIST plasma-integration-6.1.1.tar.xz 93088 BLAKE2B 
aba38f63c06f6ac9f33c04d083378da993c97760400673a0ee5b756196c18ba44468ef978b8b3eeca1676aa29da1d9fa8ec4aa81c7609eb72b9cae33c8f73a65
 SHA512 
5bfe179c3fcfe59384e1364f7b9f7668391fa5e9ddef910f3133f2b80ec0524dfb3754a40a4692871537ac86d4e63a96b0fb45d678f0a38d98b521d58b22ad66

diff --git a/kde-plasma/plasma-integration/plasma-integration-6.1.1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-6.1.1.ebuild
new file mode 100644
index ..855d7a400710
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-6.1.1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KF5MIN=5.115.0
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QT5MIN=5.15.12
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+
+LICENSE="LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="qt5"
+
+# requires running kde environment
+RESTRICT="test"
+
+# slot ops: qdbus*_p.h and Qt6::GuiPrivate for qtx11extras_p.h
+COMMON_DEPEND="
+   dev-libs/wayland
+   >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=dev-qt/qtwayland-${QTMIN}:6
+   >=kde-frameworks/kcolorscheme-${KFMIN}:6
+   >=kde-frameworks/kcompletion-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kguiaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kjobwidgets-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-frameworks/kxmlgui-${KFMIN}:6
+   x11-libs/libXcursor
+   x11-libs/libxcb
+   qt5? (
+   >=dev-qt/qtdbus-${QT5MIN}:5
+   >=dev-qt/qtgui-${QT5MIN}:5=[dbus]
+   >=dev-qt/qtquickcontrols2-${QT5MIN}:5
+   >=dev-qt/qtwayland-${QT5MIN}:5
+   >=dev-qt/qtwidgets-${QT5MIN}:5
+   >=dev-qt/qtx11extras-${QT5MIN}:5
+   >=kde-frameworks/kcompletion-${KF5MIN}:5
+   >=kde-frameworks/kconfig-${KF5MIN}:5
+   >=kde-frameworks/kconfigwidgets-${KF5MIN}:5
+   >=kde-frameworks/kcoreaddons-${KF5MIN}:5
+   >=kde-frameworks/kguiaddons-${KF5MIN}:5
+   >=kde-frameworks/ki18n-${KF5MIN}:5
+   >=kde-frameworks/kiconthemes-${KF5MIN}:5
+   >=kde-frameworks/kio-${KF5MIN}:5
+   >=kde-frameworks/kjobwidgets-${KF5MIN}:5
+   >=kde-frameworks/knotifications-${KF5MIN}:5
+   >=kde-frameworks/kwindowsystem-${KF5MIN}:5
+   >=kde-frameworks/kxmlgui-${KF5MIN}:5
+   >=kde-plasma/kwayland-${KF5MIN}:5
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/plasma-wayland-protocols-1.13.0
+"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+   media-fonts/noto-emoji
+"
+PDEPEND="
+   >=kde-plasma/xdg-desktop-portal-kde-${PVCUT}:6
+"
+BDEPEND="
+   >=dev-qt/qtwayland-${QTMIN}:6
+   qt5? ( >=dev-qt/qtwaylandscanner-${QT5MIN}:5 )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_QT6=ON
+   -DBUILD_QT5=$(usex qt5)
+   )
+   ecm_src_configure
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-06-25 Thread Sam James
commit: 9e81906b42a6f4963297b2c241fc25d245581443
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 23 17:49:28 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 02:44:56 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9e81906b

kde-plasma/plasma-meta: fix libc++ workaround advice

Rin Cat points out on the bug that it should be =2, not =1. Also, clarify
the need to rebuild packages afterwards.

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

 kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild | 3 ++-
 kde-plasma/plasma-meta/plasma-meta-.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
index 4c20e09bd8..5ad5527227 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
@@ -127,7 +127,8 @@ pkg_postinst() {
ewarn ""
ewarn "A possible (no warranty!) workaround is building 
sys-libs/libcxx and"
ewarn "sys-libs/libcxxabi with the following in package.env:"
-   ewarn " 
MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=1\""
+   ewarn " 
MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\""
+   ewarn "You may then need to rebuild dev-qt/* and kde-*/*."
fi
 
if ! use qt5 && has_version dev-qt/qtgui; then

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 4c20e09bd8..5ad5527227 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -127,7 +127,8 @@ pkg_postinst() {
ewarn ""
ewarn "A possible (no warranty!) workaround is building 
sys-libs/libcxx and"
ewarn "sys-libs/libcxxabi with the following in package.env:"
-   ewarn " 
MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=1\""
+   ewarn " 
MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\""
+   ewarn "You may then need to rebuild dev-qt/* and kde-*/*."
fi
 
if ! use qt5 && has_version dev-qt/qtgui; then



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2024-06-25 Thread Sam James
commit: ae54818199c09c9c3e5e7d8909131555b207dacd
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 23 17:44:25 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 02:44:51 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae548181

kde-plasma/plasma-meta: allow xdg-desktop-portal-gnome with USE=-unsupported

USE=-unsupported (the default) banning coinstalls with 
sys-apps/xdg-desktop-portal-gnome
caused issues with users either migrating between KDE Plasma and GNOME or
wanting to have both installed, so it prompted me to look into it again.

xdg-desktop-portal-kde installs kde-portals.conf which is used and preferred
within the Plasma desktop, so we have no issue here. (Done in upstream
commit ae9b326e55ca4a25a762cf0bfe96f5e947765833).

The recommendation to not coinstall them was added upstream in April 2023
at 
https://community.kde.org/index.php?title=Distributions/Packaging_Recommendations=prev=96239,
while the aforementioned upstream commit is from May 2023.

Cloess: https://bugs.gentoo.org/934823
Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild | 1 -
 kde-plasma/plasma-meta/plasma-meta-.ebuild| 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
index 377da38224..4c20e09bd8 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.49..ebuild
@@ -107,7 +107,6 @@ RDEPEND="
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
!unsupported? (
!gui-apps/qt6ct
-   !sys-apps/xdg-desktop-portal-gnome
)
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index 377da38224..4c20e09bd8 100644
--- a/kde-plasma/plasma-meta/plasma-meta-.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-.ebuild
@@ -107,7 +107,6 @@ RDEPEND="
thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
!unsupported? (
!gui-apps/qt6ct
-   !sys-apps/xdg-desktop-portal-gnome
)
wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )



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

2024-06-25 Thread Sam James
commit: 944520f7ca4c4384e274e99ccd49a5d2488c97a9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:03:54 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:03:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944520f7

gui-libs/wlroots: Stabilize 0.17.3-r1 arm64, #934932

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

 gui-libs/wlroots/wlroots-0.17.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild 
b/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild
index 2cb3ec097e5a..d031b7c8cf55 100644
--- a/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild
+++ b/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
SLOT="0/"
 else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/releases/${PV}/downloads/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 ~loong ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv x86"
SLOT="0/$(ver_cut 2)"
 fi
 



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

2024-06-25 Thread Sam James
commit: 7fb01e501e02ae3b1765854cae619e7cb3512def
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:03:53 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:03:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb01e50

app-text/pandoc-bin: Stabilize 3.2 arm64, #934911

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

 app-text/pandoc-bin/pandoc-bin-3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pandoc-bin/pandoc-bin-3.2.ebuild 
b/app-text/pandoc-bin/pandoc-bin-3.2.ebuild
index 99deb0ffec22..1a9e4cefd9f7 100644
--- a/app-text/pandoc-bin/pandoc-bin-3.2.ebuild
+++ b/app-text/pandoc-bin/pandoc-bin-3.2.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* amd64 ~arm64"
+KEYWORDS="-* amd64 arm64"
 IUSE="+pandoc-symlink"
 
 RDEPEND="



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

2024-06-25 Thread Sam James
commit: ab27ee4717413136260c16b396e20a936f80751a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:20 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab27ee47

dev-lang/eisl: Stabilize 3.95 amd64, #934913

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

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

diff --git a/dev-lang/eisl/eisl-3.95.ebuild b/dev-lang/eisl/eisl-3.95.ebuild
index 0ef48728bee1..1e6288f65690 100644
--- a/dev-lang/eisl/eisl-3.95.ebuild
+++ b/dev-lang/eisl/eisl-3.95.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="https://github.com/sasagawa888/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="BSD-2"



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

2024-06-25 Thread Sam James
commit: bde4c395f0a41fd4050c5d07027af12b20d564b8
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:28 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde4c395

gui-libs/wlroots: Stabilize 0.17.3-r1 amd64, #934932

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

 gui-libs/wlroots/wlroots-0.17.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild 
b/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild
index 6d4f7c919868..df836f56 100644
--- a/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild
+++ b/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
SLOT="0/"
 else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/releases/${PV}/downloads/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~loong ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm64 ~loong ppc64 ~riscv ~x86"
SLOT="0/$(ver_cut 2)"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: media-video/qmplay2/

2024-06-25 Thread Sam James
commit: a6c9c1e8617a54fef5503bbfb3d4793ed254459d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:26 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c9c1e8

media-video/qmplay2: Stabilize 24.05.23 amd64, #934931

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

 media-video/qmplay2/qmplay2-24.05.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/qmplay2/qmplay2-24.05.23.ebuild 
b/media-video/qmplay2/qmplay2-24.05.23.ebuild
index 1bb22871659a..c1b7e6491d5d 100644
--- a/media-video/qmplay2/qmplay2-24.05.23.ebuild
+++ b/media-video/qmplay2/qmplay2-24.05.23.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
 else

SRC_URI="https://github.com/zaps166/QMPlay2/releases/download/${PV}/QMPlay2-src-${PV}.tar.xz;
S="${WORKDIR}/QMPlay2-src-${PV}"
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 LICENSE="LGPL-3"



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

2024-06-25 Thread Sam James
commit: ac883456135b33bb483dd183bae1fa5211758e44
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:18 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac883456

dev-lang/algol68g: Stabilize 3.5.2 amd64, #934912

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

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

diff --git a/dev-lang/algol68g/algol68g-3.5.2.ebuild 
b/dev-lang/algol68g/algol68g-3.5.2.ebuild
index 6689c5616025..3b5c40da8f55 100644
--- a/dev-lang/algol68g/algol68g-3.5.2.ebuild
+++ b/dev-lang/algol68g/algol68g-3.5.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://jmvdveer.home.xs4all.nl/${P}.tar.gz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+curl +gsl +mpfr +ncurses plotutils postgres +readline"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzugpp/

2024-06-25 Thread Sam James
commit: 5fa53df8013d88d370141c6f7fad51c05c911eab
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:31 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa53df8

media-gfx/ueberzugpp: Stabilize 2.9.6 amd64, #934938

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

 media-gfx/ueberzugpp/ueberzugpp-2.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/ueberzugpp/ueberzugpp-2.9.6.ebuild 
b/media-gfx/ueberzugpp/ueberzugpp-2.9.6.ebuild
index d3d4f397c2d9..1cb4d698e37a 100644
--- a/media-gfx/ueberzugpp/ueberzugpp-2.9.6.ebuild
+++ b/media-gfx/ueberzugpp/ueberzugpp-2.9.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="X dbus opencv opengl wayland xcb-errors"
 REQUIRED_USE="xcb-errors? ( X )"
 



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

2024-06-25 Thread Sam James
commit: 38f73c8d8292ef3b5bfa3d90f0eefec8cbd5337d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:23 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38f73c8d

net-misc/rclone: Stabilize 1.66.0-r1 x86, #934914

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

 net-misc/rclone/rclone-1.66.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rclone/rclone-1.66.0-r1.ebuild 
b/net-misc/rclone/rclone-1.66.0-r1.ebuild
index 7e7f40ef31c4..aea77db97b4b 100644
--- a/net-misc/rclone/rclone-1.66.0-r1.ebuild
+++ b/net-misc/rclone/rclone-1.66.0-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 
 RDEPEND="
sys-fs/fuse:3



[gentoo-commits] repo/gentoo:master commit in: app-shells/gentoo-bashcomp/

2024-06-25 Thread Sam James
commit: 31b485f0cbf7bda89be177f2c1b71cdf5b12841f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:24 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b485f0

app-shells/gentoo-bashcomp: Stabilize 20240625 ALLARCHES, #934930

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

 app-shells/gentoo-bashcomp/gentoo-bashcomp-20240625.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20240625.ebuild 
b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20240625.ebuild
index f6df12534742..6ccd45c43430 100644
--- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20240625.ebuild
+++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20240625.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2;
 
 LICENSE="GPL-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"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 src_install() {
emake DESTDIR="${D}" install \



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

2024-06-25 Thread Sam James
commit: 51fdbc13973077a0c55bcefb9ae09a6445f20262
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:27 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51fdbc13

gui-libs/wlroots: Stabilize 0.17.3-r1 ppc64, #934932

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

 gui-libs/wlroots/wlroots-0.17.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild 
b/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild
index f6b9c4e4d60d..6d4f7c919868 100644
--- a/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild
+++ b/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
SLOT="0/"
 else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/releases/${PV}/downloads/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm64 ~loong ppc64 ~riscv ~x86"
SLOT="0/$(ver_cut 2)"
 fi
 



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

2024-06-25 Thread Sam James
commit: 31d8c052afd80c86f7604f53bc85953ad374d4fc
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:12 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d8c052

app-emacs/racket-mode: Stabilize 1_p20240515 amd64, #934908

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

 app-emacs/racket-mode/racket-mode-1_p20240515.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/racket-mode/racket-mode-1_p20240515.ebuild 
b/app-emacs/racket-mode/racket-mode-1_p20240515.ebuild
index 8c8b1a21c4cd..3e58d9227414 100644
--- a/app-emacs/racket-mode/racket-mode-1_p20240515.ebuild
+++ b/app-emacs/racket-mode/racket-mode-1_p20240515.ebuild
@@ -20,7 +20,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
 
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-misc/golly/

2024-06-25 Thread Sam James
commit: 26cf681248d745ea69f2f981e0954da49e442d3e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:15 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cf6812

app-misc/golly: Stabilize 4.3 amd64, #934910

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

 app-misc/golly/golly-4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/golly/golly-4.3.ebuild b/app-misc/golly/golly-4.3.ebuild
index 24219cbdfaf1..7ea33367f690 100644
--- a/app-misc/golly/golly-4.3.ebuild
+++ b/app-misc/golly/golly-4.3.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${P}-src"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



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

2024-06-25 Thread Sam James
commit: 4f79cb5658f20e9c459931ec60cdbbcc7c82949c
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:30 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f79cb56

gui-libs/wlroots: Stabilize 0.17.3-r1 x86, #934932

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

 gui-libs/wlroots/wlroots-0.17.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild 
b/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild
index df836f56..2cb3ec097e5a 100644
--- a/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild
+++ b/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
SLOT="0/"
 else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/releases/${PV}/downloads/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 ~loong ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm64 ~loong ppc64 ~riscv x86"
SLOT="0/$(ver_cut 2)"
 fi
 



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

2024-06-25 Thread Sam James
commit: efb18a25852d56a2df3122932598100470c3ac7d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:11 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb18a25

app-emacs/magit: Stabilize 3.3.0.50_p20240520 ALLARCHES, #934907

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

 app-emacs/magit/magit-3.3.0.50_p20240520.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/magit/magit-3.3.0.50_p20240520.ebuild 
b/app-emacs/magit/magit-3.3.0.50_p20240520.ebuild
index 40c3863eb285..d99c81a50ff4 100644
--- a/app-emacs/magit/magit-3.3.0.50_p20240520.ebuild
+++ b/app-emacs/magit/magit-3.3.0.50_p20240520.ebuild
@@ -21,7 +21,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}/lisp"
 
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/pinta/

2024-06-25 Thread Sam James
commit: cf345ed59185c0a6544a4f8e5be6580a7f50b556
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:00:59 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:00:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf345ed5

media-gfx/pinta: Stabilize 2.1.2 amd64, #934898

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

 media-gfx/pinta/pinta-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/pinta/pinta-2.1.2.ebuild 
b/media-gfx/pinta/pinta-2.1.2.ebuild
index 8580cd61204d..06478a5b0e80 100644
--- a/media-gfx/pinta/pinta-2.1.2.ebuild
+++ b/media-gfx/pinta/pinta-2.1.2.ebuild
@@ -81,7 +81,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}/${P^}"
 
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 SRC_URI+=" ${NUGET_URIS} "



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

2024-06-25 Thread Sam James
commit: 4d9e4a57f68d25bc92caeda4033f6a7dcaeb49a6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:00:58 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:00:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9e4a57

dev-lang/boogie: Stabilize 3.1.6 amd64, #934897

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

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

diff --git a/dev-lang/boogie/boogie-3.1.6.ebuild 
b/dev-lang/boogie/boogie-3.1.6.ebuild
index 9a7d7f9626f1..76dd6c06954a 100644
--- a/dev-lang/boogie/boogie-3.1.6.ebuild
+++ b/dev-lang/boogie/boogie-3.1.6.ebuild
@@ -210,7 +210,7 @@ else
SRC_URI="https://github.com/boogie-org/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 SRC_URI+=" ${NUGET_URIS} "



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

2024-06-25 Thread Sam James
commit: dde9dd9af6a332fd4656ea2c97c28183eb53b3f5
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:21 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde9dd9a

net-misc/rclone: Stabilize 1.66.0-r1 amd64, #934914

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

 net-misc/rclone/rclone-1.66.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rclone/rclone-1.66.0-r1.ebuild 
b/net-misc/rclone/rclone-1.66.0-r1.ebuild
index b59ebe324c66..7e7f40ef31c4 100644
--- a/net-misc/rclone/rclone-1.66.0-r1.ebuild
+++ b/net-misc/rclone/rclone-1.66.0-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="
sys-fs/fuse:3



[gentoo-commits] repo/gentoo:master commit in: app-containers/earthly/

2024-06-25 Thread Sam James
commit: f7b78445ba8568c0d44f19b783e21df88af66853
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:14 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b78445

app-containers/earthly: Stabilize 0.8.12 amd64, #934909

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

 app-containers/earthly/earthly-0.8.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/earthly/earthly-0.8.12.ebuild 
b/app-containers/earthly/earthly-0.8.12.ebuild
index 5c52ef303f21..2b39a6ae5bc6 100644
--- a/app-containers/earthly/earthly-0.8.12.ebuild
+++ b/app-containers/earthly/earthly-0.8.12.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
|| (



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

2024-06-25 Thread Sam James
commit: 78a17fdde5771725a75e939c3e5d027d69227d1a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:09 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a17fdd

app-emacs/jinx: Stabilize 1.7 amd64, #934906

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

 app-emacs/jinx/jinx-1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/jinx/jinx-1.7.ebuild b/app-emacs/jinx/jinx-1.7.ebuild
index fd1936d0c50c..55cad1b7e1c1 100644
--- a/app-emacs/jinx/jinx-1.7.ebuild
+++ b/app-emacs/jinx/jinx-1.7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
app-text/enchant:2



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

2024-06-25 Thread Sam James
commit: 5e7d33ebaf308146b1363c01a6a75362299a8200
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:05 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7d33eb

app-emacs/embark: Stabilize 1.1 amd64, #934903

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

 app-emacs/embark/embark-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/embark/embark-1.1.ebuild 
b/app-emacs/embark/embark-1.1.ebuild
index 9b53ee20a240..d0b96e9539e0 100644
--- a/app-emacs/embark/embark-1.1.ebuild
+++ b/app-emacs/embark/embark-1.1.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="https://github.com/oantolin/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2024-06-25 Thread Sam James
commit: 0dec624468ee65c64066c0db422fa61fffc965d9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:17 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dec6244

app-text/pandoc-bin: Stabilize 3.2 amd64, #934911

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

 app-text/pandoc-bin/pandoc-bin-3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pandoc-bin/pandoc-bin-3.2.ebuild 
b/app-text/pandoc-bin/pandoc-bin-3.2.ebuild
index 6c205a599708..99deb0ffec22 100644
--- a/app-text/pandoc-bin/pandoc-bin-3.2.ebuild
+++ b/app-text/pandoc-bin/pandoc-bin-3.2.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~arm64"
+KEYWORDS="-* amd64 ~arm64"
 IUSE="+pandoc-symlink"
 
 RDEPEND="



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

2024-06-25 Thread Sam James
commit: ecf9d0f47b60f573cdfbdacafed99401fa97eccd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:06 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf9d0f4

app-emacs/embark-consult: Stabilize 1.1 amd64, #934904

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

 app-emacs/embark-consult/embark-consult-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/embark-consult/embark-consult-1.1.ebuild 
b/app-emacs/embark-consult/embark-consult-1.1.ebuild
index 3ce2932ee072..251f8eb0de18 100644
--- a/app-emacs/embark-consult/embark-consult-1.1.ebuild
+++ b/app-emacs/embark-consult/embark-consult-1.1.ebuild
@@ -19,7 +19,7 @@ else
-> embark-${PV}.tar.gz"
S="${WORKDIR}/embark-${PV}"
 
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2024-06-25 Thread Sam James
commit: e3b88776031dce459379f3652136f2591d136e77
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:08 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b88776

app-emacs/geiser: Stabilize 0.31 amd64, #934905

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

 app-emacs/geiser/geiser-0.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/geiser/geiser-0.31.ebuild 
b/app-emacs/geiser/geiser-0.31.ebuild
index 31d2bd97c87e..4c4a5d63dc65 100644
--- a/app-emacs/geiser/geiser-0.31.ebuild
+++ b/app-emacs/geiser/geiser-0.31.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" == ** ]] ; then
 else

SRC_URI="https://gitlab.com/emacs-${PN}/${PN}/-/archive/${PV}/${P}.tar.bz2;
 
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="BSD"



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

2024-06-25 Thread Sam James
commit: 7742328b29de91003aa8cfd49cf8cf6187f579d2
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:04 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7742328b

app-emacs/eldev: Stabilize 1.10.1 amd64, #934902

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

 app-emacs/eldev/eldev-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/eldev/eldev-1.10.1.ebuild 
b/app-emacs/eldev/eldev-1.10.1.ebuild
index c7b3f8685f75..d7fd8d4962bb 100644
--- a/app-emacs/eldev/eldev-1.10.1.ebuild
+++ b/app-emacs/eldev/eldev-1.10.1.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/doublep/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2024-06-25 Thread Sam James
commit: 4d5510273152826a24c1d89eead865b6ee265f80
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:02 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d551027

app-emacs/consult: Stabilize 1.7 ALLARCHES, #934901

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

 app-emacs/consult/consult-1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/consult/consult-1.7.ebuild 
b/app-emacs/consult/consult-1.7.ebuild
index 7f3ed9bf0123..91fc4479473f 100644
--- a/app-emacs/consult/consult-1.7.ebuild
+++ b/app-emacs/consult/consult-1.7.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gentoo-dotnet-maintainer-tools/

2024-06-25 Thread Sam James
commit: 1056fc68fbddfc1f0844f3fed3376919b51fbbe0
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:00:56 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:00:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1056fc68

dev-dotnet/gentoo-dotnet-maintainer-tools: Stabilize 2.4.1 amd64, #934896

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

 .../gentoo-dotnet-maintainer-tools-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-dotnet/gentoo-dotnet-maintainer-tools/gentoo-dotnet-maintainer-tools-2.4.1.ebuild
 
b/dev-dotnet/gentoo-dotnet-maintainer-tools/gentoo-dotnet-maintainer-tools-2.4.1.ebuild
index d0f01ccd6107..69e134288a8a 100644
--- 
a/dev-dotnet/gentoo-dotnet-maintainer-tools/gentoo-dotnet-maintainer-tools-2.4.1.ebuild
+++ 
b/dev-dotnet/gentoo-dotnet-maintainer-tools/gentoo-dotnet-maintainer-tools-2.4.1.ebuild
@@ -49,7 +49,7 @@ if [[ "${PV}" == ** ]] ; then
 else

SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2;
 
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 
 SRC_URI+=" ${NUGET_URIS} "



[gentoo-commits] repo/gentoo:master commit in: app-emacs/avy-embark-collect/

2024-06-25 Thread Sam James
commit: d9636f1acbecb2e5357b2c90f19aa8c3f6015466
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:01:01 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:01:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9636f1a

app-emacs/avy-embark-collect: Stabilize 1.1 amd64, #934900

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

 app-emacs/avy-embark-collect/avy-embark-collect-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/avy-embark-collect/avy-embark-collect-1.1.ebuild 
b/app-emacs/avy-embark-collect/avy-embark-collect-1.1.ebuild
index 359278a7f891..42018baf68b1 100644
--- a/app-emacs/avy-embark-collect/avy-embark-collect-1.1.ebuild
+++ b/app-emacs/avy-embark-collect/avy-embark-collect-1.1.ebuild
@@ -17,7 +17,7 @@ else
-> embark-${PV}.tar.gz"
S="${WORKDIR}/embark-${PV}"
 
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



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

2024-06-25 Thread Sam James
commit: e1340568946869170a699fe317deda111c900f7c
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 08:54:05 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 08:54:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1340568

profiles: mask =sys-fs/btrfs-progs-6.9.1

Subvolume printing is broken, possibly other stuff if the string handling
is wrong.

Bug: https://github.com/kdave/btrfs-progs/issues/829
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 03d7a9abc105..c0b37949457f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2024-06-25)
+# Subvolume printing is broken: https://github.com/kdave/btrfs-progs/issues/829
+=sys-fs/btrfs-progs-6.9.1
+
 # Sam James  (2024-06-25)
 # The symbol versioning "fix" breaks anything built with 3.0.0.
 =dev-libs/libassuan-3.0.1



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/epos/

2024-06-25 Thread Sam James
commit: 36906132945b5acc3890065d41a0953c918b261d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 07:05:26 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 07:06:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36906132

app-accessibility/epos: pass -fno-delete-null-pointer-checks

I've no idea why the original fix didn't just get fixed up instead
of reverting it, but it is what it is.

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

 .../epos/{epos-2.5.37-r3.ebuild => epos-2.5.37-r4.ebuild}  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-accessibility/epos/epos-2.5.37-r3.ebuild 
b/app-accessibility/epos/epos-2.5.37-r4.ebuild
similarity index 94%
rename from app-accessibility/epos/epos-2.5.37-r3.ebuild
rename to app-accessibility/epos/epos-2.5.37-r4.ebuild
index a25f239234a6..33aedd1f8897 100644
--- a/app-accessibility/epos/epos-2.5.37-r3.ebuild
+++ b/app-accessibility/epos/epos-2.5.37-r4.ebuild
@@ -33,6 +33,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug #649858
+   append-flags -fno-delete-null-pointer-checks
+
# Uses removed 'register' keyword, bug #894178
append-cxxflags -std=c++03
 



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

2024-06-25 Thread Sam James
commit: 3c9ae962ce534b480d78ac1c0bac2a232780bf61
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:09 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9ae962

app-portage/elt-patches: Stabilize 20240512 sparc, #934877

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

 app-portage/elt-patches/elt-patches-20240512.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/elt-patches/elt-patches-20240512.ebuild 
b/app-portage/elt-patches/elt-patches-20240512.ebuild
index b5597a8a1afc..8746213af4f3 100644
--- a/app-portage/elt-patches/elt-patches-20240512.ebuild
+++ b/app-portage/elt-patches/elt-patches-20240512.ebuild
@@ -19,7 +19,7 @@ else

https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
"
 
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~arm64-linux ~ppc64-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 ~arm64-linux ~ppc64-linux ~x86-linux 
~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 fi
 
 LICENSE="GPL-2"



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

2024-06-25 Thread Sam James
commit: 5abc4fe3d9f153e7dc7b56d2a9af9477b62c0213
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:14 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abc4fe3

sys-libs/libieee1284: Stabilize 0.2.11-r9 ppc, #934880

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

 sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild 
b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
index 06f47fa7d27e..4f27d8c771b6 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
 IUSE="doc static-libs"
 
 BDEPEND="doc? (



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

2024-06-25 Thread Sam James
commit: 90d878b919a4d13531da02e74f28f54609b8eb65
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:41:59 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:41:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d878b9

net-misc/dhcpcd: Stabilize 10.0.8 amd64, #934872

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

 net-misc/dhcpcd/dhcpcd-10.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dhcpcd/dhcpcd-10.0.8.ebuild 
b/net-misc/dhcpcd/dhcpcd-10.0.8.ebuild
index d32da543205b..5ebd71a9b9ae 100644
--- a/net-misc/dhcpcd/dhcpcd-10.0.8.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-10.0.8.ebuild
@@ -15,7 +15,7 @@ else

SRC_URI="https://github.com/NetworkConfiguration/dhcpcd/releases/download/v${PV}/${MY_P}.tar.xz;
S="${WORKDIR}/${MY_P}"
 
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"



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

2024-06-25 Thread Sam James
commit: 9cc2fc95c57e354decb8c89c9b4b5f7d33357f2b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:16 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc2fc95

dev-libs/libxml2: Stabilize 2.11.8 sparc, #934882

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

 dev-libs/libxml2/libxml2-2.11.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxml2/libxml2-2.11.8.ebuild 
b/dev-libs/libxml2/libxml2-2.11.8.ebuild
index 87a69c309ad6..1c6e773c45fd 100644
--- a/dev-libs/libxml2/libxml2-2.11.8.ebuild
+++ b/dev-libs/libxml2/libxml2-2.11.8.ebuild
@@ -23,7 +23,7 @@ if [[ ${PV} ==  ]] ; then
inherit autotools git-r3
 else
inherit gnome.org libtool
-   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"
+   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"
 fi
 
 SRC_URI+="



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

2024-06-25 Thread Sam James
commit: bfdbc4f3fb370910abb62328147c8ad855afb623
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:17 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdbc4f3

dev-libs/libxml2: Stabilize 2.11.8 ppc, #934882

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

 dev-libs/libxml2/libxml2-2.11.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxml2/libxml2-2.11.8.ebuild 
b/dev-libs/libxml2/libxml2-2.11.8.ebuild
index 1c6e773c45fd..a99823ff15d6 100644
--- a/dev-libs/libxml2/libxml2-2.11.8.ebuild
+++ b/dev-libs/libxml2/libxml2-2.11.8.ebuild
@@ -23,7 +23,7 @@ if [[ ${PV} ==  ]] ; then
inherit autotools git-r3
 else
inherit gnome.org libtool
-   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"
+   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"
 fi
 
 SRC_URI+="



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

2024-06-25 Thread Sam James
commit: d71c9795e810ba0b25aead3d735945228410b4b7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:10 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71c9795

app-portage/elt-patches: Stabilize 20240512 ppc, #934877

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

 app-portage/elt-patches/elt-patches-20240512.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/elt-patches/elt-patches-20240512.ebuild 
b/app-portage/elt-patches/elt-patches-20240512.ebuild
index 8746213af4f3..e4f296996a88 100644
--- a/app-portage/elt-patches/elt-patches-20240512.ebuild
+++ b/app-portage/elt-patches/elt-patches-20240512.ebuild
@@ -19,7 +19,7 @@ else

https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
"
 
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-linux ~ppc64-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 ~arm64-linux ~ppc64-linux ~x86-linux 
~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 fi
 
 LICENSE="GPL-2"



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

2024-06-25 Thread Sam James
commit: 29cdf8c2611a938db37fe4a6e0de9b82a819b110
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:12 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cdf8c2

sys-fs/progsreiserfs: Stabilize 0.3.1_rc8-r1 ppc, #934879

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

 sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8-r1.ebuild 
b/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8-r1.ebuild
index da63902e5374..4a708ff932ae 100644
--- a/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8-r1.ebuild
+++ b/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc 
x86"
 IUSE="debug examples nls static-libs"
 
 DEPEND="



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

2024-06-25 Thread Sam James
commit: 19c61d232e04250658689989d21068b56d3590c5
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:15 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c61d23

dev-libs/libxml2: Stabilize 2.11.8 amd64, #934882

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

 dev-libs/libxml2/libxml2-2.11.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxml2/libxml2-2.11.8.ebuild 
b/dev-libs/libxml2/libxml2-2.11.8.ebuild
index 77b7937392b1..87a69c309ad6 100644
--- a/dev-libs/libxml2/libxml2-2.11.8.ebuild
+++ b/dev-libs/libxml2/libxml2-2.11.8.ebuild
@@ -23,7 +23,7 @@ if [[ ${PV} ==  ]] ; then
inherit autotools git-r3
 else
inherit gnome.org libtool
-   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"
+   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"
 fi
 
 SRC_URI+="



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

2024-06-25 Thread Sam James
commit: 69b4608894e9c6c1a7bfc136dfde580f5bbe9778
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:13 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b46088

sys-libs/libieee1284: Stabilize 0.2.11-r9 amd64, #934880

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

 sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild 
b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
index 85ad3566f579..06f47fa7d27e 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 IUSE="doc static-libs"
 
 BDEPEND="doc? (



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

2024-06-25 Thread Sam James
commit: e91f6084d96b244913d887a804e3a1214dfb9a9d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:05 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91f6084

sys-libs/libcap: Stabilize 2.70 ppc, #934873

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

 sys-libs/libcap/libcap-2.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libcap/libcap-2.70.ebuild 
b/sys-libs/libcap/libcap-2.70.ebuild
index 78b956c61c77..faf3c1167f90 100644
--- a/sys-libs/libcap/libcap-2.70.ebuild
+++ b/sys-libs/libcap/libcap-2.70.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
 else

SRC_URI="https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${P}.tar.xz;
 
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="POSIX 1003.1e capabilities"



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

2024-06-25 Thread Sam James
commit: 4e05fa7f34c90b092f79709c9a35ced873aee56e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:11 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e05fa7f

sys-fs/progsreiserfs: Stabilize 0.3.1_rc8-r1 amd64, #934879

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

 sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8-r1.ebuild 
b/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8-r1.ebuild
index 22a91f767ed9..da63902e5374 100644
--- a/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8-r1.ebuild
+++ b/sys-fs/progsreiserfs/progsreiserfs-0.3.1_rc8-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86"
 IUSE="debug examples nls static-libs"
 
 DEPEND="



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

2024-06-25 Thread Sam James
commit: 0aac268715c2bcc544a888ee5dce9b129ac39dc9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:08 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aac2687

app-portage/elt-patches: Stabilize 20240512 amd64, #934877

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

 app-portage/elt-patches/elt-patches-20240512.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/elt-patches/elt-patches-20240512.ebuild 
b/app-portage/elt-patches/elt-patches-20240512.ebuild
index 29039b429788..b5597a8a1afc 100644
--- a/app-portage/elt-patches/elt-patches-20240512.ebuild
+++ b/app-portage/elt-patches/elt-patches-20240512.ebuild
@@ -19,7 +19,7 @@ else

https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
"
 
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~arm64-linux ~ppc64-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 ~arm64-linux ~ppc64-linux ~x86-linux 
~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ipset/

2024-06-25 Thread Sam James
commit: b23865a4dde5b374101302750f6ed3913a15d67a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:06 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23865a4

net-firewall/ipset: Stabilize 7.21-r1 amd64, #934875

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

 net-firewall/ipset/ipset-7.21-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/ipset/ipset-7.21-r1.ebuild 
b/net-firewall/ipset/ipset-7.21-r1.ebuild
index 1f8f6da4f336..9029e8b4f8bc 100644
--- a/net-firewall/ipset/ipset-7.21-r1.ebuild
+++ b/net-firewall/ipset/ipset-7.21-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://ipset.netfilter.org/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
 
 RDEPEND="
net-firewall/iptables



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ipset/

2024-06-25 Thread Sam James
commit: 928d0e67d0d46c0cc84704e851234e7d022ffd0a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:07 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928d0e67

net-firewall/ipset: Stabilize 7.21-r1 ppc, #934875

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

 net-firewall/ipset/ipset-7.21-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/ipset/ipset-7.21-r1.ebuild 
b/net-firewall/ipset/ipset-7.21-r1.ebuild
index 9029e8b4f8bc..fe8c8b630d01 100644
--- a/net-firewall/ipset/ipset-7.21-r1.ebuild
+++ b/net-firewall/ipset/ipset-7.21-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://ipset.netfilter.org/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 
 RDEPEND="
net-firewall/iptables



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

2024-06-25 Thread Sam James
commit: d9f2f4f969e0b6d2cd766af076e1854f9926fe52
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:00 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f2f4f9

net-misc/dhcpcd: Stabilize 10.0.8 sparc, #934872

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

 net-misc/dhcpcd/dhcpcd-10.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dhcpcd/dhcpcd-10.0.8.ebuild 
b/net-misc/dhcpcd/dhcpcd-10.0.8.ebuild
index 5ebd71a9b9ae..572dd3656349 100644
--- a/net-misc/dhcpcd/dhcpcd-10.0.8.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-10.0.8.ebuild
@@ -15,7 +15,7 @@ else

SRC_URI="https://github.com/NetworkConfiguration/dhcpcd/releases/download/v${PV}/${MY_P}.tar.xz;
S="${WORKDIR}/${MY_P}"
 
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"



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

2024-06-25 Thread Sam James
commit: ee6682946cae0451d9b781012c41d03e1caca9a5
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:41:58 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:41:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee668294

sys-fs/quotatool: Stabilize 1.6.4 ppc, #934871

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

 sys-fs/quotatool/quotatool-1.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.4.ebuild 
b/sys-fs/quotatool/quotatool-1.6.4.ebuild
index 68c8db321ab1..77e6eb008c1f 100644
--- a/sys-fs/quotatool/quotatool-1.6.4.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ekenberg/quotatool/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
 
 RDEPEND="sys-fs/quota"
 



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

2024-06-25 Thread Sam James
commit: 398fe0eceec2e908952ea528780c0e11f344166c
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:01 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398fe0ec

net-misc/dhcpcd: Stabilize 10.0.8 ppc, #934872

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

 net-misc/dhcpcd/dhcpcd-10.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dhcpcd/dhcpcd-10.0.8.ebuild 
b/net-misc/dhcpcd/dhcpcd-10.0.8.ebuild
index 572dd3656349..a1d217b5d65f 100644
--- a/net-misc/dhcpcd/dhcpcd-10.0.8.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-10.0.8.ebuild
@@ -15,7 +15,7 @@ else

SRC_URI="https://github.com/NetworkConfiguration/dhcpcd/releases/download/v${PV}/${MY_P}.tar.xz;
S="${WORKDIR}/${MY_P}"
 
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"



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

2024-06-25 Thread Sam James
commit: b45b8d75be08b72c39193788b2a204db863cde6f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:03 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45b8d75

sys-libs/libcap: Stabilize 2.70 sparc, #934873

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

 sys-libs/libcap/libcap-2.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libcap/libcap-2.70.ebuild 
b/sys-libs/libcap/libcap-2.70.ebuild
index 0c3ffc887a42..78b956c61c77 100644
--- a/sys-libs/libcap/libcap-2.70.ebuild
+++ b/sys-libs/libcap/libcap-2.70.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
 else

SRC_URI="https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${P}.tar.xz;
 
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="POSIX 1003.1e capabilities"



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

2024-06-25 Thread Sam James
commit: 60eedede87b250db9863c51df6e7929b65314d6b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:41:55 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:41:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60eedede

sys-apps/man-db: Stabilize 2.12.1 sparc, #934870

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

 sys-apps/man-db/man-db-2.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/man-db/man-db-2.12.1.ebuild 
b/sys-apps/man-db/man-db-2.12.1.ebuild
index 1bf8547a9b88..fd0efa39e1da 100644
--- a/sys-apps/man-db/man-db-2.12.1.ebuild
+++ b/sys-apps/man-db/man-db-2.12.1.ebuild
@@ -14,7 +14,7 @@ else
inherit libtool
# TODO: Change tarballs to gitlab too...?
SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
-   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"
+   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"
 fi
 
 LICENSE="GPL-3"



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

2024-06-25 Thread Sam James
commit: 5a8283765e80879b8fe8d67cdda65b8fdc70dbb8
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:41:56 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:41:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a828376

sys-apps/man-db: Stabilize 2.12.1 ppc, #934870

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

 sys-apps/man-db/man-db-2.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/man-db/man-db-2.12.1.ebuild 
b/sys-apps/man-db/man-db-2.12.1.ebuild
index fd0efa39e1da..43e2675d8e26 100644
--- a/sys-apps/man-db/man-db-2.12.1.ebuild
+++ b/sys-apps/man-db/man-db-2.12.1.ebuild
@@ -14,7 +14,7 @@ else
inherit libtool
# TODO: Change tarballs to gitlab too...?
SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
-   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"
+   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"
 fi
 
 LICENSE="GPL-3"



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

2024-06-25 Thread Sam James
commit: 06d2daa723c4a16062250f0c70c0a69e8048eea9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:42:02 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:42:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d2daa7

sys-libs/libcap: Stabilize 2.70 amd64, #934873

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

 sys-libs/libcap/libcap-2.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libcap/libcap-2.70.ebuild 
b/sys-libs/libcap/libcap-2.70.ebuild
index 7b27fd8e6f0b..0c3ffc887a42 100644
--- a/sys-libs/libcap/libcap-2.70.ebuild
+++ b/sys-libs/libcap/libcap-2.70.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
 else

SRC_URI="https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${P}.tar.xz;
 
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="POSIX 1003.1e capabilities"



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

2024-06-25 Thread Sam James
commit: f0748f993f66fe44039c97abafb4a671de2aaeb6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:41:57 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:41:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0748f99

sys-fs/quotatool: Stabilize 1.6.4 amd64, #934871

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

 sys-fs/quotatool/quotatool-1.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.4.ebuild 
b/sys-fs/quotatool/quotatool-1.6.4.ebuild
index f1ba114f39f0..68c8db321ab1 100644
--- a/sys-fs/quotatool/quotatool-1.6.4.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ekenberg/quotatool/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 
 RDEPEND="sys-fs/quota"
 



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

2024-06-25 Thread Sam James
commit: 3bddc47bd3109f36e11c7513bfc803e3d59153c4
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:41:53 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:41:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bddc47b

sys-apps/iproute2: Stabilize 6.8.0-r2 sparc, #934869

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

 sys-apps/iproute2/iproute2-6.8.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/iproute2/iproute2-6.8.0-r2.ebuild 
b/sys-apps/iproute2/iproute2-6.8.0-r2.ebuild
index 471ca02cfcc9..dd733559c8a1 100644
--- a/sys-apps/iproute2/iproute2-6.8.0-r2.ebuild
+++ b/sys-apps/iproute2/iproute2-6.8.0-r2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc x86"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



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

2024-06-25 Thread Sam James
commit: e92c7450b0fa6d97375ce254b34bae656ed3da7f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:41:54 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:41:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92c7450

sys-apps/iproute2: Stabilize 6.8.0-r2 ppc, #934869

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

 sys-apps/iproute2/iproute2-6.8.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/iproute2/iproute2-6.8.0-r2.ebuild 
b/sys-apps/iproute2/iproute2-6.8.0-r2.ebuild
index dd733559c8a1..6c0325660d66 100644
--- a/sys-apps/iproute2/iproute2-6.8.0-r2.ebuild
+++ b/sys-apps/iproute2/iproute2-6.8.0-r2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



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

2024-06-25 Thread Sam James
commit: 148dae515335031e5a9f455a476d115000998aa3
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 06:41:52 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 06:41:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148dae51

sys-apps/iproute2: Stabilize 6.8.0-r2 amd64, #934869

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

 sys-apps/iproute2/iproute2-6.8.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/iproute2/iproute2-6.8.0-r2.ebuild 
b/sys-apps/iproute2/iproute2-6.8.0-r2.ebuild
index 88e134545dfa..471ca02cfcc9 100644
--- a/sys-apps/iproute2/iproute2-6.8.0-r2.ebuild
+++ b/sys-apps/iproute2/iproute2-6.8.0-r2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



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

2024-06-24 Thread Sam James
commit: 1ff1bfb446d764ddbc69e7f9ac3775b037bf61cf
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 04:49:18 2024 +
Commit:     Sam James  gentoo  org>
CommitDate: Tue Jun 25 04:49:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff1bfb4

sys-apps/man-db: Stabilize 2.12.1 amd64, #934870

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

 sys-apps/man-db/man-db-2.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/man-db/man-db-2.12.1.ebuild 
b/sys-apps/man-db/man-db-2.12.1.ebuild
index ecf6b7d7436b..1bf8547a9b88 100644
--- a/sys-apps/man-db/man-db-2.12.1.ebuild
+++ b/sys-apps/man-db/man-db-2.12.1.ebuild
@@ -14,7 +14,7 @@ else
inherit libtool
# TODO: Change tarballs to gitlab too...?
SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
-   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"
+   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"
 fi
 
 LICENSE="GPL-3"



<    5   6   7   8   9   10   11   12   13   14   >