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

2022-12-09 Thread Viorel Munteanu
commit: 3c50f669432bad09c6c469d78f6d6889853a8010
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Dec 10 07:55:23 2022 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat Dec 10 07:55:23 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c50f669

net-p2p/p2pool: don't strip files by default

Closes: https://bugs.gentoo.org/884447
Signed-off-by: Viorel Munteanu  gentoo.org>

 net-p2p/p2pool/p2pool-2.6-r1.ebuild | 9 +
 net-p2p/p2pool/p2pool-.ebuild   | 9 +
 2 files changed, 18 insertions(+)

diff --git a/net-p2p/p2pool/p2pool-2.6-r1.ebuild 
b/net-p2p/p2pool/p2pool-2.6-r1.ebuild
index 14d4871b6..5b1d81a5e 100644
--- a/net-p2p/p2pool/p2pool-2.6-r1.ebuild
+++ b/net-p2p/p2pool/p2pool-2.6-r1.ebuild
@@ -66,6 +66,15 @@ src_unpack() {
"${WORKDIR}"/${P}/external/src/robin-hood-hashing || die
 }
 
+src_prepare() {
+   default
+
+   # 884447: remove -s from OPTIMIZATION_FLAGS
+   sed -i 's/-s\>//' cmake/flags.cmake || die
+
+   cmake_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
-DWITH_RANDOMX=OFF

diff --git a/net-p2p/p2pool/p2pool-.ebuild 
b/net-p2p/p2pool/p2pool-.ebuild
index 6f873b900..d0ce00169 100644
--- a/net-p2p/p2pool/p2pool-.ebuild
+++ b/net-p2p/p2pool/p2pool-.ebuild
@@ -19,6 +19,15 @@ DEPEND="
net-libs/czmq
 "
 
+src_prepare() {
+   default
+
+   # 884447: remove -s from OPTIMIZATION_FLAGS
+   sed -i 's/-s\>//' cmake/flags.cmake || die
+
+   cmake_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
-DWITH_RANDOMX=OFF



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

2022-12-09 Thread Arthur Zamarin
commit: 22ba22236768cc31f53ce8aa5d8dfa814e273445
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 10 06:55:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 10 06:55:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ba2223

dev-python/snakeoil: add 0.10.4

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

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

diff --git a/dev-python/snakeoil/Manifest b/dev-python/snakeoil/Manifest
index 1dfdbe44ad4e..9d747ca13122 100644
--- a/dev-python/snakeoil/Manifest
+++ b/dev-python/snakeoil/Manifest
@@ -1,3 +1,4 @@
 DIST snakeoil-0.10.1.tar.gz 176054 BLAKE2B 
bd056911c993d274d6c0c79ee4660629d8a6b8c276835a1b29bea16f977907b76a5edebe142b168b282fce3baa9c97b465233d91f5a279fba26a2c04aec0c784
 SHA512 
9e16652663dab1bd88f620a4fb80ca6602a181d4738a34bef89116f962a2035988cf9fb036b6a12de39b05a5251ade0e933b1df63c020b900338a89169619397
 DIST snakeoil-0.10.2.tar.gz 178557 BLAKE2B 
2bdbb99cb6c9aab3f491895d4f4f51b47484a36cb97b3e41240b7b72b9918c0a85b9ad0f8cf977e5f9a2b618f1ca50535d5c7290626807dd78d1ab2fa0b9c24e
 SHA512 
9b0e124faef00840e0a21ff8b1632bdfb15b5c03c7305e65cc7b709e57a55060c65094d6c978ec1b3f6677e6bf0f22aba6036eb7d1c434a32f64242c1a008f33
 DIST snakeoil-0.10.3.tar.gz 179090 BLAKE2B 
5b819da874b93531ebe615e15fda08bcafcf077c6f1926ea6eab68aa7df64c12de1ebf592b4c299802c92e1941f3fbb99ad812f659d2b691532e4206451cfe94
 SHA512 
e82427960d98c1856215ee1a48836f9835483d468cccec97f3e892277cada67359ea62f00538ee573e4a6d14991a8dcce2a42e4689ff6f96abf56b29ca8f9fc6
+DIST snakeoil-0.10.4.tar.gz 181814 BLAKE2B 
953432469bc588623f154103ba8e698073a39222e5a6d6496759067ee269e587bec86ae96ba7665e75c83936f2f78e9bec1fa51c4e9f98a3ff1b1e72d75f1fcb
 SHA512 
815707f13fbf0ae17b5e2188a9357df66d2564e5f8c5dc0ed7e8d07e2eea21cd15d79b8fc44b4072ef4524446d27d6742f6f95a650c327103e656c4b6b78e72f

diff --git a/dev-python/snakeoil/snakeoil-0.10.4.ebuild 
b/dev-python/snakeoil/snakeoil-0.10.4.ebuild
new file mode 100644
index ..50e5f7ee3893
--- /dev/null
+++ b/dev-python/snakeoil/snakeoil-0.10.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+inherit distutils-r1
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git;
+   inherit git-r3
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+fi
+
+DESCRIPTION="misc common functionality and useful optimizations"
+HOMEPAGE="https://github.com/pkgcore/snakeoil;
+
+LICENSE="BSD BSD-2 MIT"
+SLOT="0"
+
+RDEPEND="
+   dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/flit_core-3.8[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2022-12-09 Thread Michał Górny
commit: ff6f56f0a92902e63e5597c3d6c128cbd208c4a1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 06:52:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 06:52:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6f56f0

dev-python/tox: Remove old

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

 dev-python/tox/Manifest |  3 --
 dev-python/tox/tox-4.0.0_rc1.ebuild | 67 -
 dev-python/tox/tox-4.0.0_rc3.ebuild | 77 --
 dev-python/tox/tox-4.0.0_rc4.ebuild | 84 -
 4 files changed, 231 deletions(-)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index e3db76b682b9..31326e2fcc0e 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,5 +1,2 @@
 DIST tox-3.27.1.gh.tar.gz 309006 BLAKE2B 
fa8aaa9cd5b03e54c166bb6b748290420b91498b26d2d124d9f88a64806b9ac0578c1886845b25aa024907f6a782c45609fa6c7657d9e1f538b59c2d9f0f4e14
 SHA512 
5f568bc6c53f871aae91928681dd6f2419b876a8e6ca925e65abae845b548ee3d00513741882875bbbacb78bf64935228d98213f940d3da8c3f788b73f177b79
-DIST tox-4.0.0rc1.gh.tar.gz 273212 BLAKE2B 
c9123aa23185655c32ebac36adf24ba8cfc57e8a94c011657acff6a5ce5bede8b14218a21a8cae099fdc2af938343336bea7fed802f8f73bc7769cd17b52d918
 SHA512 
6619fad1a080a095b827968972dd0d854ca5b48b81ef6548d8c39accc30c0279f9e0cc4208b148920e51fe304328dbdf4f4a8c4554b32398baf243484bba338d
-DIST tox-4.0.0rc3.gh.tar.gz 274520 BLAKE2B 
374db4d553f2fa5188fa911058f5bca8230a88f88607d0d633801e504e4a55db29942cc359bc825d94cf2004c357cc32ec1550a83bdd03df23b2e068d787de70
 SHA512 
0f8ba364d0bcf25eff241361a567863f70bd9443724ebdef04b94d91ecc8b1e7b34804a0d47b7d78fd391962fda0409ce1ab95b45dc6ba2d4738a474a814c0af
-DIST tox-4.0.0rc4.gh.tar.gz 274617 BLAKE2B 
7b9c6cf3c556f90952963a124678c634b11802b0a79f1a576589a0ccc388bcb2b7af9f1dccb65a215645fab426a6e648ebc856b7648a257ae362b720eaa7c6da
 SHA512 
28de8d308a90b42c3ee20f2e6627396c1baea698aad38ec366912f8a617821f48f9a8b2246f112cc637b77f451277ccc70546bdf44d240da1d534186daa33c41
 DIST tox-4.0.5.gh.tar.gz 277741 BLAKE2B 
19250ec4365a38a149c59de99ebd3b819cc4aba7721c076cc6700a17eb56b7c4b61d5c3b11046dc6857d082f1c04e98c6a78b8c768551468bca5a6810c4b7749
 SHA512 
7bc6f5479df577b66a7e43b61520995d1d31d056baf5b6297d9dc6acb19da58ed1f7d0db13930ab114417f0ad752799ac512765af18041ec800022b18676db20

diff --git a/dev-python/tox/tox-4.0.0_rc1.ebuild 
b/dev-python/tox/tox-4.0.0_rc1.ebuild
deleted file mode 100644
index 80a5a3f20af3..
--- a/dev-python/tox/tox-4.0.0_rc1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=${P/_}
-DESCRIPTION="virtualenv-based automation of test activities"
-HOMEPAGE="
-   https://tox.readthedocs.io/
-   https://github.com/tox-dev/tox/
-   https://pypi.org/project/tox/
-"
-SRC_URI="
-   https://github.com/tox-dev/tox/archive/${PV/_}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/cachetools-5.2[${PYTHON_USEDEP}]
-   >=dev-python/chardet-5[${PYTHON_USEDEP}]
-   >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.5.4[${PYTHON_USEDEP}]
-   >=dev-python/pluggy-1[${PYTHON_USEDEP}]
-   >=dev-python/pyproject-api-1.1.2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10)
-   >=dev-python/virtualenv-20.16.7[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-   test? (
-   dev-python/build[${PYTHON_USEDEP}]
-   >=dev-python/distlib-0.3.6[${PYTHON_USEDEP}]
-   >=dev-python/filelock-3.8[${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[${PYTHON_USEDEP}]
-   >=dev-python/re-assert-1.1[${PYTHON_USEDEP}]
-   >=dev-python/time-machine-2.8.2[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Internet
-   
tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py::test_build_wheel_external
-   )
-
-   epytest
-}

diff --git a/dev-python/tox/tox-4.0.0_rc3.ebuild 
b/dev-python/tox/tox-4.0.0_rc3.ebuild
deleted file mode 100644
index 2f7f84091c61..
--- a/dev-python/tox/tox-4.0.0_rc3.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms 

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

2022-12-09 Thread Michał Górny
commit: 073c6a7b8816d27cb52949891e0dbeeab08d18b6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 06:44:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 06:44:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073c6a7b

dev-python/tox: Bump to 4.0.5

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

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

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 942b2787fc39..e3db76b682b9 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -2,3 +2,4 @@ DIST tox-3.27.1.gh.tar.gz 309006 BLAKE2B 
fa8aaa9cd5b03e54c166bb6b748290420b91498
 DIST tox-4.0.0rc1.gh.tar.gz 273212 BLAKE2B 
c9123aa23185655c32ebac36adf24ba8cfc57e8a94c011657acff6a5ce5bede8b14218a21a8cae099fdc2af938343336bea7fed802f8f73bc7769cd17b52d918
 SHA512 
6619fad1a080a095b827968972dd0d854ca5b48b81ef6548d8c39accc30c0279f9e0cc4208b148920e51fe304328dbdf4f4a8c4554b32398baf243484bba338d
 DIST tox-4.0.0rc3.gh.tar.gz 274520 BLAKE2B 
374db4d553f2fa5188fa911058f5bca8230a88f88607d0d633801e504e4a55db29942cc359bc825d94cf2004c357cc32ec1550a83bdd03df23b2e068d787de70
 SHA512 
0f8ba364d0bcf25eff241361a567863f70bd9443724ebdef04b94d91ecc8b1e7b34804a0d47b7d78fd391962fda0409ce1ab95b45dc6ba2d4738a474a814c0af
 DIST tox-4.0.0rc4.gh.tar.gz 274617 BLAKE2B 
7b9c6cf3c556f90952963a124678c634b11802b0a79f1a576589a0ccc388bcb2b7af9f1dccb65a215645fab426a6e648ebc856b7648a257ae362b720eaa7c6da
 SHA512 
28de8d308a90b42c3ee20f2e6627396c1baea698aad38ec366912f8a617821f48f9a8b2246f112cc637b77f451277ccc70546bdf44d240da1d534186daa33c41
+DIST tox-4.0.5.gh.tar.gz 277741 BLAKE2B 
19250ec4365a38a149c59de99ebd3b819cc4aba7721c076cc6700a17eb56b7c4b61d5c3b11046dc6857d082f1c04e98c6a78b8c768551468bca5a6810c4b7749
 SHA512 
7bc6f5479df577b66a7e43b61520995d1d31d056baf5b6297d9dc6acb19da58ed1f7d0db13930ab114417f0ad752799ac512765af18041ec800022b18676db20

diff --git a/dev-python/tox/tox-4.0.5.ebuild b/dev-python/tox/tox-4.0.5.ebuild
new file mode 100644
index ..ed83ca51ba13
--- /dev/null
+++ b/dev-python/tox/tox-4.0.5.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+MY_P=${P/_}
+DESCRIPTION="virtualenv-based automation of test activities"
+HOMEPAGE="
+   https://tox.readthedocs.io/
+   https://github.com/tox-dev/tox/
+   https://pypi.org/project/tox/
+"
+SRC_URI="
+   https://github.com/tox-dev/tox/archive/${PV/_}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/cachetools-5.2[${PYTHON_USEDEP}]
+   >=dev-python/chardet-5.1[${PYTHON_USEDEP}]
+   >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.8.2[${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.2.1[${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.2.1[${PYTHON_USEDEP}]
+   test? (
+   dev-python/build[${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.8.2[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+src_prepare() {
+   # the minimal bounds in tox are entirely meaningless and new packaging
+   # breaks setuptools
+   sed -i -e '/packaging/s:>=22::' pyproject.toml || 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
+   )
+   if ! 

[gentoo-commits] repo/proj/guru:dev commit in: media-libs/amdvlk/

2022-12-09 Thread Denis Reva
commit: c0c680d324fea62c1dae0774d24c322bcfc3057e
Author: Denis Reva  gmail  com>
AuthorDate: Sat Dec 10 06:47:48 2022 +
Commit: Denis Reva  gmail  com>
CommitDate: Sat Dec 10 06:48:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0c680d3

media-libs/amdvlk: Updated amdvlk to 2022.4.3, added use flag for raytracing 
support, updated metadata.xml

Bug: https://bugs.gentoo.org/665590
Closes: https://bugs.gentoo.org/860165
Signed-off-by: Denis Reva  gmail.com>

 media-libs/amdvlk/Manifest   |   5 ++
 media-libs/amdvlk/amdvlk-2022.4.3.ebuild | 124 +++
 media-libs/amdvlk/metadata.xml   |   8 +-
 3 files changed, 136 insertions(+), 1 deletion(-)

diff --git a/media-libs/amdvlk/Manifest b/media-libs/amdvlk/Manifest
index 0e8875ec9..184cc26ae 100644
--- a/media-libs/amdvlk/Manifest
+++ b/media-libs/amdvlk/Manifest
@@ -1,7 +1,12 @@
 DIST amdvlk-CWPack-4f8cf0584442a91d829d269158567d7ed926f026.tar.gz 39633 
BLAKE2B 
d5b2a88f0d563eef5beb42a8304cf6cdd825e75242c22acc360c5bb9cbd1d02a4f891b6b2f3a4803e1e6b48a4d176aad40f8bdeca92847f2fbf53674dedeaff3
 SHA512 
06d56baaba1f1224a5266f4a63c1abf70edba7cc16cc4e62f2f5b1ec94fc2c1cfc4c6f11a9c6ef42c23b29be8d07921caad5e919357c0bd82cf714783eee0bcc
 DIST amdvlk-MetroHash-18893fb28601bb9af1154cd1a671a121fff6d8d3.tar.gz 11729 
BLAKE2B 
b0e3de885e50c317141d62c885b421c7fd2e1ac783733704342bbed3109bff36a9209ab276f534a2231531483539221bbb1014bd39528a91124161bafc5646eb
 SHA512 
8f12f95e80d594c8bd87a852c67a2d6777ce89d1a13e1a87ee17bbb876a0702c14ffe7a7fd65a244620f2043ad5d22ae8eb863d69f1dc5494d985733bbfb7bf9
+DIST amdvlk-gpurt-385af58e0f1bbe2b4da5e0774c423f39fdaf3067.tar.gz 293102 
BLAKE2B 
3e62f7daac1bc412f5415cd43f3f23f1b32de165b074c21437a7c02dcb7e3b4172d333e2f8d6bf0b5a43d882d030af084aab6e8ab3c1391c355241597c9b0b33
 SHA512 
5d4b3ed4150673650dbfd781fef15d81afafd2227231badfadb2ba396b10213d9196add5c0a7bba45c275d1a9a3312e55310d177dbe8587f8378db6d998e531c
 DIST amdvlk-gpurt-889dd8db7228814a530f0a897ae1ce35543f4662.tar.gz 293078 
BLAKE2B 
18efc22b0467bd8756e7746169ebd7e7816821c89fe33a04a7d495101fcea136ab6d379d037741f353a5707d4c5f9e2a80a589a009882d380234b23d767cd089
 SHA512 
ed49a3c88d8e8d91f8e2d733d060a4999051b4fc79ec3b5224c88de32f586e913ea76a48c9fe09acdbacb5be933ab0bac07c321034b0a5703605379b85e11e74
+DIST amdvlk-llpc-6c817737b6545906db56da44c12f39b6470d8903.tar.gz 2497312 
BLAKE2B 
9d10a2d08bc02603d56708e25ad254bb166404cfa6e141c6c649b67fbd45f088d9b571a7395fc878c87c0defa9cc76dbf40048c72d84479a275a3ad5b9f13339
 SHA512 
fe8d6164f13bc63278afceefea10c54132834407e2da1f08264fd25eba876a48ff2d8c269413330db9522d717caefe0a7ee03f0188fa2ac50edfcdbdf9c40c01
 DIST amdvlk-llpc-83e59f978821ce09390b25838b6684fc11b04774.tar.gz 2489526 
BLAKE2B 
b9f595245a43cee0499c5dc49abb1071844c9f018b6bd7073fda7942c3ba876eb5c37e130118de95a9acff83064f75db6f39d238e439e75ca5611990b5de0ae1
 SHA512 
45857a3bf658a98675c81ca29061dd77736e44660a643438aca71e1752104a8c318cb0c96152d9203e740e62278ad74b3e084117f2a7ddc65e43278470e59ffc
 DIST amdvlk-llvm-project-3c87d1ffe0dbaa60927d428afe3a4a2b3352c31b.tar.gz 
167640231 BLAKE2B 
15199760d50db4af5925f47ffdd4cb13b891cd76becd81dd96d0dbbb5785176ea7d272d12949d9446eccf1dc774150af04379586931e2b9b4faa1d6743cb265f
 SHA512 
bd790236238fd068a7e7d438803ab307df34297f6aeff10c07dde43c6f51e582a92f0f084531f8f5c16e8cc52927ec67e8349eebf836e8cf295a22430aaf46a3
+DIST amdvlk-llvm-project-42a4d92d3c68995d04f1ed580613d162054f5795.tar.gz 
167651563 BLAKE2B 
4cfd4932dc15b4e0c8cf3b70403498c6fe77928a4a38d6d806f58d2399214eff4cef20ddd99c3f98675ffb02ec87e6931bfe05aa7d983fda2f4b6d2146d503ac
 SHA512 
5372052bfe99a5b9f6b4d3c90d50912c90a4336361ff26c0b86cd0d1584e162e1fd9b3402bc65d6be6ab53290450dec0e6a051505d323e6b236640721d271dbe
 DIST amdvlk-pal-0f44ced5384c66d77df3dca1116c7daf7ccfdae5.tar.gz 11305484 
BLAKE2B 
774310e4b5d839ec1415340377c45b31fc60fde56250e9a2097ef0bbf1940a59b901a692215e28a7200cefa80b075b2e11882fe21b550f1e3edfebad203c28d3
 SHA512 
f96b79f3be4e5d0b82be7a37bfe546a2db466a92e9eb59053582b3b12a846fe737cd6e01a4d4725ef016611d850cb70b81fb478343b6d7b49832091f10f1e2b1
+DIST amdvlk-pal-4a23f7ca61e25c06fda9d9e3630da54182ca1ff3.tar.gz 11333128 
BLAKE2B 
86f747765430b8fbee5085a92a4fdceab3de0181c7cedf45f5e2c461cbd6a09d2592b2a2a2d08ad271bffeb3edbdf60223813dd60188c9cf4c9a19759dd39ae7
 SHA512 
cb62cd476f75a5fa5ca08379eb5fa4bd71014f14bf93c01f06d5226c6f3d96c9d19df61f61e852c00d5cf3b2b69bd21d7588690bdc10296a752feb00a733c695
 DIST amdvlk-xgl-0387177d6143533c88ff0d5ac045bf3994ee618b.tar.gz 1216290 
BLAKE2B 
30d0914538562ca923216a14be2b54f6d065c0a9f03bdaa11e163bf8c0e3499fdff79aaf6e0495e9d0dd12af526627447781259694e93cf4dab2712b0e1be623
 SHA512 
6531d1649a09d4f59ce70e8f0f7f9075585c86e5a0053038c6e11c6d9df77ec1dbc2ec12c67dd4e250911faf6d1701f30665c96b18b56bd247f2381c82991550
+DIST amdvlk-xgl-b358df5460810b00d0cc779e4d000e4a901d2047.tar.gz 1227551 
BLAKE2B 

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

2022-12-09 Thread Michał Górny
commit: 6c62e0a2f566290c822df990d92b4ce6e79e05e6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 06:06:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 06:06:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c62e0a2

dev-python/starlette: Bump to 0.23.1

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

 dev-python/starlette/Manifest|  1 +
 dev-python/starlette/starlette-0.23.1.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/dev-python/starlette/Manifest b/dev-python/starlette/Manifest
index eb0dc7a73fd9..7823dcb70705 100644
--- a/dev-python/starlette/Manifest
+++ b/dev-python/starlette/Manifest
@@ -1,2 +1,3 @@
 DIST starlette-0.21.0.gh.tar.gz 2830353 BLAKE2B 
7ff818d4687757ec8699dcd0e2582af78211787b7a0f2110da045eb4f7a8760262cf144b0af7dc9f72140b5dae1e65f7a4207ee3b165db4091c5139ce0bfcc85
 SHA512 
c246862604ba807141313857321d898d996eaa771ccb197546d0928a75cbb69f0e485fe90d2c817e70323146077c487436516384e1401d815c59c0ac75845e2b
 DIST starlette-0.23.0.gh.tar.gz 2830816 BLAKE2B 
38886ef2e586965650a84b091928169b6164bb6931b5ce3289a5f3e38897de9be088ff02432d86176de7006783bf328a3b56659c45a42766e578adfb8c2ddb15
 SHA512 
fe13ab9a3efafac9a5a44b3471b0e0a02b6012d5336d411d169fb9521ceb23e181a39bda91ed31cd4084628029f7264f277c86a47108ae249bb22b9d9a3c68a5
+DIST starlette-0.23.1.gh.tar.gz 2830865 BLAKE2B 
b1eaf59421d413179ad294b240babb9b1beabbf10d8364187eb406a3b87a1412b3959b90f44ac1bbada7858c3ffc90560208bc433ca5aaf835dda1766282fe65
 SHA512 
9af4ab2b2e3af4e7acd2e93a9a4b4f4c8c3b56ba971f7a8faf65308d76a4f30b8ab0ab263535480af614a5082420cafb3d939c7477472710cce9241bd947139b

diff --git a/dev-python/starlette/starlette-0.23.1.ebuild 
b/dev-python/starlette/starlette-0.23.1.ebuild
new file mode 100644
index ..ca1a5dd0fabe
--- /dev/null
+++ b/dev-python/starlette/starlette-0.23.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="The little ASGI framework that shines"
+HOMEPAGE="
+   https://www.starlette.io/
+   https://github.com/encode/starlette/
+   https://pypi.org/project/starlette/
+"
+SRC_URI="
+   https://github.com/encode/starlette/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   =dev-python/anyio-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/httpx-0.22.0[${PYTHON_USEDEP}]
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/python-multipart[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-3.10.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+BDEPEND="
+   test? (
+   dev-python/trio[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_IGNORE=(
+   # Unpackaged 'databases' dependency
+   tests/test_database.py
+)
+
+distutils_enable_tests pytest



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

2022-12-09 Thread Michał Górny
commit: cf7ca17afb77950bf11213b94eeabd726715fe6e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 06:06:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 06:06:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7ca17a

dev-python/line_profiler: Bump to 4.0.2

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

 dev-python/line_profiler/Manifest  |  1 +
 .../line_profiler/line_profiler-4.0.2.ebuild   | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/line_profiler/Manifest 
b/dev-python/line_profiler/Manifest
index 9241f90555b7..5a10048fcd1d 100644
--- a/dev-python/line_profiler/Manifest
+++ b/dev-python/line_profiler/Manifest
@@ -1,2 +1,3 @@
 DIST line_profiler-4.0.0.gh.tar.gz 62856 BLAKE2B 
7beb4b63c016d180d1e7e39b0461759593d3ba3ad1c5150b3623890ece3a69ebb65d48f59e8dc3865a19565ab46f2dc8a2a86698abe890d9bd857e1080cbb557
 SHA512 
d10b9470c686da863c340da7d4af8b6c6b6cb715486a00af1e1d79686c26909b289b8400a4d526520ade6fbbcd58e868a97603345682d5060a9b3ae2fd3495be
 DIST line_profiler-4.0.1.gh.tar.gz 63735 BLAKE2B 
980298c2f0e2cffac12c1bb8dc87ca7876ac74969aafa77500aeb4ab1ab12e98ca56a2974d1311d560fdd7ff707fe6bb44d010f315a1070dc68accdede9041e9
 SHA512 
1943b359bc442fff8c35674c6e0ea108cbfb06706ed95dfe961daea5de8797ec01e70a712663fff0dcc727c954ddb8a4da4b45774817b14b903901f9cfe108c6
+DIST line_profiler-4.0.2.gh.tar.gz 63855 BLAKE2B 
e2f077214fb1387504446882396b3b48f5dc309b9de9ff7d7f39dfb96361e0b4ce5461510c878caabbfa4c2723fe65f2eeca5eb4fb261f1a735ebe32beb3b0fe
 SHA512 
ef07d51a33cc71de0409f8dbdae47c738a8088ece577b077e9b7ff6e4f296da30f7843ef01f3bdcedadc1ad778fe625c0880e6a27844f49cda780f2fd6960acf

diff --git a/dev-python/line_profiler/line_profiler-4.0.2.ebuild 
b/dev-python/line_profiler/line_profiler-4.0.2.ebuild
new file mode 100644
index ..878292de2d8d
--- /dev/null
+++ b/dev-python/line_profiler/line_profiler-4.0.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Line-by-line profiler"
+HOMEPAGE="
+   https://github.com/pyutils/line_profiler/
+   https://pypi.org/project/line-profiler/
+"
+SRC_URI="
+   https://github.com/pyutils/line_profiler/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/ipython[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   test? (
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/ubelt[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   cd tests || die
+   epytest
+}



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

2022-12-09 Thread Michał Górny
commit: ffcb906203f35d56eb304525f6eac4da47efc47e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 06:05:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 06:05:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcb9062

dev-python/black: Bump to 22.12.0

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

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

diff --git a/dev-python/black/Manifest b/dev-python/black/Manifest
index 30e72befe181..f055863065d5 100644
--- a/dev-python/black/Manifest
+++ b/dev-python/black/Manifest
@@ -1 +1,2 @@
 DIST black-22.10.0.gh.tar.gz 1177403 BLAKE2B 
c8185f1cd16bf890ad0c75a50ccf211eb8e0d50a62654abc30ff6404818c323a08551d9a79194d05df6f4f92c4c7bca43b1d317243d84542f8eda3dcc0b2895c
 SHA512 
ec03dd7b29becaabac1393d636ba394182c4fdacc57112980c76485f05e8fdf41e23cf8dc72dfdf530a5f060e709a0bc9d60d797e897020ae036e0a5410fc4b2
+DIST black-22.12.0.gh.tar.gz 1182329 BLAKE2B 
fa7461b296e278a9d0945816fe88b933794e1302bc6e5fc2d2d48c94dcf50826471962351d1acc12da804ff7fa434efd8a8dca874dac91c8e36092ac50752669
 SHA512 
a89acd3c0f0d446e21695e9d7059a6417f8101bca32b22018d974cb08d6f3c9e4dbc3aab0a12091618ca860fbf9b0a53d4f2729311f65ca72f50a71629b60ac8

diff --git a/dev-python/black/black-22.12.0.ebuild 
b/dev-python/black/black-22.12.0.ebuild
new file mode 100644
index ..8c498833dffd
--- /dev/null
+++ b/dev-python/black/black-22.12.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="The uncompromising Python code formatter"
+HOMEPAGE="
+   https://black.readthedocs.io/en/stable/
+   https://github.com/psf/black/
+   https://pypi.org/project/black/
+"
+SRC_URI="
+   https://github.com/psf/black/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/click-8.0.0[${PYTHON_USEDEP}]
+   >=dev-python/mypy_extensions-0.4.3[${PYTHON_USEDEP}]
+   >=dev-python/pathspec-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-3.10.0.0[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+BDEPEND="
+   dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
+   dev-python/aiohttp-cors[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/parameterized[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+pkg_postinst() {
+   optfeature "blackd - HTTP API for black" "dev-python/aiohttp 
dev-python/aiohttp-cors"
+}



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

2022-12-09 Thread Michał Górny
commit: 14389c1dfd7e765b5c1ec666cf414dc010e9648d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 06:04:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 06:04:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14389c1d

dev-python/patiencediff: Bump to 0.2.11 (NFC)

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

 dev-python/patiencediff/Manifest   |  1 +
 dev-python/patiencediff/patiencediff-0.2.11.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/patiencediff/Manifest b/dev-python/patiencediff/Manifest
index 0bd52038afea..db7a3f79cb22 100644
--- a/dev-python/patiencediff/Manifest
+++ b/dev-python/patiencediff/Manifest
@@ -1,4 +1,5 @@
 DIST patiencediff-0.2.10.tar.gz 26829 BLAKE2B 
3f32bcafef98199a56497a5c9c96fb88ac4f95aef92718273ddc2cc45574577f589ebbf73c4c6b2315c6936596cbc0822f21f647e7f8ead2ae24d20cec75d9ee
 SHA512 
e28e765af5c48ab94e50b015a4a8a20ffccf50d6acc17ca468229a4738f9a20950f00c6a3f06ea27f9e079adacbc43fe90adcf8110a461f9295656b4b6265100
+DIST patiencediff-0.2.11.tar.gz 26812 BLAKE2B 
fb6f74dfe0450556d5fcd73b328e830492ab5524dedeb52b8cb85c0348d22481a78863b6b6a033628f575ba499978afabf6fcfc569c58520fa58680c110ca4de
 SHA512 
4934adf7178221a5eb5fcab756293143970ebb7405ce15f31c19b302f6823c19535153dfbd0768a122dc9395d8146e54d8a1a9837c77be1a92bcfe5d6c1cd855
 DIST patiencediff-0.2.7.tar.gz 26831 BLAKE2B 
297af6a465ef3fc060a00df9882f85fbf9f807c6d6e8fbfa1d531ed16a60d86f3081d9c0c9698bf3b6d02ba45fbb1d58fead6430f73c04b4439076d0a05a8864
 SHA512 
8711d28ddc67cdebab5677c1120b1c7270b7509083b797371abcecd61ba71555a1c79c580a5615fe30e1e3bd088b2f4c28a68aa761a61ce55b93690ceb38d8c3
 DIST patiencediff-0.2.8.tar.gz 28976 BLAKE2B 
6e525875b7b1adac76101888c4ddb5022373bd4a9784e17e23acec6c9fe38ddd23f8be7baeac36b8b6cb79f048b97a74851207238c2c5e72fc0b686d86525e19
 SHA512 
e867bee63af1dc6326b9069ef89e6c3613e379b33cd10948cbc37647f279f7d951951baa23324ddcfaf65869500b8f7a345b10982fa5d2af0a5e6e8006a4f1fd
 DIST patiencediff-0.2.9.tar.gz 26869 BLAKE2B 
dc3afe857f2729fecd332e9c8553c118e32478d7ceaa874017b01a541c2934dab7087ef41935b0d213900cde19cc2999c7d132a118a4b2bfad6ce684ece7
 SHA512 
87c495b54b464cabe1bb6366edfec981115cf86d451f272a0c609250d5a6295a67b083e19abd09e42d27e6124eb96c2e5922f68b91990f3ce97eff9b3cf50b27

diff --git a/dev-python/patiencediff/patiencediff-0.2.11.ebuild 
b/dev-python/patiencediff/patiencediff-0.2.11.ebuild
new file mode 100644
index ..0fed7fa1f361
--- /dev/null
+++ b/dev-python/patiencediff/patiencediff-0.2.11.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of the patiencediff algorithm"
+HOMEPAGE="
+   https://github.com/breezy-team/patiencediff/
+   https://pypi.org/project/patiencediff/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests unittest
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   eunittest
+}



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

2022-12-09 Thread Michał Górny
commit: 4d395837444fb8441135efb9dfb9bd19f087cb59
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 05:41:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 05:41:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d395837

dev-python/pathspec: Bump to 0.10.3

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

 dev-python/pathspec/Manifest   |  1 +
 dev-python/pathspec/pathspec-0.10.3.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/pathspec/Manifest b/dev-python/pathspec/Manifest
index 40da1d7c7b2e..68e967d93149 100644
--- a/dev-python/pathspec/Manifest
+++ b/dev-python/pathspec/Manifest
@@ -1,2 +1,3 @@
 DIST pathspec-0.10.1.tar.gz 43155 BLAKE2B 
5a690b6ec5215932074e54bf7c9dac2097261ca421421e86f9a90733fc2ff6ae8735c685de682919349bbe4bca6b1abce2d572871ba4111cc143b9637491
 SHA512 
886c16ba9a221720a9fbac6a2aead5a16de62988afbf0ed976f28c312fe524f41ccfb139e0b9699942ca32aa90f183e20656986ed631cf2435818c082d58115d
 DIST pathspec-0.10.2.tar.gz 44432 BLAKE2B 
10087659e7c5bc72b9de9b073282f7fadb081cc2bbe028abe802de8d06e287a77b55f621356b1f8873dfbf7dd0ee0c47ee217f00d6c40c2f20680615dfb6bda9
 SHA512 
10525bda15f844556a08c8b7c13f454ccaece81e74d0e0a10dcfe6f8b260e3c3a571ae1dd1530e361a934e967a2d45d6994d0a5e6bb10026f6768cb08cf24575
+DIST pathspec-0.10.3.tar.gz 45821 BLAKE2B 
ae7c29bbb58d896de555b142ac18879f8a82437a2a701abfb259d40e3a5f992989c274a24c8c70ee6cbe6dbbe6a5030c67c1164e7f3eaa5563ab54cdad403581
 SHA512 
d0876374ab20d3624f1ba522de30472e401220ef3b269df9ea2e20526d5abddb8fd19866b0e3405a4746beb3a4b4b6f21ada4da5b7292a46febd6d418829e0f3

diff --git a/dev-python/pathspec/pathspec-0.10.3.ebuild 
b/dev-python/pathspec/pathspec-0.10.3.ebuild
new file mode 100644
index ..a69ad1fd06dd
--- /dev/null
+++ b/dev-python/pathspec/pathspec-0.10.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Utility library for gitignore style pattern matching of file 
paths"
+HOMEPAGE="
+   https://github.com/cpburnz/python-pathspec/
+   https://pypi.org/project/pathspec/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+distutils_enable_tests unittest



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

2022-12-09 Thread Michał Górny
commit: c19094d76add848cd9fae79149c857ba61d01ce8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 06:03:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 06:03:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19094d7

dev-python/ansible-compat: Bump to 2.2.7

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-2.2.7.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 031010392171..5bfd6dbb1b63 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -3,3 +3,4 @@ DIST ansible-compat-2.2.3.tar.gz 39603 BLAKE2B 
16b88a1c669a74d858e4d47539811b33d
 DIST ansible-compat-2.2.4.tar.gz 39772 BLAKE2B 
a4874675086956e11de4df4068e3b17b65b4f9f7610bb88bfba308d880fe478e39a4450a362bb06a555a36a41731f336c51756893ebe65715fc022421c51a293
 SHA512 
ec30329b2aa07ea7685a8cd91438f0d0e9003644fb3d15a842277abc7f5f1eeed61bb606ca594d6496e1980be0109dd5e4021bc4aeb66d909a312bf02649a1b9
 DIST ansible-compat-2.2.5.tar.gz 39794 BLAKE2B 
25a5c858eb3e120b7f51b8800b01eff2482a03d0e5f5c049d4ff2bc96ab2c01e856284f3328d5c9e3621b2d769df4450c9427997b48a7ddd337b01aa777e0c28
 SHA512 
8029d6dbd093414fb5eccba1789c881601a3a1f45bf7779f9e2af886d457e9c57a4e6432eed73a1d387b4d82617e1677a857cf0d2dfdcebcefa0dc790b2ec2d4
 DIST ansible-compat-2.2.6.tar.gz 38890 BLAKE2B 
5022676dca1c2cb24e8f3e3387de8ef214979124b6d4a819f6328b2ffa0b19bddc5ef60131eb0133d809a214ecdf39fb5c01b197a44111e05a23740d4955c00c
 SHA512 
b02faeb0202839c01a777277cd077264b44fbadbef679e93cb4ac0be3b81df921bc8f000e27372446326976acd1b42f1f1f42896ff0af9ba0677e7a93d06b195
+DIST ansible-compat-2.2.7.tar.gz 47378 BLAKE2B 
58f3b19400fb7646d37c585df07435e65a60f3e57d445c98e8089c6a2ed853cb5dbab682d85cee1a604e1b4de6dd137faa12bf78fe7913752839f95bd651435f
 SHA512 
9a3863be3d755eb5a1a61ba0c526786ea3df14bc6fcabd9196559eb625ab6dfc8de7a17fdb2cdd8ad71d7d61b5e2f0543b8b5908f39d5e7d9ea45e387aa625b1

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
new file mode 100644
index ..ea13f54d55c0
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Contains functions that facilitate working with various versions 
of Ansible"
+HOMEPAGE="
+   https://pypi.org/project/ansible-compat/
+   https://github.com/ansible/ansible-compat/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=app-admin/ansible-core-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.6.0[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/setuptools_scm-7.0.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/pytest-plus[${PYTHON_USEDEP}]
+   )
+"
+
+# All these tests attempt to connect to galaxy.ansible.com
+EPYTEST_DESELECT=(
+   test/test_runtime.py::test_install_collection
+   test/test_runtime.py::test_install_collection_dest
+   test/test_runtime.py::test_prepare_environment_with_collections
+   test/test_runtime.py::test_prerun_reqs_v1
+   test/test_runtime.py::test_prerun_reqs_v2
+   test/test_runtime.py::test_require_collection_no_cache_dir
+   test/test_runtime.py::test_require_collection_wrong_version
+   test/test_runtime.py::test_require_collection
+   test/test_runtime.py::test_upgrade_collection
+   test/test_runtime_example.py::test_runtime
+)
+
+distutils_enable_sphinx docs \
+   dev-python/ansible-pygments \
+   dev-python/myst_parser \
+   dev-python/sphinx_ansible_theme
+distutils_enable_tests pytest



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

2022-12-09 Thread Michał Górny
commit: a58464d6bb6ce15cd4bb03a4b140776db3978d81
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 06:04:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 06:04:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58464d6

dev-python/pip-run: Bump to 9.0.0

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

 dev-python/pip-run/Manifest |  1 +
 dev-python/pip-run/pip-run-9.0.0.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/pip-run/Manifest b/dev-python/pip-run/Manifest
index a1635d86b145..1058bb9c3cf3 100644
--- a/dev-python/pip-run/Manifest
+++ b/dev-python/pip-run/Manifest
@@ -1,2 +1,3 @@
 DIST pip-run-8.8.1.gh.tar.gz 22443 BLAKE2B 
4f87e3ec9867971916a0d5c463cdae63c7bb95ba457ff6e04101c1c37ea8728e2db2bad805b10bb6843b5ded1cb095d0f493b02c8a6e73aa4b782b849aa5ffb4
 SHA512 
ae964ca96f0be33fdb33974061e75486c443fda5edf0cf43247e8bd293d9a6a87d2cd421100578ed5179f13c9f46ff10ec730e0b403982da7e8aac22651268ea
 DIST pip-run-8.8.2.gh.tar.gz 22900 BLAKE2B 
2dbcd18b46abe12c1020a045578a6548468bba0a098c85b0345dce634c61510d6e02feba356831f8531671eabcbcb5b520f15b23864c69bd708e3e2f0ebd125f
 SHA512 
0250f55b49bb3eec10c78b217285df522bc00475dd9bdc710c107a8569e66b2ae643137da59a07c0f6b5e1254a9a920de3212f6befff245cd797947d3fdf95dc
+DIST pip-run-9.0.0.gh.tar.gz 23171 BLAKE2B 
ca1bee27f4d1826029aa2520dbad9807d22ce66326fd917f0b7687284ce3daf9abcd45e593d735633fb86186ea88ffa0b71780f9b56e27458798763db309bd9d
 SHA512 
117b2260fe628dcc5aae47335ab645c2db47ca9b4d5cd0446ef11bb399c0e91df3a32b61aa7a228aca4d7b837228ddb41fe010896f7debf5fbca6111398cce73

diff --git a/dev-python/pip-run/pip-run-9.0.0.ebuild 
b/dev-python/pip-run/pip-run-9.0.0.ebuild
new file mode 100644
index ..120e2a6d2bb7
--- /dev/null
+++ b/dev-python/pip-run/pip-run-9.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Install packages and run Python with them"
+HOMEPAGE="
+   https://github.com/jaraco/pip-run/
+   https://pypi.org/project/pip-run/
+"
+SRC_URI="
+   https://github.com/jaraco/pip-run/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/autocommand[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/path[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pygments[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_IGNORE=(
+   # Needs network access, and another test dep nbformat
+   pip_run/tests/test_scripts.py
+)
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

2022-12-09 Thread Michał Górny
commit: 4d99131b4103922915d516824229cfa0bba7353b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 05:40:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 05:40:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d99131b

dev-python/botocore: Bump to 1.29.27

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.29.27.ebuild | 74 +
 2 files changed, 75 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index a65b0198abc7..5b58339ed229 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -8,4 +8,5 @@ DIST botocore-1.29.23.gh.tar.gz 11001723 BLAKE2B 
d1cfefb3bc25094948a1450ee7159e8
 DIST botocore-1.29.24.gh.tar.gz 11006663 BLAKE2B 
195933b78bd0c5c5881cd697c1c61c6f40557d51edb7510e40ecdd31aae80a72fe3c33946e718a98b19a1f8af6d8cc687e047e5cd0b662de9f2d0ca3b53583e3
 SHA512 
e6dd5a88bf6539f02d27054d5825688b80a2a582e5ebd04d31d887e6baa31a4ba54aa0ba0c0e03156b4ad22815f6aa8f8f8986c3767180a04b284341223f4c60
 DIST botocore-1.29.25.gh.tar.gz 11008437 BLAKE2B 
5a569d52065c2f448adb8c765e51e8338ce0bc2ae4b13e0f39a98af319aa1a31ef3a1eb4014aae8c497ab68a234dc2d16798a0d8b7c626e0ea81da4d2489ed7a
 SHA512 
274a713d26cc723914824cdaf729d7537b5104957751b6d4b0c974e9f45a54ee09bd1853d1ab89dec2fb3b5a5b74102fa658c1f9478a4b4301b950e44f0f1fd5
 DIST botocore-1.29.26.gh.tar.gz 11015382 BLAKE2B 
b9777a7db931b15bfae0e62a5095b86f8cfbf2f7d37bec46d0add8d46ae5c57d1e74e8c58bd931e0a9b3faf986746d6c48149453f5921d9c084455cb3a3b
 SHA512 
457e858e9648ff78bd1972e0772938dd608511aeeebd1f83e8bfda50bef43374f574d0a0943f6e29d0401be880e2db4e8a47d36a2e95317da58fba4920deae3f
+DIST botocore-1.29.27.gh.tar.gz 11015321 BLAKE2B 
81bd2269ca5dd5feedb7bd8a45a63e755575e9fb70b15d125beb57c1969259b16838e63660ff5a2f5ab24a52c1bdc21bca6a92e79f9023fa1c57f03250c096a5
 SHA512 
7fd53f3fabbf38db8e5d353a27a73869d4249a55428a4d4e6056b9c459268887c264b1386f5170abe793709e4d9f2eb0e3e6daefea56f123fccea9d13cbf
 DIST botocore-1.29.8.gh.tar.gz 10636661 BLAKE2B 
3ebd9e5cb6cc1a9d4ddb877e806e0a845e6a19a4604b4489dbdb9a0f35251201de5d7062f3b0193db3e28f5170d8c3315fdc0b2bec7668a61880ff3e9305d3bc
 SHA512 
c4a1a3993576bd0340de4eeb25e10650219e9d74c21f7e51e5298120bc92a8359143c38d5a991b940316fc5eac483e4e838298881a5c068fa91dc3ebf92a7f5a

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



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

2022-12-09 Thread Michał Górny
commit: b1df095c969525feb88a29a8f733e1dae77cab27
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 05:41:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 05:41:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1df095c

dev-python/boto3: Bump to 1.26.27

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.26.27.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 253feb55c670..85fb7a549bc8 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -8,4 +8,5 @@ DIST boto3-1.26.23.gh.tar.gz 575113 BLAKE2B 
a39f1546f5733de801f00df97a383f45a6f9
 DIST boto3-1.26.24.gh.tar.gz 575745 BLAKE2B 
2dd132d9daf9dafd81549664b23bb457211adfde1da5279de9519b1a30e0f5921f763f4770f7061011de97d7a52a05cdff57ddede2c3b95f8d048398bd160e9c
 SHA512 
ab1943be54a5979a7e73f9fafc2937528c9a010f3c8244e2951fe802a7a20e57414b2565d6b6628890f913c76386aeaa0583c01901798bcc5080e48aa7da74e4
 DIST boto3-1.26.25.gh.tar.gz 576015 BLAKE2B 
55d94441c1fa2668efa31390dbe972b354a4ab69d7825b2ecdcee47d03d44cb2533b428595dfdecc374a1164429166bb1740550334e2da1ff4a20ae31a53bb83
 SHA512 
c85b3b591926881a08e5143413848fd14b9cbe11c376970e71fe5fc6851a43448941583b73dc40cc0335c6749e7ea31eb8b4ef4d38dcf630d68693b94757bb07
 DIST boto3-1.26.26.gh.tar.gz 576812 BLAKE2B 
f88759a49f15102e02a73fedd42cf6f8332db83a1a543af180d6b2843d187ecc66449760bdc7e2500e5ff9410ed602688774f512e0a686a8a95190a2dca5b662
 SHA512 
60c02d960ba781117314595c9d26cd8fd947ee9c178175188140b58fa5ddf9687fc5f7c6f10dd0980f93490571a8de0e54a8dca3a0bf89bccaa80017b2d0
+DIST boto3-1.26.27.gh.tar.gz 577292 BLAKE2B 
31837d205570d0ee89b13bc68c6270f0e4cf932b51a6ca041c826bd0d9364be4542e6baff55dfb1ff6029fe7441c5e43820ac4946219a61bd4d5745bba3a0d64
 SHA512 
9ada5b840122e04d1bfa4bea20d223a84ffc6636643a0725b19dadc7136a25482863fb4d798132a1965fc553866898efd272416699d478170fd5f2f534ac1598
 DIST boto3-1.26.8.gh.tar.gz 557012 BLAKE2B 
211bb7441acc8b1f901ebf5251288dc7c9073fa6e34f5a34426424ef064efb0fb3031deaf48ef336ec43bb015f95f618598da43d12ec83cbf814e1b4097b28a0
 SHA512 
738190cedfb0b85d3a1e9558b03e7f2fb14e43b152bc9627fd95c8ecc4a0ddc17f4c87ccb6129c1fbf5f47db9eea4dbc5c2cfbb69b903bc6f3ff417ef86b6f6b

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



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

2022-12-09 Thread Michał Górny
commit: acdcc2449b79025a19d5968a0c1013e43ad9355e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 05:41:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 05:41:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acdcc244

app-admin/awscli: Bump to 1.27.27

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

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

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index c74d2158a6cd..f5a2c80d866c 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -8,4 +8,5 @@ DIST aws-cli-1.27.23.gh.tar.gz 2318518 BLAKE2B 
eb04dd0f7b1ea803246c00c4dede6662a
 DIST aws-cli-1.27.24.gh.tar.gz 2319169 BLAKE2B 
6677fc6d09298fc37d5aae5e9b4addc87ec873f765b59b55759c0e1dd0c65ab49234c8a8f8f979be4f4cd1361033e8e142568136e5024408dc5c839f34480274
 SHA512 
29d8956b665531ee3d5451fbb063f7393978f223e379fed0a61304cb6798241325191bd5ea9f76531c7009b8b0e32c849a0c4a445508751518ce33631ce6a9cd
 DIST aws-cli-1.27.25.gh.tar.gz 2319262 BLAKE2B 
1207b7879a82c538be9d1ee3dc8a69f20c6334afdd8d35c63ca3d44f264316680aa4d7d01b19a216ca2693748977b83851a2b75f1fd55b85989f2749ab05e827
 SHA512 
e46f684b219d0bce61ffae0737b2c485a4fb359b7e3ad3ef6180d5378daa49bb049033073594c63f44150266041b4a78634aced1a34fc98f08f0ca8e371558e2
 DIST aws-cli-1.27.26.gh.tar.gz 2319897 BLAKE2B 
65307b3c63656b751ad3d96ca6ffdb2e9778cdb11cb35c730dc22dad83ee4b0e1cb37afc4d1de7b2c1cbbabd4622610fc2385e7dbc21cfa2c9833a36d693b1ff
 SHA512 
508f8ae1abe037786c3ee35204f4c84fb06bb7bb8471d75217bf914cf7c9aea897cbecb364554f8b39c75001769c894ede7a1b06dd761187aff468f19001708f
+DIST aws-cli-1.27.27.gh.tar.gz 2320454 BLAKE2B 
5ac7c2b872d23173dd3c1d0c586389b558c43de4bd0c1e0e5e45fee574d3d952aafb5591165fdd9eb2d14435df1342b27526dbd7ec1b7d63c1291e2d4d14bf80
 SHA512 
f5b9cf61b5045775142ae9868b3fd3193d82b09c4b0d52f05dadd173cc8dbc97699a2df458b17a97a5bc4743e14252fd9e7b6583fc9e49d8f26b96eb2c5d5d08
 DIST aws-cli-1.27.8.gh.tar.gz 2301766 BLAKE2B 
1873d92b8d2f6d3f29a65b4177927a1a14034da71dbc95ff6abf3f49df6cf3ee192412eeea15be14c8cf9fca0a5603f2c76b80b280f4feb95e661055abcd8b60
 SHA512 
e53828cac1b3e10e2ddd45312d71cdb748216dbc37c3e9833e7a1320b236c3bef6a13204a38b946d9182430f169fca1ddc77d3d06c1c2c6e05978dc61f675168

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

[gentoo-commits] repo/gentoo:master commit in: app-forensics/aflplusplus/

2022-12-09 Thread Sam James
commit: 5697e45b37dc458db491ba646f59d8b115e9506c
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:52:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:52:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5697e45b

app-forensics/aflplusplus: Stabilize 4.03c arm64, #885133

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

 app-forensics/aflplusplus/aflplusplus-4.03c.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/aflplusplus/aflplusplus-4.03c.ebuild 
b/app-forensics/aflplusplus/aflplusplus-4.03c.ebuild
index ecbe0f7bd779..24d7d0165394 100644
--- a/app-forensics/aflplusplus/aflplusplus-4.03c.ebuild
+++ b/app-forensics/aflplusplus/aflplusplus-4.03c.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/AFLplusplus-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64"
+KEYWORDS="amd64 arm64"
 IUSE="test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2022-12-09 Thread Sam James
commit: 618007e75dbc2422b631324633e2fb46a02f43ee
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:52:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:52:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618007e7

net-misc/chrony: Stabilize 4.3-r2 ppc64, #885131

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

 net-misc/chrony/chrony-4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/chrony/chrony-4.3-r2.ebuild 
b/net-misc/chrony/chrony-4.3-r2.ebuild
index b5747e1bf5ad..2de7680beb81 100644
--- a/net-misc/chrony/chrony-4.3-r2.ebuild
+++ b/net-misc/chrony/chrony-4.3-r2.ebuild
@@ -19,7 +19,7 @@ else
SRC_URI+=" verify-sig? ( 
https://download.tuxfamily.org/chrony/${P/_/-}-tar-gz-asc.txt -> 
${P/_/-}.tar.gz.asc )"
 
if [[ ${PV} != *_pre* ]] ; then
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~m68k ~mips ppc ~ppc64 
~riscv ~sparc x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 
~riscv ~sparc x86"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-forensics/aflplusplus/

2022-12-09 Thread Sam James
commit: de7fe0e6030441b3e0de05f26e7a90f2219452ce
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:52:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:52:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7fe0e6

app-forensics/aflplusplus: allow Clang 14 (already allows 15)

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

 .../{aflplusplus-4.04c.ebuild => aflplusplus-4.04c-r1.ebuild}| 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-forensics/aflplusplus/aflplusplus-4.04c.ebuild 
b/app-forensics/aflplusplus/aflplusplus-4.04c-r1.ebuild
similarity index 98%
rename from app-forensics/aflplusplus/aflplusplus-4.04c.ebuild
rename to app-forensics/aflplusplus/aflplusplus-4.04c-r1.ebuild
index 317591bfd4ab..4f564af1db6d 100644
--- a/app-forensics/aflplusplus/aflplusplus-4.04c.ebuild
+++ b/app-forensics/aflplusplus/aflplusplus-4.04c-r1.ebuild
@@ -30,6 +30,7 @@ RDEPEND="${PYTHON_DEPS}
>=sys-devel/llvm-13:=
|| (
sys-devel/clang:13
+   sys-devel/clang:14
sys-devel/clang:${LLVM_MAX_SLOT}
)
!app-forensics/afl"



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

2022-12-09 Thread Sam James
commit: 00186cfbb223fb967234dd8266a98b122050b63f
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:52:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:52:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00186cfb

net-misc/chrony: Stabilize 4.3-r2 ppc, #885131

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

 net-misc/chrony/chrony-4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/chrony/chrony-4.3-r2.ebuild 
b/net-misc/chrony/chrony-4.3-r2.ebuild
index 2714700a1c23..b5747e1bf5ad 100644
--- a/net-misc/chrony/chrony-4.3-r2.ebuild
+++ b/net-misc/chrony/chrony-4.3-r2.ebuild
@@ -19,7 +19,7 @@ else
SRC_URI+=" verify-sig? ( 
https://download.tuxfamily.org/chrony/${P/_/-}-tar-gz-asc.txt -> 
${P/_/-}.tar.gz.asc )"
 
if [[ ${PV} != *_pre* ]] ; then
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 
~riscv ~sparc x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~m68k ~mips ppc ~ppc64 
~riscv ~sparc x86"
fi
 fi
 



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

2022-12-09 Thread Sam James
commit: 68457733bba53c27dee67ada27b0eeb051d7b5a4
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:51:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:51:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68457733

media-video/pipewire: Stabilize 0.3.61 arm64, #885127

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

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

diff --git a/media-video/pipewire/pipewire-0.3.61.ebuild 
b/media-video/pipewire/pipewire-0.3.61.ebuild
index e8726d26413b..4564e77aa8b8 100644
--- a/media-video/pipewire/pipewire-0.3.61.ebuild
+++ b/media-video/pipewire/pipewire-0.3.61.ebuild
@@ -29,7 +29,7 @@ else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.bz2;
fi
 
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 DESCRIPTION="Multimedia processing graphs"



[gentoo-commits] repo/gentoo:master commit in: app-forensics/aflplusplus/

2022-12-09 Thread Sam James
commit: 79b66696ab36e7e43abb1d2a19b9db7618bc49a7
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:51:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:51:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b66696

app-forensics/aflplusplus: Stabilize 4.03c amd64, #885133

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

 app-forensics/aflplusplus/aflplusplus-4.03c.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/aflplusplus/aflplusplus-4.03c.ebuild 
b/app-forensics/aflplusplus/aflplusplus-4.03c.ebuild
index 3c1388fc37fd..ecbe0f7bd779 100644
--- a/app-forensics/aflplusplus/aflplusplus-4.03c.ebuild
+++ b/app-forensics/aflplusplus/aflplusplus-4.03c.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/AFLplusplus-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2022-12-09 Thread Sam James
commit: f7ffbe936664e54aebc401dabd57f433123bfb5a
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:51:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:51:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ffbe93

media-video/pipewire: Stabilize 0.3.61 arm, #885127

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

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

diff --git a/media-video/pipewire/pipewire-0.3.61.ebuild 
b/media-video/pipewire/pipewire-0.3.61.ebuild
index 4564e77aa8b8..beb5003b7028 100644
--- a/media-video/pipewire/pipewire-0.3.61.ebuild
+++ b/media-video/pipewire/pipewire-0.3.61.ebuild
@@ -29,7 +29,7 @@ else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.bz2;
fi
 
-   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 DESCRIPTION="Multimedia processing graphs"



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

2022-12-09 Thread Sam James
commit: ba2199cc56068b426f1553188d7d4734717cadfb
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:50:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:50:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2199cc

net-misc/chrony: Stabilize 4.3-r2 x86, #885131

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

 net-misc/chrony/chrony-4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/chrony/chrony-4.3-r2.ebuild 
b/net-misc/chrony/chrony-4.3-r2.ebuild
index ffe26d855522..2714700a1c23 100644
--- a/net-misc/chrony/chrony-4.3-r2.ebuild
+++ b/net-misc/chrony/chrony-4.3-r2.ebuild
@@ -19,7 +19,7 @@ else
SRC_URI+=" verify-sig? ( 
https://download.tuxfamily.org/chrony/${P/_/-}-tar-gz-asc.txt -> 
${P/_/-}.tar.gz.asc )"
 
if [[ ${PV} != *_pre* ]] ; then
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 
~riscv ~sparc x86"
fi
 fi
 



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

2022-12-09 Thread Sam James
commit: 4bddf8cd53d7938c7456ed2c4b44f0807f99eace
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:50:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:50:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bddf8cd

net-misc/chrony: Stabilize 4.3-r2 arm64, #885131

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

 net-misc/chrony/chrony-4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/chrony/chrony-4.3-r2.ebuild 
b/net-misc/chrony/chrony-4.3-r2.ebuild
index 301dd5dee0c9..ffe26d855522 100644
--- a/net-misc/chrony/chrony-4.3-r2.ebuild
+++ b/net-misc/chrony/chrony-4.3-r2.ebuild
@@ -19,7 +19,7 @@ else
SRC_URI+=" verify-sig? ( 
https://download.tuxfamily.org/chrony/${P/_/-}-tar-gz-asc.txt -> 
${P/_/-}.tar.gz.asc )"
 
if [[ ${PV} != *_pre* ]] ; then
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~m68k ~mips ~ppc 
~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
fi
 fi
 



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

2022-12-09 Thread Sam James
commit: cdbac436a0f3c2b709ccb91e260426c81aba4fcf
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:48:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:48:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdbac436

app-accessibility/speech-dispatcher: Stabilize 0.11.4 ppc64, #885123

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

 app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild 
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
index a91cf808a1f8..357e08fe06bd 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/brailcom/speechd/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc 
x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86"
 IUSE="alsa ao espeak +espeak-ng flite nas pulseaudio python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2022-12-09 Thread Sam James
commit: 9fc8efbb5a68346c04664166026014e68e4423f6
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:48:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:48:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc8efbb

net-misc/chrony: Stabilize 4.3-r2 arm, #885131

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

 net-misc/chrony/chrony-4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/chrony/chrony-4.3-r2.ebuild 
b/net-misc/chrony/chrony-4.3-r2.ebuild
index 191ac4decba4..301dd5dee0c9 100644
--- a/net-misc/chrony/chrony-4.3-r2.ebuild
+++ b/net-misc/chrony/chrony-4.3-r2.ebuild
@@ -19,7 +19,7 @@ else
SRC_URI+=" verify-sig? ( 
https://download.tuxfamily.org/chrony/${P/_/-}-tar-gz-asc.txt -> 
${P/_/-}.tar.gz.asc )"
 
if [[ ${PV} != *_pre* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc 
~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~m68k ~mips ~ppc 
~ppc64 ~riscv ~sparc ~x86"
fi
 fi
 



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

2022-12-09 Thread Sam James
commit: 47dcd67fdcb7e9ce1276a47cc2c565b841c62cb6
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:48:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:48:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47dcd67f

app-accessibility/speech-dispatcher: Stabilize 0.11.4 arm64, #885123

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

 app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild 
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
index 30b70073ff78..dba007a9e842 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/brailcom/speechd/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc x86"
 IUSE="alsa ao espeak +espeak-ng flite nas pulseaudio python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2022-12-09 Thread Sam James
commit: 678f69b56ef739cb9a15c4cc7993233bec771b17
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:48:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:48:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678f69b5

app-accessibility/speech-dispatcher: Stabilize 0.11.4 arm, #885123

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

 app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild 
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
index dba007a9e842..ffb6bfb0241f 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/brailcom/speechd/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
x86"
 IUSE="alsa ao espeak +espeak-ng flite nas pulseaudio python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2022-12-09 Thread Sam James
commit: 66bed476f645390829fea52e7ad992e2aee92dcb
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:48:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:48:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bed476

sec-keys/openpgp-keys-openssl: Stabilize 20221101 arm64, #885117

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

 sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild 
b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild
index 474ae7064ac1..5a55eef3f50c 100644
--- a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild
+++ b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild
@@ -55,7 +55,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 
 src_install() {
local files=( ${A} )



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

2022-12-09 Thread Sam James
commit: 8bedd81d9d628472ef55d9c3f7e3df3bf222af80
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:48:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:48:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bedd81d

app-accessibility/speech-dispatcher: Stabilize 0.11.4 ppc, #885123

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

 app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild 
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
index ffb6bfb0241f..a91cf808a1f8 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/brailcom/speechd/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc 
x86"
 IUSE="alsa ao espeak +espeak-ng flite nas pulseaudio python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2022-12-09 Thread Sam James
commit: 5b9ffe684775c0f5e88c8c8683b01041ab433c0d
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:48:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:48:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9ffe68

dev-libs/openssl: Stabilize 1.1.1s arm64, #885117

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

 dev-libs/openssl/openssl-1.1.1s.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.1.1s.ebuild 
b/dev-libs/openssl/openssl-1.1.1s.ebuild
index 1a7f7ba49afb..6585b0d00025 100644
--- a/dev-libs/openssl/openssl-1.1.1s.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1s.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="openssl"
 SLOT="0/1.1" # .so version of libssl/libcrypto
 if [[ ${PV} != *_pre* ]] ; then
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 fi
 IUSE="+asm rfc3779 sctp cpu_flags_x86_sse2 sslv3 static-libs test 
tls-compression tls-heartbeat vanilla verify-sig weak-ssl-ciphers"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-forensics/aflplusplus/

2022-12-09 Thread Sam James
commit: 5747f07d0740d33a861e3392c6353c8a631b41cf
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:43:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:43:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5747f07d

app-forensics/aflplusplus: add 4.04c

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

 app-forensics/aflplusplus/Manifest |  2 +
 app-forensics/aflplusplus/aflplusplus-4.04c.ebuild | 86 ++
 2 files changed, 88 insertions(+)

diff --git a/app-forensics/aflplusplus/Manifest 
b/app-forensics/aflplusplus/Manifest
index 0693d54c0bc7..cf6daae2784f 100644
--- a/app-forensics/aflplusplus/Manifest
+++ b/app-forensics/aflplusplus/Manifest
@@ -1,3 +1,5 @@
 DIST aflplusplus-4.01c.tar.gz 2818445 BLAKE2B 
f3699c4b2fabec0ab238277c3b2c7b19b35af7a0b82b14a57c34b8579121cfa0644ef432132cf4a3382547db3faf799d2ab601512ddfb469e4a2246cdb61aa7f
 SHA512 
d2b03ab4ff9538fe0b52aa3ed4778a6e5657d64d6f0e5f75a99305bad69c5179d6b1c882650f19a884a740577acb73dab7cee3d5c9c7b06ff2326ffeba37d1fe
 DIST aflplusplus-4.03c-patches.tar.xz  BLAKE2B 
4eed2ee97e4f7aef987e5c931469b7bb1d85310cb101878e5e71431ac36329a07b0e05812ed1e743c6ed3ce76e10c4392f2bf7ccc98ec1537b75196c5629acfe
 SHA512 
bcaa196640f47923be6daa65e3c5f8461eadaec3b939f2cfe0223eacc64be385c80166ec7dc0df25d0c38053a38c3efcfbc25d8387bed5c54c95a8781ed64b00
 DIST aflplusplus-4.03c.tar.gz 2830718 BLAKE2B 
1b55daf3c3a0a0b11c1ef0a7dd1005cfa1ec61fb54691b96519f57788233b1385b52948468f2d5beada3c58129bc0524f07aebfb25ee8cef1e5d5afd06b1233d
 SHA512 
4bab00d964eb9d0664d97062f5da8090dfef599480f25b04d08b84e7f47676a9790fb23573f7e885b5da6ab813694f9ab26a0b5c9d341834892530558e3b83ef
+DIST aflplusplus-4.04c-patches.tar.xz 4236 BLAKE2B 
86bb5d1e0da271833fc548633e08897bd681f1b575b3131d7eeb7135f3cbdbd5580d0afc56a23639eb4621f878fd4ffdc4e0ba11b34388a99768f2529c76
 SHA512 
5c607b255e2d74033d5258218a907a8edcd44eab006377edee9618d3755815fbda9f5d565444e090ab0b27220675736a1eed285f92cb74122d0b9b3bcbcc0a2c
+DIST aflplusplus-4.04c.tar.gz 2832011 BLAKE2B 
80a5652b0d64b4824c3b4f91bf993a8499a0c86cf878ca83c7b7afe217cc1603700d4cf7408ae40f1435251153f88e0663cabe470a06387e6664249b3a015172
 SHA512 
1c2e2e6677e87de2f069e1acdc2319580e488670c3d4975a0f0807da33965c4a14087a7c734195d0a47260acc91f7211b10bd905aac99bdab81145b282edb44e

diff --git a/app-forensics/aflplusplus/aflplusplus-4.04c.ebuild 
b/app-forensics/aflplusplus/aflplusplus-4.04c.ebuild
new file mode 100644
index ..317591bfd4ab
--- /dev/null
+++ b/app-forensics/aflplusplus/aflplusplus-4.04c.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+LLVM_MAX_SLOT=15
+inherit toolchain-funcs llvm optfeature python-single-r1
+
+AFL_PATCHSET="${PN}-4.04c-patches"
+DESCRIPTION="A fork of AFL, the popular compile-time instrumentation fuzzer"
+HOMEPAGE="https://github.com/AFLplusplus/AFLplusplus;
+SRC_URI="https://github.com/AFLplusplus/AFLplusplus/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${AFL_PATCHSET}.tar.xz;
+S="${WORKDIR}"/AFLplusplus-${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="test"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# Tests involve heavy use of LD_PRELOAD in some cases
+# This isn't compatible with sandbox
+RESTRICT="test"
+
+# It turns out we need Clang too
+RDEPEND="${PYTHON_DEPS}
+   >=sys-devel/llvm-13:=
+   || (
+   sys-devel/clang:13
+   sys-devel/clang:${LLVM_MAX_SLOT}
+   )
+   !app-forensics/afl"
+DEPEND="${RDEPEND}
+   test? ( dev-util/cmocka )"
+
+QA_FLAGS_IGNORED="afl-gcc-cmplog-pass.so afl-gcc-cmptrs-pass.so"
+QA_PREBUILT="usr/share/afl/testcases/others/elf/small_exec.elf"
+
+PATCHES=(
+   "${WORKDIR}"/${AFL_PATCHSET}
+)
+
+llvm_check_deps() {
+   has_version -b "sys-devel/clang:${LLVM_SLOT}" && \
+   has_version -b "sys-devel/llvm:${LLVM_SLOT}"
+}
+
+pkg_setup() {
+   llvm_pkg_setup
+   python-single-r1_pkg_setup
+}
+
+mymake() {
+   emake \
+   CC="$(tc-getCC)" \
+   CXX="$(tc-getCXX)" \
+   CFLAGS_FLTO="" \
+   LLVM_CONFIG="$(get_llvm_prefix 
${LLVM_MAX_SLOT})"/bin/llvm-config \
+   PREFIX="${EPREFIX}/usr" \
+   HELPER_PATH="${EPREFIX}/usr/$(get_libdir)/afl" \
+   DOC_PATH="${EPREFIX}/usr/share/doc/${PF}" \
+   MAN_PATH="${EPREFIX}/usr/share/man/man8" \
+   "$@"
+}
+
+src_compile() {
+   mymake
+}
+
+src_test() {
+   mymake test
+}
+
+src_install() {
+   mymake DESTDIR="${D}" install
+   dostrip -x /usr/share/afl/testcases/
+}
+
+pkg_postinst() {
+   # TODO: Any others?
+   optfeature "fuzzing with AFL_USE_ASAN" 
sys-libs/compiler-rt-sanitizers[asan]
+   optfeature "fuzzing with AFL_USE_MSAN" 

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

2022-12-09 Thread Sam James
commit: 66bc1bc4ca1ddcc3a4d4670926f3d6e5b281ee47
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:48:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:48:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bc1bc4

sys-apps/sed: Stabilize 4.9 hppa, #885119

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

 sys-apps/sed/sed-4.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sed/sed-4.9.ebuild b/sys-apps/sed/sed-4.9.ebuild
index 8a408701e206..acbbafc860a5 100644
--- a/sys-apps/sed/sed-4.9.ebuild
+++ b/sys-apps/sed/sed-4.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/sed/${P}.tar.xz.sig )"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="acl nls selinux static"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-forensics/aflplusplus/

2022-12-09 Thread Sam James
commit: d692fe5728413811fd1ffefcf6b65def1255cdf2
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:38:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:38:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d692fe57

app-forensics/aflplusplus: drop 4.02c-r1

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

 app-forensics/aflplusplus/Manifest |  1 -
 .../aflplusplus/aflplusplus-4.02c-r1.ebuild| 85 --
 2 files changed, 86 deletions(-)

diff --git a/app-forensics/aflplusplus/Manifest 
b/app-forensics/aflplusplus/Manifest
index 3e32b229cde6..0693d54c0bc7 100644
--- a/app-forensics/aflplusplus/Manifest
+++ b/app-forensics/aflplusplus/Manifest
@@ -1,4 +1,3 @@
 DIST aflplusplus-4.01c.tar.gz 2818445 BLAKE2B 
f3699c4b2fabec0ab238277c3b2c7b19b35af7a0b82b14a57c34b8579121cfa0644ef432132cf4a3382547db3faf799d2ab601512ddfb469e4a2246cdb61aa7f
 SHA512 
d2b03ab4ff9538fe0b52aa3ed4778a6e5657d64d6f0e5f75a99305bad69c5179d6b1c882650f19a884a740577acb73dab7cee3d5c9c7b06ff2326ffeba37d1fe
-DIST aflplusplus-4.02c.tar.gz 2828429 BLAKE2B 
0c4d7937626a699bb6768e2f67f369508f7ec131d1170cd48f8650d8081135b466733de34e52f2ac2213c4bd13ab8936b17d3b0f8debf28e8a32ad87d9dcb55d
 SHA512 
f5159a84e0ecd2c260d2d8ce7df33fe4704c664bdf06f193a7fef377d48646e4d921ee90d0b66c7dac02d16e6b1607c6569351aaeea9b2ee3968d22b3f583763
 DIST aflplusplus-4.03c-patches.tar.xz  BLAKE2B 
4eed2ee97e4f7aef987e5c931469b7bb1d85310cb101878e5e71431ac36329a07b0e05812ed1e743c6ed3ce76e10c4392f2bf7ccc98ec1537b75196c5629acfe
 SHA512 
bcaa196640f47923be6daa65e3c5f8461eadaec3b939f2cfe0223eacc64be385c80166ec7dc0df25d0c38053a38c3efcfbc25d8387bed5c54c95a8781ed64b00
 DIST aflplusplus-4.03c.tar.gz 2830718 BLAKE2B 
1b55daf3c3a0a0b11c1ef0a7dd1005cfa1ec61fb54691b96519f57788233b1385b52948468f2d5beada3c58129bc0524f07aebfb25ee8cef1e5d5afd06b1233d
 SHA512 
4bab00d964eb9d0664d97062f5da8090dfef599480f25b04d08b84e7f47676a9790fb23573f7e885b5da6ab813694f9ab26a0b5c9d341834892530558e3b83ef

diff --git a/app-forensics/aflplusplus/aflplusplus-4.02c-r1.ebuild 
b/app-forensics/aflplusplus/aflplusplus-4.02c-r1.ebuild
deleted file mode 100644
index 1e726329302b..
--- a/app-forensics/aflplusplus/aflplusplus-4.02c-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-LLVM_MAX_SLOT=14
-inherit toolchain-funcs llvm optfeature python-single-r1
-
-DESCRIPTION="A fork of AFL, the popular compile-time instrumentation fuzzer"
-HOMEPAGE="https://github.com/AFLplusplus/AFLplusplus;
-SRC_URI="https://github.com/AFLplusplus/AFLplusplus/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}"/AFLplusplus-${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="test"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Tests involve heavy use of LD_PRELOAD in some cases
-# This isn't compatible with sandbox
-RESTRICT="test"
-
-# It turns out we need Clang too
-RDEPEND="${PYTHON_DEPS}
-   >=sys-devel/llvm-13:=
-   || (
-   sys-devel/clang:13
-   sys-devel/clang:${LLVM_MAX_SLOT}
-   )
-   !app-forensics/afl"
-DEPEND="${RDEPEND}
-   test? ( dev-util/cmocka )"
-
-QA_PREBUILT="usr/share/afl/testcases/others/elf/small_exec.elf"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.02c-respect-flags.patch
-   "${FILESDIR}"/${PN}-4.02c-no-ignore-errors-makefile.patch
-   "${FILESDIR}"/${PN}-4.01c-lld-detect.patch
-)
-
-llvm_check_deps() {
-   has_version -b "sys-devel/clang:${LLVM_SLOT}" && \
-   has_version -b "sys-devel/llvm:${LLVM_SLOT}"
-}
-
-pkg_setup() {
-   llvm_pkg_setup
-   python-single-r1_pkg_setup
-}
-
-mymake() {
-   emake \
-   CC="$(tc-getCC)" \
-   CXX="$(tc-getCXX)" \
-   CFLAGS_FLTO="" \
-   LLVM_CONFIG="$(get_llvm_prefix 
${LLVM_MAX_SLOT})"/bin/llvm-config \
-   PREFIX="${EPREFIX}/usr" \
-   HELPER_PATH="${EPREFIX}/usr/$(get_libdir)/afl" \
-   DOC_PATH="${EPREFIX}/usr/share/doc/${PF}" \
-   MAN_PATH="${EPREFIX}/usr/share/man/man8" \
-   "$@"
-}
-
-src_compile() {
-   mymake
-}
-
-src_test() {
-   mymake test
-}
-
-src_install() {
-   mymake DESTDIR="${D}" install
-   dostrip -x /usr/share/afl/testcases/
-}
-
-pkg_postinst() {
-   # TODO: Any others?
-   optfeature "fuzzing with AFL_USE_ASAN" 
sys-libs/compiler-rt-sanitizers[asan]
-   optfeature "fuzzing with AFL_USE_MSAN" 
sys-libs/compiler-rt-sanitizers[msan]
-}



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

2022-12-09 Thread Sam James
commit: 24858f259dbc48f6dd10fa130a003266effa285f
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:36:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:36:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24858f25

net-misc/chrony: drop 4.3-r1

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

 net-misc/chrony/chrony-4.3-r1.ebuild | 254 ---
 1 file changed, 254 deletions(-)

diff --git a/net-misc/chrony/chrony-4.3-r1.ebuild 
b/net-misc/chrony/chrony-4.3-r1.ebuild
deleted file mode 100644
index 021c2b2f5fb2..
--- a/net-misc/chrony/chrony-4.3-r1.ebuild
+++ /dev/null
@@ -1,254 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit edo systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="NTP client and server programs"
-HOMEPAGE="https://chrony.tuxfamily.org/ 
https://git.tuxfamily.org/chrony/chrony.git;
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://git.tuxfamily.org/chrony/chrony.git;
-   inherit git-r3
-else
-   VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/mlichvar.asc
-   inherit verify-sig
-
-   SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz;
-   SRC_URI+=" verify-sig? ( 
https://download.tuxfamily.org/chrony/${P/_/-}-tar-gz-asc.txt -> 
${P/_/-}.tar.gz.asc )"
-
-   if [[ ${PV} != *_pre* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc 
~ppc64 ~riscv ~sparc ~x86"
-   fi
-fi
-
-S="${WORKDIR}/${P/_/-}"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+caps +cmdmon debug html ipv6 libedit libtomcrypt +nettle nss +ntp +nts 
+phc pps +refclock +rtc samba +seccomp +sechash selinux"
-# nettle > nss > libtomcrypt in configure
-REQUIRED_USE="
-   sechash? ( || ( nettle nss libtomcrypt ) )
-   nettle? ( !nss )
-   nss? ( !nettle )
-   libtomcrypt? ( !nettle !nss )
-   !sechash? ( !nss )
-   !sechash? ( !nts? ( !nettle ) )
-"
-
-DEPEND="
-   caps? (
-   acct-group/ntp
-   acct-user/ntp
-   sys-libs/libcap
-   )
-   libedit? ( dev-libs/libedit )
-   !libedit? ( sys-libs/readline:= )
-   nettle? ( dev-libs/nettle:= )
-   nss? ( dev-libs/nss:= )
-   nts? ( net-libs/gnutls:= )
-   pps? ( net-misc/pps-tools )
-   seccomp? ( sys-libs/libseccomp )
-"
-RDEPEND="
-   ${DEPEND}
-   selinux? ( sec-policy/selinux-chronyd )
-"
-# bison dep only for 4.3-r1 for ${P}-strict-prototypes-clang16.patch
-BDEPEND="
-   sys-devel/bison
-   html? ( dev-ruby/asciidoctor )
-   nts? ( virtual/pkgconfig )
-   sechash? (
-   nettle? ( virtual/pkgconfig )
-   nss? ( virtual/pkgconfig )
-   )
-"
-
-if [[ ${PV} ==  ]] ; then
-   # Needed for doc generation in 
-   REQUIRED_USE+=" html"
-   BDEPEND+=" virtual/w3m"
-else
-   BDEPEND+=" verify-sig? ( >=sec-keys/openpgp-keys-mlichvar-20210513 )"
-fi
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.5-pool-vendor-gentoo.patch
-   "${FILESDIR}"/${PN}-4.2-systemd-gentoo.patch
-   "${FILESDIR}"/${P}-strict-prototypes-clang16.patch
-)
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e 's:/etc/chrony\.conf:/etc/chrony/chrony.conf:g' \
-   doc/* examples/* || die
-
-   cp "${FILESDIR}"/chronyd.conf-r3 "${T}"/chronyd.conf || die
-}
-
-src_configure() {
-   if ! use caps ; then
-   sed -i \
-   -e 's/ -u ntp//' \
-   "${T}"/chronyd.conf examples/chronyd.service || die
-   fi
-
-   if ! use seccomp ; then
-   sed -i \
-   -e 's/ -F 2//' \
-   "${T}"/chronyd.conf examples/chronyd.service || die
-   fi
-
-   tc-export CC PKG_CONFIG
-
-   # Update from time to time with output from "date +%s"
-   # on a system that is time-synced.
-   export SOURCE_DATE_EPOCH=1607976314
-
-   # Not an autotools generated script
-   local myconf=(
-   $(use_enable seccomp scfilter)
-
-   $(usex caps '' '--disable-linuxcaps')
-   $(usex cmdmon '' '--disable-cmdmon')
-   $(usex debug '--enable-debug' '')
-   $(usex ipv6 '' '--disable-ipv6')
-   $(usex libedit '' '--without-editline')
-   $(usex libtomcrypt '' '--without-tomcrypt')
-   $(usex nettle '' '--without-nettle')
-   $(usex nss '' '--without-nss')
-   $(usex ntp '' '--disable-ntp')
-   $(usex nts '' '--disable-nts')
-   $(usex nts '' '--without-gnutls')
-   $(usex phc '' '--disable-phc')
-   $(usex pps '' '--disable-pps')
-   $(usex refclock '' '--disable-refclock')
-   $(usex rtc '' '--disable-rtc')
-   $(usex samba '--enable-ntp-signd' '')
- 

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

2022-12-09 Thread Sam James
commit: 6dfcb464cb196aceac476fe7c48e571897d1c119
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:48:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:48:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfcb464

app-accessibility/speech-dispatcher: Stabilize 0.11.4 x86, #885123

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

 app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild 
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
index aa87c946a7c6..30b70073ff78 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/brailcom/speechd/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc x86"
 IUSE="alsa ao espeak +espeak-ng flite nas pulseaudio python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2022-12-09 Thread Sam James
commit: 7eb6b56943eb535d718a0e17edd11d991d0e0496
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:48:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:48:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb6b569

dev-libs/pocl: add 3.1

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

 dev-libs/pocl/Manifest|   1 +
 dev-libs/pocl/pocl-3.1.ebuild | 136 ++
 2 files changed, 137 insertions(+)

diff --git a/dev-libs/pocl/Manifest b/dev-libs/pocl/Manifest
index 3fefa356fa2d..c053b08330a1 100644
--- a/dev-libs/pocl/Manifest
+++ b/dev-libs/pocl/Manifest
@@ -1 +1,2 @@
 DIST pocl-3.0.tar.gz 1722809 BLAKE2B 
095d3d1dca3fa7ebdf61e6e34bf444755dd6842c4f16e0f80895337e96508056465d332309d38ee4db6d6b0031e1dfce350485750e59bfe0dea5951eba5fd3e4
 SHA512 
dc02bdf259792edb5cb3c80cde5c5261e1e21219b4b31420a3b537abbca1bc478ce0ca0dfc622727088b67d580217d47566309de7c6114a24553de4496a209ea
+DIST pocl-3.1.tar.gz 1928607 BLAKE2B 
7044a96e361426408fabd973987a0d6956693e3c9095769ee94d7dac47a8841d7489933e94acd22451a1c8a2ca83cb8e6948aebe899b23a8a6080ef1b7b37e9c
 SHA512 
40d17e81d715f6897aa1d97fd02834d45227d9d0bd4c70e76d727f9ad4df675c25b7158a862e20e63810182fdad82a3cb1e454668c3a6422a977e59c8325fa0c

diff --git a/dev-libs/pocl/pocl-3.1.ebuild b/dev-libs/pocl/pocl-3.1.ebuild
new file mode 100644
index ..b850953e2668
--- /dev/null
+++ b/dev-libs/pocl/pocl-3.1.ebuild
@@ -0,0 +1,136 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DOCS_AUTODOC=0
+DOCS_BUILDER="sphinx"
+DOCS_DIR="doc/sphinx/source"
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+LLVM_MAX_SLOT=15
+
+inherit cmake llvm python-any-r1 docs
+
+DESCRIPTION="Portable Computing Language (an implementation of OpenCL)"
+HOMEPAGE="http://portablecl.org https://github.com/pocl/pocl;
+SRC_URI="https://github.com/pocl/pocl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+# TODO: hsa tce
+IUSE="accel +conformance cuda debug examples float-conversion hardening +hwloc 
memmanager lto test"
+# Tests not yet passing, fragile in Portage environment(?)
+RESTRICT="!test? ( test ) test"
+
+# TODO: add dependencies for cuda
+# Note: No := on LLVM because it pulls in Clang
+# see llvm.eclass for why
+CLANG_DEPS="!cuda? ( https://github.com/pocl/pocl/blob/master/.drone.yml
+   # But couldn't seem to get tests working yet
+   cmake_src_test
+}
+
+src_install() {
+   cmake_src_install
+
+   if use doc; then
+   dodoc -r _build/html
+   docompress -x /usr/share/doc/${P}/html
+   fi
+
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${P}/examples
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/files/, net-wireless/hostapd/

2022-12-09 Thread Sam James
commit: d6576b2463f3f2fbe8e4c6e3315337a9f8f22ae0
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:32:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6576b24

net-wireless/hostapd: drop 2.9-r6

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

 net-wireless/hostapd/Manifest  |   1 -
 ...-not-allow-event-subscriptions-with-URLs-.patch | 150 ---
 ...x-event-message-generation-using-a-long-U.patch |  59 -
 ...ndle-HTTP-initiation-failures-for-events-.patch |  47 
 ...y-ignore-management-frame-from-unexpected.patch |  73 --
 ...date-DigestAlgorithmIdentifier-parameters.patch | 115 -
 net-wireless/hostapd/hostapd-2.9-r6.ebuild | 275 -
 7 files changed, 720 deletions(-)

diff --git a/net-wireless/hostapd/Manifest b/net-wireless/hostapd/Manifest
index f33599c9daaa..6bcebd0b18ae 100644
--- a/net-wireless/hostapd/Manifest
+++ b/net-wireless/hostapd/Manifest
@@ -1,3 +1,2 @@
 DIST hostapd-2.10.tar.gz 2440435 BLAKE2B 
dbeeae2f62a8ab52df3e2d05ff0467b643cd68349ef3b28814a11dfb67d4b23d14cf2461a3040694706ec614fcd7c2e0fe58f3597e877cf47296cd75e11c792f
 SHA512 
243baa82d621f859d2507d8d5beb0ebda15a75548a62451dc9bca42717dcc8607adac49b354919a41d8257d16d07ac7268203a79750db0cfb34b51f80ff1ce8f
-DIST hostapd-2.9.tar.gz 2244312 BLAKE2B 
07308376dd1576313513fba815b220e4ab2f30ed1a402e24b5c8e62ded79c6d718ff47aad1ac9e46ffb7334580b556f19a8aef013eab34a8d61d708d2f01
 SHA512 
66c729380152db18b64520bda55dfa00af3b0264f97b5de100b81a46e2593571626c4bdcf900f0988ea2131e30bc8788f75d8489dd1f57e37fd56e8098e48a9c
 DIST net-wireless_hostapd_2.7-r2_extras.tar.xz 1820 BLAKE2B 
5c4daf0e4fcf5ae0803cdbe2aabcc75e89b1e92048e8a01894d73639a16b049174b37eca6b6206c337a2874a6e6d5588d50fa5b8a4813e7f6c22bf02efca852f
 SHA512 
65bc4634c8314280ceab44d1f5d6d62092f4bca48253f107b076211020f6f6502388490aee907f9910846a25ba2da7e4122bdb1873eb2b12bf94e867e3295f4c

diff --git 
a/net-wireless/hostapd/files/hostapd-2.9-0001-WPS-UPnP-Do-not-allow-event-subscriptions-with-URLs-.patch
 
b/net-wireless/hostapd/files/hostapd-2.9-0001-WPS-UPnP-Do-not-allow-event-subscriptions-with-URLs-.patch
deleted file mode 100644
index 0aa8a5ea1de0..
--- 
a/net-wireless/hostapd/files/hostapd-2.9-0001-WPS-UPnP-Do-not-allow-event-subscriptions-with-URLs-.patch
+++ /dev/null
@@ -1,150 +0,0 @@
-From 5b78c8f961f25f4dc22d6f2b77ddd06d712cec63 Mon Sep 17 00:00:00 2001
-From: Jouni Malinen 
-Date: Wed, 3 Jun 2020 23:17:35 +0300
-Subject: [PATCH 1/3] WPS UPnP: Do not allow event subscriptions with URLs to
- other networks
-
-The UPnP Device Architecture 2.0 specification errata ("UDA errata
-16-04-2020.docx") addresses a problem with notifications being allowed
-to go out to other domains by disallowing such cases. Do such filtering
-for the notification callback URLs to avoid undesired connections to
-external networks based on subscriptions that any device in the local
-network could request when WPS support for external registrars is
-enabled (the upnp_iface parameter in hostapd configuration).
-
-Signed-off-by: Jouni Malinen 

- src/wps/wps_er.c |  2 +-
- src/wps/wps_upnp.c   | 38 --
- src/wps/wps_upnp_i.h |  3 ++-
- 3 files changed, 39 insertions(+), 4 deletions(-)
-
-diff --git a/src/wps/wps_er.c b/src/wps/wps_er.c
-index 6bded14327f8..31d2e50e4cff 100644
 a/src/wps/wps_er.c
-+++ b/src/wps/wps_er.c
-@@ -1298,7 +1298,7 @@ wps_er_init(struct wps_context *wps, const char *ifname, 
const char *filter)
-  "with %s", filter);
-   }
-   if (get_netif_info(er->ifname, >ip_addr, >ip_addr_text,
-- er->mac_addr)) {
-+ NULL, er->mac_addr)) {
-   wpa_printf(MSG_INFO, "WPS UPnP: Could not get IP/MAC address "
-  "for %s. Does it have IP address?", er->ifname);
-   wps_er_deinit(er, NULL, NULL);
-diff --git a/src/wps/wps_upnp.c b/src/wps/wps_upnp.c
-index 6e10e4bc0c3f..7d4b7439940e 100644
 a/src/wps/wps_upnp.c
-+++ b/src/wps/wps_upnp.c
-@@ -303,6 +303,14 @@ static void subscr_addr_free_all(struct subscription *s)
- }
- 
- 
-+static int local_network_addr(struct upnp_wps_device_sm *sm,
-+struct sockaddr_in *addr)
-+{
-+  return (addr->sin_addr.s_addr & sm->netmask.s_addr) ==
-+  (sm->ip_addr & sm->netmask.s_addr);
-+}
-+
-+
- /* subscr_addr_add_url -- add address(es) for one url to subscription */
- static void subscr_addr_add_url(struct subscription *s, const char *url,
-   size_t url_len)
-@@ -381,6 +389,7 @@ static void subscr_addr_add_url(struct subscription *s, 
const char *url,
- 
-   for (rp = result; rp; rp = rp->ai_next) {
-   struct subscr_addr *a;
-+  struct sockaddr_in *addr = (struct 

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/files/, net-analyzer/fail2ban/

2022-12-09 Thread Sam James
commit: 6b506fb96eba87f9d4f5d1865c086f4697d7bcb9
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:32:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b506fb9

net-analyzer/fail2ban: drop 0.11.2-r4, 1.0.1

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

 net-analyzer/fail2ban/Manifest |   2 -
 net-analyzer/fail2ban/fail2ban-0.11.2-r4.ebuild| 137 
 net-analyzer/fail2ban/fail2ban-1.0.1.ebuild| 133 ---
 .../files/fail2ban-0.11.2-fix-2to3-usage.patch | 109 -
 .../fail2ban-0.11.2-fix-py3.10-collections.patch   |  33 ---
 .../files/fail2ban-0.11.2-fix-systemd-test.patch   |  22 --
 .../files/fail2ban-0.11.2-fix-tests-for-2021.patch |  50 -
 .../files/fail2ban-0.11.2-upstream-openrc.patch| 247 -
 8 files changed, 733 deletions(-)

diff --git a/net-analyzer/fail2ban/Manifest b/net-analyzer/fail2ban/Manifest
index 8d0bacdc9b1a..ab84e5639461 100644
--- a/net-analyzer/fail2ban/Manifest
+++ b/net-analyzer/fail2ban/Manifest
@@ -1,3 +1 @@
-DIST fail2ban-0.11.2.tar.gz 559552 BLAKE2B 
0c61c1d5f6eb23d585533fbb84e69343cb305df188537a97002489318292c6056447c4c221c9d4d4cde6cca52f0c2fb877b597957f703e4d6707801a646e52b0
 SHA512 
46b27abd947b00ea64106dbac563ef8afef38eec86684024d47d9a0e8c1969ff864ad6df7f4f8de2aa3eb1af6d769fb6796592d9f0e35521d5f95f17b8cade97
-DIST fail2ban-1.0.1.tar.gz 582122 BLAKE2B 
1fe1e5b3d6a1790304c29066b7a8edcb5a6ea11bea6fd8a2bf5f42a4725db1d5bfdd9ed1215a51bfc0eeccafa8a0e93c45940e897ceba7335965126f9b913ab0
 SHA512 
a4d0ee5405225b1ec950f3209bc304c1168c644d06309a187d77119f6bea12c382db046130a86411aad4210b458a16ee092269dc7953400950969a34550c6da5
 DIST fail2ban-1.0.2.tar.gz 583295 BLAKE2B 
84eb5e3487c4db734f4f0a36af142d520e1cc53c2960893ee2f05ff4e78133860be59ed9580fa0d972509a03c17e5d9458b8e3f6b470a4c3154f10911f94691e
 SHA512 
688a84361b5794e1658f53d2d200ce752fe1e3320ddb1742c32c4b4b82a79ace16ae464e7ea3eeb94a0e862bcac73c2d3a0e61dd7b28e179a4c857f950d74dbb

diff --git a/net-analyzer/fail2ban/fail2ban-0.11.2-r4.ebuild 
b/net-analyzer/fail2ban/fail2ban-0.11.2-r4.ebuild
deleted file mode 100644
index ffabcf3a0b71..
--- a/net-analyzer/fail2ban/fail2ban-0.11.2-r4.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit bash-completion-r1 distutils-r1 systemd tmpfiles
-
-DESCRIPTION="Scans log files and bans IPs that show malicious signs"
-HOMEPAGE="https://www.fail2ban.org/;
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/${PN}/${PN};
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="selinux systemd"
-
-RDEPEND="
-   virtual/logger
-   virtual/mta
-   selinux? ( sec-policy/selinux-fail2ban )
-   systemd? (
-   $(python_gen_cond_dep '
-   || (
-   dev-python/python-systemd[${PYTHON_USEDEP}]
-   sys-apps/systemd[python(-),${PYTHON_USEDEP}]
-   )' 'python*' )
-   )
-"
-
-DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt )
-
-PATCHES=(
-   "${FILESDIR}"/${P}-fix-tests-for-2021.patch
-   "${FILESDIR}"/${PN}-0.11.2-adjust-apache-logs-paths.patch
-   "${FILESDIR}"/${P}-fix-2to3-usage.patch
-   "${FILESDIR}"/${P}-fix-systemd-test.patch
-   "${FILESDIR}"/${P}-fix-py3.10-collections.patch
-   "${FILESDIR}"/${P}-upstream-openrc.patch
-)
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-
-   # Replace /var/run with /run, but not in the top source directory
-   find . -mindepth 2 -type f -exec \
-   sed -i -e 's|/var\(/run/fail2ban\)|\1|g' {} + || die
-}
-
-python_compile() {
-   ./fail2ban-2to3 || die
-   distutils-r1_python_compile
-}
-
-python_test() {
-   bin/fail2ban-testcases \
-   --no-network \
-   --no-gamin \
-   --verbosity=4 || die "Tests failed with ${EPYTHON}"
-
-   # Workaround for bug #790251
-   rm -r fail2ban.egg-info || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   rm -rf "${ED}"/usr/share/doc/${PN} "${ED}"/run || die
-
-   newconfd files/fail2ban-openrc.conf ${PN}
-
-   # These two are placed in the ${BUILD_DIR} after being "built"
-   # in install_scripts().
-   newinitd "${BUILD_DIR}/fail2ban-openrc.init" "${PN}"
-   systemd_dounit "${BUILD_DIR}/${PN}.service"
-
-   dotmpfiles files/${PN}-tmpfiles.conf
-
-   doman man/*.{1,5}
-
-   # Use INSTALL_MASK if you do not want to touch /etc/logrotate.d.
-   # See 

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

2022-12-09 Thread Sam James
commit: 4cc2764a9a3896a273265276e2ba6879071f
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:31:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc2764a

sys-process/parallel: drop 20220822, 20220922

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

 sys-process/parallel/Manifest |  4 
 sys-process/parallel/parallel-20220822.ebuild | 31 ---
 sys-process/parallel/parallel-20220922.ebuild | 31 ---
 3 files changed, 66 deletions(-)

diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest
index eef8e24c6d94..18220a84049e 100644
--- a/sys-process/parallel/Manifest
+++ b/sys-process/parallel/Manifest
@@ -1,7 +1,3 @@
-DIST parallel-20220822.tar.bz2 2389888 BLAKE2B 
95e94064eaecf661a46d45f33f61c51c3873b38935adcb9705678f44e4583d4338d9914ca2b5be87f3551148ad9889cb11beda11ac5771d840337d5a1d33c1c4
 SHA512 
d2dc3b2e59eb777e24c4564c7a9b8460ae85d587b32aa50358583d90f1beea8f321c5e93bd6adf34731a447d7fc22942c81e27a75a4b0b02616af2887be6db12
-DIST parallel-20220822.tar.bz2.sig 2080 BLAKE2B 
12b41f979f8a8c69c370cb1c0ff3687d1d7f12447060f3174d6379ed50caa8fb08682a71f7591bfb73e7f975a2f28cceda8e00a646afc5467caed4664767e6a8
 SHA512 
f0c6e1ddb08751da577d27a9cc1be725bfd7fce6fecb3b48f0fbddae42d5fdef264da36530cdf722bd19fa19308a77d9f7d16703f9f54697e60c4ea03286f58d
-DIST parallel-20220922.tar.bz2 2407177 BLAKE2B 
5cdb9daef3731a0de9a845f9686d506abe378973992953feec0b3502498adb0b20ed6ed13795748180555fc3557127dbb5b847030432d7b0039ea2f56818cea4
 SHA512 
8a1b8b0e3cd5548ceb32b3dd160303e5efd2ed3c4bce09abc09e17437c17b3688324a6b257893e838fb19ca0d55d08288ce2898098346dd78298ffb04a3c9536
-DIST parallel-20220922.tar.bz2.sig 2080 BLAKE2B 
79878e925776020308d6b0d981f3c83242f55c05fde5468b4da283ce5a2619edc7def6ad9f54287e16c948744ff37ac3934012b031844e0ad3bf7e4d8147857d
 SHA512 
384cf27a7160327d31933b0a45b0eb340ae3b321c98463a2a9733db82aaf5cca9971dbdaffe223cca24daeb14bc87b33bbfd879d9715cd2e042cd3f44dec8bff
 DIST parallel-20221022.tar.bz2 2409374 BLAKE2B 
715ea3b0dbd103a7f37fc7f8a6e28d039393fa562f85283e7aba0e8e64dc673101d561eb1290a69ed9daf9876b40c9b8855d8c72ac35af0323298e9a54594272
 SHA512 
13746e51435271b702f4c581ece70689b1fb8d45115deb1543dc325a5026f4f23095fb85656314d7f7405e44e523a9e6629eba8ed37751f9c8e008354c76b2f9
 DIST parallel-20221022.tar.bz2.sig 2080 BLAKE2B 
b2b33ff702a718184eae78e32c3c9447a49d3025d930368d400a93719aef2b2a2edde95a26acd69c95407dd98f7be4b0a447612bf2d79915db89dca17cadec03
 SHA512 
40f14494db66274e121ffa6ce1668c0e9bc70c0fdb11fd91fe8c1bb035d9417add50fa49dbaa0f649ec2b2fdf7f4eb85d103727b2fff7ee0fa74e2df5d4dcb82
 DIST parallel-20221122.tar.bz2 2415514 BLAKE2B 
0bb85853f3dd84dc51a9382f7d7867352ce45fb8ce628e8c7f09a6cc14f469164f290bdb50efc609963478f4644bce36237a4bbec8568a8c23ba34a85670d6a1
 SHA512 
cdae4ec3a5aaf1ae6c0d9dc35bad930c2b34ad4f91209de80d55258f1945e2df345708000a2facef3b647b6e0d4c275c909faf073961ae0b80b89efa8831211f

diff --git a/sys-process/parallel/parallel-20220822.ebuild 
b/sys-process/parallel/parallel-20220822.ebuild
deleted file mode 100644
index 35785e7adb17..
--- a/sys-process/parallel/parallel-20220822.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/oletange.asc
-inherit verify-sig
-
-DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote 
machines"
-HOMEPAGE="https://www.gnu.org/software/parallel/ 
https://git.savannah.gnu.org/cgit/parallel.git/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
-SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.bz2.sig )"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   dev-lang/perl
-   dev-perl/Devel-Size
-   dev-perl/Text-CSV
-   virtual/perl-Data-Dumper
-   virtual/perl-File-Temp
-   virtual/perl-IO
-"
-DEPEND="${RDEPEND}"
-BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-oletange-20210423 )"
-
-src_configure() {
-   econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
-}

diff --git a/sys-process/parallel/parallel-20220922.ebuild 
b/sys-process/parallel/parallel-20220922.ebuild
deleted file mode 100644
index 5f26fa471823..
--- a/sys-process/parallel/parallel-20220922.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/oletange.asc
-inherit verify-sig
-
-DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote 
machines"
-HOMEPAGE="https://www.gnu.org/software/parallel/ 
https://git.savannah.gnu.org/cgit/parallel.git/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
-SRC_URI+=" verify-sig? ( 

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

2022-12-09 Thread Sam James
commit: 4ee793083d77a749629ffd08d37bbd2cc837687c
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:35:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee79308

dev-libs/openssl: Stabilize 1.1.1s ppc64, #885117

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

 dev-libs/openssl/openssl-1.1.1s.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.1.1s.ebuild 
b/dev-libs/openssl/openssl-1.1.1s.ebuild
index 8f9670fb158d..1a7f7ba49afb 100644
--- a/dev-libs/openssl/openssl-1.1.1s.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1s.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="openssl"
 SLOT="0/1.1" # .so version of libssl/libcrypto
 if [[ ${PV} != *_pre* ]] ; then
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 fi
 IUSE="+asm rfc3779 sctp cpu_flags_x86_sse2 sslv3 static-libs test 
tls-compression tls-heartbeat vanilla verify-sig weak-ssl-ciphers"
 RESTRICT="!test? ( test )"



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

2022-12-09 Thread Sam James
commit: dba3b896fbf72444f30a94e0e244c21fa1c7888f
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:35:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba3b896

sec-keys/openpgp-keys-openssl: Stabilize 20221101 ppc64, #885117

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

 sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild 
b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild
index 038e15b6bf70..474ae7064ac1 100644
--- a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild
+++ b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild
@@ -55,7 +55,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 
 src_install() {
local files=( ${A} )



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

2022-12-09 Thread Sam James
commit: bb033f0eb0b172d2ab352523ef4052c28afa827a
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:33:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb033f0e

net-firewall/firewalld: drop 1.1.1, 1.1.3

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

 net-firewall/firewalld/Manifest   |   2 -
 net-firewall/firewalld/firewalld-1.1.1.ebuild | 214 -
 net-firewall/firewalld/firewalld-1.1.3.ebuild | 219 --
 3 files changed, 435 deletions(-)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 3d406f33b826..0a4ee8383b84 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,4 +1,2 @@
-DIST firewalld-1.1.1.tar.gz 1325362 BLAKE2B 
0167d9bc1c76da420dfe8aa5e6bfdd743116fbe6959d5920b972fac09c72608c90b9d6b2bb4bd7bb01250cbab2bdbb30a017becf5d050f490f4f289661e4366a
 SHA512 
ecf75c30be63d2285d0b915b26d20e679c2f45f121c37b8cecc236da02d21039c692d1fec72e6c29d2a7b6de570daad573c230deacaef7491a2fd39c35332479
-DIST firewalld-1.1.3.tar.gz 2124653 BLAKE2B 
178afc1c76538abbc2927819f35a81a642aabe5d9139a7dde69c50e061e59ae9f362374cc0bbfb4e8ad25c99caf8e45ddd92f1709478afb109d700b16bf84e38
 SHA512 
5108b363017b947907f104fb361bcc85443fc1b523718d8e0883932cb212a447391c9cea8b1e3f69bb9cc1c3a05b9042a8b9d91798d1dd09d4d4a224c9ce9d71
 DIST firewalld-1.2.1.tar.gz 2142992 BLAKE2B 
4d9763373bc5b35fd4e9a435669bfba148b8ba7054c3ebb1c24ac96739bb62fa6b424b8b95bd9a0394716a36df5e9c3f4b84efcf4ca2811661265f548eedacef
 SHA512 
a9b2d7346291d0c54e850913f2d40a08d121d64df75ee87655fa2ee022ade908c762e5b6d372d4e8879eec1138f73635ee9398cdb3703efe67039769c5e2a42a
 DIST firewalld-1.2.2.tar.gz 2145443 BLAKE2B 
495bbd79fdab6f84e97533654b1d2b378841f14a60052a816d399d0ac8c2e2fe588486fae00dceeab5a13f7e03b030ae6db71c27208da415773ad033f0ea4ea2
 SHA512 
1b37b2daedb818afa6fe9d1512bdeebe48e39c39f94926d8aa93837816c211e30760706f536d63f51407a493a17927568c47118218d935949e22a78f7821441c

diff --git a/net-firewall/firewalld/firewalld-1.1.1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.1.ebuild
deleted file mode 100644
index 44aacd0abb81..
--- a/net-firewall/firewalld/firewalld-1.1.1.ebuild
+++ /dev/null
@@ -1,214 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-inherit autotools bash-completion-r1 gnome2-utils linux-info optfeature 
plocale python-single-r1 systemd xdg-utils
-
-DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
-HOMEPAGE="https://firewalld.org/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
-IUSE="gui +nftables +iptables"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   iptables? (
-   net-firewall/iptables[ipv6(+)]
-   net-firewall/ebtables
-   net-firewall/ipset
-   nftables? ( net-firewall/nftables[xtables(+)] )
-   )
-   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gui? (
-   x11-libs/gtk+:3
-   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
-   )
-   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
-   ')"
-DEPEND="${RDEPEND}
-   dev-libs/glib:2"
-BDEPEND="app-text/docbook-xml-dtd
-   >=dev-util/intltool-0.35
-   sys-devel/gettext"
-
-RESTRICT="test" # bug 650760
-
-# Testsuite's Makefile.am calls missing(!)
-# ... but this seems to be consistent with the autoconf docs?
-# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
-QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
-
-PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
-
-pkg_setup() {
-   # See bug #830132 for the huge list
-   # We can probably narrow it down a bit but it's rather fragile
-   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
-   ~NETFILTER
-   ~NETFILTER_ADVANCED
-   ~NETFILTER_INGRESS
-   ~NF_NAT_MASQUERADE
-   ~NF_NAT_REDIRECT
-   ~NF_TABLES_INET
-   ~NF_TABLES_IPV4
-   ~NF_TABLES_IPV6
-   ~NF_CONNTRACK
-   ~NF_CONNTRACK_BROADCAST
-   ~NF_CONNTRACK_NETBIOS_NS
-   ~NF_CONNTRACK_TFTP
-   ~NF_CT_NETLINK
-   ~NF_CT_NETLINK_HELPER
-   ~NF_DEFRAG_IPV4
-   ~NF_DEFRAG_IPV6
-   ~NF_NAT
-   ~NF_NAT_TFTP
-   ~NF_REJECT_IPV4
-   ~NF_REJECT_IPV6

[gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/files/, media-video/pipewire/

2022-12-09 Thread Sam James
commit: 2c55a48f17db8dfe66a495d5399348a4976eabf8
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:34:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c55a48f

media-video/pipewire: drop 0.3.56

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

 media-video/pipewire/Manifest  |   1 -
 .../files/pipewire-0.3.56-big-endian.patch |  55 ---
 media-video/pipewire/pipewire-0.3.56.ebuild| 424 -
 3 files changed, 480 deletions(-)

diff --git a/media-video/pipewire/Manifest b/media-video/pipewire/Manifest
index dd5472274968..9e785ebba91f 100644
--- a/media-video/pipewire/Manifest
+++ b/media-video/pipewire/Manifest
@@ -1,4 +1,3 @@
-DIST pipewire-0.3.56.tar.gz 1856321 BLAKE2B 
62fb5d5a83b3cfc0555f09da42c8d4fbe69f34432add57f91a9c001535340a84f54572af4a5ba138251888cba9be0c038317dfe929d2e2ef36ff62f4679c6ea0
 SHA512 
a1ba598c56130a30e573d3ce3ac5879d800d3005a47075c45353d968c97c12f74d85802cd171b61558c06c474a03bbe4885396ca430a0af6c5672ed00f43d108
 DIST pipewire-0.3.59.tar.bz2 1443372 BLAKE2B 
5e2d82c0bfdb7c030d8be525152c38115438caeb990afd7757424efcf2a7391a6a4891b0f58347ab0b7446707e8ad88baffa0c11c5acc42e086f23c9de3cb354
 SHA512 
f42bfab6e1bb227431119b44887af818a25eb0cdbcca917433162af87c942eb105a2b6e100de877d188941a24f1c8e2e9ae79f499fc20f0a32e2f7cc5de54162
 DIST pipewire-0.3.60.tar.bz2 1478952 BLAKE2B 
a7cda37a35ea58079b5297949239fd05b895b59d397f36a68c75c9392c65ad060926caf2e61c5511ab27f02da6c1c2044e4e86009f9c5f18d2744cad63585900
 SHA512 
8a1c022a283f3cbe7488658563440ff6b426f0b894f519ccd5c7d73bdb5437902fbd4d7d572d5840d48bd7a2f037f0f14dd244fe36b8be891a2d2843f4a99b5c
 DIST pipewire-0.3.61.tar.bz2 1480364 BLAKE2B 
df940896189b986e1d63ce6d5ec6cb554ae030ef2ed217a5310f06d959b8c28bff12bc48d847ce5bc6ff007b3652f9ae6e35fd15ef39283348c010cd341bcea6
 SHA512 
8fe5b6ce0fd1ef2a20b1253436fb97aab9da168ce243400b0291051e97809d75793d9446fd4aafc835f82fd257009ec6df9e181d375b492ee72d7f90275ab917

diff --git a/media-video/pipewire/files/pipewire-0.3.56-big-endian.patch 
b/media-video/pipewire/files/pipewire-0.3.56-big-endian.patch
deleted file mode 100644
index d7742d26cead..
--- a/media-video/pipewire/files/pipewire-0.3.56-big-endian.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/aaa015d0c0c66b64c7198a34ad3c4b43445667d2
-https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/1a5ec4452fa21592eaeeb823ad95a1db6eb60376
-https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/f857fd46262b1a90ad94f86e34216a1a886d9463
-
-From aaa015d0c0c66b64c7198a34ad3c4b43445667d2 Mon Sep 17 00:00:00 2001
-From: Wim Taymans 
-Date: Tue, 19 Jul 2022 13:06:52 +0200
-Subject: [PATCH] avb: fix compilation on big endian
-
 a/spa/plugins/avb/avbtp/packets.h
-+++ b/spa/plugins/avb/avbtp/packets.h
-@@ -116,7 +116,7 @@ struct spa_avbtp_packet_aaf {
-   unsigned gv:1;
-   unsigned tv:1;
- 
--  uint8_t seq_number;
-+  uint8_t seq_num;
- 
-   unsigned _r2:7;
-   unsigned tu:1;
-GitLab
-From 1a5ec4452fa21592eaeeb823ad95a1db6eb60376 Mon Sep 17 00:00:00 2001
-From: Wim Taymans 
-Date: Tue, 19 Jul 2022 13:49:42 +0200
-Subject: [PATCH] avb: fix compilation on big endian
-
 a/src/modules/module-avb/aaf.h
-+++ b/src/modules/module-avb/aaf.h
-@@ -35,7 +35,7 @@ struct avb_packet_aaf {
-   unsigned gv:1;
-   unsigned tv:1;
- 
--  uint8_t seq_number;
-+  uint8_t seq_num;
- 
-   unsigned _r2:7;
-   unsigned tu:1;
-GitLab
-From f857fd46262b1a90ad94f86e34216a1a886d9463 Mon Sep 17 00:00:00 2001
-From: Wim Taymans 
-Date: Tue, 19 Jul 2022 14:07:16 +0200
-Subject: [PATCH] avb: fix compilation on big endian
-
 a/src/modules/module-avb/iec61883.h
-+++ b/src/modules/module-avb/iec61883.h
-@@ -37,7 +37,7 @@ struct avb_packet_iec61883 {
-   unsigned gv:1;
-   unsigned tv:1;
- 
--  uint8_t seq_number;
-+  uint8_t seq_num;
- 
-   unsigned _r2:7;
-   unsigned tu:1;
-GitLab

diff --git a/media-video/pipewire/pipewire-0.3.56.ebuild 
b/media-video/pipewire/pipewire-0.3.56.ebuild
deleted file mode 100644
index d60731301153..
--- a/media-video/pipewire/pipewire-0.3.56.ebuild
+++ /dev/null
@@ -1,424 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# 1. Please regularly check (even at the point of bumping) Fedora's packaging
-# for needed backports at 
https://src.fedoraproject.org/rpms/pipewire/tree/rawhide.
-#
-# 2. Upstream also sometimes amend release notes for the previous release to 
mention
-# needed patches, e.g. 
https://gitlab.freedesktop.org/pipewire/pipewire/-/tags/0.3.55#distros
-#
-# 3. Keep an eye on git master (for both PipeWire and WirePlumber) as things
-# continue to move quickly. It's not uncommon for fixes to be made shortly
-# after releases.
-
-PYTHON_COMPAT=( python3_{8..11} )
-

[gentoo-commits] repo/gentoo:master commit in: media-video/wireplumber/files/, media-video/wireplumber/

2022-12-09 Thread Sam James
commit: 995ecdbe98cdd53e619e8010263680e7b6328c9b
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:30:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995ecdbe

media-video/wireplumber: drop 0.4.11-r3

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

 media-video/wireplumber/Manifest   |   1 -
 .../files/wireplumber-0.4.11-alsa-lua-crash.patch  |  33 -
 .../wireplumber-0.4.11-dbus-reconnect-crash.patch  |  45 ---
 .../files/wireplumber-0.4.11-loop.patch| 147 -
 .../wireplumber/wireplumber-0.4.11-r3.ebuild   | 131 --
 5 files changed, 357 deletions(-)

diff --git a/media-video/wireplumber/Manifest b/media-video/wireplumber/Manifest
index bc9a9c83c560..f04df271892e 100644
--- a/media-video/wireplumber/Manifest
+++ b/media-video/wireplumber/Manifest
@@ -1,2 +1 @@
-DIST wireplumber-0.4.11.tar.gz 403931 BLAKE2B 
77ef2540081420d4255dcb54165d0aceb08d97c60d19b9eb7606e90cf95e305e690794a1f46234b53b13765452fea0d23ae6acae9deea672db67e21c31d2307d
 SHA512 
73a5120cd0c55b5fe5248cc22497efd23e40bb91961553639d9cf1bbf138d273db65153fa3c1bb0d2794f869e077e011156d323832534f62651d66f8cc87dca4
 DIST wireplumber-0.4.12.tar.bz2 317524 BLAKE2B 
5f020759fab459fb3311f8a5cef2bf7dc62304b6e95f5d983b86b0e6ddef7bc16c4f2ef6a36264d7ed94e48dbb4c66ff3389bfd7ca58841b4fd6cdfb21bc
 SHA512 
79827ea9f61bacf8df80f9cd0ca4c80192cf85a1b181a51256b3c845d1d04a690ea5c1270d6d5d05d56f799f16980a593e61d003ef78ad7dc8d5e9ea332aa5d4

diff --git 
a/media-video/wireplumber/files/wireplumber-0.4.11-alsa-lua-crash.patch 
b/media-video/wireplumber/files/wireplumber-0.4.11-alsa-lua-crash.patch
deleted file mode 100644
index 3bc8bbd08bb6..
--- a/media-video/wireplumber/files/wireplumber-0.4.11-alsa-lua-crash.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/c16e637c329bc9dda8544b18f5bd47a8d63ee253
-
-From c16e637c329bc9dda8544b18f5bd47a8d63ee253 Mon Sep 17 00:00:00 2001
-From: George Kiagiadakis 
-Date: Thu, 7 Jul 2022 20:58:36 +0300
-Subject: [PATCH] alsa: use "obj_type" as a variable name to avoid shadowing
- lua's "type" function
-
-This causes a crash when running in a VM because the code tries to
-execute lua's "type()" and ends up executing the local string variable...
-
-Fixes: #303
 a/src/scripts/monitors/alsa.lua
-+++ b/src/scripts/monitors/alsa.lua
-@@ -49,7 +49,7 @@ function nonempty(str)
-   return str ~= "" and str or nil
- end
- 
--function createNode(parent, id, type, factory, properties)
-+function createNode(parent, id, obj_type, factory, properties)
-   local dev_props = parent.properties
- 
-   -- set the device id and spa factory name; REQUIRED, do not change
-@@ -199,7 +199,7 @@ function createDevice(parent, id, factory, properties)
-   end
- end
- 
--function prepareDevice(parent, id, type, factory, properties)
-+function prepareDevice(parent, id, obj_type, factory, properties)
-   -- ensure the device has an appropriate name
-   local name = "alsa_card." ..
- (properties["device.name"] or
-GitLab

diff --git 
a/media-video/wireplumber/files/wireplumber-0.4.11-dbus-reconnect-crash.patch 
b/media-video/wireplumber/files/wireplumber-0.4.11-dbus-reconnect-crash.patch
deleted file mode 100644
index 6098ed11c302..
--- 
a/media-video/wireplumber/files/wireplumber-0.4.11-dbus-reconnect-crash.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/eb406bdb2cbbcd49c55c71285f8f2eddb624d24b
-
-From eb406bdb2cbbcd49c55c71285f8f2eddb624d24b Mon Sep 17 00:00:00 2001
-From: George Kiagiadakis 
-Date: Wed, 13 Jul 2022 13:38:14 +0300
-Subject: [PATCH] dbus: fix crash when trying to reconnect
-
-When coming from on_sync_reconnect, data points to the WpDBus object
-instead of the activation transition.
-
-Fixes: #305
 a/lib/wp/dbus.c
-+++ b/lib/wp/dbus.c
-@@ -58,14 +58,26 @@ wp_dbus_set_state (WpDbus *self, WpDBusState new_state)
- static void
- on_got_bus (GObject * obj, GAsyncResult * res, gpointer data)
- {
--  WpTransition *transition = WP_TRANSITION (data);
--  WpDbus *self = wp_transition_get_source_object (transition);
-+  WpTransition *transition;
-+  WpDbus *self;
-   g_autoptr (GError) error = NULL;
- 
-+  if (WP_IS_TRANSITION (data)) {
-+// coming from wp_dbus_enable
-+transition = WP_TRANSITION (data);
-+self = wp_transition_get_source_object (transition);
-+  } else {
-+// coming from on_sync_reconnect
-+transition = NULL;
-+self = WP_DBUS (data);
-+  }
-+
-   self->connection = g_dbus_connection_new_for_address_finish (res, );
-   if (!self->connection) {
--g_prefix_error (, "Failed to connect to bus: ");
--wp_transition_return_error (transition, g_steal_pointer ());
-+if (transition) {
-+  g_prefix_error (, "Failed to connect to bus: ");
-+  wp_transition_return_error (transition, 

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

2022-12-09 Thread Sam James
commit: b8f2426293071246cf6bb749f16dadfe63c884d6
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:31:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f24262

net-misc/iperf: drop 3.11

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

 net-misc/iperf/Manifest  |  1 -
 net-misc/iperf/iperf-3.11.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/iperf/Manifest b/net-misc/iperf/Manifest
index 7c2daa431c11..0d9153e9aa8a 100644
--- a/net-misc/iperf/Manifest
+++ b/net-misc/iperf/Manifest
@@ -1,3 +1,2 @@
 DIST iperf-2.0.13.tar.gz 326148 BLAKE2B 
2a40aea9e2d7fdc935b91be5e4e586bf68dd27604375d2570570145e5db1ea5837469a4989f47586986932bef33cba05ed19ed3a9ce40c0a5531581c6d3ba982
 SHA512 
40fcfb8f4d27887f53a743ac07396511fb2a7ac59f4b300fe36896bd0241e191945fa253705990711772ee776d5e4227ed62760fc92abebdfebcedd11c27c0ea
-DIST iperf-3.11.tar.gz 638521 BLAKE2B 
b2981c170aac947c407b0a5686cd9708012282044be30ec7e5f993a9d61d55c4517003024890a194f6e55d342be0e60f1bcab27460541d2b9631a3bb88e094a5
 SHA512 
4be3e407f77a083d826bddc5ce2939047c85f5b816a6aeb3293eacabf2ea23bf13df4226e629ade3bf390c2eb08d6a1cb96f8cdb0fefb290a0fa4c8331d11a17
 DIST iperf-3.12.tar.gz 648136 BLAKE2B 
95753e4fd2b7ca640b17501f6b21b0e63ea0a3df2ba920c672ffcccd991502cacf4bf3641be1ffbbb993c86e6915ceada5745cffe1796bb86b6a6a1dff8811ae
 SHA512 
9b0600a19750311557833b32ca5c4be809ab98643522f125645dd8f83c482017e42fbe5fc9484624731176a59b67203a468eb81eebf1a37b9c1b3eff818857ba

diff --git a/net-misc/iperf/iperf-3.11.ebuild b/net-misc/iperf/iperf-3.11.ebuild
deleted file mode 100644
index 188df4bf878d..
--- a/net-misc/iperf/iperf-3.11.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
-HOMEPAGE="https://github.com/esnet/iperf;
-SRC_URI="https://github.com/esnet/iperf/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/${P/_/}
-
-LICENSE="BSD"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="sctp"
-
-DEPEND="dev-libs/openssl:=
-   sctp? ( net-misc/lksctp-tools )"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md RELNOTES.md )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.10.1-drop-forced-debugging-symbols.patch
-)
-
-src_configure() {
-   econf $(use_with sctp)
-}
-
-src_install() {
-   default
-
-   newconfd "${FILESDIR}"/iperf.confd iperf3
-   newinitd "${FILESDIR}"/iperf3.initd iperf3
-   systemd_dounit contrib/iperf3.service
-
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/vnstat/

2022-12-09 Thread Sam James
commit: 69187ab1597c5877b4655efd5529eadbfb3aa97d
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:30:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69187ab1

net-analyzer/vnstat: drop 2.9

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

 net-analyzer/vnstat/Manifest  |  2 -
 net-analyzer/vnstat/vnstat-2.9.ebuild | 84 ---
 2 files changed, 86 deletions(-)

diff --git a/net-analyzer/vnstat/Manifest b/net-analyzer/vnstat/Manifest
index 6b08fd42c6c5..c6c80056983e 100644
--- a/net-analyzer/vnstat/Manifest
+++ b/net-analyzer/vnstat/Manifest
@@ -1,4 +1,2 @@
 DIST vnstat-2.10.tar.gz 304464 BLAKE2B 
82fcb54cf00a8122f31dc27f41f830ef68b92452bf7ae22bf2f1be13a1526bd12e8365002edef7766156f2df15472b189b3f219074532cb00a81156775b08997
 SHA512 
86c761290ec059a3252049b4f2a0a2aecdd7f8c159ee3db904339b1a9b14157a2125b919dd52754a29320ccdb41c89739bca78548b5a44b158b493f48be24a78
 DIST vnstat-2.10.tar.gz.asc 833 BLAKE2B 
bb3b7ef9d52c7ba4e8fb3ae7c8693e36803374c0ced0a0d6c4c16c8ca554290ab805e6f732ea2d188d78246e34b7a747673cf99725fcb74f65192cba1fbaeac4
 SHA512 
2b3c0f381bad8ce542cc0fa287a7a9a16f4381a8aecb342dbb5622464131a7c7cdbf01cb12f5b75964d0e2b6792d28e37f4f8e6ca607cb8122462013b003
-DIST vnstat-2.9.tar.gz 300796 BLAKE2B 
1671fe49f3add0087431b57aaa69d4c6280066a299e6899c00cd5bf6ec21380d1457295f884f683ebfb89959eea08a9d900e898a865e3f6ff2a82ecf354d974a
 SHA512 
883f273c02f6d91478991d95deffba9d90457a1bb0b9dd818c01398365df97ffb72dda88299231d9076756192b05524b6f8820470c9caf6ee6a12e5914a82176
-DIST vnstat-2.9.tar.gz.asc 833 BLAKE2B 
4dd17e02e6c0c5232354ea8c4dea1d86ac43015ac66c60dc227b143aa5352e5a1eb0870932662778b2350928b124e2bbc56dfa13cfe7c2fd74538d84c00f9b4c
 SHA512 
bf57974afb028fef7ec311a15bb1dcf275f10b845c5512efe73711b622b5912c4de0ff0553db4152389d2421a468c888191eab8fca08212e164f997ad1e04778

diff --git a/net-analyzer/vnstat/vnstat-2.9.ebuild 
b/net-analyzer/vnstat/vnstat-2.9.ebuild
deleted file mode 100644
index b2186d2f4e6a..
--- a/net-analyzer/vnstat/vnstat-2.9.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd tmpfiles
-
-DESCRIPTION="Console-based network traffic monitor that keeps statistics of 
network usage"
-HOMEPAGE="https://humdi.net/vnstat/;
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/vergoh/vnstat;
-   inherit git-r3
-else
-   
VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/teemutoivola.asc
-   inherit verify-sig
-
-   SRC_URI="https://humdi.net/vnstat/${P}.tar.gz;
-   SRC_URI+=" verify-sig? ( https://humdi.net/vnstat/${P}.tar.gz.asc )"
-
-   KEYWORDS="amd64 arm arm64 hppa ~mips ppc ppc64 ~riscv sparc x86"
-
-   BDEPEND="verify-sig? ( sec-keys/openpgp-keys-teemutoivola )"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="gd selinux test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   acct-group/vnstat
-   acct-user/vnstat
-   dev-db/sqlite
-   gd? ( media-libs/gd[png] )
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-libs/check )
-"
-RDEPEND+=" selinux? ( sec-policy/selinux-vnstatd )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.9-conf.patch
-)
-
-src_compile() {
-   emake \
-   ${PN} \
-   ${PN}d \
-   $(usex gd ${PN}i '')
-}
-
-src_install() {
-   use gd && dobin vnstati
-   dobin vnstat vnstatd
-
-   exeinto /usr/share/${PN}
-   newexe "${FILESDIR}"/vnstat.cron-r1 vnstat.cron
-
-   insinto /etc
-   doins cfg/vnstat.conf
-   fowners root:vnstat /etc/vnstat.conf
-
-   keepdir /var/lib/vnstat
-   fowners vnstat:vnstat /var/lib/vnstat
-
-   newconfd "${FILESDIR}"/vnstatd.confd-r1 vnstatd
-   newinitd "${FILESDIR}"/vnstatd.initd-r2 vnstatd
-
-   systemd_newunit "${FILESDIR}"/vnstatd.systemd vnstatd.service
-   newtmpfiles "${FILESDIR}"/vnstatd.tmpfile vnstatd.conf
-
-   use gd && doman man/vnstati.1
-
-   doman man/vnstat.1 man/vnstatd.8
-
-   newdoc INSTALL README.setup
-   dodoc CHANGES README UPGRADE FAQ examples/vnstat.cgi
-}
-
-pkg_postinst() {
-   tmpfiles_process vnstatd.conf
-}



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

2022-12-09 Thread Sam James
commit: 58794f618f898db040c0bd2ef2015b3839616168
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:27:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58794f61

dev-util/seer: drop 1.11

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

 dev-util/seer/Manifest |  1 -
 dev-util/seer/seer-1.11.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-util/seer/Manifest b/dev-util/seer/Manifest
index 5cb61b38fe8c..d7b9831bef38 100644
--- a/dev-util/seer/Manifest
+++ b/dev-util/seer/Manifest
@@ -1,3 +1,2 @@
-DIST seer-1.11.tar.gz 380123 BLAKE2B 
786061d12127cac2b64012461a8cab4f082c2f028db42c8856187cefae940ed084b70db68f6deb4735e5d6237f2d936be5d28d417f676a18324e37fc14342aec
 SHA512 
be58f4c24f34b7d55689c82c7bf0584780e36d47f2e153555fca51b35763732ff639cd2f8281bf7eba8270d706c5560efea72d2c8b19cca5d4e2480d72f9f440
 DIST seer-1.12.tar.gz 387336 BLAKE2B 
2db88904c230f5e5d1aa7112a77a88f709879aed8a6c6867ef05d53cfbba5baa56b477345be8e00a8a5881b2156da9730b71285dc68945d78cb959fccbb988be
 SHA512 
94ce329fa0aebea34d838c1742cd3ab34d76123d3a99e102314b2e4a300944be2fb4cd3116d023efbc3a48aec562493ca241a8478a995bd99df58bf0fecc3d50
 DIST seer-1.13.tar.gz 396675 BLAKE2B 
9dd844688a84645c5c105f5296c86c71335ccced3880a3636c8e6904be85253b1dd4da51035e5d93f6f6415584763cdf40dd27cfb5d617ee6a2fd2b64685752a
 SHA512 
1c54c4c304ca3a378aaf1f2e2e8de49cf41886de76257cb9f746ff85a15ec2bf9abe0d4311ca6a2e585d2c13740ec815e63f3a8dc4df7478c71bc0e2261b5d4e

diff --git a/dev-util/seer/seer-1.11.ebuild b/dev-util/seer/seer-1.11.ebuild
deleted file mode 100644
index ecf4ab10dc4a..
--- a/dev-util/seer/seer-1.11.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake desktop xdg
-
-DESCRIPTION="A GUI frontend to gdb"
-HOMEPAGE="https://github.com/epasveer/seer;
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/epasveer/seer;
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/epasveer/seer/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-   KEYWORDS="~amd64"
-fi
-
-S="${WORKDIR}"/${P}/src
-
-# Upstream keep 'debian/copyright' up to date
-# https://github.com/epasveer/seer/issues/86
-LICENSE="GPL-3+ CC-BY-3.0 CC-BY-4.0"
-SLOT="0"
-
-DEPEND="
-   dev-qt/qtcharts:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-"
-RDEPEND="
-   ${DEPEND}
-   sys-devel/gdb
-"
-
-src_install() {
-   cmake_src_install
-
-   domenu resources/seergdb.desktop
-
-   local size
-   for size in 32 64 128 256 512 ; do
-   newicon -s ${size} resources/seergdb_${size}x${size}.png 
seergdb.png
-   done
-}



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

2022-12-09 Thread Sam James
commit: d3a72f30193860318de8eab29741484ae727b6e7
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:29:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a72f30

dev-util/seer: add 1.13

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

 dev-util/seer/Manifest |  1 +
 dev-util/seer/seer-1.13.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-util/seer/Manifest b/dev-util/seer/Manifest
index 25fdbbd8f331..5cb61b38fe8c 100644
--- a/dev-util/seer/Manifest
+++ b/dev-util/seer/Manifest
@@ -1,2 +1,3 @@
 DIST seer-1.11.tar.gz 380123 BLAKE2B 
786061d12127cac2b64012461a8cab4f082c2f028db42c8856187cefae940ed084b70db68f6deb4735e5d6237f2d936be5d28d417f676a18324e37fc14342aec
 SHA512 
be58f4c24f34b7d55689c82c7bf0584780e36d47f2e153555fca51b35763732ff639cd2f8281bf7eba8270d706c5560efea72d2c8b19cca5d4e2480d72f9f440
 DIST seer-1.12.tar.gz 387336 BLAKE2B 
2db88904c230f5e5d1aa7112a77a88f709879aed8a6c6867ef05d53cfbba5baa56b477345be8e00a8a5881b2156da9730b71285dc68945d78cb959fccbb988be
 SHA512 
94ce329fa0aebea34d838c1742cd3ab34d76123d3a99e102314b2e4a300944be2fb4cd3116d023efbc3a48aec562493ca241a8478a995bd99df58bf0fecc3d50
+DIST seer-1.13.tar.gz 396675 BLAKE2B 
9dd844688a84645c5c105f5296c86c71335ccced3880a3636c8e6904be85253b1dd4da51035e5d93f6f6415584763cdf40dd27cfb5d617ee6a2fd2b64685752a
 SHA512 
1c54c4c304ca3a378aaf1f2e2e8de49cf41886de76257cb9f746ff85a15ec2bf9abe0d4311ca6a2e585d2c13740ec815e63f3a8dc4df7478c71bc0e2261b5d4e

diff --git a/dev-util/seer/seer-1.13.ebuild b/dev-util/seer/seer-1.13.ebuild
new file mode 100644
index ..ecf4ab10dc4a
--- /dev/null
+++ b/dev-util/seer/seer-1.13.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake desktop xdg
+
+DESCRIPTION="A GUI frontend to gdb"
+HOMEPAGE="https://github.com/epasveer/seer;
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/epasveer/seer;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/epasveer/seer/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+   KEYWORDS="~amd64"
+fi
+
+S="${WORKDIR}"/${P}/src
+
+# Upstream keep 'debian/copyright' up to date
+# https://github.com/epasveer/seer/issues/86
+LICENSE="GPL-3+ CC-BY-3.0 CC-BY-4.0"
+SLOT="0"
+
+DEPEND="
+   dev-qt/qtcharts:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+"
+RDEPEND="
+   ${DEPEND}
+   sys-devel/gdb
+"
+
+src_install() {
+   cmake_src_install
+
+   domenu resources/seergdb.desktop
+
+   local size
+   for size in 32 64 128 256 512 ; do
+   newicon -s ${size} resources/seergdb_${size}x${size}.png 
seergdb.png
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/

2022-12-09 Thread Sam James
commit: 23b5a05237092b396f979e55e5d49a00ab226ff3
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:30:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b5a052

net-analyzer/tcpdump: drop 4.99.1

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

 net-analyzer/tcpdump/tcpdump-4.99.1.ebuild | 106 -
 1 file changed, 106 deletions(-)

diff --git a/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild 
b/net-analyzer/tcpdump/tcpdump-4.99.1.ebuild
deleted file mode 100644
index 6dc1d3f43826..
--- a/net-analyzer/tcpdump/tcpdump-4.99.1.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
-
-DESCRIPTION="A tool for network monitoring and data acquisition"
-HOMEPAGE="https://www.tcpdump.org/ 
https://github.com/the-tcpdump-group/tcpdump;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump;
-else
-   VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/tcpdump.asc
-   inherit verify-sig
-
-   # Note: drop -upstream on bump, this is just because we switched to the 
official
-   # distfiles for verify-sig
-   SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz -> 
${P}-upstream.tar.gz"
-   SRC_URI+=" verify-sig? ( 
https://www.tcpdump.org/release/${P}.tar.gz.sig -> ${P}-upstream.tar.gz.sig )"
-
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="+drop-root +smi +ssl +samba suid test"
-REQUIRED_USE="test? ( samba )"
-
-RESTRICT="!test? ( test )"
-# Assorted failures: bug #768498
-#RESTRICT="test"
-
-RDEPEND="
-   >=net-libs/libpcap-1.10.1
-   drop-root? (
-   acct-group/pcap
-   acct-user/pcap
-   sys-libs/libcap-ng
-   )
-   smi? ( net-libs/libsmi )
-   ssl? (
-   >=dev-libs/openssl-0.9.6m:0=
-   )
-   suid? (
-   acct-group/pcap
-   acct-user/pcap
-   )
-"
-DEPEND="
-   ${RDEPEND}
-   test? (
-   dev-lang/perl
-   )
-"
-BDEPEND="drop-root? ( virtual/pkgconfig )"
-
-if [[ ${PV} != ** ]] ; then
-   BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-tcpdump )"
-fi
-
-PATCHES=(
-   "${FILESDIR}"/${PN}--libdir.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable samba smb) \
-   $(use_with drop-root cap-ng) \
-   $(use_with drop-root chroot '') \
-   $(use_with smi) \
-   $(use_with ssl crypto "${ESYSROOT}/usr") \
-   $(usex drop-root "--with-user=pcap" "")
-}
-
-src_test() {
-   if [[ ${EUID} -ne 0 ]] || ! use drop-root ; then
-   emake check
-   else
-   ewarn "If you want to run the test suite, make sure you either"
-   ewarn "set FEATURES=userpriv or set USE=-drop-root"
-   fi
-}
-
-src_install() {
-   dosbin tcpdump
-   doman tcpdump.1
-   dodoc *.awk
-   dodoc CHANGES CREDITS README.md
-
-   if use suid ; then
-   fowners root:pcap /usr/sbin/tcpdump
-   fperms 4110 /usr/sbin/tcpdump
-   fi
-}
-
-pkg_postinst() {
-   use suid && elog "To let normal users run tcpdump, add them to the pcap 
group."
-}



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

2022-12-09 Thread Sam James
commit: 8c1c34d92c80bcfd362a933bf9b5e558aecd6aa9
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:26:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1c34d9

app-accessibility/speech-dispatcher: drop 0.11.2, 0.11.3

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

 app-accessibility/speech-dispatcher/Manifest   |   1 -
 .../speech-dispatcher-0.11.2.ebuild| 122 -
 .../speech-dispatcher-0.11.3.ebuild| 122 -
 3 files changed, 245 deletions(-)

diff --git a/app-accessibility/speech-dispatcher/Manifest 
b/app-accessibility/speech-dispatcher/Manifest
index 6fb24297eea4..531b5d4f6a1d 100644
--- a/app-accessibility/speech-dispatcher/Manifest
+++ b/app-accessibility/speech-dispatcher/Manifest
@@ -1,3 +1,2 @@
-DIST speech-dispatcher-0.11.2.tar.gz 7147526 BLAKE2B 
6b11949736275d900e5e1d3909fab51fc04fbb45baf470a4c98aed19f61b7adb8cedf6b11f1a1aa69d9625383627beab4122c74ec78d9c07a5d0ddf4646669d6
 SHA512 
038ecaa5b9d56e3f915ec49fe7768cb4eebe1c8be79b95635f09fb3f6067e4c0ade13d2dd355e0b326579dcdf509dd180889b27282410b6bb252a2f642f028d4
 DIST speech-dispatcher-0.11.3.tar.gz 7150632 BLAKE2B 
92bad589e453a243362a9e0142d2897b9651fa648012f2bd7ef00bc1ded389fd2c01b6f38f19002289357f7aa6361a6e7fa3ee35ec2ad7c044f34d87e7f2c409
 SHA512 
e9f5b862066c0292230fda32f16782f9a2d66e8d0c0e3aa0ccdb4628c1182661d2f40894f480ae5206af7fbbc49338189312afe02092f5d472095b053afd75c7
 DIST speech-dispatcher-0.11.4.tar.gz 7127323 BLAKE2B 
651a20ec403c6158756ab6ff7fbedb38ce1cec413be49367128274c8d20ccc7080a2dccd68cb7ebbec6bab05599f06a4aafc561e4e5e53cf52d19fa1b94fa286
 SHA512 
d0ebe832e2586abdb1284be36f8427cfbbd94f1a2dead1b74526b151e9529f9e61679339274b73afab5f829d184337372ba0aad93d880c42d2a6a1bcb2b7afef

diff --git 
a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.2.ebuild 
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.2.ebuild
deleted file mode 100644
index e2948724ba0f..
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.2.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-r1 systemd
-
-DESCRIPTION="Speech synthesis interface"
-HOMEPAGE="https://freebsoft.org/speechd;
-SRC_URI="https://github.com/brailcom/speechd/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
-IUSE="alsa ao espeak +espeak-ng flite nas pulseaudio python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DEPEND="python? ( ${PYTHON_DEPS} )
-   >=dev-libs/dotconf-1.3
-   >=dev-libs/glib-2.36:2
-   >=media-libs/libsndfile-1.0.2
-   alsa? ( media-libs/alsa-lib )
-   ao? ( media-libs/libao )
-   espeak? ( app-accessibility/espeak )
-   espeak-ng? ( app-accessibility/espeak-ng )
-   flite? ( app-accessibility/flite )
-   nas? ( media-libs/nas )
-   pulseaudio? ( media-sound/pulseaudio )"
-RDEPEND="${DEPEND}
-   python? ( dev-python/pyxdg[${PYTHON_USEDEP}] )"
-BDEPEND="
-   sys-apps/help2man
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.11.1-include-pthread_h.patch
-)
-
-src_configure() {
-   # bug 573732
-   export GIT_CEILING_DIRECTORIES="${WORKDIR}"
-
-   local myeconfargs=(
-   --disable-ltdl
-   --disable-python
-   --disable-static
-   --with-baratinoo=no
-   --with-ibmtts=no
-   --with-kali=no
-   --with-pico=no
-   --with-voxin=no
-   $(use_with alsa)
-   $(use_with ao libao)
-   $(use_with espeak)
-   $(use_with espeak-ng)
-   $(use_with flite)
-   $(use_with nas)
-   $(use_with pulseaudio pulse)
-   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-   use python && python_copy_sources
-
-   emake
-
-   if use python; then
-   building() {
-   cd src/api/python || die
-   emake \
-   pyexecdir="$(python_get_sitedir)" \
-   pythondir="$(python_get_sitedir)"
-   }
-   python_foreach_impl run_in_build_dir building
-   fi
-}
-
-src_install() {
-   default
-
-   if use python; then
-   installation() {
-   cd src/api/python || die
-   emake \
-   DESTDIR="${D}" \
-   pyexecdir="$(python_get_sitedir)" \
-   

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

2022-12-09 Thread Sam James
commit: 7715a41011d8382ae20e36683e23150c91cae5d1
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:29:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7715a410

dev-util/pwndbg: drop 20220105

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

 dev-util/pwndbg/Manifest   |  1 -
 dev-util/pwndbg/pwndbg-20220105.ebuild | 77 --
 2 files changed, 78 deletions(-)

diff --git a/dev-util/pwndbg/Manifest b/dev-util/pwndbg/Manifest
index 79e0f3a1944c..a5caa341 100644
--- a/dev-util/pwndbg/Manifest
+++ b/dev-util/pwndbg/Manifest
@@ -1,3 +1,2 @@
 DIST gdb-pt-dump-f25898adc61d60e5f30c6452b15700bbf1bd630c.tar.gz 385826 
BLAKE2B 
0cfca93c620f0292d5e0b99f57f6a4090af512d0c12e4cafd3db09960f70cba7efbd7b664235b4c6147d74d368e12fc8ab5d8884db0fc514a135cd6b2ea5db47
 SHA512 
ef8956a191ba0627ac9070b590e32da9fff452dcd1cef1bebcf2a45266a1f218229b694e617de25da412109a3c4115049519b7f9855ffd7b2e8d7d61bad3f4ed
-DIST pwndbg-20220105.tar.gz 8272634 BLAKE2B 
a221fa3af2145a819bc780f3395a168a91371ce1218dc4acfee2ac3420a78c8550c98921dbb03f4bc928cdac07fdc6bed8be7c642a5be42064492192b3443ea6
 SHA512 
ebb61b402bb6cbaa516c2b1d885f231f6f591c2226d02d69cdd163f674ed41aba5505e3390b47e431f93a6e5de3867feb93c2be6da03a32c5f4c7a0ff074fa08
 DIST pwndbg-20220830.tar.gz 8302318 BLAKE2B 
fd6821d0846646927a3a7f0f352067360984f90156702bb8d2001b40651e20b11c8a33b07fa522f568f39ce6337f2503d930f745ab424d5ce6948a270e331c1f
 SHA512 
be59544eb959ba05e6a662dbc629eb33a014c39d5ad5fceb44e9c6a9ccfa3ac6c133c082adfda1602002aff9eab3326d5b97aff7b6ce1357116a2d1fe6aa28fb

diff --git a/dev-util/pwndbg/pwndbg-20220105.ebuild 
b/dev-util/pwndbg/pwndbg-20220105.ebuild
deleted file mode 100644
index 05781901d5d5..
--- a/dev-util/pwndbg/pwndbg-20220105.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit python-single-r1 wrapper
-
-DESCRIPTION="A GDB plug-in that makes debugging with GDB suck less"
-HOMEPAGE="https://github.com/pwndbg/pwndbg;
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/pwndbg/pwndbg;
-else
-   MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
-   SRC_URI="https://github.com/pwndbg/pwndbg/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~x86"
-   S="${WORKDIR}/${PN}-${MY_PV}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   sys-devel/gdb[python,${PYTHON_SINGLE_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-libs/capstone[python,${PYTHON_USEDEP}]
-   dev-python/future[${PYTHON_USEDEP}]
-   dev-python/isort[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/pycparser[${PYTHON_USEDEP}]
-   dev-python/pyelftools[${PYTHON_USEDEP}]
-   dev-python/python-ptrace[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-util/ROPgadget[${PYTHON_USEDEP}]
-   dev-util/unicorn[python,${PYTHON_USEDEP}]
-   ')"
-
-src_prepare() {
-   if [[ ${PV} != * ]]; then
-   sed -e "s/__version__ = '\(.*\)'/__version__ = '${PV}'/" \
-   -i pwndbg/version.py || die
-   fi
-
-   python_fix_shebang "${S}"
-   default
-}
-
-src_install() {
-   insinto /usr/share/${PN}
-   doins -r pwndbg/ gdbinit.py # ida_script.py
-
-   python_optimize "${ED}"/usr/share/${PN}
-
-   make_wrapper "pwndbg" \
-   "gdb -x \"${EPREFIX}/usr/share/${PN}/gdbinit.py\"" || die
-
-   dodoc {README,DEVELOPING,FEATURES}.md
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   einfo "\nUsage:"
-   einfo "~$ pwndbg "
-   ewarn "\nWARNING!!!"
-   ewarn "Some pwndbg commands only works with libc debug 
symbols.\n"
-   ewarn "See also:"
-   ewarn " * 
https://github.com/pentoo/pentoo-overlay/issues/521#issuecomment-548975884;
-   ewarn " * 
https://sourceware.org/gdb/onlinedocs/gdb/Separate-Debug-Files.html;
-   ewarn " * https://wiki.gentoo.org/wiki/Debugging;
-   fi
-}



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

2022-12-09 Thread Sam James
commit: 28a91a3df80ada894837ca0994f8cc112b61e5b5
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:31:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a91a3d

dev-util/diffoscope: drop 223, 227

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

 dev-util/diffoscope/Manifest  |   2 -
 dev-util/diffoscope/diffoscope-223.ebuild | 113 
 dev-util/diffoscope/diffoscope-227.ebuild | 120 --
 3 files changed, 235 deletions(-)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index 5d2f2f08ed24..981965aba96d 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,3 +1 @@
-DIST diffoscope-223.tar.gz 3145330 BLAKE2B 
47ebe733c6330c2c8a7a78dfaad4c364ac3570d5a691b889f3154dcc5f7bec7b97744f04433cf56544ca208233271bbbca8bb767ed43844786fca4e77505d95b
 SHA512 
5f83177133fd4689a77fb08038222998f9597cd63b0f328d3ae55c2ef6f5136f55ab1f5841b70ce1f64a62d216e2332bb4cecb82a3edcc90a6a5841e95955d4c
-DIST diffoscope-227.tar.gz 3163754 BLAKE2B 
8a93b168e8ac404b6cfb08ebf9de5adf0288ae6e741653f8194a2d3d45e30b5826ca3d21a37b5db3867c73816e862f1d4593fe7a77487736f8a6e5f2b15057f2
 SHA512 
1e8a143006c4e734cf30d4110241ed164c3ee893801efa2a7b81a917146a0643dd8b38af0cac937847506a4338d59f4bb03211179742bb076fc4d4dd5f7cb585
 DIST diffoscope-228.tar.gz 3164190 BLAKE2B 
21e75cb8e297540b149f22c52949d33a2e6ddd8c0fa8641e5d8b0c20045f1a7f6638b6b844631c2a5353cd23dc4d8447fadd9b8b3f5cd87fa33eb4b85abe3e2b
 SHA512 
5ea3f0dfa17d2e17167241f9388a6fba919deec4c26a39e238fc282b0011f30e77b4daf27c0b076eadcc13ca51eb408eba983ea427adbaee3233db222b60948a

diff --git a/dev-util/diffoscope/diffoscope-223.ebuild 
b/dev-util/diffoscope/diffoscope-223.ebuild
deleted file mode 100644
index fb46babb5816..
--- a/dev-util/diffoscope/diffoscope-223.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="ncurses"
-inherit distutils-r1
-
-DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
-HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
-find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
-mono opendocument pascal pdf postscript R rpm sqlite squashfs
-ssh tar test tcpdump zip zlib zstd"
-
-RESTRICT="!test? ( test )"
-
-# pull in optional tools for tests:
-# img2txt: bug #797688
-# docx2txt: bug #797688
-BDEPEND="test? (
-   app-text/docx2txt
-   media-libs/libcaca
-   virtual/imagemagick-tools[jpeg]
-   )"
-RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/libarchive-c[${PYTHON_USEDEP}]
-   dev-python/distro[${PYTHON_USEDEP}]
-   dev-python/tlsh[${PYTHON_USEDEP}]
-   acl? ( sys-apps/acl )
-   binutils? ( sys-devel/binutils )
-   bzip2? ( app-arch/bzip2 )
-   libcaca? ( media-libs/libcaca )
-   colord? ( x11-misc/colord )
-   cpio? ( app-arch/cpio )
-   diff? ( sys-apps/diffutils )
-   docx? ( app-text/docx2txt )
-   dtc? ( sys-apps/dtc )
-   e2fsprogs? ( sys-fs/e2fsprogs )
-   file? ( sys-apps/file )
-   find? ( sys-apps/findutils )
-   gettext? ( sys-devel/gettext )
-   gif? ( media-libs/giflib )
-   gpg? ( app-crypt/gnupg )
-   haskell? ( dev-lang/ghc )
-   hdf5? ( sci-libs/hdf5 )
-   hex? ( app-editors/vim-core )
-   imagemagick? ( media-gfx/imagemagick )
-   iso? ( app-cdr/cdrtools )
-   java? ( virtual/jdk )
-   llvm? ( sys-devel/llvm )
-   lzma? ( app-arch/xz-utils )
-   mono? ( dev-lang/mono )
-   opendocument? ( app-text/odt2txt )
-   pascal? ( dev-lang/fpc )
-   pdf? (
-   app-text/pdftk
-   app-text/poppler
-   dev-python/PyPDF2[${PYTHON_USEDEP}]
-   )
-   postscript? ( app-text/ghostscript-gpl )
-   R? ( dev-lang/R )
-   rpm? ( app-arch/rpm )
-   sqlite? ( dev-db/sqlite:3 )
-   squashfs? ( sys-fs/squashfs-tools )
-   ssh? ( net-misc/openssh )
-   tar? ( app-arch/tar )
-   tcpdump? ( net-analyzer/tcpdump )
-   zip? ( app-arch/unzip )
-   zlib? ( app-arch/gzip )
-   zstd? ( app-arch/zstd )
-"
-# Presence if filemagic's magic.py breaks imports
-# of dev-python/python-magic: https://bugs.gentoo.org/716482
-RDEPEND+=" !dev-python/filemagic"
-
-EPYTEST_DESELECT=(
-   # Test seems to use different tarball
-   tests/test_presenters.py::test_text_proper_indentation
-
-   # Needs triage
-   

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

2022-12-09 Thread Sam James
commit: 347692703dd09a0e5552b2f1d902bebeda5e1db3
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:27:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34769270

dev-cpp/elfio: drop 3.10

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

 dev-cpp/elfio/Manifest  |  1 -
 dev-cpp/elfio/elfio-3.10.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-cpp/elfio/Manifest b/dev-cpp/elfio/Manifest
index 3293acb2df14..8ca0d701be55 100644
--- a/dev-cpp/elfio/Manifest
+++ b/dev-cpp/elfio/Manifest
@@ -1,2 +1 @@
-DIST elfio-3.10.tar.gz 4243841 BLAKE2B 
a4cd5e7cb8b2f13cd7341adacb623b996e07e8ac761cd0f1e8eb20a87770fa936bf97ad79a0ff8d700ac41278bae7c5dd00d277f4c2d47e73340aaf607b7ee49
 SHA512 
f609fe5162d1609d1d65f441dbf01011ca5ae36195d8b3a74dec2b72891e9f8f90d3fdbc9bf893f7186494071606e898e5519fda18665fc88ae9781c504cd4a9
 DIST elfio-3.11.tar.gz 4150700 BLAKE2B 
2e0270384f1fdbc8f8374c1a42b5bd0c6ba6faa8c8a7125063b682cd9808fbb3f330e2a0fa4646c8828f6d276ad8f92e36b69ab7916c3bd2b1b2ecad6708fcc1
 SHA512 
3a254aad62e707f2809e2997998aab6a9794d70791dc535a6de90bad3e9de3cbcc4f8e7787067ca7cd47ce2dc71cf52809747267bc36cfb08369b49a6b92cf5e

diff --git a/dev-cpp/elfio/elfio-3.10.ebuild b/dev-cpp/elfio/elfio-3.10.ebuild
deleted file mode 100644
index 18f8232d6cfc..
--- a/dev-cpp/elfio/elfio-3.10.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="ELF reader/producer header-only C++ library"
-HOMEPAGE="https://github.com/serge1/ELFIO;
-SRC_URI="https://github.com/serge1/${PN}/archive/Release_${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}"/${PN^^}-Release_${PV}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-libs/boost )"
-
-src_configure() {
-   local mycmakeargs=(
-   -DELFIO_BUILD_TESTS=$(usex test)
-   )
-
-   cmake_src_configure
-}



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

2022-12-09 Thread Sam James
commit: 867748f9941c20e9d369311d3ae67d7b9de0409e
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:25:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867748f9

dev-util/meson: drop 0.63.2-r1, 0.64.0

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

 dev-util/meson/Manifest   |   2 -
 dev-util/meson/meson-0.63.2-r1.ebuild | 117 -
 dev-util/meson/meson-0.64.0.ebuild| 120 --
 3 files changed, 239 deletions(-)

diff --git a/dev-util/meson/Manifest b/dev-util/meson/Manifest
index d32c8f907f40..a03f39fdf805 100644
--- a/dev-util/meson/Manifest
+++ b/dev-util/meson/Manifest
@@ -1,4 +1,2 @@
-DIST meson-0.63.2.tar.gz 2063397 BLAKE2B 
765ef8994168bb149cce4dbbbdab4a5531b1c1119db5dace1a66c2728241830c7de075d586187d3f987fcc99e4181176a5910da56552ba735dda110a641d2541
 SHA512 
770d8d82502c5cd419123e09f6a445d2cbaea4463c5fa79f1497c868bf5defc5e5779a6e550ef5fcf75d57322d2b25b61574f4df0cbf001c4325c6abdbbc30b4
 DIST meson-0.63.3.tar.gz 2067612 BLAKE2B 
aa6052330f15aa6b1f64598a60075ea3b245ba4b53d65e760670fd526e3e462c110f95e710a83f91ab32f316fdb66dff1783c79ea832ed11d263fe0a3304eaa8
 SHA512 
6855b2bfe05d592419bfeaf4346c3d1079319f14de995109c09a7e5e9770cef829f66d659553337b3e54ca0dd6c497bccd4abef720f299173077b664d905864b
-DIST meson-0.64.0.tar.gz 2090162 BLAKE2B 
85fe35cba3b2b966a8ba818b305e6e75437af4315f8ce9b6bdc26324dc4a51e5ef3cbb16e23552db1d6191b8d08b1086640eb87e03a1dcfee794de492a0fa237
 SHA512 
0656515e983d98350081dc7cd726bff4a83ed1e24d414c022ea804317f2ff86052b53bbbc36e00847541f2cbe19ebe4c87bb35a174bf6321864363512a4cf6b0
 DIST meson-0.64.1.tar.gz 2089752 BLAKE2B 
e444df936738ddbbc8af1cc203417ee8f6063bf36a953158295da0c0a40aeb05e6c9a8677a17440c3a4153e0e479fb7215e18b5f0ce7c896fd928f841637ce07
 SHA512 
4896f5a09f89cadce028080f70e5ca005fd3bb2141a730a0ad71ded63d1bde6d1254957fe079f5e4c6e3b9420a9fcc4525b01e689979f0bab6d09d6483ca42ec

diff --git a/dev-util/meson/meson-0.63.2-r1.ebuild 
b/dev-util/meson/meson-0.63.2-r1.ebuild
deleted file mode 100644
index 8c8f381c9545..
--- a/dev-util/meson/meson-0.63.2-r1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 2016-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-if [[ ${PV} = ** ]]; then
-   EGIT_REPO_URI="https://github.com/mesonbuild/meson;
-   inherit git-r3
-else
-   MY_P=${P/_/}
-   S=${WORKDIR}/${MY_P}
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-fi
-
-inherit bash-completion-r1 distutils-r1 toolchain-funcs
-
-DESCRIPTION="Open source build system"
-HOMEPAGE="https://mesonbuild.com/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   test? (
-   dev-libs/glib:2
-   dev-libs/gobject-introspection
-   dev-util/ninja
-   dev-vcs/git
-   sys-libs/zlib[static-libs(+)]
-   virtual/pkgconfig
-   )
-"
-RDEPEND="
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.63-xtools-support.patch
-)
-
-python_prepare_all() {
-   local disable_unittests=(
-   # ASAN and sandbox both want control over LD_PRELOAD
-   # https://bugs.gentoo.org/673016
-   -e 's/test_generate_gir_with_address_sanitizer/_&/'
-
-   # ASAN is unsupported on some targets
-   # https://bugs.gentoo.org/692822
-   -e 's/test_pch_with_address_sanitizer/_&/'
-
-   # https://github.com/mesonbuild/meson/issues/7203
-   -e 's/test_templates/_&/'
-
-   # Broken due to python2 wrapper
-   -e 's/test_python_module/_&/'
-   )
-
-   sed -i "${disable_unittests[@]}" unittests/*.py || die
-
-   # Broken due to python2 script created by python_wrapper_setup
-   rm -r "test cases/frameworks/1 boost" || die
-
-   distutils-r1_python_prepare_all
-}
-
-src_test() {
-   tc-export PKG_CONFIG
-   if ${PKG_CONFIG} --exists Qt5Core && ! ${PKG_CONFIG} --exists Qt5Gui; 
then
-   ewarn "Found Qt5Core but not Qt5Gui; skipping tests"
-   else
-   distutils-r1_src_test
-   fi
-}
-
-python_test() {
-   (
-   # test_meson_installed
-   unset PYTHONDONTWRITEBYTECODE
-
-   # https://bugs.gentoo.org/687792
-   unset PKG_CONFIG
-
-   # test_cross_file_system_paths
-   unset XDG_DATA_HOME
-
-   # 'test cases/unit/73 summary' expects 80 columns
-   export COLUMNS=80
-
-

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

2022-12-09 Thread Sam James
commit: 7b57a77a26029af67da2a789e8743cf2fbd64a3a
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:24:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:24:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b57a77a

sys-apps/systemd: drop 251.7

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

 sys-apps/systemd/Manifest |   1 -
 sys-apps/systemd/systemd-251.7.ebuild | 526 --
 2 files changed, 527 deletions(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 843c3ae6a77c..c6d42892573a 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,4 +1,3 @@
-DIST systemd-stable-251.7.tar.gz 11448429 BLAKE2B 
959ac7944d778c8e6d7a3c67ea6adc89e5e7ac1cc3b163e2af2a582211b91316da5ffba37b854978b7b2a5b3f9aae3651701a23e4391da6676e078747df1a37b
 SHA512 
a4c06b2d25c47af58abb1e1dc85737b2fb0eb394f09d2bb7c6b7b716cb4b1383a145885bbc8e5ffcdc26611fd44d362fba2152c4dd0ead6a03a93965b82bb9a4
 DIST systemd-stable-251.8.tar.gz 11457551 BLAKE2B 
d4ca799a5b22164362fa8948bbec95215d6ebc04380f13f755916c4bfd4e1cc43a82177c21d2c56aa9d8440b44872b773f21682fc127c7f6d2b3542661c27d80
 SHA512 
c337fad3cf2beef11401850ddd6418efef035d4ec6405049084302738042f77ac1f8bfd7eb3611668a13038878389c9617e63278ec0b37782b3e0242e69c4843
 DIST systemd-stable-252.2.tar.gz 11745627 BLAKE2B 
a0a8d8c3fdfef22163cf628e022d55a0091a6c9b7e3971889dd88ff332b6280d45a4fad367aac6e1ebb61346c5c90a1140243d2a1787019497ae0aaf7f3950e9
 SHA512 
4a4f7382a6a2d7aea3a2866034a4562d1b45a4e18f733a371bb83d67bf4ef5d31d480e703fd353ee847fadc76005f9191a9a44d95c57f6849fdd451cc1b9e21d
 DIST systemd-stable-252.3.tar.gz 11750469 BLAKE2B 
855ca884d8e843605f8b467e8453ccdadf0c17e45f4511f2ba25decd5a46429ca5d765346bd5a2ec345cb62d425c8961306cc91f179566f2ff64d043ada3fdfb
 SHA512 
fd7594f0cb232996fda33f14a09565b4c315db8969579512f39a3f96734fc0841a1c6a83c3668103b70d108f73ffc11e7465bf5867d1ff313d0e428d4a6e2134

diff --git a/sys-apps/systemd/systemd-251.7.ebuild 
b/sys-apps/systemd/systemd-251.7.ebuild
deleted file mode 100644
index 84c6c3db0074..
--- a/sys-apps/systemd/systemd-251.7.ebuild
+++ /dev/null
@@ -1,526 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..11} )
-
-# Avoid QA warnings
-TMPFILES_OPTIONAL=1
-UDEV_OPTIONAL=1
-
-QA_PKGCONFIG_VERSION=$(ver_cut 1)
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
-   inherit git-r3
-else
-   if [[ ${PV} == *.* ]]; then
-   MY_PN=systemd-stable
-   else
-   MY_PN=systemd
-   fi
-   MY_PV=${PV/_/-}
-   MY_P=${MY_PN}-${MY_PV}
-   S=${WORKDIR}/${MY_P}
-   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
-fi
-
-inherit bash-completion-r1 flag-o-matic linux-info meson-multilib pam
-inherit python-any-r1 systemd toolchain-funcs udev usr-ldscript
-
-DESCRIPTION="System and service manager for Linux"
-HOMEPAGE="http://systemd.io/;
-
-LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
-SLOT="0/2"
-IUSE="
-   acl apparmor audit cgroup-hybrid cryptsetup curl +dns-over-tls elfutils
-   fido2 +gcrypt gnuefi gnutls homed http idn importd iptables +kmod
-   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
-   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm vanilla xkb 
+zstd
-"
-REQUIRED_USE="
-   dns-over-tls? ( || ( gnutls openssl ) )
-   homed? ( cryptsetup pam openssl )
-   importd? ( curl lzma || ( gcrypt openssl ) )
-   pwquality? ( homed )
-"
-RESTRICT="!test? ( test )"
-
-MINKV="4.15"
-
-COMMON_DEPEND="
-   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
-   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
-   virtual/libcrypt:=[${MULTILIB_USEDEP}]
-   acl? ( sys-apps/acl:0= )
-   apparmor? ( sys-libs/libapparmor:0= )
-   audit? ( >=sys-process/audit-2:0= )
-   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
-   curl? ( net-misc/curl:0= )
-   elfutils? ( >=dev-libs/elfutils-0.158:0= )
-   fido2? ( dev-libs/libfido2:0= )
-   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
-   gnutls? ( >=net-libs/gnutls-3.6.0:0= )
-   http? ( >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)] )
-   idn? ( net-dns/libidn2:= )
-   importd? (
-   app-arch/bzip2:0=
-   sys-libs/zlib:0=
-   )
-   kmod? ( >=sys-apps/kmod-15:0= )
-   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
-   lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
-   iptables? ( net-firewall/iptables:0= )
-   openssl? ( >=dev-libs/openssl-1.1.0:0= )
-   pam? ( sys-libs/pam:=[${MULTILIB_USEDEP}] )
-   pkcs11? ( app-crypt/p11-kit:0= )
-   pcre? ( 

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

2022-12-09 Thread Sam James
commit: 65656708bf53111967a49d09db9d79e0e4c818ba
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:23:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:23:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65656708

sys-apps/systemd-utils: drop 251.4-r2

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

 sys-apps/systemd-utils/Manifest|   1 -
 .../systemd-utils/systemd-utils-251.4-r2.ebuild| 527 -
 2 files changed, 528 deletions(-)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index 0d5c0e23ebb8..1f601dac7b7d 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -1,4 +1,3 @@
 DIST systemd-musl-patches-251.2.tar.gz 28512 BLAKE2B 
4ac6a5220dab8409962a3954af2fb2484af718d0f282129957236ce241fbe8538a90d507a96c7c3d86f4f408ab784a6888b37486405d3276e7734a1bd5aa9680
 SHA512 
6e56b62234ac54929faea5a7cad699d0b932f869b48e3ba4e1f349a88653b7c787efec24a09b00290c3dc566614e3c1dc2f3c04f04e943f513108a91eca1be82
-DIST systemd-stable-251.4.tar.gz 11440203 BLAKE2B 
58a0ee4adcc9d35b15b9cc98b3da81d1103b61a6c0bee722468a5113cd7d6de1d40c46ef964ba9ecc4746e81b516ae4b2f1d046874d62db066735c652592612e
 SHA512 
7bbfadd80b88a4c3510a5e4e3572e4eab71dafbf6289da038e552988e09ee8da16da3c9bb8a4fbbde6c6236e0e3c352b0a33f9ee0b84f10241f3499383387738
 DIST systemd-stable-251.7.tar.gz 11448429 BLAKE2B 
959ac7944d778c8e6d7a3c67ea6adc89e5e7ac1cc3b163e2af2a582211b91316da5ffba37b854978b7b2a5b3f9aae3651701a23e4391da6676e078747df1a37b
 SHA512 
a4c06b2d25c47af58abb1e1dc85737b2fb0eb394f09d2bb7c6b7b716cb4b1383a145885bbc8e5ffcdc26611fd44d362fba2152c4dd0ead6a03a93965b82bb9a4
 DIST systemd-stable-251.8.tar.gz 11457551 BLAKE2B 
d4ca799a5b22164362fa8948bbec95215d6ebc04380f13f755916c4bfd4e1cc43a82177c21d2c56aa9d8440b44872b773f21682fc127c7f6d2b3542661c27d80
 SHA512 
c337fad3cf2beef11401850ddd6418efef035d4ec6405049084302738042f77ac1f8bfd7eb3611668a13038878389c9617e63278ec0b37782b3e0242e69c4843

diff --git a/sys-apps/systemd-utils/systemd-utils-251.4-r2.ebuild 
b/sys-apps/systemd-utils/systemd-utils-251.4-r2.ebuild
deleted file mode 100644
index f5bf60312050..
--- a/sys-apps/systemd-utils/systemd-utils-251.4-r2.ebuild
+++ /dev/null
@@ -1,527 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
-
-QA_PKGCONFIG_VERSION=$(ver_cut 1)
-
-inherit bash-completion-r1 flag-o-matic meson-multilib python-any-r1 
toolchain-funcs udev usr-ldscript
-
-DESCRIPTION="Utilities split out from systemd for OpenRC users"
-HOMEPAGE="https://systemd.io/;
-
-if [[ ${PV} == *.* ]]; then
-   MY_P="systemd-stable-${PV}"
-   S="${WORKDIR}/${MY_P}"
-   
SRC_URI="https://github.com/systemd/systemd-stable/archive/refs/tags/v${PV}.tar.gz
 -> ${MY_P}.tar.gz"
-else
-   MY_P="systemd-${PV}"
-   S="${WORKDIR}/${MY_P}"
-   
SRC_URI="https://github.com/systemd/systemd/archive/refs/tags/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-fi
-
-MUSL_PATCHSET="systemd-musl-patches-251.2"
-SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.tar.gz )"
-
-LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-IUSE="+acl boot +kmod selinux split-usr sysusers +tmpfiles test +udev"
-REQUIRED_USE="|| ( boot tmpfiles sysusers udev )"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-   elibc_musl? ( >=sys-libs/musl-1.2.3 )
-   selinux? ( sys-libs/libselinux:0= )
-   tmpfiles? (
-   acl? ( sys-apps/acl:0= )
-   )
-   udev? (
-   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
-   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
-   virtual/libcrypt:=[${MULTILIB_USEDEP}]
-   acl? ( sys-apps/acl:0= )
-   kmod? ( >=sys-apps/kmod-15:0= )
-   )
-   !udev? (
-   >=sys-apps/util-linux-2.30:0=
-   sys-libs/libcap:0=
-   virtual/libcrypt:=
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   >=sys-kernel/linux-headers-3.11
-   boot? ( >=sys-boot/gnu-efi-3.0.2 )
-"
-RDEPEND="${COMMON_DEPEND}
-   boot? ( != -O2, so we need
-   # to unset F_S first, then explicitly set 2, to negate any default
-   # and anything set by the user if they're choosing 3 (or if they've
-   # modified GCC to set 3).
-   #
-   if is-flagq '-O[23]' || is-flagq '-Ofast' ; then
-   # We can't unconditionally do this b/c we fortify needs
-   # some level of optimisation.
-   filter-flags -D_FORTIFY_SOURCE=3
-   append-cppflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
-   fi
-
-   multilib-minimal_src_configure
-}
-
-multilib_src_configure() {
-   local emesonargs=(
-   $(meson_use split-usr)
-   $(meson_use split-usr split-bin)

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

2022-12-09 Thread Sam James
commit: 5ee96ebd12ec053d626f2e717bb4ba9f38991b4f
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:24:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:24:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee96ebd

sys-apps/systemd: drop 252.2

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

 sys-apps/systemd/Manifest |   1 -
 sys-apps/systemd/systemd-252.2.ebuild | 520 --
 2 files changed, 521 deletions(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index c6d42892573a..192b62e64fb5 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,3 +1,2 @@
 DIST systemd-stable-251.8.tar.gz 11457551 BLAKE2B 
d4ca799a5b22164362fa8948bbec95215d6ebc04380f13f755916c4bfd4e1cc43a82177c21d2c56aa9d8440b44872b773f21682fc127c7f6d2b3542661c27d80
 SHA512 
c337fad3cf2beef11401850ddd6418efef035d4ec6405049084302738042f77ac1f8bfd7eb3611668a13038878389c9617e63278ec0b37782b3e0242e69c4843
-DIST systemd-stable-252.2.tar.gz 11745627 BLAKE2B 
a0a8d8c3fdfef22163cf628e022d55a0091a6c9b7e3971889dd88ff332b6280d45a4fad367aac6e1ebb61346c5c90a1140243d2a1787019497ae0aaf7f3950e9
 SHA512 
4a4f7382a6a2d7aea3a2866034a4562d1b45a4e18f733a371bb83d67bf4ef5d31d480e703fd353ee847fadc76005f9191a9a44d95c57f6849fdd451cc1b9e21d
 DIST systemd-stable-252.3.tar.gz 11750469 BLAKE2B 
855ca884d8e843605f8b467e8453ccdadf0c17e45f4511f2ba25decd5a46429ca5d765346bd5a2ec345cb62d425c8961306cc91f179566f2ff64d043ada3fdfb
 SHA512 
fd7594f0cb232996fda33f14a09565b4c315db8969579512f39a3f96734fc0841a1c6a83c3668103b70d108f73ffc11e7465bf5867d1ff313d0e428d4a6e2134

diff --git a/sys-apps/systemd/systemd-252.2.ebuild 
b/sys-apps/systemd/systemd-252.2.ebuild
deleted file mode 100644
index 6a423f8c5593..
--- a/sys-apps/systemd/systemd-252.2.ebuild
+++ /dev/null
@@ -1,520 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..11} )
-
-# Avoid QA warnings
-TMPFILES_OPTIONAL=1
-UDEV_OPTIONAL=1
-
-QA_PKGCONFIG_VERSION=$(ver_cut 1)
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
-   inherit git-r3
-else
-   if [[ ${PV} == *.* ]]; then
-   MY_PN=systemd-stable
-   else
-   MY_PN=systemd
-   fi
-   MY_PV=${PV/_/-}
-   MY_P=${MY_PN}-${MY_PV}
-   S=${WORKDIR}/${MY_P}
-   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
-fi
-
-inherit bash-completion-r1 flag-o-matic linux-info meson-multilib pam
-inherit python-any-r1 systemd toolchain-funcs udev usr-ldscript
-
-DESCRIPTION="System and service manager for Linux"
-HOMEPAGE="http://systemd.io/;
-
-LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
-SLOT="0/2"
-IUSE="
-   acl apparmor audit cgroup-hybrid cryptsetup curl +dns-over-tls elfutils
-   fido2 +gcrypt gnuefi gnutls homed http idn importd iptables +kmod
-   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
-   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm vanilla xkb 
+zstd
-"
-REQUIRED_USE="
-   dns-over-tls? ( || ( gnutls openssl ) )
-   homed? ( cryptsetup pam openssl )
-   importd? ( curl lzma || ( gcrypt openssl ) )
-   pwquality? ( homed )
-"
-RESTRICT="!test? ( test )"
-
-MINKV="4.15"
-
-COMMON_DEPEND="
-   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
-   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
-   virtual/libcrypt:=[${MULTILIB_USEDEP}]
-   acl? ( sys-apps/acl:0= )
-   apparmor? ( sys-libs/libapparmor:0= )
-   audit? ( >=sys-process/audit-2:0= )
-   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
-   curl? ( net-misc/curl:0= )
-   elfutils? ( >=dev-libs/elfutils-0.158:0= )
-   fido2? ( dev-libs/libfido2:0= )
-   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
-   gnutls? ( >=net-libs/gnutls-3.6.0:0= )
-   http? ( >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)] )
-   idn? ( net-dns/libidn2:= )
-   importd? (
-   app-arch/bzip2:0=
-   sys-libs/zlib:0=
-   )
-   kmod? ( >=sys-apps/kmod-15:0= )
-   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
-   lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
-   iptables? ( net-firewall/iptables:0= )
-   openssl? ( >=dev-libs/openssl-1.1.0:0= )
-   pam? ( sys-libs/pam:=[${MULTILIB_USEDEP}] )
-   pkcs11? ( app-crypt/p11-kit:0= )
-   pcre? ( dev-libs/libpcre2 )
-   pwquality? ( dev-libs/libpwquality:0= )
-   qrcode? ( media-gfx/qrencode:0= )
-   seccomp? ( >=sys-libs/libseccomp-2.3.3:0= )
-   selinux? ( sys-libs/libselinux:0= )
-   tpm? ( app-crypt/tpm2-tss:0= )
-   xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= )
-   zstd? ( 

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

2022-12-09 Thread Sam James
commit: 80112ff12e9c0d7cd69cc014166a73c8d3228e34
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:20:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:20:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80112ff1

sec-keys/openpgp-keys-openssl: Stabilize 20221101 arm, #885117

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

 sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild 
b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild
index a74cc406ce37..e40f48ce9892 100644
--- a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild
+++ b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild
@@ -55,7 +55,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 
 src_install() {
local files=( ${A} )



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

2022-12-09 Thread Sam James
commit: bb7a353742f5b9eec656ac03fd4a68afce9a13fb
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:20:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:20:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7a3537

dev-libs/openssl: Stabilize 1.1.1s amd64, #885117

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

 dev-libs/openssl/openssl-1.1.1s.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.1.1s.ebuild 
b/dev-libs/openssl/openssl-1.1.1s.ebuild
index 892b07fa51b2..8f9670fb158d 100644
--- a/dev-libs/openssl/openssl-1.1.1s.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1s.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="openssl"
 SLOT="0/1.1" # .so version of libssl/libcrypto
 if [[ ${PV} != *_pre* ]] ; then
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 fi
 IUSE="+asm rfc3779 sctp cpu_flags_x86_sse2 sslv3 static-libs test 
tls-compression tls-heartbeat vanilla verify-sig weak-ssl-ciphers"
 RESTRICT="!test? ( test )"



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

2022-12-09 Thread Sam James
commit: 0a43ab1dc2b94aa08b49093dbf6def4777c502c8
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:20:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:20:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a43ab1d

dev-libs/openssl: Stabilize 1.1.1s arm, #885117

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

 dev-libs/openssl/openssl-1.1.1s.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.1.1s.ebuild 
b/dev-libs/openssl/openssl-1.1.1s.ebuild
index 1314b4d0326b..892b07fa51b2 100644
--- a/dev-libs/openssl/openssl-1.1.1s.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1s.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="openssl"
 SLOT="0/1.1" # .so version of libssl/libcrypto
 if [[ ${PV} != *_pre* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 fi
 IUSE="+asm rfc3779 sctp cpu_flags_x86_sse2 sslv3 static-libs test 
tls-compression tls-heartbeat vanilla verify-sig weak-ssl-ciphers"
 RESTRICT="!test? ( test )"



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

2022-12-09 Thread Sam James
commit: 952b32fe8bcf7b9a5fc6ca7ae9c3dead01b7320e
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:20:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:20:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952b32fe

sec-keys/openpgp-keys-openssl: Stabilize 20221101 amd64, #885117

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

 sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild 
b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild
index e40f48ce9892..038e15b6bf70 100644
--- a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild
+++ b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20221101.ebuild
@@ -55,7 +55,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 
 src_install() {
local files=( ${A} )



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

2022-12-09 Thread Sam James
commit: 76a105483af4b87f718a0e92deabec40e50121f7
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:19:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:19:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a10548

sys-apps/sed: Stabilize 4.9 ppc64, #885119

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

 sys-apps/sed/sed-4.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sed/sed-4.9.ebuild b/sys-apps/sed/sed-4.9.ebuild
index 069437af9244..8a408701e206 100644
--- a/sys-apps/sed/sed-4.9.ebuild
+++ b/sys-apps/sed/sed-4.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/sed/${P}.tar.xz.sig )"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="acl nls selinux static"
 
 RDEPEND="



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

2022-12-09 Thread Sam James
commit: 75d6e963642fdb171aa5b14b930eb7912b2ff0b7
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:17:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:17:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d6e963

sys-apps/sed: Stabilize 4.9 arm64, #885119

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

 sys-apps/sed/sed-4.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sed/sed-4.9.ebuild b/sys-apps/sed/sed-4.9.ebuild
index dc1df526b891..4f609ec17a5f 100644
--- a/sys-apps/sed/sed-4.9.ebuild
+++ b/sys-apps/sed/sed-4.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/sed/${P}.tar.xz.sig )"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="acl nls selinux static"
 
 RDEPEND="



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

2022-12-09 Thread Sam James
commit: 3f38320ffd709e86742dd2b05d678a1f9145495c
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:17:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:17:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f38320f

sys-apps/sed: Stabilize 4.9 amd64, #885119

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

 sys-apps/sed/sed-4.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sed/sed-4.9.ebuild b/sys-apps/sed/sed-4.9.ebuild
index 975b35be4ac6..b4cfa3753532 100644
--- a/sys-apps/sed/sed-4.9.ebuild
+++ b/sys-apps/sed/sed-4.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/sed/${P}.tar.xz.sig )"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="acl nls selinux static"
 
 RDEPEND="



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

2022-12-09 Thread Sam James
commit: a69aa59414fe3fd7db38558a74d468ef9f2b99a6
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:17:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:17:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69aa594

sys-apps/sed: Stabilize 4.9 arm, #885119

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

 sys-apps/sed/sed-4.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sed/sed-4.9.ebuild b/sys-apps/sed/sed-4.9.ebuild
index b4cfa3753532..069437af9244 100644
--- a/sys-apps/sed/sed-4.9.ebuild
+++ b/sys-apps/sed/sed-4.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/sed/${P}.tar.xz.sig )"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="acl nls selinux static"
 
 RDEPEND="



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

2022-12-09 Thread Sam James
commit: 39a37c5494e028141413981366a1ff7cf25a63df
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:17:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:17:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a37c54

sys-apps/sed: Stabilize 4.9 ppc, #885119

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

 sys-apps/sed/sed-4.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sed/sed-4.9.ebuild b/sys-apps/sed/sed-4.9.ebuild
index 4f609ec17a5f..975b35be4ac6 100644
--- a/sys-apps/sed/sed-4.9.ebuild
+++ b/sys-apps/sed/sed-4.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/sed/${P}.tar.xz.sig )"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="acl nls selinux static"
 
 RDEPEND="



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

2022-12-09 Thread Sam James
commit: dcd4888cb27429e0d0496d9840cc146cb0edd3b5
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:17:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:17:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd4888c

sys-apps/sed: Stabilize 4.9 x86, #885119

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

 sys-apps/sed/sed-4.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sed/sed-4.9.ebuild b/sys-apps/sed/sed-4.9.ebuild
index 1c4032498092..dc1df526b891 100644
--- a/sys-apps/sed/sed-4.9.ebuild
+++ b/sys-apps/sed/sed-4.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/sed/${P}.tar.xz.sig )"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="acl nls selinux static"
 
 RDEPEND="



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

2022-12-09 Thread Sam James
commit: 54be036d7f3cc066bd3f32bc1bf4ab85ce726698
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:12:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:12:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54be036d

media-libs/tiff: drop libtool inherit for now

Switched to pending upstream patch so no elibtoolize for now.

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

 media-libs/tiff/tiff-4.5.0_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/tiff/tiff-4.5.0_rc1.ebuild 
b/media-libs/tiff/tiff-4.5.0_rc1.ebuild
index fd1df52b1205..16dc6945dd04 100644
--- a/media-libs/tiff/tiff-4.5.0_rc1.ebuild
+++ b/media-libs/tiff/tiff-4.5.0_rc1.ebuild
@@ -11,7 +11,7 @@ QA_PKGCONFIG_VERSION="$(ver_cut 1-3)"
 # GraphicsMagick maintainer Bob Friesenhahn. Please be careful when verifying
 # who made releases.
 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/rouault.asc
-inherit autotools multilib-minimal verify-sig libtool flag-o-matic
+inherit autotools multilib-minimal verify-sig flag-o-matic
 
 MY_P="${P/_rc/rc}"
 DESCRIPTION="Tag Image File Format (TIFF) library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/tiff/, media-libs/tiff/files/

2022-12-09 Thread Sam James
commit: d63be024fb77b02effd31c92cd79e55013118447
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:09:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:09:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63be024

media-libs/tiff: add 4.5.0_rc1 (unkeyworded)

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

 media-libs/tiff/Manifest   |  2 +
 .../tiff-4.5.0_rc1-skip-tools-tests-multilib.patch | 52 +
 media-libs/tiff/tiff-4.5.0_rc1.ebuild  | 89 ++
 3 files changed, 143 insertions(+)

diff --git a/media-libs/tiff/Manifest b/media-libs/tiff/Manifest
index acd45d9a7287..ddbf4132f425 100644
--- a/media-libs/tiff/Manifest
+++ b/media-libs/tiff/Manifest
@@ -1,2 +1,4 @@
 DIST tiff-4.4.0.tar.xz 1929292 BLAKE2B 
d05a2fb293557d1e7cdec116c65c8338d7714af7b6abd8dd3bb2b476d62e044adc7d6c298843649d63c6bc09f6ce4660ee23638f9beb716937ccf236c2829dcf
 SHA512 
c9611faadc9b1199f3aba9a43bfa160c77c11558d1fa358b42115ed78db73c8387531c0668cc9021842c58f1c02f8d84264d3600e1039dfe6f866822ad91cff9
 DIST tiff-4.4.0.tar.xz.sig 310 BLAKE2B 
00dc8ff9c232ec4cca8b294659e6379b9bb512b58cd3d2f9231e7c10111510ac56aff3c6fc133a47f9fafc27595e099297c25940414495d8ea7f5a75aa43e9d2
 SHA512 
4ffdcbf5a8ce4a3be543d0ad43101ddcdb6ef22c3da5768c86660a40cc0cab48032a65c5e7bb0667f43d55dad5aa09dc0df302e2f9dbc9f24b8ccac643a0408c
+DIST tiff-4.5.0rc1.tar.xz 2314664 BLAKE2B 
da6bdd79348a9626d8523903b43388cc963a86d8527ffb58fd8fcc09b1aae5d7317ccfcc8cf6b2515267b3b559d327db256303e70039b12552ae87c120ee7beb
 SHA512 
244a98142f0d18eb5b531dceb265d2444021c628e886912dbfb33e1d23e5444e350b5487bd8f94e3fbafd993dcb5e490c6f78c1426601e903ad2bbe4bc41953c
+DIST tiff-4.5.0rc1.tar.xz.sig 310 BLAKE2B 
b1b7ecb1f04e446cf7622df0ecff1482ca6175f4206350e9698488e2aaca64112ff41adcd8c5b817efbea947ffaec54258f87c9e932badc3c7493391960dc715
 SHA512 
8b2cc1d0c01d4f40f1c4c0827dbb12508d533f6c98e59cb9876a33b89fd4bbbfc8ccced3f27536d3bc00b5ae286e6b919b1468462396da38112dfc34c4ade3e0

diff --git 
a/media-libs/tiff/files/tiff-4.5.0_rc1-skip-tools-tests-multilib.patch 
b/media-libs/tiff/files/tiff-4.5.0_rc1-skip-tools-tests-multilib.patch
new file mode 100644
index ..831afd287226
--- /dev/null
+++ b/media-libs/tiff/files/tiff-4.5.0_rc1-skip-tools-tests-multilib.patch
@@ -0,0 +1,52 @@
+https://gitlab.com/libtiff/libtiff/-/merge_requests/334
+
+From e7605b93b12c2bf3c864910c23ac976045b5a05a Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Sat, 21 May 2022 01:01:35 +0100
+Subject: [PATCH 1/2] test (autotools): skip script tests if tools aren't built
+
+In Gentoo, we avoid building the tools for multilib (32-bit, x86) builds on
+amd64/x86_64 because we only need the library to keep binary applications 
working.
+
+This causes a test failure in e.g. tiffcp-thumbnail.sh as the 'thumbnail'
+binary isn't built. Skip it if unavailable.
+
+Fixes: https://gitlab.com/libtiff/libtiff/-/issues/421
+--- a/test/Makefile.am
 b/test/Makefile.am
+@@ -55,13 +55,14 @@ XFAIL_TESTS =
+ CLEANFILES = test_packbits.tif o-*
+ 
+ if HAVE_JPEG
++if TIFF_TOOLS
+ JPEG_DEPENDENT_CHECK_PROG=raw_decode
+ JPEG_DEPENDENT_TESTSCRIPTS=\
+   tiff2rgba-quad-tile.jpg.sh \
+   tiff2rgba-ojpeg_zackthecat_subsamp22_single_strip.sh \
+   tiff2rgba-ojpeg_chewey_subsamp21_multi_strip.sh \
+   tiff2rgba-ojpeg_single_strip_no_rowsperstrip.sh
+-
++endif
+ else
+ JPEG_DEPENDENT_CHECK_PROG=
+ JPEG_DEPENDENT_TESTSCRIPTS=
+@@ -76,6 +77,7 @@ check_PROGRAMS = \
+ endif
+ 
+ # Test scripts to execute
++if TIFF_TOOLS
+ TESTSCRIPTS = \
+   ppm2tiff_pbm.sh \
+   ppm2tiff_pgm.sh \
+@@ -156,6 +158,9 @@ TESTSCRIPTS = \
+   testfax4.sh \
+   testdeflatelaststripextradata.sh \
+   $(JPEG_DEPENDENT_TESTSCRIPTS)
++else
++TESTSCRIPTS=
++endif
+ 
+ # This list should contain the references files
+ # from the 'refs' subdirectory
+-- 
+GitLab

diff --git a/media-libs/tiff/tiff-4.5.0_rc1.ebuild 
b/media-libs/tiff/tiff-4.5.0_rc1.ebuild
new file mode 100644
index ..fd1df52b1205
--- /dev/null
+++ b/media-libs/tiff/tiff-4.5.0_rc1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QA_PKGCONFIG_VERSION="$(ver_cut 1-3)"
+
+# Release signer can vary per version but not clear if others will be doing
+# them in future, so gone with Even Rouault for now as he does other geosci
+# stuff too like PROJ, GDAL. Previous release manager of TIFF was
+# GraphicsMagick maintainer Bob Friesenhahn. Please be careful when verifying
+# who made releases.
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/rouault.asc
+inherit autotools multilib-minimal verify-sig libtool flag-o-matic
+
+MY_P="${P/_rc/rc}"
+DESCRIPTION="Tag Image File Format (TIFF) library"
+HOMEPAGE="http://libtiff.maptools.org;
+SRC_URI="https://download.osgeo.org/libtiff/${MY_P}.tar.xz;
+SRC_URI+=" verify-sig? ( 

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

2022-12-09 Thread Sam James
commit: 9f9bba866f5a10f81e02f2e4d23b560ecdfcd8b0
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 03:41:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 03:41:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9bba86

sys-devel/gcc: add 10.4.1_p20221208

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-10.4.1_p20221208.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index affa8fa0a9e5..287d03f0e399 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,6 +1,7 @@
 DIST gcc-10-20221006.tar.xz 71755692 BLAKE2B 
0099821e5fcd5e1a069369a72f105607cb7f20fbef3d627a598d8c7a6439491e050533d6577b4f7953aabb52daf926ffc8eb9cecd8853833a14c90bd878e1ad9
 SHA512 
3fc1dceff31ec8a84babe31d88a312d9d3d30450ff0c42730b9a9fe45c0fc9509216fb95cd84df7477faebe2b9b7d8f7e269c9e76cecc05417dc6192e3b96c67
 DIST gcc-10-20221124.tar.xz 71781080 BLAKE2B 
ec7f4f140102d25a7469f7931df7b87b4b91c1c94fc263ecd9cc9aca36d120e9f5e09776efefba1099abe5282eb1cc4ec8201bcdca3a13c7b1bbdd6b34ad994d
 SHA512 
b7af71bb2dd594643393b3e4dea4e641dcfad6e5249b6ee05617f0648ef2609b707b18f12f3985b3d13cbee6af0f799d7377c28092420b251b34e93f910e686e
 DIST gcc-10-20221201.tar.xz 72102628 BLAKE2B 
cfd245eb7c364b1480987d259a2c7b569d08830a3af656e6e493864ceda1eb8b0a8a67c405566a826c0c1bb044dc07a6123e6c53c5eac15882cb02a003e95214
 SHA512 
87da77d035688e033bb1b0c4f95df411a111d87499b18f3ecfb67d0550860243a58fdd5e4cec2d20535d2e3cc5261267fe26f11d2d03e7eb12b3f306b17eb961
+DIST gcc-10-20221208.tar.xz 72098912 BLAKE2B 
8167b3d91fb95c727caa3a76d8bd6d70e0d0bd79eda72305f3005c9f7163dcd425c75386ba55b2d71644ecf83d998a4bccb6fd265bb615dcdd104f27cadb8e76
 SHA512 
5e49159d86300eaa4c2f34fb3537b5f257931e861a1a1217dbabcfcd5ef9da224d4a6023aaf8d24c8893ecd204ec0cd6e96349ae0dd445d62d92ebb041aeb054
 DIST gcc-10.4.0-musl-patches-1.tar.xz 3808 BLAKE2B 
804d1fcc451dcd03be71240dd498ec2d179869571d44012967c48dccf5a478dd8c55000a964a80fdd5584d739a777dee1c83241cffce514ef002df2572854a67
 SHA512 
83e4a9c0f7062baf0c606a2bcc56a818494991403d7577dea65f04bbc25bdb786a5889b80d45d80e7f4be07c1aef786802cbfcfafd1a17ec255a2d4e93a77570
 DIST gcc-10.4.0-patches-5.tar.xz 17056 BLAKE2B 
f336d69a8ad105b8c4a84e8248a5b8a88175d3f1d67d32c6bee1780d252d86947059bd624992e6292610e86c9012f4d901a1a54df0d184dd023d404a0707700e
 SHA512 
aa8fb42f20587f8519e7b06037da4d8f7d386b63e228b239a0445a51df4e401940fcd81482381d966622054aef3e0db06d1def5c74ac3d3dcc9c75c3b966c758
 DIST gcc-10.4.0.tar.xz 75018092 BLAKE2B 
ec1169025d3896b70ab80a4b8ce5040763a95529fc7e120c6bc3a3eb1db5cf938ebde347c1e595a8ff7d4081e79ded6252702d7a1a09648449b7a0783188e434
 SHA512 
440c08ca746da450d9a1b35e8fd2305cb27e7e6987cd9d0f7d375f3b1fc9e4b0bd7acb3cd7bf795e72fcbead59cdef5b6c152862f5d35cd9fbfe6902101ce648

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



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

2022-12-09 Thread Sam James
commit: 5a5362c28c85a2e1175eea076e8ab6cb55f57c0f
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 03:42:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 03:42:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5362c2

sys-devel/gcc: add 11.3.1_p20221209

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-11.3.1_p20221209.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 287d03f0e399..f51fc362d93c 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -11,6 +11,7 @@ DIST gcc-10.5.0-patches-1.tar.xz 17180 BLAKE2B 
d8ecc7cc15fa1ab420fa9eff11173a1d5
 DIST gcc-11-20221007.tar.xz 75790520 BLAKE2B 
de52f7fc5c7f5f82d9cbaeaa13b216e149a4aac8162188c628007c17ddb40aa838d19f2ca18216e8bfe5df2d21438f10c8e87298b53cbde4359f72c9cff87589
 SHA512 
b785236a00647041c9ea4552e5ea82a09e23a801b029773ba77bfc03675c530369ad0b5fc279330f3d8dd4b9b40aeaa9de84a39b6397f73984b7e2fdf8f0bad2
 DIST gcc-11-20221125.tar.xz 76248264 BLAKE2B 
c2fe15a14c77ce36f117d8d3bb78d38684e237db16db249134dd1e24d1455dfe7ca544fe22155b2c368dc6658b96d626af87d47478aaf94c216eb84b469e43e9
 SHA512 
3efbd7dc4cbf748d41369bff5bedb586a1c9397fa7fa56be7869e62bd567273b056aeec01a4191783bad737640e163489f1b368fcaac3155ae3ac8f7b33f478d
 DIST gcc-11-20221202.tar.xz 76241508 BLAKE2B 
313a73cf579a186b35494484debbb3c5aa13cd90f54830e30e962d9df2eee059bb3afd429fb3a3e7cb6a889c8c7d03a22a64e57d8d3e046b0c8c431847e3
 SHA512 
6c8e4654041d84129d94a7317a125348d2d3db4f1029ad069bd271ae11e51f80adfabf970634f6faca52356891a6a87a503ba9421750d6e0a11527ec7fa7bd91
+DIST gcc-11-20221209.tar.xz 76240768 BLAKE2B 
3be0f1ece4473bbbf10f7242102f330a6e246c8481da5bd32620dcb15d2acd008bad60d2576a301f03e444e3d93a3c72d5184740c6fb3de2bc05e1863b68a0bc
 SHA512 
33d9581d434c012526eb4d49a4453cf77c57b459fd43f84e49bc764745e0772939eac007e119269f4f1989755df8678613732a84474c691b0c2452237c5b38a3
 DIST gcc-11.3.0-musl-patches-1.tar.xz 3856 BLAKE2B 
f511f8b4c0696771d906beee9645b5d009ea4b673602baa1ca562d6f23c5b0caf2012aae93578671624617c4286e3937d79a7383d6a03bb438c5b774a06fe8e6
 SHA512 
cd375ff2affb213475acaabf02989b1f05d719d972970ea0304d20a816986807390893d1401826f3b497787642f35d90a244195f8e466db41e8d768366057334
 DIST gcc-11.3.0-patches-7.tar.xz 15184 BLAKE2B 
426f00feaa982a35d2c459e7a2c2e9d29b4b467ac3625ebd72bb31077c75bbf0c028137df03921c52ddc97a14d92c49777bd3f27b47a7b47d8a05e2d106b6bdb
 SHA512 
bec8bf26b3e50633a5a2e0bb75ffeaba86becb704c14365ff3342e8d651ab75bb3ceec7808d88a25989b8c7182398184b95b6d1267aaef9aa828f687e4895e9d
 DIST gcc-11.3.0.tar.xz 81141364 BLAKE2B 
7e562d25446ca4ab9fe8cdb714866f66aba3744d78bf84f31bfb097c1a981e4c7f990cb1e6bcfec5ae6671836a4984e2b70eb8fed81dcef5e244f88da8623469
 SHA512 
f0be5ad705c73b84477128a69c047f57dd47002f375eb60e1e842e08cf2009a509e92152bca345823926d550b7395ae6d4de7db51d1ee371c2dc37313881fca7

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



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

2022-12-09 Thread Sam James
commit: e052612e596c880aec754855e80ee9ffb501ab98
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 03:38:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 03:38:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e052612e

dev-java/asm: tweak variable style

QA policy says we do ${foo}, not $foo, so tweak.

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

 dev-java/asm/asm-5.1-r1.ebuild |  1 +
 dev-java/asm/asm-9.3.ebuild| 16 
 dev-java/asm/asm-9.4.ebuild| 16 
 3 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/dev-java/asm/asm-5.1-r1.ebuild b/dev-java/asm/asm-5.1-r1.ebuild
index c4beac9c0ac2..1caebff74cf0 100644
--- a/dev-java/asm/asm-5.1-r1.ebuild
+++ b/dev-java/asm/asm-5.1-r1.ebuild
@@ -39,6 +39,7 @@ src_prepare() {
 }
 
 src_install() {
+   local x
for x in output/dist/lib/*.jar ; do
java-pkg_newjar "${x}" $(basename "${x%-*}.jar")
done

diff --git a/dev-java/asm/asm-9.3.ebuild b/dev-java/asm/asm-9.3.ebuild
index 08fac0e70b42..6777ac94ec5f 100644
--- a/dev-java/asm/asm-9.3.ebuild
+++ b/dev-java/asm/asm-9.3.ebuild
@@ -29,14 +29,14 @@ src_compile() {
einfo "Compiling ${module}"
JAVA_RESOURCE_DIRS=()
JAVA_MAIN_CLASS=""
-   JAVA_SRC_DIR="$module/src/main/java"
-   JAVA_JAR_FILENAME="$module.jar"
+   JAVA_SRC_DIR="${module}/src/main/java"
+   JAVA_JAR_FILENAME="${module}.jar"
# Not all of the modules have resources.
-   if [[ -d $module/src/main/resources ]]; then \
-   JAVA_RESOURCE_DIRS="$module/src/main/resources"
+   if [[ -d ${module}/src/main/resources ]]; then \
+   JAVA_RESOURCE_DIRS="${module}/src/main/resources"
fi
java-pkg-simple_src_compile
-   JAVA_GENTOO_CLASSPATH_EXTRA+=":$module.jar"
+   JAVA_GENTOO_CLASSPATH_EXTRA+=":${module}.jar"
rm -r target || die
done
 
@@ -44,7 +44,7 @@ src_compile() {
JAVA_SRC_DIR=()
JAVA_JAR_FILENAME="ignoreme.jar"
for module in "${ASM_MODULES[@]}"; do
-   JAVA_SRC_DIR+=( "$module/src/main/java" )
+   JAVA_SRC_DIR+=( "${module}/src/main/java" )
done
java-pkg-simple_src_compile
fi
@@ -54,9 +54,9 @@ src_install() {
einstalldocs # https://bugs.gentoo.org/789582
local module
for module in "${ASM_MODULES[@]}"; do
-   java-pkg_dojar $module.jar
+   java-pkg_dojar ${module}.jar
if use source; then
-   java-pkg_dosrc "$module/src/main/java/*"
+   java-pkg_dosrc "${module}/src/main/java/*"
fi
done
if use doc; then

diff --git a/dev-java/asm/asm-9.4.ebuild b/dev-java/asm/asm-9.4.ebuild
index 872b14d0208c..a53653b4d749 100644
--- a/dev-java/asm/asm-9.4.ebuild
+++ b/dev-java/asm/asm-9.4.ebuild
@@ -55,11 +55,11 @@ src_prepare() {
 src_compile() {
local module
for module in "${ASM_MODULES[@]}"; do
-   einfo "Compiling $module"
-   JAVA_JAR_FILENAME="$module.jar"
-   JAVA_SRC_DIR="$module/src/main/java"
+   einfo "Compiling ${module}"
+   JAVA_JAR_FILENAME="${module}.jar"
+   JAVA_SRC_DIR="${module}/src/main/java"
java-pkg-simple_src_compile
-   JAVA_GENTOO_CLASSPATH_EXTRA+=":$module.jar"
+   JAVA_GENTOO_CLASSPATH_EXTRA+=":${module}.jar"
rm -r target || die
done
 
@@ -68,8 +68,8 @@ src_compile() {
JAVA_JAR_FILENAME="ignoreme.jar"
JAVA_SRC_DIR=()
for module in "${ASM_MODULES[@]}"; do
-   rm "$module/src/main/java/module-info.java" || die
-   JAVA_SRC_DIR+=("$module/src/main/java")
+   rm "${module}/src/main/java/module-info.java" || die
+   JAVA_SRC_DIR+=("${module}/src/main/java")
done
java-pkg-simple_src_compile
fi
@@ -78,9 +78,9 @@ src_compile() {
 src_install() {
local module
for module in "${ASM_MODULES[@]}"; do
-   java-pkg_dojar $module.jar
+   java-pkg_dojar ${module}.jar
if use source; then
-   java-pkg_dosrc "$module/src/main/java/*"
+   java-pkg_dosrc "${module}/src/main/java/*"
fi
done
if use doc; then



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

2022-12-09 Thread Sam James
commit: 7c5c644e38a194c6b7cfcc8639c77ecbbfc2994c
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 03:36:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 03:36:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5c644e

sys-apps/portage: use bash tests

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

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

diff --git a/sys-apps/portage/portage-3.0.41.ebuild 
b/sys-apps/portage/portage-3.0.41.ebuild
index 432429097eab..bf69edc241ee 100644
--- a/sys-apps/portage/portage-3.0.41.ebuild
+++ b/sys-apps/portage/portage-3.0.41.ebuild
@@ -160,7 +160,7 @@ python_prepare_all() {
fi
 
cd "${S}/cnf" || die
-   if [ -f "make.conf.example.${ARCH}".diff ]; then
+   if [[ -f "make.conf.example.${ARCH}".diff ]] ; then
patch make.conf.example "make.conf.example.${ARCH}".diff || \
die "Failed to patch make.conf.example"
else

diff --git a/sys-apps/portage/portage-.ebuild 
b/sys-apps/portage/portage-.ebuild
index 9d56bb80d781..5cb014dee233 100644
--- a/sys-apps/portage/portage-.ebuild
+++ b/sys-apps/portage/portage-.ebuild
@@ -155,7 +155,7 @@ python_prepare_all() {
fi
 
cd "${S}/cnf" || die
-   if [ -f "make.conf.example.${ARCH}".diff ]; then
+   if [[ -f "make.conf.example.${ARCH}".diff ]] ; then
patch make.conf.example "make.conf.example.${ARCH}".diff || \
die "Failed to patch make.conf.example"
else



[gentoo-commits] repo/gentoo:master commit in: net-im/discord-bin/

2022-12-09 Thread Nick Sarnie
commit: 9aae2f65120f8f57145ff7983359272ba7b3f7dd
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Dec 10 03:27:55 2022 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Dec 10 03:28:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aae2f65

net-im/discord-bin: add 0.0.22, drop 0.0.21-r1

Signed-off-by: Nick Sarnie  gentoo.org>

 net-im/discord-bin/Manifest | 2 +-
 .../{discord-bin-0.0.21-r1.ebuild => discord-bin-0.0.22.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-bin/Manifest b/net-im/discord-bin/Manifest
index 11b892b90881..71bb7d4ad904 100644
--- a/net-im/discord-bin/Manifest
+++ b/net-im/discord-bin/Manifest
@@ -1 +1 @@
-DIST discord-0.0.21.tar.gz 77529460 BLAKE2B 
33281b155abe027965e0c6954fe582bce2135d650d46a473fc8b2d98ff74f4522fc60a502b3afb4385274ede4f7901cb9779efd0abfae2954d04834dd8ad282f
 SHA512 
149ae5b8b7d92549e12eca52e45d3f5761ef022ae321cf33fadc3b56c4cee0616a5166380faea038256213713a7aa90e1befc4caa3e6a4de8e15c1cb1d8f925d
+DIST discord-0.0.22.tar.gz 77553233 BLAKE2B 
c0c9a5a9b088a3f619f498c345f46f5e43712c353f723427a1ffd95a2a66817e8d5e5298a8290d88df807251cc156db0e26ec1403ed4b3cba241b624d436346b
 SHA512 
96c8486577bee7ae165bf96aab50c0733d83a2d9435357d9a4d9a3e9f3225ae6a7bf46e1a7d8b419ecc7ab4e270755332621a4f786ddb89a842379f5da40b271

diff --git a/net-im/discord-bin/discord-bin-0.0.21-r1.ebuild 
b/net-im/discord-bin/discord-bin-0.0.22.ebuild
similarity index 100%
rename from net-im/discord-bin/discord-bin-0.0.21-r1.ebuild
rename to net-im/discord-bin/discord-bin-0.0.22.ebuild



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

2022-12-09 Thread Sam James
commit: c4e2efee358d64e28ad8a4aa625ac925a654c807
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 03:24:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 03:24:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e2efee

app-misc/ca-certificates: add 20211016.3.86

Note that this follows Mozilla upstream in NSS 3.86 in setting
distrust-after for TrustCor [0]. It does not remove it from the cache.

[0] 
https://github.com/nss-dev/nss/commit/79ef8de788dfc8952d34155d3694ad1e159fcb3f

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

 app-misc/ca-certificates/Manifest  |   1 +
 .../ca-certificates-20211016.3.86.ebuild   | 203 +
 2 files changed, 204 insertions(+)

diff --git a/app-misc/ca-certificates/Manifest 
b/app-misc/ca-certificates/Manifest
index f4a1fa76db4f..b925f98401a3 100644
--- a/app-misc/ca-certificates/Manifest
+++ b/app-misc/ca-certificates/Manifest
@@ -2,4 +2,5 @@ DIST ca-certificates_20211016.tar.xz 239608 BLAKE2B 
9b4730b54fd9f472fe4e5427bf91
 DIST nss-3.80.tar.gz 84841312 BLAKE2B 
6244193849a9277bc68c5225b4f836309bdf07bc415b23793d14c5343f5236b27bb7552fa7fb9975f410ea4732e9fc37185fee7bb950bf5d15b478f8bdec3ba7
 SHA512 
db05df17fea12bf3ec83882bf761663f8f10f3a8ce9a33519c7985d6003945068adb658250cf05d8b598c34ecb4ba7ea5cdc468d9cc7bc786aedb72d7be65923
 DIST nss-3.83.tar.gz 84844191 BLAKE2B 
f2e26f69450cbd2c94c5efdd959cb19e874bcb63d09098406ef49f4997bd04bc0ee4bc285c1c4f0ec461194171342c7d31965ac7bc7eefc284783542dfe853b1
 SHA512 
550cf1116e39e58041feaa67913f570d791e8153cc0522ba7ae02e27a61e0a4e6a25224be0f25d51a842dc11c70d600263450ebff0a9fdaa2840bafa3fc9ddd5
 DIST nss-3.85.tar.gz 84717969 BLAKE2B 
644a51cd747078688233850bee6884b7ee30076411d783a4fb2982ffc35883f51784440d8c1c727251f664c4e5b5071be9881abc8315e0294d7da0cb8727e897
 SHA512 
97cfffa2beed1dba5d31e0c6e450553e5a8c78b427521640adb00c05d9d63cd64dc08388f0dbf96c93efb79f5daf4ba8db8d026b0b43d2e5c865a9b833fc77a1
+DIST nss-3.86.tar.gz 71423531 BLAKE2B 
36703d99d9616020a165085469be650c2f4ce3e11c2f4f6bd974b1b89f1b9fcfdaa4ffd4d6ee98dabce82e616c170548efa1e51722b524dda8815faccfcf5181
 SHA512 
c09aeb52d7898617b65a1090cbdd29f6457eff2ebdc61aadb2dbf7b5044eae010ee5eeea729825f1258902936a61a1bff552ee9b26b2f01e5d448bbd8791d1cb
 DIST nss-cacert-class1-class3-r2.patch 21925 BLAKE2B 
7627ff9a09f084c19d72d0490676865e3cab3ca7c920ae1ce4bea2db664f37fd0aa84fcda919809a516891ab2a62e2e7a43a9d6ada4c231adfe4c216525fac7d
 SHA512 
1ce6ff9ab310aaca9005eafb461338b291df8523cc7044e096cd75774ce746c26eed19ec6bb2643c6c67f94650f2f309463492d80a90568f38ce2557f8ada2f4

diff --git a/app-misc/ca-certificates/ca-certificates-20211016.3.86.ebuild 
b/app-misc/ca-certificates/ca-certificates-20211016.3.86.ebuild
new file mode 100644
index ..24e049209a49
--- /dev/null
+++ b/app-misc/ca-certificates/ca-certificates-20211016.3.86.ebuild
@@ -0,0 +1,203 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# The Debian ca-certificates package merely takes the CA database as it exists
+# in the nss package and repackages it for use by openssl.
+#
+# The issue with using the compiled debs directly is two fold:
+# - they do not update frequently enough for us to rely on them
+# - they pull the CA database from nss tip of tree rather than the release
+#
+# So we take the Debian source tools and combine them with the latest nss
+# release to produce (largely) the same end result.  The difference is that
+# now we know our cert database is kept in sync with nss and, if need be,
+# can be sync with nss tip of tree more frequently to respond to bugs.
+
+# Where possible, bump to stable/LTS releases of NSS for the last part
+# of the version (when not using a pure Debian release).
+
+# When triaging user reports, refer to our wiki for tips:
+# https://wiki.gentoo.org/wiki/Certificates#Debugging_certificate_issues
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit python-any-r1
+
+if [[ ${PV} == *.* ]] ; then
+   # Compile from source ourselves.
+   PRECOMPILED=false
+
+   DEB_VER=$(ver_cut 1)
+   NSS_VER=$(ver_cut 2-)
+   RTM_NAME="NSS_${NSS_VER//./_}_RTM"
+else
+   # Debian precompiled version.
+   PRECOMPILED=true
+   inherit unpacker
+fi
+
+DESCRIPTION="Common CA Certificates PEM files"
+HOMEPAGE="https://packages.debian.org/sid/ca-certificates;
+NMU_PR=""
+if ${PRECOMPILED} ; then
+   
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb"
+else
+   
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${DEB_VER}${NMU_PR:++nmu}${NMU_PR}.tar.xz
+   
https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/nss-${NSS_VER}.tar.gz
+   cacert? (
+   
https://dev.gentoo.org/~whissi/dist/ca-certificates/nss-cacert-class1-class3-r2.patch
+   )"
+fi
+
+LICENSE="MPL-1.1"
+SLOT="0"

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

2022-12-09 Thread Sam James
commit: 52b344185ce17747dac9ac1c6296e9df94acdc30
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 03:26:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 03:26:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b34418

dev-libs/libpcre2: Stabilize 10.40-r1 hppa, #885115

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

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

diff --git a/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild 
b/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
index 4c466cb30b8b..6fab7a039079 100644
--- a/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
@@ -29,7 +29,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0/3" # libpcre2-posix.so version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 +jit libedit +pcre16 pcre32 +readline static-libs unicode zlib"
 REQUIRED_USE="?? ( libedit readline )"
 



[gentoo-commits] repo/proj/guru:dev commit in: net-analyzer/gping-bin/

2022-12-09 Thread Gabriel M. Dutra
commit: f7cc2c14c1c88b9156dd1506deb34ee8586ccbdf
Author: Gabriel M. Dutra <0xdutra  gmail  com>
AuthorDate: Sat Dec 10 03:23:03 2022 +
Commit: Gabriel M. Dutra <0xdutra  gmail  com>
CommitDate: Sat Dec 10 03:25:50 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7cc2c14

net-analyzer/gping-bin: new package, add 1.5.1

Signed-off-by: Gabriel M. Dutra <0xdutra  gmail.com>

 net-analyzer/gping-bin/Manifest   |  1 +
 net-analyzer/gping-bin/gping-bin-1.5.1.ebuild | 22 ++
 net-analyzer/gping-bin/metadata.xml   | 11 +++
 3 files changed, 34 insertions(+)

diff --git a/net-analyzer/gping-bin/Manifest b/net-analyzer/gping-bin/Manifest
new file mode 100644
index 0..1d1e2ee04
--- /dev/null
+++ b/net-analyzer/gping-bin/Manifest
@@ -0,0 +1 @@
+DIST gping-bin-1.5.1.tar.gz 774045 BLAKE2B 
af2161aa9e24648d7f399f06778060071b668935708c41b35506e4ddd88a68b5476538b88bd9877ec4ffa69f0f90e77c036bacc205be702a76aa06818ed97283
 SHA512 
00b2aa6fab24f8ea861ce3382c4d6879e580ce76a91576cec5ba7006a99e7f6d167d9095dc999f9803a537b89cc4c65df68363c8b9ebe27e7aed2e03092aaf8d

diff --git a/net-analyzer/gping-bin/gping-bin-1.5.1.ebuild 
b/net-analyzer/gping-bin/gping-bin-1.5.1.ebuild
new file mode 100644
index 0..fa622c2b3
--- /dev/null
+++ b/net-analyzer/gping-bin/gping-bin-1.5.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Ping with graph"
+HOMEPAGE="https://github.com/orf/gping;
+SRC_URI="https://github.com/orf/${PN%-bin}/releases/download/${PN%-bin}-v${PV}/gping-Linux-x86_64.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+QA_FLAGS_IGNORED="usr/bin/gping"
+
+S=${WORKDIR}
+
+src_compile() { :; }
+
+src_install() {
+   newbin ${PN%-bin} gping
+}

diff --git a/net-analyzer/gping-bin/metadata.xml 
b/net-analyzer/gping-bin/metadata.xml
new file mode 100644
index 0..04a69a629
--- /dev/null
+++ b/net-analyzer/gping-bin/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   0xdu...@gmail.com
+   Gabriel M. Dutra
+   
+   
+   orf/gping
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-arch/xz-utils/

2022-12-09 Thread Sam James
commit: a0775ac5ececfb338b2f547938765c1d3956
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 03:16:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 03:16:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a077

app-arch/xz-utils: Stabilize 5.2.9 hppa, #885111

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

 app-arch/xz-utils/xz-utils-5.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xz-utils/xz-utils-5.2.9.ebuild 
b/app-arch/xz-utils/xz-utils-5.2.9.ebuild
index 96ef433de2e1..047765ed1ee5 100644
--- a/app-arch/xz-utils/xz-utils-5.2.9.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.2.9.ebuild
@@ -28,7 +28,7 @@ else
"
 
if [[ ${PV} != *_alpha* && ${PV} != *_beta* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips 
ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
 
S="${WORKDIR}/${MY_P}"



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

2022-12-09 Thread Sam James
commit: 1fb87bb4fea552c45de35a5ed84a84c9dc789616
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 03:16:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 03:16:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb87bb4

dev-libs/libpcre2: Stabilize 10.40-r1 ppc64, #885115

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

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

diff --git a/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild 
b/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
index 5b7fefbdc2da..4931592ef5eb 100644
--- a/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
@@ -29,7 +29,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0/3" # libpcre2-posix.so version
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 +jit libedit +pcre16 pcre32 +readline static-libs unicode zlib"
 REQUIRED_USE="?? ( libedit readline )"
 



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

2022-12-09 Thread Sam James
commit: f080b604aed278dba92371afc199cc443e395bb2
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 03:16:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 03:16:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f080b604

dev-libs/libpcre2: Stabilize 10.40-r1 arm64, #885115

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

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

diff --git a/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild 
b/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
index 4931592ef5eb..4c466cb30b8b 100644
--- a/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
@@ -29,7 +29,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0/3" # libpcre2-posix.so version
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 +jit libedit +pcre16 pcre32 +readline static-libs unicode zlib"
 REQUIRED_USE="?? ( libedit readline )"
 



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

2022-12-09 Thread Sam James
commit: eb62fab64d55d68fe2a83615b149c6a7c4a1b3e9
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 03:16:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 03:16:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb62fab6

dev-libs/libpcre2: Stabilize 10.40-r1 arm, #885115

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

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

diff --git a/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild 
b/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
index 9ed08adcf9c6..5b7fefbdc2da 100644
--- a/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
@@ -29,7 +29,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0/3" # libpcre2-posix.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 +jit libedit +pcre16 pcre32 +readline static-libs unicode zlib"
 REQUIRED_USE="?? ( libedit readline )"
 



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

2022-12-09 Thread Sam James
commit: 135f5847e3bb7ae26cc6f609e86c921b601a46d0
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 03:04:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 03:04:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135f5847

dev-libs/libpcre2: Stabilize 10.40-r1 x86, #885115

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

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

diff --git a/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild 
b/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
index 552ef634d931..09e5595ccfc0 100644
--- a/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
@@ -29,7 +29,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0/3" # libpcre2-posix.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 +jit libedit +pcre16 pcre32 +readline static-libs unicode zlib"
 REQUIRED_USE="?? ( libedit readline )"
 



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

2022-12-09 Thread Sam James
commit: 0bb67397507ab57cf8bec53386e9e4843f320fad
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 03:04:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 03:04:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb67397

dev-libs/libpcre2: Stabilize 10.40-r1 amd64, #885115

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

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

diff --git a/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild 
b/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
index 09e5595ccfc0..9ed08adcf9c6 100644
--- a/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild
@@ -29,7 +29,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0/3" # libpcre2-posix.so version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 +jit libedit +pcre16 pcre32 +readline static-libs unicode zlib"
 REQUIRED_USE="?? ( libedit readline )"
 



[gentoo-commits] proj/musl:master commit in: sys-block/partimage/files/, sys-block/partimage/

2022-12-09 Thread John Helmert III
commit: 127bd4daaae3a83dc1a0079cd8a6c16ef2bf0c91
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Dec 10 02:57:35 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Dec 10 02:57:35 2022 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=127bd4da

sys-block/partimage: treeclean

Bug: https://bugs.gentoo.org/853883
Closes: https://bugs.gentoo.org/884993
Signed-off-by: John Helmert III  gentoo.org>

 sys-block/partimage/Manifest   |   1 -
 .../files/partimage-0.6.9-minor-typo.patch |  13 --
 .../files/partimage-0.6.9-missing-includes.patch   |  37 --
 ...partimage-0.6.9-openssl-1.1-compatibility.patch |  41 --
 .../files/partimage-0.6.9-zlib-1.2.5.2.patch   |  33 -
 sys-block/partimage/files/partimaged.conf  |   9 --
 sys-block/partimage/files/partimaged.init.2|  28 
 sys-block/partimage/files/partimaged.pam.2 |   7 -
 sys-block/partimage/files/servercert.cnf   |  36 --
 sys-block/partimage/metadata.xml   |  14 --
 sys-block/partimage/partimage-0.6.9-r1.ebuild  | 143 -
 11 files changed, 362 deletions(-)

diff --git a/sys-block/partimage/Manifest b/sys-block/partimage/Manifest
deleted file mode 100644
index d01ed555..
--- a/sys-block/partimage/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST partimage-0.6.9.tar.bz2 666522 BLAKE2B 
d9a240f82a7b6ae73997df46c964fdddf8dddea9e3bd9548252d9409a526358714908316c52864b60bc9fcc1113a5e1c6cf294faff6845a183c7ffe1012475a6
 SHA512 
252885921b23933fdcdf0bb6efa4b82066b08ca95cc653296912d384ae875b421c1d39f347a90115315139176d4eab4a930c24919c2d38cf00ed29c764cd14d9

diff --git a/sys-block/partimage/files/partimage-0.6.9-minor-typo.patch 
b/sys-block/partimage/files/partimage-0.6.9-minor-typo.patch
deleted file mode 100644
index 8e0e00e0..
--- a/sys-block/partimage/files/partimage-0.6.9-minor-typo.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/580290
-
 a/src/client/misc.h
-+++ b/src/client/misc.h
-@@ -36,7 +36,7 @@ struct COptions;
- #endif
- 
- #ifndef makedev
--  #define makedev(maj,min) (((maj) << 8) | min))
-+  #define makedev(maj,min) (((maj) << 8) | (min))
- #endif
- 
- // ===

diff --git a/sys-block/partimage/files/partimage-0.6.9-missing-includes.patch 
b/sys-block/partimage/files/partimage-0.6.9-missing-includes.patch
deleted file mode 100644
index def27f6e..
--- a/sys-block/partimage/files/partimage-0.6.9-missing-includes.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 0b7b162fbbab1b1d4adf61c5e33f508be0e68895 Mon Sep 17 00:00:00 2001
-From: Jory Pratt 
-Date: Sun, 12 Apr 2020 13:25:49 -0500
-Subject: [PATCH] add missing includes
-

- src/client/misc.cpp | 1 +
- src/shared/common.h | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/src/client/misc.cpp b/src/client/misc.cpp
-index a094803..1c96ef6 100644
 a/src/client/misc.cpp
-+++ b/src/client/misc.cpp
-@@ -40,6 +40,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/src/shared/common.h b/src/shared/common.h
-index 71de058..eead7e3 100644
 a/src/shared/common.h
-+++ b/src/shared/common.h
-@@ -23,6 +23,7 @@
- #include 
- 
- #include 
-+#include 
- 
- #include "partimage.h"
- 
--- 
-2.26.0
-

diff --git 
a/sys-block/partimage/files/partimage-0.6.9-openssl-1.1-compatibility.patch 
b/sys-block/partimage/files/partimage-0.6.9-openssl-1.1-compatibility.patch
deleted file mode 100644
index af4d9c15..
--- a/sys-block/partimage/files/partimage-0.6.9-openssl-1.1-compatibility.patch
+++ /dev/null
@@ -1,41 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -240,7 +240,7 @@ if test "$SSL" = "yes"; then
-   AC_CHECKING([ for SSL Library and Header files ... ])
-   AC_SEARCH_HEADERS(rsa.h crypto.h x509.h pem.h ssl.h err.h,
- $SSL_HDR_DIR /usr/include/ssl /usr/include/openssl /usr/include,
--[  AC_CHECK_LIB(crypto, CRYPTO_lock, [LIBS="$LIBS -lcrypto"],
-+[  AC_CHECK_LIB(crypto, X509_new, [LIBS="$LIBS -lcrypto"],
- AC_MSG_ERROR([ Required for SSL Crypto Library not found. ])
-   )
-AC_CHECK_LIB(ssl, SSL_CTX_new,
 a/src/client/netclient.cpp
-+++ b/src/client/netclient.cpp
-@@ -43,7 +43,11 @@ CNetClient::CNetClient(bool bMustLogin, bool bUseSSL):CNet()
- {
-   showDebug(3, "initializing client ssl\n");
-   SSLeay_add_ssl_algorithms();
--  meth = SSLv2_client_method();
-+#if OPENSSL_VERSION_NUMBER < 0x1010
-+  meth = TLSv1_client_method();
-+#else
-+  meth = TLS_client_method();
-+#endif
-   SSL_load_error_strings();
-   ctx = SSL_CTX_new(meth);
-   if (!ctx)
 a/src/server/netserver.cpp
-+++ b/src/server/netserver.cpp
-@@ -39,7 +39,11 @@ CNetServer::CNetServer(unsigned short int port):CNet()
- {
-   SSL_load_error_strings();
-   SSLeay_add_ssl_algorithms();
--  meth = SSLv23_server_method();
-+#if OPENSSL_VERSION_NUMBER < 

[gentoo-commits] proj/elt-patches: New tag: 20221210

2022-12-09 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 03:01:13 2022 +

New tag: 20221210




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

2022-12-09 Thread Sam James
commit: f14e27cf2b4b2666fcd60a3a2c21abcb69a4692d
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 02:57:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 02:57:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14e27cf

dev-libs/mpc: add inria gitlab to HOMEPAGE

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

 dev-libs/mpc/mpc-1.2.1.ebuild | 2 +-
 dev-libs/mpc/mpc-1.3.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/mpc/mpc-1.2.1.ebuild b/dev-libs/mpc/mpc-1.2.1.ebuild
index 4198499ae66c..01a56d4d819a 100644
--- a/dev-libs/mpc/mpc-1.2.1.ebuild
+++ b/dev-libs/mpc/mpc-1.2.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit multilib-minimal
 
 DESCRIPTION="A library for multiprecision complex arithmetic with exact 
rounding"
-HOMEPAGE="https://www.multiprecision.org/mpc/;
+HOMEPAGE="https://www.multiprecision.org/mpc/ https://gitlab.inria.fr/mpc/mpc;
 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"

diff --git a/dev-libs/mpc/mpc-1.3.0.ebuild b/dev-libs/mpc/mpc-1.3.0.ebuild
index deb382f0c2ab..aa330fda2d8a 100644
--- a/dev-libs/mpc/mpc-1.3.0.ebuild
+++ b/dev-libs/mpc/mpc-1.3.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit multilib-minimal
 
 DESCRIPTION="A library for multiprecision complex arithmetic with exact 
rounding"
-HOMEPAGE="https://www.multiprecision.org/mpc/;
+HOMEPAGE="https://www.multiprecision.org/mpc/ https://gitlab.inria.fr/mpc/mpc;
 
 if [[ ${PV} == *_rc* ]] ; then
SRC_URI="https://www.multiprecision.org/downloads/${P/_}.tar.gz;



[gentoo-commits] repo/gentoo:master commit in: app-arch/xz-utils/

2022-12-09 Thread Sam James
commit: 6ca6ffb01e96ec5bc0b7f18a025fc26435e6e705
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 02:55:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 02:55:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca6ffb0

app-arch/xz-utils: Stabilize 5.2.9 ppc64, #885111

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

 app-arch/xz-utils/xz-utils-5.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xz-utils/xz-utils-5.2.9.ebuild 
b/app-arch/xz-utils/xz-utils-5.2.9.ebuild
index 401d45ea52ed..96ef433de2e1 100644
--- a/app-arch/xz-utils/xz-utils-5.2.9.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.2.9.ebuild
@@ -28,7 +28,7 @@ else
"
 
if [[ ${PV} != *_alpha* && ${PV} != *_beta* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
 
S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-arch/xz-utils/

2022-12-09 Thread Sam James
commit: d5a32e9b27311cbf0773df24d10cd460bbdfac29
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 02:54:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 02:54:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a32e9b

app-arch/xz-utils: Stabilize 5.2.9 ppc, #885111

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

 app-arch/xz-utils/xz-utils-5.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xz-utils/xz-utils-5.2.9.ebuild 
b/app-arch/xz-utils/xz-utils-5.2.9.ebuild
index 7c2c6c8ccd25..401d45ea52ed 100644
--- a/app-arch/xz-utils/xz-utils-5.2.9.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.2.9.ebuild
@@ -28,7 +28,7 @@ else
"
 
if [[ ${PV} != *_alpha* && ${PV} != *_beta* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
 
S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-arch/xz-utils/

2022-12-09 Thread Sam James
commit: f64f4a04a8d8feb71ffef1f8fda41e71956e154a
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 02:54:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 02:54:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64f4a04

app-arch/xz-utils: Stabilize 5.2.9 arm64, #885111

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

 app-arch/xz-utils/xz-utils-5.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xz-utils/xz-utils-5.2.9.ebuild 
b/app-arch/xz-utils/xz-utils-5.2.9.ebuild
index e54f527ba3a2..7c2c6c8ccd25 100644
--- a/app-arch/xz-utils/xz-utils-5.2.9.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.2.9.ebuild
@@ -28,7 +28,7 @@ else
"
 
if [[ ${PV} != *_alpha* && ${PV} != *_beta* ]] ; then
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
 
S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-arch/pxz/

2022-12-09 Thread Sam James
commit: 1e39dd80bd332c09dba0c314fc792192dd4b16a1
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 02:54:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 02:54:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e39dd80

app-arch/pxz: Stabilize 5.0_pre20220509 amd64, #885113

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

 app-arch/pxz/pxz-5.0_pre20220509.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20220509.ebuild 
b/app-arch/pxz/pxz-5.0_pre20220509.ebuild
index a74ee4d6c769..0c834cf15ee1 100644
--- a/app-arch/pxz/pxz-5.0_pre20220509.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20220509.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jnovy/pxz/archive/${PXZ_COMMIT}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux"
 
 # needs the library from xz-utils
 RDEPEND="app-arch/xz-utils"



[gentoo-commits] repo/gentoo:master commit in: app-arch/pxz/

2022-12-09 Thread Sam James
commit: 3ce69c05fc9e04221734e798e2a90a15da31085d
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 02:54:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 02:54:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce69c05

app-arch/pxz: Stabilize 5.0_pre20220509 x86, #885113

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

 app-arch/pxz/pxz-5.0_pre20220509.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/pxz/pxz-5.0_pre20220509.ebuild 
b/app-arch/pxz/pxz-5.0_pre20220509.ebuild
index 72381a102246..a74ee4d6c769 100644
--- a/app-arch/pxz/pxz-5.0_pre20220509.ebuild
+++ b/app-arch/pxz/pxz-5.0_pre20220509.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jnovy/pxz/archive/${PXZ_COMMIT}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86 ~amd64-linux"
 
 # needs the library from xz-utils
 RDEPEND="app-arch/xz-utils"



[gentoo-commits] repo/gentoo:master commit in: app-arch/xz-utils/

2022-12-09 Thread Sam James
commit: efaa6b019b741febb041067b1d4f84160ccbb887
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 02:52:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 02:52:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efaa6b01

app-arch/xz-utils: Stabilize 5.2.9 arm, #885111

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

 app-arch/xz-utils/xz-utils-5.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xz-utils/xz-utils-5.2.9.ebuild 
b/app-arch/xz-utils/xz-utils-5.2.9.ebuild
index 7252c2c24e39..e54f527ba3a2 100644
--- a/app-arch/xz-utils/xz-utils-5.2.9.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.2.9.ebuild
@@ -28,7 +28,7 @@ else
"
 
if [[ ${PV} != *_alpha* && ${PV} != *_beta* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
 
S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-arch/xz-utils/

2022-12-09 Thread Sam James
commit: 4db9c387a702cc810449299149452831ee21f990
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 02:52:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 02:52:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db9c387

app-arch/xz-utils: Stabilize 5.2.9 x86, #885111

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

 app-arch/xz-utils/xz-utils-5.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xz-utils/xz-utils-5.2.9.ebuild 
b/app-arch/xz-utils/xz-utils-5.2.9.ebuild
index 92b43d373c4c..1bfd2541e971 100644
--- a/app-arch/xz-utils/xz-utils-5.2.9.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.2.9.ebuild
@@ -28,7 +28,7 @@ else
"
 
if [[ ${PV} != *_alpha* && ${PV} != *_beta* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
 
S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-arch/xz-utils/

2022-12-09 Thread Sam James
commit: 33a6f9a89171d11051e6b771d19c0a281700
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 02:52:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 02:52:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a6f9a8

app-arch/xz-utils: Stabilize 5.2.9 amd64, #885111

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

 app-arch/xz-utils/xz-utils-5.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xz-utils/xz-utils-5.2.9.ebuild 
b/app-arch/xz-utils/xz-utils-5.2.9.ebuild
index 1bfd2541e971..7252c2c24e39 100644
--- a/app-arch/xz-utils/xz-utils-5.2.9.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.2.9.ebuild
@@ -28,7 +28,7 @@ else
"
 
if [[ ${PV} != *_alpha* && ${PV} != *_beta* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
 
S="${WORKDIR}/${MY_P}"



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

2022-12-09 Thread Adam Pimentel
commit: 0256c98806dd8d9d7b041c03bcd8deec2423d5d4
Author: Adam Pimentel  protonmail  com>
AuthorDate: Sat Dec 10 02:51:55 2022 +
Commit: Adam Pimentel  protonmail  com>
CommitDate: Sat Dec 10 02:51:55 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0256c988

Revert "net-p2p/feather: use debug build for FEATURES=nostrip"

This reverts commit 09dc88d356ae466647f5a42c47585e0f1b5070b3.

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

 net-p2p/feather/feather-2.1.0.ebuild | 48 +++-
 1 file changed, 15 insertions(+), 33 deletions(-)

diff --git a/net-p2p/feather/feather-2.1.0.ebuild 
b/net-p2p/feather/feather-2.1.0.ebuild
index 3124fddfc..a8b19d2ae 100644
--- a/net-p2p/feather/feather-2.1.0.ebuild
+++ b/net-p2p/feather/feather-2.1.0.ebuild
@@ -79,39 +79,21 @@ src_prepare() {
 }
 
 src_configure() {
-   if has nostrip $FEATURES ; then
-   local mycmakeargs=(
-   -DCMAKE_BUILD_TYPE=Debug
-   -DARCH=x86-64
-   -DBUILD_64=ON
-   -DBUILD_TAG="linux-x64"
-   -DDONATE_BEG=OFF
-   -DMANUAL_SUBMODULES=1
-   -DSTATIC=OFF
-   -DSELF_CONTAINED=OFF
-   -DUSE_DEVICE_TREZOR=OFF
-   -DXMRIG=$(usex xmrig)
-   -DWITH_SCANNER=$(usex qrcode)
-   -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON #disables 
fetching/checking git submodules
-   -DVERSION_IS_RELEASE=true
-   )
-   else
-   local mycmakeargs=(
-   -DCMAKE_BUILD_TYPE=Release
-   -DARCH=x86-64
-   -DBUILD_64=ON
-   -DBUILD_TAG="linux-x64"
-   -DDONATE_BEG=OFF
-   -DMANUAL_SUBMODULES=1
-   -DSTATIC=OFF
-   -DSELF_CONTAINED=OFF
-   -DUSE_DEVICE_TREZOR=OFF
-   -DXMRIG=$(usex xmrig)
-   -DWITH_SCANNER=$(usex qrcode)
-   -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON #disables 
fetching/checking git submodules
-   -DVERSION_IS_RELEASE=true
-   )
-   fi
+   local mycmakeargs=(
+   -DARCH=x86-64
+   -DBUILD_64=ON
+   -DBUILD_TAG="linux-x64"
+   -DDONATE_BEG=OFF
+   -DMANUAL_SUBMODULES=1
+   -DSTATIC=OFF
+   -DSELF_CONTAINED=OFF
+   -DUSE_DEVICE_TREZOR=OFF
+   -DXMRIG=$(usex xmrig)
+   -DWITH_SCANNER=$(usex qrcode)
+   -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON #disables fetching/checking 
git submodules
+   -DVERSION_IS_RELEASE=true
+   )
+
cmake_src_configure
 }
 



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

2022-12-09 Thread Adam Pimentel
commit: cb877e137670cb47d121d279eb2a13e199e7f5c8
Author: Adam Pimentel  protonmail  com>
AuthorDate: Sat Dec 10 02:52:02 2022 +
Commit: Adam Pimentel  protonmail  com>
CommitDate: Sat Dec 10 02:52:02 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb877e13

Revert "net-p2p/feather: ditto for live ebuild"

This reverts commit 1496d74ccef1141bbefd78ff70a7c92c1c3ffedc.

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

 net-p2p/feather/feather-.ebuild | 45 -
 1 file changed, 14 insertions(+), 31 deletions(-)

diff --git a/net-p2p/feather/feather-.ebuild 
b/net-p2p/feather/feather-.ebuild
index af882e78f..c8d4d36b4 100644
--- a/net-p2p/feather/feather-.ebuild
+++ b/net-p2p/feather/feather-.ebuild
@@ -45,37 +45,20 @@ RDEPEND="
 BDEPEND="virtual/pkgconfig"
 
 src_configure() {
-   if has nostrip $FEATURES ; then
-   local mycmakeargs=(
-   -DCMAKE_BUILD_TYPE=Debug
-   -DARCH=x86-64
-   -DBUILD_64=ON
-   -DBUILD_TAG="linux-x64"
-   -DDONATE_BEG=OFF
-   -DMANUAL_SUBMODULES=1
-   -DSTATIC=OFF
-   -DSELF_CONTAINED=OFF
-   -DUSE_DEVICE_TREZOR=OFF
-   -DXMRIG=$(usex xmrig)
-   -DWITH_SCANNER=$(usex qrcode)
-   -DVERSION_IS_RELEASE=true
-   )
-   else
-   local mycmakeargs=(
-   -DCMAKE_BUILD_TYPE=Release
-   -DARCH=x86-64
-   -DBUILD_64=ON
-   -DBUILD_TAG="linux-x64"
-   -DDONATE_BEG=OFF
-   -DMANUAL_SUBMODULES=1
-   -DSTATIC=OFF
-   -DSELF_CONTAINED=OFF
-   -DUSE_DEVICE_TREZOR=OFF
-   -DXMRIG=$(usex xmrig)
-   -DWITH_SCANNER=$(usex qrcode)
-   -DVERSION_IS_RELEASE=true
-   )
-   fi
+   local mycmakeargs=(
+   -DARCH=x86-64
+   -DBUILD_64=ON
+   -DBUILD_TAG="linux-x64"
+   -DDONATE_BEG=OFF
+   -DMANUAL_SUBMODULES=1
+   -DSTATIC=OFF
+   -DSELF_CONTAINED=OFF
+   -DUSE_DEVICE_TREZOR=OFF
+   -DXMRIG=$(usex xmrig)
+   -DWITH_SCANNER=$(usex qrcode)
+   -DVERSION_IS_RELEASE=true
+   )
+
cmake_src_configure
 }
 



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

2022-12-09 Thread Sam James
commit: bb289ccb6efdbd2c3cfd98ee45964435f2cf2057
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 02:51:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 02:51:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb289ccb

sys-block/partimage: Stabilize 0.6.9-r4 amd64, #885107

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

 sys-block/partimage/partimage-0.6.9-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/partimage/partimage-0.6.9-r4.ebuild 
b/sys-block/partimage/partimage-0.6.9-r4.ebuild
index 963fba3fbe15..709e0774e5f6 100644
--- a/sys-block/partimage/partimage-0.6.9-r4.ebuild
+++ b/sys-block/partimage/partimage-0.6.9-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~riscv ~sparc x86"
 IUSE="nls nologin pam ssl static"
 REQUIRED_USE="static? ( !pam )"
 



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

2022-12-09 Thread Sam James
commit: 111847c60008231e6329949ec6ce2c8e18ffe41b
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 02:50:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 02:50:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111847c6

sys-devel/libtool: add werror upstream link

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

 sys-devel/libtool/files/libtool-2.4.7-werror-lto.patch | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-devel/libtool/files/libtool-2.4.7-werror-lto.patch 
b/sys-devel/libtool/files/libtool-2.4.7-werror-lto.patch
index 5a460e006be6..c0db69f3e2b6 100644
--- a/sys-devel/libtool/files/libtool-2.4.7-werror-lto.patch
+++ b/sys-devel/libtool/files/libtool-2.4.7-werror-lto.patch
@@ -1,3 +1,5 @@
+https://lists.gnu.org/archive/html/libtool-patches/2022-12/msg0.html
+
 From d72817b1ee5d7b666bf30b0234e32423252d6ad8 Mon Sep 17 00:00:00 2001
 From: Sam James 
 Date: Sat, 10 Dec 2022 02:00:22 +



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

2022-12-09 Thread Sam James
commit: 3f13efcf874371f8bf2a337a51caa242ba509c39
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 02:51:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 02:51:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f13efcf

sys-block/partimage: Stabilize 0.6.9-r4 x86, #885107

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

 sys-block/partimage/partimage-0.6.9-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/partimage/partimage-0.6.9-r4.ebuild 
b/sys-block/partimage/partimage-0.6.9-r4.ebuild
index e2033e200544..963fba3fbe15 100644
--- a/sys-block/partimage/partimage-0.6.9-r4.ebuild
+++ b/sys-block/partimage/partimage-0.6.9-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~riscv ~sparc x86"
 IUSE="nls nologin pam ssl static"
 REQUIRED_USE="static? ( !pam )"
 



  1   2   3   4   5   >