[gentoo-commits] repo/gentoo:master commit in: media-sound/sndio/

2023-03-12 Thread Viorel Munteanu
commit: 46ae5fc1a47411431e99a093a5d69e6193577702
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Sun Mar 12 21:19:29 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Mon Mar 13 05:39:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ae5fc1

media-sound/sndio: Keyword 1.9.0 mips, #900238

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Viorel Munteanu  gentoo.org>

 media-sound/sndio/sndio-1.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/sndio/sndio-1.9.0.ebuild 
b/media-sound/sndio/sndio-1.9.0.ebuild
index f805740ef608..b8820cd6e025 100644
--- a/media-sound/sndio/sndio-1.9.0.ebuild
+++ b/media-sound/sndio/sndio-1.9.0.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_MIN_CLONE_TYPE="single+tags"
 else
SRC_URI="http://www.sndio.org/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc 
~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~sparc ~x86"
 fi
 
 LICENSE="ISC"



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

2023-03-12 Thread Michał Górny
commit: 4199e88eb29e41e87403f7f660f01e0251b37cda
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 13 04:39:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 13 05:11:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4199e88e

dev-python/pyproject-api: Bump to 1.5.1

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

 dev-python/pyproject-api/Manifest  |  1 +
 .../pyproject-api/pyproject-api-1.5.1.ebuild   | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/pyproject-api/Manifest 
b/dev-python/pyproject-api/Manifest
index 91b591a6a9d8..8d607289c8ae 100644
--- a/dev-python/pyproject-api/Manifest
+++ b/dev-python/pyproject-api/Manifest
@@ -1 +1,2 @@
 DIST pyproject-api-1.5.0.gh.tar.gz 22032 BLAKE2B 
7e90bacffee70d2a2343f2360f5d0e6794a04a8b8b9be672150e5ac49e1dfabb0673b4c661ddc27f3fffa7bb3d04644e2b1809555987fc0d914a798fac667c8c
 SHA512 
7a68df007e52c685f512fca26d371d1790f2fb9ced381025fe27462088cd4f1488b7edf4de94f6c1df989c4430336789b94d0b3bd634a2f6ec52f14f292b4474
+DIST pyproject_api-1.5.1.tar.gz 22081 BLAKE2B 
53ee778b4e04cac2f16ecd054adc7fd86373d6402f80d485fe22457252684f774b6a5df23d08cf6c6b1f96964d6dc1b1cc9014415f3d9105ffbb09421f69a11e
 SHA512 
31936d242861027ea892e86219f430371aae18631c92893cefc8fb8fc02315906857ee57e5412eed62bf584e0bd24cca7ba82471c0ac6a72c71e8e93b8285a3e

diff --git a/dev-python/pyproject-api/pyproject-api-1.5.1.ebuild 
b/dev-python/pyproject-api/pyproject-api-1.5.1.ebuild
new file mode 100644
index ..a161dd7f0dd8
--- /dev/null
+++ b/dev-python/pyproject-api/pyproject-api-1.5.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="API to interact with the python pyproject.toml based projects"
+HOMEPAGE="
+   https://github.com/tox-dev/pyproject-api/
+   https://pypi.org/project/pyproject-api/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-23[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
+   ' 3.{8..10})
+"
+BDEPEND="
+   >=dev-python/hatch-vcs-0.3.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/pytest-mock-3.10[${PYTHON_USEDEP}]
+   >=dev-python/wheel-0.38.4[${PYTHON_USEDEP}]
+   >=dev-python/virtualenv-20.17.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # requires Python 2 installed
+   tests/test_frontend.py::test_can_build_on_python_2
+)



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

2023-03-12 Thread Michał Górny
commit: 5796a8cfe22413fede6dabc3075e825bcfc218a8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 13 04:45:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 13 05:11:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5796a8cf

dev-python/pytest-xdist: Bump to 3.2.1

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

 dev-python/pytest-xdist/Manifest  |  1 +
 dev-python/pytest-xdist/pytest-xdist-3.2.1.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index b1692268aebf..678585137850 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-xdist-3.1.0.tar.gz 71977 BLAKE2B 
c29622377743aec0a90f0e92af866a63106b9c37abee379222fd2b5c40f0607c33010bb5d2cb5212fc90a438d787ecb435f07c31e0db7a10599696c33b309a32
 SHA512 
884cdd85754b36338666cbdd71575ef18465730cfc4ab7333b93aa46823c1dc33e8055117241f4c87e1b8c82492881cc0f91ef1bb2ddc164aa00bfa1e5e2d245
 DIST pytest-xdist-3.2.0.tar.gz 76199 BLAKE2B 
462d6af54ba599f506a51ae2e91ab0c08fdb8a6b3e47ba4541c0fe2c19a9aa8a38dee0621e130d23a2daecdc9509b1020eb05d550a50d6de233e185a8108872c
 SHA512 
dd22c2e525681ddabc1df75e8eadcf0d3c52936cefafb7308771e37cfe9023cb4ecbbaf4e437668666f5319e379e7b6c5c7665912b59c5d10890c32da7546433
+DIST pytest-xdist-3.2.1.tar.gz 76362 BLAKE2B 
a5cea5bab1176554bd0d1ebfff5400f60bd43964ae13c7f77ad77fc257db32ba0a0d6f2f3ec16211e48852a6bfd02a0949d618c7f2f6a8da11dd2843d88565a4
 SHA512 
ea42bea8b4df3d77ef680cba81f76f9f79d0ffcaad6f5f879cc82c53203d36ffe26f233dd6c5d1cbea22b43d257f0f4e6be793116bb281956316c44fc412f9b7

diff --git a/dev-python/pytest-xdist/pytest-xdist-3.2.1.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-3.2.1.ebuild
new file mode 100644
index ..c3bc7d37a95e
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-3.2.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="
+   https://pypi.org/project/pytest-xdist/
+   https://github.com/pytest-dev/pytest-xdist/
+"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/execnet[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/filelock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # disable autoloading plugins in nested pytest calls
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   # since we disabled autoloading, force loading necessary plugins
+   local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
+
+   epytest
+}



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

2023-03-12 Thread Michał Górny
commit: a1797b2a1a3f1bdf04ed9e046a4a6f575b4feb4a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 13 04:45:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 13 05:11:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1797b2a

dev-python/nbsphinx: Bump to 0.9.0

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

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.9.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 9bd2a7ec46dc..3fe774ab5455 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
 DIST nbsphinx-0.8.12.tar.gz 178986 BLAKE2B 
5f79e20be5ceb3c9458530c19f453599cff8c278d5ad56faec952cc191336469cee3ecc130bbca8cae5d14447abf544a6b127251f3ee2a26e63c94a1326b707c
 SHA512 
fd18cde3b7034bbd0f0f5ec7addd8925e867dbe0cfe810310240e5748014f2cc6bf275ff24d070d0c8748e7d144bf3dc2e9a26ede3a50e880f3db27d1a0d0575
+DIST nbsphinx-0.9.0.tar.gz 171588 BLAKE2B 
e5273c9fa04b05335703a1a9c80b77c1d282aa7515379b5c3faa3f561996441a78202b8671b114fc858e064716bb167b6e19e5184167eea2fcac0c44c31c8f04
 SHA512 
a6a2a15190edb04ec1c953b8c9ad43c289c42896627d7eaeeb8711593ef33e164c1a6083009a91d663e5a2a150a3471e554117dee94c01d91742b8516a324759

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.0.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.0.ebuild
new file mode 100644
index ..a8ca5203141c
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.9.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter Notebook Tools for Sphinx"
+HOMEPAGE="
+   https://github.com/spatialaudio/nbsphinx/
+   https://pypi.org/project/nbsphinx/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.8[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
+"



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

2023-03-12 Thread Michał Górny
commit: 223559278af423eb277bfbe5f164751cabaae549
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 13 04:36:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 13 05:08:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22355927

dev-python/exceptiongroup: Bump to 1.1.1

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

 dev-python/exceptiongroup/Manifest |  1 +
 .../exceptiongroup/exceptiongroup-1.1.1.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/exceptiongroup/Manifest 
b/dev-python/exceptiongroup/Manifest
index f84c2122833d..8733826aee0d 100644
--- a/dev-python/exceptiongroup/Manifest
+++ b/dev-python/exceptiongroup/Manifest
@@ -1 +1,2 @@
 DIST exceptiongroup-1.1.0.gh.tar.gz 22724 BLAKE2B 
2de748494fe1356353b7f70d3afc7be7ecb8df4166f57461459c7f463bc5c22340c9073b0b0e032a52680560e37e4004c754fb4ddcc1a5a70f8dd0e973b1d8a9
 SHA512 
588b4ec3cae01a64140aac191cbdf8d0631eb614d430bbdbd02d17d8ff43aad9d233c3545694c6fffb622a2b3c38a289e20f1b8db6bf0e9b8819d668e38a87e3
+DIST exceptiongroup-1.1.1.gh.tar.gz 23107 BLAKE2B 
d68778e4a4d14add65ee2300fd15308c17b2cae1733bf4e8938e88b5cf76b9f19d8f9c102c06298769ff9541ded02868763d9c4aac776d22f78c250ea2d942ce
 SHA512 
eb072fef6160cc6d332ae6e08ee7a34ce478188d143f97daae3f8251a8253a7b460249a121af27d66953ff8000ea5ef43a6dee145b14ba7b2968790132a766bf

diff --git a/dev-python/exceptiongroup/exceptiongroup-1.1.1.ebuild 
b/dev-python/exceptiongroup/exceptiongroup-1.1.1.ebuild
new file mode 100644
index ..3091487c0fe0
--- /dev/null
+++ b/dev-python/exceptiongroup/exceptiongroup-1.1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit_scm
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P=${P/_}
+DESCRIPTION="Backport of PEP 654 (exception groups)"
+HOMEPAGE="
+   https://github.com/agronholm/exceptiongroup/
+   https://pypi.org/project/exceptiongroup/
+"
+# pypi sdist does not include tests as of 1.1.1
+# https://github.com/agronholm/exceptiongroup/pull/59
+SRC_URI="
+   https://github.com/agronholm/exceptiongroup/archive/${PV/_}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT PSF-2.4"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV/_}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



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

2023-03-12 Thread Michał Górny
commit: 801c8e56dc3beeb3a1ec75c5bfb06b6c84668bf1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 13 04:37:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 13 05:08:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801c8e56

dev-python/virtualenv: Bump to 20.21.0

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

 dev-python/virtualenv/Manifest  |   1 +
 dev-python/virtualenv/virtualenv-20.21.0.ebuild | 102 
 2 files changed, 103 insertions(+)

diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
index 9a28b501c371..a015159a673a 100644
--- a/dev-python/virtualenv/Manifest
+++ b/dev-python/virtualenv/Manifest
@@ -2,3 +2,4 @@ DIST virtualenv-20.17.1.tar.gz 12269737 BLAKE2B 
5caa223d549ecb69de3a17dec84a608f
 DIST virtualenv-20.18.0.tar.gz 12063086 BLAKE2B 
272957077dd0a5868e8979c7c34bda1ae28af857d1d5bbafeef6955bcf44a7c5d38f4f131b57a2593180ffdc5a034b18998ba3e4307b7191ebafccc80ef46278
 SHA512 
b02533878b8d8859f10b51dbdb9fecddf9b49aa2cf1437ddc10cadba82e5361fdeb8b8c94efcc3c8268ddecef31651c28c213e87588aa917479e8d0e2e823493
 DIST virtualenv-20.19.0.tar.gz 12063084 BLAKE2B 
6a6d94c7099aa841523909173b04821697c7fc8b284325dbf191f6b2184bce19802924e0a001267448a785c35f8bbd7cee74f7514a375e4e47a9d3275404f756
 SHA512 
75c63fea11ad070985cb2ba17adfcb7e1739e8798b80919cc17a527d7180f68a04197436b44146cd07423d8d2e4982d1716b0e18159add5ce6a748b31f6b2776
 DIST virtualenv-20.20.0.tar.gz 12069625 BLAKE2B 
3db53d2859c542953be233af0d195d992eecef345700ad7c229b88519f7042189907263d312d3613b45c5c069bec2440a8639bcc58b2c6894ed79301735e65b2
 SHA512 
6710efcbead1358479961c84ec3f6b9c3a1fc59c2f6b33fa13e2609554f7072aee7ef8cc07b4aa2fbc27ac950a78e447529fb8ceb2e4ee0881a4356a67d26641
+DIST virtualenv-20.21.0.tar.gz 12070063 BLAKE2B 
f69d5934191ccd8e9420c37e51b53df7876961d6f13d0f75845530893fd91df29a512e64eaa27135535816250a3149087029e6fe1b15317b8079af9cee2832ea
 SHA512 
77aae5ebc5007093953c30da1eed996e851a65c7dd1f7a3a85961a1bb251b3d7970936eea1efe8babb216d2024072bdbf1c1a97ba8760a04a0abf6e7c3a27d09

diff --git a/dev-python/virtualenv/virtualenv-20.21.0.ebuild 
b/dev-python/virtualenv/virtualenv-20.21.0.ebuild
new file mode 100644
index ..d32afc1e8df6
--- /dev/null
+++ b/dev-python/virtualenv/virtualenv-20.21.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Virtual Python Environment builder"
+HOMEPAGE="
+   https://virtualenv.pypa.io/en/stable/
+   https://pypi.org/project/virtualenv/
+   https://github.com/pypa/virtualenv/
+"
+
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+SLOT="0"
+
+RDEPEND="
+   =dev-python/distlib-0.3.6[${PYTHON_USEDEP}]
+   =dev-python/filelock-3.4.1[${PYTHON_USEDEP}]
+   =dev-python/platformdirs-2.4[${PYTHON_USEDEP}]
+"
+# coverage is used somehow magically in virtualenv, maybe it actually
+# tests something useful
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   >=dev-python/pip-22.2.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
+   >=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-timeout-2.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
+   )
+"
+
+# (unpackaged deps)
+#distutils_enable_sphinx docs \
+#  dev-python/sphinx-argparse \
+#  dev-python/sphinx-rtd-theme \
+#  dev-python/towncrier
+distutils_enable_tests pytest
+
+src_configure() {
+   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   tests/unit/activation/test_xonsh.py
+   
tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data
+   tests/unit/create/test_creator.py::test_cross_major
+   # tests failing without python2 installed
+   
"tests/unit/create/test_creator.py::test_py_pyc_missing[True-False]"
+   
"tests/unit/create/test_creator.py::test_py_pyc_missing[False-False]"
+   )
+   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+   
'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]'
+   
'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]'
+   
'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]'
+   

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

2023-03-12 Thread Michał Górny
commit: dc702a156bfd6ba5e95703f322742c489ec76cd6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 13 04:43:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 13 05:11:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc702a15

dev-python/tox: Bump to 4.4.7

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

 dev-python/tox/Manifest |  1 +
 dev-python/tox/tox-4.4.7.ebuild | 90 +
 2 files changed, 91 insertions(+)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index a43c331805f0..6dbd37f3d5f5 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,2 +1,3 @@
 DIST tox-3.28.0.gh.tar.gz 309472 BLAKE2B 
9896411426f6aebb3efa468c01696ecc5f17ec3e67825672d0efc74c1b1468bc8b8d9c14b6177c181750ba4b9a5e77d616068dd83e21f5641acfc8e2a271cc1f
 SHA512 
64816754e6800661bb564c5c7d21c4139522d540a04fafe3c4591d596072d48d1cbe0ee2abee9c8faf3d5007774f5371431b5a7a8f49912bc879c7b168aab2ca
 DIST tox-4.4.6.gh.tar.gz 304337 BLAKE2B 
2c157fe5febf1eb131d767ade87484880201bb37fa65a579abb9780d755d570f216b8f865dd2dd8dbb3a3af01be78133f9ac0b73a3166dfc2b9cd99f6547498a
 SHA512 
403bca89228d665182bfbb61550dfd9e9fb4ce4a5592472d50cd38e3f264c806fa15bbdccc020a720ad69885d9be54a1f074f6d87549cbe2b523e53d870358dc
+DIST tox-4.4.7.tar.gz 168261 BLAKE2B 
276842bb82d01c9e3b66f633e79974790b7d1852f831ab954172ddc1d3c50c861a39e959fb0a990a7102a1cc0840238ef3ac84c7b41f9f45ce502b1245e21988
 SHA512 
58989ecc0a555ee225614d9b7a718b22f6dd1555a0209a0c1428259fbfc7d336a58753fbfa85f1b9aa160c8489587999425437e71f9d4728631d5cd5b50ca159

diff --git a/dev-python/tox/tox-4.4.7.ebuild b/dev-python/tox/tox-4.4.7.ebuild
new file mode 100644
index ..2248781df596
--- /dev/null
+++ b/dev-python/tox/tox-4.4.7.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="virtualenv-based automation of test activities"
+HOMEPAGE="
+   https://tox.readthedocs.io/
+   https://github.com/tox-dev/tox/
+   https://pypi.org/project/tox/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/cachetools-5.3[${PYTHON_USEDEP}]
+   >=dev-python/chardet-5.1[${PYTHON_USEDEP}]
+   >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.9[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.6[${PYTHON_USEDEP}]
+   >=dev-python/pluggy-1[${PYTHON_USEDEP}]
+   >=dev-python/pyproject-api-1.5[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+   >=dev-python/virtualenv-20.17.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/hatch-vcs-0.3[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/build-0.10[${PYTHON_USEDEP}]
+   >=dev-python/distlib-0.3.6[${PYTHON_USEDEP}]
+   >=dev-python/flaky-3.7[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.9.4[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-3.1[${PYTHON_USEDEP}]
+   >=dev-python/re-assert-1.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/time-machine-2.9[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # the minimal bounds in tox are entirely meaningless and new packaging
+   # breaks setuptools
+   sed -i -e '/packaging/s:>=[0-9]\+::' pyproject.toml || die
+   # workaround https://github.com/agronholm/exceptiongroup/pull/59
+   [[ -f tox.ini ]] && die "Remove the hack, please"
+   > tox.ini || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # devpi_process is not packaged, and has lots of dependencies
+   cat > "${T}"/devpi_process.py <<-EOF || die
+   def IndexServer(*args, **kwargs): raise NotImplementedError()
+   EOF
+
+   local -x PYTHONPATH=${T}:${PYTHONPATH}
+   local EPYTEST_DESELECT=(
+   # Internet
+   
tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py::test_build_wheel_external
+   )
+   local EPYTEST_IGNORE=(
+   # requires devpi*
+   tests/test_provision.py
+   )
+
+   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+   
'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[explicit-True-True]'
+   
'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[requirements-True-True]'
+   

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

2023-03-12 Thread Sebastian Pipping
commit: ab0842d01d6c18cb80b511b296937465d68c825f
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Mar 13 02:46:12 2023 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Mar 13 02:46:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0842d0

www-client/httrack: Provide missing autoconf macro gl_VISIBILITY

Closes: https://bugs.gentoo.org/898836
Signed-off-by: Sebastian Pipping  gentoo.org>

 www-client/httrack/Manifest |  1 +
 www-client/httrack/httrack-3.49.4-r1.ebuild | 83 +
 2 files changed, 84 insertions(+)

diff --git a/www-client/httrack/Manifest b/www-client/httrack/Manifest
index 11e281aac811..1facd1646cc1 100644
--- a/www-client/httrack/Manifest
+++ b/www-client/httrack/Manifest
@@ -1,3 +1,4 @@
 DIST coucal-73ada075553b7607d083037a87cb9c73b3683bfc.gh.tar.gz 21306 BLAKE2B 
c04b369f6011aa14169a933ba2a39dcc114d056968a2dc51a752979c59e93332bc302f53e865b78c7324fd568fdc3666eebe60a887fb8417e8ee7a1fbe5ed0f6
 SHA512 
818cfdbf6038cf27433973d3994f7231c61c366b44a28dd74e1a6d216c9bbb66b0699bf40ccbd7816de7876d73b096b93d895f6f61efbd0d79c39d559b3aee73
+DIST gnulib-32a72f45374c9a36afa574d1a08bb98090270012-visibility.m4 3474 
BLAKE2B 
8b58ab88f22ee671eb97070e0470286e750db38bfe623b9ab31b1c8e70ca878432d0276d9bd79fde40c3fbf14c435a142430121a02356d0f9e5e21cb71ce9442
 SHA512 
63b6f76f955bbd55749cb08b657bcb257ef8cb1b2705d035d700f66d78ff6f82d81c7180fba6e2a6af51a2f97071929a8e253dc2e183b62dc843c7a68bc8e518
 DIST httrack-3.49.2.tar.gz 1835116 BLAKE2B 
4073b70268bcea8acf0a9ac10deed14764ccd405c82f1b9f48dc74d3dbef130161234b59e70e72305a195d21155474831e8359eea9b96d275481a69b1c1ff561
 SHA512 
84a13a776b278533f7f0635ebd764387c3399b01c0644d8af9b46fc8112dc3c6e568c17969d4f6c2db32b5474344c39f86cf51957c09eb807ebe305a554ba5c8
 DIST httrack-3.49.4.gh.tar.gz 1761838 BLAKE2B 
5fcfb3dcf97bb672dd7a93a61c0eee3d3d18615abd547932c77b46f930ae30d8395df61614c0ccb4cd42552546f6a81323e9048afc17eecfd2136da4199c6158
 SHA512 
7cc25af0cf493f3304e15e021769646ca035c54145eb9fdc0b383cfe05d369ae50ffd222cbbe23de3d8270947ff3a564ab59e7f7f5186d63e8e63d56fae1e10d

diff --git a/www-client/httrack/httrack-3.49.4-r1.ebuild 
b/www-client/httrack/httrack-3.49.4-r1.ebuild
new file mode 100644
index ..8ab76a904fa4
--- /dev/null
+++ b/www-client/httrack/httrack-3.49.4-r1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit autotools xdg-utils
+
+# TODO unbundle coucal, upstream ticket 
https://github.com/xroche/httrack/issues/247
+COUCAL_COMMIT=73ada075553b7607d083037a87cb9c73b3683bfc
+# TODO drop with >=3.49.5, upstream 
https://github.com/xroche/httrack/issues/245
+GNULIB_COMMIT=32a72f45374c9a36afa574d1a08bb98090270012
+
+DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser"
+HOMEPAGE="https://www.httrack.com/;
+SRC_URI="https://github.com/xroche/httrack/archive/refs/tags/${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://github.com/xroche/coucal/archive/${COUCAL_COMMIT}.tar.gz -> 
coucal-${COUCAL_COMMIT}.gh.tar.gz
+   
https://raw.githubusercontent.com/coreutils/gnulib/${GNULIB_COMMIT}/m4/visibility.m4
 -> gnulib-${GNULIB_COMMIT}-visibility.m4"
+
+COUCAL_LICENSE="BSD public-domain"
+LICENSE="GPL-3 ${COUCAL_LICENSE}"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs"
+
+RDEPEND=">=sys-libs/zlib-1.2.5.1-r1
+   >=dev-libs/openssl-1.1.0:=
+   "
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS README greetings.txt history.txt )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.48.13-minizip.patch
+)
+
+src_prepare() {
+   rmdir "${S}"/src/coucal || die
+   mv "${WORKDIR}"/coucal-${COUCAL_COMMIT} "${S}"/src/coucal || die
+
+   cp "${DISTDIR}"/gnulib-${GNULIB_COMMIT}-visibility.m4 
"${S}"/m4/visibility.m4 || die
+
+   default
+
+   # We need to patch use of /usr/lib because it is a problem with
+   # linker lld with profile 17.1 on amd64 (see 
https://bugs.gentoo.org/732272).
+   # The grep sandwich acts as a regression test so that a future
+   # version bump cannot break patching without noticing.
+   if [[ "$(get_libdir)" != lib ]]; then
+   grep -wq '{ZLIB_HOME}/lib' m4/check_zlib.m4 || die
+   sed "s,{ZLIB_HOME}/lib,{ZLIB_HOME}/$(get_libdir)," -i 
m4/check_zlib.m4 || die
+   grep -w '{ZLIB_HOME}/lib' m4/check_zlib.m4 && die
+   fi
+
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   # Make webhttrack work despite FEATURES=nodoc cutting
+   # all of /usr/share/doc/ away (bug #493376)
+   if has nodoc ${FEATURES} ; then
+   dodir /usr/share/${PF}/
+   mv "${D}"/usr/share/{doc/,}${PF}/html || die
+
+   rm "${D}"/usr/share/${PN}/html || die
+   dosym ../../${PF}/html /usr/share/${PN}/html
+   fi
+
+   find 

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

2023-03-12 Thread Alice Ferrazzi
commit: 8f90990af9be85a347438585de97681384afcc67
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Mon Mar 13 02:16:33 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Mar 13 02:16:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f90990a

sys-kernel/git-sources: add 6.3_rc2

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/git-sources/Manifest   |  1 +
 sys-kernel/git-sources/git-sources-6.3_rc2.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 6400e2af91a7..151a069145c1 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,2 +1,3 @@
 DIST linux-6.2.tar.xz 136430892 BLAKE2B 
05b63254734ea685db437cb1c00a6da63eee74d7e99f4ed2d074aaa01ac4487813ab297d337a6855cdbcbb33346b631c4256ee3b06191adfb1be3615a56bdd6d
 SHA512 
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd
 DIST patch-6.3-rc1.patch 75751420 BLAKE2B 
6e3cddb5397bea144a14b2b1efb1816841d81fa44030066a0196d97493121edfa451310dcb023d2feea45f17c43a8e3d1ecac63cf2a1b8c759c42bec5529d528
 SHA512 
f5f3240508ba1a0b5fef3a88ba781b7b76502eb242dbc670217f4c599d8394781d8fd8f05a24a831b25c18951e2a3278d1a89e99f2ef818d865c588371527e01
+DIST patch-6.3-rc2.patch 77506749 BLAKE2B 
827dfc8da94ee33d4c0ff93f9fc1595d87ef94e0fd4bf50c4d493f9e4762e7b5678385b5af07198e8b018ffa9dc64474899e818ba359b18ed6cf61aeaba48c86
 SHA512 
a1d4fa8346f71159bc767ba85ab6970d20fb5ca7e31a635b6a793c28a504f276c95dd7f5bb4f76eb20c781c7e25ac0c9ed3e2c6f449e3ea8da89b9868fc826ee

diff --git a/sys-kernel/git-sources/git-sources-6.3_rc2.ebuild 
b/sys-kernel/git-sources/git-sources-6.3_rc2.ebuild
new file mode 100644
index ..ae9a3401cdd2
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-6.3_rc2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="6.2"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+K_NODRYRUN="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~s390 
~sparc ~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.6-r4"
+
+pkg_postinst() {
+   postinst_sources
+}



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

2023-03-12 Thread Mike Gilbert
commit: 0f2417f2edf91d15c4548ec375013ef43243197d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar 13 02:04:20 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar 13 02:04:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2417f2

www-client/chromium: change slot to 0/stable

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

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

diff --git a/www-client/chromium/chromium-111.0.5563.64.ebuild 
b/www-client/chromium/chromium-111.0.5563.64.ebuild
index f0c2b1300027..fd33ed851901 100644
--- a/www-client/chromium/chromium-111.0.5563.64.ebuild
+++ b/www-client/chromium/chromium-111.0.5563.64.ebuild
@@ -24,7 +24,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
pgo? ( 
https://github.com/elkablo/chromium-profiler/releases/download/v0.2/chromium-profiler-0.2.tar
 )"
 
 LICENSE="BSD"
-SLOT="0/dev"
+SLOT="0/stable"
 KEYWORDS="~amd64 ~arm64"
 IUSE="+X component-build cups cpu_flags_arm_neon debug gtk4 +hangouts headless 
kerberos libcxx lto +official pax-kernel pgo pic +proprietary-codecs pulseaudio 
qt5 screencast selinux +suid +system-av1 +system-ffmpeg +system-harfbuzz 
+system-icu +system-png vaapi wayland widevine"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/files/, www-client/chromium/

2023-03-12 Thread Mike Gilbert
commit: f938a8ba3384388d87a3cec0a8ed3fa58a5c3803
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar 13 01:59:11 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar 13 02:01:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f938a8ba

www-client/chromium: add 111.0.5563.64

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

 www-client/chromium/Manifest   |1 +
 www-client/chromium/chromium-111.0.5563.64.ebuild  | 1234 
 .../files/chromium-111-ozone-platform.patch|   32 +
 www-client/chromium/metadata.xml   |1 +
 4 files changed, 1268 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 78d0906681e4..edf0c7b5a654 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -6,6 +6,7 @@ DIST chromium-110.0.5481.177.tar.xz 1703390456 BLAKE2B 
d9ee898090ea04bff72a5d627
 DIST chromium-110.0.5481.38.tar.xz 1703266068 BLAKE2B 
8b990eef533f8469afc6ea88c9fc70f316ccf33381fbbe30b43c89cde476a0487b201d7b07e8202bfdf94b44c2c5b184627f27225bb12ad7cef9fb505e608206
 SHA512 
4ad20231ce1c42d30886cfa179b154f1bd09efb61b971dc55a2aa70538a39141199f9a799c09b546c3e3501cf1981b6dd850e92e44aaa8f816ddb294fc194231
 DIST chromium-111-patchset-2.tar.xz 21480 BLAKE2B 
e59d67d261df23c110c2db0644250c20d9e1cd6b99cb9513dbd12463faad8aea8520c5b5dbbfd2187a7795f7e34ebd3379fac4c3b2b01e30ffb4451b45084866
 SHA512 
7a2e660a9271b9b643dce5f7522570182eb895935312446775bf7c03a4c2d50d7f95c2082cac2dd477060d03f68e5424c990f535e0b1de9f0d12ac248806d043
 DIST chromium-111.0.5545.6.tar.xz 1721481252 BLAKE2B 
22f0d9386a5ea8b473e85324b448f4789f9d6365c723ef254b42db3d059b972bb3e620a4e331ce935805d2b22be867d0e6f923264268fce828fe29394f59c09c
 SHA512 
a52a4e4ebac1cd05bbe08763e4c4cd3e48efd37f8bb60cb6e1d8119e698ddecdc96741d3d4f97ee74d87fb8f27bdc4a60dbe2d09d84c223576983c65bb9fb6b4
+DIST chromium-111.0.5563.64.tar.xz 1740670460 BLAKE2B 
325cd15ebc5eeac2e51ebf754c71e090369a1063421d5e294d5704655d782fc02006f6eed4b284a2dc49fab9b7077144179db6887ce4652b6e88846174de79c3
 SHA512 
3ba60778031a2015cff4f1944a466102923cb2b455dabdd3ee077ac3a8717c4fa4090c7d950ffd5ad5a77f139f68640fb5032b7afcae36012e4a34485bcc
 DIST chromium-ppc64le-gentoo-patches-1.tar.xz 5636 BLAKE2B 
1d898939df023c59285b27bee552470483ea06375d1ee8d6947b89c5927c23cc7bfec6b49f3b376ece931d11a56f8e2a45791e0f92ad61974fc8c34c1082d89c
 SHA512 
8a71cb007e47cda8e5fe5d185729389e65c48bd322c8ee8b3986bee8571427b959628f2666bda646a3f89ae64197c0957d3626845ff03461dbd5dee4c964d07c
 DIST chromium-profiler-0.2.tar 259952640 BLAKE2B 
5e82389fce00b267280d633b26551231c558b80f0c92cd7d60271095a3503365ab673e7a46dc5f74f8a82db1f21262cb24dcc0531d954bab5fb3b175dab3394d
 SHA512 
9fa89a5ab728419683e7495ae676567480987d68a2d589f2aa97bfcbcf123f3c8f97f8bca5f65e5e3f6e41475535add473ded83b9c7a33bb4746a9d05b298a6c
 DIST chromium_109.0.5414.119-1raptor0~deb11u1.debian.tar.xz 438932 BLAKE2B 
1405965668248b53a6c79f6d648900725f5db727379e7893b639aebef3cc333099ebc4259face3625ed080bd281fa4f307336c1e8da8c68b737368254dbdac83
 SHA512 
2baad609b88acc0d16d0f6bff39292d7bd3fff06a9d074b219a89011c1c02fb8f429282aaebc2a0fe79619f38de324140c6d6ad2d2d2a35475e6965e8a9e0a42

diff --git a/www-client/chromium/chromium-111.0.5563.64.ebuild 
b/www-client/chromium/chromium-111.0.5563.64.ebuild
new file mode 100644
index ..f0c2b1300027
--- /dev/null
+++ b/www-client/chromium/chromium-111.0.5563.64.ebuild
@@ -0,0 +1,1234 @@
+# Copyright 2009-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="xml(+)"
+LLVM_MAX_SLOT=15
+
+CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr 
gu he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk ur vi zh-CN zh-TW"
+
+VIRTUALX_REQUIRED="pgo"
+
+inherit check-reqs chromium-2 desktop flag-o-matic llvm ninja-utils pax-utils
+inherit python-any-r1 qmake-utils readme.gentoo-r1 toolchain-funcs virtualx 
xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="https://chromium.org/;
+PATCHSET="2"
+PATCHSET_NAME="chromium-$(ver_cut 1)-patchset-${PATCHSET}"
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz
+   
https://github.com/stha09/chromium-patches/releases/download/${PATCHSET_NAME}/${PATCHSET_NAME}.tar.xz
+   pgo? ( 
https://github.com/elkablo/chromium-profiler/releases/download/v0.2/chromium-profiler-0.2.tar
 )"
+
+LICENSE="BSD"
+SLOT="0/dev"
+KEYWORDS="~amd64 ~arm64"
+IUSE="+X component-build cups cpu_flags_arm_neon debug gtk4 +hangouts headless 
kerberos libcxx lto +official pax-kernel pgo pic +proprietary-codecs pulseaudio 
qt5 screencast selinux +suid +system-av1 +system-ffmpeg +system-harfbuzz 
+system-icu +system-png vaapi wayland widevine"
+REQUIRED_USE="
+   component-build? ( !suid !libcxx )
+   

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

2023-03-12 Thread Mike Gilbert
commit: 9d6900c9f522737c185db83045ddacbe1ca5413c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar 13 01:59:58 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar 13 02:01:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6900c9

profiles: drop www-client/chromium mask

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

 profiles/package.mask | 6 --
 1 file changed, 6 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d6e2e230ed0d..48c89dfd8c98 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -435,12 +435,6 @@ net-p2p/vuze-coreplugins
 # This version currently is not compatible with kernel build (yet)
 ~dev-util/bindgen-0.63.0
 
-# Stephan Hartmann  (2023-01-15)
-# Dev channel releases are only for people who
-# are developers or want more experimental features
-# and accept a more unstable release.
->=www-client/chromium-111
-
 # Matt Turner  (2022-11-16)
 # Packages or their dependencies have not been ported to libsoup:3.0, while
 # other non-slotted dependencies have been.



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

2023-03-12 Thread Matt Turner
commit: 57c68b757c0867459ecf9e5236436dd281739409
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 13 00:15:59 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 13 00:15:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c68b75

profiles: Extend ffmpeg mask to include ffmpeg-6

Bug: https://bugs.gentoo.org/899704
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1d23feb13df3..d6e2e230ed0d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -531,7 +531,7 @@ dev-qt/qtwebsockets:6
 # James Beddek  (2022-01-19)
 # FFmpeg 5.0 ABI/API changes break many packages.
 # Masking for tracker/tinderbox. Bug #831437
-=media-video/ffmpeg-5*
+>=media-video/ffmpeg-5
 >=media-sound/spek-0.8.5
 
 # Brian Evans  (2022-01-07)



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

2023-03-12 Thread Zac Medico
commit: 149cd622143dccf0198373e2d252d008644f583f
Author: Jianhua Lu  gmail  com>
AuthorDate: Sun Mar 12 09:00:44 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 12 23:42:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149cd622

dev-util/android-tools: add 34.0.0

Bump from 33.0.3-r1 -> 34.0.0.
1. Remove apply adb patches statement line, as they has been merged.
2. Add mkdtboimg and avbtool python script.

Closes: https://github.com/gentoo/gentoo/pull/30073
Signed-off-by: Jianhua Lu  gmail.com>
Signed-off-by: Zac Medico  gentoo.org>

 dev-util/android-tools/Manifest|  1 +
 dev-util/android-tools/android-tools-34.0.0.ebuild | 94 ++
 2 files changed, 95 insertions(+)

diff --git a/dev-util/android-tools/Manifest b/dev-util/android-tools/Manifest
index ce460cffc27c..157b8efb06a8 100644
--- a/dev-util/android-tools/Manifest
+++ b/dev-util/android-tools/Manifest
@@ -1,2 +1,3 @@
 DIST android-tools-31.0.3-no-gtest.patch 3152 BLAKE2B 
da71e3cba87b21ffcb144602a06d7e269faabd173233363b757cd2191c051f8d3281f591117d4551d7acc029d6e2d421f702f9f836dfe0dec6c676aa39a2d9fe
 SHA512 
a28d2264bf40c420a279acf1f4c3b4588d96ce2d6e2d6d322abbde62d773804bef10dc33f13dd52c7de80ace6c58f91ae28f5d4e8e97dfae4d2a8473d8537423
 DIST android-tools-33.0.3.tar.xz 25300756 BLAKE2B 
4254f0ab8657966cf56e2a7c3e9a3d889dfa9f26e61d8b46480bb74c5a8be33494f450827e3b2db4087006b3160892e6a846ef33719870cbbd032647cfc3ce78
 SHA512 
78c8141f5f13f1c0e5da474e1d79760a612e911519af4e9f21c0e5005f2ce99f3aeacf16f3fcdfe1250fc795a88190fa243592e1066a2156e1fd8d2b9c3d7f71
+DIST android-tools-34.0.0.tar.xz 37882448 BLAKE2B 
19698c08dd650abba61e5cad9f7474ee3993f5b1fd2f173221560e5ccfc1677093758c325833993a68058c1427e132986b009f9e69a1eae9c4447053920b6feb
 SHA512 
2d24cd95df7da1efa902fab3c848e2ebf09d3335fac61e667b19e1892e95c30a850413d354ceda72a402014623bbda4154cc33fb93a62c31fece8857efbbd596

diff --git a/dev-util/android-tools/android-tools-34.0.0.ebuild 
b/dev-util/android-tools/android-tools-34.0.0.ebuild
new file mode 100644
index ..499cca3d2025
--- /dev/null
+++ b/dev-util/android-tools/android-tools-34.0.0.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit cmake python-r1
+
+DESCRIPTION="Android platform tools (adb, fastboot, and mkbootimg)"
+HOMEPAGE="https://github.com/nmeum/android-tools/ 
https://developer.android.com/;
+
+MY_PV="${PV//_/}"
+SRC_URI="https://github.com/nmeum/android-tools/releases/download/${MY_PV}/${PN}-${MY_PV}.tar.xz
+   https://dev.gentoo.org/~zmedico/dist/${PN}-31.0.3-no-gtest.patch
+"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+# The entire source code is Apache-2.0, except for fastboot which is BSD-2.
+LICENSE="Apache-2.0 BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="python udev"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# dev-libs/libpcre only required for e2fsdroid
+DEPEND="
+   app-arch/brotli:=
+   app-arch/lz4:=
+   app-arch/zstd:=
+   dev-libs/libpcre2:=
+   >=dev-libs/protobuf-3.0.0:=
+   sys-libs/zlib:=
+   virtual/libusb:1=
+"
+RDEPEND="${DEPEND}
+   udev? ( dev-util/android-udev-rules )
+   python? ( ${PYTHON_DEPS} )
+"
+BDEPEND="
+   dev-lang/go
+   dev-lang/perl
+"
+
+DOCS=()
+
+src_prepare() {
+   eapply "${DISTDIR}/${PN}-31.0.3-no-gtest.patch"
+
+   cd "${S}/vendor/core" || die
+   eapply 
"${S}/patches/core/0011-Remove-the-useless-dependency-on-gtest.patch"
+
+   cd "${S}/vendor/libziparchive" || die
+   eapply 
"${S}/patches/libziparchive/0004-Remove-the-useless-dependency-on-gtest.patch"
+
+   cd "${S}" || die
+   rm -r patches || die
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   # Statically link the bundled boringssl
+   -DBUILD_SHARED_LIBS=OFF
+   )
+   cmake_src_configure
+}
+
+src_compile() {
+   export GOCACHE="${T}/go-build"
+   export GOFLAGS="-mod=vendor"
+   cmake_src_compile
+}
+
+src_install() {
+   cmake_src_install
+   rm "${ED}/usr/bin/mkbootimg" || die
+   rm "${ED}/usr/bin/unpack_bootimg" || die
+   rm "${ED}/usr/bin/repack_bootimg" || die
+   rm "${ED}/usr/bin/mkdtboimg" || die
+   rm "${ED}/usr/bin/avbtool" || die
+
+   if use python; then
+   python_foreach_impl python_newexe vendor/mkbootimg/mkbootimg.py 
mkbootimg
+   python_foreach_impl python_newexe 
vendor/mkbootimg/unpack_bootimg.py unpack_bootimg
+   python_foreach_impl python_newexe 
vendor/mkbootimg/repack_bootimg.py repack_bootimg
+   python_foreach_impl python_newexe 
vendor/libufdt/utils/src/mkdtboimg.py mkdtboimg
+   python_foreach_impl python_newexe vendor/avb/avbtool.py avbtool
+   fi
+   docinto adb
+   dodoc vendor/adb/*.{txt,TXT}
+ 

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

2023-03-12 Thread Michael Yang
commit: e2dad95f64fcccf52958929e567e6b385c7c8718
Author: Michael Yang  gmail  com>
AuthorDate: Sun Mar 12 23:38:45 2023 +
Commit: Michael Yang  gmail  com>
CommitDate: Sun Mar 12 23:38:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2dad95f

app-misc/clifm: add 1.10, drop 1.6

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

 app-misc/clifm/Manifest|  2 +-
 app-misc/clifm/{clifm-1.6.ebuild => clifm-1.10.ebuild} |  0
 patch => clifm-1.10-gentoo-skip-manpage-compression.patch} |  0
 .../files/clifm-1.6-gentoo-skip-manpage-compression.patch  | 10 --
 .../files/clifm--gentoo-skip-manpage-compression.patch |  2 +-
 5 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/app-misc/clifm/Manifest b/app-misc/clifm/Manifest
index 12627bdee..dcc3817a5 100644
--- a/app-misc/clifm/Manifest
+++ b/app-misc/clifm/Manifest
@@ -1,4 +1,4 @@
-DIST clifm-1.6.tar.gz 1268633 BLAKE2B 
de36f0d3bc1c6584471d313f346a9db77f659b4fde41775e45c78066db12aff8bf33a58b3c5d0f9cd43800cf823f0508c2abb5c88ff50a28147aec5c7e7178df
 SHA512 
a8f6b73070779d0d49b41109bee1b418cb6eb4fb1ac8e684cf859e1137336df2655ddfb5107b50674a5380364f572fe47cc72f58c25c4ff6439593b411a5f69e
+DIST clifm-1.10.tar.gz 1355974 BLAKE2B 
d5c3ad1b8617471156f8759ebda4e2d62bb7b9db57f61287eb6b1a99f72cac04cea9a9f02bc82d8188a62b18b72e207d017b9bb2c910aa44560691506d50a0aa
 SHA512 
9d59f0258fd44b02eefc0f0eb1ef9f18c90395e440b6ac775211345c64d97dbecef32f746f081a0ab602ab0a58a314be9e873baa538e42939c52eb57d2464d75
 DIST clifm-1.7.tar.gz 1310379 BLAKE2B 
d37e5f4d013c7a7c8427993aa0ff187bac33cb8a89b75b368ce77eb11cbb3275f5cfabec1037e0b3052471633e763d22a7debe019c75ae6098f44cda0e9f7d70
 SHA512 
30bdc33090846b82edb2cf6372ca3515806f85261405476518d9b5cb1f9dc22e513263cac70f7d93bb85e6489b1486868964b1719637c1b317ce491b5734c453
 DIST clifm-1.8.tar.gz 1302830 BLAKE2B 
87e7dc41053af6ccbd819ec0403ca14aeb40865ea49ab87e8601765be771b5e447f593ffb9f94674dbc2afbdb67849a5a8a1d2b26ab524479c4edbfb2c4c79a6
 SHA512 
4b534f4c33462dd6571d69a5b0405295580d980f7c5c43f0893828c7ab624eb366f7e617a97b0357a26663df3c25b1cb2c175ee372f8c18e9b3f061186b76827
 DIST clifm-1.9.tar.gz 1331325 BLAKE2B 
221f7e3f5a9904a24af6bf31c7ea433e70688ba0cf23e9b6b50478b15f3f16c3b0119e673dfe3991e34ee359d1c6dafeba12c4f9cb1de12255094d1226a6e584
 SHA512 
03406e2b58accc525bce957a8e27d276503ab63e426cea8023a2835ed4592dabe1f160dcb1502a87851e1afabedb985e634a2c3a0cafa84acdfd29a04f4c3b86

diff --git a/app-misc/clifm/clifm-1.6.ebuild b/app-misc/clifm/clifm-1.10.ebuild
similarity index 100%
rename from app-misc/clifm/clifm-1.6.ebuild
rename to app-misc/clifm/clifm-1.10.ebuild

diff --git 
a/app-misc/clifm/files/clifm--gentoo-skip-manpage-compression.patch 
b/app-misc/clifm/files/clifm-1.10-gentoo-skip-manpage-compression.patch
similarity index 100%
copy from app-misc/clifm/files/clifm--gentoo-skip-manpage-compression.patch
copy to app-misc/clifm/files/clifm-1.10-gentoo-skip-manpage-compression.patch

diff --git 
a/app-misc/clifm/files/clifm-1.6-gentoo-skip-manpage-compression.patch 
b/app-misc/clifm/files/clifm-1.6-gentoo-skip-manpage-compression.patch
deleted file mode 100644
index f15172e66..0
--- a/app-misc/clifm/files/clifm-1.6-gentoo-skip-manpage-compression.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -49,7 +49,6 @@ install: build
-   $(INSTALL) -m 0755 -d $(DESTDIR)$(DATADIR)/zsh/site-functions
-   $(INSTALL) -m 0755 -d $(DESTDIR)$(DESKTOPICONPREFIX)/scalable/apps
-   $(INSTALL) -m 0644 misc/manpage $(DESTDIR)$(MANDIR)/man1/$(BIN).1
--  gzip -f -- $(DESTDIR)$(MANDIR)/man1/$(BIN).1
-   $(INSTALL) -m 0644 misc/completions.bash 
$(DESTDIR)$(DATADIR)/bash-completion/completions/$(BIN)
-   $(INSTALL) -m 0644 misc/completions.zsh 
$(DESTDIR)$(DATADIR)/zsh/site-functions/_$(BIN)
-   $(INSTALL) -m 0644 misc/$(BIN).desktop $(DESTDIR)$(DESKTOPPREFIX)

diff --git 
a/app-misc/clifm/files/clifm--gentoo-skip-manpage-compression.patch 
b/app-misc/clifm/files/clifm--gentoo-skip-manpage-compression.patch
index 20406d986..365df14c7 100644
--- a/app-misc/clifm/files/clifm--gentoo-skip-manpage-compression.patch
+++ b/app-misc/clifm/files/clifm--gentoo-skip-manpage-compression.patch
@@ -2,7 +2,7 @@ Skip manpage compression in makefile.
 
 --- a/Makefile
 +++ b/Makefile
-@@ -53,7 +53,6 @@ install: $(BIN)
+@@ -54,7 +54,6 @@ install: $(BIN)
$(INSTALL) -m 0755 -d $(DESTDIR)$(DATADIR)/zsh/site-functions
$(INSTALL) -m 0755 -d $(DESTDIR)$(DESKTOPICONPREFIX)/scalable/apps
$(INSTALL) -m 0644 misc/manpage $(DESTDIR)$(MANDIR)/man1/$(BIN).1



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

2023-03-12 Thread Maciej Barć
commit: 1c8f5405df46766ea16dc7830e5ab68d99201d45
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 22:36:38 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 22:52:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8f5405

app-emacs/buttercup: drop old 1.27

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

 app-emacs/buttercup/Manifest  |  1 -
 app-emacs/buttercup/buttercup-1.27.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/app-emacs/buttercup/Manifest b/app-emacs/buttercup/Manifest
index 7b86169400ca..6ab4804c6b50 100644
--- a/app-emacs/buttercup/Manifest
+++ b/app-emacs/buttercup/Manifest
@@ -1,4 +1,3 @@
 DIST buttercup-1.26.tar.gz 87554 BLAKE2B 
ee5d37360b6c9daa8b790f7ea6ae5bf7ff4266b1fcbe913877aefd4ede2e7d6561e48eae533c17c906e19b498d9d127692597ee728bd1fa791430f5f6ab508c8
 SHA512 
fb491e1db33ffaeca52529630c538040487a7bdf7766faab2c6a1bc39d1060c57a259006b741abbec9b9a6911f8390b2513e0a4dddf856b79274ed24307c
-DIST buttercup-1.27.tar.gz 87761 BLAKE2B 
d372e3285bb80a0005e79142dc95d219a2219959974039083df502ceeec10281aaeaa57f97c8bf45ec1d31b530934faf03b24d2a40e94f09f1cce4a986ae602b
 SHA512 
537c1cc1fc56537f3894f0917738ab344a4b117eac927b290bc8b5d01b6ad1df1caad63e1f339edc8f4bcaa9cdf483995e2730661481b53dd5e693a33f34
 DIST buttercup-1.28.tar.gz 87689 BLAKE2B 
510741e02c5973c80f3b6d9374d179b132ead8aefddee530f9a5f2cd5e6603bcb925060e40d614ec6804bc6aa918e6dea568d47ad3295c427066ab4c4953b37e
 SHA512 
b83f1a9e14bce6e6e63047788bfa4e34b8d958c6422a52829c8752e6af7622764021c1574f812160472de123f0cdc68edb6daa0703d3b2633e84fe7df6ddeacc
 DIST buttercup-1.29.tar.gz 87693 BLAKE2B 
f42b98303a058dc3435b00dc5b50eb7217cfd70b48f982cb8823401b4d603ba2292a3235077d1263ddeba69284f6d7a37e407869dd3d4357102f1e765b14bf4e
 SHA512 
3d400dfe5020fffefa5e8b32b9d5b8191a4882d790a9c5d48267cb021ffd0d6e9256116dca0d6118e920a2a0a2902bba7a2f73504c165cad71a4fc7f9867542f

diff --git a/app-emacs/buttercup/buttercup-1.27.ebuild 
b/app-emacs/buttercup/buttercup-1.27.ebuild
deleted file mode 100644
index cfebece4d7cc..
--- a/app-emacs/buttercup/buttercup-1.27.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="24.3"
-
-inherit elisp
-
-DESCRIPTION="Behaviour-driven Elisp testing"
-HOMEPAGE="https://github.com/jorgenschaefer/emacs-buttercup;
-SRC_URI="https://github.com/jorgenschaefer/emacs-${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-S="${WORKDIR}"/emacs-${P}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-DOCS=( docs/{running,writing}-tests.md  )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   ${EMACS} ${EMACSFLAGS} -L . -l buttercup \
--f buttercup-run-discover || die "tests failed"
-}
-
-src_install() {
-   elisp_src_install
-   dobin bin/${PN}
-}



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

2023-03-12 Thread Maciej Barć
commit: de22365b91425868dd8ee563c6d48739a40b016d
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 22:49:48 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 22:52:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de22365b

dev-lang/crystal: bump to 1.7.3

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

 dev-lang/crystal/Manifest |   2 +
 dev-lang/crystal/crystal-1.7.3.ebuild | 108 ++
 2 files changed, 110 insertions(+)

diff --git a/dev-lang/crystal/Manifest b/dev-lang/crystal/Manifest
index beb47f106a07..c22a89135e7d 100644
--- a/dev-lang/crystal/Manifest
+++ b/dev-lang/crystal/Manifest
@@ -2,3 +2,5 @@ DIST crystal-1.5.0-1-linux-x86_64.tar.gz 29749716 BLAKE2B 
f1a84e89bb1c92349dc6e6
 DIST crystal-1.5.0.tar.gz 2909586 BLAKE2B 
beb6bf0b8950317fa1883fa5c281ecf205f3a2c545b99e489ab07420534fa14ff1feb2a506a961304280cfcae1142faffd42acedd6845b96f439a6407e09106b
 SHA512 
9f1915834c0218b05c6197325df1fc52d5d6a94ba1b83629ac07df4073271d777c1f6acfa7286eafb645e9118702ff856dfe590c8b2a3d91eb6929e88275f7f0
 DIST crystal-1.7.2-1-linux-x86_64.tar.gz 41103664 BLAKE2B 
399f5703fe907bed55b002d3d85873871c55e5d091c6342c3dc8356b219d5190ee3bf94456c0d4f169f4e2dee1f62cb42acbe707db9ee46c12a6ac4d60c4b5a4
 SHA512 
374e1a26f4540a0b368edd280dbab77d39237104432d4998f067e042de05bc58340d6a80ce569d5089b73e0d9b79fa5c65c04ea51f88ac5b0294af81d54d81ca
 DIST crystal-1.7.2.tar.gz 3121696 BLAKE2B 
425d03a5ab34d885c6115582ae4aea3684fb088aeb3e8480087a14ff1963032e6ff4baa3022313d418dae5dce4a533786ee3993d19c81ed281b5a75411e5a4e8
 SHA512 
d278bc9a54c822e6c72269505158085bc7854b0f33c91a2adc24c656b310d20f5b49c633ec6216fbdee4dd17e9fb262d3315bf522c1c88e1ddbcb0dc386ce6c8
+DIST crystal-1.7.3-1-linux-x86_64.tar.gz 41098689 BLAKE2B 
38ff4e7bf0c6aeb8364fb18ed877ee000ae51ac274fb55a0f8ac60637ad20ecb53a95e3e9304b228bd20c00f30be14aed4d19e7146998b73d908bf0c7e60bf95
 SHA512 
c2fbdc455c8555cb03409a8a6ec0de9d0376d7bd5ebaba97d14f6642f0cf0d90f09479e1d1a1a3a3e80c0d81393e2915e12201e1682cc1b84cc8e3b27386d88e
+DIST crystal-1.7.3.tar.gz 3122395 BLAKE2B 
5ccb18fe9d24f655d7210e99d81593d177063f8f9fb278ebdad6bb3c418684462178b754a9ed9d84423e8c3682eddf56360def4f2c29dde22eebfe34c503f499
 SHA512 
97efff14523207d5939a6fb92c648c0d1160d968a359b505e916ce438b71797539498a6b90da5bb9474d509a13b313622f6e3520523378342e099ad1e6d9c5a5

diff --git a/dev-lang/crystal/crystal-1.7.3.ebuild 
b/dev-lang/crystal/crystal-1.7.3.ebuild
new file mode 100644
index ..9c03c216028f
--- /dev/null
+++ b/dev-lang/crystal/crystal-1.7.3.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+BV=${PV}-1
+BV_AMD64=${BV}-linux-x86_64
+LLVM_MAX_SLOT=14
+
+inherit bash-completion-r1 llvm multiprocessing toolchain-funcs
+
+DESCRIPTION="The Crystal Programming Language"
+HOMEPAGE="https://crystal-lang.org/
+   https://github.com/crystal-lang/crystal/;
+SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   amd64? ( 
https://github.com/crystal-lang/crystal/releases/download/${BV/-*}/crystal-${BV_AMD64}.tar.gz
 )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc debug llvm-libunwind"
+
+# Upstream test suite not reliable
+RESTRICT="test"
+
+DEPEND="
+   dev-libs/boehm-gc:=[threads]
+   dev-libs/gmp:=
+   dev-libs/libatomic_ops:=
+   dev-libs/libevent:=
+   dev-libs/libpcre:=
+   dev-libs/pcl:=
+   

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/cpp-httplib/

2023-03-12 Thread Maciej Barć
commit: b091dd44ae3bff59b32d3b50f33635b0a30512fc
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 22:47:39 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 22:52:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b091dd44

dev-cpp/cpp-httplib: bump to 0.12.1

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

 dev-cpp/cpp-httplib/Manifest  |  1 +
 dev-cpp/cpp-httplib/cpp-httplib-0.12.1.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/dev-cpp/cpp-httplib/Manifest b/dev-cpp/cpp-httplib/Manifest
index 0492701d609b..63bb1490a47e 100644
--- a/dev-cpp/cpp-httplib/Manifest
+++ b/dev-cpp/cpp-httplib/Manifest
@@ -1,3 +1,4 @@
 DIST cpp-httplib-0.11.3.tar.gz 633203 BLAKE2B 
7418b958610a5f9fa634bd67622d176bdbb54a93c6478578ea0f9a9f1104b72923a8909702ae994edecc6e1f37d63ba09444913d44785e944426464df7c48cb1
 SHA512 
b0c46bf11c8bc84ab52143559ff1c4682b02504921855e5cd7e82bc65a04b192281ef7a124c7c7dfe928ae3842d5065097b6a4608be1c74dc51b563b15b93d0f
 DIST cpp-httplib-0.11.4.tar.gz 634929 BLAKE2B 
b6a6626de54e6828f08cd8f36934716969bc6c0485b8899522de2bd0c6b325c52c7541eccc095093062b4a3744b6170b10169d7e4a7a32a2cd683c292f9da85c
 SHA512 
3f8a905cebee388526ebffeb431a90c9de2e8e92058ec0847f55fe0a43957ce6edaf093b3a516563d18d6105557af39270b9803865d400bbd849a60a5c8e8c17
 DIST cpp-httplib-0.12.0.tar.gz 635941 BLAKE2B 
b6f7d0d0be9da6afc4850313cd7508114463af7a94054b9495d069079120c3ca33d9e26865be538c0d002f1c31b88ec9cd7dd03d45ed620fbd851b0f19870eae
 SHA512 
316ae9c2289d94cdd7dbd7ff70f056a54fba6ffdaf882b3e2c615e060ad8627e8a1b3fa452e6f30581859f9c7c6d919f47c2c98779401f4a92e1ce82188206fe
+DIST cpp-httplib-0.12.1.tar.gz 637858 BLAKE2B 
a4bc22f971e7dc011f172602f0579f09270eabad527dbba838df71908a6cbe66d432c8aef3a674ccbc3b39fbce477bc828afb5ec72b11f9ca2e0e77094b2d88e
 SHA512 
a65ee9b4990572f92ade06fa6dc79535bc4d7c2bac47b85eba5e224fcb2d6dff7911127be72543b82a370628081acc81a88d1169a9cf30714f11c1227c40fe52

diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.12.1.ebuild 
b/dev-cpp/cpp-httplib/cpp-httplib-0.12.1.ebuild
new file mode 100644
index ..5e7e52076c45
--- /dev/null
+++ b/dev-cpp/cpp-httplib/cpp-httplib-0.12.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit cmake-multilib python-any-r1 toolchain-funcs
+
+DESCRIPTION="C++ HTTP/HTTPS server and client library"
+HOMEPAGE="https://github.com/yhirose/cpp-httplib/;
+SRC_URI="https://github.com/yhirose/cpp-httplib/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/0.11"  # soversion
+KEYWORDS="~amd64 ~x86"
+
+IUSE="brotli ssl test zlib"
+REQUIRED_USE="test? ( brotli ssl zlib )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] )
+   ssl? ( dev-libs/openssl:=[${MULTILIB_USEDEP}] )
+   zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}"
+
+src_configure() {
+   local -a mycmakeargs=(
+   -DHTTPLIB_COMPILE=yes
+   -DBUILD_SHARED_LIBS=yes
+   -DHTTPLIB_USE_BROTLI_IF_AVAILABLE=no
+   -DHTTPLIB_USE_OPENSSL_IF_AVAILABLE=no
+   -DHTTPLIB_USE_ZLIB_IF_AVAILABLE=no
+   -DHTTPLIB_REQUIRE_BROTLI=$(usex brotli)
+   -DHTTPLIB_REQUIRE_OPENSSL=$(usex ssl)
+   -DHTTPLIB_REQUIRE_ZLIB=$(usex zlib)
+   -DPython3_EXECUTABLE="${PYTHON}"
+   )
+   cmake-multilib_src_configure
+}
+
+multilib_src_test() {
+   cp -p -R --reflink=auto "${S}/test" ./test || die
+
+   emake -C test "CXX=$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} -I."
+}



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

2023-03-12 Thread Maciej Barć
commit: 2dd4bf431a55bbe9b1412045233308b8494840ed
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 22:38:10 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 22:52:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd4bf43

app-emacs/yaml: bump to 0.5.2

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

 app-emacs/yaml/Manifest  |  1 +
 app-emacs/yaml/yaml-0.5.2.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/yaml/Manifest b/app-emacs/yaml/Manifest
index 4035343c164a..f5e989a0a882 100644
--- a/app-emacs/yaml/Manifest
+++ b/app-emacs/yaml/Manifest
@@ -1 +1,2 @@
 DIST yaml-0.5.1.tar.gz 44335 BLAKE2B 
dbcaf29d5d0a18e167cf0fd43d5ea0536d3879ed8bc924930c06aa1eedb2c268f91fd2d0c8981ab81f928db82148ad7fbc01a5926b3dd4645ec57cc78bac7256
 SHA512 
4ed2dc26a87137deb2d06cffac7c9b0748f66a9b05d91e33022da0edee0966b94ac2dfdb5a181628357dd3714ac55cfb48b1a35f9f6352c01d745a1d69131381
+DIST yaml-0.5.2.tar.gz 44466 BLAKE2B 
9f754a43bb427ea3a76de6f6fecf44701f329a0072bd060d93a437f76564faeb1ffe4a0aeb109ac491e4a664de5faf738fec69a97cf872ddbfc91796dcf4355a
 SHA512 
4f50585a7ce4304df1b65cde6e295ecb42c401a8eb07f45b22cee8d77e6fdcf954266adb89b6c1cf495142fd32298346703164393f98ac0164beaceb779ceac3

diff --git a/app-emacs/yaml/yaml-0.5.2.ebuild b/app-emacs/yaml/yaml-0.5.2.ebuild
new file mode 100644
index ..a706ed730c6d
--- /dev/null
+++ b/app-emacs/yaml/yaml-0.5.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=25.1
+
+inherit elisp
+
+DESCRIPTION="YAML parser in Emacs Lisp"
+HOMEPAGE="https://github.com/zkry/yaml.el/;
+SRC_URI="https://github.com/zkry/yaml.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/yaml.el-${PV}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   # "test/string-inflection-test.el" calls "(ert-run-tests-batch t)"
+   ${EMACS} ${EMACSFLAGS} -L . -l yaml-tests.el || die
+}



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

2023-03-12 Thread Maciej Barć
commit: b69bf5ae13b4078d370a3f5addd3ac92b34fc8e5
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 22:37:00 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 22:52:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69bf5ae

app-emacs/buttercup: bump to 1.30

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

 app-emacs/buttercup/Manifest  |  1 +
 app-emacs/buttercup/buttercup-1.30.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emacs/buttercup/Manifest b/app-emacs/buttercup/Manifest
index 6ab4804c6b50..e21102709f3e 100644
--- a/app-emacs/buttercup/Manifest
+++ b/app-emacs/buttercup/Manifest
@@ -1,3 +1,4 @@
 DIST buttercup-1.26.tar.gz 87554 BLAKE2B 
ee5d37360b6c9daa8b790f7ea6ae5bf7ff4266b1fcbe913877aefd4ede2e7d6561e48eae533c17c906e19b498d9d127692597ee728bd1fa791430f5f6ab508c8
 SHA512 
fb491e1db33ffaeca52529630c538040487a7bdf7766faab2c6a1bc39d1060c57a259006b741abbec9b9a6911f8390b2513e0a4dddf856b79274ed24307c
 DIST buttercup-1.28.tar.gz 87689 BLAKE2B 
510741e02c5973c80f3b6d9374d179b132ead8aefddee530f9a5f2cd5e6603bcb925060e40d614ec6804bc6aa918e6dea568d47ad3295c427066ab4c4953b37e
 SHA512 
b83f1a9e14bce6e6e63047788bfa4e34b8d958c6422a52829c8752e6af7622764021c1574f812160472de123f0cdc68edb6daa0703d3b2633e84fe7df6ddeacc
 DIST buttercup-1.29.tar.gz 87693 BLAKE2B 
f42b98303a058dc3435b00dc5b50eb7217cfd70b48f982cb8823401b4d603ba2292a3235077d1263ddeba69284f6d7a37e407869dd3d4357102f1e765b14bf4e
 SHA512 
3d400dfe5020fffefa5e8b32b9d5b8191a4882d790a9c5d48267cb021ffd0d6e9256116dca0d6118e920a2a0a2902bba7a2f73504c165cad71a4fc7f9867542f
+DIST buttercup-1.30.tar.gz 91126 BLAKE2B 
d9024aa154d5408bb6c200099be2d8d9a96df61e421f0d602bcc4ef0350665e250362384d3cd931bdf72f74cb9d95cdd62fda3bba4171f2de764876d1716f69d
 SHA512 
e7dd6e0823216e593943545ef0ff6ac81322a6d0317f8517d14ddc65059638ef4435539e0722c6ba340eee7c32473310af62a2341e30d43effd1d787dad6ab61

diff --git a/app-emacs/buttercup/buttercup-1.30.ebuild 
b/app-emacs/buttercup/buttercup-1.30.ebuild
new file mode 100644
index ..e1bd4d4e600e
--- /dev/null
+++ b/app-emacs/buttercup/buttercup-1.30.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="24.3"
+
+inherit elisp
+
+DESCRIPTION="Behaviour-driven Elisp testing"
+HOMEPAGE="https://github.com/jorgenschaefer/emacs-buttercup;
+SRC_URI="https://github.com/jorgenschaefer/emacs-${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}"/emacs-${P}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+DOCS=( docs/{running,writing}-tests.md  )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ${EMACS} ${EMACSFLAGS} -L . -l buttercup \
+-f buttercup-run-discover || die "tests failed"
+}
+
+src_install() {
+   elisp_src_install
+   dobin bin/${PN}
+}



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

2023-03-12 Thread Maciej Barć
commit: 95263dd338e773fd99b2a7593df118a7b9a2fac0
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 22:36:13 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 22:52:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95263dd3

app-emacs/consult: bump to 0.33

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

 app-emacs/consult/Manifest|  1 +
 app-emacs/consult/consult-0.33.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index ca0bd78020b0..a7d578b2fcf6 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,2 +1,3 @@
 DIST consult-0.31.tar.gz 97789 BLAKE2B 
800b3afd159e61e39860df8b259b9c3ae7db75094318e879a283bab0ad24b6fd8fa8e42480a0a6f3b036ad8f06cb656759ce9111819dcd9806f0357bd4ee552e
 SHA512 
d38452b8f32ae504099dc80fdf9fe4bdd3c2de5b3f6c4fd065cac9f6f7df1e486d7bae8f8636bd3d6d7dd825c4d8baac992aae9f3948db9584085f6a02dc8ca4
 DIST consult-0.32.tar.gz 101692 BLAKE2B 
01c574755345917ea109d4321a31b6720f88bb99d76a26cb5ef90acd7f637734d299708b630971a530ab97eb83d719c634eac6b3481699f4fc94f5a3ea479a72
 SHA512 
d33c33997542f545d64af9fe9261e1d22b32effaf75fce428903f5d4e50e98f0205976cb000aa0c4ce0218a382171d345d8d806184fbdd63d906fba91d58ab6e
+DIST consult-0.33.tar.gz 102348 BLAKE2B 
16419c7dfbee2d190dc4f534a69f835120779e6b44d0136963b830a56b49f890df6ac72f3dd229351bb1eb9e9b94a1a0fac1c14ee086a06d137b79e869f49d8c
 SHA512 
64bf4a4833e66388465db44d97fd0a8492baf8a2d3c54638cb2438391ec0b5599e944d5eb56812ea3fb1f6b6bcaf4a27d014390d084b9a73b0340c3aa467603f

diff --git a/app-emacs/consult/consult-0.33.ebuild 
b/app-emacs/consult/consult-0.33.ebuild
new file mode 100644
index ..1a06823ec878
--- /dev/null
+++ b/app-emacs/consult/consult-0.33.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=27
+
+inherit elisp
+
+DESCRIPTION="Consulting complete-read"
+HOMEPAGE="https://github.com/minad/consult;
+SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-emacs/compat-28.1"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



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

2023-03-12 Thread Maciej Barć
commit: 4f4c92551d177e53b609db65d2814cacb0c3fcf9
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 22:35:51 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 22:52:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4c9255

app-emacs/consult: drop old 0.30

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

 app-emacs/consult/Manifest|  1 -
 app-emacs/consult/consult-0.30.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-emacs/consult/Manifest b/app-emacs/consult/Manifest
index f7ab4ea1b8b3..ca0bd78020b0 100644
--- a/app-emacs/consult/Manifest
+++ b/app-emacs/consult/Manifest
@@ -1,3 +1,2 @@
-DIST consult-0.30.tar.gz 97691 BLAKE2B 
3e09bf24a1385f70b77d072c58e5d63a7a3bf3f89e7c2a22751e5dabead62b759c6a52577660c65a17134e0c0dc8f2ea63c79cfb874df4de06556ac2af995a8d
 SHA512 
2eff338c557d096b4bf048d1abcfde093cd600350ce691c33408f15fdf112738eb9aee33c043412b87d7a81d27c939860ea82e5ca55f32382afecded1668934b
 DIST consult-0.31.tar.gz 97789 BLAKE2B 
800b3afd159e61e39860df8b259b9c3ae7db75094318e879a283bab0ad24b6fd8fa8e42480a0a6f3b036ad8f06cb656759ce9111819dcd9806f0357bd4ee552e
 SHA512 
d38452b8f32ae504099dc80fdf9fe4bdd3c2de5b3f6c4fd065cac9f6f7df1e486d7bae8f8636bd3d6d7dd825c4d8baac992aae9f3948db9584085f6a02dc8ca4
 DIST consult-0.32.tar.gz 101692 BLAKE2B 
01c574755345917ea109d4321a31b6720f88bb99d76a26cb5ef90acd7f637734d299708b630971a530ab97eb83d719c634eac6b3481699f4fc94f5a3ea479a72
 SHA512 
d33c33997542f545d64af9fe9261e1d22b32effaf75fce428903f5d4e50e98f0205976cb000aa0c4ce0218a382171d345d8d806184fbdd63d906fba91d58ab6e

diff --git a/app-emacs/consult/consult-0.30.ebuild 
b/app-emacs/consult/consult-0.30.ebuild
deleted file mode 100644
index 1a06823ec878..
--- a/app-emacs/consult/consult-0.30.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=27
-
-inherit elisp
-
-DESCRIPTION="Consulting complete-read"
-HOMEPAGE="https://github.com/minad/consult;
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=app-emacs/compat-28.1"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp_src_compile
-   elisp-make-autoload-file
-}



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

2023-03-12 Thread Maciej Barć
commit: f728a94972a7be21c7b8f90ed4643a0cdd2bd989
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 22:35:03 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 22:52:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f728a949

app-emacs/org-modern: bump to 0.9

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

 app-emacs/org-modern/Manifest  |  1 +
 app-emacs/org-modern/org-modern-0.9.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest
index 15718d06a01c..e986a156374d 100644
--- a/app-emacs/org-modern/Manifest
+++ b/app-emacs/org-modern/Manifest
@@ -1,2 +1,3 @@
 DIST org-modern-0.7.tar.gz 23199 BLAKE2B 
f9fea09f8be91c68b5e3b8c6371b3772d47c3738ebd301c15bbf1d5ed7f72daf177c66ac8a3cea322e70449d477ba73bb4bd48afcf6de23162d682b09b45de87
 SHA512 
e77a561376ed04fa7dd1034d5dd1c9217768ecf73e27c704d246261b60365712d5835c66b91cce1e91b368d004868a6fb5945b266e415276cab604f749cb9df2
 DIST org-modern-0.8.tar.gz 23681 BLAKE2B 
75ad25f43756327de5fefc49ba168a4b5e8d19352c1a08d394375ad4f33c808df51866c56d47bc5bb6d57e8b5f38d24acbb53f011dc2920c0747c4b884aa4a8a
 SHA512 
c8d99576e80f783be05b543ad44fbfa9264d5a76a0b991bd46be2820bf703eb9fbb21c5c297b21bd8fc5f8ab0726be49f1bf1947a5f011898cd3b377fce02f68
+DIST org-modern-0.9.tar.gz 24023 BLAKE2B 
5f016f4e1a748cb33b139794864a3e40ce035c3ce616eef96c9f884dffeb27057523fdd3c2e179061ad3defef67e706d19157742eb503b927fdd07fde9b6b73f
 SHA512 
618bd3ad94a8f6557519549d4918e98af0018e8ad60390843c6638fc245a20c4d304cbb30253238f356e496a4ba0d007ba65e34b07fee61069410b85bbe9

diff --git a/app-emacs/org-modern/org-modern-0.9.ebuild 
b/app-emacs/org-modern/org-modern-0.9.ebuild
new file mode 100644
index ..cf089dd2ab36
--- /dev/null
+++ b/app-emacs/org-modern/org-modern-0.9.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Modern style for your GNU Emacs Org buffers"
+HOMEPAGE="https://github.com/minad/org-modern/;
+SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.org example.org )
+SITEFILE="50${PN}-gentoo.el"



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

2023-03-12 Thread Maciej Barć
commit: a3bf7e3a19be0c4495788806785729ba30e8d894
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 22:50:28 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 22:52:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3bf7e3a

app-emacs/org-modern: drop old 0.6

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

 app-emacs/org-modern/Manifest  |  1 -
 app-emacs/org-modern/org-modern-0.6.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest
index ffbbdc8ae05f..15718d06a01c 100644
--- a/app-emacs/org-modern/Manifest
+++ b/app-emacs/org-modern/Manifest
@@ -1,3 +1,2 @@
-DIST org-modern-0.6.tar.gz 23023 BLAKE2B 
caddb13de8bb5de6d042535ea092d4f681e444cc99095baa2394545d7e78c55860b8aa0581e49c1f95321e4bf42cfa3e898e57f85db0726361173aded80ff162
 SHA512 
46fd0b37b199916383ec831cb98bcf0c0ab8f3cd2cbb2f93884cbf1919c774d666fc1e83213a51849fa5ddfa5b15917c6f4541af94768cee8bfc787dd30bf5fc
 DIST org-modern-0.7.tar.gz 23199 BLAKE2B 
f9fea09f8be91c68b5e3b8c6371b3772d47c3738ebd301c15bbf1d5ed7f72daf177c66ac8a3cea322e70449d477ba73bb4bd48afcf6de23162d682b09b45de87
 SHA512 
e77a561376ed04fa7dd1034d5dd1c9217768ecf73e27c704d246261b60365712d5835c66b91cce1e91b368d004868a6fb5945b266e415276cab604f749cb9df2
 DIST org-modern-0.8.tar.gz 23681 BLAKE2B 
75ad25f43756327de5fefc49ba168a4b5e8d19352c1a08d394375ad4f33c808df51866c56d47bc5bb6d57e8b5f38d24acbb53f011dc2920c0747c4b884aa4a8a
 SHA512 
c8d99576e80f783be05b543ad44fbfa9264d5a76a0b991bd46be2820bf703eb9fbb21c5c297b21bd8fc5f8ab0726be49f1bf1947a5f011898cd3b377fce02f68

diff --git a/app-emacs/org-modern/org-modern-0.6.ebuild 
b/app-emacs/org-modern/org-modern-0.6.ebuild
deleted file mode 100644
index 0b55aefd8d63..
--- a/app-emacs/org-modern/org-modern-0.6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Modern style for your GNU Emacs Org buffers"
-HOMEPAGE="https://github.com/minad/org-modern/;
-SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DOCS=( README.org example.org )
-SITEFILE="50${PN}-gentoo.el"



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

2023-03-12 Thread Matthew Thode
commit: e1da6d314904920d2efdff821ed20b7484951eea
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 12 22:29:20 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Mar 12 22:29:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1da6d31

net-misc/memcached: drop 1.6.16

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

 net-misc/memcached/Manifest|   1 -
 net-misc/memcached/memcached-1.6.16.ebuild | 106 -
 2 files changed, 107 deletions(-)

diff --git a/net-misc/memcached/Manifest b/net-misc/memcached/Manifest
index 29fdcbe469bf..18e4ff820855 100644
--- a/net-misc/memcached/Manifest
+++ b/net-misc/memcached/Manifest
@@ -1,4 +1,3 @@
-DIST memcached-1.6.16.tar.gz 1054877 BLAKE2B 
6052153a0442df1e7fcd8a959184c6ef1ca5ca26ef8c145144f8d26d4ded971e19bfd7a310f80e7b1cded840ebe95626a8714b583e156111ba68ae4721bda0c2
 SHA512 
cacd71d11aaa575361b83b5c565b6d665cac7a6dc6768af209d5108620d6883a7b3159351b7eab6da034a15162fa71fefe8024e41a1f46911acd1ca3aa23b209
 DIST memcached-1.6.17.tar.gz 1713186 BLAKE2B 
0dfb473448912b5ce87485ee813f7f026a5bbdc6570b0616a69551e3adeacb04461359d492d975283182e2b338fa32e416b25b5c874b8088a0836766728c05ae
 SHA512 
90ddd1e0dac3eb27273c1ee0bf6a7f75248f0267bca37b88455ff48727ab4f9db07382484d1e0c9b4a0126198b147f53aea4c993259ac608e8de393e11dad673
 DIST memcached-1.6.18.tar.gz 1081928 BLAKE2B 
edfaf02cdd3b13930d473fbc4475484602b70bca323f28636b1770780be34fdb325c70d0b0ba7f8d92233aab4dac8a5537be84276489be6a803e1d93d1dc34ab
 SHA512 
85e5a5e7c901b02158ea20cc58f2e7e6ba4806c40a0105185140b31fa40f3ce0fc704f6f17ea4a425a9ff543f9d30092aadbb202ea4ca46476c151e65eac97e6
 DIST memcached-1.6.19.tar.gz 2599941 BLAKE2B 
a66eef916b1d540558cf6487363b95a4228784d921bc0987da803c8d3897ad2ef22ef9949d95251b92b98390d900d4ca26a88862cbf33b8e5d624f3f32cb00d2
 SHA512 
60d93065e0ef2b17e9da5370a497a4fbfc64c0af70e14fdfdab60c0c94c0b19e30da31d615e19565474c278141a4cb401c65fd79bd70947dd96a9fee81824a74

diff --git a/net-misc/memcached/memcached-1.6.16.ebuild 
b/net-misc/memcached/memcached-1.6.16.ebuild
deleted file mode 100644
index 45d1892014e6..
--- a/net-misc/memcached/memcached-1.6.16.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic systemd
-
-MY_PV="${PV/_rc/-rc}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="High-performance, distributed memory object caching system"
-HOMEPAGE="http://memcached.org/;
-SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
-   https://www.memcached.org/files/old/${MY_P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="debug sasl seccomp selinux slabs-reassign ssl test" # hugetlbfs later
-
-RDEPEND=">=dev-libs/libevent-1.4:=
-   dev-lang/perl
-   sasl? ( dev-libs/cyrus-sasl )
-   seccomp? ( sys-libs/libseccomp )
-   selinux? ( sec-policy/selinux-memcached )
-   ssl? ( >=dev-libs/openssl-1.1.0g:= )"
-DEPEND="${RDEPEND}
-   acct-user/memcached
-   test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 ssl? 
( dev-perl/IO-Socket-SSL ) )"
-
-S="${WORKDIR}/${MY_P}"
-
-RESTRICT="!test? ( test )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.2.2-fbsd.patch"
-   "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch"
-   "${FILESDIR}/${PN}-1.4.4-as-needed.patch"
-   "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch"
-)
-
-src_prepare() {
-   default
-
-   sed -i -e 's,-Werror,,g' configure.ac || die
-   sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die
-
-   eautoreconf
-
-   use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN
-
-   # Tweak upstream systemd unit to use Gentoo variables/envfile.
-   # As noted by bug #587440
-   sed -i -e '/^ExecStart/{
-   s,{USER},{MEMCACHED_RUNAS},g;
-   s,{CACHESIZE},{MEMUSAGE},g;
-   s,OPTIONS,MISC_OPTS,g;
-   };
-   /Environment=/{s,OPTIONS,MISC_OPTS,g;};
-   /EnvironmentFile=/{s,/sysconfig/,/conf.d/,g;};
-   ' \
-   "${S}"/scripts/memcached.service
-}
-
-src_configure() {
-   econf \
-   --disable-docs \
-   $(use_enable sasl) \
-   $(use_enable ssl tls)
-   # The xml2rfc tool to build the additional docs requires TCL :-(
-   # `use_enable doc docs`
-}
-
-src_compile() {
-   # There is a heavy degree of per-object compile flags
-   # Users do NOT know better than upstream. Trying to compile the testapp 
and
-   # the -debug version with -DNDEBUG _WILL_ fail.
-   append-flags -UNDEBUG -pthread
-   emake testapp memcached-debug CFLAGS="${CFLAGS}"
-
-   filter-flags -UNDEBUG
-   emake
-}
-
-src_test() {
-   emake -j1 test
-}
-

[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-nginx/

2023-03-12 Thread Matthew Thode
commit: 31a6593e295f75fa7fadfc60b61f5b4a17de6615
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 12 22:28:40 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Mar 12 22:28:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a6593e

app-crypt/certbot-nginx: drop 2.1.0, 2.1.1

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

 app-crypt/certbot-nginx/Manifest   |  2 -
 app-crypt/certbot-nginx/certbot-nginx-2.1.0.ebuild | 35 ---
 app-crypt/certbot-nginx/certbot-nginx-2.1.1.ebuild | 50 --
 3 files changed, 87 deletions(-)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index a530d8d5eccd..edb04bef4a8c 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1,5 +1,3 @@
-DIST certbot-2.1.0.tar.gz 1327451 BLAKE2B 
c4694622648427146574aa7c056d5d76dc3c4f6b8487a506d1c4996239f979d89ca26980b2ffbaab975458d0691acaa07a46a75098b6146e6e3c51e6eaa64be0
 SHA512 
83c3a6abeffb135cebd0d0f4561f3814039962e3b895aaf7bef6570641fccda2da04f1a6110c5e90d6ed3346402cbb3ff543b0a096e8e18f6345edd22da643cc
-DIST certbot-2.1.1.gh.tar.gz 1327548 BLAKE2B 
21ce7d88bc101147be237201d472f43ea71adafe37789b0a46d7d87b0bc0f1270044386507bc516beb658633cbaebcade06e0f7f6f833848e10660a6b0a09279
 SHA512 
9bd5d3259954fbf09287a74532ad73a6271ed07bac0e3593edc08662d562e8939982a92daca3eb5d6e6516ab530e15e0594124465e6f6608b004594418e34042
 DIST certbot-2.2.0.gh.tar.gz 1331053 BLAKE2B 
4a3e6d8b0b3b7f8537bd6b24234bad7657842ee64865bcef2701e572501640b7a2d49cf4dc62db25cda1039be2d20fb77ac6415cdcb4756fce0f96b5cb7410c6
 SHA512 
242bfa8e5b60c28b49457403b41421ef782b9f98f325cc423b58283fef410b33691c3ce126188b191c80fcd488fe5d51acfc5ca575c8e7c5b6b08198844bffb7
 DIST certbot-2.3.0.gh.tar.gz 1335613 BLAKE2B 
af8ff393f92755e8e312f7596fe99abefa35c42cef6fa6688f7f3dd4a310205385fec81366df30d8edfe28d8abd3db447c9e1a3770fe31c3d45c69f04a038660
 SHA512 
5f52d9b0dd390fc696389a94ff897d803ee062feca50bb66972e197dcd79b0096b337cece2798557c3878903577171fd9afe1f18a4a2131ad7e6a62d0d945ebb
 DIST certbot-2.4.0.gh.tar.gz 1333159 BLAKE2B 
534c7d090cc8a2b77b2dd8bd8c407409260c18e7741223a327bb240dac9685b1ca152d4a20bb0ec46d8717f89bd3de6f494019c57afe22a74db69641a3ed209e
 SHA512 
c307c97154935a3a01b468d6e91505caba6073b4c01071c87382bdc08c892094d95d75b047047d3221b7d8018a61ce974c0f4defbfdee00b136af920fd579108

diff --git a/app-crypt/certbot-nginx/certbot-nginx-2.1.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-2.1.0.ebuild
deleted file mode 100644
index 005229301678..
--- a/app-crypt/certbot-nginx/certbot-nginx-2.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   inherit git-r3
-   S=${WORKDIR}/${P}/${PN}
-else
-   
SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-   S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Nginx plugin for certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-17.5.0[${PYTHON_USEDEP}]
-   >=dev-python/pyparsing-2.2.1[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest

diff --git a/app-crypt/certbot-nginx/certbot-nginx-2.1.1.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-2.1.1.ebuild
deleted file mode 100644
index 8d6ad2deaa37..
--- a/app-crypt/certbot-nginx/certbot-nginx-2.1.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-PARENT_PN="${PN%-nginx}"
-PARENT_P="${PARENT_PN}-${PV}"
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${PARENT_P}.gh.tar.gz
-   "
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-fi
-
-DESCRIPTION="Nginx plugin for Certbot (Let’s Encrypt client)"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-S="${WORKDIR}/${PARENT_P}/${PN}"
-
-BDEPEND="
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-

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

2023-03-12 Thread Matthew Thode
commit: 722cc0a86d9795a088b9228ee7edb42ac3f581d8
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 12 22:26:21 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Mar 12 22:26:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722cc0a8

gui-libs/wlroots: stabilize 0.16.2 for amd64, arm64, x86

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

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

diff --git a/gui-libs/wlroots/wlroots-0.16.2.ebuild 
b/gui-libs/wlroots/wlroots-0.16.2.ebuild
index 70208ce481f5..7da628951f6e 100644
--- a/gui-libs/wlroots/wlroots-0.16.2.ebuild
+++ b/gui-libs/wlroots/wlroots-0.16.2.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
SLOT="0/"
 else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${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: gui-wm/sway/

2023-03-12 Thread Matthew Thode
commit: 14ff0f25b6ba610e03cef94244420c9ac8db1249
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 12 22:26:45 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Mar 12 22:26:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ff0f25

gui-wm/sway: stabilize 1.8.1 for amd64, arm64, x86

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

 gui-wm/sway/sway-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/sway/sway-1.8.1.ebuild b/gui-wm/sway/sway-1.8.1.ebuild
index 8c30e4dd9e1f..4a65197f1e7b 100644
--- a/gui-wm/sway/sway-1.8.1.ebuild
+++ b/gui-wm/sway/sway-1.8.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
 else
MY_PV=${PV/_rc/-rc}
SRC_URI="https://github.com/swaywm/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
S="${WORKDIR}/${PN}-${MY_PV}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/

2023-03-12 Thread Matthew Thode
commit: af731cf4da778b2609e03c52854ab5c206d9363a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 12 22:27:54 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Mar 12 22:27:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af731cf4

app-crypt/acme: drop 2.1.0, 2.1.1

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

 app-crypt/acme/Manifest  |  2 --
 app-crypt/acme/acme-2.1.0.ebuild | 39 --
 app-crypt/acme/acme-2.1.1.ebuild | 59 
 3 files changed, 100 deletions(-)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index c47eabdc2c43..c101bf8b4609 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,5 +1,3 @@
-DIST certbot-2.1.0.tar.gz 1327451 BLAKE2B 
c4694622648427146574aa7c056d5d76dc3c4f6b8487a506d1c4996239f979d89ca26980b2ffbaab975458d0691acaa07a46a75098b6146e6e3c51e6eaa64be0
 SHA512 
83c3a6abeffb135cebd0d0f4561f3814039962e3b895aaf7bef6570641fccda2da04f1a6110c5e90d6ed3346402cbb3ff543b0a096e8e18f6345edd22da643cc
-DIST certbot-2.1.1.gh.tar.gz 1327548 BLAKE2B 
21ce7d88bc101147be237201d472f43ea71adafe37789b0a46d7d87b0bc0f1270044386507bc516beb658633cbaebcade06e0f7f6f833848e10660a6b0a09279
 SHA512 
9bd5d3259954fbf09287a74532ad73a6271ed07bac0e3593edc08662d562e8939982a92daca3eb5d6e6516ab530e15e0594124465e6f6608b004594418e34042
 DIST certbot-2.2.0.gh.tar.gz 1331053 BLAKE2B 
4a3e6d8b0b3b7f8537bd6b24234bad7657842ee64865bcef2701e572501640b7a2d49cf4dc62db25cda1039be2d20fb77ac6415cdcb4756fce0f96b5cb7410c6
 SHA512 
242bfa8e5b60c28b49457403b41421ef782b9f98f325cc423b58283fef410b33691c3ce126188b191c80fcd488fe5d51acfc5ca575c8e7c5b6b08198844bffb7
 DIST certbot-2.2.0.tar.gz 1331053 BLAKE2B 
4a3e6d8b0b3b7f8537bd6b24234bad7657842ee64865bcef2701e572501640b7a2d49cf4dc62db25cda1039be2d20fb77ac6415cdcb4756fce0f96b5cb7410c6
 SHA512 
242bfa8e5b60c28b49457403b41421ef782b9f98f325cc423b58283fef410b33691c3ce126188b191c80fcd488fe5d51acfc5ca575c8e7c5b6b08198844bffb7
 DIST certbot-2.3.0.gh.tar.gz 1335613 BLAKE2B 
af8ff393f92755e8e312f7596fe99abefa35c42cef6fa6688f7f3dd4a310205385fec81366df30d8edfe28d8abd3db447c9e1a3770fe31c3d45c69f04a038660
 SHA512 
5f52d9b0dd390fc696389a94ff897d803ee062feca50bb66972e197dcd79b0096b337cece2798557c3878903577171fd9afe1f18a4a2131ad7e6a62d0d945ebb

diff --git a/app-crypt/acme/acme-2.1.0.ebuild b/app-crypt/acme/acme-2.1.0.ebuild
deleted file mode 100644
index b73b5d16b584..
--- a/app-crypt/acme/acme-2.1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   inherit git-r3
-   S=${WORKDIR}/${P}/${PN}
-else
-   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-   S=${WORKDIR}/certbot-${PV}/acme
-fi
-
-DESCRIPTION="An implementation of the ACME protocol"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND="
-   dev-python/chardet[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-17.5.0[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest

diff --git a/app-crypt/acme/acme-2.1.1.ebuild b/app-crypt/acme/acme-2.1.1.ebuild
deleted file mode 100644
index 75bfed79eb0c..
--- a/app-crypt/acme/acme-2.1.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-PARENT_PN="certbot"
-PARENT_P="${PARENT_PN}-${PV}"
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${PARENT_P}.gh.tar.gz
-   "
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-fi
-
-DESCRIPTION="An implementation of the ACME protocol"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-S="${WORKDIR}/${PARENT_P}/${PN}"
-
-BDEPEND="
-   test? (
-   

[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-apache/

2023-03-12 Thread Matthew Thode
commit: 4547d81520224958ecb86d30b40e45126d3977d8
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 12 22:28:23 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Mar 12 22:28:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4547d815

app-crypt/certbot-apache: drop 2.1.0, 2.1.1

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

 app-crypt/certbot-apache/Manifest  |  2 -
 .../certbot-apache/certbot-apache-2.1.0.ebuild | 33 --
 .../certbot-apache/certbot-apache-2.1.1.ebuild | 50 --
 3 files changed, 85 deletions(-)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index a530d8d5eccd..edb04bef4a8c 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,5 +1,3 @@
-DIST certbot-2.1.0.tar.gz 1327451 BLAKE2B 
c4694622648427146574aa7c056d5d76dc3c4f6b8487a506d1c4996239f979d89ca26980b2ffbaab975458d0691acaa07a46a75098b6146e6e3c51e6eaa64be0
 SHA512 
83c3a6abeffb135cebd0d0f4561f3814039962e3b895aaf7bef6570641fccda2da04f1a6110c5e90d6ed3346402cbb3ff543b0a096e8e18f6345edd22da643cc
-DIST certbot-2.1.1.gh.tar.gz 1327548 BLAKE2B 
21ce7d88bc101147be237201d472f43ea71adafe37789b0a46d7d87b0bc0f1270044386507bc516beb658633cbaebcade06e0f7f6f833848e10660a6b0a09279
 SHA512 
9bd5d3259954fbf09287a74532ad73a6271ed07bac0e3593edc08662d562e8939982a92daca3eb5d6e6516ab530e15e0594124465e6f6608b004594418e34042
 DIST certbot-2.2.0.gh.tar.gz 1331053 BLAKE2B 
4a3e6d8b0b3b7f8537bd6b24234bad7657842ee64865bcef2701e572501640b7a2d49cf4dc62db25cda1039be2d20fb77ac6415cdcb4756fce0f96b5cb7410c6
 SHA512 
242bfa8e5b60c28b49457403b41421ef782b9f98f325cc423b58283fef410b33691c3ce126188b191c80fcd488fe5d51acfc5ca575c8e7c5b6b08198844bffb7
 DIST certbot-2.3.0.gh.tar.gz 1335613 BLAKE2B 
af8ff393f92755e8e312f7596fe99abefa35c42cef6fa6688f7f3dd4a310205385fec81366df30d8edfe28d8abd3db447c9e1a3770fe31c3d45c69f04a038660
 SHA512 
5f52d9b0dd390fc696389a94ff897d803ee062feca50bb66972e197dcd79b0096b337cece2798557c3878903577171fd9afe1f18a4a2131ad7e6a62d0d945ebb
 DIST certbot-2.4.0.gh.tar.gz 1333159 BLAKE2B 
534c7d090cc8a2b77b2dd8bd8c407409260c18e7741223a327bb240dac9685b1ca152d4a20bb0ec46d8717f89bd3de6f494019c57afe22a74db69641a3ed209e
 SHA512 
c307c97154935a3a01b468d6e91505caba6073b4c01071c87382bdc08c892094d95d75b047047d3221b7d8018a61ce974c0f4defbfdee00b136af920fd579108

diff --git a/app-crypt/certbot-apache/certbot-apache-2.1.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-2.1.0.ebuild
deleted file mode 100644
index 0bc783b56332..
--- a/app-crypt/certbot-apache/certbot-apache-2.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   inherit git-r3
-   S=${WORKDIR}/${P}/${PN}
-else
-   
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
-   KEYWORDS="amd64 ~arm64 x86"
-   S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
-   dev-python/python-augeas[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest

diff --git a/app-crypt/certbot-apache/certbot-apache-2.1.1.ebuild 
b/app-crypt/certbot-apache/certbot-apache-2.1.1.ebuild
deleted file mode 100644
index 4d1707d36f00..
--- a/app-crypt/certbot-apache/certbot-apache-2.1.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-PARENT_PN="${PN%-apache}"
-PARENT_P="${PARENT_PN}-${PV}"
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${PARENT_P}.gh.tar.gz
-   "
-   # Only for amd64, arm64 and x86 because of dev-python/python-augeas
-   KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DESCRIPTION="Apache plugin for Certbot (Let’s Encrypt client)"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-S="${WORKDIR}/${PARENT_P}/${PN}"
-
-BDEPEND="
-   test? ( 

[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/

2023-03-12 Thread Matthew Thode
commit: 27eb01fc34054f053de84d263d47683644462e2f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 12 22:28:11 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Mar 12 22:28:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27eb01fc

app-crypt/certbot: drop 2.1.0, 2.1.1

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

 app-crypt/certbot/Manifest |  2 --
 app-crypt/certbot/certbot-2.1.0.ebuild | 42 ---
 app-crypt/certbot/certbot-2.1.1.ebuild | 61 --
 3 files changed, 105 deletions(-)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index c47eabdc2c43..c101bf8b4609 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1,5 +1,3 @@
-DIST certbot-2.1.0.tar.gz 1327451 BLAKE2B 
c4694622648427146574aa7c056d5d76dc3c4f6b8487a506d1c4996239f979d89ca26980b2ffbaab975458d0691acaa07a46a75098b6146e6e3c51e6eaa64be0
 SHA512 
83c3a6abeffb135cebd0d0f4561f3814039962e3b895aaf7bef6570641fccda2da04f1a6110c5e90d6ed3346402cbb3ff543b0a096e8e18f6345edd22da643cc
-DIST certbot-2.1.1.gh.tar.gz 1327548 BLAKE2B 
21ce7d88bc101147be237201d472f43ea71adafe37789b0a46d7d87b0bc0f1270044386507bc516beb658633cbaebcade06e0f7f6f833848e10660a6b0a09279
 SHA512 
9bd5d3259954fbf09287a74532ad73a6271ed07bac0e3593edc08662d562e8939982a92daca3eb5d6e6516ab530e15e0594124465e6f6608b004594418e34042
 DIST certbot-2.2.0.gh.tar.gz 1331053 BLAKE2B 
4a3e6d8b0b3b7f8537bd6b24234bad7657842ee64865bcef2701e572501640b7a2d49cf4dc62db25cda1039be2d20fb77ac6415cdcb4756fce0f96b5cb7410c6
 SHA512 
242bfa8e5b60c28b49457403b41421ef782b9f98f325cc423b58283fef410b33691c3ce126188b191c80fcd488fe5d51acfc5ca575c8e7c5b6b08198844bffb7
 DIST certbot-2.2.0.tar.gz 1331053 BLAKE2B 
4a3e6d8b0b3b7f8537bd6b24234bad7657842ee64865bcef2701e572501640b7a2d49cf4dc62db25cda1039be2d20fb77ac6415cdcb4756fce0f96b5cb7410c6
 SHA512 
242bfa8e5b60c28b49457403b41421ef782b9f98f325cc423b58283fef410b33691c3ce126188b191c80fcd488fe5d51acfc5ca575c8e7c5b6b08198844bffb7
 DIST certbot-2.3.0.gh.tar.gz 1335613 BLAKE2B 
af8ff393f92755e8e312f7596fe99abefa35c42cef6fa6688f7f3dd4a310205385fec81366df30d8edfe28d8abd3db447c9e1a3770fe31c3d45c69f04a038660
 SHA512 
5f52d9b0dd390fc696389a94ff897d803ee062feca50bb66972e197dcd79b0096b337cece2798557c3878903577171fd9afe1f18a4a2131ad7e6a62d0d945ebb

diff --git a/app-crypt/certbot/certbot-2.1.0.ebuild 
b/app-crypt/certbot/certbot-2.1.0.ebuild
deleted file mode 100644
index 4b9adb7a58bc..
--- a/app-crypt/certbot/certbot-2.1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-fi
-S=${WORKDIR}/${P}/${PN}
-
-inherit distutils-r1
-
-DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-IUSE="selinux"
-
-RDEPEND="
-   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/ConfigArgParse-0.9.3[${PYTHON_USEDEP}]
-   >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}]
-   >=dev-python/parsedatetime-2.4[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]
-   selinux? ( sec-policy/selinux-certbot )"
-
-distutils_enable_tests pytest

diff --git a/app-crypt/certbot/certbot-2.1.1.ebuild 
b/app-crypt/certbot/certbot-2.1.1.ebuild
deleted file mode 100644
index 4155b78a684e..
--- a/app-crypt/certbot/certbot-2.1.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-fi
-
-DESCRIPTION="Let’s Encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   

[gentoo-commits] proj/releng:master commit in: tools/

2023-03-12 Thread Andreas K. Hüttel
commit: 7294bf557cc175f9c0b05650cbfc363f00658723
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Mar 12 22:23:23 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Mar 12 22:23:23 2023 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=7294bf55

Fix specs dir

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

 tools/catalyst-auto-qemu-hppa.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/catalyst-auto-qemu-hppa.conf 
b/tools/catalyst-auto-qemu-hppa.conf
index 9870665c..7fdfccba 100644
--- a/tools/catalyst-auto-qemu-hppa.conf
+++ b/tools/catalyst-auto-qemu-hppa.conf
@@ -3,7 +3,7 @@
 
 UPLOAD_USER=hppa
 UPLOAD_KEY=/root/.ssh/id_ed25519
-SPECS_DIR=${REPO_DIR}/releases/specs/hppa
+SPECS_DIR=${REPO_DIR}/releases/specs-qemu/hppa
 
 SETS="hppa11_openrc hppa11_systemd hppa11_systemd_mu"
 



[gentoo-commits] proj/releng:master commit in: releases/specs-qemu/hppa/hppa1.1/, releases/specs-qemu/hppa/

2023-03-12 Thread Andreas K. Hüttel
commit: 88ba5d16bb4b564d7992e872f96a895398bef83e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Mar 12 22:07:15 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Mar 12 22:10:31 2023 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=88ba5d16

Add specs for hppa1.1 qemu build

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

 .../specs-qemu/hppa/hppa1.1/stage1-openrc.spec |  14 +
 .../specs-qemu/hppa/hppa1.1/stage1-systemd-mu.spec |  14 +
 .../specs-qemu/hppa/hppa1.1/stage1-systemd.spec|  14 +
 .../specs-qemu/hppa/hppa1.1/stage3-openrc.spec |  12 +
 .../specs-qemu/hppa/hppa1.1/stage3-systemd-mu.spec |  12 +
 .../specs-qemu/hppa/hppa1.1/stage3-systemd.spec|  12 +
 releases/specs-qemu/hppa/installcd-stage1.spec |  59 
 .../specs-qemu/hppa/installcd-stage2-minimal.spec  | 320 +
 releases/specs-qemu/hppa/netboot-hppa32.spec   | 224 +++
 9 files changed, 681 insertions(+)

diff --git a/releases/specs-qemu/hppa/hppa1.1/stage1-openrc.spec 
b/releases/specs-qemu/hppa/hppa1.1/stage1-openrc.spec
new file mode 100644
index ..639ed4a4
--- /dev/null
+++ b/releases/specs-qemu/hppa/hppa1.1/stage1-openrc.spec
@@ -0,0 +1,14 @@
+subarch: hppa1.1
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+rel_type: default
+profile: default/linux/hppa/17.0
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-hppa1.1-openrc-latest
+update_seed: yes
+interpreter: /usr/bin/qemu-hppa
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed_command: --update --deep --newuse @world

diff --git a/releases/specs-qemu/hppa/hppa1.1/stage1-systemd-mu.spec 
b/releases/specs-qemu/hppa/hppa1.1/stage1-systemd-mu.spec
new file mode 100644
index ..b2f40624
--- /dev/null
+++ b/releases/specs-qemu/hppa/hppa1.1/stage1-systemd-mu.spec
@@ -0,0 +1,14 @@
+subarch: hppa1.1
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+rel_type: mergedusr
+profile: default/linux/hppa/17.0/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage3-hppa1.1-systemd-mergedusr-latest
+update_seed: yes
+interpreter: /usr/bin/qemu-hppa
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed_command: --update --deep --newuse @world

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

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

diff --git a/releases/specs-qemu/hppa/hppa1.1/stage3-systemd-mu.spec 
b/releases/specs-qemu/hppa/hppa1.1/stage3-systemd-mu.spec
new file mode 100644
index ..46a2d9e0
--- /dev/null
+++ b/releases/specs-qemu/hppa/hppa1.1/stage3-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: hppa1.1
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+rel_type: mergedusr
+profile: default/linux/hppa/17.0/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage1-hppa1.1-systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-hppa
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng
+compression_mode: pixz
+decompressor_search_order: xz bzip2

diff --git a/releases/specs-qemu/hppa/hppa1.1/stage3-systemd.spec 
b/releases/specs-qemu/hppa/hppa1.1/stage3-systemd.spec
new file mode 100644
index ..1913166c
--- /dev/null
+++ b/releases/specs-qemu/hppa/hppa1.1/stage3-systemd.spec
@@ -0,0 +1,12 @@
+subarch: hppa1.1
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/hppa/17.0/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-hppa1.1-systemd-@TIMESTAMP@
+interpreter: 

[gentoo-commits] proj/releng:master commit in: tools/

2023-03-12 Thread Andreas K. Hüttel
commit: dd43685e2d0434ad1d8208d7053403d1fee6a064
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Mar 12 22:09:07 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Mar 12 22:10:34 2023 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=dd43685e

Add catalyst-auto hppa qemu config

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

 tools/catalyst-auto-qemu-hppa.conf | 66 ++
 1 file changed, 66 insertions(+)

diff --git a/tools/catalyst-auto-qemu-hppa.conf 
b/tools/catalyst-auto-qemu-hppa.conf
new file mode 100644
index ..9870665c
--- /dev/null
+++ b/tools/catalyst-auto-qemu-hppa.conf
@@ -0,0 +1,66 @@
+# This is the config file for the catalyst-auto script. It should be pretty
+# self-explanatory.
+
+UPLOAD_USER=hppa
+UPLOAD_KEY=/root/.ssh/id_ed25519
+SPECS_DIR=${REPO_DIR}/releases/specs/hppa
+
+SETS="hppa11_openrc hppa11_systemd hppa11_systemd_mu"
+
+SET_hppa11_openrc_SPECS="hppa1.1/stage1-openrc.spec hppa1.1/stage3-openrc.spec"
+SET_hppa11_openrc_OPTIONAL_SPECS="installcd-stage1.spec 
installcd-stage2-minimal.spec netboot-hppa32.spec"
+
+SET_hppa11_systemd_SPECS="hppa1.1/stage1-systemd.spec 
hppa1.1/stage3-systemd.spec"
+
+SET_hppa11_systemd_mu_SPECS="hppa1.1/stage1-systemd-mu.spec 
hppa1.1/stage3-systemd-mu.spec"
+
+KCONFIG_DIR=${REPO_DIR}/releases/kconfig/hppa
+
+EMAIL_SUBJECT_PREPEND="[hppa-qemu-auto]"
+
+update_symlinks() {
+   # Symlink the latest stages3 to build from
+   local d f t
+   for d in "${BUILD_SRCDIR_BASE}/builds/default" 
"${BUILD_SRCDIR_BASE}/builds/mergedusr" ; do
+   mkdir -p "${d}"
+   pushd "${d}" >/dev/null
+   for t in hppa1.1 ; do
+   for f in $(ls stage3-${t}-*xz | grep -v latest | 
give_latest_from_dates) ; do
+   local of=$(echo "${f}" | convert_filename)
+   ln -sf "${f}" "${of}"
+   done
+   done
+   popd >/dev/null
+   done
+}
+
+post_build() {
+   local set=$1 spec=$2
+
+   pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
+   case ${spec} in
+   netboot-hppa32.spec)
+   ls -l netboot-hppa1.1-${TIMESTAMP}/
+   mv -v netboot-hppa1.1-${TIMESTAMP}/hppa32-hppa.lif 
netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
+   upload 
netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
+   ;;
+   installcd-stage2-minimal.spec)
+   upload install-hppa-minimal-*${TIMESTAMP}*.iso*
+   ;;
+   hppa1.1/stage3-openrc.spec)
+   upload stage3-hppa1.1-openrc-${TIMESTAMP}.tar.xz*
+   ;;
+   hppa1.1/stage3-systemd.spec)
+   upload stage3-hppa1.1-systemd-${TIMESTAMP}.tar.xz*
+   ;;
+   esac
+   popd >/dev/null
+
+   pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
+   case ${spec} in
+   hppa1.1/stage3-systemd-mu.spec)
+   upload stage3-hppa1.1-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+   ;;
+   esac
+   popd >/dev/null
+}



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

2023-03-12 Thread Andreas Sturmlechner
commit: f8773de92de17210646c5844dd5eefdfd0ff5e72
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:07:03 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:07:03 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f8773de9

sets: Drop KDE Frameworks 5.99 and 5.103

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

 sets/kde-frameworks-5-5.103 |  6 --
 sets/kde-frameworks-5-5.99  |  6 --
 sets/kde-frameworks-5-portingaids-5.103 |  6 --
 sets/kde-frameworks-5-portingaids-5.99  |  6 --
 sets/kde-frameworks-5-tier1-5.103   | 35 ---
 sets/kde-frameworks-5-tier1-5.99| 37 -
 sets/kde-frameworks-5-tier2-5.103   | 16 --
 sets/kde-frameworks-5-tier2-5.99| 17 ---
 sets/kde-frameworks-5-tier3-5.103   | 26 ---
 sets/kde-frameworks-5-tier3-5.99| 26 ---
 sets/kde-frameworks-5.99|  1 -
 sets/kde-frameworks-portingaids-5.99|  1 -
 sets/kde-frameworks-tier1-5.99  |  1 -
 sets/kde-frameworks-tier2-5.99  |  1 -
 sets/kde-frameworks-tier3-5.99  |  1 -
 15 files changed, 186 deletions(-)

diff --git a/sets/kde-frameworks-5-5.103 b/sets/kde-frameworks-5-5.103
deleted file mode 100644
index bf17028cdf..00
--- a/sets/kde-frameworks-5-5.103
+++ /dev/null
@@ -1,6 +0,0 @@
-@kde-frameworks-5-tier1-5.103
-@kde-frameworks-5-tier2-5.103
-@kde-frameworks-5-tier3-5.103
-# Tier 4: Provide extra features to other Frameworks to integrate with Plasma.
-

[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/, Documentation/package.accept_keywords/, ...

2023-03-12 Thread Andreas Sturmlechner
commit: 2acc40664eb8b9d13d5bc912c1c1fcbdc9a96264
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:02:45 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:02:45 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2acc4066

Documentation: Drop KDE Frameworks 5.103

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

 Documentation/maintainers/regenerate-files |  2 +-
 .../.kde-frameworks-5-5.103/_HEADER_   |  2 -
 .../.kde-frameworks-5-5.103/kde-frameworks-5-5.103 |  1 -
 .../kde-frameworks-5-portingaids-5.103 |  1 -
 .../kde-frameworks-5-tier1-5.103   |  1 -
 .../kde-frameworks-5-tier2-5.103   |  1 -
 .../kde-frameworks-5-tier3-5.103   |  1 -
 .../.kde-frameworks-5-5.103/more-deps  |  0
 .../kde-frameworks-5.103.keywords  | 88 --
 Documentation/package.mask/kde-frameworks-5.103| 88 --
 .../.kde-frameworks-5-5.103/_HEADER_   |  2 -
 .../.kde-frameworks-5-5.103/kde-frameworks-5-5.103 |  1 -
 .../kde-frameworks-5-portingaids-5.103 |  1 -
 .../kde-frameworks-5-tier1-5.103   |  1 -
 .../kde-frameworks-5-tier2-5.103   |  1 -
 .../kde-frameworks-5-tier3-5.103   |  1 -
 Documentation/package.unmask/kde-frameworks-5.103  | 88 --
 17 files changed, 1 insertion(+), 279 deletions(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index 183e1550d1..1f0418214f 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -9,7 +9,7 @@ cd "$(dirname $0)"
 SCRIPT=$(basename $0)
 HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
 
-KF5_RELEASES="5.102 5.103 5.104"
+KF5_RELEASES="5.102 5.104"
 KF5_RELEASE=${KF5_RELEASE:-5.99}
 
 KF6_RELEASES=""

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/_HEADER_
deleted file mode 100644
index f5303b59ba..00
--- a/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/_HEADER_
+++ /dev/null
@@ -1,2 +0,0 @@
-# You can use this file to keyword/unkeyword the KDE Frameworks 5 5.103 
release.
-# Edit Documentation/package.accept_keywords/.kde-frameworks-5-5.103/ files 
instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-5.103
 
b/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-5.103
deleted file mode 12
index 46a7cdbe5d..00
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-5.103
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-5-5.103
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-portingaids-5.103
 
b/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-portingaids-5.103
deleted file mode 12
index 21d11a6e18..00
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-portingaids-5.103
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-5-portingaids-5.103
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-tier1-5.103
 
b/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-tier1-5.103
deleted file mode 12
index ff2657a062..00
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-tier1-5.103
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-5-tier1-5.103
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-tier2-5.103
 
b/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-tier2-5.103
deleted file mode 12
index 724655e012..00
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-tier2-5.103
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-5-tier2-5.103
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-tier3-5.103
 
b/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-tier3-5.103
deleted file mode 12
index 24299e72c4..00
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/kde-frameworks-5-tier3-5.103
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-frameworks-5-tier3-5.103
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5-5.103/more-deps
deleted file mode 100644
index e69de29bb2..00

diff --git 

[gentoo-commits] proj/kde:master commit in: profiles/updates/

2023-03-12 Thread Andreas Sturmlechner
commit: 9e82e27b55e5b44a4d8d7ea212c3a0d3f801db3c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:10:42 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:10:42 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9e82e27b

profiles: Drop 4Q-2018

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

 profiles/updates/4Q-2018 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/updates/4Q-2018 b/profiles/updates/4Q-2018
deleted file mode 100644
index f0b953a1d8..00
--- a/profiles/updates/4Q-2018
+++ /dev/null
@@ -1 +0,0 @@
-move games-board/knights kde-apps/knights



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kparts/

2023-03-12 Thread Andreas Sturmlechner
commit: 54dd0ab00ba6fa52203622932f3780db577969b4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:05:45 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:05:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54dd0ab0

kde-frameworks/kparts: drop 5.103.0

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

 kde-frameworks/kparts/Manifest  |  1 -
 kde-frameworks/kparts/kparts-5.103.0.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest
index b3800c76b0fe..7069e36a73b1 100644
--- a/kde-frameworks/kparts/Manifest
+++ b/kde-frameworks/kparts/Manifest
@@ -1,3 +1,2 @@
 DIST kparts-5.102.0.tar.xz 2472284 BLAKE2B 
4926c9d1215a5608c2c4f7389ddec6221674d0c1e0f082b16eeeb9df9b6e6c8513e75c72da7594d8e6a8a5b5894246df5759a39213cd7335f6f4e2a6cb8bd386
 SHA512 
8ee384a40879884c319be73723c0c8d4f933a3e655f6488973ec21d8694e2fb2bf8bdd3c02543f217c0cfb75ec9addbbe6260b739316f72656ae5e5f49da3502
-DIST kparts-5.103.0.tar.xz 2473512 BLAKE2B 
608f02f3be704c9f3e670d69edffc3e0137aea787155be000f1f10eb8c6419f88b1b90ab02305dd2d9e59018339319fe5549c2e6cd68d09f16e2258d4fdb8550
 SHA512 
1c0b85e8dae9f44a634a1f9062e2f5a6f9f8857dac31b2297967b70a9fd5d4f9f6abe2d852e815185aa1c3c09faf3ceef71cd1a3d0aafa882904b3f1cb7e05ee
 DIST kparts-5.104.0.tar.xz 2473412 BLAKE2B 
4020d8a37b74d1426abf5ee8bce65de70d20f0f94c79d634d6d74a47cfb8ff20d51539f37330040476e258b623f0b3a8ccf33455d3458a09a9f8fa444b0a6234
 SHA512 
fa01c9a6a2e485201935f7355a15e7c6907c866557c0f0b4da8fa4149fe0088034f0265ca0aa0da2ccef4772fad357d936d359478e5d2b560b3cf2221d3bcb08

diff --git a/kde-frameworks/kparts/kparts-5.103.0.ebuild 
b/kde-frameworks/kparts/kparts-5.103.0.ebuild
deleted file mode 100644
index cd94c1493b6a..
--- a/kde-frameworks/kparts/kparts-5.103.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework providing elaborate user-interface components"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kjobwidgets-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
-   >=kde-frameworks/ktextwidgets-${PVCUT}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kjs/

2023-03-12 Thread Andreas Sturmlechner
commit: 4bf716a7455a7265b6927c72a44772cdf9a44419
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:07:03 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:07:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf716a7

kde-frameworks/kjs: drop 5.103.0

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

 kde-frameworks/kjs/Manifest   |  1 -
 kde-frameworks/kjs/kjs-5.103.0.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/kde-frameworks/kjs/Manifest b/kde-frameworks/kjs/Manifest
index 470b12b173c1..792cc3edd5aa 100644
--- a/kde-frameworks/kjs/Manifest
+++ b/kde-frameworks/kjs/Manifest
@@ -1,3 +1,2 @@
 DIST kjs-5.102.0.tar.xz 339740 BLAKE2B 
ef51d8c7f6fdbacfa52675759a75e3637ca34b5dfbcaedb6440ba36b4bb3c7ff01c48bda497723b3dd8ef54eb2a99ac10e430a57c4c68b757cf1cf98365028dd
 SHA512 
6dc43c4cbe5c79dd1622e0147d70b3de2c20960961617f04bfa9a4c5d4aacc785d1d9e8134dba9fe52b04b7460fdcd2be658dee62f5e4c6d6a08e753610940a7
-DIST kjs-5.103.0.tar.xz 339840 BLAKE2B 
b7ce578ac9b317fafaef801955670a9724b643e06be1a76284607796dab25cd74d5e9c3bf980e15c6d680946c727aaa3c943544feeb41423869a1bf246a4ce24
 SHA512 
96c62b6e81c1112da35ea2e2dc2233455c1a84bb036aef0ccad8e5bb71f82e49a8390790f9b42c2158a14d7a6c9ffc63ad07c2e9ee470feb55ad47391926fccd
 DIST kjs-5.104.0.tar.xz 339792 BLAKE2B 
d492476ac544b2fac8673e8a1e3c3ba6d44dbd0ee67584a95ededada76dcffb064169088c559054fbe2abe9e54c7e2a9405662132155c53c466fb60343a7b5f5
 SHA512 
fe5b108324f0dfa76b3ac0f0cf1f86cf3d47fe035d37bf32093e0891dde20760a1c578e4b6f06f65a33d4521a2245eb51063663453aff1b52f7867ff38f65cea

diff --git a/kde-frameworks/kjs/kjs-5.103.0.ebuild 
b/kde-frameworks/kjs/kjs-5.103.0.ebuild
deleted file mode 100644
index 6d778961d964..
--- a/kde-frameworks/kjs/kjs-5.103.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_QTHELP="false"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="ECMAScipt compatible parser and engine"
-LICENSE="BSD-2 LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-BDEPEND="
-   dev-lang/perl
-"
-DEPEND="
-   dev-libs/libpcre
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( src/README )



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdelibs4support/

2023-03-12 Thread Andreas Sturmlechner
commit: bd55f4e2b481e7dd8a754c3aff65b334bfe1ab61
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:06:50 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:06:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd55f4e2

kde-frameworks/kdelibs4support: drop 5.103.0

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

 kde-frameworks/kdelibs4support/Manifest|   1 -
 .../kdelibs4support/kdelibs4support-5.103.0.ebuild | 104 -
 2 files changed, 105 deletions(-)

diff --git a/kde-frameworks/kdelibs4support/Manifest 
b/kde-frameworks/kdelibs4support/Manifest
index f22977769460..143bb84b1cb6 100644
--- a/kde-frameworks/kdelibs4support/Manifest
+++ b/kde-frameworks/kdelibs4support/Manifest
@@ -1,3 +1,2 @@
 DIST kdelibs4support-5.102.0.tar.xz 3720092 BLAKE2B 
557bda562e1f502f6e2a985e536a1fa9554242835e7169c8c1843d9b3e4ec002b8bf25d984c5bf4159d82cb2aa49c6e0076c2e775db5c42fd04c710231d4da0f
 SHA512 
f915e0c034ba3562a0636d3e79293c5e56d41f686b1375923fc2fbd6cfe884f81ce78c7aa85642071bf14d22b69fce7edf4f3736741602807032a15ecbfac3b0
-DIST kdelibs4support-5.103.0.tar.xz 3720876 BLAKE2B 
140d1e253775be1e50d17420b9e3c7252a1c1de027f83db64d4c45a9b8fed46502c1a96a8e7bb38605f28b39fbf188d8382ca461e0247273839a5a59a14be3aa
 SHA512 
7f663dc2a23f4ef32de2a456bc8b30dbaa1ae4298585c9cd3f8e37ac475bd1825f08f29687913a69dff99aa361e8cf9f1242d1473e96751cd8c631cdcb45b13c
 DIST kdelibs4support-5.104.0.tar.xz 3722108 BLAKE2B 
2a531f2dca2e8f970c2443b36071a54f552d943ef4de78342ed9cea94419f1830079b5afee40be7eedbbe1467d7d87a4672668aef83f79308823264688fe00d1
 SHA512 
9fb160c25e1e4324c1f5042e3acd9215bd667ceca8705d83e411a9f80142b8f95b510af038415020635adca9537c4354ac3c03642a0737b0ad9d0f51bc4c6e9e

diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-5.103.0.ebuild 
b/kde-frameworks/kdelibs4support/kdelibs4support-5.103.0.ebuild
deleted file mode 100644
index cd7da441fe03..
--- a/kde-frameworks/kdelibs4support/kdelibs4support-5.103.0.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="true"
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework easing the development transition from KDELibs 4 to KF 
5"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RESTRICT="test"
-
-COMMON_DEPEND="
-   app-text/docbook-xml-dtd:4.2
-   dev-libs/openssl:0
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qttest-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kauth-${PVCUT}*:5
-   =kde-frameworks/kcodecs-${PVCUT}*:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kcrash-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   >=kde-frameworks/kded-${PVCUT}:5
-   =kde-frameworks/kdoctools-${PVCUT}*:5
-   =kde-frameworks/kemoticons-${PVCUT}*:5
-   =kde-frameworks/kglobalaccel-${PVCUT}*:5
-   =kde-frameworks/kguiaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kitemviews-${PVCUT}*:5
-   =kde-frameworks/kjobwidgets-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5[X?]
-   =kde-frameworks/kparts-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/ktextwidgets-${PVCUT}*:5
-   =kde-frameworks/kunitconversion-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X?]
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-   =kde-frameworks/solid-${PVCUT}*:5
-   virtual/libintl
-   X? (
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libxcb
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
-   X? ( x11-base/xorg-proto )
-"
-RDEPEND="${COMMON_DEPEND}
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/countryflags-${PVCUT}:5
-   =kde-frameworks/kinit-${PVCUT}*:5
-   =kde-frameworks/kitemmodels-${PVCUT}*:5
-"
-BDEPEND="
-   dev-lang/perl
-   dev-perl/URI
-"
-
-PATCHES=(
-   # downstream patches
-   "${FILESDIR}/${PN}-5.80.0-no-kdesignerplugin.patch" # bug 755956
-   "${FILESDIR}/${PN}-5.86.0-unused-dep.patch" # bug 755956
-)
-
-src_prepare() {
-   ecm_src_prepare
-
-   if ! use handbook; then
-

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kinit/

2023-03-12 Thread Andreas Sturmlechner
commit: 9a7c290512f7a917c83490daf12047ed43ca9048
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:05:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:05:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7c2905

kde-frameworks/kinit: drop 5.103.0

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

 kde-frameworks/kinit/Manifest |  1 -
 kde-frameworks/kinit/kinit-5.103.0.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/kde-frameworks/kinit/Manifest b/kde-frameworks/kinit/Manifest
index 22847e20c1fa..519ac182c405 100644
--- a/kde-frameworks/kinit/Manifest
+++ b/kde-frameworks/kinit/Manifest
@@ -1,3 +1,2 @@
 DIST kinit-5.102.0.tar.xz 2404732 BLAKE2B 
a88f9211b88eb8d741ac3478fc7e786f569204609b1200b357e201256e5b5b0385fb2e7f9e290d766350b5d0e23f2066ecf6830444fce7e80fb11acc606ace2a
 SHA512 
1bcdc99ebf8a6c9451dd4f792252a0147ec57376272875e1852e69c873dabd2dc6c5e752775bec900d3c0b8d326bf0fb5b51a4374237d762415565135a040bb7
-DIST kinit-5.103.0.tar.xz 2405132 BLAKE2B 
c79aae93c6aaa31dde92f0ed9b771edcf6f74a0728b5738bce7dc12764c3729a9ae7fb9859f0064e4848011e7e387ace5ef82800bbcd09b683cb74bfd68ed935
 SHA512 
dda49ff37a81d677e6c61c0140bc0635fd11ebe3d997b00afbeb5e203613525ddb280bd822c8b4c07460cdf0fbed1bebf47c8ee24e28592142313f7b15a0757d
 DIST kinit-5.104.0.tar.xz 2404928 BLAKE2B 
81b7fa8b50fde7d356e1213b073dbb9c4c3b02ae919b1fb48ede49ca18a6dd6025fdd64f87dd55a94928fc500ea30522fa8f0c21dccc55a82a8ea3d111ded05a
 SHA512 
a56eeed3f35ee41216acb19a7e8c5b6ee0d8f4a75042f3c163d8407d812caa293a92cc2d88090bd69cf4e347b88bcbcf18dd9eb339edde2d03b3b4ee8e0392c6

diff --git a/kde-frameworks/kinit/kinit-5.103.0.ebuild 
b/kde-frameworks/kinit/kinit-5.103.0.ebuild
deleted file mode 100644
index bf522c6023c2..
--- a/kde-frameworks/kinit/kinit-5.103.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Helper library to speed up start of applications on KDE 
workspaces"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+caps +man X"
-
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kcrash-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X?]
-   caps? ( sys-libs/libcap )
-   X? (
-   x11-libs/libX11
-   x11-libs/libxcb
-   )
-"
-DEPEND="${RDEPEND}
-   X? ( x11-base/xorg-proto )
-"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package caps Libcap)
-   $(cmake_use_find_package man KF5DocTools)
-   -DWITH_X11=$(usex X)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-03-12 Thread Andreas Sturmlechner
commit: 9c3c8277335b9007979082a06d1e6eb9a2dad798
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:06:38 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:06:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3c8277

kde-frameworks/purpose: drop 5.103.0

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

 kde-frameworks/purpose/Manifest   |  1 -
 kde-frameworks/purpose/purpose-5.103.0.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index b9303276f396..ad672e468bd6 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.102.0.tar.xz 176740 BLAKE2B 
41c848404801ece1b4653a1ead97018acf410aeb2cf994114ff27a983cc9c0d33b1bf130ebaf82a72eef109deb9babe8706f9f48a1fc83d3d6249eb0c2afe2fe
 SHA512 
78a74e784fd50e4625c845025157eaf96712bc1ce993f6947446ccb964cb94c0bf3647ef94eafc44d45d936815528c66cad5c94d96c2ad7b7c6fb5253a35d0eb
-DIST purpose-5.103.0.tar.xz 176740 BLAKE2B 
a1da7fb5bd18d51376851dc29fb0f027ae6aa082b0d177c3559e7b31797ea477fc1110568ad94c934204f37e1e9c56e5c07737f0e8282c903ec5a66951e3d6d3
 SHA512 
6784a067a56a383d3a4324c2c09458ca2abf0f03eb1a349c9c1784ee243cc6c66fe8ae9130f8a25d122a8a17accd86307cac66dc3f3f5bad177c550fa505e62c
 DIST purpose-5.104.0.tar.xz 177424 BLAKE2B 
790cffe2765bc1cca1f060bfe7faafa9c9c6e2ea211cf2b8ec912040a8813433896d52b35adcdc6a961ab2f1a67f7d251854f8c3007c6f1dd2f8c1f74cec729e
 SHA512 
303640b2bae5c0bdd373881d06350ac05edb9dcfca0d0baa155a93fd98f4dadf2467254c46ba55508deaec21ca78d1ad458874b98d3bfd53856844cf3f13a3fa

diff --git a/kde-frameworks/purpose/purpose-5.103.0.ebuild 
b/kde-frameworks/purpose/purpose-5.103.0.ebuild
deleted file mode 100644
index 166c267df106..
--- a/kde-frameworks/purpose/purpose-5.103.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kross/

2023-03-12 Thread Andreas Sturmlechner
commit: 2802ff4d21d4234bf5059d0fbd70abca3e2dbb84
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:07:09 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:07:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2802ff4d

kde-frameworks/kross: drop 5.103.0

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

 kde-frameworks/kross/Manifest |  1 -
 kde-frameworks/kross/kross-5.103.0.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/kde-frameworks/kross/Manifest b/kde-frameworks/kross/Manifest
index 3db813a8b90b..6eda1dd5ddbd 100644
--- a/kde-frameworks/kross/Manifest
+++ b/kde-frameworks/kross/Manifest
@@ -1,3 +1,2 @@
 DIST kross-5.102.0.tar.xz 2440128 BLAKE2B 
2b65d41c47d5c635061fe9c8569b313aecad03a2ab1b3a0a68419fc36bdc1deb1b9240ad50e3bbeabd6a5faf46183f4890dae93375dd5ba4d347103a53b261e9
 SHA512 
6f49d3fae95f291fd377121c761f4c31ca9763527d45c2518b2c78a4b1b04b92b5eda968056ac0eedde28c231e3dc6c66fd0db4ab2cfa2aee312a529fede8afa
-DIST kross-5.103.0.tar.xz 2440324 BLAKE2B 
8e3cf8f3cbeae237ee9ae1f6bf0f538423a09af5433ed4b5141b4f7588ba41608f8e940fa2bbb2563edc0e2f5a83328dc82321f4c91ccc67a74aee4a905de4d9
 SHA512 
73a38fa8aa64ae7f7634fce6d826915f2e429fc55be643adb96bb9af9e27d7e8a2f2ce9ded6d6468afd23d41c1e5080bf7bd9345f6a49088c5ce819ec58d1289
 DIST kross-5.104.0.tar.xz 2440332 BLAKE2B 
4c5b727d2962186014f7697bc09dac8bd10e9cb1a7389b80663f94e847482d9c5b92c2f181cde969eee7d5f405418f5d29de10ba0f47804424d17e8fb0e0
 SHA512 
1546c0df7a16d9ae610868ab7b777051bcaffefd58a54009203f2c48beb3b95fe24e8fe6830cfff7cc2f34bfa49813a085a65d1172a125d8fa121e98b84664af

diff --git a/kde-frameworks/kross/kross-5.103.0.ebuild 
b/kde-frameworks/kross/kross-5.103.0.ebuild
deleted file mode 100644
index 57ad5ac6da92..
--- a/kde-frameworks/kross/kross-5.103.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for embedding scripting into applications"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtscript-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kparts-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
-   >=dev-qt/designer-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/countryflags/

2023-03-12 Thread Andreas Sturmlechner
commit: 3d613d30c4daca732e0c2d2c560aaf35b03490dc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:06:43 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:06:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d613d30

kde-frameworks/countryflags: drop 5.103.0

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

 kde-frameworks/countryflags/Manifest   |  1 -
 .../countryflags/countryflags-5.103.0.ebuild   | 22 --
 2 files changed, 23 deletions(-)

diff --git a/kde-frameworks/countryflags/Manifest 
b/kde-frameworks/countryflags/Manifest
index f22977769460..143bb84b1cb6 100644
--- a/kde-frameworks/countryflags/Manifest
+++ b/kde-frameworks/countryflags/Manifest
@@ -1,3 +1,2 @@
 DIST kdelibs4support-5.102.0.tar.xz 3720092 BLAKE2B 
557bda562e1f502f6e2a985e536a1fa9554242835e7169c8c1843d9b3e4ec002b8bf25d984c5bf4159d82cb2aa49c6e0076c2e775db5c42fd04c710231d4da0f
 SHA512 
f915e0c034ba3562a0636d3e79293c5e56d41f686b1375923fc2fbd6cfe884f81ce78c7aa85642071bf14d22b69fce7edf4f3736741602807032a15ecbfac3b0
-DIST kdelibs4support-5.103.0.tar.xz 3720876 BLAKE2B 
140d1e253775be1e50d17420b9e3c7252a1c1de027f83db64d4c45a9b8fed46502c1a96a8e7bb38605f28b39fbf188d8382ca461e0247273839a5a59a14be3aa
 SHA512 
7f663dc2a23f4ef32de2a456bc8b30dbaa1ae4298585c9cd3f8e37ac475bd1825f08f29687913a69dff99aa361e8cf9f1242d1473e96751cd8c631cdcb45b13c
 DIST kdelibs4support-5.104.0.tar.xz 3722108 BLAKE2B 
2a531f2dca2e8f970c2443b36071a54f552d943ef4de78342ed9cea94419f1830079b5afee40be7eedbbe1467d7d87a4672668aef83f79308823264688fe00d1
 SHA512 
9fb160c25e1e4324c1f5042e3acd9215bd667ceca8705d83e411a9f80142b8f95b510af038415020635adca9537c4354ac3c03642a0737b0ad9d0f51bc4c6e9e

diff --git a/kde-frameworks/countryflags/countryflags-5.103.0.ebuild 
b/kde-frameworks/countryflags/countryflags-5.103.0.ebuild
deleted file mode 100644
index 8c93bce61dc7..
--- a/kde-frameworks/countryflags/countryflags-5.103.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="false"
-KDE_ORG_NAME="kdelibs4support"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Icons of flags for various countries"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-
-CMAKE_USE_DIR="${S}/src/l10n"
-
-# https://phabricator.kde.org/T13722
-# https://invent.kde.org/frameworks/breeze-icons/-/issues/1
-PATCHES=( "${FILESDIR}/${PN}-5.90.0-standalone.patch" )
-
-RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/khtml/

2023-03-12 Thread Andreas Sturmlechner
commit: 51336687a1d8fce12d09326e7c42f0847abc1fed
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:06:56 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:06:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51336687

kde-frameworks/khtml: drop 5.103.0

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

 kde-frameworks/khtml/Manifest |  1 -
 kde-frameworks/khtml/khtml-5.103.0.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/kde-frameworks/khtml/Manifest b/kde-frameworks/khtml/Manifest
index f1384158fcba..6eb3b71298f1 100644
--- a/kde-frameworks/khtml/Manifest
+++ b/kde-frameworks/khtml/Manifest
@@ -1,3 +1,2 @@
 DIST khtml-5.102.0.tar.xz 4009396 BLAKE2B 
6b6f43eb13061e593c941256e3466b4706b2abcd1599cdfad447806d58624752f0fb46ece59e29b07076966d335eb8671439b59a5dadb74fbfe00d4a72910925
 SHA512 
2e280730cd234d48cc57959c4191b6cb827fc79ad24bdb3ed911c241df384aa57ec6060e54007fe31270bf49b263515ef288be1fc53e79f5b5fe775a9ffd3bfd
-DIST khtml-5.103.0.tar.xz 4011212 BLAKE2B 
72b2242c5d82bfd1413f60d54ec886a89ae2b5ab3276d8f282ca25a13db309e05b807e9fc4329a5c324c7032fdd5da262aa16e8db4961f7d1dfbd6bf61a10e6b
 SHA512 
8b030ef3e4ccb0c5de90632486768226ccb81786459afb766d9e5d24d445f6de61d7cd997a18c6993fc8aaa3893ce8bda040b528bbdc0d24372fc9a32743b925
 DIST khtml-5.104.0.tar.xz 4010968 BLAKE2B 
6bf9894bb4b99bd88f9ef8b08f5dd058b81950afd552194777438daed866e1cae5f8afae2026c319e2d16d0287a0f9e22d0f7f39186c7d5608f3993a80afc2fc
 SHA512 
6c372f635109d7a30c16d24a1fc005403acbcb86f614e0e8430388584cd81ce8d6910044ebcb06c6a3323f1c72629a85fe4478428fce06263cc16f132ba3fb3e

diff --git a/kde-frameworks/khtml/khtml-5.103.0.ebuild 
b/kde-frameworks/khtml/khtml-5.103.0.ebuild
deleted file mode 100644
index efc365f88fd0..
--- a/kde-frameworks/khtml/khtml-5.103.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="KHTML web rendering engine"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
-   dev-libs/openssl:0
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kcodecs-${PVCUT}*:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kglobalaccel-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kjobwidgets-${PVCUT}*:5
-   =kde-frameworks/kjs-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kparts-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/ktextwidgets-${PVCUT}*:5
-   =kde-frameworks/kwallet-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X?]
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-   =kde-frameworks/sonnet-${PVCUT}*:5
-   media-libs/giflib:=
-   media-libs/libjpeg-turbo:=
-   media-libs/libpng:0=
-   >=media-libs/phonon-4.11.0
-   sys-libs/zlib
-   X? (
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libX11
-   )
-"
-DEPEND="${RDEPEND}
-   test? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
-   X? ( x11-base/xorg-proto )
-"
-BDEPEND="
-   dev-lang/perl
-   dev-util/gperf
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_X11=$(usex X)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kiconthemes/

2023-03-12 Thread Andreas Sturmlechner
commit: cef650f3a5fcfd4dd88b9c31a5f7b044bf269c1f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:05:14 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:05:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef650f3

kde-frameworks/kiconthemes: drop 5.103.0

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

 kde-frameworks/kiconthemes/Manifest|  1 -
 .../kiconthemes/kiconthemes-5.103.0.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/kde-frameworks/kiconthemes/Manifest 
b/kde-frameworks/kiconthemes/Manifest
index 6caa0fe360a7..08855f76f308 100644
--- a/kde-frameworks/kiconthemes/Manifest
+++ b/kde-frameworks/kiconthemes/Manifest
@@ -1,3 +1,2 @@
 DIST kiconthemes-5.102.0.tar.xz 1311636 BLAKE2B 
5eeaecb1bb9f25546124c1fdde3fcaea12e7d8078cfc67bf759e4ce9513825bc2b8d72257304d23fc593eeb03250b21cd100067989caae25ed041c8ded9daa15
 SHA512 
ec119f27756d2e86adfbff06910a4c58b4035fc974d35cdee6a7292252bde0ab176b2737ac01db1e591dcf5b06f8ade05561a662903fd09922c841bb88d6f3e7
-DIST kiconthemes-5.103.0.tar.xz 1311692 BLAKE2B 
9db010b26078fc8aca576ba690cd6e26d5b8700e24840fbe4e56f9522b3c29b130d16d125268e2691dc534053e1163264290e7b5940aebd6d08ffb640ed34d6e
 SHA512 
a750105eddc7c207ba218b8d1f7e4aca31e07fbd43eac34801d0ae820ee4e9c963e9acece895a71e2dbbfede6585c303fbaf15c9612ad60d146a5c94673db177
 DIST kiconthemes-5.104.0.tar.xz 1311912 BLAKE2B 
fe18dfa63d3383536bf666f466d69cd842ef238c231a6f0e3ed53bd060232c7fcc008532a6ff90d3272a89ad122af0e8422606537e7451d63f7968db4936b1a0
 SHA512 
407a26990967eca94f604d54032be458cef1f4b7f78239b128a9c45b42358d3e591d3acd7c127e49e0df9077b6f5ac6a5821c164775ccdbedac74e6f2a6593f8

diff --git a/kde-frameworks/kiconthemes/kiconthemes-5.103.0.ebuild 
b/kde-frameworks/kiconthemes/kiconthemes-5.103.0.ebuild
deleted file mode 100644
index cf7cf0d708f9..
--- a/kde-frameworks/kiconthemes/kiconthemes-5.103.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for icon theming and configuration"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RESTRICT="test" # bug 574770
-
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
-   test? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
-"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kxmlgui/

2023-03-12 Thread Andreas Sturmlechner
commit: 246afc24844c6cab52b27fcaaa7ef75863f6dd3c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:06:25 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:06:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246afc24

kde-frameworks/kxmlgui: drop 5.103.0

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

 kde-frameworks/kxmlgui/Manifest   |  1 -
 kde-frameworks/kxmlgui/kxmlgui-5.103.0.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/kde-frameworks/kxmlgui/Manifest b/kde-frameworks/kxmlgui/Manifest
index 116ee7d21d82..c3a32b473512 100644
--- a/kde-frameworks/kxmlgui/Manifest
+++ b/kde-frameworks/kxmlgui/Manifest
@@ -1,3 +1,2 @@
 DIST kxmlgui-5.102.0.tar.xz 2976888 BLAKE2B 
8e6214d9bb7c7059f268225def714afeb0e2efe9b06d144867852cdfebe2f3c157bb8e1288d6ce10082424a0a19eb70222f79ed182c4b79eaf15ab44623ccc7d
 SHA512 
0094f4586dc30147740a9a15e3dbb7f106b66e020ce69f21ad647b8e151263aa91e328a7eecdb4e6a9e84b5b1e7ec6b4922d1426d5cfe19b8b46d1a4256a01b5
-DIST kxmlgui-5.103.0.tar.xz 2951880 BLAKE2B 
358b6fbfb97df13cd6bac00f5a20f398cf350c112c2557a4cdfc47e4fde268f17d2fb47e655b971a0eacee493a3f465154f15f179c20792b168b7c8c96dd0af5
 SHA512 
dfeb792b36c3ab816b3ddd994f6f6b01a63492f633db194be887a7b0f257108d1581c19512a5434e80e97aa8ee1a50d7f641ead3c22c176e3eee489be376ecf7
 DIST kxmlgui-5.104.0.tar.xz 2952068 BLAKE2B 
2a1f6e8ef43f763ae070f28712f1f26b88742eff82e104d74497c2f5091c8ad4996319d329e21ed5ba10814cee87ec1a67011d62ea4b13ec5125937c828b5bc3
 SHA512 
7a37b8e086505799094f0502abbbeecb88bddbb8b9ae9d6ae5dcd3b340b91aa9866a605ea02fbd324291b400736c3eb386be1c226c6ea02583b39ac90a8f7798

diff --git a/kde-frameworks/kxmlgui/kxmlgui-5.103.0.ebuild 
b/kde-frameworks/kxmlgui/kxmlgui-5.103.0.ebuild
deleted file mode 100644
index baabbf7e217d..
--- a/kde-frameworks/kxmlgui/kxmlgui-5.103.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for managing menu and toolbar actions in an abstract 
way"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-LICENSE="LGPL-2+"
-IUSE=""
-
-# slot op: includes QtCore/private/qlocale_p.h
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5=
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kglobalaccel-${PVCUT}*:5
-   =kde-frameworks/kguiaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kitemviews-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-
-src_test() {
-   # Files are missing; whatever. Bugs 650290, 668198, 808216
-   local myctestargs=(
-   -E 
"(ktoolbar_unittest|kxmlgui_unittest|ktooltiphelper_unittest)"
-   )
-
-   ecm_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdesu/

2023-03-12 Thread Andreas Sturmlechner
commit: ccc469d59c61e8d6255dba95c58ca888a8667748
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:04:55 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:04:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc469d5

kde-frameworks/kdesu: drop 5.103.0

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

 kde-frameworks/kdesu/Manifest |  1 -
 kde-frameworks/kdesu/kdesu-5.103.0.ebuild | 33 ---
 2 files changed, 34 deletions(-)

diff --git a/kde-frameworks/kdesu/Manifest b/kde-frameworks/kdesu/Manifest
index b9e75f6bf4c8..8343edd7a180 100644
--- a/kde-frameworks/kdesu/Manifest
+++ b/kde-frameworks/kdesu/Manifest
@@ -1,3 +1,2 @@
 DIST kdesu-5.102.0.tar.xz 56392 BLAKE2B 
b40b00941d64a956c3707baac1fc115b730946b9d06a5e59723058df1b38826bea10236e880c87815ed7a61fe01e3cfe8d0346a21767162bfc20bd30ac13dc78
 SHA512 
d549e4b14b3e4cc5f78fd73b824a7ca0fc8f3d41c71afc6f7f6093ce5962a83bb2d99d6033afd668a1bd01039f7142b77a0cb3973226574805158efc9bab
-DIST kdesu-5.103.0.tar.xz 56396 BLAKE2B 
ad4259d2bf95b072bb04652bae4d460fc2b0b3d7d2dc10656e6e4c79372fd773f43079cae98d4d81e141002776234e17b457930a6f4aa98ac326b9e0a003747d
 SHA512 
bf98a95e84f341a1c45c22028ed284ac10a43b312bf98f7f8da1ad4230815288dc9afd98507f1a9d8a452a3f7ff126d28a196f10c6e064e8488318c7ee952561
 DIST kdesu-5.104.0.tar.xz 56404 BLAKE2B 
fa79db50b0f8ded857d11eb078df92091d57f607d8c93500221fd0c99d05e171e7cc551b8b46a98137eded0d367ad59ba56aa36e8966dee4ddf704021a230113
 SHA512 
0d35c88d8f250874bbd4613c5725bbd383600b9c2875284070f622695e20816b381fd2190718c1d5c7876ccceb6995864681d8e3fe48d17032076c67ab9fa13b

diff --git a/kde-frameworks/kdesu/kdesu-5.103.0.ebuild 
b/kde-frameworks/kdesu/kdesu-5.103.0.ebuild
deleted file mode 100644
index d5ebea58648d..
--- a/kde-frameworks/kdesu/kdesu-5.103.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle super user actions"
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RDEPEND="
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kpty-${PVCUT}*:5
-   X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}
-   X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package X X11)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwallet/

2023-03-12 Thread Andreas Sturmlechner
commit: 4803cca96e351cea4acbdb9c090f1ac7305a25f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:06:18 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:06:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4803cca9

kde-frameworks/kwallet: drop 5.103.0

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

 kde-frameworks/kwallet/Manifest   |  1 -
 kde-frameworks/kwallet/kwallet-5.103.0.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest
index b0a653a3c25e..d071ad4e2449 100644
--- a/kde-frameworks/kwallet/Manifest
+++ b/kde-frameworks/kwallet/Manifest
@@ -1,3 +1,2 @@
 DIST kwallet-5.102.0.tar.xz 347564 BLAKE2B 
c5ce1aef7a8acd1951269353bfbdb8e07ff35e5017e194b321f1c9d8adc0ef1bb28e5f729108a0ac59a4566e136b78aac139c8f1448b80f425fe5ef9e357c85d
 SHA512 
4b8175e9eafb62f2461eabbf628aef92e7df512d0d66e80f81f15194b32ff23b05dc492193b594eba92c4dc48a2b6706dfbd4bf150c1955374fe5dd2f7ce2a73
-DIST kwallet-5.103.0.tar.xz 347664 BLAKE2B 
5c337aa204a0f4c5085efe4f7d3f1c9474df6ce2c7cd0f27cf928c6cb4977c7af4762e296caf76f697257c91611406ff5d63f276c246d2c7243394f8b49ec419
 SHA512 
87027c6f44af55a220d3b8a2f9e2bbbf4a5e43cfe2ce33dbbbe9af8fc4d64b12365e741b5a9caadeaf0af571587740bedadf70b12e9ab45c74db2f15b6b60026
 DIST kwallet-5.104.0.tar.xz 347620 BLAKE2B 
af899fdaa19b89d4d9828852beb4d24ec3d6a80b3fbaba0398776da269bfc295d5d852a458ff534e87c8ed0f9998f4b901935b52e3cc1a51dfff122fc9358d42
 SHA512 
a71e918f890ad8a51b08ffb0989737d62b9b9fabbf360634e1dafe685be7054eff2be67b8463e4e66d48c629139db99f10ba3a6bed678aee5667b711519b3160

diff --git a/kde-frameworks/kwallet/kwallet-5.103.0.ebuild 
b/kde-frameworks/kwallet/kwallet-5.103.0.ebuild
deleted file mode 100644
index 671751fa28fa..
--- a/kde-frameworks/kwallet/kwallet-5.103.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org optfeature
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="gpg +man"
-
-DEPEND="
-   >=app-crypt/qca-2.3.1:2[qt5(+)]
-   dev-libs/libgcrypt:0=
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X]
-   gpg? ( >=app-crypt/gpgme-1.7.1:=[cxx,qt5] )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package gpg Gpgmepp)
-   $(cmake_use_find_package man KF5DocTools)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Auto-unlocking after account login" 
kde-plasma/kwallet-pam
-   optfeature "KWallet management" kde-apps/kwalletmanager:5
-   elog "For more information, read 
https://wiki.gentoo.org/wiki/KDE#KWallet;
-   fi
-   ecm_pkg_postinst
-}



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

2023-03-12 Thread Andreas Sturmlechner
commit: 7278d04d9a6172efefe8707deac62ea8313ef858
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:06:31 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:06:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7278d04d

kde-frameworks/plasma: drop 5.103.0

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

 kde-frameworks/plasma/Manifest  |  1 -
 kde-frameworks/plasma/plasma-5.103.0.ebuild | 70 -
 2 files changed, 71 deletions(-)

diff --git a/kde-frameworks/plasma/Manifest b/kde-frameworks/plasma/Manifest
index 77058f394225..d24ab9499980 100644
--- a/kde-frameworks/plasma/Manifest
+++ b/kde-frameworks/plasma/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-framework-5.102.0.tar.xz 3305096 BLAKE2B 
225bb5a2d3cc5e0631defa59bafaeef49e6b1c4cf650d19d4b15cd270ec47ab2a613d4e3689bdea8d6cee19ed26aff78cb5c24a1ef0c8245fac4b80fa2a2147d
 SHA512 
0db243ad6425c1f543149f4d939b7787cc20af526d4e81246debf7910b05a318cf18822ab0518d70dbb2641ad5853359a4e23104138f131c3a4073237c56d4b1
-DIST plasma-framework-5.103.0.tar.xz 3308144 BLAKE2B 
d7fdb7c896d28d90f875f77fc4fa99288f63e30381e50ee9078551d247a601e42c0ba0f66bc5c1a5733b96422a9a59a132bbb3f4e5825bc77bb23fe5442397f7
 SHA512 
6aadf8210d665cbef92005d871113b8312452f5ac575e161b1fe04baef76d55fcdafdb19e38b555e5ac27538d105904ba04d6caf00aad56003a965726f6ba643
 DIST plasma-framework-5.104.0.tar.xz 3308212 BLAKE2B 
40dda3c0d67db19c61d56ce7299d4448dab60421cecbff18f8de84aece47d5c9c32e4e22aa896d2b3870836acdef9862d1b7e80aef960e72a0a76e5490636c15
 SHA512 
0c327d8cb96b75e41a75fa1ff9a68f4d983f27e8c03c1121efba3dc031b286c331b7aad069a7432b51ca3255e246b980e2e44f60c7f769d291fc25665b17e19f

diff --git a/kde-frameworks/plasma/plasma-5.103.0.ebuild 
b/kde-frameworks/plasma/plasma-5.103.0.ebuild
deleted file mode 100644
index d664114eab21..
--- a/kde-frameworks/plasma/plasma-5.103.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="${PN}-framework"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Plasma framework"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="gles2-only man wayland"
-
-RESTRICT="test"
-
-# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5[gles2-only=,X]
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   =kde-frameworks/kactivities-${PVCUT}*:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5[qml]
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kdeclarative-${PVCUT}*:5
-   =kde-frameworks/kglobalaccel-${PVCUT}*:5
-   =kde-frameworks/kguiaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kpackage-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X]
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-   x11-libs/libX11
-   x11-libs/libxcb
-   !gles2-only? ( media-libs/libglvnd[X] )
-   wayland? (
-   =kde-frameworks/kwayland-${PVCUT}*:5
-   media-libs/libglvnd
-   )
-"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package !gles2-only OpenGL)
-   $(cmake_use_find_package man KF5DocTools)
-   $(cmake_use_find_package wayland EGL)
-   $(cmake_use_find_package wayland KF5Wayland)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktextwidgets/

2023-03-12 Thread Andreas Sturmlechner
commit: c65a31a580c978277762c77f60b0984a7bb27f96
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:06:11 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:06:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65a31a5

kde-frameworks/ktextwidgets: drop 5.103.0

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

 kde-frameworks/ktextwidgets/Manifest   |  1 -
 .../ktextwidgets/ktextwidgets-5.103.0.ebuild   | 38 --
 2 files changed, 39 deletions(-)

diff --git a/kde-frameworks/ktextwidgets/Manifest 
b/kde-frameworks/ktextwidgets/Manifest
index 902ebf1386aa..1c529cc9cfd4 100644
--- a/kde-frameworks/ktextwidgets/Manifest
+++ b/kde-frameworks/ktextwidgets/Manifest
@@ -1,3 +1,2 @@
 DIST ktextwidgets-5.102.0.tar.xz 2551164 BLAKE2B 
67c772f94f5c59f1ef8818568d2ef91ca62bc37d058ae0b7535ca18a7230ed99279d22b721577b3105263e3c6c51fa869b55a9a1bf0d3c7a6e338bed58a8abd9
 SHA512 
775f1e8d2edc886f650b23474a5bedf1bc9eac0b73ab7e322491fc07dc6c187d8b3ef1119bdd19d5d6b30cd0146604224d04e91df9eace753c878b6d932cb482
-DIST ktextwidgets-5.103.0.tar.xz 2552388 BLAKE2B 
80bff147d44522425cb7aa3828fcd6a69b1f43538d9462b246b343b4ab10f4a9595c5f22bf6378e11669586d5a4c2f4acf47d791d1394376e8b96a92023c2a14
 SHA512 
8e6ed350403b0fe0a8de048504ad6256f5da26ad43829e2367b713aa0210e7ac3ea2f9972cf8965e5daedf7dfb4dd7753a05367ad7120fe0f0e4f425817a44fd
 DIST ktextwidgets-5.104.0.tar.xz 2552460 BLAKE2B 
72c02d338a6654485bb9ddb4dbd7d4b5e8bec96887116c85cc3aa93e82968958095c991543526a503fa732d5900f8280be373d4bdf6271b07ec9e434d9055a9f
 SHA512 
f9f51d3534e4651561bfa90dbda167104595ca44acc989ad3a152c93195a9c1d4437a677fd476ee94b5054375160d5dc35c303cce6e94449c5b2ca0dfdf0e0a9

diff --git a/kde-frameworks/ktextwidgets/ktextwidgets-5.103.0.ebuild 
b/kde-frameworks/ktextwidgets/ktextwidgets-5.103.0.ebuild
deleted file mode 100644
index 4d9af584d544..
--- a/kde-frameworks/ktextwidgets/ktextwidgets-5.103.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework providing an assortment of widgets for displaying and 
editing text"
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="speech"
-
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/sonnet-${PVCUT}*:5
-   speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package speech Qt5TextToSpeech)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexteditor/

2023-03-12 Thread Andreas Sturmlechner
commit: d980058f37d14cd27a071390ba4377702116ea79
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:06:05 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:06:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d980058f

kde-frameworks/ktexteditor: drop 5.103.0

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

 kde-frameworks/ktexteditor/Manifest|  1 -
 .../ktexteditor/ktexteditor-5.103.0.ebuild | 55 --
 2 files changed, 56 deletions(-)

diff --git a/kde-frameworks/ktexteditor/Manifest 
b/kde-frameworks/ktexteditor/Manifest
index ddfb459244b7..3c6d588f6a0a 100644
--- a/kde-frameworks/ktexteditor/Manifest
+++ b/kde-frameworks/ktexteditor/Manifest
@@ -1,3 +1,2 @@
 DIST ktexteditor-5.102.0.tar.xz 2751384 BLAKE2B 
0fee6f761153dbd869e634c8d24cbdc1e34e3ddf108e3c4a1790adcbb202d7d8460de9c4be2ceacb3f404dbcde0aedb03fd6b3491f3a5b759c8f9fa1ef14c253
 SHA512 
11cfae12d49d2fcca543980866c94b9eaf15fc35891e951f9448e723d2fc55e157b5036be293ab441fec1b6c419361497e665b5520e67a170374c3c3172fd239
-DIST ktexteditor-5.103.0.tar.xz 2754964 BLAKE2B 
0e6ddfe9f75e9ec6b4c7d2cc5cbe3b98593267cfabdd06e927ae8c7bf70e81be2776d8a4cdf6644674ab981b49ec2338ab64712baed98a3b16caa76779981377
 SHA512 
6163bdfb5082ace42f8665533114330200487e333c24e0911e17086cae253de5c6170d3e58191ca2d4a279434356cbf2a17a5465b401e41efd8932fca68795bf
 DIST ktexteditor-5.104.0.tar.xz 2760860 BLAKE2B 
05914c622978c3ada85d331499c0cc37eb8f3063e164585e0fad3f0731ba2670d662077af2a0717dd271017e14021239188fd1f3fd8b1ebe0afff169738a5026
 SHA512 
07eb2c410c105b41abb1f0838d1d1e704fac13dac4cdf851ee3f86eebeb6d7eb61465392ae359c889e04339d90865a5b083337610f73d3bde6f0bc4a806ec3f0

diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.103.0.ebuild 
b/kde-frameworks/ktexteditor/ktexteditor-5.103.0.ebuild
deleted file mode 100644
index 727b4e9c9639..
--- a/kde-frameworks/ktexteditor/ktexteditor-5.103.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework providing a full text editor component"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+editorconfig"
-
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kauth-${PVCUT}*:5
-   =kde-frameworks/kcodecs-${PVCUT}*:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kguiaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kitemviews-${PVCUT}*:5
-   =kde-frameworks/kjobwidgets-${PVCUT}*:5
-   =kde-frameworks/kparts-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-   =kde-frameworks/sonnet-${PVCUT}*:5
-   =kde-frameworks/syntax-highlighting-${PVCUT}*:5
-   editorconfig? ( app-text/editorconfig-core-c )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="test? ( >=kde-frameworks/kservice-${PVCUT}:5 )"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package editorconfig EditorConfig)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kservice/

2023-03-12 Thread Andreas Sturmlechner
commit: e63812772c308e455e099111c0e3c1c960ba182f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:05:58 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:05:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6381277

kde-frameworks/kservice: drop 5.103.0

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

 kde-frameworks/kservice/Manifest|  1 -
 kde-frameworks/kservice/kservice-5.103.0.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/kde-frameworks/kservice/Manifest b/kde-frameworks/kservice/Manifest
index e6c72288ab5d..f23a6f74e77b 100644
--- a/kde-frameworks/kservice/Manifest
+++ b/kde-frameworks/kservice/Manifest
@@ -1,3 +1,2 @@
 DIST kservice-5.102.0.tar.xz 2537444 BLAKE2B 
1e419c9b021e2164c0962fb4f454490a730161441eafbed6c46a5dfd95abdc285448e3b5bb7eae71b2e73a67f50993ec496060fb3c61c7122a39253fd64c4763
 SHA512 
f7b312b82c1dcddf73d929158e07dd95cc902a0f61fcc16fcd851900c10ddec083577564893dfd30555d0f5aa616394447c682d90716cf7f9f793f82d3dd14d0
-DIST kservice-5.103.0.tar.xz 2537648 BLAKE2B 
2d3606fdf57c227b84a2ae8161ba4f7688a48657ac1ea760aa6483d77ccee198f1b3d06385d009b05ece318a61408404c5879f97aee897a2c1f805f5d981c659
 SHA512 
978faae08fc3c8384eb57b46530e302f11bd68ab64c995834f1a902af5f55f7cb0de61519d06d36d9cceaa7f2cf925db96bda088ede762dab6c57109af0fa3be
 DIST kservice-5.104.0.tar.xz 2538384 BLAKE2B 
bcc6cbb686d84358ec4f9cc990ad95693e8c46d975795a58f082b54ac7bd04a1e26219be44cef0a793767379ad71ef99340946d8f132cb7ade0dd82d7ea98ae9
 SHA512 
6c2fa229324d041fc96164992aaf8aeb0de9e3a0a89067e116471c10d646e16d1e6a7d067652ce192d8f915f7e9bbdd1e297f7da4e16d8017bb99e7dcc962fee

diff --git a/kde-frameworks/kservice/kservice-5.103.0.ebuild 
b/kde-frameworks/kservice/kservice-5.103.0.ebuild
deleted file mode 100644
index 5f513890bc32..
--- a/kde-frameworks/kservice/kservice-5.103.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Advanced plugin and service introspection"
-
-LICENSE="LGPL-2 LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+man"
-
-# requires running kde environment
-RESTRICT="test"
-
-BDEPEND="
-   sys-devel/bison
-   sys-devel/flex
-   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
-"
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
-   test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DAPPLICATIONS_MENU_NAME=kf5-applications.menu
-   $(cmake_use_find_package man KF5DocTools)
-   )
-
-   ecm_src_configure
-}
-
-src_install() {
-   ecm_src_install
-
-   # bug 596316
-   dosym kf5-applications.menu /etc/xdg/menus/applications.menu
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifyconfig/

2023-03-12 Thread Andreas Sturmlechner
commit: 9c32e928eec54018c010b9cc43e5ff8466c4e635
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:05:39 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:05:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c32e928

kde-frameworks/knotifyconfig: drop 5.103.0

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

 kde-frameworks/knotifyconfig/Manifest  |  1 -
 .../knotifyconfig/knotifyconfig-5.103.0.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/kde-frameworks/knotifyconfig/Manifest 
b/kde-frameworks/knotifyconfig/Manifest
index b45c7a82a3ca..a4cca310 100644
--- a/kde-frameworks/knotifyconfig/Manifest
+++ b/kde-frameworks/knotifyconfig/Manifest
@@ -1,3 +1,2 @@
 DIST knotifyconfig-5.102.0.tar.xz 2430320 BLAKE2B 
b5a3391e11ffb7426b6677a7f5607098745275770aa595dc5bcdd3861016e1dd86734a8bf5309f56be0f3df2e914c47bea8992c97e3cd84fd9c13eda3dd83031
 SHA512 
9f46710a283aa27fec22a70f0f7f9a3f756f1f5ae323447eca57b6c8c8cfe47459cd3eae998f3c79dc72ef633eeacc31d98fb4ebbd8b9099cc237141481389b8
-DIST knotifyconfig-5.103.0.tar.xz 2431236 BLAKE2B 
e238b82ca44657fb5a9300e76f60724f2d4bccfa74869e8cd6cbe5528eb239807f99559799e4097a43dd996acbb1c5182269998a63dd4dcd4840c657bf213f26
 SHA512 
480b28c54d2df0a0d73be34a02b1e6bd1f42f028aa127210fc17bfdbb654f682c638d8a57f32197206689c420cfce4ba85e555ba4fa114cbd4c6ffc85039d87f
 DIST knotifyconfig-5.104.0.tar.xz 2430756 BLAKE2B 
69288c83956cfbf30bccc76c8aeddc85f4141d691d62fb8048016469f970f9b76c1a029016a4e5891bb1134bdc076984357ba40eadd6d777b8ec9f4f647f7e17
 SHA512 
8c908c0a4972d3efef00c88a5aaa45157ddf5875f1e1d594f579eff40f6edf861313379afe6cfb585f2ffe4f5fc12e662cc5072e9ad2e076917f4855120cf7b5

diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.103.0.ebuild 
b/kde-frameworks/knotifyconfig/knotifyconfig-5.103.0.ebuild
deleted file mode 100644
index 90bb1882010e..
--- a/kde-frameworks/knotifyconfig/knotifyconfig-5.103.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for configuring desktop notifications"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="phonon"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   !phonon? ( media-libs/libcanberra )
-   phonon? ( >=media-libs/phonon-4.11.0 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package !phonon Canberra)
-   )
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knewstuff/

2023-03-12 Thread Andreas Sturmlechner
commit: 5377a96f5eccae67b4f401c3907c0a7e26ed1496
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:05:33 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:05:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5377a96f

kde-frameworks/knewstuff: drop 5.103.0

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

 kde-frameworks/knewstuff/Manifest |  1 -
 kde-frameworks/knewstuff/knewstuff-5.103.0.ebuild | 50 ---
 2 files changed, 51 deletions(-)

diff --git a/kde-frameworks/knewstuff/Manifest 
b/kde-frameworks/knewstuff/Manifest
index 140d485c5dca..8ee4336d11e3 100644
--- a/kde-frameworks/knewstuff/Manifest
+++ b/kde-frameworks/knewstuff/Manifest
@@ -1,3 +1,2 @@
 DIST knewstuff-5.102.0.tar.xz 3406384 BLAKE2B 
3c2ba49a86b2954865db706466b07c94cc2f0b5fd10084f35285ae44ebff9e4a8dc5d968292a13699cefde229386b7dda27eea70a13fdf1c45736361e8a9dce7
 SHA512 
2ec0b6a8be814267a3b97fa50eb2789d5e78741e67ecd82a9ea095075338814a7d4d31623a6b9f809c129eba6b85f55e5fc6d05d43307859eb1e3420620962b0
-DIST knewstuff-5.103.0.tar.xz 3410760 BLAKE2B 
4c0a7954946944c4e35573d933a09ebc20e0728617fb423e4d46bdd144604e07eb69a2b051fc023d4192fa90f24f1848826244ce7ce5c6ae2974e06859fed362
 SHA512 
a86a2c20b0421be391753f9f46de74c6fe6059ede4e40b4d4b2118bd06c3cefe7a0ca2540e92d196ca2f40ad28c6f54e7ea6eb1237fdfdf0130804c4ee9e0b1b
 DIST knewstuff-5.104.0.tar.xz 3411440 BLAKE2B 
5c5696708fb6b2ec68cc555ad1c78d57b1f9ad39ecf1304aadf27470f5f0a94294f2fcc2c9099ab5e1de23d2c0c6ffd8bf223b96711e53cdfc0f41d370f0dafc
 SHA512 
6d757ba602a155eb7640fc62cbdae3bfebe2b4147fec0f60dd6fcaeeecdf45d20ad1ee5cfc0c4163f878e92fd42c7a3146543f899451728b810446b26a663b16

diff --git a/kde-frameworks/knewstuff/knewstuff-5.103.0.ebuild 
b/kde-frameworks/knewstuff/knewstuff-5.103.0.ebuild
deleted file mode 100644
index 45bd3becb0f7..
--- a/kde-frameworks/knewstuff/knewstuff-5.103.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for downloading and sharing additional application data"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="opds"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/attica-${PVCUT}*:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kitemviews-${PVCUT}*:5
-   =kde-frameworks/kpackage-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/ktextwidgets-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-   opds? ( =kde-frameworks/syndication-${PVCUT}*:5 )
-"
-RDEPEND="${DEPEND}
-   >=kde-frameworks/kirigami-${PVCUT}:5
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package opds KF5Syndication)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/krunner/

2023-03-12 Thread Andreas Sturmlechner
commit: ba82629cb36f12583410ff44f3063b5b188bc662
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:05:52 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:05:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba82629c

kde-frameworks/krunner: drop 5.103.0

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

 kde-frameworks/krunner/Manifest   |  1 -
 kde-frameworks/krunner/krunner-5.103.0.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/kde-frameworks/krunner/Manifest b/kde-frameworks/krunner/Manifest
index 352dadf3be55..3a351f606bf9 100644
--- a/kde-frameworks/krunner/Manifest
+++ b/kde-frameworks/krunner/Manifest
@@ -1,3 +1,2 @@
 DIST krunner-5.102.0.tar.xz 88184 BLAKE2B 
6ed780dfb69383338ed7def01d6f4980220bb2ceb89d2d257c4b34cfd8c2a30c183dcea0d2028e939c83bb3d624707cfcb9cce2f0268fdb359a1b78bd40125ab
 SHA512 
d1697ce5e9cd02d5bf43c11f3de74b9603522524f8ae860c5d3430e340c491d915966517414f9e2860f58d8f5ef20218c9a9ebbe981f5504bc34fd4eca7c4bcd
-DIST krunner-5.103.0.tar.xz 88196 BLAKE2B 
cbb59ec96f8b480f6e9b4a64d7b3a505315ccd3278505973806beb2d913cd353576e5398cc4e78c0035ea6ac4d5835c5bbc60e5835ac98bee061ff2e9b4c8813
 SHA512 
8ab36d0469c2754d4b6ec8ea5ad362733b65d7051dafbae0b440377a7fe5cf6ccbeb89af00ec88dcc29959311bcd54e45d0d2525d53f32454593f250b1a22ee1
 DIST krunner-5.104.0.tar.xz 88352 BLAKE2B 
c117076e5d6279b76d3beb69eb047dcc878f219a63662b188242a0ac313eebe1387b67ffc080efaf5c47db454bcfcfa3df68476aebc926c9883fab2456edd48c
 SHA512 
5c1bde36aa8657a46fa41e4a8dbdd15a5f8c4160f01e58964f6a68db8578ae69d4b5a6144caf6a494290de3e56a0f9703e6ad84de338b9387fec646796979952

diff --git a/kde-frameworks/krunner/krunner-5.103.0.ebuild 
b/kde-frameworks/krunner/krunner-5.103.0.ebuild
deleted file mode 100644
index 8df45d068766..
--- a/kde-frameworks/krunner/krunner-5.103.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for providing different actions given a string query"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="activities"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/plasma-${PVCUT}*:5
-   =kde-frameworks/solid-${PVCUT}*:5
-   =kde-frameworks/threadweaver-${PVCUT}*:5
-   activities? ( =kde-frameworks/kactivities-${PVCUT}*:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package activities KF5Activities)
-   )
-   ecm_src_configure
-}
-
-src_test() {
-   # requires virtual dbus, otherwise hangs; bugs #630672, #789351, #838502
-   local myctestargs=(
-   -E 
"(dbusrunnertest|runnermanagersinglerunnermodetest|runnermanagertest)"
-   )
-   ecm_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/

2023-03-12 Thread Andreas Sturmlechner
commit: 3a9af7667a1d41e19fc91a4e7ea7bfcba7b36819
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:05:27 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:05:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9af766

kde-frameworks/kio: drop 5.103.0

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

 kde-frameworks/kio/Manifest   |  1 -
 kde-frameworks/kio/kio-5.103.0.ebuild | 89 ---
 2 files changed, 90 deletions(-)

diff --git a/kde-frameworks/kio/Manifest b/kde-frameworks/kio/Manifest
index ce1c1895b773..7d8712cda6a0 100644
--- a/kde-frameworks/kio/Manifest
+++ b/kde-frameworks/kio/Manifest
@@ -1,3 +1,2 @@
 DIST kio-5.102.0.tar.xz 3769416 BLAKE2B 
432acbd7844539e7c2617ea5743449b7da4377235485644ab9066919ee7c4746388deb116ee6664c52bcefa35c54bda3dfcc6f2f58a03a1638fe6173e5a99330
 SHA512 
29f46ace3a902a24c3a266413b291eac43bcfc5da76dfbc927f3d0e36c3902f0abf195b0cd97fd163a62b85a3d0bbb006dc73bc0fc43a88e47f72e7991536dc4
-DIST kio-5.103.0.tar.xz 3769424 BLAKE2B 
9f2d2ab6827d63e628d03d8d81e3dbfd31973bd0cf92e34f63cc345859934e9cb5b2a8e90b56c7dc1cd588a5a0d30435132b2aee8e14c47ffc29ca99485904da
 SHA512 
9a5ffc9cf7bd5b07e449ac5b3e352c389b9f184e49702506bf44fa1c94d8905693cdd237f31735242ae7e8e605d9ee4ceeaa633ba6432d6952cf6a07e6ab17ac
 DIST kio-5.104.0.tar.xz 3770264 BLAKE2B 
5633873828eafbfc1438d898c7eee7cc4234d0612b636d9b086ec273527900a0f9cc5fb3aeac327c2d0a96ec00192377e27f44bb300c6e7209876826b77a9b22
 SHA512 
483edb57a9de8be37248b4bdbd442d55814e126348d6db8316c9bcd59be76620d44145760e31ba685ce3ae606451547c3c386f8049b47df1b7f4ef2f45c276b8

diff --git a/kde-frameworks/kio/kio-5.103.0.ebuild 
b/kde-frameworks/kio/kio-5.103.0.ebuild
deleted file mode 100644
index 9b1e05fe0544..
--- a/kde-frameworks/kio/kio-5.103.0.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org xdg-utils
-
-DESCRIPTION="Framework providing transparent file and data management"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="acl +handbook kerberos +kwallet X"
-
-# tests hang
-RESTRICT="test"
-
-RDEPEND="
-   dev-libs/libxml2
-   dev-libs/libxslt
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/kauth-${PVCUT}*:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kbookmarks-${PVCUT}*:5
-   =kde-frameworks/kcodecs-${PVCUT}*:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kcrash-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/kguiaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kitemviews-${PVCUT}*:5
-   =kde-frameworks/kjobwidgets-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/ktextwidgets-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X?]
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-   =kde-frameworks/solid-${PVCUT}*:5
-   acl? (
-   sys-apps/attr
-   virtual/acl
-   )
-   handbook? ( =kde-frameworks/kdoctools-${PVCUT}*:5 )
-   kerberos? ( virtual/krb5 )
-   kwallet? ( =kde-frameworks/kwallet-${PVCUT}*:5 )
-   X? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
-"
-DEPEND="${RDEPEND}
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   test? ( sys-libs/zlib )
-"
-PDEPEND=">=kde-frameworks/kded-${PVCUT}:5"
-
-src_configure() {
-   local mycmakeargs=(
-   -DKIO_NO_PUBLIC_QTCONCURRENT=ON
-   $(cmake_use_find_package acl ACL)
-   $(cmake_use_find_package handbook KF5DocTools)
-   $(cmake_use_find_package kerberos GSSAPI)
-   $(cmake_use_find_package kwallet KF5Wallet)
-   -DWITH_X11=$(usex X)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   ecm_pkg_postrm
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kded/

2023-03-12 Thread Andreas Sturmlechner
commit: 7499c5bd14e6c7bc90ed3defd37ae8ba9775fc4e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:04:49 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:04:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7499c5bd

kde-frameworks/kded: drop 5.103.0

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

 kde-frameworks/kded/Manifest|  1 -
 kde-frameworks/kded/kded-5.103.0.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/kde-frameworks/kded/Manifest b/kde-frameworks/kded/Manifest
index 7f75eec9a409..8ffdbcf61c0b 100644
--- a/kde-frameworks/kded/Manifest
+++ b/kde-frameworks/kded/Manifest
@@ -1,3 +1,2 @@
 DIST kded-5.102.0.tar.xz 40968 BLAKE2B 
d7bf8ac8e5def70dce42afa4050bd1a0ecb5a6354b58ca16eee5cc8ea0ee368c0125e290643318b288cc18db102925bf5a77664b7f23e8e234205d3d95e488a5
 SHA512 
971eca90bca7218c0637a62740aaefa2bb3fb68a2941bd8c25bf65b79e07b69cdf1d629733b2511382b6fab2cd112f194ef09939d8043e96d9242d4253eb1e83
-DIST kded-5.103.0.tar.xz 40984 BLAKE2B 
a0b919294b79a20619aa723f3845e197f650e6f4d1ceb185903d11de8e2f71ce010950123122105c52c63322462f21ae2acc2c43456a4f7681de181a71836e3f
 SHA512 
1dd4cac2376a82954913786a5052f4ca3b5edea3b6fb7be7ef40b816efbdea922d28127ca9d22e48649a1ba79d039c8fd07f1a92ee6606c442bda7a2715923ec
 DIST kded-5.104.0.tar.xz 40996 BLAKE2B 
98bd89c5eed1f5c48ec9333a8259aa3042beb9541e6774e3be28bad1dcd714933c4dc1326321382957456915534b31215616237360b7d73885414a71b831f701
 SHA512 
cee37b7d384db7b4ba283132b60166e14edf58a0941aaac37aab00ceb1958990f9bf963df417d874025c6eaa1b0a89091355207edacbe15735e1115d59c8f11e

diff --git a/kde-frameworks/kded/kded-5.103.0.ebuild 
b/kde-frameworks/kded/kded-5.103.0.ebuild
deleted file mode 100644
index a94d97c31a4f..
--- a/kde-frameworks/kded/kded-5.103.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Central daemon of KDE workspaces"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+man"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5[dbus]
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kcrash-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/kinit-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package man KF5DocTools)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kglobalaccel/

2023-03-12 Thread Andreas Sturmlechner
commit: 93c5a7e1640ae3a69bbaff7dcb9b65c131ad0be5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:05:07 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:05:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c5a7e1

kde-frameworks/kglobalaccel: drop 5.103.0

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

 kde-frameworks/kglobalaccel/Manifest   |  1 -
 .../kglobalaccel/kglobalaccel-5.103.0.ebuild   | 53 --
 2 files changed, 54 deletions(-)

diff --git a/kde-frameworks/kglobalaccel/Manifest 
b/kde-frameworks/kglobalaccel/Manifest
index 41c74e7edbeb..53620aa92eba 100644
--- a/kde-frameworks/kglobalaccel/Manifest
+++ b/kde-frameworks/kglobalaccel/Manifest
@@ -1,3 +1,2 @@
 DIST kglobalaccel-5.102.0.tar.xz 2338248 BLAKE2B 
4137bd37eadee73bb73651a4f38c3d3f8a5594ea66b67330351f2b1a698be711ca5931247f6d96268177a6ddd21b2aad22783ce9571455b0aa3937e5a4c7e0d2
 SHA512 
0ff000e4ad869fe313fdd2fd9a1ca4098cea6b101cf010d51f6d04ea1c33e9f6930a31e06624c7ff758302924e36a61774f6730df605388c0fd8bacf6ca9162e
-DIST kglobalaccel-5.103.0.tar.xz 2338980 BLAKE2B 
fad823789842ba441eee03482398a1dec2e2c8fdd14095b88ecd00d85ed67634f75f150256dfbc30f896941bf060d0040cfd39138f0c7ca8ea407f09a97579e9
 SHA512 
2d2e230e2bd35a614e41db5d560729afb26a83d3d85f237524787c1c1b37fe5c2ce300eba9861a9e5e5a9d9d37809d4639c66dba0b7fcf5d979c6ad72e196cc0
 DIST kglobalaccel-5.104.0.tar.xz 2338576 BLAKE2B 
1285baecf71db487481482bea0ffe39b9bd0130c0c44fa87ea843e2cfb83251a86cb22468e7fb1127ead39cf41848ba1f93ffb46bf259ac9c5a83bc8fec6bdcd
 SHA512 
338cc85dfb74ec123ea37456831da501bbd9abd9362c33d7d79da100d55e890de7cc2c83cddd6f669db2ee94f4e63d634d188aa37bb335dd2b765a91e0c5aedd

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-5.103.0.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-5.103.0.ebuild
deleted file mode 100644
index f6d5ca4cd516..
--- a/kde-frameworks/kglobalaccel/kglobalaccel-5.103.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to handle global shortcuts"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-REQUIRED_USE="test? ( X )"
-RESTRICT="test" # requires installed instance
-
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   X? (
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kcrash-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X]
-   x11-libs/libxcb
-   x11-libs/xcb-util-keysyms
-   )
-"
-DEPEND="${RDEPEND}
-   test? (
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   =kde-frameworks/kdeclarative-${PVCUT}*:5
-   )
-"
-BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_RUNTIME=$(usex X)
-   )
-   ecm_src_configure
-}
-
-src_test() {
-   XDG_CURRENT_DESKTOP="KDE" ecm_src_test # bug 789342
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdav/

2023-03-12 Thread Andreas Sturmlechner
commit: 1ecdc8880cbee1231dd51a74015e5384cad70083
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:04:36 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:04:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ecdc888

kde-frameworks/kdav: drop 5.103.0

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

 kde-frameworks/kdav/Manifest|  1 -
 kde-frameworks/kdav/kdav-5.103.0.ebuild | 35 -
 2 files changed, 36 deletions(-)

diff --git a/kde-frameworks/kdav/Manifest b/kde-frameworks/kdav/Manifest
index 6fd28040c52f..48be22517d9b 100644
--- a/kde-frameworks/kdav/Manifest
+++ b/kde-frameworks/kdav/Manifest
@@ -1,3 +1,2 @@
 DIST kdav-5.102.0.tar.xz 65604 BLAKE2B 
54227d38aa0b9107dbf1ff290f0194b5dbe945cbfe75c83b1a77f4790d70e97a7b24e19928760086d8bd90fead6ce7fb54140402242633efdab064e080323562
 SHA512 
03e600f7fcbd51e7f20bc49abd16eb6ef71901e54595ffb42fec69b54348a6b5b91db299249ee2eae2e12f1b54499a662dad45322e9f1450e29f6e33e3729822
-DIST kdav-5.103.0.tar.xz 65612 BLAKE2B 
5d534e4aff29884ec097382b32202fdabfb4bdf1b434dd2f16b83f4fafe0c5b9b078b32fcd8852fc3684bd2482bc616ba361bc082affca1c32326049321460bf
 SHA512 
ccef931e40f2af97d3512d903e66eb40fd41318ae327fe4145e11abb13bb5e6243f5d0b522bc63589b066b83020b08d6a6bf17577550c2f4d96c2a440a8d6500
 DIST kdav-5.104.0.tar.xz 65580 BLAKE2B 
363e0691c8abfa85d5cd9816bf34315fd00f169681278f56641d2fc939ff2a9c3fefa44272c07347a5ccaea9bd71dcdb393e301ed195e436ec1b2b9bd9e7bd63
 SHA512 
082d40276a59f45dc5b9d7d2198387e272f59965cdbbde1d75dad63b95806804e58660e56dedec182c2c7d3d5128c318ee9d0f05df803d1e5930f583b6a14312

diff --git a/kde-frameworks/kdav/kdav-5.103.0.ebuild 
b/kde-frameworks/kdav/kdav-5.103.0.ebuild
deleted file mode 100644
index a5c00855..
--- a/kde-frameworks/kdav/kdav-5.103.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="DAV protocol implemention with KJobs"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${PVCUT}:5
-   >=kde-frameworks/ki18n-${PVCUT}:5
-   >=kde-frameworks/kio-${PVCUT}:5
-"
-DEPEND="${RDEPEND}"
-
-src_test() {
-   # bug 616808 - DavItemFetchJobTest requires D-Bus
-   # bug 653602 - DavItemsListJobTest mimetypes unsupported
-   # bug 765061 - kdav-davcollectionsmultifetchjobtest
-   local myctestargs=(
-   -E 
"(kdav-davitemfetchjob|kdav-davitemslistjob|kdav-davcollectionsmultifetchjobtest)"
-   )
-   ecm_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/

2023-03-12 Thread Andreas Sturmlechner
commit: 78b1e19988ee3fcaf042fef0bd1fb184aa7fa715
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:04:42 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:04:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b1e199

kde-frameworks/kdeclarative: drop 5.103.0

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

 kde-frameworks/kdeclarative/Manifest   |  1 -
 .../kdeclarative/kdeclarative-5.103.0.ebuild   | 37 --
 2 files changed, 38 deletions(-)

diff --git a/kde-frameworks/kdeclarative/Manifest 
b/kde-frameworks/kdeclarative/Manifest
index 8dafc66d271a..4387b9940276 100644
--- a/kde-frameworks/kdeclarative/Manifest
+++ b/kde-frameworks/kdeclarative/Manifest
@@ -1,3 +1,2 @@
 DIST kdeclarative-5.102.0.tar.xz 2491312 BLAKE2B 
e39e2f84b396a1a6e9e882d373bc21a0bf67a7ee4d8836394a02c183a6270659252e7d4bc02ebacae0e866d0e642246bc7ca6cb608bae7db9926821b3ea4ecba
 SHA512 
bff8f30725b0bdaa8dec8ec3745d9270c8564ebf6090f5c5e1aa842340f6549f8ceeebe1f08f71fbae1968a4d27c4cd6042af00ea46e0f1361e1ca110456c2e4
-DIST kdeclarative-5.103.0.tar.xz 2491428 BLAKE2B 
45eaf7169b69fbad59e85d408736ae72a2e8c27fb5700944376c0ad9adf881c9bd5679cd797f4d518f4249c553364886e7ab34ee0f0556518e10b7a23274ebad
 SHA512 
12fa2df80dd2382f8b49d0ddbf2322cc6a7efe626b53ae0a70e9ce5f87ea72cd950b0340eed1763ca3f2764329c87087d2cd7ca01590ff8c5f734d89c147933a
 DIST kdeclarative-5.104.0.tar.xz 2491648 BLAKE2B 
452f3e5eaaa3340148a1e7cc9b8823f296ca91b7e9061fce8b566eb892d59df6ab04871d8e77a340fe25fd6b1e41d0f18687ad19e82fea3a59f3854395bc
 SHA512 
2106e79fda831a5bcf750940ba9b3eda348dc7aafe7c23af60454411e0c3ff8699aca54155d750af21c1ac9b0049849c2b38ef1b40d1d0b66c2e47ed1174a1e3

diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.103.0.ebuild 
b/kde-frameworks/kdeclarative/kdeclarative-5.103.0.ebuild
deleted file mode 100644
index 0ce50468804e..
--- a/kde-frameworks/kdeclarative/kdeclarative-5.103.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework providing integration of QML and KDE work spaces"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kglobalaccel-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kpackage-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5
-   media-libs/libepoxy
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kemoticons/

2023-03-12 Thread Andreas Sturmlechner
commit: d55ee2e37551b73c60ff606cf06ceb9521e0ad5b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:05:01 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:05:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55ee2e3

kde-frameworks/kemoticons: drop 5.103.0

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

 kde-frameworks/kemoticons/Manifest |  1 -
 .../kemoticons/kemoticons-5.103.0.ebuild   | 28 --
 2 files changed, 29 deletions(-)

diff --git a/kde-frameworks/kemoticons/Manifest 
b/kde-frameworks/kemoticons/Manifest
index ec56ceb1e47b..8dcff495cc3c 100644
--- a/kde-frameworks/kemoticons/Manifest
+++ b/kde-frameworks/kemoticons/Manifest
@@ -1,3 +1,2 @@
 DIST kemoticons-5.102.0.tar.xz 1700560 BLAKE2B 
9e78076ab5c4c536ee5a1fe72664f0fc52f3f45ffafe63f5d3bea390d146195fe680bcd280282dd6f405796c794e4a1784f66c6f4aeb806ddd96e809ebb3b5ca
 SHA512 
c3fe24e01efe121a8db30064f32ddcd3e8532f30f7d66682f9ec1fccf725612ef5333fa992b3f177c7558d1821981a2d67f06ef6b4d095f75a60e70c2ddf1493
-DIST kemoticons-5.103.0.tar.xz 1700700 BLAKE2B 
03292bf989016e65ddb98bb1c6bba17c9271f8fd0aac30d2a483c36b290a9f482238d453fe52b5d023a5324d8f3928d76219360baa826a9e11be593b528b5ba3
 SHA512 
d9893f143f926ae811f719f1e01f3d8a58ecce1a3769a4d8bd6110780f524ca1be63ca7ec0933a9d06dc9ff620ec5f9e907f2a3c9dc34120271ee2dfa6060e09
 DIST kemoticons-5.104.0.tar.xz 1700644 BLAKE2B 
74dac3f0dc428dcadfae9eec2704c884ed35891223bfed9c02c00f5da5184b22fb53383def1889e6108954f23939c144971760e48362314850d0bb284ee954a1
 SHA512 
d687be58c1f3ffac6dd460b6a966bd0fbadfe358647646d8e6d8d8f1500fbcf39533fdfc83b819e63cff834b18b04a4556f776612a9d0d2fdebb6fb42ab9fae7

diff --git a/kde-frameworks/kemoticons/kemoticons-5.103.0.ebuild 
b/kde-frameworks/kemoticons/kemoticons-5.103.0.ebuild
deleted file mode 100644
index ecc337e2132f..
--- a/kde-frameworks/kemoticons/kemoticons-5.103.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for converting text emoticons to graphical 
representations"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] proj/linux-patches: New branch: 6.3

2023-03-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Mar 12 21:00:22 2023 +

New branch: 6.3




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

2023-03-12 Thread Andreas Sturmlechner
commit: c0dd647e38e739db4e4fa184f739e747892a915a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Feb 27 18:28:52 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 20:55:11 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c0dd647e

cmake.eclass: handle quoted whitespace in MYCMAKEARGS

This uses eval in a similar way to econf and meson.eclass.

Closes: https://github.com/gentoo/gentoo/pull/29839
Signed-off-by: Mike Gilbert  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 eclass/cmake.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index 10aeef882f..9195f3b2d1 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -606,9 +606,9 @@ cmake_src_configure() {
-DCMAKE_TOOLCHAIN_FILE="${toolchain_file}"
)
 
-   if [[ -n ${MYCMAKEARGS} ]] ; then
-   cmakeargs+=( "${MYCMAKEARGS}" )
-   fi
+   # Handle quoted whitespace
+   eval "local -a MYCMAKEARGS=( ${MYCMAKEARGS} )"
+   cmakeargs+=( "${MYCMAKEARGS[@]}" )
 
if [[ -n "${CMAKE_EXTRA_CACHE_FILE}" ]] ; then
cmakeargs+=( -C "${CMAKE_EXTRA_CACHE_FILE}" )



[gentoo-commits] data/glep:master commit in: /

2023-03-12 Thread Ulrich Müller
commit: 70243c0374f54847e10abb91b847b29026e62a69
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Feb 21 15:54:50 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 12 20:13:41 2023 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=70243c03

Replace outdated URLs pointing to CVS repositories

Closes: https://bugs.gentoo.org/895734
Signed-off-by: Ulrich Müller  gentoo.org>

 glep-0001.rst | 2 +-
 glep-0056.rst | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/glep-0001.rst b/glep-0001.rst
index a522014..85e47d3 100644
--- a/glep-0001.rst
+++ b/glep-0001.rst
@@ -363,7 +363,7 @@ References and Footnotes
 
 .. [#VCS] https://gitweb.gentoo.org/data/glep.git
 
-.. [#CVS] 
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/xml/htdocs/proj/en/glep/
+.. [#CVS] 
https://gitweb.gentoo.org/archive/proj/gentoo.git/log/xml/htdocs/proj/en/glep
 
 .. [#WIKI] 
https://wiki.gentoo.org/index.php?title=Special%3AAllPages===550
 

diff --git a/glep-0056.rst b/glep-0056.rst
index eb03f17..f9a5e0e 100644
--- a/glep-0056.rst
+++ b/glep-0056.rst
@@ -6,7 +6,7 @@ Type: Standards Track
 Status: Replaced
 Version: 1
 Created: 2008-06-03
-Last-Modified: 2020-04-12
+Last-Modified: 2023-02-21
 Post-History: 2008-06-05, 2008-06-13
 Content-Type: text/x-rst
 Replaced-By: 68
@@ -107,9 +107,9 @@ References
 
 .. [#use-flag-metadata-bug] https://bugs.gentoo.org/199788
 
-.. [#use-flag-metadata-example1] 
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/hal/metadata.xml?view=markup
+.. [#use-flag-metadata-example1] 
https://gitweb.gentoo.org/archive/repo/gentoo-2.git/tree/sys-apps/hal/metadata.xml?id=37af07d2465e22f74394aa2ff2fd80698ac2d12b
 
-.. [#use-flag-metadata-example2] 
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-tv/mythtv/metadata.xml?view=markup
+.. [#use-flag-metadata-example2] 
https://gitweb.gentoo.org/archive/repo/gentoo-2.git/tree/media-tv/mythtv/metadata.xml?id=37af07d2465e22f74394aa2ff2fd80698ac2d12b
 
 .. [#devhandbook] 
https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/index.html
 



[gentoo-commits] data/glep: Branch deleted: utc

2023-03-12 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 12 20:10:45 2023 +

Branch deleted: utc




[gentoo-commits] data/glep: Branch deleted: glep68

2023-03-12 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 12 20:10:38 2023 +

Branch deleted: glep68




[gentoo-commits] data/glep:master commit in: /

2023-03-12 Thread Ulrich Müller
commit: c9b977dce26aa2242d68f14876f745d9384fe7ca
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Feb 22 16:41:02 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 12 20:08:27 2023 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=c9b977dc

glep-0042: Specify that "Posted" date must be in UTC

Bug: https://bugs.gentoo.org/895728
Signed-off-by: Ulrich Müller  gentoo.org>

 glep-0042.rst | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/glep-0042.rst b/glep-0042.rst
index 0c40261..69d7f6e 100644
--- a/glep-0042.rst
+++ b/glep-0042.rst
@@ -9,7 +9,7 @@ Type: Standards Track
 Status: Final
 Version: 4
 Created: 2005-10-31
-Last-Modified: 2019-11-07
+Last-Modified: 2023-02-22
 Post-History: 2005-11-01, 2005-11-05, 2005-11-07, 2005-12-11, 2005-12-13,
   2005-12-18, 2006-01-05, 2006-03-02, 2006-03-06, 2006-06-12,
   2006-09-05, 2016-03-10, 2017-11-27
@@ -237,7 +237,8 @@ The following headers describe the purpose and format of 
the news item:
 
 ``Posted:``
 Date of posting, in ``-mm-dd`` format (e.g. 2005-12-18) for
-compatibility with GLEP 45 [#glep-45]_. Translations should use the date
+compatibility with GLEP 45 [#glep-45]_. The date must be represented
+in UTC (Coordinated Universal Time). Translations should use the date
 of the original news item. Mandatory.
 
 ``Revision:``
@@ -519,8 +520,8 @@ References
 Copyright
 =
 
-This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
-Unported License.  To view a copy of this license, visit
-https://creativecommons.org/licenses/by-sa/3.0/.
+This work is licensed under the Creative Commons Attribution-ShareAlike 4.0
+International License.  To view a copy of this license, visit
+https://creativecommons.org/licenses/by-sa/4.0/.
 
 .. vim: set tw=80 fileencoding=utf-8 spell spelllang=en et :



[gentoo-commits] data/glep:master commit in: /

2023-03-12 Thread Ulrich Müller
commit: 41c04a323b363c7755fb90bc72c66d3f173716b7
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Feb 22 16:39:31 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 12 20:08:22 2023 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=41c04a32

glep-{0001,0002}: Specify that all dates must be in UTC

Bug: https://bugs.gentoo.org/895728
Signed-off-by: Ulrich Müller  gentoo.org>

 glep-0001.rst | 5 +++--
 glep-0002.rst | 9 +
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/glep-0001.rst b/glep-0001.rst
index 5b33558..a522014 100644
--- a/glep-0001.rst
+++ b/glep-0001.rst
@@ -8,7 +8,7 @@ Type: Informational
 Status: Active
 Version: 4
 Created: 2003-05-31
-Last-Modified: 2022-07-08
+Last-Modified: 2023-02-22
 Post-History: 2003-06-01, 2003-07-02, 2008-01-19, 2008-06-05, 2011-03-09,
   2013-12-14, 2017-09-17, 2018-07-10, 2019-11-24
 Content-Type: text/x-rst
@@ -294,7 +294,8 @@ The Created header records the date that the GLEP was 
assigned a number,
 Last-Modified specifies the date that the GLEP was last updated in the master
 branch, while Post-History is used to record the dates of when new versions
 of the GLEP are posted to the appropriate mailing list.  All three headers
-should be in ISO 8601 ``-mm-dd`` format, e.g. 2001-08-14.
+should be in ISO 8601 ``-mm-dd`` format, e.g. 2001-08-14, with the dates
+represented in UTC (Coordinated Universal Time).
 
 The format of a GLEP is specified with a Content-Type header, which
 must be "text/x-rst" for ReStructuredText GLEPs (see GLEP 2 [#GLEP2]_).

diff --git a/glep-0002.rst b/glep-0002.rst
index ab68ee9..95cbe7c 100644
--- a/glep-0002.rst
+++ b/glep-0002.rst
@@ -8,7 +8,7 @@ Type: Informational
 Status: Active
 Version: 4.1
 Created: 2003-05-31
-Last-Modified: 2022-07-09
+Last-Modified: 2023-02-22
 Post-History: 2003-06-02, 2013-12-17, 2017-09-17, 2019-11-24
 Content-Type: text/x-rst
 ---
@@ -98,7 +98,8 @@ directions below.
 - Reset the Version to "1".
 
 - Change the Created and Last-Modified headers to today's date.  Be sure to
-  follow the format carefully: it must be in ISO 8601 ``-mm-dd`` format.
+  follow the format carefully: it must be in ISO 8601 ``-mm-dd`` format,
+  with the date represented in UTC (Coordinated Universal Time).
 
 - Reset the Post-History to empty for now; you'll add dates to this header
   each time you post your GLEP to gentoo-...@lists.gentoo.org.  If you
@@ -107,8 +108,8 @@ directions below.
 
   Post-History: 2003-08-14, 2003-09-03
 
-  You must manually add new dates and check them in.  If you don't have
-  check-in privileges, send your changes to the GLEP editors.
+  You must manually add new dates (again, in UTC) and check them in.  If you
+  don't have check-in privileges, send your changes to the GLEP editors.
 
 - For Standards Track GLEPs, if your feature depends on the acceptance
   of some other currently in-development GLEP, add a Requires header right



[gentoo-commits] data/glep:master commit in: /

2023-03-12 Thread Ulrich Müller
commit: d9ee35e0bd53b28e7cc1ffd6f2c4e4f1ad028b0a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Feb 22 07:23:19 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Feb 22 15:59:52 2023 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=d9ee35e0

glep-0068: Allow EAPI 5 dependency specifications

This applies to the "restrict" attribute which is used with the
"maintainer", "longdescription", "flag", and "stabilize-allarches"
elements.

Closes: https://bugs.gentoo.org/895790
Reviewed-by: Michał Górny  gentoo.org>
Signed-off-by: Ulrich Müller  gentoo.org>

 glep-0068.rst | 16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/glep-0068.rst b/glep-0068.rst
index 9d10aaa..ca75991 100644
--- a/glep-0068.rst
+++ b/glep-0068.rst
@@ -4,9 +4,9 @@ Title: Package and category metadata
 Author: Michał Górny 
 Type: Standards Track
 Status: Final
-Version: 1.3
+Version: 1.4
 Created: 2016-03-14
-Last-Modified: 2022-10-14
+Last-Modified: 2023-01-22
 Post-History: 2016-03-16, 2018-02-20, 2022-05-22, 2022-10-07
 Content-Type: text/x-rst
 Requires: 67
@@ -118,7 +118,7 @@ of ``en`` is assumed.
 
 Restriction specifiers are used whenever an element supports restricting to
 specific package versions. In this case, each occurence of the element may
-contain an optional ``restrict=""`` attribute that contains an EAPI 0
+contain an optional ``restrict=""`` attribute that contains an EAPI 5
 dependency specification that has to match one or more versions of the
 package. In this case, the metadata provided by the element applies only to
 the package versions matching the restriction.
@@ -341,8 +341,9 @@ added three clarifications to it:
 - only package dependency specifications are allowed (i.e. no USE-conditionals
   or multiple dependency specifications),
 
-- only EAPI=0 dependency specifications are allowed, since ``metadata.xml``
-  provides no EAPI identification mechanism and it predates EAPI,
+- EAPI 5 dependency specifications are allowed. Although ``metadata.xml``
+  provides no EAPI identification mechanism, the top-level profile directory
+  specifies EAPI 5, and Portage supports EAPI 5 since 2012.
 
 - only dependencies referencing the same package are allowed.
 
@@ -452,6 +453,11 @@ Example metadata.xml file
 develo...@example.com
 Example Developer
   
+  
+another...@example.com
+Another Developer
+CC only on bugs for libfoo.so.11
+  
   
 proj...@example.com
 Example Project



[gentoo-commits] data/glep:master commit in: /

2023-03-12 Thread Ulrich Müller
commit: c25b5d2d047dc0b17c285aeaf758adb359e5ab20
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Feb 22 16:36:28 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Feb 22 16:36:28 2023 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=c25b5d2d

glep-0068: Update Post-History

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

 glep-0068.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/glep-0068.rst b/glep-0068.rst
index ca75991..f822c6e 100644
--- a/glep-0068.rst
+++ b/glep-0068.rst
@@ -6,8 +6,8 @@ Type: Standards Track
 Status: Final
 Version: 1.4
 Created: 2016-03-14
-Last-Modified: 2023-01-22
-Post-History: 2016-03-16, 2018-02-20, 2022-05-22, 2022-10-07
+Last-Modified: 2023-02-22
+Post-History: 2016-03-16, 2018-02-20, 2022-05-22, 2022-10-07, 2023-02-22
 Content-Type: text/x-rst
 Requires: 67
 Replaces: 34, 46, 56



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

2023-03-12 Thread Mike Pagano
commit: 1a6415e74760374e09b3971adc32b222e42c6789
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Mar 12 19:08:32 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Mar 12 19:08:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6415e7

sys-kernel/linux-firmware: add option to compress with zstd

Thanks to Alexander Tsoy

Bug: https://bugs.gentoo.org/899958

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

 .../linux-firmware-20230310-r1.ebuild  | 407 +
 1 file changed, 407 insertions(+)

diff --git a/sys-kernel/linux-firmware/linux-firmware-20230310-r1.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20230310-r1.ebuild
new file mode 100644
index ..47424bcb967c
--- /dev/null
+++ b/sys-kernel/linux-firmware/linux-firmware-20230310-r1.ebuild
@@ -0,0 +1,407 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit linux-info mount-boot savedconfig multiprocessing
+
+# In case this is a real snapshot, fill in commit below.
+# For normal, tagged releases, leave blank
+MY_COMMIT=""
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git;
+else
+   if [[ -n "${MY_COMMIT}" ]]; then
+   
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/${MY_COMMIT}"
+   else
+   
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/${P}.tar.xz;
+   fi
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+DESCRIPTION="Linux firmware files"
+HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;
+
+LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
+   redistributable? ( linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT )
+   unknown-license? ( all-rights-reserved )"
+SLOT="0"
+IUSE="compress-xz compress-zstd initramfs +redistributable savedconfig 
unknown-license"
+REQUIRED_USE="initramfs? ( redistributable )
+   ?? ( compress-xz compress-zstd )"
+
+RESTRICT="binchecks strip test
+   unknown-license? ( bindist )"
+
+BDEPEND="initramfs? ( app-arch/cpio )
+   compress-xz? ( app-arch/xz-utils )
+   compress-zstd? ( app-arch/zstd )"
+
+#add anything else that collides to this
+RDEPEND="!savedconfig? (
+   redistributable? (
+   !sys-firmware/alsa-firmware[alsa_cards_ca0132]
+   !sys-block/qla-fc-firmware
+   !sys-firmware/iwl1000-ucode
+   !sys-firmware/iwl6005-ucode
+   !sys-firmware/iwl6030-ucode
+   !sys-firmware/iwl3160-ucode
+   !sys-firmware/iwl7260-ucode
+   !sys-firmware/iwl3160-7260-bt-ucode
+   !sys-firmware/raspberrypi-wifi-ucode
+   )
+   unknown-license? (
+   !sys-firmware/alsa-firmware[alsa_cards_korg1212]
+   !sys-firmware/alsa-firmware[alsa_cards_maestro3]
+   !sys-firmware/alsa-firmware[alsa_cards_sb16]
+   !sys-firmware/alsa-firmware[alsa_cards_ymfpci]
+   )
+   )"
+
+QA_PREBUILT="*"
+
+pkg_setup() {
+   if use compress-xz || use compress-zstd ; then
+   if ! linux_config_exists; then
+   eerror "Unable to check your kernel for compressed 
firmware support"
+   else
+   local CONFIG_CHECK
+
+   if kernel_is -ge 5 19; then
+   use compress-xz && 
CONFIG_CHECK="~FW_LOADER_COMPRESS_XZ"
+   use compress-zstd && 
CONFIG_CHECK="~FW_LOADER_COMPRESS_ZSTD"
+   else
+   use compress-xz && 
CONFIG_CHECK="~FW_LOADER_COMPRESS"
+   if use compress-zstd; then
+   eerror "You kernel does not support 
ZSTD-compressed firmware files"
+   fi
+   fi
+   linux-info_pkg_setup
+   fi
+   fi
+}
+
+pkg_pretend() {
+   use initramfs && mount-boot_pkg_pretend
+}
+
+src_unpack() {
+   if [[ ${PV} == * ]]; then
+   git-r3_src_unpack
+   else
+   default
+   # rename directory from git snapshot tarball
+   if [[ ${#GIT_COMMIT} -gt 8 ]]; then
+   mv ${PN}-*/ ${P} || die
+   fi
+   fi
+}
+
+src_prepare() {
+   default
+
+   find . -type f -not -perm 0644 -print0 \
+   | xargs --null --no-run-if-empty chmod 0644 \
+   || die
+
+   chmod +x 

[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2023-03-12 Thread Conrad Kostecki
commit: e9d9d6abc8ce04fe014bf9cb833f0862394d6e2e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Mar 12 18:37:45 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 12 18:59:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d9d6ab

app-benchmarks/stress-ng: add 0.15.05

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

 app-benchmarks/stress-ng/Manifest |  1 +
 app-benchmarks/stress-ng/stress-ng-0.15.05.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index e69b5df70cca..017b3d68fd85 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1,2 +1,3 @@
 DIST stress-ng-0.15.03.tar.gz 3782622 BLAKE2B 
e980ba366e3729e6bf5ed7c13383ffd1a237a6fa01bc33037f7ad28a5e84b57cf2d75cba83143c99c8c2294e49498b0d9db9ecc83e5047d68130d593001a33f2
 SHA512 
67d8fc47bc8c31e4b01c7ddffe2797889380317e57b1cafec34314b78425fd371a016fd1519278ddb9f04f0c6f9f4783cde98eaadb39fbd62fd1ffa1ce0166f2
 DIST stress-ng-0.15.04.tar.gz 3797315 BLAKE2B 
32e1aa2e2d9ab42e9b5c3829c4cc313688158089d0caccc275df4dcd3160830313acae8cd4ba9a3e513627714124669f7181566485373ac77b86591ae1bcb729
 SHA512 
8b757b7983cda4101016699bdf2181cf3fcdefc3d0439ea0e965e660b4fbcca655d6b18633395dec243066ede9c52879e74728057f2573618a0721d9dbbf9628
+DIST stress-ng-0.15.05.tar.gz 3811699 BLAKE2B 
e156251163a9d1788a09cb957dd75c05770cd69fb2674b54fb8fe10ea94eb7d62dc4bfd38a8628b201bc5d260fd140bee78cd5ad7220a1e35dc51334ec2fca1e
 SHA512 
654fff49ade6bc44c1f855cf5869255ef626180ca9b9d83374cd18c000a1b3f2e9c8b3b653592d2896d66d4cbb7dc0d60e67233af73fdc8039c2ba530d45fad4

diff --git a/app-benchmarks/stress-ng/stress-ng-0.15.05.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.15.05.ebuild
new file mode 100644
index ..12a6f5017085
--- /dev/null
+++ b/app-benchmarks/stress-ng/stress-ng-0.15.05.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info toolchain-funcs
+
+DESCRIPTION="Stress test for a computer system with various selectable ways"
+HOMEPAGE="https://github.com/ColinIanKing/stress-ng;
+SRC_URI="https://github.com/ColinIanKing/${PN}/archive/refs/tags/V${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~sparc ~x86"
+IUSE="apparmor sctp"
+
+DEPEND="
+   dev-libs/libaio
+   dev-libs/libbsd
+   dev-libs/libgcrypt:0=
+   sys-apps/attr
+   sys-apps/keyutils:=
+   sys-libs/libcap
+   sys-libs/zlib
+   virtual/libcrypt:=
+   apparmor? (
+   sys-apps/apparmor-utils
+   sys-libs/libapparmor
+   )
+   sctp? ( net-misc/lksctp-tools )
+"
+
+RDEPEND="${DEPEND}"
+
+DOCS=( "README.md" "README.Android" "TODO" "syscalls.txt" )
+
+pkg_pretend() {
+   if use apparmor; then
+   CONFIG_CHECK="SECURITY_APPARMOR"
+   check_extra_config
+   fi
+}
+
+src_compile() {
+   tc-export CC
+
+   export MAN_COMPRESS="0"
+
+   local myemakeopts=(
+   HAVE_APPARMOR="$(usex apparmor 1 0)"
+   HAVE_LIB_SCTP="$(usex sctp 1 0)"
+   VERBOSE="1"
+   )
+
+   emake "${myemakeopts[@]}"
+}



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

2023-03-12 Thread Conrad Kostecki
commit: d963748130654ef8e9d8a64a2eb2605c4675d09d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Mar 12 18:58:46 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 12 18:59:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9637481

sys-apps/smc-sum: drop 2.8.1.20220506

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

 sys-apps/smc-sum/Manifest  |  1 -
 sys-apps/smc-sum/smc-sum-2.8.1.20220506.ebuild | 73 --
 2 files changed, 74 deletions(-)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index af5db447d968..9ea23b097f66 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1,2 +1 @@
 DIST sum_2.10.0_Linux_x86_64_20221209.tar.gz 20797081 BLAKE2B 
2dde47521c0243a02098a4aafb4f8818227c01e73cba860b82ba5b989ee77a8fbc9a665f9a55830b982b157782839e07e3d6f7c8dbb41b80034bf67428ae
 SHA512 
5627fa6e473429e6fe3c93ef74f6938c9da3481b890435fb56359ea6d7f4b733e9aeae18c3c19895697db2318aa62806eae2bc40e57ca467365ffd9749d0cc75
-DIST sum_2.8.1_Linux_x86_64_20220506.tar.gz 15414174 BLAKE2B 
939e338f7ae3223bcd970dfdabb1e5a0bb2388d21b8fdf3666b82cf77e6c415869518d15675f2a6b4a15312bdb6d44c5b13366d1173e4ac5343ec13c65a8cdec
 SHA512 
7350fefee12c7272d568049d07b18ef5736afc8602cb563691f8887ba046cc19aadbf57c0328e593a797d641cc515ea322de8dfb7a63ecff9b089f463dfb223e

diff --git a/sys-apps/smc-sum/smc-sum-2.8.1.20220506.ebuild 
b/sys-apps/smc-sum/smc-sum-2.8.1.20220506.ebuild
deleted file mode 100644
index e309a7ad7f47..
--- a/sys-apps/smc-sum/smc-sum-2.8.1.20220506.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-mod
-
-MY_DATE="$(ver_cut 4)"
-MY_PN="${PN/smc-/}"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="Updates the BIOS and IPMI firmware and system settings on 
Supermicro mainboards"
-HOMEPAGE="https://www.supermicro.com;
-SRC_URI="${MY_PN}_${MY_PV}_Linux_x86_64_${MY_DATE}.tar.gz"
-S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="module"
-
-RDEPEND="
-   sys-libs/zlib
-   sys-power/iasl
-   module? ( !sys-apps/smc-sum-driver )
-"
-
-RESTRICT="bindist fetch mirror"
-
-DOCS=(
-   "PlatformFeatureSupportMatrix.pdf"
-   "ReleaseNote.txt"
-   "SUM_UserGuide.pdf"
-   "sumrc.sample"
-   "ExternalData/SMCIPID.txt"
-   "ExternalData/VENID.txt"
-)
-
-PATCHES=( "${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch" )
-
-BUILD_TARGETS="default"
-MODULE_NAMES="sum_bios(misc:${S}/driver/Source/Linux)"
-
-QA_PREBUILT="usr/bin/smc-sum"
-
-pkg_nofetch() {
-   elog "Please download ${A} from"
-   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=SUM;
-   elog "and place it in your DISTDIR directory."
-}
-
-src_prepare() {
-   default
-
-   # Install new Makefile to respect users CFLAGS and LDFLAGS
-   cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
-}
-
-src_compile() {
-   if use module; then
-   BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}/driver/Source/Linux"
-   linux-mod_src_compile
-   else
-   :;
-   fi
-}
-
-src_install() {
-   newbin sum smc-sum
-   einstalldocs
-
-   use module && linux-mod_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2023-03-12 Thread Conrad Kostecki
commit: d5d6b0f83cb205cd072fe505f2b02ac3a1cfb30e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Mar 12 18:49:51 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 12 18:59:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d6b0f8

x11-misc/dunst: add 1.9.1

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

 x11-misc/dunst/Manifest   |  1 +
 x11-misc/dunst/dunst-1.9.1.ebuild | 83 +++
 2 files changed, 84 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index bcdd1211825f..23e1dc6ead9d 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1 +1,2 @@
 DIST dunst-1.9.0.tar.gz 4609222 BLAKE2B 
4879122e342c1e518bca079bacd4ae769fd7da41db681230613c61531e62df94223757372c428c06710afd843200dcb78883d352f4e25098f0672b5c89ab0d87
 SHA512 
e43c960561d1f804c1d8f73f9376b33f61bf1ba5c5d0579c9875ef96da6522e214d5b74166ca3375dff1b4b0291b611b2d9ac1fb41fa8722db04c21e898824d1
+DIST dunst-1.9.1.tar.gz 4614410 BLAKE2B 
f2d3b5ca28ac74461e31c09f7c5f8369dd6d05e8133d184625344b5445fac8e673cf5c57d44ea8bf0f3d320167663529ea49e8de0ed873afae327cb7db55d5ff
 SHA512 
6045529196c2d8bd89d2976db9712bf15ec75923fdab414870e1ae2af2eb87afc2b5886cb707a19ea113ec746f90fde1e52631eec9b7a96f1af03acbe6445f32

diff --git a/x11-misc/dunst/dunst-1.9.1.ebuild 
b/x11-misc/dunst/dunst-1.9.1.ebuild
new file mode 100644
index ..2414b563605b
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.9.1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd toolchain-funcs
+
+DESCRIPTION="Lightweight replacement for common notification daemons"
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="wayland"
+
+DEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libnotify
+   x11-libs/pango[X]
+   x11-misc/xdg-utils
+   wayland? ( dev-libs/wayland )
+"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   wayland? ( dev-libs/wayland-protocols )
+"
+
+src_prepare() {
+   default
+
+   # Respect users CFLAGS
+   sed -e 's/-Os//' -i config.mk || die
+
+   # Use correct path for dbus and system unit
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
+}
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+
+   default
+}
+
+src_compile() {
+   local myemakeargs=(
+   SYSCONFDIR="${EPREFIX}/etc/xdg"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}"
+}
+
+src_install() {
+   local myemakeargs=(
+   PREFIX="${ED}/usr"
+   SYSCONFDIR="${ED}/etc/xdg"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/_dunst.zshcomp _dunst
+   newins contrib/_dunstctl.zshcomp _dunstctl
+
+   systemd_newuserunit dunst.systemd.service.in dunst.service
+}



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

2023-03-12 Thread Conrad Kostecki
commit: b07c6cb0de5c0c111c636082a49a4bbb09e94601
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Mar 12 18:57:29 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 12 18:59:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07c6cb0

sys-apps/smc-sum: add 2.10.0.20221209

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

 sys-apps/smc-sum/Manifest   |  1 +
 sys-apps/smc-sum/smc-sum-2.10.0.20221209.ebuild | 68 +
 2 files changed, 69 insertions(+)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index ddb25790be38..af5db447d968 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1 +1,2 @@
+DIST sum_2.10.0_Linux_x86_64_20221209.tar.gz 20797081 BLAKE2B 
2dde47521c0243a02098a4aafb4f8818227c01e73cba860b82ba5b989ee77a8fbc9a665f9a55830b982b157782839e07e3d6f7c8dbb41b80034bf67428ae
 SHA512 
5627fa6e473429e6fe3c93ef74f6938c9da3481b890435fb56359ea6d7f4b733e9aeae18c3c19895697db2318aa62806eae2bc40e57ca467365ffd9749d0cc75
 DIST sum_2.8.1_Linux_x86_64_20220506.tar.gz 15414174 BLAKE2B 
939e338f7ae3223bcd970dfdabb1e5a0bb2388d21b8fdf3666b82cf77e6c415869518d15675f2a6b4a15312bdb6d44c5b13366d1173e4ac5343ec13c65a8cdec
 SHA512 
7350fefee12c7272d568049d07b18ef5736afc8602cb563691f8887ba046cc19aadbf57c0328e593a797d641cc515ea322de8dfb7a63ecff9b089f463dfb223e

diff --git a/sys-apps/smc-sum/smc-sum-2.10.0.20221209.ebuild 
b/sys-apps/smc-sum/smc-sum-2.10.0.20221209.ebuild
new file mode 100644
index ..fa73a90522dd
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.10.0.20221209.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod
+
+MY_DATE="$(ver_cut 4)"
+MY_PN="${PN/smc-/}"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="Updates the BIOS and IPMI firmware and system settings on 
Supermicro mainboards"
+HOMEPAGE="https://www.supermicro.com;
+#SRC_URI="${MY_PN}_${MY_PV}_Linux_x86_64_${MY_DATE}.tar.gz"
+SRC_URI="https://www.supermicro.com/Bios/sw_download/527/${MY_PN}_${MY_PV}_Linux_x86_64_${MY_DATE}.tar.gz;
+S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="module"
+
+RDEPEND="
+   sys-libs/zlib
+   sys-power/iasl
+   module? ( !sys-apps/smc-sum-driver )
+"
+
+RESTRICT="bindist mirror"
+
+DOCS=(
+   "PlatformFeatureSupportMatrix.pdf"
+   "ReleaseNote.txt"
+   "SUM_UserGuide.pdf"
+   "sumrc.sample"
+   "ExternalData/SMCIPID.txt"
+   "ExternalData/VENID.txt"
+)
+
+PATCHES=( "${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch" )
+
+BUILD_TARGETS="default"
+MODULE_NAMES="sum_bios(misc:${S}/driver/Source/Linux)"
+
+QA_PREBUILT="usr/bin/smc-sum"
+
+src_prepare() {
+   default
+
+   # Install new Makefile to respect users CFLAGS and LDFLAGS
+   cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
+}
+
+src_compile() {
+   if use module; then
+   BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}/driver/Source/Linux"
+   linux-mod_src_compile
+   else
+   :;
+   fi
+}
+
+src_install() {
+   newbin sum smc-sum
+   einstalldocs
+
+   use module && linux-mod_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2023-03-12 Thread Conrad Kostecki
commit: c5695008b7dbb957d5f5113185a70e2fdff57079
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Mar 12 18:49:12 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 12 18:59:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5695008

x11-misc/dunst: update live ebuild

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

 x11-misc/dunst/dunst-.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
index bb3f803de889..20a5d5412e6f 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -75,5 +75,9 @@ src_install() {
 
emake "${myemakeargs[@]}" install
 
+   insinto /usr/share/zsh/site-functions
+   newins contrib/_dunst.zshcomp _dunst
+   newins contrib/_dunstctl.zshcomp _dunstctl
+
systemd_newuserunit dunst.systemd.service.in dunst.service
 }



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

2023-03-12 Thread Conrad Kostecki
commit: 111296b5b8d00140daf50e5fb4effafe40e606ac
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Mar 12 18:40:36 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 12 18:59:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111296b5

sys-apps/cpuid: add 20230306

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

 sys-apps/cpuid/Manifest  |  1 +
 sys-apps/cpuid/cpuid-20230306.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 1fbdb6957c6b..6f3e9be74749 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 DIST cpuid-20230120.src.tar.gz 141652 BLAKE2B 
54843915be232762e35e6dfed3b7b582d192838bdc5e3b7ebb88b9ada217a3fd21d40faf248244047664f52c8e0c0689196b4373b01c2988aaa3738b7e69af3d
 SHA512 
2b662c2db0ad013626245190be34aa3c04c01bb694111aafc4a491e0816fbb38d94e3d9b20770050efce0c08e6eaa9b22f6c8e9ea304d195afae17b6a4bbf2ab
 DIST cpuid-20230228.src.tar.gz 143114 BLAKE2B 
c5b6023b8dd51820bfb1b87be8365df674d4086d79d6d9018617ac9e29fa59dcb8617da8de68a9d20190d966e7d5211fa5f37b9d7b6b7ae55b8e061a924b3ce0
 SHA512 
ff0afc6eaa537dc786aaee542d9905164a30f5f11aed493480beac27b310656cbc11483d091beaf84f781b4dcccb24645c3260d385147fd6936df181ea09841b
+DIST cpuid-20230306.src.tar.gz 144993 BLAKE2B 
7d33e5e1e8fdfe60d555807be72ab3e0dc2d27445f5ab351c62c767cedf035ce49e4af19b3c7bbdf9e2ba460485ab8355d0491bf0d54b95cf7b2aabc512455fa
 SHA512 
f62e458091ba630f835ddede7225421f9e8d5f4fa6c5c3ac363af0191e5740aacee4da2dfa90b1e35206659e1eabc8bd2cb94645c1347e98780e3a83fcdfc3b6

diff --git a/sys-apps/cpuid/cpuid-20230306.ebuild 
b/sys-apps/cpuid/cpuid-20230306.ebuild
new file mode 100644
index ..18c1efcd3afe
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20230306.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html;
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+   app-arch/gzip
+   dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+   default
+
+   tc-export CC
+}
+
+src_install() {
+   emake BUILDROOT="${ED}" install
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2023-03-12 Thread Conrad Kostecki
commit: 5cfb4a79a15dc93ec4d13872421789cc99a5c768
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Mar 12 18:38:05 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 12 18:59:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfb4a79

app-benchmarks/stress-ng: drop 0.15.03, 0.15.04

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

 app-benchmarks/stress-ng/Manifest |  2 -
 app-benchmarks/stress-ng/stress-ng-0.15.03.ebuild | 56 ---
 app-benchmarks/stress-ng/stress-ng-0.15.04.ebuild | 56 ---
 3 files changed, 114 deletions(-)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index 017b3d68fd85..85f5170b3f7d 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1,3 +1 @@
-DIST stress-ng-0.15.03.tar.gz 3782622 BLAKE2B 
e980ba366e3729e6bf5ed7c13383ffd1a237a6fa01bc33037f7ad28a5e84b57cf2d75cba83143c99c8c2294e49498b0d9db9ecc83e5047d68130d593001a33f2
 SHA512 
67d8fc47bc8c31e4b01c7ddffe2797889380317e57b1cafec34314b78425fd371a016fd1519278ddb9f04f0c6f9f4783cde98eaadb39fbd62fd1ffa1ce0166f2
-DIST stress-ng-0.15.04.tar.gz 3797315 BLAKE2B 
32e1aa2e2d9ab42e9b5c3829c4cc313688158089d0caccc275df4dcd3160830313acae8cd4ba9a3e513627714124669f7181566485373ac77b86591ae1bcb729
 SHA512 
8b757b7983cda4101016699bdf2181cf3fcdefc3d0439ea0e965e660b4fbcca655d6b18633395dec243066ede9c52879e74728057f2573618a0721d9dbbf9628
 DIST stress-ng-0.15.05.tar.gz 3811699 BLAKE2B 
e156251163a9d1788a09cb957dd75c05770cd69fb2674b54fb8fe10ea94eb7d62dc4bfd38a8628b201bc5d260fd140bee78cd5ad7220a1e35dc51334ec2fca1e
 SHA512 
654fff49ade6bc44c1f855cf5869255ef626180ca9b9d83374cd18c000a1b3f2e9c8b3b653592d2896d66d4cbb7dc0d60e67233af73fdc8039c2ba530d45fad4

diff --git a/app-benchmarks/stress-ng/stress-ng-0.15.03.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.15.03.ebuild
deleted file mode 100644
index 12a6f5017085..
--- a/app-benchmarks/stress-ng/stress-ng-0.15.03.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info toolchain-funcs
-
-DESCRIPTION="Stress test for a computer system with various selectable ways"
-HOMEPAGE="https://github.com/ColinIanKing/stress-ng;
-SRC_URI="https://github.com/ColinIanKing/${PN}/archive/refs/tags/V${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~sparc ~x86"
-IUSE="apparmor sctp"
-
-DEPEND="
-   dev-libs/libaio
-   dev-libs/libbsd
-   dev-libs/libgcrypt:0=
-   sys-apps/attr
-   sys-apps/keyutils:=
-   sys-libs/libcap
-   sys-libs/zlib
-   virtual/libcrypt:=
-   apparmor? (
-   sys-apps/apparmor-utils
-   sys-libs/libapparmor
-   )
-   sctp? ( net-misc/lksctp-tools )
-"
-
-RDEPEND="${DEPEND}"
-
-DOCS=( "README.md" "README.Android" "TODO" "syscalls.txt" )
-
-pkg_pretend() {
-   if use apparmor; then
-   CONFIG_CHECK="SECURITY_APPARMOR"
-   check_extra_config
-   fi
-}
-
-src_compile() {
-   tc-export CC
-
-   export MAN_COMPRESS="0"
-
-   local myemakeopts=(
-   HAVE_APPARMOR="$(usex apparmor 1 0)"
-   HAVE_LIB_SCTP="$(usex sctp 1 0)"
-   VERBOSE="1"
-   )
-
-   emake "${myemakeopts[@]}"
-}

diff --git a/app-benchmarks/stress-ng/stress-ng-0.15.04.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.15.04.ebuild
deleted file mode 100644
index 12a6f5017085..
--- a/app-benchmarks/stress-ng/stress-ng-0.15.04.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info toolchain-funcs
-
-DESCRIPTION="Stress test for a computer system with various selectable ways"
-HOMEPAGE="https://github.com/ColinIanKing/stress-ng;
-SRC_URI="https://github.com/ColinIanKing/${PN}/archive/refs/tags/V${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~sparc ~x86"
-IUSE="apparmor sctp"
-
-DEPEND="
-   dev-libs/libaio
-   dev-libs/libbsd
-   dev-libs/libgcrypt:0=
-   sys-apps/attr
-   sys-apps/keyutils:=
-   sys-libs/libcap
-   sys-libs/zlib
-   virtual/libcrypt:=
-   apparmor? (
-   sys-apps/apparmor-utils
-   sys-libs/libapparmor
-   )
-   sctp? ( net-misc/lksctp-tools )
-"
-
-RDEPEND="${DEPEND}"
-
-DOCS=( "README.md" "README.Android" "TODO" "syscalls.txt" )
-
-pkg_pretend() {
-   if use apparmor; then
-   CONFIG_CHECK="SECURITY_APPARMOR"
-   check_extra_config
-   fi
-}
-
-src_compile() {
-   tc-export CC
-
-   export MAN_COMPRESS="0"
-
-   local myemakeopts=(
-   HAVE_APPARMOR="$(usex apparmor 1 0)"
-   

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

2023-03-12 Thread Conrad Kostecki
commit: eb78d707790b690f87b8ce5423cf829fe5017010
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Mar 12 18:42:26 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 12 18:59:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb78d707

sys-auth/AusweisApp2: add 1.26.3

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

 sys-auth/AusweisApp2/AusweisApp2-1.26.3.ebuild | 51 ++
 sys-auth/AusweisApp2/Manifest  |  1 +
 2 files changed, 52 insertions(+)

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

diff --git a/sys-auth/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest
index 58e31c9a905a..8d3b93a52a59 100644
--- a/sys-auth/AusweisApp2/Manifest
+++ b/sys-auth/AusweisApp2/Manifest
@@ -1 +1,2 @@
 DIST AusweisApp2-1.26.2.tar.gz 11491524 BLAKE2B 
dc73b9e62d3b50c5a904303f61a6ce6bfce6ab8795f0989a943c238e889f8d60bd27db2a403cf98aada4875253a58a5de46be415c0da0e201b292aca102a675d
 SHA512 
8a133ad64ff7910852069b70250abb476fbb4a9f68f08efb9c5fb882bfa3328671e81b185a3ea7d3b936694057bc31cedaeb99cdfe07e3da79ea0474607b1273
+DIST AusweisApp2-1.26.3.tar.gz 10842706 BLAKE2B 
b18fdc67a24cca5be866ce3f2d59133732a8086d3f5711ac81783e66010e1590e9e06106ff60b6fb20910060610e483a924169e67f51feb2c82ec876761e7a2e
 SHA512 
67fb6653a15df0c6182953e5bad19513d29b1ca90699e4f32145ded7f2a157ef2f0e98f00392548ba680fc9b08a95c6b4a9d6bd23fed6f1a000a2ac1de4ff52b



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

2023-03-12 Thread Conrad Kostecki
commit: cf56726545bcee39fab3011ff31085b9a0d8570d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Mar 12 18:41:48 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 12 18:59:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf567265

sys-apps/cpuid: drop 20230228

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

 sys-apps/cpuid/Manifest  |  1 -
 sys-apps/cpuid/cpuid-20230228.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 6f3e9be74749..cff30c4c1c1b 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1,2 @@
 DIST cpuid-20230120.src.tar.gz 141652 BLAKE2B 
54843915be232762e35e6dfed3b7b582d192838bdc5e3b7ebb88b9ada217a3fd21d40faf248244047664f52c8e0c0689196b4373b01c2988aaa3738b7e69af3d
 SHA512 
2b662c2db0ad013626245190be34aa3c04c01bb694111aafc4a491e0816fbb38d94e3d9b20770050efce0c08e6eaa9b22f6c8e9ea304d195afae17b6a4bbf2ab
-DIST cpuid-20230228.src.tar.gz 143114 BLAKE2B 
c5b6023b8dd51820bfb1b87be8365df674d4086d79d6d9018617ac9e29fa59dcb8617da8de68a9d20190d966e7d5211fa5f37b9d7b6b7ae55b8e061a924b3ce0
 SHA512 
ff0afc6eaa537dc786aaee542d9905164a30f5f11aed493480beac27b310656cbc11483d091beaf84f781b4dcccb24645c3260d385147fd6936df181ea09841b
 DIST cpuid-20230306.src.tar.gz 144993 BLAKE2B 
7d33e5e1e8fdfe60d555807be72ab3e0dc2d27445f5ab351c62c767cedf035ce49e4af19b3c7bbdf9e2ba460485ab8355d0491bf0d54b95cf7b2aabc512455fa
 SHA512 
f62e458091ba630f835ddede7225421f9e8d5f4fa6c5c3ac363af0191e5740aacee4da2dfa90b1e35206659e1eabc8bd2cb94645c1347e98780e3a83fcdfc3b6

diff --git a/sys-apps/cpuid/cpuid-20230228.ebuild 
b/sys-apps/cpuid/cpuid-20230228.ebuild
deleted file mode 100644
index 18c1efcd3afe..
--- a/sys-apps/cpuid/cpuid-20230228.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html;
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-BDEPEND="
-   app-arch/gzip
-   dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
-
-src_prepare() {
-   default
-
-   tc-export CC
-}
-
-src_install() {
-   emake BUILDROOT="${ED}" install
-
-   einstalldocs
-}



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

2023-03-12 Thread Craig Andrews
commit: 9a932df3d665361157e9cf0acb6c3c1c80c23bb1
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Mar  5 21:56:24 2023 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Mar 12 18:53:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a932df3

media-video/ffmpeg: add 6.0

Closes: https://bugs.gentoo.org/899704
Signed-off-by: Craig Andrews  gentoo.org>

 media-video/ffmpeg/Manifest  |   2 +
 media-video/ffmpeg/ffmpeg-6.0.ebuild | 598 +++
 2 files changed, 600 insertions(+)

diff --git a/media-video/ffmpeg/Manifest b/media-video/ffmpeg/Manifest
index dd82106c7cdd..5343790a686c 100644
--- a/media-video/ffmpeg/Manifest
+++ b/media-video/ffmpeg/Manifest
@@ -6,3 +6,5 @@ DIST ffmpeg-4.4.3.tar.xz 9566020 BLAKE2B 
a8b62a37151173f90821b876cf51e6819eb5519
 DIST ffmpeg-4.4.3.tar.xz.asc 520 BLAKE2B 
999785516beb913d246d5f9de6e189ee644d0dba07f64ac90cbec91961ca181e5d6b95d9e097c362a76b543e3498672b1458edd68c23a86c3123ffc8e6c5ff2b
 SHA512 
347abc8d75f4447296d8f6105b188a187daac158fbd972dc157b8a3597919519c20b8f649b7460df4e9aea249d74c6287e35bc389cc99ae5629490a36b345557
 DIST ffmpeg-5.1.2.tar.xz 10004956 BLAKE2B 
4e2682f040205e6344ff1f2cf8ac69c35cac90a14634a2cd4b41fffc0e09264586b014327f7e9cb6417d12210894cdbc180541c07ad02e782bdf79af9f22991f
 SHA512 
04d9ae2a0e9238c469941d2bb9929d59b58f4be3830846cf91b02a440da17803a04b147a4e0168c9ffd6f62ca82187508bc7b53255de9787a97168278e903b9b
 DIST ffmpeg-5.1.2.tar.xz.asc 520 BLAKE2B 
57573afa9157e842efc6a22185aab133e5b5bd461c55d63bbb8b218e99f05fb17f4a679ee9e22c14060205894d7e71f011df7b0ceae15be4c7f5980cff739b32
 SHA512 
6afc898e3898a7d34e21f0f0bd0553765a46257332c6ece6226e3e043b842275a8d885b9ccca34bc90a2f008ae5fa14515276d23f921a518a63a47f6504af115
+DIST ffmpeg-6.0.tar.xz 10234012 BLAKE2B 
c70884911f3a3e40fe87473f241a2a56b303f5abe7f1d7fa797d05e29e00971f98cbf37832c1c3dc5fa949a5beddef05a6ec55ae6668091976ea870ad93c0e8d
 SHA512 
4d0e8f635d5a1633710f30cb3e0a854b6ca3bf85e33a289d1ec7aca2ad55dc4910010bc9cf3f13eee9f6decb9d50a0df6d7aa5a342f308c3868d2730f3a6b980
+DIST ffmpeg-6.0.tar.xz.asc 520 BLAKE2B 
be294d375108b57bca3c687620ce2517c54c99012d82dc7aa1a83d5fe6d5453bd3c8620fdfb743df780cf588983a06a66a458c4e3e454dbe535cbba9da30c48c
 SHA512 
a64cd0f8578fcea4537f5a38634c930d66c8ba4abd3e8e9dcffaeb95c3ad2e754d7bc4fbb5272409d4d32abf8180ef83f7204c6a570b52a37e635efd96cb94ed

diff --git a/media-video/ffmpeg/ffmpeg-6.0.ebuild 
b/media-video/ffmpeg/ffmpeg-6.0.ebuild
new file mode 100644
index ..31684f96890d
--- /dev/null
+++ b/media-video/ffmpeg/ffmpeg-6.0.ebuild
@@ -0,0 +1,598 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Subslot: libavutil major.libavcodec major.libavformat major
+# Since FFmpeg ships several libraries, subslot is kind of limited here.
+# Most consumers will use those three libraries, if a "less used" library
+# changes its soname, consumers will have to be rebuilt the old way
+# (preserve-libs).
+# If, for example, a package does not link to libavformat and only libavformat
+# changes its ABI then this package will be rebuilt needlessly. Hence, such a
+# package is free _not_ to := depend on FFmpeg but I would strongly encourage
+# doing so since such a case is unlikely.
+FFMPEG_SUBSLOT=58.60.60
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_MIN_CLONE_TYPE="single"
+   EGIT_REPO_URI="https://git.ffmpeg.org/ffmpeg.git;
+fi
+
+inherit flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
+
+DESCRIPTION="Complete solution to record/convert/stream audio and video. 
Includes libavcodec"
+HOMEPAGE="https://ffmpeg.org/;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot
+   SRC_URI="mirror://gentoo/${P}.tar.xz"
+else # Release
+   VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/ffmpeg.asc
+   inherit verify-sig
+   SRC_URI="https://ffmpeg.org/releases/${P/_/-}.tar.xz;
+   SRC_URI+=" verify-sig? ( 
https://ffmpeg.org/releases/${P/_/-}.tar.xz.asc )"
+
+   BDEPEND=" verify-sig? ( sec-keys/openpgp-keys-ffmpeg )"
+fi
+FFMPEG_REVISION="${PV#*_p}"
+
+SLOT="0/${FFMPEG_SUBSLOT}"
+LICENSE="
+   !gpl? ( LGPL-2.1 )
+   gpl? ( GPL-2 )
+   amr? (
+   gpl? ( GPL-3 )
+   !gpl? ( LGPL-3 )
+   )
+   gmp? (
+   gpl? ( GPL-3 )
+   !gpl? ( LGPL-3 )
+   )
+   libaribb24? (
+   gpl? ( GPL-3 )
+   !gpl? ( LGPL-3 )
+   )
+   encode? (
+   amrenc? (
+   gpl? ( GPL-3 )
+   !gpl? ( LGPL-3 )
+   )
+   )
+   samba? ( GPL-3 )
+"
+if [ "${PV#}" = "${PV}" ] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+fi
+
+# Options to use as use_enable in 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/, profiles/arch/amd64/, profiles/arch/x86/, ...

2023-03-12 Thread Craig Andrews
commit: 3d69680669446f44c4c1c611b60f24fcc46b7de6
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Mar  9 19:44:24 2023 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Mar 12 18:53:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d696806

profiles: mask media-video/ffmpeg[libplacebo] except ppc64,x86,amd64

libplacebo is only available on ppc64,x86,amd64, so mask it everywhere
except on those archs.

Bug: https://bugs.gentoo.org/899714
Closes: https://github.com/gentoo/gentoo/pull/29948
Signed-off-by: Craig Andrews  gentoo.org>

 profiles/arch/amd64/package.use.mask  | 4 
 profiles/arch/base/package.use.mask   | 4 
 profiles/arch/powerpc/ppc64/64le/package.use.mask | 4 
 profiles/arch/x86/package.use.mask| 4 
 4 files changed, 16 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 25d755018798..634a8a2278c5 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -444,3 +444,7 @@ media-sound/mpg123 cpu_flags_x86_mmx cpu_flags_x86_3dnow 
cpu_flags_x86_3dnowext
 # saves people from needlessly installing nasm
 # Refs bug #93279
 media-sound/lame cpu_flags_x86_mmx
+
+# Craig Andrews  (2023-03-09)
+# media-libs/libplacebo is keyworded here
+media-video/ffmepg -libplacebo

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index fcf2de4546a9..228e18bc1d72 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -410,3 +410,7 @@ media-video/mplayer cpudetection
 # Ian Whyman  (2016-05-22)
 # Mask raspberry-pi except on arm.
 dev-libs/libcec raspberry-pi
+
+# Andreas Sturmlechner  (2023-03-09)
+# media-libs/libplacebo is not keyworded anywhere except amd64/ppc64/x86 yet
+media-video/ffmpeg libplacebo

diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.mask 
b/profiles/arch/powerpc/ppc64/64le/package.use.mask
index 4b731ea7a64f..128f73640db5 100644
--- a/profiles/arch/powerpc/ppc64/64le/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/64le/package.use.mask
@@ -69,3 +69,7 @@ media-video/vlc -libplacebo
 # Georgy Yakovlev  (2019-08-14)
 # works on ppc64le
 media-libs/mesa -llvm -video_cards_radeonsi
+
+# Craig Andrews  (2023-03-09)
+# media-libs/libplacebo is keyworded here
+media-video/ffmepg -libplacebo

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index e89a77979732..2f1f91cfce89 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -456,3 +456,7 @@ media-gfx/iscan -X
 
 # Steve Dibb  (2008-09-29)
 media-video/mplayer -cpudetection
+
+# Craig Andrews  (2023-03-09)
+# media-libs/libplacebo is keyworded here
+media-video/ffmepg -libplacebo



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/glibmm/

2023-03-12 Thread Matt Turner
commit: aa380e51bbe585ae186ef1b53b721d27600476bc
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 12 18:35:38 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 12 18:47:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa380e51

dev-cpp/glibmm: Version bump to 2.66.6

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

 dev-cpp/glibmm/Manifest |  1 +
 dev-cpp/glibmm/glibmm-2.66.6.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/dev-cpp/glibmm/Manifest b/dev-cpp/glibmm/Manifest
index bf212b969a8d..7345185952dc 100644
--- a/dev-cpp/glibmm/Manifest
+++ b/dev-cpp/glibmm/Manifest
@@ -1,3 +1,4 @@
 DIST glibmm-2.66.5.tar.xz 7610516 BLAKE2B 
766939ad6a5cd94bc642da7e9801ccb4f693d652ad4afcfc15b6e12a646b0d5d9c203a04328d13727f4e6c35730e7e9cc431f448618c75df305874dacaf0d7aa
 SHA512 
3c1f91a1d91c23c5975254f5bf499f6752b6e3f1b056511133722cdfc853ffd2a94c375c0441dbb3f0933e7a257449ca4e365355ed580bd72d88c08d99a76684
+DIST glibmm-2.66.6.tar.xz 8668828 BLAKE2B 
0e133eb73f8a290e3bc2167435e9e88b49603153c96d2eff130ac0ee0d1b1e0d3907197267cd1bc62e1f8b6a74ed8a8429e891430c4bfc512cbdf5e877e79701
 SHA512 
64d5ee1904ac645ee5a470889b928a24ab012bb0c310a94631bd725df9d5b7a5c0d2129f114017677db922b724ad12ab33698f1d27cae4aaeccd199b0e883099
 DIST glibmm-2.74.0.tar.xz 7938292 BLAKE2B 
c089826f6a33c02d525d40bcb375249fd0aa1d238a2cce44b421389812345b57e41d93c8e6a5f37a8fa6f7800bdcc0d4da531ad0f3b3bf69b6f91ef7f9f496a8
 SHA512 
29c16a6c921fb135721c39b5328e0b45e09c500c65175199c1ec5ee75bdd5fb907072389c6980da3bf8fac0846235af5580f692706eb00d26947804daa1c99c9
 DIST glibmm-2.76.0.tar.xz 9295168 BLAKE2B 
99e6e0776f945a245ea68ca39194c6cecaace282a9be31e27e65e07b8034963c814a6306b74817aeb82740fbc01a9e4ff3a0b4a8605da15a3cd0d3e72a86bb16
 SHA512 
be49599f5eb8eb5a1cef015cdb37af2564fcd1ea845aa4344804ca5f0f61468949711e25cefebb93219e1be37128ebfdd2a816324e752ac4395b4b87c072fc78

diff --git a/dev-cpp/glibmm/glibmm-2.66.6.ebuild 
b/dev-cpp/glibmm/glibmm-2.66.6.ebuild
new file mode 100644
index ..5be6e00d63cd
--- /dev/null
+++ b/dev-cpp/glibmm/glibmm-2.66.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..11} )
+inherit gnome.org meson-multilib python-any-r1
+
+DESCRIPTION="C++ interface for glib2"
+HOMEPAGE="https://www.gtkmm.org https://gitlab.gnome.org/GNOME/glibmm;
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris"
+IUSE="gtk-doc debug test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/libsigc++-2.9.1:2[${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.61.2:2[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   gtk-doc? (
+   app-doc/doxygen[dot]
+   dev-lang/perl
+   dev-perl/XML-Parser
+   dev-libs/libxslt
+   media-gfx/graphviz
+   )
+"
+
+src_prepare() {
+   default
+
+   # giomm_tls_client requires FEATURES=-network-sandbox and 
glib-networking rdep
+   sed -i -e '/giomm_tls_client/d' tests/meson.build || die
+
+   if ! use test; then
+   sed -i -e "/^subdir('tests')/d" meson.build || die
+   fi
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dwarnings=min
+   -Dbuild-deprecated-api=true
+   $(meson_native_use_bool gtk-doc build-documentation)
+   $(meson_use debug debug-refcounting)
+   -Dbuild-examples=false
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/glibmm/

2023-03-12 Thread Matt Turner
commit: 137113ed841943e8ee720101b2661063d20f14da
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 12 17:38:09 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 12 17:38:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137113ed

dev-cpp/glibmm: Version bump to 2.76.0

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

 dev-cpp/glibmm/Manifest |  1 +
 dev-cpp/glibmm/glibmm-2.76.0.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-cpp/glibmm/Manifest b/dev-cpp/glibmm/Manifest
index e5aecfc2b2d8..bf212b969a8d 100644
--- a/dev-cpp/glibmm/Manifest
+++ b/dev-cpp/glibmm/Manifest
@@ -1,2 +1,3 @@
 DIST glibmm-2.66.5.tar.xz 7610516 BLAKE2B 
766939ad6a5cd94bc642da7e9801ccb4f693d652ad4afcfc15b6e12a646b0d5d9c203a04328d13727f4e6c35730e7e9cc431f448618c75df305874dacaf0d7aa
 SHA512 
3c1f91a1d91c23c5975254f5bf499f6752b6e3f1b056511133722cdfc853ffd2a94c375c0441dbb3f0933e7a257449ca4e365355ed580bd72d88c08d99a76684
 DIST glibmm-2.74.0.tar.xz 7938292 BLAKE2B 
c089826f6a33c02d525d40bcb375249fd0aa1d238a2cce44b421389812345b57e41d93c8e6a5f37a8fa6f7800bdcc0d4da531ad0f3b3bf69b6f91ef7f9f496a8
 SHA512 
29c16a6c921fb135721c39b5328e0b45e09c500c65175199c1ec5ee75bdd5fb907072389c6980da3bf8fac0846235af5580f692706eb00d26947804daa1c99c9
+DIST glibmm-2.76.0.tar.xz 9295168 BLAKE2B 
99e6e0776f945a245ea68ca39194c6cecaace282a9be31e27e65e07b8034963c814a6306b74817aeb82740fbc01a9e4ff3a0b4a8605da15a3cd0d3e72a86bb16
 SHA512 
be49599f5eb8eb5a1cef015cdb37af2564fcd1ea845aa4344804ca5f0f61468949711e25cefebb93219e1be37128ebfdd2a816324e752ac4395b4b87c072fc78

diff --git a/dev-cpp/glibmm/glibmm-2.76.0.ebuild 
b/dev-cpp/glibmm/glibmm-2.76.0.ebuild
new file mode 100644
index ..52324008bd75
--- /dev/null
+++ b/dev-cpp/glibmm/glibmm-2.76.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..11} )
+inherit gnome.org meson-multilib python-any-r1
+
+DESCRIPTION="C++ interface for glib2"
+HOMEPAGE="https://www.gtkmm.org https://gitlab.gnome.org/GNOME/glibmm;
+
+LICENSE="LGPL-2.1+"
+SLOT="2.68"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris"
+IUSE="gtk-doc debug test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.73.2:2[${MULTILIB_USEDEP}]
+   dev-libs/libsigc++:3[gtk-doc?,${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   gtk-doc? (
+   app-doc/doxygen[dot]
+   dev-lang/perl
+   dev-libs/libxslt
+   )
+"
+
+src_prepare() {
+   default
+
+   # giomm_tls_client requires FEATURES=-network-sandbox and 
glib-networking rdep
+   sed -i -e '/giomm_tls_client/d' tests/meson.build || die
+
+   if ! use test; then
+   sed -i -e "/^subdir('tests')/d" meson.build || die
+   fi
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dwarnings=min
+   -Dbuild-deprecated-api=true
+   $(meson_native_use_bool gtk-doc build-documentation)
+   $(meson_use debug debug-refcounting)
+   -Dbuild-examples=false
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/ghex/

2023-03-12 Thread Matt Turner
commit: 28f994dc5c36f830acf2cf15a68b90d3f54beb43
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sat Mar 11 23:00:49 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 12 17:38:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f994dc

app-editors/ghex: Version bump to 44_rc

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

 app-editors/ghex/Manifest  |  1 +
 app-editors/ghex/ghex-44_rc.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest
index abd70601757a..cc0c8b4eac27 100644
--- a/app-editors/ghex/Manifest
+++ b/app-editors/ghex/Manifest
@@ -1,2 +1,3 @@
 DIST ghex-43.0.tar.xz 1020716 BLAKE2B 
e4b6590f9af11d6fbec31266ef9959b827937697eebd02a942b85e0c0d51555ced79ab84b34c4ab42b5cbb6d6071390d00cd0177e7e712e33e240b3132749a19
 SHA512 
4150d33ea1dc40d0c051ba1ba4a4829d084a4aa6ed682bade5b3e039a90049c4d009183e78b06768946b516386aa9e41b888eca61c40d96336d7ab4dd37b395b
 DIST ghex-43.1.tar.xz 1021548 BLAKE2B 
18e9ee5287180475ccb03343fa3d59d17578c0251e03362f2ea43bf26529fdd1691b71c7d66c18fea7d1146fa05a17c3e3e1267d897887c2cd4a766b67044803
 SHA512 
8ec171921084faa9fce2fe42459dc53b0217a67c775cfbb547096d095820f0a39c5683f441de9b32de178443f39d58fc49dc94bffcdf92c0540b8e5e1fe86ef3
+DIST ghex-44.rc.tar.xz 1070232 BLAKE2B 
e28c746adb517e88206922ea4bea50485189e180037316cd09960e084bdd5a47da08a444a437f96fded50a11b238801d6e7aa90977a646f3d1d5e51e9275fc3b
 SHA512 
6ff7b69ad8d8688b9d44716e733a7a2444bd328871b00ca034df21e3fb7f9df55924f4452af4d284ced13316b01f4272db37a8192b222b30001aa354aacdc23a

diff --git a/app-editors/ghex/ghex-44_rc.ebuild 
b/app-editors/ghex/ghex-44_rc.ebuild
new file mode 100644
index ..ecece234cc57
--- /dev/null
+++ b/app-editors/ghex/ghex-44_rc.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="GNOME hexadecimal editor"
+HOMEPAGE="https://wiki.gnome.org/Apps/Ghex;
+SRC_URI="https://download.gnome.org/sources/${PN}/44/${PN}-44.rc.tar.xz;
+S="${WORKDIR}/${PN}-44.rc"
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git;
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2+ FDL-1.1+"
+IUSE="gtk-doc test"
+RESTRICT="!test? ( test )"
+SLOT="4"
+
+RDEPEND="
+   >=dev-libs/glib-2.68.0:2
+   >=gui-libs/gtk-4.4.0:4
+   gui-libs/libadwaita:1
+   dev-libs/gobject-introspection
+   !app-editors/ghex:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( dev-util/gi-docgen )
+   test? (
+   dev-util/desktop-file-utils
+   dev-libs/appstream-glib
+   )
+   dev-util/gtk-update-icon-cache
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/
+   -Ddevelopment=false
+   -Dmmap-buffer-backend=true
+   -Ddirect-buffer-backend=true
+   -Dintrospection=enabled
+   $(meson_use gtk-doc gtk_doc)
+   -Dstatic-html-help=false
+   -Dvapi=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyrr/

2023-03-12 Thread Henri Gasc
commit: 5c8626d61a59319a1311936d997946fe98798ac5
Author: Henri Gasc  eurecom  fr>
AuthorDate: Sun Mar 12 12:00:23 2023 +
Commit: Henri Gasc  eurecom  fr>
CommitDate: Sun Mar 12 17:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c8626d6

dev-python/pyrr: unkeyword 0.10.3 for ~x86, allow tests and doc

Closes: https://bugs.gentoo.org/893460
Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/pyrr/pyrr-0.10.3.ebuild | 37 ++---
 1 file changed, 22 insertions(+), 15 deletions(-)

diff --git a/dev-python/pyrr/pyrr-0.10.3.ebuild 
b/dev-python/pyrr/pyrr-0.10.3.ebuild
index 574118c51..038b8a499 100644
--- a/dev-python/pyrr/pyrr-0.10.3.ebuild
+++ b/dev-python/pyrr/pyrr-0.10.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
@@ -15,32 +15,39 @@ S="${WORKDIR}/Pyrr-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
+IUSE="doc"
 
-RDEPEND=""
 BDEPEND="
dev-python/multipledispatch[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
 "
 DEPEND="${BDEPEND}"
 
 python_compile() {
distutils-r1_python_compile
-   find ./ -type f -exec sed -i 
's/sphinx.ext.pngmath/sphinx.ext.imgmath/g' {} \;
-   emake man -C docs
+   if use doc; then
+   find "${S}/docs" -type f -exec sed -i 
's/sphinx\.ext\.pngmath/sphinx\.ext\.imgmath/g' {} \;
+   emake man -C docs
+   fi
 }
 
 python_install() {
distutils-r1_python_install
-   doman "${S}/docs/build/man/pyrr.1"
+   use doc && doman "${S}/docs/build/man/pyrr.1"
 }
 
-# The tests failed with `module 'numpy' has no attribute 'float'`
-# distutils_enable_tests pytest
-# python_test() {
-# cd "${T}" || die
-# epytest "${S}"/tests || die "Tests failed with ${EPYTHON}"
-# }
+distutils_enable_tests pytest
+python_test() {
+   local 
EPYTEST_DESELECT="tests/test_matrix44.py::test_matrix44::test_create_perspective_projection_matrix_dtype"
+   find "${S}/tests" -iname "*.py" -exec sed -i \
+   -e 's/np\.float/float/g' \
+   -e 's/float32/np\.float32/g' \
+   -e 's/np\.int/int/g' \
+   -e 's/int16/np\.int16/g' \
+   {} \;
+   epytest "${S}/tests" || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/textual/

2023-03-12 Thread Henri Gasc
commit: 81cb9e7d46fa58537c50e92fe58fb386e38f4755
Author: Henri Gasc  eurecom  fr>
AuthorDate: Sat Mar 11 14:34:24 2023 +
Commit: Henri Gasc  eurecom  fr>
CommitDate: Sun Mar 12 17:37:46 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81cb9e7d

dev-python/textual:

Update atom, allow tests

Closes: https://bugs.gentoo.org/893386
Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/textual/Manifest  |  2 +-
 dev-python/textual/textual-0.10.1.ebuild | 35 --
 dev-python/textual/textual-0.14.0.ebuild | 82 
 3 files changed, 83 insertions(+), 36 deletions(-)

diff --git a/dev-python/textual/Manifest b/dev-python/textual/Manifest
index 00cd6ba2b..bdae15212 100644
--- a/dev-python/textual/Manifest
+++ b/dev-python/textual/Manifest
@@ -1 +1 @@
-DIST v0.10.1.gh.tar.gz 24509468 BLAKE2B 
12747e3d602087d848687b8fe4fcd230c2dc842a50a808d103bfa6eff6bd71393cd0ec9a0ef3bdb46f1f887cc1c32a2d8d44041842c30f46440e2135dc8ae433
 SHA512 
1b8e584dc2872a5067bcb7e1568c77c92d431344bc2e244a222f00699468fd0153c78e8dc91c4e2b9c0149d4248bddb7d37d9eee3e68e4c334abb3eee951
+DIST textual-0.14.0.gh.tar.gz 25273607 BLAKE2B 
9ce16bcb6e4fc5e3dea432f7a15086f5edef1740d9a0f55f6eeabf373fd7e64d0a3b06c277d1e61020def66b2d1d7d2b8f095747583b3a80da06c1103b198fe1
 SHA512 
1830546f8b07078f94525127f6a99771e54e29a9c4a217fda59f9b9de0fc85e893014af0d1a0b79fab4c237a76114516513662f67ce0203e72d2cba7f4f1bec7

diff --git a/dev-python/textual/textual-0.10.1.ebuild 
b/dev-python/textual/textual-0.10.1.ebuild
deleted file mode 100644
index 031e2a1b2..0
--- a/dev-python/textual/textual-0.10.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Modern Text User Interface framework"
-HOMEPAGE="https://github.com/Textualize/textual 
https://pypi.org/project/textual;
-SRC_URI="https://github.com/Textualize/textual/archive/refs/tags/v${PV}.tar.gz 
-> v${PV}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# For the tests we would need many python modules not in any overlays I could 
find
-
-RDEPEND="
-   dev-python/rich[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-lang/python
-   dev-python/poetry-core[${PYTHON_USEDEP}]
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${BDEPEND}
-   ${RDEPEND}
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/textual/textual-0.14.0.ebuild 
b/dev-python/textual/textual-0.14.0.ebuild
new file mode 100644
index 0..6a188c7f5
--- /dev/null
+++ b/dev-python/textual/textual-0.14.0.ebuild
@@ -0,0 +1,82 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Modern Text User Interface framework"
+HOMEPAGE="https://github.com/Textualize/textual 
https://pypi.org/project/textual;
+SRC_URI="https://github.com/Textualize/textual/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+# KEYWORDS="~amd64" # If set, can not commit because of dev-python/py-nanoid 
and dev-python/mkdocs-blog-plugin
+IUSE="doc"
+
+RDEPEND="
+   dev-python/rich[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   test? (
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+   dev-python/msgpack[${PYTHON_USEDEP}]
+   dev-python/pytest-syrupy[${PYTHON_USEDEP}]
+   dev-python/py-nanoid[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/time-machine[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+   doc? (
+   dev-python/httpx[${PYTHON_USEDEP}]
+   dev-python/mkdocs[${PYTHON_USEDEP}]
+   dev-python/mkdocs-exclude[${PYTHON_USEDEP}]
+   dev-python/mkdocs-mkdocstrings[${PYTHON_USEDEP}]
+   dev-python/mkdocs-mkdocstrings-python[${PYTHON_USEDEP}]
+   dev-python/mkdocs-material[${PYTHON_USEDEP}]
+   dev-python/mkdocs-material-extensions[${PYTHON_USEDEP}]
+   dev-python/mkdocs-blog-plugin[${PYTHON_USEDEP}]
+   dev-python/mkdocs-rss-plugin[${PYTHON_USEDEP}]
+   dev-python/mkdocs-autorefs[${PYTHON_USEDEP}]
+   dev-python/py-nanoid[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="
+   ${BDEPEND}
+   ${RDEPEND}
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # MkDocs need git repo
+   if use doc; then
+   git init -b 

[gentoo-commits] repo/proj/guru:dev commit in: dev-python/ManimPango/

2023-03-12 Thread Henri Gasc
commit: 92c847b4818c95eb48ced6c108184a63f8f7336e
Author: Henri Gasc  eurecom  fr>
AuthorDate: Sun Mar 12 09:30:22 2023 +
Commit: Henri Gasc  eurecom  fr>
CommitDate: Sun Mar 12 17:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92c847b4

dev-python/ManimPango: unkeyword 0.4.3 for ~x86, remove tests

Closes: https://bugs.gentoo.org/893392
Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/ManimPango/Manifest|  2 +-
 dev-python/ManimPango/ManimPango-0.4.3.ebuild | 21 +
 2 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/dev-python/ManimPango/Manifest b/dev-python/ManimPango/Manifest
index d40b55be9..3c0f384b7 100644
--- a/dev-python/ManimPango/Manifest
+++ b/dev-python/ManimPango/Manifest
@@ -1 +1 @@
-DIST v0.4.3.gh.tar.gz 4144247 BLAKE2B 
cf6506a7928d9838fad2a0539b39aee6e6b3539f5fcf957817deeca2bdb01c48ed7cbd56bca4f70816f945b918e48a7db7a160f710c2c4f3be77f625cd665e95
 SHA512 
0bf46f66a20fd2be6ea6fe0e1b7a6fdb51276820827771b0d5d4c34ca465e939566964bb02da35109bddbb3bc10875d7b7c71767ffc4f83a593712253262a886
+DIST .gh.tar.gz 4144247 BLAKE2B 
cf6506a7928d9838fad2a0539b39aee6e6b3539f5fcf957817deeca2bdb01c48ed7cbd56bca4f70816f945b918e48a7db7a160f710c2c4f3be77f625cd665e95
 SHA512 
0bf46f66a20fd2be6ea6fe0e1b7a6fdb51276820827771b0d5d4c34ca465e939566964bb02da35109bddbb3bc10875d7b7c71767ffc4f83a593712253262a886

diff --git a/dev-python/ManimPango/ManimPango-0.4.3.ebuild 
b/dev-python/ManimPango/ManimPango-0.4.3.ebuild
index eff2a188a..551bc5b46 100644
--- a/dev-python/ManimPango/ManimPango-0.4.3.ebuild
+++ b/dev-python/ManimPango/ManimPango-0.4.3.ebuild
@@ -4,26 +4,23 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
 DESCRIPTION="Binding for Pango, to use with Manim."
 HOMEPAGE="https://github.com/ManimCommunity/ManimPango 
https://pypi.org/project/manimpango;
-SRC_URI="https://github.com/ManimCommunity/ManimPango/archive/refs/tags/v${PV}.tar.gz
 -> v${PV}.gh.tar.gz"
+SRC_URI="https://github.com/ManimCommunity/ManimPango/archive/refs/tags/v${PV}.tar.gz
 -> ${V}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
+KEYWORDS="~amd64"
 
-RDEPEND=""
-BDEPEND="
-   dev-python/cython
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   x11-libs/pango
-"
+BDEPEND="x11-libs/pango"
 DEPEND="${BDEPEND}"
 
-distutils_enable_tests pytest
+src_prepare() {
+   # The tests always fails (ManimPango has to be installed for them to 
work)
+   rm -rf "${S}/tests"
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-rss-plugin/

2023-03-12 Thread Henri Gasc
commit: 1a7c0332ef7ed5278cc7f69d6ed5bacfec3bda8c
Author: Henri Gasc  eurecom  fr>
AuthorDate: Sat Mar 11 12:10:32 2023 +
Commit: Henri Gasc  eurecom  fr>
CommitDate: Sun Mar 12 17:37:42 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a7c0332

dev-python/mkdocs-rss-plugin:

Update atom, allow tests

Closes: https://bugs.gentoo.org/894298
Signed-off-by: Henri Gasc  eurecom.fr>

 dev-python/mkdocs-rss-plugin/Manifest  |  2 +-
 .../mkdocs-rss-plugin-1.5.0.ebuild | 43 -
 .../mkdocs-rss-plugin-1.6.0.ebuild | 56 ++
 3 files changed, 57 insertions(+), 44 deletions(-)

diff --git a/dev-python/mkdocs-rss-plugin/Manifest 
b/dev-python/mkdocs-rss-plugin/Manifest
index 4ba441bac..72294a5a8 100644
--- a/dev-python/mkdocs-rss-plugin/Manifest
+++ b/dev-python/mkdocs-rss-plugin/Manifest
@@ -1 +1 @@
-DIST mkdocs-rss-plugin-1.5.0.gh.tar.gz 39301 BLAKE2B 
8d92ee030115b3d8ea589509a9558d61d72bfa4abd55b3451262928df8a63c9ed0399c2cd883a8d070c15241396cffcd96fd953a6b8e781b0d922d287b950886
 SHA512 
1ed861bca8feaab869c1e88a0533110a7b617b7a5bd68b6ea4b454975c56fee1aaa118d65abf8e8c03d41ff5b367f9561dee08cdffbcf7bfffa7268306c3f4b8
+DIST mkdocs-rss-plugin-1.6.0.gh.tar.gz 40747 BLAKE2B 
b10b65dc28a7c72b7f4ba6b2a9b866640dad196522724de510629183c71c80ab7fd3de66cca9fc06373b08b0ab2434248b8b2cf7d82ee12c06e94f73e61d0124
 SHA512 
b3f7a4037eddd0c9bd98448026d82407ba7042c4b4c33bbfa1932e516cdd54c26bc326030e4dc30e92d7e8f8aea3bdc83969f57f17d7e8668547d92c57ff714b

diff --git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild 
b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild
deleted file mode 100644
index ad0721f47..0
--- a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.5.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="MkDocs plugin to generate a RSS feeds."
-HOMEPAGE="https://github.com/Guts/mkdocs-rss-plugin 
https://pypi.org/project/mkdocs-rss-plugin;
-SRC_URI="https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-RDEPEND=""
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/mkdocs[${PYTHON_USEDEP}]
-   dev-python/GitPython[${PYTHON_USEDEP}]
-   doc? (
-   dev-python/mkdocs-bootswatch[${PYTHON_USEDEP}]
-   dev-python/mkdocs-minify-plugin[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pymdown-extensions[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="${BDEPEND}"
-
-# No test because of upstream bug
-# BDEPEND+="
-#  test? (
-#  dev-python/black[${PYTHON_USEDEP}]
-#  dev-python/feedparser[${PYTHON_USEDEP}]
-#  dev-python/flake8[${PYTHON_USEDEP}]
-#  dev-vcs/pre-commit
-#  dev-python/pytest-cov[${PYTHON_USEDEP}]
-#  )"
-# distutils_enable_tests pytest

diff --git a/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild 
b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild
new file mode 100644
index 0..87050fd62
--- /dev/null
+++ b/dev-python/mkdocs-rss-plugin/mkdocs-rss-plugin-1.6.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1
+
+DESCRIPTION="MkDocs plugin to generate a RSS feeds."
+HOMEPAGE="https://github.com/Guts/mkdocs-rss-plugin 
https://pypi.org/project/mkdocs-rss-plugin;
+SRC_URI="https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+   dev-python/mkdocs[${PYTHON_USEDEP}]
+   dev-python/GitPython[${PYTHON_USEDEP}]
+   test? (
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/feedparser[${PYTHON_USEDEP}]
+   dev-vcs/pre-commit
+   dev-python/validator-collection[${PYTHON_USEDEP}]
+   dev-python/mkdocs-bootswatch[${PYTHON_USEDEP}]
+   dev-python/mkdocs-minify-plugin[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pymdown-extensions[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${BDEPEND}"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i \
+   -e 's/--cov-config=setup.cfg//' \
+   -e 's/--cov=mkdocs_rss_plugin//' \
+   -e 's/--cov-report=html//' \
+   -e 's/--cov-report=term//' \
+   -e 's/--cov-report=xml//' \
+   "${S}/setup.cfg" || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   cd 

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

2023-03-12 Thread Andreas K. Hüttel
commit: a28d72e1da1ed7c8f73df467f230b93d7871261b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Mar 12 17:36:14 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Mar 12 17:36:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a28d72e1

dev-util/catalyst: protect /var/tmp/catalyst via tmpfiles.d

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

 dev-util/catalyst/catalyst-.ebuild | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-util/catalyst/catalyst-.ebuild 
b/dev-util/catalyst/catalyst-.ebuild
index 81289d3b60f3..537719e8622a 100644
--- a/dev-util/catalyst/catalyst-.ebuild
+++ b/dev-util/catalyst/catalyst-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ fi
 PYTHON_COMPAT=( python3_{9..10} )
 DISTUTILS_USE_SETUPTOOLS=no
 
-inherit distutils-r1 linux-info optfeature ${SRC_ECLASS}
+inherit distutils-r1 linux-info optfeature tmpfiles ${SRC_ECLASS}
 
 DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst;
@@ -102,6 +102,13 @@ python_install_all() {
fi
 }
 
+src_install() {
+   distutils-r1_src_install
+
+   echo 'd /var/tmp/catalyst 0755 root root' > "${T}"/catalyst-tmpdir.conf
+   dotmpfiles "${T}"/catalyst-tmpdir.conf
+}
+
 pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
optfeature "ccache support" dev-util/ccache



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

2023-03-12 Thread Hans de Graaff
commit: 42031fd5eb2976dbdff2d88ce77bfac73986804f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 12 16:38:47 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 12 16:38:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42031fd5

dev-util/jenkins-bin: add 2.387.1

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

 dev-util/jenkins-bin/Manifest   |  1 +
 dev-util/jenkins-bin/jenkins-bin-2.387.1.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 0e397cebb506..7f503bd76548 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,2 +1,3 @@
 DIST jenkins-bin-2.375.4.war 94246705 BLAKE2B 
bff619c8cba8cb75ffa11b967176394be63d5d74f16f76487fc1e7e47f7843bded4b2005a37be5add38bb48a9ea622a3f3a8778f15f9aaea537d53f38263260b
 SHA512 
0df55e83885583313829e9d6e4664c2e3811fe5c6bbf39fa264b39d856365a4b6740491dbe9e708e96cd429543d038b09cf2b09da014994f6482f27eba120231
+DIST jenkins-bin-2.387.1.war 98336194 BLAKE2B 
928961b9cb64a03ca85eb7867b8976629470082130d076dc97be1b5181aec694634dc0a4778c4281f4993696090637e42adc81526215268f3bf8ba9bde38f6c4
 SHA512 
51d42be9f0c6a63b3163a0b95d579eb1b33c6e3ee1451f4f0782143bdba7cefac3e378949173dbe0d9adb3a11f295f1efe5b334654a4b7601bc2ffdd4b086c3d
 DIST jenkins-bin-2.394.war 98409457 BLAKE2B 
b118281ec50b0e4f92fa1996ab1c6d8dc8f98a2aafff9f430c5f359b53bd58081754ec72d982e432e783ba912923607306f9217de15a03de6875291cf0c1a1d8
 SHA512 
4f41e654eadb8459750bd69030e35186cd4677f2e24c0c422df9a5536b000f51e3c960b2b5396605c3e928e0909a719673d08b70424b314ad6ae9777d42df035

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.387.1.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.387.1.ebuild
new file mode 100644
index ..43828c85c5e8
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.387.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="https://jenkins.io/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
+SLOT="lts"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
+IUSE=""
+
+DEPEND="acct-group/jenkins
+   acct-user/jenkins"
+
+RDEPEND="acct-group/jenkins
+   acct-user/jenkins
+   media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:0
+   || ( virtual/jre:17 virtual/jre:11 )"
+
+S="${WORKDIR}"
+
+src_install() {
+   local JENKINS_DIR=/var/lib/jenkins
+
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r2.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}-r3.init jenkins
+   newconfd "${FILESDIR}"/${PN}-r1.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}-r4.service jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2023-03-12 Thread Hans de Graaff
commit: ca22c9b80460115c5099784ae780982cb4086dc8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 12 16:37:12 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 12 16:38:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca22c9b8

dev-util/jenkins-bin: drop 2.375, 2.375.1, 2.375.2, 2.375.2-r1, 2.375.3

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

 dev-util/jenkins-bin/Manifest  |  4 --
 dev-util/jenkins-bin/jenkins-bin-2.375.1.ebuild| 45 --
 dev-util/jenkins-bin/jenkins-bin-2.375.2-r1.ebuild | 45 --
 dev-util/jenkins-bin/jenkins-bin-2.375.2.ebuild| 45 --
 dev-util/jenkins-bin/jenkins-bin-2.375.3.ebuild| 45 --
 dev-util/jenkins-bin/jenkins-bin-2.375.ebuild  | 45 --
 6 files changed, 229 deletions(-)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 59a2322cafe7..0e397cebb506 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,6 +1,2 @@
-DIST jenkins-bin-2.375.1.war 93555446 BLAKE2B 
23fcc5d1faa438ac6a9b20b0dc5ed2b2475e87996b8bb604c2ad1214c2d9e528f5b2fdbbfc3fc7226d9c008f4120d8bd3d831dcb6c878ecd0031817787a2d9d0
 SHA512 
dc7bb525b222f0fd0216304c97b8a1e84fb6c1bafbea46e83261e9db0c8cf4378fd9b621822667eaaa627d970c5e7fd88cd1b6706f1dc478d2b0fc7b9629369f
-DIST jenkins-bin-2.375.2.war 95157973 BLAKE2B 
8c33ae82daface86374a7ac11bbc92b4a8d6c16cc983332dced17d5ef68cc9f18f5c5e89707150723618e4c86b8d2a84aadc263ea6d9f2e16ea926c676b24656
 SHA512 
d059e6d769d815bb6711ee42fb738a567b10ec2b0a271a5c3e769110847781b99835a9cc45739de6f788a31e178af54bfdcfdc9174ca2f61c7ac4d8bcfdc3efb
-DIST jenkins-bin-2.375.3.war 94238599 BLAKE2B 
e6cdbad7e99d6203aa35229f7c0eeb35670c7979150327e494ed0f110e04ea78741995cced7e01a85f95865f8e0de4bed6d595da98699846cadae177cba6907a
 SHA512 
8eca70d05c93bd11e55e8fca669df3cf781d102cd12657ae0139e1aaeab0f743939e6f9664c38c01d738f536b61d9c0f89cdf3bd62030bf8e0b5e114a06d27a5
 DIST jenkins-bin-2.375.4.war 94246705 BLAKE2B 
bff619c8cba8cb75ffa11b967176394be63d5d74f16f76487fc1e7e47f7843bded4b2005a37be5add38bb48a9ea622a3f3a8778f15f9aaea537d53f38263260b
 SHA512 
0df55e83885583313829e9d6e4664c2e3811fe5c6bbf39fa264b39d856365a4b6740491dbe9e708e96cd429543d038b09cf2b09da014994f6482f27eba120231
-DIST jenkins-bin-2.375.war 93552663 BLAKE2B 
5a84efee01a15067a0e963f992ee4cc4a3773419c0dbe5d834e2a220f1b8e39f918526f1ccab2a0c10c77609b07e5a33b45d8cdd152b352a9ca37f670f4b4b65
 SHA512 
9ffdbbb53e6156f5d7c77a8db9a3969834b912e89d22580bb7502c94c6a7898a303500f4a5071c3d16253f2141495c2c57c3c2c1fb56a91e6c48549faa7d4f5b
 DIST jenkins-bin-2.394.war 98409457 BLAKE2B 
b118281ec50b0e4f92fa1996ab1c6d8dc8f98a2aafff9f430c5f359b53bd58081754ec72d982e432e783ba912923607306f9217de15a03de6875291cf0c1a1d8
 SHA512 
4f41e654eadb8459750bd69030e35186cd4677f2e24c0c422df9a5536b000f51e3c960b2b5396605c3e928e0909a719673d08b70424b314ad6ae9777d42df035

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.375.1.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.375.1.ebuild
deleted file mode 100644
index b3ee52691487..
--- a/dev-util/jenkins-bin/jenkins-bin-2.375.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="Extensible continuous integration server"
-HOMEPAGE="https://jenkins.io/;
-LICENSE="MIT"
-SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
-SLOT="lts"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
-IUSE=""
-
-DEPEND="acct-group/jenkins
-   acct-user/jenkins"
-
-RDEPEND="acct-group/jenkins
-   acct-user/jenkins
-   media-fonts/dejavu
-   media-libs/freetype
-   !dev-util/jenkins-bin:0
-   || ( virtual/jre:17 virtual/jre:11 )"
-
-S="${WORKDIR}"
-
-src_install() {
-   local JENKINS_DIR=/var/lib/jenkins
-
-   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
-
-   insinto /opt/jenkins
-   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}-r2.logrotate ${PN/-bin/}
-
-   newinitd "${FILESDIR}"/${PN}-r3.init jenkins
-   newconfd "${FILESDIR}"/${PN}-r1.confd jenkins
-
-   systemd_newunit "${FILESDIR}"/${PN}-r4.service jenkins.service
-
-   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
-}

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.375.2-r1.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.375.2-r1.ebuild
deleted file mode 100644
index 43828c85c5e8..
--- a/dev-util/jenkins-bin/jenkins-bin-2.375.2-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="Extensible continuous integration server"

[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkzinc/, dev-tcltk/tkzinc/files/

2023-03-12 Thread Alfredo Tupone
commit: 3815e59bcf82938d601af954f2cda6778bbb9a5d
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Mar 12 16:34:08 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Mar 12 16:34:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3815e59b

dev-tcltk/tkzinc: fix some gcc13 warnings

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

 dev-tcltk/tkzinc/files/tkzinc-3.3.6-gcc13.patch| 110 +
 ...zinc-3.3.6-r1.ebuild => tkzinc-3.3.6-r2.ebuild} |   1 +
 2 files changed, 111 insertions(+)

diff --git a/dev-tcltk/tkzinc/files/tkzinc-3.3.6-gcc13.patch 
b/dev-tcltk/tkzinc/files/tkzinc-3.3.6-gcc13.patch
new file mode 100644
index ..d4f0e311b03c
--- /dev/null
+++ b/dev-tcltk/tkzinc/files/tkzinc-3.3.6-gcc13.patch
@@ -0,0 +1,110 @@
+--- a/generic/Arc.c2023-03-12 16:09:32.174198907 +0100
 b/generic/Arc.c2023-03-12 16:10:45.138024965 +0100
+@@ -350,7 +350,8 @@
+ {
+   ZnPoint   *p_list, p, p2, o, o2;
+   ZnRealwidth, height, d;
+-  int   num_p, i, quality;
++  unsigned int  num_p;
++  int   i, quality;
+   ZnTransfo *t = ((ZnItem) arc)->wi->current_transfo;
+   
+   if (!arc->render_shape) {
+@@ -1026,7 +1027,8 @@
+ UpdateRenderShapeX(ArcItem  arc)
+ {
+   ZnRealox, oy, width_2, height_2;
+-  int   i, num_p;
++  int   i;
++  unsigned int  num_p;
+   ZnPoint   *p_list;
+   
+   if (!arc->render_shape) {
+--- a/generic/Curve.c  2023-03-12 16:13:23.544477181 +0100
 b/generic/Curve.c  2023-03-12 16:17:20.023675722 +0100
+@@ -1207,7 +1207,8 @@
+* if last point join first point suppress markers at end points.
+*/
+   if (ISSET(cv->flags, MARKER_OK)) {
+-unsigned int h_width, h_height, width, height;
++unsigned int h_width, h_height;
++int  width, height;
+ int  tmp_x, tmp_y;
+ 
+ ZnSizeOfImage(cv->marker, , );
+--- a/generic/Item.c   2023-03-12 16:32:15.783502590 +0100
 b/generic/Item.c   2023-03-12 16:37:06.944877639 +0100
+@@ -350,7 +350,8 @@
+   {
+ ZnList   new_grad_list = NULL;
+ ZnGradient   **grads;
+-unsigned int num_grads, j, k;
++int  num_grads;
++unsigned int j, k;
+ Tcl_Obj  **elems;
+ 
+ if (Tcl_ListObjGetElements(wi->interp, args[i+1],
+@@ -467,7 +468,8 @@
+   {
+ ZnList   new_pat_list = NULL;
+ ZnImage  *pats;
+-unsigned int num_pats, j, k;
++int  num_pats;
++unsigned int j, k;
+ Tcl_Obj  **elems;
+ ZnBool   is_bmap = True;
+ 
+--- a/generic/Attrs.c  2023-03-12 16:52:59.616742607 +0100
 b/generic/Attrs.c  2023-03-12 16:53:29.010275580 +0100
+@@ -170,7 +170,8 @@
+ Tcl_Obj *name,
+ ZnBorder*border)
+ {
+-  unsigned int j, len, largc;
++  unsigned int j, len;
++  int  largc;
+   Tcl_Obj  **largv;
+   char *str;
+ 
+--- a/generic/PostScript.c 2023-03-12 17:11:26.721797681 +0100
 b/generic/PostScript.c 2023-03-12 17:12:08.943156663 +0100
+@@ -1796,7 +1796,7 @@
+   int   h)
+ {
+   int  result;
+-  XImage   *ximage;
++  XImage   *ximage = NULL;
+   Tk_PhotoHandle   tkphoto;
+   
+   if (((TkPostscriptInfo *) ps_info)->prepass) {
+--- a/generic/Draw.c   2023-03-12 17:14:07.814350198 +0100
 b/generic/Draw.c   2023-03-12 17:15:16.429306397 +0100
+@@ -1271,7 +1271,7 @@
+   glEnd();
+ }
+ else {
+-  int   num_cpoints;
++  unsigned int num_cpoints;
+   ZnReallw_2 = line_width / 2.0;
+   ZnPoint   *cpoints = ZnGetCirclePoints(3, ZN_CIRCLE_COARSE,
+  0.0, 2*M_PI, _cpoints, NULL);
+@@ -2000,7 +2000,7 @@
+   Tcl_UniChar   c;
+ 
+   while (len) {
+-clen = Tcl_UtfToUniChar(string, );
++clen = Tcl_UtfToUniChar((const char *)string, );
+ 
+ ZnRenderGlyph(tfi, c);
+ 
+--- a/generic/Text.c   2023-03-12 17:16:54.897807077 +0100
 b/generic/Text.c   2023-03-12 17:21:09.423924386 +0100
+@@ -1105,7 +1105,7 @@
+   int   font_height;  
+   int   underline_thickness, underline_pos=0, overstrike_pos=0;
+   int   sel_first_line=-1, sel_last_line=-1, cursor_line=-1;
+-  int   sel_start_offset=0, sel_stop_offset=0, cursor_offset=0;
++  unsigned int  sel_start_offset=0, sel_stop_offset=0, cursor_offset=0;
+ 
+   if (!text->text_info) {
+ return;

diff --git a/dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild 
b/dev-tcltk/tkzinc/tkzinc-3.3.6-r2.ebuild
similarity index 97%
rename from dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild
rename to dev-tcltk/tkzinc/tkzinc-3.3.6-r2.ebuild
index 43bc5ca4dc1e..c45317f8b64a 100644
--- a/dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild
+++ b/dev-tcltk/tkzinc/tkzinc-3.3.6-r2.ebuild
@@ -27,6 +27,7 @@ PATCHES=(
"${FILESDIR}"/${PV}-ldflags.patch
"${FILESDIR}"/${PN}-3.3.4-latex.patch

[gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager-qt/

2023-03-12 Thread David Seifert
commit: b4f2db8d9ef863f476f9a402072bb683c4790a57
Author: David Seifert  gentoo  org>
AuthorDate: Sun Mar 12 16:19:13 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Mar 12 16:19:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f2db8d

app-crypt/yubikey-manager-qt: replace inactive maintainer

Signed-off-by: David Seifert  gentoo.org>

 app-crypt/yubikey-manager-qt/metadata.xml | 18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/app-crypt/yubikey-manager-qt/metadata.xml 
b/app-crypt/yubikey-manager-qt/metadata.xml
index 1f472919c5a5..9d999314e856 100644
--- a/app-crypt/yubikey-manager-qt/metadata.xml
+++ b/app-crypt/yubikey-manager-qt/metadata.xml
@@ -1,11 +1,15 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-zeroch...@gentoo.org
-Rick Farina
-  
-  
-Yubico/yubikey-manager-qt
-  
+   
+   s...@gentoo.org
+   David Seifert
+   
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
+   
+   Yubico/yubikey-manager-qt
+   
 



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

2023-03-12 Thread Michael Mair-Keimberger
commit: 19b1c252ed9ef70dd8f82c87cbdc1b29c0c5cafb
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Mar 12 16:05:47 2023 +
Commit: Michael Mair-Keimberger  levelnine  at>
CommitDate: Sun Mar 12 16:14:52 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19b1c252

guru/profiles: add missing category (dev-raku)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>

 profiles/categories | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/categories b/profiles/categories
index 70e48d6c6..8eab23ff4 100644
--- a/profiles/categories
+++ b/profiles/categories
@@ -3,6 +3,7 @@ dev-hare
 dev-nim
 dev-octave
 dev-R
+dev-raku
 dev-zig
 mpv-plugin
 net-client



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

2023-03-12 Thread Hans de Graaff
commit: 9d582902c898117f760909c18fef4a4fef78bdcb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 12 16:12:07 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 12 16:15:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d582902

dev-ruby/activejob: drop 5.2.8.1

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

 dev-ruby/activejob/Manifest |  1 -
 dev-ruby/activejob/activejob-5.2.8.1.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/dev-ruby/activejob/Manifest b/dev-ruby/activejob/Manifest
index 5de43f1e6f65..fb3ed3825b28 100644
--- a/dev-ruby/activejob/Manifest
+++ b/dev-ruby/activejob/Manifest
@@ -1,4 +1,3 @@
-DIST rails-5.2.8.1.tgz 8848345 BLAKE2B 
6786359e6c519e98079dc6f87a1ad23a69e7b65d2e688e9f09bd446012a18e76173d2997c125dd0260ece78114be9462d8c3dfb3464c6428734377f793828a9f
 SHA512 
05e3bd1fb50c87ba31d47d99748b2edafa2e58dbf4e0c4ee991b7c65e68abbbc794d8f385836fa1fddcd277f78edeb1f9c2d675c1c53403c1f230593a8bd2c71
 DIST rails-6.0.5.1.tgz 18607954 BLAKE2B 
74f75399a287f1eae199a5764c952b75dd95a02c88899ade69d60acae00a7588b2f3a8ab3b9d2c9224d62f87305c596e16b196a5c32b19731d4415f17a29d38e
 SHA512 
a65c3fab39eadba75e0107486c82a4da212e612ddb2350f77bb00ad887e0b52980edba08d42c02801c4e4fd71d750de3dbd78c820ef050016867737dccc06b36
 DIST rails-6.0.6.1.tgz 18608328 BLAKE2B 
10e6cb2d23acb75c95c25e2e6cc62de05c9c89f249c6cb9abffdd3a6ed83eb1dca996e6ef56a92cf773f8f9373ad947690015fb7966ddc599c995cea1121
 SHA512 
6873354fe2f8b9bf8bc12c7e6affda4300c158ee825f996eea6032a70f9532009d8f626d2736af22a452c8a3b331d1252ff19666e021150bfae2a8d575890c27
 DIST rails-6.1.6.1.tgz 11028264 BLAKE2B 
568033eb816613ba0ba5f2df38e6a30158b2e31ef4d4da151f8c0de2934b07736833026793ce9192994d9ef2a2a45b67735a35760c1be8b8a68c1968147cc6db
 SHA512 
04acf9dbf5ee734636aada67be001690899eb13f73ea688455fcaee8cbf4839aedf06943c8adb5eecf13fd9a5f6be1a225310aa481d3a254172fd0ce0402362f

diff --git a/dev-ruby/activejob/activejob-5.2.8.1.ebuild 
b/dev-ruby/activejob/activejob-5.2.8.1.ebuild
deleted file mode 100644
index eb33a18e38f9..
--- a/dev-ruby/activejob/activejob-5.2.8.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Job framework with pluggable queues"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}
-   >=dev-ruby/globalid-0.3.6
-"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/mocha
-   )"
-
-all_ruby_prepare() {
-   # Set test environment to our hand.
-   sed -i -e '/load_paths/d' test/helper.rb || die "Unable to remove load 
paths"
-   sed -i -e '2igem "activesupport", "~> 5.2.0"' test/helper.rb || die
-
-   # Remove all currently unpackaged queues.
-   sed -i -e 's/que queue_classic resque sidekiq sneakers sucker_punch 
backburner//' \
-   -e 's/delayed_job//' Rakefile || die
-}



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

2023-03-12 Thread Hans de Graaff
commit: c61c2eb09f86e31cb55a86af5315fdd4b6e3d927
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 12 16:12:59 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 12 16:15:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61c2eb0

dev-ruby/activerecord: drop 5.2.8.1

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

 dev-ruby/activerecord/Manifest|  1 -
 dev-ruby/activerecord/activerecord-5.2.8.1.ebuild | 96 ---
 2 files changed, 97 deletions(-)

diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest
index 5de43f1e6f65..fb3ed3825b28 100644
--- a/dev-ruby/activerecord/Manifest
+++ b/dev-ruby/activerecord/Manifest
@@ -1,4 +1,3 @@
-DIST rails-5.2.8.1.tgz 8848345 BLAKE2B 
6786359e6c519e98079dc6f87a1ad23a69e7b65d2e688e9f09bd446012a18e76173d2997c125dd0260ece78114be9462d8c3dfb3464c6428734377f793828a9f
 SHA512 
05e3bd1fb50c87ba31d47d99748b2edafa2e58dbf4e0c4ee991b7c65e68abbbc794d8f385836fa1fddcd277f78edeb1f9c2d675c1c53403c1f230593a8bd2c71
 DIST rails-6.0.5.1.tgz 18607954 BLAKE2B 
74f75399a287f1eae199a5764c952b75dd95a02c88899ade69d60acae00a7588b2f3a8ab3b9d2c9224d62f87305c596e16b196a5c32b19731d4415f17a29d38e
 SHA512 
a65c3fab39eadba75e0107486c82a4da212e612ddb2350f77bb00ad887e0b52980edba08d42c02801c4e4fd71d750de3dbd78c820ef050016867737dccc06b36
 DIST rails-6.0.6.1.tgz 18608328 BLAKE2B 
10e6cb2d23acb75c95c25e2e6cc62de05c9c89f249c6cb9abffdd3a6ed83eb1dca996e6ef56a92cf773f8f9373ad947690015fb7966ddc599c995cea1121
 SHA512 
6873354fe2f8b9bf8bc12c7e6affda4300c158ee825f996eea6032a70f9532009d8f626d2736af22a452c8a3b331d1252ff19666e021150bfae2a8d575890c27
 DIST rails-6.1.6.1.tgz 11028264 BLAKE2B 
568033eb816613ba0ba5f2df38e6a30158b2e31ef4d4da151f8c0de2934b07736833026793ce9192994d9ef2a2a45b67735a35760c1be8b8a68c1968147cc6db
 SHA512 
04acf9dbf5ee734636aada67be001690899eb13f73ea688455fcaee8cbf4839aedf06943c8adb5eecf13fd9a5f6be1a225310aa481d3a254172fd0ce0402362f

diff --git a/dev-ruby/activerecord/activerecord-5.2.8.1.ebuild 
b/dev-ruby/activerecord/activerecord-5.2.8.1.ebuild
deleted file mode 100644
index e1c1691329d2..
--- a/dev-ruby/activerecord/activerecord-5.2.8.1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27"
-
-# this is not null so that the dependencies will actually be filled
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
-HOMEPAGE="https://github.com/rails/rails/;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="mysql postgres sqlite"
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}
-   ~dev-ruby/activemodel-${PV}
-   dev-ruby/arel:9.0
-   sqlite? ( >=dev-ruby/sqlite3-1.3.6 )
-   mysql? ( dev-ruby/mysql2:0.5 )
-   postgres? ( >=dev-ruby/pg-0.18.0:* )"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/bundler
-   ~dev-ruby/actionpack-${PV}
-   ~dev-ruby/actionmailer-${PV}
-   >=dev-ruby/sqlite3-1.3.6
-   dev-ruby/mocha
-3.4/>= 3.4/' 
../railties/railties.gemspec || die
-   sed -e '/bcrypt/ s/3.0.0/3.0/' \
-   -i ../Gemfile || die
-
-   # Add back json in the Gemfile because we dropped some dependencies
-   # earlier that implicitly required it.
-   sed -i -e '$agem "json"' \
-   ../Gemfile || die
-
-   sed -e '3i gem "activesupport", "~> 5.2.0"' \
-   -e '3i gem "activerecord", "~> 5.2.0"' \
-   -e '3i gem "activemodel", "~> 5.2.0"' \
-   -e '3i gem "psych", "~> 3.0"' \
-   -i test/cases/helper.rb || die
-
-   # Avoid test depending on mysql adapter which we don't support for
-   # this Rails version to simplify our dependencies.
-   rm test/cases/connection_specification/resolver_test.rb || die
-
-   # Avoid single test using mysql dependencies.
-   rm test/cases/invalid_connection_test.rb || die
-
-   # Avoid failing test that makes bad assumptions on database state.
-   #sed -i -e '/test_do_not_call_callbacks_for_delete_all/,/^  end/ 
s:^:#:' \
-   #   test/cases/associations/has_many_associations_test.rb
-
-   # Avoid test failing to bind limit length in favor of security release
-   sed -i -e '/test_too_many_binds/askip "Fails on Gentoo"' 
test/cases/bind_parameter_test.rb || die
-
-   # Avoid test failures due to sqlite explain changes
-   rm -f test/cases/adapters/sqlite3/explain_test.rb || die
-
-   

[gentoo-commits] repo/gentoo:master commit in: www-apps/redmine/

2023-03-12 Thread Hans de Graaff
commit: 9301669504edcdbf8920f3cb02f7255dae383cbe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 12 16:06:46 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 12 16:15:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93016695

www-apps/redmine: drop 4.2.9

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

 www-apps/redmine/Manifest |   1 -
 www-apps/redmine/redmine-4.2.9.ebuild | 240 --
 2 files changed, 241 deletions(-)

diff --git a/www-apps/redmine/Manifest b/www-apps/redmine/Manifest
index bf9b294f12be..695c2c248356 100644
--- a/www-apps/redmine/Manifest
+++ b/www-apps/redmine/Manifest
@@ -1,2 +1 @@
-DIST redmine-4.2.9.tar.gz 3043566 BLAKE2B 
682e1b517a1dba705d5687b8be004d1cc0db3a0a9d8cbecd6a72846e211743491d755da3a24488d563fa73f63969e0ae5ea527bb9aacc8b3399720848194d142
 SHA512 
b0c6cade20dbcb4dd5c88081fb44f63dc3687b3735d47572e71bfeff0e17d2e4c9281afc10cf3b9679ab1e492a71a260a1d3fac5b660af5226849ccac4e0dd36
 DIST redmine-5.0.4.tar.gz 3114593 BLAKE2B 
2a8247f18696d23607011f1c7d59c5411aead8230e8e7b30c7778a2aaa3064c4bf05b33bac6a3d78cb22775f015bfe7a15cb69e529c60a087d9498164d84
 SHA512 
e1c0693ae1d4c71de7bef8d78b42e2d81cd53a2bd0bdfa83778528f40b5d43bb118e8e22f29112130f3082ddafd0c8931b05d5409e7a3f8a23dc619c5d84cf78

diff --git a/www-apps/redmine/redmine-4.2.9.ebuild 
b/www-apps/redmine/redmine-4.2.9.ebuild
deleted file mode 100644
index 48dd0847e369..
--- a/www-apps/redmine/redmine-4.2.9.ebuild
+++ /dev/null
@@ -1,240 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby26 ruby27"
-inherit depend.apache ruby-ng
-
-DESCRIPTION="Flexible project management web application using the Ruby on 
Rails framework"
-HOMEPAGE="https://www.redmine.org/;
-SRC_URI="https://www.redmine.org/releases/${P}.tar.gz;
-
-KEYWORDS="~amd64"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="fastcgi imagemagick ldap markdown +minimagick mysql passenger pdf 
postgres sqlite"
-
-ruby_add_bdepend "
-   fastcgi? ( dev-ruby/fcgi )
-   ldap? ( dev-ruby/ruby-net-ldap )
-   minimagick? ( dev-ruby/mini_magick )
-   markdown? ( >=dev-ruby/redcarpet-3.5.1 )
-   mysql? ( >=dev-ruby/mysql2-0.5.0:0.5 )
-   passenger? ( www-apache/passenger )
-   postgres? ( >=dev-ruby/pg-1.1.4:1 )
-   sqlite? ( >=dev-ruby/sqlite3-1.4.0 )
-   dev-ruby/actionpack-xml_parser:2
-   dev-ruby/addressable
-   dev-ruby/csv:3
-   >=dev-ruby/i18n-1.8.2:1
-   >=dev-ruby/mail-2.7.1
-   dev-ruby/marcel
-   dev-ruby/mimemagic
-   >=dev-ruby/mini_mime-1.0.1
-   >=dev-ruby/nokogiri-1.11.1
-   dev-ruby/rack-openid
-   >=dev-ruby/rails-5.2.8.1:5.2
-   >=dev-ruby/rbpdf-1.20.0
-   >=dev-ruby/request_store-1.5.0:0
-   >=dev-ruby/roadie-rails-2.2.0:2
-   dev-ruby/rotp
-   >=dev-ruby/rouge-3.26.0
-   dev-ruby/rqrcode
-   >=dev-ruby/ruby-openid-2.9.2
-   >=dev-ruby/rubyzip-2.3.0:2
-"
-
-RDEPEND="
-   acct-group/redmine
-   acct-user/redmine
-   imagemagick? ( media-gfx/imagemagick )
-   pdf? (
-   app-text/ghostscript-gpl
-   media-gfx/imagemagick
-   )
-"
-
-REDMINE_DIR="/var/lib/${PN}"
-
-all_ruby_prepare() {
-   rm -fr log files/delete.me .github || die
-
-   # bug #406605
-   rm .{git,hg}ignore || die
-
-   # newenvd not working here
-   cat > "${T}/50${PN}" <<-EOF || die
-   CONFIG_PROTECT="${EROOT}/${REDMINE_DIR}/config"
-   CONFIG_PROTECT_MASK="${EROOT}/${REDMINE_DIR}/config/locales 
${EROOT}/${REDMINE_DIR}/config/settings.yml"
-   EOF
-
-   # Fixing versions in Gemfile
-   sed -i -e "s/~>/>=/g" Gemfile || die
-
-   # bug #724464
-   sed -i -e "s/gem 'rails',.*/gem 'rails', '~>5.2.6'/" Gemfile || die
-
-   sed -i -e "/group :development do/,/end$/d" Gemfile || die
-   sed -i -e "/group :test do/,/end$/d" Gemfile || die
-
-   if ! use imagemagick ; then
-   sed -i -e "/group :minimagick do/,/end$/d" Gemfile || die
-   fi
-   if ! use ldap ; then
-   # remove ldap stuff module if disabled to avoid #413779
-   use ldap || rm app/models/auth_source_ldap.rb || die
-   sed -i -e "/group :ldap do/,/end$/d" Gemfile || die
-   fi
-   if ! use markdown ; then
-   sed -i -e "/group :markdown do/,/end$/d" Gemfile || die
-   fi
-   # Additional dependency for Gemfile (#657156)
-   if use fastcgi; then
-   echo "gem 'fcgi'" > Gemfile.local
-   fi
-}
-
-all_ruby_install() {
-   dodoc doc/* README.rdoc
-   rm -r doc test appveyor.yml CONTRIBUTING.md README.rdoc || die
-
-   keepdir /var/log/${PN}
-
-   insinto "${REDMINE_DIR}"
-   doins -r .
-   insinto "${REDMINE_DIR}/config"
-   doins "${FILESDIR}/additional_environment.rb"
-   keepdir 

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

2023-03-12 Thread Hans de Graaff
commit: c44ca9c040a89f2d3854b480cd080d142bf7194f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 12 16:14:12 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 12 16:15:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c44ca9c0

dev-ruby/activesupport: drop 5.2.8.1

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

 dev-ruby/activesupport/Manifest|  1 -
 .../activesupport/activesupport-5.2.8.1.ebuild | 75 --
 2 files changed, 76 deletions(-)

diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
index 5de43f1e6f65..fb3ed3825b28 100644
--- a/dev-ruby/activesupport/Manifest
+++ b/dev-ruby/activesupport/Manifest
@@ -1,4 +1,3 @@
-DIST rails-5.2.8.1.tgz 8848345 BLAKE2B 
6786359e6c519e98079dc6f87a1ad23a69e7b65d2e688e9f09bd446012a18e76173d2997c125dd0260ece78114be9462d8c3dfb3464c6428734377f793828a9f
 SHA512 
05e3bd1fb50c87ba31d47d99748b2edafa2e58dbf4e0c4ee991b7c65e68abbbc794d8f385836fa1fddcd277f78edeb1f9c2d675c1c53403c1f230593a8bd2c71
 DIST rails-6.0.5.1.tgz 18607954 BLAKE2B 
74f75399a287f1eae199a5764c952b75dd95a02c88899ade69d60acae00a7588b2f3a8ab3b9d2c9224d62f87305c596e16b196a5c32b19731d4415f17a29d38e
 SHA512 
a65c3fab39eadba75e0107486c82a4da212e612ddb2350f77bb00ad887e0b52980edba08d42c02801c4e4fd71d750de3dbd78c820ef050016867737dccc06b36
 DIST rails-6.0.6.1.tgz 18608328 BLAKE2B 
10e6cb2d23acb75c95c25e2e6cc62de05c9c89f249c6cb9abffdd3a6ed83eb1dca996e6ef56a92cf773f8f9373ad947690015fb7966ddc599c995cea1121
 SHA512 
6873354fe2f8b9bf8bc12c7e6affda4300c158ee825f996eea6032a70f9532009d8f626d2736af22a452c8a3b331d1252ff19666e021150bfae2a8d575890c27
 DIST rails-6.1.6.1.tgz 11028264 BLAKE2B 
568033eb816613ba0ba5f2df38e6a30158b2e31ef4d4da151f8c0de2934b07736833026793ce9192994d9ef2a2a45b67735a35760c1be8b8a68c1968147cc6db
 SHA512 
04acf9dbf5ee734636aada67be001690899eb13f73ea688455fcaee8cbf4839aedf06943c8adb5eecf13fd9a5f6be1a225310aa481d3a254172fd0ce0402362f

diff --git a/dev-ruby/activesupport/activesupport-5.2.8.1.ebuild 
b/dev-ruby/activesupport/activesupport-5.2.8.1.ebuild
deleted file mode 100644
index 6310571d761b..
--- a/dev-ruby/activesupport/activesupport-5.2.8.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Utility Classes and Extension to the Standard Library"
-HOMEPAGE="https://github.com/rails/rails;
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   >=dev-ruby/concurrent-ruby-1.0.2:1
-   dev-ruby/i18n:1
-   >=dev-ruby/tzinfo-1.1:1
-   >=dev-ruby/minitest-5.1:5"
-
-# memcache-client, nokogiri, and builder are not strictly
-# needed, but there are tests using this code.
-ruby_add_bdepend "test? (
-   >=dev-ruby/dalli-2.2.1
-   >=dev-ruby/nokogiri-1.4.5
-   >=dev-ruby/builder-3.1.0
-   >=dev-ruby/listen-3.0.5:3
-   dev-ruby/rack
-   dev-ruby/mocha
-1.1"; gem "psych", "~> 3.0"' 
test/abstract_unit.rb || die
-
-   # Avoid test that depends on timezone
-   sed -i -e '/test_implicit_coercion/,/^  end/ s:^:#:' 
test/core_ext/duration_test.rb || die
-
-   # Avoid tests that seem to trigger race conditions.
-   rm -f test/evented_file_update_checker_test.rb || die
-
-   # Avoid test that generates filename that is too long
-   sed -i -e '/test_filename_max_size/askip "gentoo"' 
test/cache/stores/file_store_test.rb || die
-
-   # Avoid tests requiring a live redis running
-   rm -f test/cache/stores/redis_cache_store_test.rb || die
-   sed -i -e '/cache_stores:redis/ s:^:#:' Rakefile || die
-}



  1   2   3   >